diff --git a/.gitignore b/.gitignore index 31aadb8855..4ca7e99854 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ #====================================================================== # i. Subprojects that may be cloned for testing #====================================================================== -benchmarks/ -verification/ +/benchmarks/ +/verification/ #====================================================================== # ii. Formatting @@ -326,7 +326,7 @@ CTestTestfile.cmake # Executables *.exe -*.out +a.out *.app # Debug files diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS new file mode 100644 index 0000000000..703fadef2f --- /dev/null +++ b/.gitlab/CODEOWNERS @@ -0,0 +1,271 @@ +# Codeowners for Geant4 +# Maps directories to Working Group Coordinators only for now +# Add finer grain control as time progresses + +# Software Management +/CMakeLists.txt @bmorgan +/cmake/ @bmorgan @gunter +/config/ @gcosmo +/ReleaseNotes/ @gcosmo +/source/global/ @gcosmo @bmorgan @gunter + +# Run, Event, and Detector Response +/source/run/ @asaim @jmadsen +/source/event/ @asaim @jmadsen +/source/digits_hits/ @asaim @jmadsen +/source/processes/scoring @asaim @jmadsen + +# Tracking +/source/tracking/ @tsasaki @shokada @asaim + +# Particles and Track +/source/track/ @kurashige @shokada @asaim +/source/particles/ @kurashige @shokada @asaim + +# Geometry and Transport +/source/geometry/ @gcosmo @japost +/source/processes/transportation/ @gcosmo @japost + +# Generic Processes and Materials +/source/materials/ @maire @vnivanch @mverderi @dsawkey @asaim @ebagli +/source/parameterisations/ @mverderi +/source/processes/biasing/ @mverderi @vnivanch @asaim +/source/processes/biasing/generic/ @mverderi +/source/processes/biasing/importance/ @ahoward +/source/processes/biasing/management/ @ahoward @mverderi +/source/processes/parameterisation/ @mverderi @vnivanch @asaim + +# Electromagnetic Standard Physics +/source/processes/electromagnetic/highenergy/ @vnivanch @dsawkey +/source/processes/electromagnetic/muons/ @vnivanch @dsawkey +/source/processes/electromagnetic/polarisation/ @vnivanch @dsawkey +/source/processes/electromagnetic/standard/ @vnivanch @dsawkey +/source/processes/electromagnetic/xrays/ @vnivanch @dsawkey +/source/processes/optical/ @vnivanch @dsawkey + +# Low Energy Electromagnetic Physics +/source/processes/electromagnetic/dna/ @sincerti @pandola +/source/processes/electromagnetic/lowenergy/ @sincerti @pandola +/source/processes/electromagnetic/pii/ @sincerti @pandola + +# Hadronic Physics +/source/processes/hadronic/cross_sections/ @witoldp @ribon @dwright @vnivanch +/source/processes/hadronic/management/ @ribon @dwright @vnivanch +/source/processes/hadronic/models/abrasion/ @ribon @dwright @vnivanch +/source/processes/hadronic/models/binary_cascade/ @gunter @ribon @dwright @vnivanch +/source/processes/hadronic/models/cascade/ @mkelsey @ribon @dwright @vnivanch +/source/processes/hadronic/models/coherent/ @vnivanch @ribon @dwright @vnivanch +/source/processes/hadronic/models/de_excitation/ @quesada @ribon @dwright @vnivanch +/source/processes/hadronic/models/em_dissociation/ @tkoi @ribon @dwright @vnivanch +/source/processes/hadronic/models/im_r_matrix/ @gunter @ribon @dwright @vnivanch +/source/processes/hadronic/models/inclxx/ @dmancusi @ribon @dwright @vnivanch +/source/processes/hadronic/models/management/ @gunter @ribon @dwright @vnivanch +/source/processes/hadronic/models/particle_hp/ @tkoi @ribon @dwright @vnivanch +/source/processes/hadronic/models/parton_string/ @gunter @vuzhinsk @ribon @dwright @vnivanch +/source/processes/hadronic/models/photolepton_hadron/ @ribon @dwright @vnivanch +/source/processes/hadronic/models/pre_equilibrium/ @quesada @ribon @dwright @vnivanch +/source/processes/hadronic/models/radioactive_decay/ @ldesorgh @ribon @dwright @vnivanch +/source/processes/hadronic/models/theo_high_energy/ @gunter @ribon @dwright @vnivanch +/source/processes/hadronic/models/utils/ @gunter @ribon @dwright @vnivanch +/source/processes/hadronic/processes/ @ribon @dwright @vnivanch +/source/processes/hadronic/stopping/ @ribon @dwright @vnivanch +/source/processes/hadronic/util/ @ribon @dwright @vnivanch + +# Persistency +/source/persistency/ @gcosmo +/source/persistency/ascii/ @arce +/source/persistency/gdml/ @gcosmo @witoldp +/source/analysis/ @ihrivnac +/source/analysis/g4tools/ @gybarran @ihrivnac +/source/analysis/test/ @gybarran @ihrivnac + +# User and Category Interfaces +/source/intercoms/ @asaim @hajime @kmura +/source/interfaces/ @hajime @kmura @lgarnier +/environments/ @hajime @kmura + +# Visualization +/source/graphics_reps/ @allison @lgarnier @perl +/source/visualization/management/ @allison @lgarnier @perl +/source/visualization/modeling/ @allison @lgarnier @perl +/source/visualization/FukuiRenderer/ @stanaka @lgarnier @perl +/source/visualization/HepRep/ @perl @lgarnier +/source/visualization/OpenGL/ @allison @lgarnier @perl +/source/visualization/OpenInventor/ @fjones @allison @lgarnier @perl +/source/visualization/RayTracer/ @asaim @allison @lgarnier @perl +/source/visualization/Tree/ @allison @lgarnier @perl +/source/visualization/VRML/ @stanaka @lgarnier @perl +/source/visualization/gMocren/ @akimura @lgarnier @perl + +# Physics Lists +/source/physics_lists/ @gunter @wenzel + +# Novice+Extended Examples (Individual Examples assigned to Responsibles) +/examples/basic/ @ihrivnac @ahoward +/examples/novice/ @ihrivnac @ahoward +/examples/extended/ @ihrivnac @ahoward + +/examples/basic/B1/ @maire @ihrivnac +/examples/basic/B2/ @ihrivnac +/examples/basic/B3/ @maire @ihrivnac +/examples/basic/B4/ @ihrivnac +/examples/basic/B5/ @ihrivnac + +/examples/extended/analysis/AnaEx01/ @maire @ihrivnac +/examples/extended/analysis/AnaEx02/ @maire @ihrivnac +/examples/extended/analysis/AnaEx03/ @gybarran @ihrivnac +/examples/extended/analysis/B1Con/ @tkoi @ihrivnac +/examples/extended/analysis/B3aScoreWriter/ @ihrivnac +/examples/extended/analysis/B4dScoreWriter/ @ihrivnac +/examples/extended/analysis/shared/ @ihrivnac + +/examples/extended/biasing/B01/ @ahoward @ihrivnac +/examples/extended/biasing/B02/ @ahoward @ihrivnac +/examples/extended/biasing/B03/ @ahoward @ihrivnac +/examples/extended/biasing/GB01/ @mverderi @ihrivnac +/examples/extended/biasing/GB02/ @mverderi @ihrivnac +/examples/extended/biasing/GB03/ @mverderi @ihrivnac +/examples/extended/biasing/GB04/ @mverderi @ihrivnac +/examples/extended/biasing/GB05/ @mverderi @ihrivnac +/examples/extended/biasing/GB06/ @mverderi @ihrivnac +/examples/extended/biasing/ReverseMC01/ @ldesorgh @ihrivnac + +/examples/extended/common/ @ihrivnac + +/examples/extended/electromagnetic/TestEm0/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm1/ @vnivanch @ihrivnac +/examples/extended/electromagnetic/TestEm2/ @vnivanch @ihrivnac +/examples/extended/electromagnetic/TestEm3/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm4/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm5/ @vnivanch @ihrivnac +/examples/extended/electromagnetic/TestEm6/ @vnivanch @ihrivnac +/examples/extended/electromagnetic/TestEm7/ @vnivanch @ihrivnac +/examples/extended/electromagnetic/TestEm8/ @grichine @ihrivnac +/examples/extended/electromagnetic/TestEm9/ @vnivanch @ihrivnac +/examples/extended/electromagnetic/TestEm10/ @grichine @ihrivnac +/examples/extended/electromagnetic/TestEm11/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm12/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm13/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm14/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm15/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm16/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm17/ @maire @ihrivnac +/examples/extended/electromagnetic/TestEm18/ @maire @ihrivnac + +/examples/extended/errorpropagation/ @arce @ihrivnac + +/examples/extended/eventgenerator/basicPrimary/ @maire @ihrivnac +/examples/extended/eventgenerator/particleGun/ @maire @ihrivnac +/examples/extended/eventgenerator/exgps/ @ldesorgh @ihrivnac +/examples/extended/eventgenerator/HepMCEx01/ @kmura @ihrivnac +/examples/extended/eventgenerator/HepMCEx01/ @kmura @ihrivnac +/examples/extended/eventgenerator/MCTruth/ @witoldp @ihrivnac +/examples/extended/eventgenerator/pythia/ @ihrivnac + +/examples/extended/exoticphysics/channeling/ @ebagli @ihrivnac +/examples/extended/exoticphysics/dmparticle/ @vnivanch @ihrivnac +/examples/extended/exoticphysics/monopole/ @vnivanch @ihrivnac +/examples/extended/exoticphysics/phonon/ @asaim @ihrivnac +/examples/extended/exoticphysics/ucn/ @ihrivnac + +/examples/extended/field/BlineTracer/ @ldesorgh @ihrivnac +/examples/extended/field/field01/ @japost @ihrivnac +/examples/extended/field/field02/ @japost @ihrivnac +/examples/extended/field/field03/ @japost @ihrivnac +/examples/extended/field/field04/ @japost @ihrivnac +/examples/extended/field/field05/ @japost @ihrivnac +/examples/extended/field/field06/ @japost @ihrivnac + +/examples/extended/g3tog4/clGeometry/ @ihrivnac + +/examples/extended/geometry/transforms/ @maire @ihrivnac + +/examples/extended/hadronic/FissionFragment/ @bwendt @ihrivnac +/examples/extended/hadronic/Hadr00/ @vnivanch @ihrivnac +/examples/extended/hadronic/Hadr01/ @vnivanch @ihrivnac +/examples/extended/hadronic/Hadr02/ @vnivanch @ihrivnac +/examples/extended/hadronic/Hadr03/ @maire @ihrivnac +/examples/extended/hadronic/Hadr04/ @maire @ihrivnac +/examples/extended/hadronic/Hadr06/ @maire @ihrivnac +/examples/extended/hadronic/Hadr07/ @maire @ihrivnac +/examples/extended/hadronic/NeutronSource/ @maire @ihrivnac + +/examples/extended/medical/DICOM/ @arce @ihrivnac +/examples/extended/medical/DICOM2/ @jmadsen @ihrivnac + +/examples/extended/medical/dna/chem1/ @matkara @ihrivnac +/examples/extended/medical/dna/chem2/ @matkara @ihrivnac +/examples/extended/medical/dna/chem3/ @matkara @ihrivnac +/examples/extended/medical/dna/chem4/ @matkara @ihrivnac +/examples/extended/medical/dna/clustering/ @matkara @ihrivnac +/examples/extended/medical/dna/dnaphysics/ @sincerti @ihrivnac +/examples/extended/medical/dna/icsd/ @cvillagr @ihrivnac +/examples/extended/medical/dna/mfp/ @sincerti @ihrivnac +/examples/extended/medical/dna/microdosimetry/ @sincerti @ihrivnac +/examples/extended/medical/dna/microyz/ @sincerti @ihrivnac +/examples/extended/medical/dna/neuron/ @sincerti @ihrivnac +/examples/extended/medical/dna/pdb4dna/ @sincerti @ihrivnac +/examples/extended/medical/dna/range/ @sincerti @ihrivnac +/examples/extended/medical/dna/slowing/ @sincerti @ihrivnac +/examples/extended/medical/dna/splitting/ @sincerti @ihrivnac +/examples/extended/medical/dna/spower/ @sincerti @ihrivnac +/examples/extended/medical/dna/svalue/ @sincerti @ihrivnac +/examples/extended/medical/dna/wholeNuclearDNA/ @cvillagr @ihrivnac +/examples/extended/medical/dna/wvalue/ @sincerti @ihrivnac + +/examples/extended/medical/electronScattering/ @maire @ihrivnac +/examples/extended/medical/electronScattering2/ @perl @ihrivnac +/examples/extended/medical/fanoCavity/ @maire @ihrivnac +/examples/extended/medical/fanoCavity2/ @maire @ihrivnac +/examples/extended/medical/GammaTherapy/ @vnivanch @ihrivnac + +/examples/extended/optical/OpNovice/ @dsawkey @ihrivnac +/examples/extended/optical/OpNovice2/ @dsawkey @ihrivnac +/examples/extended/optical/LXe/ @dsawkey @ihrivnac +/examples/extended/optical/wls/ @dsawkey @ihrivnac + +/examples/extended/parallel/MPI/exMPI01/ @kmura @ihrivnac +/examples/extended/parallel/MPI/exMPI02/ @kmura @ihrivnac +/examples/extended/parallel/MPI/exMPI03/ @kmura @ihrivnac +/examples/extended/parallel/MPI/exMPI04/ @ihrivnac +/examples/extended/parallel/TBB/ @dotti @ihrivnac +/examples/extended/parallel/ThreadsafeScorers/ @jmadsen @ihrivnac +/examples/extended/parallel/TopC/ @cooperma @ihrivnac + +/examples/extended/parameterisations/gflash/ @mverderi @ihrivnac +/examples/extended/parameterisations/Par01/ @mverderi @ihrivnac +/examples/extended/parameterisations/Par02/ @ribon @ihrivnac + +/examples/extended/persistency/gdml/ @witoldp @ihrivnac +/examples/extended/persistency/P01/ @witoldp @ihrivnac +/examples/extended/persistency/P02/ @witoldp @ihrivnac +/examples/extended/persistency/P03/ @arce @ihrivnac + +/examples/extended/physicslists/extensibleFactory/ @rhatcher @ihrivnac @gunter +/examples/extended/physicslists/factory/ @ihrivnac @gunter +/examples/extended/physicslists/genericPL/ @witoldp @ihrivnac @gunter +/examples/extended/physicslists/shared/ @ihrivnac @gunter + +/examples/extended/polarisation/Pol01/ @vnivanch @ihrivnac + +/examples/extended/radioactivedecay/Activation/ @maire @ihrivnac +/examples/extended/radioactivedecay/rdecay01/ @maire @ihrivnac +/examples/extended/radioactivedecay/rdecay02/ @ldesorgh @ihrivnac + +/examples/extended/runAndEvent/RE01/ @asaim @ihrivnac +/examples/extended/runAndEvent/RE02/ @asaim @ihrivnac +/examples/extended/runAndEvent/RE03/ @asaim @ihrivnac +/examples/extended/runAndEvent/RE04/ @asaim @ihrivnac +/examples/extended/runAndEvent/RE05/ @asaim @ihrivnac +/examples/extended/runAndEvent/RE06/ @asaim @ihrivnac + +/examples/extended/visualization/perspective/ @allison @ihrivnac +/examples/extended/visualization/standalone/ @allison @ihrivnac +/examples/extended/visualization/userVisAction/ @allison @ihrivnac + +# Advanced Examples (Can be extended with responsibles per example) +/examples/advanced/ @guatelli @fromano @pandola + +# Testing +/tests/ @gunter @syjun + diff --git a/CMakeLists.txt b/CMakeLists.txt index 699d402d91..7aa22286e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ project(Geant4 HOMEPAGE_URL "https://geant4.cern.ch") set(${PROJECT_NAME}_VERSION_MAJOR 11) set(${PROJECT_NAME}_VERSION_MINOR 0) -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.0-2.txt b/ReleaseNotes/Patch.11.0-2.txt new file mode 100644 index 0000000000..f085176343 --- /dev/null +++ b/ReleaseNotes/Patch.11.0-2.txt @@ -0,0 +1,200 @@ + + Geant4 11.0 - patch-02 Release Notes + ------------------------------------ + + 25 May 2022 + +List of fixes included in this public patch since the public release 11.0.1: + + o Configuration + ------------- + + CMake: + o Fix for CPack on Windows to avoid PATH with only '/', without '\'. + o Don't add CLHEP_INCLUDE_DIRS directly through include_directories + to prevent potential issues with it holding relative paths. + + o Digits_Hits: + ----------- + + Added missing virtual keywords in G4VScoringMesh. + + o Externals: + --------- + + CLHEP: + o Fixed compilation warnings on macOS in LorentzRotation header + when c++20 is enabled. + o Fixed compilation warnings for shadowing data member in RandPoisson. + + o Geometry: + -------- + + management: + o G4SolidStore, G4LogicalVolumeStore, G4PhysicalVolumeStore: + extend getter methods to optionally return the last-found object. + + navigation: + o G4RegularNavigation: reset the zero step counter when a non-zero step + is performed, to avoid aborted events. Removed tabs in source code. + Based on GitHub PR#38 (https://github.com/Geant4/geant4/pull/38). + o G4VIntersectionLocator: fixed compilation warning for unused data. + + solids/Boolean: + o G4UnionSolid: add surface tolerance in Inside(p) for check on Z. + Minor optimisation in constructors and in caching half-tolerance. + + o Global: + ------ + + Replaced use of deprecated std::result_of with std::invoke_result_t, + fixes compilation warnings on Apple clang version 13.1.6. + + In G4PhysicsModelCatalog, fixed two typos in Bremsstrahlung models name. + + Fixed compilation warnings for shadowing variables in G4String. + + Updated date and version for 11.0.2. + + o Materials: + --------- + + G4DensityEffectData, G4IonisParamMat: fixed density effect correction + for liquid hydrogen. Addressing problem report #2346. Some code clean-up. + + G4Material: reorganised AddElement(..) and AddMaterial(..) methods; + using temporary vector to allow addition of the same elements during + initialisation, once addition is completed the vector of elements and + arrays of fractions are created, filled and temporary vectors are deleted, + as a result the code become more transparent. + Addressing problem report #2486. + + G4NistMaterialBuilder: fixed mean ionisation potentilal of carbon to the + current NIST value from 81 eV to 78 eV. Addressing problem report #2474. + + o Particles: + --------- + + Fixed compilation warnings on Intel compiler for unused variables. + + o Persistency: + ----------- + + GDML: + o In G4GDMLReadMaterials, fixed default temperature to 20°C + (NTP_Temperature). + o Addressing to the case of solid/volume name duplication when reading + more than one GDML files. + o G4GDMLReadSolids: removed a forgotten (used for debugging) cout in + PropertyRead() function. + + o Physics Lists: + ------------- + + constructors/electromagnetic + o G4EmStandardPhysics_option4: use G4UrbanFluctuation model for e+-. + Addressing problem report #2466. + + o Processes - Electromagnetic: + --------------------------- + + dna + o G4ITTransportation: fixed misuse of bitwise '|' operator instead of + logical. + + utils + o G4VMultipleScattering: fixed problem responsible for energy deposition + shift in custom CMS Physics List. Addressing problem report #2480. + o G4VEnergyLossProcess: fixed fluctuation model pointer for the case an + extra model is added on top of the default list of models. + o Fixed typo in Bremsstrahlung model names. + + o Processes - Generic: + ------------------- + + cuts + o G4VRangeToEnergyConverter: fixed clearing of static data in destructor. + + optical + o G4OpBoundaryProcess: check for nullptr before dereferencing. + Addressing problem report #2471. + o G4OpWLS2: fix incorrect call to set time profile. + Addressing problem report #2482. + + transportation + o G4Transportation, G4CoupledTransportation: fixed misuse of bitwise '|' + operator instead of logical. + + o Processes - Hadronic: + -------------------- + + cross_sections + o G4HadronNucleonXsc: fixed compilation warning on unused variable. + + models/abla + o G4Abla: fixed compilation warnings for potentially uninitialised + variables. + + models/cascade + o Fixed compilation warnings on Intel compilers for unused variables. + o Use const iterator in G4InuclEvaporation::BreakItUp(..). + + models/coherent_elastic + o G4ElasticHadrNucleusHE, G4NeutronElectronElModel and + G4NeutrinoElectronNcModel: fixed compilation warnings on unused + variables; removed commented lines; use Energy() method of + G4PhysicsVector instead of obsolete GetLowEdgeEnergy(). + + models/inclxx + o Fixed misuse of bitwise '|' operator instead of logical in + INCL::postCascade() and in INCL::makeCompoundNucleus(). + o Fixed compilation warnings for shadowing of variables, not used + or potentially uninitialised variables. + + models/lepto_nuclear + o G4NeutrinoNucleusModel: fixed memory leak reported by Coverity. + o Fixed compilation warning on Intel compilers for unused variables. + o G4MuonVDNuclearModel: fixed compilation warnings for potentially + uninitialised variables. + + models/particle_hp + o Fixed issue for photons too high in energy generated from + G4NDL/Capture/FSMF6 data. Addressing problem report #2468. + o Code cleanup in G4ParticleHPContEnergyAngular and + G4ParticleHPContAngularPar. + o Fixed compilation warnings on Intel compilers for deprecated use of + operator=() in G4ParticleHPDataPoint. + o Fixed compilation warnings for potentially uninitialised variables. + + models/parton_string + o G4QGSParticipants: do not print warning in the case of precision loss; + a confusing exception message was observed in CMS simulation, observed + in high energy gamma-nuclear interaction. + o Fixed compilation warning on Intel compilers for unused variables. + + models/radioactive_decay + o G4RadioactiveDecay: fixed memory leak (due to decay products that were + not deleted) in the case of a radioactive decay happening later than the + time threshold. + + processes + o Fixed compilation warning on Intel compilers for unused variables. + + util + o Fixed compilation warning on Intel compilers for unused variables + and deprecated declaration of operator=(). + + o Run + --- + + In G4RunManagerKernel, check for correct state in default exception + handler before trying to access manager classes that may be nullptr + in other states. Don't create a default exception manager if one exists + already. + + o Examples: + -------- + + advanced/CaTS + o Fixed compilation warnings for unused arguments. + + advanced/composite_calorimeter + o Fixed compilation warning for unused variables. + + advanced/eRosita + o Fixed compilation warning for unused variable. + + advanced/xray_fluorescence + o Fixed compilation warnings on Intel-icx compiler for unused variables. + + basic/B2 + o Restored top UI commands directory name ("B2") in + B2a::DetectorMessenger removed by mistake. + Based on GitHub PR#46 (https://github.com/Geant4/geant4/pull/46). + + extended/eventgenerator/HepMC/HepMCEx01 + o Fixed compilation due to G4String changes in release 11.0. + Part of the GitHub PR #45 (https://github.com/Geant4/geant4/pull/45). + + extended/geometry/vecGeomNavigation + o Enable use with static libraries; build g4vecgeomnav as a static + library if only Geant4 static libraries are available. + o Removed unused setting of threads causing compilation warning. + + extended/electromagnetic/TestEm6 + o Fixed compilation warning in RunAction. + + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o This patch should be applied on top of release 11.0 series. + o Technical notes distributed for release 11.0 are also applicable and + valid for this patch. + +The code and rebuilt binary libraries for release 11.0.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 82fef69e7c..290155d8b7 100644 --- a/cmake/History +++ b/cmake/History @@ -29,6 +29,13 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +06 April 2022 - Ben Morgan (cmake-V10-07-56) +- Don't add CLHEP_INCLUDE_DIRS directly through include_directories to prevent potential + issues with it holding relative paths (reported by Seth Johnson) + +7 March 2022 - Gunter Folger (cmake-V10-07-55) +- fix in CMakeCPackOptions.cmake.in to avoid PATH with only /, without \, for g4_small.bmp + 11 February 2022 - Ben Morgan (cmake-V10-07-54) - Apply [GitHub PR 37](https://github.com/Geant4/geant4/pull/37) from gondiaz. - Add G4ptl and G4tasking libraries to link list in geant4-config diff --git a/cmake/Modules/G4OptionalComponents.cmake b/cmake/Modules/G4OptionalComponents.cmake index 18e089971f..8f055260ac 100644 --- a/cmake/Modules/G4OptionalComponents.cmake +++ b/cmake/Modules/G4OptionalComponents.cmake @@ -43,19 +43,6 @@ if(GEANT4_USE_SYSTEM_CLHEP) geant4_save_package_variables(CLHEP CLHEP_DIR) else() set(CLHEP_FOUND TRUE) - # TODO: CLHEP_INCLUDE_DIRS still required for windows support - # Current way of building DLLs requires build of a temporary - # archive lib, and this does not link to dependencies, hence - # it does not get their usage requirements. - # May be fixable by linking or use of better DLL build mechanism - # available in CMake >= 3.4 - # As other externals will need the same treatment, return - # to old CLHEP_INCLUDE_DIRS setting - # - set(CLHEP_INCLUDE_DIRS "${PROJECT_SOURCE_DIR}/source/externals/clhep/include") - - # All G4*** targets are handled internally to use static or shared - # as appropriate, so only need to declare core target name set(CLHEP_LIBRARIES G4clhep) endif() @@ -115,7 +102,6 @@ geant4_add_feature(GEANT4_USE_SYSTEM_EXPAT "Using system EXPAT library") #----------------------------------------------------------------------- # Find required ZLIB package, defaulting in internal -# Rely on ZLIB::ZLIB imported target (since CMake 3.1) option(GEANT4_USE_SYSTEM_ZLIB "Use system zlib library" OFF) if(GEANT4_USE_SYSTEM_ZLIB) find_package(ZLIB REQUIRED) @@ -140,16 +126,14 @@ endif() option(GEANT4_USE_TBB "Enable (optional) use of TBB as a tasking backend" ${_default_use_tbb}) if(GEANT4_USE_TBB) - find_package(TBB REQUIRED) - geant4_save_package_variables(TBB TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_DEBUG - TBB_LIBRARY_RELEASE TBB_ROOT_DIR) + find_package(TBB REQUIRED) + geant4_save_package_variables(TBB TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_DEBUG TBB_LIBRARY_RELEASE TBB_ROOT_DIR) endif() geant4_add_feature(GEANT4_USE_TBB "Enable (optional) use of TBB as a tasking backend") #----------------------------------------------------------------------- -# Find required PTL package, defaulting in internal -# Rely on PTL::PTL imported target (since CMake 3.1) +# Find required PTL package, defaulting to internal option(GEANT4_USE_SYSTEM_PTL "Use system zlib library" OFF) if(GEANT4_USE_SYSTEM_PTL) find_package(PTL 2.0.0 REQUIRED) @@ -329,13 +313,13 @@ if(GEANT4_USE_ALL_USOLIDS OR GEANT4_USE_PARTIAL_USOLIDS) if(GEANT4_USE_ALL_USOLIDS) set(G4GEOM_USE_USOLIDS TRUE) - GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with all VecGeom equivalents (EXPERIMENTAL)") + geant4_add_feature(GEANT4_USE_USOLIDS "Replacing Geant4 solids with all VecGeom equivalents (EXPERIMENTAL)") else() set(G4GEOM_USE_PARTIAL_USOLIDS TRUE) foreach(__g4_usolid_shape ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST}) set(G4GEOM_USE_U${__g4_usolid_shape} TRUE) endforeach() - GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with VecGeom equivalents for ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST} (EXPERIMENTAL)") + geant4_add_feature(GEANT4_USE_USOLIDS "Replacing Geant4 solids with VecGeom equivalents for ${GEANT4_USE_PARTIAL_USOLIDS_SHAPE_LIST} (EXPERIMENTAL)") endif() endif() @@ -376,10 +360,8 @@ if(GEANT4_USE_HDF5) geant4_save_package_variables(HDF5 HDF5_DIR) else() # Otherwise almost certainly used compiler wrapper - geant4_save_package_variables(HDF5 - HDF5_C_COMPILER_EXECUTABLE - HDF5_C_LIBRARY_hdf5) - endif() + geant4_save_package_variables(HDF5 HDF5_C_COMPILER_EXECUTABLE HDF5_C_LIBRARY_hdf5) + endif() endif() -GEANT4_ADD_FEATURE(GEANT4_USE_HDF5 "Building Geant4 analysis library with HDF5 support") +geant4_add_feature(GEANT4_USE_HDF5 "Building Geant4 analysis library with HDF5 support") diff --git a/cmake/Templates/CMakeCPackOptions.cmake.in b/cmake/Templates/CMakeCPackOptions.cmake.in index 437f319ad0..eaad9d9f7b 100644 --- a/cmake/Templates/CMakeCPackOptions.cmake.in +++ b/cmake/Templates/CMakeCPackOptions.cmake.in @@ -6,6 +6,7 @@ if(CPACK_GENERATOR STREQUAL "NSIS") # There is a bug in NSI that does not handle full unix paths properly. # Make sure there is at least one set of two (2) backlasshes. + set(CPACK_PACKAGE_ICON "@PROJECT_SOURCE_DIR@\\cmake\\Templates\\g4_small.bmp") set(CPACK_NSIS_MUI_ICON "@PROJECT_SOURCE_DIR@\\cmake\\Templates\\G4.ico") set(CPACK_NSIS_MUI_UNIICON "@PROJECT_SOURCE_DIR@\\cmake\\Templates\\G4.ico") set(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}") diff --git a/cmake/Templates/Geant4Config.cmake.in b/cmake/Templates/Geant4Config.cmake.in index 32b76990cc..f585737112 100644 --- a/cmake/Templates/Geant4Config.cmake.in +++ b/cmake/Templates/Geant4Config.cmake.in @@ -249,15 +249,6 @@ set(Geant4_system_clhep_FOUND @GEANT4_USE_SYSTEM_CLHEP@) if(Geant4_system_clhep_FOUND) set(Geant4_builtin_clhep_FOUND FALSE) find_dependency(CLHEP @CLHEP_VERSION@ EXACT CONFIG) - # Explicitly use include_directories. - # - Geant4 and CLHEP use full imported targets with usage requirements, - # but ROOT (used in the examples), ignores usage requirements in dictionary - # generation steps. - # To retain comptibility with examples, explictly include_directories - # for CLHEP. This is a *pure workaround* for the use case of a project - # using ROOT that generates dictionaries for class headers that - # #include Geant4 headers... - include_directories(${CLHEP_INCLUDE_DIRS}) else() set(Geant4_builtin_clhep_FOUND TRUE) endif() diff --git a/examples/advanced/CaTS/History b/examples/advanced/CaTS/History index 5c3c6fcf5e..001c92beef 100644 --- a/examples/advanced/CaTS/History +++ b/examples/advanced/CaTS/History @@ -7,7 +7,10 @@ Package History file -19 Novemebr 2021 - tag CaTS-V10-07-01 - I. Hrivnacova +26 March 2022 - tag CaTS-V10-07-02 - G. Cosmo +- Fixed compilation warnings for unused arguments. + +19 November 2021 - tag CaTS-V10-07-01 - I. Hrivnacova - Fixed PrimaryGeneratorAction destructor 22 October 2021 - tag CaTS-V10-07-00 - H. Wenzel diff --git a/examples/advanced/CaTS/src/EventAction.cc b/examples/advanced/CaTS/src/EventAction.cc index 07d280fb19..87fdcff36c 100644 --- a/examples/advanced/CaTS/src/EventAction.cc +++ b/examples/advanced/CaTS/src/EventAction.cc @@ -88,7 +88,7 @@ EventAction::EventAction() #endif } -void EventAction::BeginOfEventAction(const G4Event* anEvent) { +void EventAction::BeginOfEventAction(const G4Event*) { } void EventAction::EndOfEventAction(const G4Event* event) { diff --git a/examples/advanced/CaTS/src/RunAction.cc b/examples/advanced/CaTS/src/RunAction.cc index d6d712b8af..ce3755da3c 100644 --- a/examples/advanced/CaTS/src/RunAction.cc +++ b/examples/advanced/CaTS/src/RunAction.cc @@ -57,7 +57,7 @@ RunAction::RunAction() : G4UserRunAction() { } -void RunAction::BeginOfRunAction(const G4Run* aRun) { +void RunAction::BeginOfRunAction(const G4Run*) { #ifdef WITH_ROOT if (ConfigurationManager::getInstance()->isdoAnalysis()) { // Create the generic analysis manager diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index 4ce5be3090..db36a56e05 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -990,488 +990,464 @@ Index : 9 used in the geometry : Yes ================================================================== ### Run 0 starts. -Event 1237 - --- Reconstructed data: - -- entry points: - left: -9.56654 -5.43493 -15 cm - right: 3.18271 -4.19939 -15 cm - target: 0 0 0 fm - -- the angle: 117.309 deg - -- mass of the output particle: 530.432 MeV - -- mass of the nucleus output particle: 952.091 MeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -132.0895 -49.1581 320.2302 MeV -- 635.4291 MeV - (SCM) : eta -132.0895 -49.1581 49.2498 MeV -- 551.0429 MeV - Nucleus output particle (LAB) : neutron 132.0895 49.1581 409.7698 MeV -- 1.0461 GeV - (SCM) : neutron 132.0895 49.1581 -49.2498 MeV -- 963.7257 MeV - -- triggered angular ranges: - 4 [ 0.4000, 0.2000) - --- Energy Deposit - monitor : 547.599 keV - vc (l) : 248.644 keV - vc (r) : 0 eV - cal (l) : 250.58 MeV - 0 0 0 0 0.3535 0 - 0 0 0 0 3.429 1.119 - 0 0 0.5402 0.4827 52.12 6.952 - 0 0 0 1.204 177.8 6.6 - cal (r) : 384.849 MeV - 0 0 0 0 0 0 - 0 1.675 1.552 0.5758 0.02853 0 - 0.4486 6.752 323.8 5.732 0.628 0 - 3.891 0.4593 34.91 3.671 0.6963 0 -Event 3078 - --- Reconstructed data: - -- entry points: - left: -3.17355 2.29505 -15 cm - right: -10.3433 1.96306 -15 cm - target: 0 0 0 fm - -- the angle: 136.575 deg - -- mass of the output particle: 188.428 MeV - -- mass of the nucleus output particle: 1.321 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -36.9632 7.1291 71.8802 MeV -- 205.1556 MeV - (SCM) : eta -36.9632 7.1291 -19.0771 MeV -- 193.0958 MeV - Nucleus output particle (LAB) : neutron 36.9632 -7.1291 658.1198 MeV -- 1.4763 GeV - (SCM) : neutron 36.9632 -7.1291 19.0771 MeV -- 1.3217 GeV - -- triggered angular ranges: - 8 [-0.4000, -0.6000) - --- Energy Deposit - monitor : 423.728 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 87.1347 MeV - 0 0 2.559 0.8959 0.3071 0 - 0 0.9575 0.4661 61 4.955 0 - 0 0 0 11.81 4.186 0 - 0 0 0 0 0 0 - cal (r) : 118.021 MeV - 0 0 0 0.3063 0.639 0 - 0 0 0 0.9258 71.76 32.73 - 0 0 0 0.4772 9.449 1.741 - 0 0 0 0 0 0 -Event 3630 - --- Reconstructed data: - -- entry points: - left: 9.4217 6.72211 -15 cm - right: -10.1536 2.16406 -15 cm - target: 0 0 0 fm - -- the angle: 147.489 deg - -- mass of the output particle: 551.621 MeV - -- mass of the nucleus output particle: 944.787 MeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 13.2011 42.4384 155.4364 MeV -- 574.8233 MeV - (SCM) : eta 13.2011 42.4384 -104.4751 MeV -- 563.1842 MeV - Nucleus output particle (LAB) : neutron -13.2011 -42.4384 574.5636 MeV -- 1.1067 GeV - (SCM) : neutron -13.2011 -42.4384 104.4751 MeV -- 951.5845 MeV - -- triggered angular ranges: - 10 [-0.8000, -1.0000) - --- Energy Deposit - monitor : 369.449 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 295.557 MeV - 18.37 199.3 4.103 0 0 0 - 1.06 70.98 1.126 0 0 0 - 0 0.5788 0 0 0 0 - 0 0 0 0 0 0 - cal (r) : 279.266 MeV - 0 0 0 0 0.3865 0.3187 - 0 0 0 1.112 256.1 10.45 - 0 0 0 0.4879 1.294 9.112 - 0 0 0 0 0 0 -Event 3679 - --- Reconstructed data: - -- entry points: - left: 3.41416 3.75599 -15 cm - right: -9.29357 -3.04744 -15 cm - target: 0 0 0 fm - -- the angle: 142.118 deg - -- mass of the output particle: 510.862 MeV - -- mass of the nucleus output particle: 978.313 MeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -110.0132 -2.6633 173.6029 MeV -- 550.6616 MeV - (SCM) : eta -110.0132 -2.6633 -72.6650 MeV -- 527.6083 MeV - Nucleus output particle (LAB) : neutron 110.0132 2.6633 556.3971 MeV -- 1.1308 GeV - (SCM) : neutron 110.0132 2.6633 72.6650 MeV -- 987.1604 MeV - -- triggered angular ranges: - 8 [-0.4000, -0.6000) - --- Energy Deposit - monitor : 409.251 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 221.685 MeV - 0.5355 1.358 72.1 1.803 0 0 - 0 5.362 115.7 14.42 0.7464 0 - 0 0 2.897 0.4921 0 0 - 6.243 0 0 0 0 0 - cal (r) : 328.977 MeV - 0 0 0 0 0 0 - 0 2.872 0 0.364 2.914 4.2 - 0 0 0 1.651 259.3 43.9 - 0 0 1.484 0.04203 4.833 7.401 -Event 4146 +Event 2063 --- Track Points - monitor : pi- [1,bp] 732.2 MeV : 2.19 -0.8293 -0.125 cm [0.0266, 0.00722, 0.9996] - target : pi- [1,bp] 731.6 MeV : 4.86 1.177 -0.6032 cm [-0.6231, -0.7821, 0.007955] - : eta [3,op] 139.9 MeV : 4.305 0.4805 -0.5961 cm [-0.3444, -0.9012, 0.2632] - : neutron [4,np] 605 MeV : 4.305 0.4805 -0.5961 cm [-0.6734, -0.7375, -0.0512] - : pi0 [7,opdp] 120.8 MeV : 4.305 0.4805 -0.5961 cm [-0.396, 0.6231, -0.6745] - : pi0 [5,opdp] 204.1 MeV : 4.305 0.4805 -0.5961 cm [-0.01454, -0.9046, 0.426] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid + monitor : pi- [1,bp] 728.6 MeV : -0.4021 -9.073 -1.25 mm [0.006285, -0.003889, 1] + target : pi- [1,bp] 728.1 MeV : 3.304 3.753 -1.11 cm [-0.6388, -0.7693, -0.00746] + : eta [3,op] 289.7 MeV : 0.6174 0.5145 -1.141 cm [-0.8682, -0.4368, 0.2353] + : neutron [4,np] 488.1 MeV : 0.6174 0.5145 -1.141 cm [-0.434, -0.8884, -0.1497] + : gamma [6,opdp] 255.9 MeV : 0.6174 0.5145 -1.141 cm [0.3624, -0.9257, 0.1083] + : gamma [5,opdp] 363.8 MeV : 0.6174 0.5145 -1.141 cm [-0.9464, 0.3034, 0.1112] + vc (l) : gamma [6,opdp] 255.9 MeV : -2.951 5.294 -0.25 cm [-0.06273, 0.1083, 0.9921] + vc (r) : gamma [5,opdp] 363.8 MeV : -3.527 5.493 -0.25 cm [-0.04812, 0.1112, 0.9926] + cal (l) : gamma [6,opdp] 255.9 MeV : -3.03 5.43 -15 cm [-0.06273, 0.1083, 0.9921] + cal (r) : gamma [5,opdp] 363.8 MeV : -3.747 6 -11.72 cm [-0.04812, 0.1112, 0.9926] --- - angle between the eta decay products : 147.696 deg - --- Triggered angular ranges: - 10 [-0.8000, -1.0000) - --- Production model data: - Incident particle (LAB) : pi- 18.8463 5.8476 731.1827 MeV -- 744.6458 MeV - (SCM) : pi- 11.6669 3.6200 452.6430 MeV -- 473.8298 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -11.6669 -3.6200 -452.6430 MeV -- 1.0418 GeV - Output particle (LAB) : eta 44.1320 36.8213 127.5545 MeV -- 565.4435 MeV - (SCM) : eta 37.4677 34.7535 -131.0032 MeV -- 565.6202 MeV - Nucleus output particle (LAB) : neutron -25.2858 -30.9737 603.6282 MeV -- 1.1175 GeV - (SCM) : neutron -37.4677 -34.7535 131.0032 MeV -- 950.0297 MeV - --- Reconstructed data: - -- entry points: - left: 11.3597 1.14321 -15 cm - right: 0.237248 4.40169 -15 cm - target: 0 0 0 fm - -- the angle: 140.174 deg - -- mass of the output particle: 150.334 MeV - -- mass of the nucleus output particle: 1.36232 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -16.6137 8.0651 56.3740 MeV -- 161.6153 MeV - (SCM) : eta -16.6137 8.0651 -15.3070 MeV -- 152.2360 MeV - Nucleus output particle (LAB) : neutron 16.6137 -8.0651 673.6260 MeV -- 1.5199 GeV - (SCM) : neutron 16.6137 -8.0651 15.3070 MeV -- 1.3625 GeV - -- triggered angular ranges: - 9 [-0.6000, -0.8000) - --- Energy Deposit - monitor : 391.284 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 69.0469 MeV - 0 0 0 0 0 0 - 13.68 44.54 0 0 0 0 - 4.879 5.951 0 0 0 0 - 0 0 0 0 0 0 - cal (r) : 92.5684 MeV - 0 1.116 2.969 10.22 0.5773 0 - 0 0.4931 27.34 46.73 0 0 - 0 0 3.124 0 0 0 - 0 0 0 0 0 0 -Event 4275 - --- Track Points - monitor : pi- [1,bp] 721.6 MeV : -0.2849 -0.06078 -1.25 mm [0.004903, 0.02066, 0.9998] - target : pi- [1,bp] 721 MeV : 3.294 3.761 0.5794 cm [-0.6392, -0.7688, 0.01944] - : eta [2,op] 302.2 MeV : -2.573 -3.295 0.7579 cm [-0.8431, -0.4991, -0.2003] - : neutron [3,np] 456.4 MeV : -2.573 -3.295 0.7579 cm [-0.4517, -0.877, 0.1642] - : pi0 [6,opdp] 118.1 MeV : -2.573 -3.295 0.7579 cm [-0.9956, -0.02783, 0.08965] - : pi+ [4,opdp] 262.2 MeV : -2.573 -3.295 0.7579 cm [-0.5719, -0.7361, -0.3622] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid - --- - angle between the eta decay products : 56.1274 deg - --- Triggered angular ranges: - 5 [ 0.2000, 0.0000) - --- Production model data: - Incident particle (LAB) : pi- 1.1554 14.3946 718.3555 MeV -- 731.9310 MeV - (SCM) : pi- 0.7190 8.9577 447.0298 MeV -- 468.3975 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -0.7190 -8.9577 -447.0298 MeV -- 1.0394 GeV - Output particle (LAB) : eta -98.2071 -60.5316 279.2603 MeV -- 625.6579 MeV - (SCM) : eta -98.6384 -65.9051 11.0997 MeV -- 560.6683 MeV - Nucleus output particle (LAB) : neutron 99.3625 74.9263 439.0952 MeV -- 1.0445 GeV - (SCM) : neutron 98.6384 65.9051 -11.0997 MeV -- 947.0899 MeV - --- Reconstructed data: - -- entry points: - left: 0.454175 -1.80868 -15 cm - right: 5.45644 6.54974 -15 cm - target: 0 0 0 fm - -- the angle: 125.211 deg - -- mass of the output particle: 139.306 MeV - -- mass of the nucleus output particle: 1.34683 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -86.7529 14.4700 90.3926 MeV -- 187.9159 MeV - (SCM) : eta -86.7529 14.4700 9.7811 MeV -- 165.0371 MeV - Nucleus output particle (LAB) : neutron 86.7529 -14.4700 639.6074 MeV -- 1.4936 GeV - (SCM) : neutron 86.7529 -14.4700 -9.7811 MeV -- 1.3497 GeV - -- triggered angular ranges: - 5 [ 0.2000, 0.0000) - --- Energy Deposit - monitor : 520.827 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 42.251 MeV - 0 0 0 0 0 0 - 0 2.307 0.8142 0.3738 0 0 - 0 0 9.126 29.23 0 0 - 0 0 0 0.3992 0 0 - cal (r) : 145.665 MeV - 0 48.45 42.92 6.394 0 0 - 1.166 40.01 3.424 3.301 0 0 - 0 0 0 0 0 0 - 0 0 0 0 0 0 -Event 5382 - --- Track Points - monitor : pi- [1,bp] 734.7 MeV : 0.5449 1.168 -0.125 cm [0.002224, -0.001527, 1] - target : pi- [1,bp] 734.2 MeV : 3.65 3.418 1.13 cm [-0.6408, -0.7677, -0.001274] - : eta [6,op] 223.8 MeV : 1.215 0.5025 1.125 cm [-0.4512, -0.7181, -0.5299] - : neutron [7,np] 558.2 MeV : 1.215 0.5025 1.125 cm [-0.6624, -0.7193, 0.2095] - : pi0 [10,opdp] 139.9 MeV : 1.215 0.5025 1.125 cm [0.8479, -0.4877, -0.2078] - : pi0 [8,opdp] 218.6 MeV : 1.215 0.5025 1.125 cm [-0.8807, -0.3741, -0.2905] - vc (l) : tp is not valid - vc (r) : tp is not valid - cal (l) : tp is not valid - cal (r) : tp is not valid - --- - angle between the eta decay products : 120.263 deg - --- Triggered angular ranges: - 8 [-0.4000, -0.6000) - --- Production model data: - Incident particle (LAB) : pi- 0.7792 -1.6803 733.2328 MeV -- 746.4004 MeV - (SCM) : pi- 0.4820 -1.0394 453.5871 MeV -- 474.5760 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -0.4820 1.0394 -453.5871 MeV -- 1.0422 GeV - Output particle (LAB) : eta 25.9575 -118.5993 188.0316 MeV -- 591.8177 MeV - (SCM) : eta 25.6756 -117.9914 -77.2174 MeV -- 566.3007 MeV - Nucleus output particle (LAB) : neutron -25.1782 116.9190 545.2012 MeV -- 1.0929 GeV - (SCM) : neutron -25.6756 117.9914 77.2174 MeV -- 950.4351 MeV - --- Reconstructed data: - -- entry points: - left: 1.77514 5.09937 -15 cm - right: -1.45569 0.398072 -15 cm - target: 0 0 0 fm - -- the angle: 132.847 deg - -- mass of the output particle: 157.85 MeV - -- mass of the nucleus output particle: 1.35626 GeV - -- production model data: - Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV - (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 8.2228 8.2259 68.5019 MeV -- 172.4657 MeV - (SCM) : eta 8.2228 8.2259 -7.0733 MeV -- 158.4359 MeV - Nucleus output particle (LAB) : neutron -8.2228 -8.2259 661.4981 MeV -- 1.5090 GeV - (SCM) : neutron -8.2228 -8.2259 7.0733 MeV -- 1.3563 GeV - -- triggered angular ranges: - 8 [-0.4000, -0.6000) - --- Energy Deposit - monitor : 365.505 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 90.7773 MeV - 0 0 28.07 1.726 0 0 - 0 0 60.15 0.1114 0.2136 0 - 0 0 0.3684 0 0.1301 0 - 0 0 0 0 0 0 - cal (r) : 81.6884 MeV - 0 0 0.03517 0 0 0 - 0 0 1.045 61.85 0.4383 0 - 0 0 9.078 8.812 0 0 - 0 0 0.426 0 0 0 -Event 5650 - --- Track Points - monitor : pi- [1,bp] 735.9 MeV : -1.372 -1.401 -0.125 cm [0.004776, 0.007513, 1] - target : pi- [1,bp] 735.4 MeV : 2.165 4.507 -1.193 cm [-0.6392, -0.769, 0.007447] - : eta [3,op] 304.4 MeV : -1.613 -0.03722 -1.157 cm [-0.9245, -0.3803, -0.02557] - : neutron [4,np] 486.2 MeV : -1.613 -0.03722 -1.157 cm [-0.3832, -0.9233, 0.02601] - : gamma [6,opdp] 224.8 MeV : -1.613 -0.03722 -1.157 cm [0.4971, -0.8625, 0.09451] - : gamma [5,opdp] 401.9 MeV : -1.613 -0.03722 -1.157 cm [-0.9782, 0.1945, -0.07224] - vc (l) : gamma [6,opdp] 224.8 MeV : 3.674 4.503 -0.25 cm [0.08601, 0.09451, 0.9918] - vc (r) : gamma [5,opdp] 401.9 MeV : 4.207 -5.309 -0.25 cm [0.0653, -0.07224, 0.9952] - cal (l) : gamma [6,opdp] 224.8 MeV : 3.782 4.623 -15 cm [0.08601, 0.09451, 0.9918] - cal (r) : gamma [5,opdp] 401.9 MeV : 4.289 -5.4 -15 cm [0.0653, -0.07224, 0.9952] - --- - angle between the eta decay products : 131.367 deg + angle between the eta decay products : 127.72 deg --- Triggered angular ranges: 6 [ 0.0000, -0.2000) --- Production model data: - Incident particle (LAB) : pi- 4.6463 4.8615 733.1575 MeV -- 746.3545 MeV - (SCM) : pi- 2.8743 3.0074 453.5491 MeV -- 474.5565 MeV + Incident particle (LAB) : pi- 5.0813 -4.9024 726.9321 MeV -- 740.2431 MeV + (SCM) : pi- 3.1513 -3.0403 450.8230 MeV -- 471.9538 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -2.8743 -3.0074 -453.5491 MeV -- 1.0422 GeV - Output particle (LAB) : eta -141.1600 -7.7836 269.5431 MeV -- 626.7320 MeV - (SCM) : eta -142.8915 -9.5953 -3.6768 MeV -- 566.2829 MeV - Nucleus output particle (LAB) : neutron 145.8063 12.6451 463.6145 MeV -- 1.0579 GeV - (SCM) : neutron 142.8915 9.5953 3.6768 MeV -- 950.4245 MeV + (SCM) : proton -3.1513 3.0403 -450.8230 MeV -- 1.0410 GeV + Output particle (LAB) : eta -111.3484 68.1737 258.6171 MeV -- 619.7433 MeV + (SCM) : eta -113.2329 69.9919 -10.9903 MeV -- 563.9097 MeV + Nucleus output particle (LAB) : neutron 116.4297 -73.0760 468.3149 MeV -- 1.0588 GeV + (SCM) : neutron 113.2329 -69.9919 10.9903 MeV -- 949.0123 MeV --- Reconstructed data: -- entry points: - left: 5.54357 4.51045 -15 cm - right: 4.07314 -5.73422 -15 cm + left: -4.51743 5.48257 -15 cm + right: -4.54129 6.37091 -15 cm target: 0 0 0 fm - -- the angle: 131.568 deg - -- mass of the output particle: 546.444 MeV - -- mass of the nucleus output particle: 944.954 MeV + -- the angle: 128.853 deg + -- mass of the output particle: 547.836 MeV + -- mass of the nucleus output particle: 946.507 MeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -126.1955 -20.0628 265.4239 MeV -- 620.7884 MeV - (SCM) : eta -126.1955 -20.0628 -4.5331 MeV -- 561.2031 MeV - Nucleus output particle (LAB) : neutron 126.1955 20.0628 464.5761 MeV -- 1.0607 GeV - (SCM) : neutron 126.1955 20.0628 4.5331 MeV -- 953.5656 MeV + Output particle (LAB) : eta -101.5118 60.8704 251.2572 MeV -- 614.2181 MeV + (SCM) : eta -101.5118 60.8704 -17.0928 MeV -- 560.7369 MeV + Nucleus output particle (LAB) : neutron 101.5118 -60.8704 478.7428 MeV -- 1.0673 GeV + (SCM) : neutron 101.5118 -60.8704 17.0928 MeV -- 954.0318 MeV -- triggered angular ranges: 6 [ 0.0000, -0.2000) --- Energy Deposit - monitor : 384.078 keV - vc (l) : 0 eV + monitor : 377.396 keV + vc (l) : 244.88 keV vc (r) : 0 eV - cal (l) : 229.188 MeV - 0.5441 13.35 41.9 0.9616 0 0 - 2.579 9.846 155.1 0 0 0 - 0.5944 3.266 1.09 0 0 0 + cal (l) : 261.261 MeV + 0 0 1.461 89.72 10.73 1.402 + 0 0 0.3078 150.8 4.71 0.6376 + 0 0 0 1.115 0.356 0 0 0 0 0 0 0 - cal (r) : 391.601 MeV - 0 0 0 0 0 0 - 0 0 0.1211 0.7925 0 0 - 0.7418 19.99 220.4 0.5477 0 0 - 2.144 35.58 106.4 3.022 0 1.805 -Event 6066 + cal (r) : 352.957 MeV + 0 1.912 0.2797 237.9 52.82 0 + 0 0.5935 0.9736 25.77 30.71 1.031 + 0 0 0 0.2834 0.3636 0 + 0 0 0 0 0.3358 0 +Event 2657 --- Reconstructed data: -- entry points: - left: 7.57264 -4.86563 -15 cm - right: 9.96891 3.87592 -15 cm + left: 6.08308 4.23924 -15 cm + right: 4.14394 4.17781 -15 cm target: 0 0 0 fm - -- the angle: 127.897 deg - -- mass of the output particle: 227.998 MeV - -- mass of the nucleus output particle: 1.28572 GeV + -- the angle: 131.218 deg + -- mass of the output particle: 126.049 MeV + -- mass of the nucleus output particle: 1.38618 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta -19.3282 0.7482 116.8488 MeV -- 256.9256 MeV - (SCM) : eta -19.3282 0.7482 5.8919 MeV -- 228.8927 MeV - Nucleus output particle (LAB) : neutron 19.3282 -0.7482 613.1512 MeV -- 1.4246 GeV - (SCM) : neutron 19.3282 -0.7482 -5.8919 MeV -- 1.2859 GeV + Output particle (LAB) : eta 21.4458 9.7395 55.2037 MeV -- 139.6084 MeV + (SCM) : eta 21.4458 9.7395 -6.0005 MeV -- 128.3709 MeV + Nucleus output particle (LAB) : neutron -21.4458 -9.7395 674.7963 MeV -- 1.5419 GeV + (SCM) : neutron -21.4458 -9.7395 6.0005 MeV -- 1.3864 GeV -- triggered angular ranges: - 4 [ 0.4000, 0.2000) - --- Energy Deposit - monitor : 391.267 keV - vc (l) : 0 eV - vc (r) : 0 eV - cal (l) : 108.429 MeV - 0 0 0 0 0 0 - 0 0 0 4.159 0 0 - 0.5392 47.27 6.443 0.3576 0 0 - 3.843 45.81 0 0 0 0 - cal (r) : 148.497 MeV - 2.159 2.127 2.127 0 0 0 - 12.12 128.7 0.3955 0 0 0 - 0.3035 0.5611 0 0 0 0 - 0 0 0 0 0 0 -Event 7851 - --- Track Points - monitor : pi- [1,bp] 735.5 MeV : -2.006 -1.669 -0.125 cm [-0.01304, -0.01695, 0.9998] - target : pi- [1,bp] 735 MeV : 0.9588 4.907 -2.159 cm [-0.6535, -0.7568, -0.01583] - : eta [7,op] 263.7 MeV : -0.8763 2.782 -2.204 cm [-0.1637, -0.9838, -0.07323] - : neutron [8,np] 527.6 MeV : -0.8763 2.782 -2.204 cm [-0.8273, -0.5616, 0.01437] - : gamma [10,opdp] 238.8 MeV : -0.8763 2.782 -2.204 cm [-0.9699, 0.242, -0.02579] - : gamma [9,opdp] 369.2 MeV : -0.8763 2.782 -2.204 cm [0.5105, -0.8591, -0.03562] - vc (l) : gamma [9,opdp] 369.2 MeV : 6.556 -4.412 -0.25 cm [0.09961, -0.03562, 0.9944] - vc (r) : gamma [10,opdp] 238.8 MeV : -1.469 -3.679 -0.25 cm [0.01732, -0.02579, 0.9995] - cal (l) : gamma [9,opdp] 369.2 MeV : 6.682 -4.456 -15 cm [0.09961, -0.03562, 0.9944] - cal (r) : gamma [10,opdp] 238.8 MeV : -1.448 -3.711 -15 cm [0.01732, -0.02579, 0.9995] - --- - angle between the eta decay products : 134.599 deg - --- Triggered angular ranges: 7 [-0.2000, -0.4000) - --- Production model data: - Incident particle (LAB) : pi- -10.2139 -11.7284 733.9846 MeV -- 747.2985 MeV - (SCM) : pi- -6.3161 -7.2527 453.8859 MeV -- 474.9576 MeV - Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 6.3161 7.2527 -453.8859 MeV -- 1.0423 GeV - Output particle (LAB) : eta 133.6809 -19.3084 226.4511 MeV -- 608.0101 MeV - (SCM) : eta 137.4268 -15.0070 -42.7399 MeV -- 566.6488 MeV - Nucleus output particle (LAB) : neutron -143.8948 7.5799 507.5335 MeV -- 1.0776 GeV - (SCM) : neutron -137.4268 15.0070 42.7399 MeV -- 950.6425 MeV + --- Energy Deposit + monitor : 983.04 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 78.9645 MeV + 0.9323 1.382 0.9702 0 0 0 + 0 21.82 53.86 0 0 0 + 0 0 0 0 0 0 + 0 0 0 0 0 0 + cal (r) : 60.6439 MeV + 0 0 7.552 0.6526 0 0 + 0 13.28 38.24 0.4758 0 0 + 0 0.4395 0 0 0 0 + 0 0 0 0 0 0 +Event 3924 --- Reconstructed data: -- entry points: - left: 10.1445 -4.70371 -15 cm - right: -0.647109 -2.59143 -15 cm + left: -8.94705 3.31305 -15 cm + right: 12.0426 -1.3693 -15 cm target: 0 0 0 fm - -- the angle: 139.651 deg - -- mass of the output particle: 531.222 MeV - -- mass of the nucleus output particle: 951.392 MeV + -- the angle: 110.208 deg + -- mass of the output particle: 157.537 MeV + -- mass of the nucleus output particle: 1.34478 GeV -- production model data: Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV - Output particle (LAB) : eta 125.8715 -36.7711 187.0547 MeV -- 578.2576 MeV - (SCM) : eta 125.8715 -36.7711 -71.0317 MeV -- 551.7589 MeV - Nucleus output particle (LAB) : neutron -125.8715 36.7711 542.9453 MeV -- 1.1032 GeV - (SCM) : neutron -125.8715 36.7711 71.0317 MeV -- 963.0098 MeV + Output particle (LAB) : eta -50.6667 0.7522 117.3389 MeV -- 202.8644 MeV + (SCM) : eta -50.6667 0.7522 32.4893 MeV -- 168.6448 MeV + Nucleus output particle (LAB) : neutron 50.6667 -0.7522 612.6611 MeV -- 1.4786 GeV + (SCM) : neutron 50.6667 -0.7522 -32.4893 MeV -- 1.3461 GeV + -- triggered angular ranges: + 3 [ 0.6000, 0.4000) + --- Energy Deposit + monitor : 452.63 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 68.7915 MeV + 0 0 0 0 0.4092 0 + 0 0 1.139 0.117 61.52 5.608 + 0 0 0 0 0 0 + 0 0 0 0 0 0 + cal (r) : 134.073 MeV + 0 0.6193 0 0 0 0 + 14.55 3.87 0 0 0 0 + 42.44 71.19 0 0 0 0 + 1.404 0 0 0 0 0 +Event 4150 + --- Reconstructed data: + -- entry points: + left: 1.13472 -3.19251 -15 cm + right: -0.613976 -2.70153 -15 cm + target: 0 0 0 fm + -- the angle: 131.364 deg + -- mass of the output particle: 270.214 MeV + -- mass of the nucleus output particle: 1.23309 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 69.5846 -15.3216 124.8346 MeV -- 306.0656 MeV + (SCM) : eta 69.5846 -15.3216 -8.9249 MeV -- 279.5928 MeV + Nucleus output particle (LAB) : neutron -69.5846 15.3216 605.1654 MeV -- 1.3754 GeV + (SCM) : neutron -69.5846 15.3216 8.9249 MeV -- 1.2352 GeV + -- triggered angular ranges: + 6 [ 0.0000, -0.2000) + --- Energy Deposit + monitor : 393.73 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 190.946 MeV + 0 0 0 0 0 0 + 0 0 0.6035 0.3362 0 0 + 0 0.7253 155.9 30.8 0.2639 0 + 0 0 1.67 0.6357 0 0 + cal (r) : 115.119 MeV + 0 0 0 0 0.8335 0 + 0 0 0 4.032 0.3681 0 + 0 0 6.196 96.32 1.015 0 + 1.525 4.828 0 0 0 0 +Event 7393 + --- Track Points + monitor : pi- [1,bp] 731.1 MeV : 6.854 2.229 -1.25 mm [-0.006429, -0.01501, 0.9999] + target : pi- [1,bp] 730.3 MeV : 3.559 3.512 -0.231 cm [-0.6482, -0.7613, -0.01569] + : eta [4,op] 360.1 MeV : 3.094 2.966 -0.2422 cm [-0.3529, -0.9284, -0.1163] + : neutron [5,np] 412.2 MeV : 3.094 2.966 -0.2422 cm [-0.8403, -0.5371, 0.07355] + : pi0 [8,opdp] 280.6 MeV : 3.094 2.966 -0.2422 cm [-0.4294, -0.8648, 0.2601] + : pi0 [6,opdp] 105.6 MeV : 3.094 2.966 -0.2422 cm [-0.07755, -0.9943, -0.07263] + vc (l) : tp is not valid + vc (r) : tp is not valid + cal (l) : tp is not valid + cal (r) : tp is not valid + --- + angle between the eta decay products : 29.0323 deg + --- Triggered angular ranges: + 3 [ 0.6000, 0.4000) + --- Production model data: + Incident particle (LAB) : pi- -5.4849 -11.5755 729.9969 MeV -- 743.3299 MeV + (SCM) : pi- -3.3973 -7.1697 452.1519 MeV -- 473.2696 MeV + Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 3.3973 7.1697 -452.1519 MeV -- 1.0416 GeV + Output particle (LAB) : eta 117.5301 -41.8881 337.7943 MeV -- 655.6109 MeV + (SCM) : eta 119.6248 -37.4674 59.0083 MeV -- 565.1094 MeV + Nucleus output particle (LAB) : neutron -123.0149 30.3126 392.2025 MeV -- 1.0260 GeV + (SCM) : neutron -119.6248 37.4674 -59.0083 MeV -- 949.7257 MeV + --- Reconstructed data: + -- entry points: + left: -2.34104 -4.93674 -15 cm + right: 0.0633684 4.12996 -15 cm + target: 0 0 0 fm + -- the angle: 127.86 deg + -- mass of the output particle: 129.673 MeV + -- mass of the nucleus output particle: 1.37085 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 59.0545 -6.1445 71.1551 MeV -- 159.3844 MeV + (SCM) : eta 59.0545 -6.1445 2.1761 MeV -- 142.6362 MeV + Nucleus output particle (LAB) : neutron -59.0545 6.1445 658.8449 MeV -- 1.5221 GeV + (SCM) : neutron -59.0545 6.1445 -2.1761 MeV -- 1.3721 GeV + -- triggered angular ranges: + 5 [ 0.2000, 0.0000) + --- Energy Deposit + monitor : 405.358 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 113.468 MeV + 0 0 0 0 0 0 + 0 0 0 0 0 0 + 0 0 1.233 93.41 0.3797 0 + 0 0 1.831 16.62 0 0 + cal (r) : 45.9162 MeV + 0 0 2.219 2.589 0 0 + 0 0.7127 8.211 31.78 0 0 + 0 0 0.4033 0 0 0 + 0 0 0 0 0 0 +Event 8682 + --- Track Points + monitor : pi- [1,bp] 726.1 MeV : 1.462 1.325 -0.125 cm [0.0114, 0.02174, 0.9997] + target : pi- [1,bp] 725.2 MeV : 4.376 2.419 2.005 cm [-0.6339, -0.773, 0.02727] + : eta [4,op] 176.4 MeV : 0.04264 -2.865 2.193 cm [-0.2419, -0.9535, 0.18] + : neutron [5,np] 570.7 MeV : 0.04264 -2.865 2.193 cm [-0.7284, -0.6848, -0.0204] + : pi0 [8,opdp] 163 MeV : 0.04264 -2.865 2.193 cm [0.2596, -0.5503, 0.7936] + : pi0 [6,opdp] 146.7 MeV : 0.04264 -2.865 2.193 cm [-0.8387, -0.5391, -0.0777] + vc (l) : tp is not valid + vc (r) : tp is not valid + cal (l) : tp is not valid + cal (r) : tp is not valid + --- + angle between the eta decay products : 89.0079 deg + --- Triggered angular ranges: + 9 [-0.6000, -0.8000) + --- Production model data: + Incident particle (LAB) : pi- 8.2040 20.1122 722.9666 MeV -- 736.6358 MeV + (SCM) : pi- 5.0954 12.4915 449.0282 MeV -- 470.4127 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -5.0954 -12.4915 -449.0282 MeV -- 1.0403 GeV + Output particle (LAB) : eta 75.4341 31.7533 156.3117 MeV -- 575.5734 MeV + (SCM) : eta 72.5032 24.5681 -101.9740 MeV -- 562.5049 MeV + Nucleus output particle (LAB) : neutron -67.2301 -11.6412 566.6549 MeV -- 1.0993 GeV + (SCM) : neutron -72.5032 -24.5681 101.9740 MeV -- 948.1783 MeV + --- Reconstructed data: + -- entry points: + left: 0.830493 -2.15007 -15 cm + right: -3.27247 -0.194177 -15 cm + target: 0 0 0 fm + -- the angle: 133.87 deg + -- mass of the output particle: 110.618 MeV + -- mass of the nucleus output particle: 1.40347 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta -10.0087 -2.1950 47.0077 MeV -- 120.6277 MeV + (SCM) : eta -10.0087 -2.1950 -5.9514 MeV -- 111.2507 MeV + Nucleus output particle (LAB) : neutron 10.0087 2.1950 682.9923 MeV -- 1.5609 GeV + (SCM) : neutron 10.0087 2.1950 5.9514 MeV -- 1.4035 GeV -- triggered angular ranges: 8 [-0.4000, -0.6000) --- Energy Deposit - monitor : 413.1 keV + monitor : 741.283 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 348.479 MeV + cal (l) : 55.4133 MeV 0 0 0 0 0 0 - 0.4934 0.1744 0 0 0 0 - 23.68 263.6 0.4231 0 0 0 - 5.736 53.54 0.8494 0 0 0 - cal (r) : 229.779 MeV - 0 4.655 0 0 0 0 - 0 0 0 3.224 0.6583 0 - 0 0 23.71 186.2 1.317 1.301 - 4.165 0 0.7423 3.796 0 0 + 0 0 0 3.355 2.851 0 + 0.496 0 42.65 4.789 0.2516 0 + 0.655 0 0.3671 0 0 0 + cal (r) : 65.2143 MeV + 0 0 0 0 0 0 + 0 0 1.514 5.617 35.18 0 + 0 0 16.8 5.403 0 0 + 0 0 0.187 0.1299 0.3822 0 +Event 12340 + --- Reconstructed data: + -- entry points: + left: -7.1342 1.70483 -15 cm + right: 9.60316 3.27439 -15 cm + target: 0 0 0 fm + -- the angle: 113.983 deg + -- mass of the output particle: 276.291 MeV + -- mass of the nucleus output particle: 1.2345 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 6.2923 13.4723 178.8912 MeV -- 329.4845 MeV + (SCM) : eta 6.2923 13.4723 39.7954 MeV -- 279.5383 MeV + Nucleus output particle (LAB) : neutron -6.2923 -13.4723 551.1088 MeV -- 1.3520 GeV + (SCM) : neutron -6.2923 -13.4723 -39.7954 MeV -- 1.2352 GeV + -- triggered angular ranges: + 1 [ 1.0000, 0.8000) + --- Energy Deposit + monitor : 400.316 keV + vc (l) : 123.707 keV + vc (r) : 0 eV + cal (l) : 166.254 MeV + 0 0 0 0 0.4482 0.5076 + 0 0 1.666 1.178 143.8 2.443 + 0 1.256 0.2648 0 14.44 0 + 0 0.2308 0 0 0 0 + cal (r) : 163.23 MeV + 0.2298 3.81 1.539 0 0 0 + 4.313 148.9 0 0 0 0 + 0.5822 3.854 0 0 0 0 + 0 0 0 0 0 0 +Event 13913 + --- Track Points + monitor : pi- [1,bp] 731.5 MeV : -8.697 7.136 -1.25 mm [-0.01068, 0.01308, 0.9999] + target : pi- [1,bp] 730.9 MeV : 2.215 4.483 1.095 cm [-0.651, -0.759, 0.01348] + : eta [5,op] 411.9 MeV : -0.9118 0.8342 1.157 cm [-0.7143, -0.6899, -0.1176] + : neutron [6,np] 329.6 MeV : -0.9118 0.8342 1.157 cm [-0.548, -0.8183, 0.1735] + : pi0 [9,opdp] 109.5 MeV : -0.9118 0.8342 1.157 cm [-0.9705, 0.09053, -0.2233] + : pi0 [7,opdp] 179 MeV : -0.9118 0.8342 1.157 cm [-0.9724, -0.2334, -0.003944] + vc (l) : tp is not valid + vc (r) : tp is not valid + cal (l) : tp is not valid + cal (r) : tp is not valid + --- + angle between the eta decay products : 22.5567 deg + --- Triggered angular ranges: + 1 [ 1.0000, 0.8000) + --- Production model data: + Incident particle (LAB) : pi- -7.7469 8.7368 729.5454 MeV -- 742.8678 MeV + (SCM) : pi- -4.7992 5.4125 451.9577 MeV -- 473.0728 MeV + Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 4.7992 -5.4125 -451.9577 MeV -- 1.0415 GeV + Output particle (LAB) : eta -42.7380 -48.4512 406.7951 MeV -- 685.4262 MeV + (SCM) : eta -39.7070 -51.8696 121.3507 MeV -- 564.9300 MeV + Nucleus output particle (LAB) : neutron 34.9912 57.1881 322.7503 MeV -- 995.7136 MeV + (SCM) : neutron 39.7070 51.8696 -121.3507 MeV -- 949.6190 MeV + --- Reconstructed data: + -- entry points: + left: 2.99629 2.70861 -15 cm + right: 8.67931 4.60053 -15 cm + target: 0 0 0 fm + -- the angle: 124.238 deg + -- mass of the output particle: 245.921 MeV + -- mass of the nucleus output particle: 1.26755 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta -10.7284 17.2775 131.2475 MeV -- 279.4935 MeV + (SCM) : eta -10.7284 17.2775 10.9995 MeV -- 247.0055 MeV + Nucleus output particle (LAB) : neutron 10.7284 -17.2775 598.7525 MeV -- 1.4020 GeV + (SCM) : neutron 10.7284 -17.2775 -10.9995 MeV -- 1.2678 GeV + -- triggered angular ranges: + 3 [ 0.6000, 0.4000) + --- Energy Deposit + monitor : 443.166 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 126.401 MeV + 0.6777 1.736 1.577 0 0 0 + 0 0.9329 108 5.82 0 0 + 0 0 4.255 3.277 0 0 + 0 0.07818 0 0 0 0 + cal (r) : 153.092 MeV + 42.78 20.61 0.4203 0 0 0 + 20.74 55.33 1.146 8.199 0.3552 0 + 0 0 2.633 0 0 0 + 0 0 0 0.8887 0 0 +Event 20674 + --- Reconstructed data: + -- entry points: + left: 8.04258 0.449061 -15 cm + right: 8.10427 -2.33614 -15 cm + target: 0 0 0 fm + -- the angle: 129.927 deg + -- mass of the output particle: 555.659 MeV + -- mass of the nucleus output particle: 943.28 MeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 103.2637 -7.8747 249.8216 MeV -- 617.9751 MeV + (SCM) : eta 103.2637 -7.8747 -20.4969 MeV -- 565.5992 MeV + Nucleus output particle (LAB) : neutron -103.2637 7.8747 480.1784 MeV -- 1.0635 GeV + (SCM) : neutron -103.2637 7.8747 20.4969 MeV -- 949.1695 MeV + -- triggered angular ranges: + 6 [ 0.0000, -0.2000) + --- Energy Deposit + monitor : 426.054 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 346.982 MeV + 0.5231 1.508 3.385 0.8726 0 0 + 10.56 108.3 24.95 0.3169 0.4984 0 + 3.398 184.7 0.9723 0.3517 0 0 + 1.221 5.472 0 0 0 0 + cal (r) : 270.993 MeV + 0 2.034 0 0 0 0 + 2.528 8.724 0.1598 0 0 0 + 2.043 238.8 2.247 2.793 0 0 + 0 10.23 0 1.413 0 0 +Event 21549 + --- Reconstructed data: + -- entry points: + left: -1.76447 1.77561 -15 cm + right: 5.52477 5.52669 -15 cm + target: 0 0 0 fm + -- the angle: 122.699 deg + -- mass of the output particle: 267.867 MeV + -- mass of the nucleus output particle: 1.24527 GeV + -- production model data: + Incident particle (LAB) : pi- 0.0000 0.0000 730.0000 MeV -- 743.2226 MeV + (SCM) : pi- 0.0000 0.0000 452.1737 MeV -- 473.2239 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 0.0000 0.0000 -452.1737 MeV -- 1.0415 GeV + Output particle (LAB) : eta 14.3499 18.1360 144.9049 MeV -- 305.4261 MeV + (SCM) : eta 14.3499 18.1360 13.6626 MeV -- 269.2106 MeV + Nucleus output particle (LAB) : neutron -14.3499 -18.1360 585.0951 MeV -- 1.3761 GeV + (SCM) : neutron -14.3499 -18.1360 -13.6626 MeV -- 1.2456 GeV + -- triggered angular ranges: + 3 [ 0.6000, 0.4000) + --- Energy Deposit + monitor : 609.973 keV + vc (l) : 0 eV + vc (r) : 0 eV + cal (l) : 158.026 MeV + 0 0 0 1.108 1.198 0 + 0 0.2527 16.3 109 0 0 + 0 0.2083 0.455 29.24 0.3021 0 + 0 0 0 0 0 0 + cal (r) : 147.4 MeV + 2.73 33.46 48.62 0 0 0 + 0 1.254 58.88 0.3716 0 0 + 0.2294 0.139 0 0 0 0 + 0 0 1.716 0 0 0 Run terminated. Run Summary - Number of events processed : 7852, effectively: 10 - User=5.270000s Real=5.352331s Sys=0.010000s + Number of events processed : 21550, effectively: 10 + User=16.740000s Real=16.914754s Sys=0.010000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): - 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 216 ) | 0.00000000 ( 0 / 216 / 268 ) - 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 223 ) | 0.00000000 ( 0 / 223 / 271 ) - 3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 205 ) | 0.00000000 ( 0 / 205 / 262 ) - 4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 241 ) | 0.00000000 ( 0 / 241 / 305 ) - 5 [ 0.2000, 0.0000) | 0.00454545 ( 1 / 220 ) | 0.00454545 ( 1 / 220 / 281 ) - 6 [ 0.0000, -0.2000) | 0.00462963 ( 1 / 216 ) | 0.00462963 ( 1 / 216 / 258 ) - 7 [-0.2000, -0.4000) | 0.00471698 ( 1 / 212 ) | 0.00000000 ( 0 / 212 / 256 ) - 8 [-0.4000, -0.6000) | 0.00454545 ( 1 / 220 ) | 0.00909091 ( 2 / 220 / 264 ) - 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 214 ) | 0.00467290 ( 1 / 214 / 265 ) - 10 [-0.8000, -1.0000) | 0.00403226 ( 1 / 248 ) | 0.00000000 ( 0 / 248 / 304 ) + 1 [ 1.0000, 0.8000) | 0.00163934 ( 1 / 610 ) | 0.00000000 ( 0 / 610 / 764 ) + 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 589 ) | 0.00000000 ( 0 / 589 / 725 ) + 3 [ 0.6000, 0.4000) | 0.00156986 ( 1 / 637 ) | 0.00156986 ( 1 / 637 / 782 ) + 4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 570 ) | 0.00000000 ( 0 / 570 / 703 ) + 5 [ 0.2000, 0.0000) | 0.00000000 ( 0 / 606 ) | 0.00165017 ( 1 / 606 / 746 ) + 6 [ 0.0000, -0.2000) | 0.00158479 ( 1 / 631 ) | 0.00158479 ( 1 / 631 / 759 ) + 7 [-0.2000, -0.4000) | 0.00000000 ( 0 / 568 ) | 0.00000000 ( 0 / 568 / 720 ) + 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 618 ) | 0.00161812 ( 1 / 618 / 763 ) + 9 [-0.6000, -0.8000) | 0.00168067 ( 1 / 595 ) | 0.00000000 ( 0 / 595 / 733 ) + 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 593 ) | 0.00000000 ( 0 / 593 / 723 ) --- - False hits (edt | rec): 5 | 5 + False hits (edt | rec): 6 | 6 G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 18; of which, static: 3 -Dynamic pools deleted: 15 / Total memory freed: 0.54 MB +Dynamic pools deleted: 15 / Total memory freed: 0.71 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/HGCal_testbeam/testbeam_electron.out b/examples/advanced/HGCal_testbeam/testbeam_electron.out new file mode 100644 index 0000000000..0fc832e74f --- /dev/null +++ b/examples/advanced/HGCal_testbeam/testbeam_electron.out @@ -0,0 +1,2432 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Checking overlaps for volume SiCell:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:94 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:95 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:96 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:97 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:98 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:99 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:100 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:101 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:102 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:103 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:104 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:105 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:106 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:107 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:108 (G4SubtractionSolid) ... OK! +Checking overlaps for volume SiCell:109 (G4SubtractionSolid) ... OK! +Checking overlaps for volume AHCAL_SiPM:0 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:1 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:2 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:3 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:4 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:5 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:6 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:7 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:8 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:9 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:10 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:11 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:12 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:13 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:14 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:15 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:16 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:17 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:18 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:19 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:20 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:21 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:22 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:23 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:24 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:25 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:26 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:27 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:28 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:29 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:30 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:31 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:32 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:33 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:34 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:35 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:36 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:37 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:38 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:39 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:40 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:41 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:42 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:43 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:44 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:45 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:46 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:47 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:48 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:49 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:50 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:51 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:52 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:53 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:54 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:55 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:56 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:57 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:58 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:59 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:60 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:61 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:62 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:63 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:64 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:65 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:66 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:67 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:68 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:69 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:70 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:71 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:72 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:73 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:74 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:75 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:76 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:77 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:78 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:79 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:80 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:81 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:82 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:83 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:84 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:85 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:86 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:87 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:88 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:89 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:90 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:91 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:92 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:93 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:94 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:95 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:96 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:97 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:98 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:99 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:100 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:101 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:102 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:103 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:104 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:105 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:106 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:107 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:108 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:109 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:110 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:111 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:112 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:113 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:114 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:115 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:116 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:117 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:118 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:119 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:120 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:121 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:122 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:123 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:124 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:125 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:126 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:127 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:128 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:129 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:130 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:131 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:132 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:133 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:134 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:135 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:136 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:137 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:138 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:139 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:140 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:141 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:142 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:143 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:144 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:145 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:146 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:147 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:148 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:149 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:150 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:151 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:152 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:153 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:154 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:155 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:156 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:157 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:158 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:159 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:160 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:161 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:162 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:163 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:164 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:165 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:166 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:167 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:168 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:169 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:170 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:171 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:172 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:173 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:174 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:175 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:176 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:177 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:178 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:179 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:180 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:181 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:182 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:183 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:184 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:185 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:186 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:187 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:188 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:189 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:190 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:191 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:192 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:193 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:194 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:195 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:196 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:197 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:198 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:199 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:200 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:201 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:202 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:203 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:204 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:205 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:206 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:207 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:208 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:209 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:210 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:211 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:212 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:213 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:214 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:215 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:216 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:217 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:218 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:219 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:220 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:221 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:222 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:223 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:224 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:225 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:226 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:227 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:228 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:229 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:230 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:231 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:232 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:233 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:234 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:235 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:236 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:237 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:238 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:239 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:240 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:241 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:242 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:243 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:244 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:245 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:246 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:247 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:248 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:249 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:250 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:251 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:252 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:253 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:254 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:255 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:256 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:257 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:258 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:259 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:260 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:261 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:262 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:263 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:264 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:265 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:266 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:267 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:268 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:269 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:270 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:271 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:272 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:273 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:274 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:275 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:276 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:277 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:278 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:279 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:280 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:281 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:282 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:283 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:284 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:285 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:286 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:287 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:288 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:289 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:290 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:291 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:292 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:293 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:294 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:295 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:296 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:297 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:298 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:299 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:300 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:301 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:302 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:303 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:304 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:305 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:306 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:307 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:308 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:309 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:310 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:311 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:312 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:313 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:314 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:315 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:316 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:317 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:318 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:319 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:320 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:321 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:322 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:323 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:324 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:325 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:326 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:327 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:328 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:329 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:330 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:331 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:332 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:333 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:334 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:335 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:336 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:337 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:338 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:339 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:340 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:341 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:342 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:343 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:344 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:345 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:346 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:347 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:348 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:349 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:350 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:351 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:352 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:353 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:354 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:355 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:356 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:357 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:358 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:359 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:360 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:361 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:362 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:363 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:364 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:365 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:366 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:367 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:368 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:369 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:370 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:371 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:372 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:373 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:374 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:375 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:376 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:377 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:378 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:379 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:380 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:381 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:382 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:383 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:384 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:385 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:386 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:387 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:388 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:389 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:390 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:391 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:392 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:393 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:394 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:395 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:396 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:397 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:398 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:399 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:400 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:401 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:402 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:403 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:404 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:405 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:406 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:407 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:408 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:409 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:410 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:411 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:412 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:413 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:414 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:415 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:416 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:417 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:418 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:419 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:420 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:421 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:422 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:423 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:424 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:425 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:426 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:427 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:428 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:429 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:430 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:431 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:432 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:433 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:434 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:435 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:436 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:437 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:438 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:439 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:440 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:441 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:442 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:443 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:444 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:445 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:446 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:447 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:448 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:449 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:450 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:451 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:452 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:453 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:454 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:455 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:456 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:457 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:458 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:459 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:460 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:461 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:462 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:463 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:464 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:465 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:466 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:467 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:468 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:469 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:470 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:471 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:472 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:473 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:474 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:475 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:476 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:477 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:478 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:479 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:480 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:481 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:482 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:483 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:484 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:485 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:486 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:487 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:488 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:489 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:490 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:491 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:492 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:493 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:494 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:495 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:496 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:497 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:498 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:499 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:500 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:501 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:502 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:503 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:504 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:505 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:506 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:507 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:508 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:509 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:510 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:511 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:512 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:513 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:514 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:515 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:516 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:517 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:518 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:519 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:520 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:521 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:522 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:523 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:524 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:525 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:526 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:527 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:528 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:529 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:530 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:531 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:532 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:533 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:534 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:535 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:536 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:537 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:538 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:539 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:540 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:541 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:542 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:543 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:544 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:545 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:546 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:547 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:548 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:549 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:550 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:551 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:552 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:553 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:554 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:555 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:556 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:557 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:558 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:559 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:560 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:561 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:562 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:563 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:564 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:565 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:566 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:567 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:568 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:569 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:570 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:571 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:572 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:573 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:574 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM:575 (G4Box) ... OK! +Checking overlaps for volume DWC_gas:0 (G4Box) ... OK! +Checking overlaps for volume DWC_window_0:0 (G4Box) ... OK! +Checking overlaps for volume DWC_window_1:1 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_0:0 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_1:1 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_2:2 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_3:3 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_4:4 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_5:5 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_6:6 (G4Box) ... OK! +Checking overlaps for volume DWC_al1_7:7 (G4Box) ... OK! +Checking overlaps for volume DWC_al2_0:0 (G4Box) ... OK! +Checking overlaps for volume DWC_al2_1:1 (G4Box) ... OK! +Checking overlaps for volume DWC_al2_2:2 (G4Box) ... OK! +Checking overlaps for volume DWC_al2_3:3 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_0:0 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_1:1 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_2:2 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_3:3 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_4:4 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_5:5 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_6:6 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_7:7 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_8:8 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_9:9 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_10:10 (G4Box) ... OK! +Checking overlaps for volume DWC_gasVet_11:11 (G4Box) ... OK! +creating a sensitive detector with name: SiCell_sensitive +creating a sensitive detector with name: AHCAL_SiPM_sensitive + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +Constructing configuration 0 +Checking overlaps for volume Al_case_thick:0 (G4Box) ... OK! +Checking overlaps for volume Al_case:0 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:0 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:0 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:1 (G4Box) ... OK! +Checking overlaps for volume PCB:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:0 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:2 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:1 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:3 (G4Box) ... OK! +Checking overlaps for volume PCB:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:1 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:4 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:2 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:5 (G4Box) ... OK! +Checking overlaps for volume PCB:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:2 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:6 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:3 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:7 (G4Box) ... OK! +Checking overlaps for volume PCB:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:3 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:8 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:4 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:9 (G4Box) ... OK! +Checking overlaps for volume PCB:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:4 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:10 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:5 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:11 (G4Box) ... OK! +Checking overlaps for volume PCB:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:5 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:12 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:6 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:13 (G4Box) ... OK! +Checking overlaps for volume PCB:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:6 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:14 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:7 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:15 (G4Box) ... OK! +Checking overlaps for volume PCB:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:7 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:16 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:8 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:17 (G4Box) ... OK! +Checking overlaps for volume PCB:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:8 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:18 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:9 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:19 (G4Box) ... OK! +Checking overlaps for volume PCB:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:9 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:20 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:10 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:21 (G4Box) ... OK! +Checking overlaps for volume PCB:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:10 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:22 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:11 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:23 (G4Box) ... OK! +Checking overlaps for volume PCB:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:11 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:24 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:12 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:25 (G4Box) ... OK! +Checking overlaps for volume PCB:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate_550um:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:12 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate_610um:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Fe_absorber_EE:26 (G4Box) ... OK! +Checking overlaps for volume Pb_absorber_EE:13 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_EE:27 (G4Box) ... OK! +Checking overlaps for volume PCB:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate_610um:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_EE:13 (G4Box) ... OK! +Checking overlaps for volume CuW_baseplate_710um:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Steel_case_thick:0 (G4Box) ... OK! +Checking overlaps for volume Al_case:1 (G4Box) ... OK! +Checking overlaps for volume Steel_case:0 (G4Box) ... OK! +Checking overlaps for volume PCB:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:7 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:8 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:9 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:10 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:11 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:12 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:13 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:14 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:15 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:16 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:17 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:0 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:0 (G4Box) ... OK! +Checking overlaps for volume PCB:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:18 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:19 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:20 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:21 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:22 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:23 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:24 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:25 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:26 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:27 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:1 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:1 (G4Box) ... OK! +Checking overlaps for volume PCB:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:36 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:37 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:38 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:39 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:40 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:41 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:42 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:43 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:44 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:45 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:2 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:2 (G4Box) ... OK! +Checking overlaps for volume PCB:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:46 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:47 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:48 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:49 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:50 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:51 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:52 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:53 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:54 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:55 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:3 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:3 (G4Box) ... OK! +Checking overlaps for volume PCB:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:0 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:1 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:2 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:3 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:4 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:5 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB_thin:6 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:4 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:4 (G4Box) ... OK! +Checking overlaps for volume PCB:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:56 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:57 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:58 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:59 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:60 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:61 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:62 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:63 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:64 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:65 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:66 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:67 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:68 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:69 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:5 (G4Box) ... OK! +Checking overlaps for volume Steel_case:1 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:5 (G4Box) ... OK! +Checking overlaps for volume Steel_case:2 (G4Box) ... OK! +Checking overlaps for volume PCB:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:70 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:71 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:72 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:73 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:74 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:75 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:76 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:94 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:6 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:6 (G4Box) ... OK! +Checking overlaps for volume PCB:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:77 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:78 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:79 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:80 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:81 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:82 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:83 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:95 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:96 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:97 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:98 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:99 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:100 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:101 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:102 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:103 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:104 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:105 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:106 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:107 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:108 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:7 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:7 (G4Box) ... OK! +Checking overlaps for volume PCB:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume PCB:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:84 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:85 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:86 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:87 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:88 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:89 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:90 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:28 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:29 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:30 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:31 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:32 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:33 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:34 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:109 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:110 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:111 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:112 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:113 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:114 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:115 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:8 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:8 (G4Box) ... OK! +Checking overlaps for volume PCB:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:91 (G4SubtractionSolid) ... OK! +Checking overlaps for volume CuW_baseplate:35 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:9 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:9 (G4Box) ... OK! +Checking overlaps for volume PCB:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:92 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:116 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:10 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_FH:10 (G4Box) ... OK! +Checking overlaps for volume PCB:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_175um:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Si_wafer:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate_25um:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Kapton_layer:93 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_baseplate:117 (G4SubtractionSolid) ... OK! +Checking overlaps for volume Cu_absorber_FH:11 (G4Box) ... OK! +Checking overlaps for volume Steel_case:3 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:0 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:0 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:0 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:1 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:1 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:2 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:1 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:3 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:2 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:4 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:2 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:5 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:3 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:6 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:3 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:7 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:4 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:8 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:4 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:9 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:5 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:10 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:5 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:11 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:6 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:12 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:6 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:13 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:7 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:14 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:7 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:15 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:8 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:16 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:8 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:17 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:9 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:18 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:9 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:19 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:10 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:20 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:10 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:21 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:11 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:22 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:11 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:23 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:12 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:24 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:12 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:25 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:13 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:26 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:13 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:27 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:14 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:28 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:14 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:29 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:15 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:30 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:15 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:31 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:16 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:32 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:16 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:33 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:17 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:34 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:17 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:35 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:18 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:36 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:18 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:37 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:19 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:38 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:19 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:39 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:20 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:40 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:20 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:41 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:21 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:42 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:21 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:43 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:22 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:44 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:22 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:45 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:23 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:46 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:23 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:47 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:24 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:48 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:24 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:49 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:25 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:50 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:25 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:51 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:26 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:52 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:26 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:53 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:27 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:54 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:27 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:55 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:28 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:56 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:28 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:57 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:29 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:58 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:29 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:59 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:30 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:60 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:30 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:61 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:31 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:62 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:31 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:63 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:32 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:64 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:32 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:65 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:33 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:66 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:33 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:67 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:34 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:68 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:34 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:69 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:35 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:70 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:35 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:71 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:36 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:72 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:36 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:73 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:37 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:74 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:37 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:75 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:38 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:76 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:38 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:77 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:39 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:40 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:41 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:78 (G4Box) ... OK! +Checking overlaps for volume AHCAL_SiPM_2x2HUB:39 (G4Box) ... OK! +Checking overlaps for volume Al_absorber_AHCAL:79 (G4Box) ... OK! +Checking overlaps for volume Fe_absorber_AHCAL:42 (G4Box) ... OK! +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +Using +Output file is: output_eM_smeared_30GeV_10events.root + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Analysis_W001 + issued by : G4RootNtupleFileManager::SetNtupleMergingMode +Merging ntuples is not applicable in sequential application. +Setting was ignored. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +... set ntuple merging row mode : row-wise - done +... create file : output_eM_smeared_30GeV_10events.root - done +... open analysis file : output_eM_smeared_30GeV_10events.root - done +... open analysis file : output_eM_smeared_30GeV_10events.root - done +... write file : output_eM_smeared_30GeV_10events.root - done +... close file : output_eM_smeared_30GeV_10events.root - done diff --git a/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out new file mode 100644 index 0000000000..1538b79631 --- /dev/null +++ b/examples/advanced/ICRP110_HumanPhantoms/ICRP110Phantoms.out @@ -0,0 +1,1072 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: QGSP_BIC_HP + +Visualization Manager instantiating with verbosity "warnings (3)"... +WARNING: No extent set for user vis action "phantom". +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: + phantom +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +>> Male Phantom will be built. +>> Male Phantom identified by UserScoreWriter. +>> Partial Head Phantom will be built. +>> Partial Head Phantom identified by UserScoreWriter. +World has been built +Phantom Sex: male +Phantom Section: head +Data file ICRPdata/MaleHead.dat is read by Detector Construction. +Number of files = 30 +Number of X,Y,Z voxels = 254, 127, 30 +Total Number of Voxels = 967740 +ICRP110PhantomConstruction::ReadPhantomDataFile is openining the following phantom files: +AM_slice193.g4dat +AM_slice194.g4dat +AM_slice195.g4dat +AM_slice196.g4dat +AM_slice197.g4dat +AM_slice198.g4dat +AM_slice199.g4dat +AM_slice200.g4dat +AM_slice201.g4dat +AM_slice202.g4dat +AM_slice203.g4dat +AM_slice204.g4dat +AM_slice205.g4dat +AM_slice206.g4dat +AM_slice207.g4dat +AM_slice208.g4dat +AM_slice209.g4dat +AM_slice210.g4dat +AM_slice211.g4dat +AM_slice212.g4dat +AM_slice213.g4dat +AM_slice214.g4dat +AM_slice215.g4dat +AM_slice216.g4dat +AM_slice217.g4dat +AM_slice218.g4dat +AM_slice219.g4dat +AM_slice220.g4dat +AM_slice221.g4dat +AM_slice222.g4dat +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 +/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/tracking/verbose 0 +/run/verbose 0 +/event/verbose 0 +/control/execute primary.mac +/gps/verbose 0 +/gps/particle proton +/gps/energy 250 MeV +/gps/pos/centre -27. 0. 0. cm +/gps/direction 1 0 0 +/score/create/boxMesh PhantomMesh +/score/mesh/boxSize 271.399 135.6995 120. mm +/score/mesh/nBin 254 127 30 +.... G4ScoringMessenger::MeshBinCommand - G4ScoringBox +/score/mesh/translate/xyz 0. 0. 0. mm +/score/quantity/energyDeposit energyDeposit +G4VScoringMesh::SetPrimitiveScorer() : energyDeposit is registered. 3D size: (254, 127, 30) +/score/close +/score/list +G4ScoringManager has 1 scoring meshes. +G4ScoringBox : PhantomMesh --- Shape: Box mesh + Size (x, y, z): (27.1399, 13.57, 12) [cm] + # of segments: (254, 127, 30) + displacement: (0, 0, 0) [cm] + registered primitve scorers : + 0 energyDeposit +/run/beamOn 100 +/run/geometryModified +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== +Max life time 1.4427e+06 ps +Internal e- conversion flag 1 +Stored internal conversion coefficients 1 +Enable correlated gamma emission 0 +Max 2J for sampling of angular correlations 10 +Atomic de-excitation enabled 1 +Auger electron emission enabled 1 +Check EM cuts disabled for atomic de-excitation 1 +Use Bearden atomic level energies 0 +Use ANSTO fluorescence model 0 +Threshold for very long decay time at rest 1e+27 ns +====================================================================== + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon + +======================================================= +====== ParticleHP Physics Parameters ======== +======================================================= + UseOnlyPhotoEvaporation ? 0 + SkipMissingIsotopes ? 0 + NeglectDoppler ? 0 + DoNotAdjustFinalState ? 0 + ProduceFissionFragments ? 0 + UseWendtFissionModel ? 0 + UseNRESP71Model ? 0 +======================================================= + +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionElastic + Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: RadioactiveDecay + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV + Model: NeutronHPElastic: 0 eV ---> 20 MeV + Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: Binary Cascade: 19.9 MeV ---> 6 GeV + Model: NeutronHPInelastic: 0 eV ---> 20 MeV + Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: NeutronHPCapture: 0 eV ---> 20 MeV + Model: nRadCapture: 19.9 MeV ---> 100 TeV + Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nFission + Model: NeutronHPFission: 0 eV ---> 20 MeV + Model: G4LFission: 19.9 MeV ---> 100 TeV + Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: Binary Cascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 1 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/score/dumpQuantityToFile PhantomMesh energyDeposit PhantomMesh_Edep.txt +ICRP110UserScorer-defined DumpQuantityToFile() method is invoked. +Phantom Sex: male +Phantom Section: head +Selecting data file ICRPdata/MaleHead.dat... +Opening Data.dat File... +Number of Phantom Slices Simulated = 30 +Number of X Voxels per slice = 254 +Number of Y Voxels per slice = 127 +Opening Phantom Slice File: AM_slice193.g4dat +Opening Phantom Slice File: AM_slice194.g4dat +Opening Phantom Slice File: AM_slice195.g4dat +Opening Phantom Slice File: AM_slice196.g4dat +Opening Phantom Slice File: AM_slice197.g4dat +Opening Phantom Slice File: AM_slice198.g4dat +Opening Phantom Slice File: AM_slice199.g4dat +Opening Phantom Slice File: AM_slice200.g4dat +Opening Phantom Slice File: AM_slice201.g4dat +Opening Phantom Slice File: AM_slice202.g4dat +Opening Phantom Slice File: AM_slice203.g4dat +Opening Phantom Slice File: AM_slice204.g4dat +Opening Phantom Slice File: AM_slice205.g4dat +Opening Phantom Slice File: AM_slice206.g4dat +Opening Phantom Slice File: AM_slice207.g4dat +Opening Phantom Slice File: AM_slice208.g4dat +Opening Phantom Slice File: AM_slice209.g4dat +Opening Phantom Slice File: AM_slice210.g4dat +Opening Phantom Slice File: AM_slice211.g4dat +Opening Phantom Slice File: AM_slice212.g4dat +Opening Phantom Slice File: AM_slice213.g4dat +Opening Phantom Slice File: AM_slice214.g4dat +Opening Phantom Slice File: AM_slice215.g4dat +Opening Phantom Slice File: AM_slice216.g4dat +Opening Phantom Slice File: AM_slice217.g4dat +Opening Phantom Slice File: AM_slice218.g4dat +Opening Phantom Slice File: AM_slice219.g4dat +Opening Phantom Slice File: AM_slice220.g4dat +Opening Phantom Slice File: AM_slice221.g4dat +Opening Phantom Slice File: AM_slice222.g4dat +Opening File: PhantomMesh_Edep.txt +Reading AM_organs.dat +Reading OrganMasses.dat +NOrganIDs: 142 +Writing output to ICRP110.out +Total energy deposited over all Organs within the Phantom is 1.47555e-09 J +Total absorbed dose over all phantom organs is 3.78273e-09 Gy +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out b/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out new file mode 100644 index 0000000000..055a2d2114 --- /dev/null +++ b/examples/advanced/ICRP110_HumanPhantoms/OrganDoses.out @@ -0,0 +1,190 @@ + + -------------------------------- + OrganID Edep (J) Dose (Gy) + -------------------------------- + 4 | 1.02882e-12 3.62132e-11 + 26 | 2.6452e-10 4.69965e-10 + 27 | 2.92057e-10 6.4749e-10 + 39 | 8.92997e-13 1.17314e-11 + 40 | 5.15135e-14 6.97071e-13 + 48 | 2.0245e-12 2.75255e-11 + 61 | 5.99142e-10 4.13201e-10 + 106 | 9.34204e-11 7.67118e-11 + 116 | 1.62453e-10 1.54937e-10 + 120 | 1.59033e-11 3.74282e-10 + 121 | 2.3745e-11 5.58838e-10 + 122 | 1.74463e-11 5.98828e-11 + 134 | 2.86328e-12 9.51257e-10 +---------------------------------------------------------------------------- +-------------------------------ORGAN INFO----------------------------------- +-----------------(of organs where edep/dose was recorded)------------------- +---------------------------------------------------------------------------- +ID Organ Name Material ID Density (g/cm^3) +4 Posterior nasal passage down to larynx (ET2) 45 1.030 +26 Cranium, cortical 2 1.920 +27 Cranium, spongiosa 8 1.157 +39 Mandible, cortical 2 1.920 +40 Mandible, spongiosa 13 1.228 +48 Cervical spine, spongiosa 17 1.050 +61 Brain 32 1.050 +106 Muscle, head 29 1.050 +116 Residual tissue, head 49 0.950 +120 Salivary glands, left 45 1.030 +121 Salivary glands, right 45 1.030 +122 Skin, head 27 1.090 +134 Tonsils 45 1.030 + +Total Edep over all organs = 1.47555e-09 J +Total dose absorbed over all organs = 3.78273e-09 Gy + +---------------------------------------------------------------------------- +----------------ORGAN ENERGY DEPOSITIONS AND ABSORBED DOSE------------------ +-----------(for all organs [includes air - OrganIDs = 0, 140])-------------- +--------------([and top/bottom skin layer - OrganIDs = 141])---------------- +---------------------------------------------------------------------------- +OrganID Edep (J) Dose (Gy) +------------------------------- +0 | 5.41601e-11 0 +1 | 0 0 +2 | 0 0 +3 | 0 0 +4 | 1.02882e-12 3.62132e-11 +5 | 0 0 +6 | 0 0 +7 | 0 0 +8 | 0 0 +9 | 0 0 +10 | 0 0 +11 | 0 0 +12 | 0 0 +13 | 0 0 +14 | 0 0 +15 | 0 0 +16 | 0 0 +17 | 0 0 +18 | 0 0 +19 | 0 0 +20 | 0 0 +21 | 0 0 +22 | 0 0 +23 | 0 0 +24 | 0 0 +25 | 0 0 +26 | 2.6452e-10 4.69965e-10 +27 | 2.92057e-10 6.4749e-10 +28 | 0 0 +29 | 0 0 +30 | 0 0 +31 | 0 0 +32 | 0 0 +33 | 0 0 +34 | 0 0 +35 | 0 0 +36 | 0 0 +37 | 0 0 +38 | 0 0 +39 | 8.92997e-13 1.17314e-11 +40 | 5.15135e-14 6.97071e-13 +41 | 0 0 +42 | 0 0 +43 | 0 0 +44 | 0 0 +45 | 0 0 +46 | 0 0 +47 | 0 0 +48 | 2.0245e-12 2.75255e-11 +49 | 0 0 +50 | 0 0 +51 | 0 0 +52 | 0 0 +53 | 0 0 +54 | 0 0 +55 | 0 0 +56 | 0 0 +57 | 0 0 +58 | 0 0 +59 | 0 0 +60 | 0 0 +61 | 5.99142e-10 4.13201e-10 +62 | 0 0 +63 | 0 0 +64 | 0 0 +65 | 0 0 +66 | 0 0 +67 | 0 0 +68 | 0 0 +69 | 0 0 +70 | 0 0 +71 | 0 0 +72 | 0 0 +73 | 0 0 +74 | 0 0 +75 | 0 0 +76 | 0 0 +77 | 0 0 +78 | 0 0 +79 | 0 0 +80 | 0 0 +81 | 0 0 +82 | 0 0 +83 | 0 0 +84 | 0 0 +85 | 0 0 +86 | 0 0 +87 | 0 0 +88 | 0 0 +89 | 0 0 +90 | 0 0 +91 | 0 0 +92 | 0 0 +93 | 0 0 +94 | 0 0 +95 | 0 0 +96 | 0 0 +97 | 0 0 +98 | 0 0 +99 | 0 0 +100 | 0 0 +101 | 0 0 +102 | 0 0 +103 | 0 0 +104 | 0 0 +105 | 0 0 +106 | 9.34204e-11 7.67118e-11 +107 | 0 0 +108 | 0 0 +109 | 0 0 +110 | 0 0 +111 | 0 0 +112 | 0 0 +113 | 0 0 +114 | 0 0 +115 | 0 0 +116 | 1.62453e-10 1.54937e-10 +117 | 0 0 +118 | 0 0 +119 | 0 0 +120 | 1.59033e-11 3.74282e-10 +121 | 2.3745e-11 5.58838e-10 +122 | 1.74463e-11 5.98828e-11 +123 | 0 0 +124 | 0 0 +125 | 0 0 +126 | 0 0 +127 | 0 0 +128 | 0 0 +129 | 0 0 +130 | 0 0 +131 | 0 0 +132 | 0 0 +133 | 0 0 +134 | 2.86328e-12 9.51257e-10 +135 | 0 0 +136 | 0 0 +137 | 0 0 +138 | 0 0 +139 | 0 0 +140 | 2.06191e-11 1.03095e-07 +141 | 0 0 +Total energy depositied over all organs = 1.47555e-09 J +Total absorbed dose over all organs = 3.78273e-09 Gy diff --git a/examples/advanced/STCyclotron/STCyclotron.out b/examples/advanced/STCyclotron/STCyclotron.out new file mode 100644 index 0000000000..7cce6de911 --- /dev/null +++ b/examples/advanced/STCyclotron/STCyclotron.out @@ -0,0 +1,202 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Using + G4Material WARNING: define a material with density=0 is not allowed. + The material vacuumBeam will be constructed with the default minimal density: 1e-25g/cm3 +Checking overlaps for volume Layer_PART1:0 (G4UnionSolid) ... OK! +Checking overlaps for volume Tube_PART1:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer_PART2:0 (G4Tubs) ... OK! +Checking overlaps for volume Tube_PART2:0 (G4Tubs) ... OK! +Checking overlaps for volume Grid:0 (G4Polyhedra) ... OK! +Checking overlaps for volume Foil:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer_PART3:0 (G4Tubs) ... OK! +Checking overlaps for volume Tube_PART3:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer_PART4:0 (G4UnionSolid) ... OK! +Checking overlaps for volume Layer1_PART4:0 (G4Tubs) ... OK! +Checking overlaps for volume Tube_PART4:0 (G4Tubs) ... OK! +Checking overlaps for volume Target:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer1_PART5:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer2_PART5:0 (G4Tubs) ... OK! +Checking overlaps for volume Layer3_PART5:0 (G4Tubs) ... OK! +The new beam current is the following : 3e-05 Ampere. +The time of irradiation is now the following : 6 hour(s). +The new diameter of the target is 6 mm. +... Geometry is notified .... +The new thickness of the target is 0.6 mm. +Position 1 = 185.82 -- Position 2 = 186.42 +... Geometry is notified .... +The new thickness of the foil is 0.32 mm. +... Geometry is notified .... +Set file name: STCyclotron +... Geometry is notified .... +... Geometry is notified .... +... Geometry is notified .... +Set file name: STCyclotron +/run/verbose 2 +/event/verbose 0 +/tracking/verbose 0 +# +/run/beamOn 10 + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : World + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_AIR G4_Al vacuumBeam helium G4_Pt + Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + +Region -- -- is not associated to any world. + Root logical volume(s) : + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : + Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : Target + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_Ni + Production cuts : gamma 175 um e- 175 um e+ 175 um proton 175 um + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : Foil + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_Al + Production cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 5 Ang + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Al + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 2.34147 keV e- 131.214 keV e+ 128.744 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : vacuumBeam + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : helium + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : G4_Pt + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 42.2904 keV e- 374.921 keV e+ 359.657 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 5 used in the geometry : Yes + Material : G4_Ni + Range cuts : gamma 175 um e- 175 um e+ 175 um proton 175 um + Energy thresholds : gamma 9.71418 keV e- 374.785 keV e+ 361.68 keV proton 17.5 keV + Region(s) which use this couple : + Target + +Index : 6 used in the geometry : Yes + Material : G4_Al + Range cuts : gamma 5 Ang e- 5 Ang e+ 5 Ang proton 5 Ang + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 50 meV + Region(s) which use this couple : + Foil + +================================================================== + +Start closing geometry. +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 1 kByte + Total CPU time elapsed for geometry optimisation: 0 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 0.00 0.00 0.00 2k World + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 100.00 1k 5 13 86 0.00 World +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : SolidTargetCyclotron.root - done +... open analysis file : SolidTargetCyclotron.root - done +... open analysis file : SolidTargetCyclotron.root - done + Run terminated. +Run Summary + Number of events processed : 10 + User=35.760000s Real=36.120555s Sys=0.020000s +... write file : SolidTargetCyclotron.root - done +... close file : SolidTargetCyclotron.root - done +G4 kernel has come to Quit state. +UserDetectorConstruction deleted. +UserPhysicsList deleted. +UserActionInitialization deleted. +UserWorkerInitialization deleted. +UserWorkerThreadInitialization deleted. +UserRunAction deleted. +UserPrimaryGenerator deleted. +RunManager is deleting RunManagerKernel. +G4SDManager deleted. +EventManager deleted. +Units table cleared. +TransportationManager deleted. +Total navigation history collections cleaned: 12 +G4RNGHelper object is deleted. +================== Deleting memory pools =================== +Pool ID '20G4NavigationLevelRep', size : 0.0163 MB +Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '16G4SmartVoxelNode', size : 0.00192 MB +Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB +Pool ID '7G4Event', size : 0.000961 MB +Pool ID '15G4PrimaryVertex', size : 0.000961 MB +Pool ID '17G4PrimaryParticle', size : 0.258 MB +Pool ID '17G4DynamicParticle', size : 0.517 MB +Pool ID '7G4Track', size : 1.03 MB +Pool ID '18G4TouchableHistory', size : 0.00192 MB +Pool ID '15G4CountedObjectIvE', size : 0.000961 MB +Pool ID '17G4ReactionProduct', size : 0.00192 MB +Pool ID '10G4Fragment', size : 0.000961 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 1.8 MB +============================================================ +G4Allocator objects are deleted. +UImanager deleted. +StateManager deleted. +RunManagerKernel is deleted. Good bye :) +RunManager is deleted. diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index de04a15eed..a663e3a1e3 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -62,7 +62,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Acrylic density: 1.190 g/cm3 RadL: 34.080 cm Nucl.Int.Length: 62.658 cm - Imean: 68.609 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 67.185 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -691,8 +691,8 @@ See commands in /vis/modeling/trajectories/ for other options. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1646501291 - float_seed_table[] = 0.086067 0.928671 0.921383 0.361887 0.693424 0.872036 0.729923 0.165756 0.641889 0.568678 0.137955 0.196064 0.341429 0.969661 0.041258 0.0670421 0.720583 0.460776 0.504701 0.230154 0.496428 0.2614 0.84158 0.0370094 + Initial seed = 1653387435 + float_seed_table[] = 0.679642 0.282378 0.22417 0.9985 0.0862005 0.282983 0.473305 0.903354 0.99085 0.984021 0.808208 0.749773 0.506064 0.683597 0.56733 0.21337 0.914387 0.414573 0.780641 0.711102 0.130292 0.648337 0.56436 0.362236 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -703,7 +703,7 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=0.050000s Real=0.051851s Sys=0.000000s + User=0.050000s Real=0.049342s Sys=0.000000s ### Run 0 (global) ended. 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -723,10 +723,10 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 10 +Total navigation history collections cleaned: 9 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0135 MB +Pool ID '20G4NavigationLevelRep', size : 0.0115 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.00192 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB @@ -735,13 +735,12 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0221 MB -Pool ID '7G4Track', size : 0.0433 MB +Pool ID '17G4DynamicParticle', size : 0.0106 MB +Pool ID '7G4Track', size : 0.0202 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.094 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 0.053 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index 73586573ea..88953f8e51 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Scintillator density: 1.032 g/cm3 RadL: 42.438 cm Nucl.Int.Length: 70.602 cm - Imean: 65.944 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 63.845 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -186,7 +186,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=5.850000s Real=6.022441s Sys=0.000000s + User=6.340000s Real=6.391310s Sys=0.000000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules @@ -209,106 +209,106 @@ Run Summary total Energy (rms/mean) visible Energy (rms/mean) - layer 1: 1.5231 MeV +- 2.395 MeV (1.6e+02 %) 159.69 keV +- 507.4 keV (3.2e+02 %) - layer 2: 1.5513 MeV +- 2.75 MeV (1.8e+02 %) 169.85 keV +- 731.2 keV (4.3e+02 %) - layer 3: 1.5039 MeV +- 2.182 MeV (1.5e+02 %) 153.8 keV +- 536.2 keV (3.5e+02 %) - layer 4: 1.5246 MeV +- 2.337 MeV (1.5e+02 %) 167.07 keV +- 948.7 keV (5.7e+02 %) - layer 5: 1.5107 MeV +- 2.29 MeV (1.5e+02 %) 168.09 keV +- 1.02 MeV (6.1e+02 %) - layer 6: 1.5431 MeV +- 2.461 MeV (1.6e+02 %) 176.84 keV +- 1.293 MeV (7.3e+02 %) - layer 7: 1.5417 MeV +- 2.755 MeV (1.8e+02 %) 167.28 keV +- 1.076 MeV (6.4e+02 %) - layer 8: 1.514 MeV +- 2.386 MeV (1.6e+02 %) 158.65 keV +- 1.138 MeV (7.2e+02 %) - layer 9: 1.5266 MeV +- 2.339 MeV (1.5e+02 %) 165.15 keV +- 1.08 MeV (6.5e+02 %) - layer 10: 1.5477 MeV +- 2.669 MeV (1.7e+02 %) 163.32 keV +- 946.4 keV (5.8e+02 %) - layer 11: 1.53 MeV +- 2.291 MeV (1.5e+02 %) 169.77 keV +- 710.2 keV (4.2e+02 %) - layer 12: 1.5783 MeV +- 2.925 MeV (1.9e+02 %) 171.78 keV +- 1.208 MeV (7e+02 %) - layer 13: 1.5606 MeV +- 2.701 MeV (1.7e+02 %) 157.96 keV +- 772.9 keV (4.9e+02 %) - layer 14: 1.5308 MeV +- 2.419 MeV (1.6e+02 %) 158.15 keV +- 870.2 keV (5.5e+02 %) - layer 15: 1.5393 MeV +- 2.163 MeV (1.4e+02 %) 151.02 keV +- 475.9 keV (3.2e+02 %) - layer 16: 1.4885 MeV +- 1.886 MeV (1.3e+02 %) 148.37 keV +- 393.4 keV (2.7e+02 %) - layer 17: 1.5306 MeV +- 2.358 MeV (1.5e+02 %) 160.25 keV +- 1.063 MeV (6.6e+02 %) - layer 18: 1.5394 MeV +- 2.421 MeV (1.6e+02 %) 154.77 keV +- 485.7 keV (3.1e+02 %) - layer 19: 1.5328 MeV +- 2.419 MeV (1.6e+02 %) 153.2 keV +- 559.1 keV (3.6e+02 %) - layer 20: 1.5254 MeV +- 2.144 MeV (1.4e+02 %) 146.97 keV +- 383.6 keV (2.6e+02 %) - layer 21: 1.5056 MeV +- 2.037 MeV (1.4e+02 %) 154.44 keV +- 567.4 keV (3.7e+02 %) - layer 22: 1.5331 MeV +- 2.3 MeV (1.5e+02 %) 163.08 keV +- 976.1 keV (6e+02 %) - layer 23: 1.5368 MeV +- 2.494 MeV (1.6e+02 %) 155.61 keV +- 840.5 keV (5.4e+02 %) - layer 24: 1.5078 MeV +- 1.897 MeV (1.3e+02 %) 153.13 keV +- 659.6 keV (4.3e+02 %) - layer 25: 1.5523 MeV +- 2.509 MeV (1.6e+02 %) 159.47 keV +- 819.5 keV (5.1e+02 %) - layer 26: 1.5245 MeV +- 2.16 MeV (1.4e+02 %) 154.4 keV +- 391 keV (2.5e+02 %) - layer 27: 1.515 MeV +- 2.292 MeV (1.5e+02 %) 158.57 keV +- 564.8 keV (3.6e+02 %) - layer 28: 1.5466 MeV +- 2.158 MeV (1.4e+02 %) 157.39 keV +- 627 keV (4e+02 %) - layer 29: 1.5247 MeV +- 2.079 MeV (1.4e+02 %) 157.54 keV +- 402.8 keV (2.6e+02 %) - layer 30: 1.5435 MeV +- 2.461 MeV (1.6e+02 %) 156.38 keV +- 621.1 keV (4e+02 %) - layer 31: 1.5328 MeV +- 2.248 MeV (1.5e+02 %) 161.59 keV +- 725 keV (4.5e+02 %) - layer 32: 1.5083 MeV +- 2.164 MeV (1.4e+02 %) 149.16 keV +- 763.5 keV (5.1e+02 %) - layer 33: 1.5542 MeV +- 2.592 MeV (1.7e+02 %) 162.73 keV +- 783.5 keV (4.8e+02 %) - layer 34: 1.5115 MeV +- 2.085 MeV (1.4e+02 %) 165.02 keV +- 909.7 keV (5.5e+02 %) - layer 35: 1.4836 MeV +- 1.907 MeV (1.3e+02 %) 162.02 keV +- 770.3 keV (4.8e+02 %) - layer 36: 1.5305 MeV +- 2.265 MeV (1.5e+02 %) 146.76 keV +- 247.2 keV (1.7e+02 %) - layer 37: 1.5165 MeV +- 2.168 MeV (1.4e+02 %) 164.42 keV +- 1.199 MeV (7.3e+02 %) - layer 38: 1.5562 MeV +- 2.702 MeV (1.7e+02 %) 154.16 keV +- 428 keV (2.8e+02 %) - layer 39: 1.5228 MeV +- 2.421 MeV (1.6e+02 %) 149.49 keV +- 404.4 keV (2.7e+02 %) - layer 40: 1.5169 MeV +- 2.459 MeV (1.6e+02 %) 146.23 keV +- 260.6 keV (1.8e+02 %) - layer 41: 1.559 MeV +- 2.803 MeV (1.8e+02 %) 156.06 keV +- 501.5 keV (3.2e+02 %) - layer 42: 1.5152 MeV +- 2.265 MeV (1.5e+02 %) 152.88 keV +- 530.5 keV (3.5e+02 %) - layer 43: 1.5114 MeV +- 2.11 MeV (1.4e+02 %) 151.2 keV +- 336.8 keV (2.2e+02 %) - layer 44: 1.5168 MeV +- 2.422 MeV (1.6e+02 %) 153.31 keV +- 490.9 keV (3.2e+02 %) - layer 45: 1.5254 MeV +- 2.241 MeV (1.5e+02 %) 159.5 keV +- 555 keV (3.5e+02 %) - layer 46: 1.5308 MeV +- 2.29 MeV (1.5e+02 %) 163.14 keV +- 878.1 keV (5.4e+02 %) - layer 47: 1.4911 MeV +- 1.782 MeV (1.2e+02 %) 159.9 keV +- 725.1 keV (4.5e+02 %) - layer 48: 1.5202 MeV +- 2.14 MeV (1.4e+02 %) 161.4 keV +- 731.6 keV (4.5e+02 %) - layer 49: 1.5141 MeV +- 1.982 MeV (1.3e+02 %) 160.38 keV +- 672.1 keV (4.2e+02 %) - layer 50: 1.5341 MeV +- 2.128 MeV (1.4e+02 %) 158.73 keV +- 773.1 keV (4.9e+02 %) - layer 51: 1.4741 MeV +- 1.673 MeV (1.1e+02 %) 159.61 keV +- 509.8 keV (3.2e+02 %) - layer 52: 1.5278 MeV +- 2.289 MeV (1.5e+02 %) 154.59 keV +- 509 keV (3.3e+02 %) - layer 53: 1.4979 MeV +- 2.279 MeV (1.5e+02 %) 153.7 keV +- 495.4 keV (3.2e+02 %) - layer 54: 1.4907 MeV +- 1.98 MeV (1.3e+02 %) 150.41 keV +- 398.4 keV (2.6e+02 %) - layer 55: 1.5192 MeV +- 2.238 MeV (1.5e+02 %) 159.6 keV +- 589.7 keV (3.7e+02 %) - layer 56: 1.5165 MeV +- 2.154 MeV (1.4e+02 %) 157.68 keV +- 768.2 keV (4.9e+02 %) - layer 57: 1.5548 MeV +- 2.419 MeV (1.6e+02 %) 147.08 keV +- 279.5 keV (1.9e+02 %) - layer 58: 1.539 MeV +- 2.235 MeV (1.5e+02 %) 159.6 keV +- 642.1 keV (4e+02 %) - layer 59: 1.5016 MeV +- 1.882 MeV (1.3e+02 %) 146.55 keV +- 487.9 keV (3.3e+02 %) - layer 60: 1.4993 MeV +- 2.041 MeV (1.4e+02 %) 144.29 keV +- 254.2 keV (1.8e+02 %) - layer 61: 1.5017 MeV +- 1.745 MeV (1.2e+02 %) 154.1 keV +- 518 keV (3.4e+02 %) - layer 62: 1.5428 MeV +- 2.308 MeV (1.5e+02 %) 164.1 keV +- 669.9 keV (4.1e+02 %) - layer 63: 1.5328 MeV +- 2.264 MeV (1.5e+02 %) 153.1 keV +- 407.1 keV (2.7e+02 %) - layer 64: 1.514 MeV +- 2.095 MeV (1.4e+02 %) 156.14 keV +- 710.1 keV (4.5e+02 %) - layer 65: 1.5246 MeV +- 2.39 MeV (1.6e+02 %) 149.09 keV +- 291.3 keV (2e+02 %) - layer 66: 1.5145 MeV +- 2.058 MeV (1.4e+02 %) 158.42 keV +- 551.5 keV (3.5e+02 %) - layer 67: 1.5046 MeV +- 2.098 MeV (1.4e+02 %) 160.12 keV +- 669.5 keV (4.2e+02 %) - layer 68: 1.5098 MeV +- 2.185 MeV (1.4e+02 %) 157.5 keV +- 692.9 keV (4.4e+02 %) - layer 69: 1.5138 MeV +- 2.292 MeV (1.5e+02 %) 155 keV +- 428.9 keV (2.8e+02 %) - layer 70: 1.5066 MeV +- 2.116 MeV (1.4e+02 %) 148.64 keV +- 293.8 keV (2e+02 %) - layer 71: 1.5289 MeV +- 2.254 MeV (1.5e+02 %) 150.79 keV +- 380.4 keV (2.5e+02 %) - layer 72: 1.5334 MeV +- 2.174 MeV (1.4e+02 %) 163.44 keV +- 731.2 keV (4.5e+02 %) - layer 73: 1.5253 MeV +- 2.12 MeV (1.4e+02 %) 160.02 keV +- 695.6 keV (4.3e+02 %) - layer 74: 1.5223 MeV +- 2.114 MeV (1.4e+02 %) 153.43 keV +- 475.2 keV (3.1e+02 %) - layer 75: 1.5399 MeV +- 2.41 MeV (1.6e+02 %) 150.35 keV +- 488.3 keV (3.2e+02 %) - layer 76: 1.5413 MeV +- 2.375 MeV (1.5e+02 %) 152.37 keV +- 419.2 keV (2.8e+02 %) - layer 77: 1.5407 MeV +- 2.585 MeV (1.7e+02 %) 162.38 keV +- 889.4 keV (5.5e+02 %) - layer 78: 1.4932 MeV +- 1.877 MeV (1.3e+02 %) 155.4 keV +- 551.5 keV (3.5e+02 %) - layer 79: 1.4955 MeV +- 1.824 MeV (1.2e+02 %) 156.84 keV +- 760.1 keV (4.8e+02 %) - layer 80: 1.5024 MeV +- 2.085 MeV (1.4e+02 %) 161.13 keV +- 616.6 keV (3.8e+02 %) - layer 81: 1.4875 MeV +- 1.992 MeV (1.3e+02 %) 159.14 keV +- 720 keV (4.5e+02 %) - layer 82: 1.546 MeV +- 2.447 MeV (1.6e+02 %) 150.9 keV +- 505.3 keV (3.3e+02 %) - layer 83: 1.4804 MeV +- 1.85 MeV (1.2e+02 %) 151.99 keV +- 417.8 keV (2.7e+02 %) - layer 84: 1.507 MeV +- 2.247 MeV (1.5e+02 %) 171.92 keV +- 1.12 MeV (6.5e+02 %) - layer 85: 1.5175 MeV +- 2.12 MeV (1.4e+02 %) 151.31 keV +- 746.4 keV (4.9e+02 %) - layer 86: 1.5186 MeV +- 2.271 MeV (1.5e+02 %) 157.92 keV +- 642.9 keV (4.1e+02 %) - layer 87: 1.5162 MeV +- 1.924 MeV (1.3e+02 %) 154.8 keV +- 547.4 keV (3.5e+02 %) - layer 88: 1.5129 MeV +- 2.005 MeV (1.3e+02 %) 157.34 keV +- 615.8 keV (3.9e+02 %) - layer 89: 1.5245 MeV +- 2.064 MeV (1.4e+02 %) 172.9 keV +- 1.035 MeV (6e+02 %) - layer 90: 1.4872 MeV +- 2.049 MeV (1.4e+02 %) 156.18 keV +- 769.1 keV (4.9e+02 %) + layer 1: 1.511 MeV +- 2.251 MeV (1.5e+02 %) 161.26 keV +- 478 keV (3e+02 %) + layer 2: 1.5585 MeV +- 2.669 MeV (1.7e+02 %) 168.13 keV +- 852.5 keV (5.1e+02 %) + layer 3: 1.5052 MeV +- 2.475 MeV (1.6e+02 %) 150.95 keV +- 301.4 keV (2e+02 %) + layer 4: 1.5237 MeV +- 2.487 MeV (1.6e+02 %) 153.41 keV +- 470.7 keV (3.1e+02 %) + layer 5: 1.5354 MeV +- 2.873 MeV (1.9e+02 %) 162.65 keV +- 683.3 keV (4.2e+02 %) + layer 6: 1.5497 MeV +- 2.432 MeV (1.6e+02 %) 160.61 keV +- 772.8 keV (4.8e+02 %) + layer 7: 1.5365 MeV +- 2.78 MeV (1.8e+02 %) 169.32 keV +- 809.4 keV (4.8e+02 %) + layer 8: 1.5535 MeV +- 2.392 MeV (1.5e+02 %) 156.92 keV +- 678.4 keV (4.3e+02 %) + layer 9: 1.4744 MeV +- 1.985 MeV (1.3e+02 %) 162.87 keV +- 987 keV (6.1e+02 %) + layer 10: 1.4969 MeV +- 1.724 MeV (1.2e+02 %) 152.62 keV +- 742.7 keV (4.9e+02 %) + layer 11: 1.523 MeV +- 2.356 MeV (1.5e+02 %) 174.79 keV +- 1.023 MeV (5.9e+02 %) + layer 12: 1.5865 MeV +- 2.659 MeV (1.7e+02 %) 184.74 keV +- 1.37 MeV (7.4e+02 %) + layer 13: 1.5074 MeV +- 2.32 MeV (1.5e+02 %) 156.73 keV +- 756.6 keV (4.8e+02 %) + layer 14: 1.5173 MeV +- 2.283 MeV (1.5e+02 %) 148.85 keV +- 708.6 keV (4.8e+02 %) + layer 15: 1.5396 MeV +- 2.761 MeV (1.8e+02 %) 149.38 keV +- 302.4 keV (2e+02 %) + layer 16: 1.4939 MeV +- 1.776 MeV (1.2e+02 %) 154.77 keV +- 932.1 keV (6e+02 %) + layer 17: 1.491 MeV +- 1.817 MeV (1.2e+02 %) 149.51 keV +- 263.3 keV (1.8e+02 %) + layer 18: 1.5215 MeV +- 2.027 MeV (1.3e+02 %) 160.83 keV +- 803.9 keV (5e+02 %) + layer 19: 1.5422 MeV +- 2.17 MeV (1.4e+02 %) 158.24 keV +- 502.3 keV (3.2e+02 %) + layer 20: 1.5245 MeV +- 2.418 MeV (1.6e+02 %) 167.57 keV +- 1.054 MeV (6.3e+02 %) + layer 21: 1.5339 MeV +- 2.311 MeV (1.5e+02 %) 162.11 keV +- 883.8 keV (5.5e+02 %) + layer 22: 1.5329 MeV +- 2.182 MeV (1.4e+02 %) 159.53 keV +- 741.8 keV (4.7e+02 %) + layer 23: 1.505 MeV +- 1.894 MeV (1.3e+02 %) 154.06 keV +- 475.5 keV (3.1e+02 %) + layer 24: 1.5269 MeV +- 2.263 MeV (1.5e+02 %) 157.18 keV +- 658.4 keV (4.2e+02 %) + layer 25: 1.5007 MeV +- 2.116 MeV (1.4e+02 %) 158.21 keV +- 427.6 keV (2.7e+02 %) + layer 26: 1.5279 MeV +- 2.096 MeV (1.4e+02 %) 145.82 keV +- 377.8 keV (2.6e+02 %) + layer 27: 1.5137 MeV +- 2.525 MeV (1.7e+02 %) 164.63 keV +- 712.5 keV (4.3e+02 %) + layer 28: 1.5355 MeV +- 2.324 MeV (1.5e+02 %) 161.19 keV +- 880 keV (5.5e+02 %) + layer 29: 1.5028 MeV +- 2.115 MeV (1.4e+02 %) 156.29 keV +- 437.1 keV (2.8e+02 %) + layer 30: 1.5224 MeV +- 2.212 MeV (1.5e+02 %) 146.74 keV +- 474.3 keV (3.2e+02 %) + layer 31: 1.5473 MeV +- 2.312 MeV (1.5e+02 %) 157.35 keV +- 715.2 keV (4.5e+02 %) + layer 32: 1.5269 MeV +- 2.532 MeV (1.7e+02 %) 150.17 keV +- 343.1 keV (2.3e+02 %) + layer 33: 1.5281 MeV +- 2.193 MeV (1.4e+02 %) 168.46 keV +- 978.3 keV (5.8e+02 %) + layer 34: 1.5481 MeV +- 2.434 MeV (1.6e+02 %) 174.87 keV +- 1.198 MeV (6.8e+02 %) + layer 35: 1.4957 MeV +- 1.827 MeV (1.2e+02 %) 159.84 keV +- 658.3 keV (4.1e+02 %) + layer 36: 1.537 MeV +- 2.317 MeV (1.5e+02 %) 160.07 keV +- 778 keV (4.9e+02 %) + layer 37: 1.5352 MeV +- 2.287 MeV (1.5e+02 %) 156.35 keV +- 544.6 keV (3.5e+02 %) + layer 38: 1.544 MeV +- 2.322 MeV (1.5e+02 %) 154.21 keV +- 434.1 keV (2.8e+02 %) + layer 39: 1.5263 MeV +- 2.225 MeV (1.5e+02 %) 152.33 keV +- 358.6 keV (2.4e+02 %) + layer 40: 1.5226 MeV +- 2.185 MeV (1.4e+02 %) 152.88 keV +- 529.7 keV (3.5e+02 %) + layer 41: 1.5249 MeV +- 2.609 MeV (1.7e+02 %) 157.07 keV +- 812.1 keV (5.2e+02 %) + layer 42: 1.5329 MeV +- 2.207 MeV (1.4e+02 %) 150.37 keV +- 348.5 keV (2.3e+02 %) + layer 43: 1.539 MeV +- 2.478 MeV (1.6e+02 %) 152.71 keV +- 476.3 keV (3.1e+02 %) + layer 44: 1.5313 MeV +- 2.467 MeV (1.6e+02 %) 152.45 keV +- 500.9 keV (3.3e+02 %) + layer 45: 1.5409 MeV +- 2.313 MeV (1.5e+02 %) 157.96 keV +- 518.6 keV (3.3e+02 %) + layer 46: 1.5479 MeV +- 2.343 MeV (1.5e+02 %) 157.73 keV +- 540.7 keV (3.4e+02 %) + layer 47: 1.5057 MeV +- 2.031 MeV (1.3e+02 %) 157.08 keV +- 655 keV (4.2e+02 %) + layer 48: 1.5057 MeV +- 2.071 MeV (1.4e+02 %) 154.67 keV +- 660.4 keV (4.3e+02 %) + layer 49: 1.5465 MeV +- 2.447 MeV (1.6e+02 %) 170.36 keV +- 1.311 MeV (7.7e+02 %) + layer 50: 1.5164 MeV +- 2.204 MeV (1.5e+02 %) 148.26 keV +- 429.3 keV (2.9e+02 %) + layer 51: 1.5147 MeV +- 2.039 MeV (1.3e+02 %) 163.92 keV +- 690.4 keV (4.2e+02 %) + layer 52: 1.5511 MeV +- 2.487 MeV (1.6e+02 %) 160.62 keV +- 655.1 keV (4.1e+02 %) + layer 53: 1.539 MeV +- 2.404 MeV (1.6e+02 %) 161.92 keV +- 910.4 keV (5.6e+02 %) + layer 54: 1.4969 MeV +- 2.018 MeV (1.3e+02 %) 152.26 keV +- 420.4 keV (2.8e+02 %) + layer 55: 1.5351 MeV +- 2.427 MeV (1.6e+02 %) 161.49 keV +- 648.6 keV (4e+02 %) + layer 56: 1.5048 MeV +- 2.105 MeV (1.4e+02 %) 164.36 keV +- 811.3 keV (4.9e+02 %) + layer 57: 1.5419 MeV +- 2.194 MeV (1.4e+02 %) 155.07 keV +- 642.6 keV (4.1e+02 %) + layer 58: 1.5732 MeV +- 2.838 MeV (1.8e+02 %) 156.53 keV +- 658.7 keV (4.2e+02 %) + layer 59: 1.4961 MeV +- 1.866 MeV (1.2e+02 %) 151.9 keV +- 492.7 keV (3.2e+02 %) + layer 60: 1.5192 MeV +- 1.936 MeV (1.3e+02 %) 158.11 keV +- 773.4 keV (4.9e+02 %) + layer 61: 1.4799 MeV +- 1.801 MeV (1.2e+02 %) 148.99 keV +- 453 keV (3e+02 %) + layer 62: 1.5574 MeV +- 2.56 MeV (1.6e+02 %) 155.26 keV +- 569.2 keV (3.7e+02 %) + layer 63: 1.5121 MeV +- 2.23 MeV (1.5e+02 %) 151.23 keV +- 452.1 keV (3e+02 %) + layer 64: 1.4964 MeV +- 1.911 MeV (1.3e+02 %) 146.56 keV +- 356.6 keV (2.4e+02 %) + layer 65: 1.4984 MeV +- 2.108 MeV (1.4e+02 %) 159.2 keV +- 538.3 keV (3.4e+02 %) + layer 66: 1.5167 MeV +- 2.15 MeV (1.4e+02 %) 164.53 keV +- 837.7 keV (5.1e+02 %) + layer 67: 1.5076 MeV +- 2.205 MeV (1.5e+02 %) 157.69 keV +- 569.9 keV (3.6e+02 %) + layer 68: 1.5049 MeV +- 2.341 MeV (1.6e+02 %) 165.87 keV +- 1.039 MeV (6.3e+02 %) + layer 69: 1.4807 MeV +- 1.813 MeV (1.2e+02 %) 152.46 keV +- 383.3 keV (2.5e+02 %) + layer 70: 1.5309 MeV +- 2.057 MeV (1.3e+02 %) 159.37 keV +- 694.5 keV (4.4e+02 %) + layer 71: 1.4957 MeV +- 1.945 MeV (1.3e+02 %) 153.48 keV +- 392.8 keV (2.6e+02 %) + layer 72: 1.5089 MeV +- 2.201 MeV (1.5e+02 %) 155.04 keV +- 685.9 keV (4.4e+02 %) + layer 73: 1.5263 MeV +- 2.14 MeV (1.4e+02 %) 170.6 keV +- 818.3 keV (4.8e+02 %) + layer 74: 1.4889 MeV +- 1.894 MeV (1.3e+02 %) 144.74 keV +- 244.1 keV (1.7e+02 %) + layer 75: 1.5167 MeV +- 2.306 MeV (1.5e+02 %) 152.65 keV +- 430.5 keV (2.8e+02 %) + layer 76: 1.5257 MeV +- 2.229 MeV (1.5e+02 %) 155.7 keV +- 398.2 keV (2.6e+02 %) + layer 77: 1.5026 MeV +- 2.168 MeV (1.4e+02 %) 165.03 keV +- 914.9 keV (5.5e+02 %) + layer 78: 1.5155 MeV +- 2.221 MeV (1.5e+02 %) 163.46 keV +- 838.3 keV (5.1e+02 %) + layer 79: 1.4881 MeV +- 1.923 MeV (1.3e+02 %) 154.72 keV +- 621.3 keV (4e+02 %) + layer 80: 1.4821 MeV +- 1.789 MeV (1.2e+02 %) 167.57 keV +- 866.7 keV (5.2e+02 %) + layer 81: 1.4854 MeV +- 1.903 MeV (1.3e+02 %) 145.52 keV +- 318.6 keV (2.2e+02 %) + layer 82: 1.5184 MeV +- 2.126 MeV (1.4e+02 %) 144.31 keV +- 235.9 keV (1.6e+02 %) + layer 83: 1.5336 MeV +- 2.332 MeV (1.5e+02 %) 166.65 keV +- 761.1 keV (4.6e+02 %) + layer 84: 1.4842 MeV +- 1.921 MeV (1.3e+02 %) 149.31 keV +- 376.8 keV (2.5e+02 %) + layer 85: 1.5364 MeV +- 2.188 MeV (1.4e+02 %) 157.13 keV +- 684.4 keV (4.4e+02 %) + layer 86: 1.5331 MeV +- 2.438 MeV (1.6e+02 %) 158.38 keV +- 491 keV (3.1e+02 %) + layer 87: 1.49 MeV +- 1.876 MeV (1.3e+02 %) 154.28 keV +- 405.4 keV (2.6e+02 %) + layer 88: 1.5193 MeV +- 2.21 MeV (1.5e+02 %) 157.27 keV +- 575.6 keV (3.7e+02 %) + layer 89: 1.493 MeV +- 1.985 MeV (1.3e+02 %) 155.72 keV +- 603.1 keV (3.9e+02 %) + layer 90: 1.5328 MeV +- 2.203 MeV (1.4e+02 %) 155.93 keV +- 842.2 keV (5.4e+02 %) - total calor : 149.43 MeV +- 21.64 MeV ( 14 %) 14.17 MeV +- 6.57 MeV ( 46 %) + total calor : 149.26 MeV +- 21.54 MeV ( 14 %) 14.19 MeV +- 6.392 MeV ( 45 %) ------------------------------------------------------------ - Leakage : 850.57 MeV +- 21.64 MeV + Leakage : 850.74 MeV +- 21.54 MeV Eleak/Ebeam =85.1 % ( forward =85.1 % backward = 0 % lateral = 0 %) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1645784414, 871839092 + Current couple of seeds = 250019943, 211278469 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index 95d75791c6..de4938b7cd 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/composite_calorimeter/History b/examples/advanced/composite_calorimeter/History index 4496f50df3..0f98545ef0 100644 --- a/examples/advanced/composite_calorimeter/History +++ b/examples/advanced/composite_calorimeter/History @@ -8,7 +8,10 @@ Example History file --------------------- -25.10.2021 - B.Morgan (ccal-V10-07-06) +24.02.2022 - G. Cosmo (ccal-V10-07-07) +- Fixed compilation warnings on Intel-icx compiler for unused variables. + +25.10.2021 - B. Morgan (ccal-V10-07-06) - Use G4StrUtil functions replacing deprecated G4String member functions 18.10.2021 - B. Morgan (ccal-V10-07-05) diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out index 8f4d856bb9..1d6c6bb5cb 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1029,7 +1029,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=15.090000s Real=15.472687s Sys=0.000000s + User=19.120000s Real=19.370654s Sys=0.010000s ### Run 0 end. ... write file : ccal.root - done ... close file : ccal.root - done @@ -1047,10 +1047,10 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 46 +Total navigation history collections cleaned: 49 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0683 MB +Pool ID '20G4NavigationLevelRep', size : 0.0692 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.00769 MB Pool ID '17G4SmartVoxelProxy', size : 0.00385 MB @@ -1059,14 +1059,14 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0827 MB -Pool ID '7G4Track', size : 0.164 MB +Pool ID '17G4DynamicParticle', size : 0.211 MB +Pool ID '7G4Track', size : 0.421 MB Pool ID '18G4TouchableHistory', size : 0.00577 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '17G4ReactionProduct', size : 0.0115 MB -Pool ID '10G4Fragment', size : 0.00577 MB +Pool ID '17G4ReactionProduct', size : 0.0106 MB +Pool ID '10G4Fragment', size : 0.00481 MB Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.36 MB +Dynamic pools deleted: 15 / Total memory freed: 0.74 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/composite_calorimeter/src/CCalEventAction.cc b/examples/advanced/composite_calorimeter/src/CCalEventAction.cc index fee045fef5..82f69ed95e 100644 --- a/examples/advanced/composite_calorimeter/src/CCalEventAction.cc +++ b/examples/advanced/composite_calorimeter/src/CCalEventAction.cc @@ -214,7 +214,9 @@ void CCalEventAction::EndOfEventAction(const G4Event* evt){ IDenergy = man->GetH1Id("h4000"); man->FillH1(IDenergy,fullE); //2) +#ifdef debug G4double totalFilledEnergyHcal = 0.0; +#endif static G4int IDhcalE = -1; if (IDhcalE < 0) IDhcalE = man->GetH1Id("h100"); @@ -222,30 +224,28 @@ void CCalEventAction::EndOfEventAction(const G4Event* evt){ man->FillH1(IDhcalE+j,hcalE[j]); #ifdef debug G4cout << "Fill Hcal histo " << j << " with " << hcalE[j] << G4endl; -#endif totalFilledEnergyHcal += hcalE[j]; +#endif } #ifdef debug - G4cout << - "CCalAnalysis::InsertEnergyHcal: Total filled Energy Hcal histo " - << totalFilledEnergyHcal << G4endl; + G4cout << "CCalAnalysis::InsertEnergyHcal: Total filled Energy Hcal histo " + << totalFilledEnergyHcal << G4endl; + totalFilledEnergyEcal = 0.0; #endif - //3) - static G4int IDecalE = -1; - if (IDecalE < 0) - IDecalE = man->GetH1Id("h200"); - G4double totalFilledEnergyEcal = 0.0; + //3) + static G4int IDecalE = -1; + if (IDecalE < 0) + IDecalE = man->GetH1Id("h200"); for (G4int j=0; j<49; j++) { man->FillH1(IDecalE+j,ecalE[j]); #ifdef debug G4cout << "Fill Ecal histo " << j << " with " << ecalE[j] << G4endl; -#endif totalFilledEnergyEcal += ecalE[j]; +#endif } #ifdef debug - G4cout << - "CCalAnalysis::InsertEnergyEal: Total filled Energy Ecal histo " + G4cout << "CCalAnalysis::InsertEnergyEal: Total filled Energy Ecal histo " << totalFilledEnergyEcal << G4endl; #endif // 4) diff --git a/examples/advanced/composite_calorimeter/src/CCalSteppingAction.cc b/examples/advanced/composite_calorimeter/src/CCalSteppingAction.cc index e3f9e0d84f..2068346c47 100644 --- a/examples/advanced/composite_calorimeter/src/CCalSteppingAction.cc +++ b/examples/advanced/composite_calorimeter/src/CCalSteppingAction.cc @@ -85,8 +85,9 @@ void CCalSteppingAction::UserSteppingAction(const G4Step* aStep) void CCalSteppingAction::endOfEvent(){ G4AnalysisManager* man = G4AnalysisManager::Instance(); +#ifdef debug G4double totalFilledProfileHcal = 0.0; - +#endif static G4int IDlateralProfile = -1; if (IDlateralProfile < 0) { IDlateralProfile = man->GetH1Id("h500"); @@ -95,8 +96,8 @@ void CCalSteppingAction::endOfEvent(){ man->FillH1(IDlateralProfile+i,LateralProfile[i]); #ifdef debug G4cout << "Fill Profile Hcal histo " << i << " with " << LateralProfile[i] << G4endl; -#endif totalFilledProfileHcal += LateralProfile[i]; +#endif } #ifdef debug @@ -112,13 +113,15 @@ void CCalSteppingAction::endOfEvent(){ if (IDTimeProfile < 0) { IDTimeProfile = man->GetH1Id("h901"); } +#ifdef debug G4double totalFilledTimeProfile = 0.0; +#endif for (G4int j=0; jFillH1(IDTimeHist+j,timeDeposit[j]); #ifdef debug G4cout << "Fill Time slice histo " << j << " with " << timeDeposit[j] << G4endl; -#endif totalFilledTimeProfile += timeDeposit[j]; +#endif G4double t = j + 0.5; man->FillH1(IDTimeProfile+1,t,timeDeposit[j]); diff --git a/examples/advanced/composite_calorimeter/src/CCaloOrganization.cc b/examples/advanced/composite_calorimeter/src/CCaloOrganization.cc index a0be82abcc..8cf7925fe6 100644 --- a/examples/advanced/composite_calorimeter/src/CCaloOrganization.cc +++ b/examples/advanced/composite_calorimeter/src/CCaloOrganization.cc @@ -124,8 +124,9 @@ G4float CCaloOrganization::energyInMatrix(G4int nCellInEta, G4int nCellInPhi, G4int det,z,eta,phi; this->unpackindex(crystalWithMaxEnergy, det, z, eta, phi); +#ifdef debug G4int ncristals=0; - +#endif G4int goBackInEta = nCellInEta/2; G4int goBackInPhi = nCellInPhi/2; G4int startEta = eta-goBackInEta; @@ -138,8 +139,8 @@ G4float CCaloOrganization::energyInMatrix(G4int nCellInEta, G4int nCellInPhi, G4int index = this->packindex(det,z,ieta,iphi); totalEnergy += themap[index]; - ncristals+=1; #ifdef debug + ncristals+=1; G4cout << "ieta - iphi - E = " << ieta << " " << iphi << " " << themap[index] << G4endl; #endif diff --git a/examples/advanced/doiPET/Makefile b/examples/advanced/doiPET/Makefile deleted file mode 100644 index c5c5a5d850..0000000000 --- a/examples/advanced/doiPET/Makefile +++ /dev/null @@ -1,254 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/local/bin/cmake - -# The command to remove a file. -RM = /usr/local/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components - -.PHONY : list_install_components/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/local/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/local/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named B3 - -# Build rule for target. -B3: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 B3 -.PHONY : B3 - -# fast build rule for target. -B3/fast: - $(MAKE) -f CMakeFiles/B3.dir/build.make CMakeFiles/B3.dir/build -.PHONY : B3/fast - -#============================================================================= -# Target rules for targets named B3a - -# Build rule for target. -B3a: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 B3a -.PHONY : B3a - -# fast build rule for target. -B3a/fast: - $(MAKE) -f B3a/CMakeFiles/B3a.dir/build.make B3a/CMakeFiles/B3a.dir/build -.PHONY : B3a/fast - -#============================================================================= -# Target rules for targets named exampleB3a - -# Build rule for target. -exampleB3a: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 exampleB3a -.PHONY : exampleB3a - -# fast build rule for target. -exampleB3a/fast: - $(MAKE) -f B3a/CMakeFiles/exampleB3a.dir/build.make B3a/CMakeFiles/exampleB3a.dir/build -.PHONY : exampleB3a/fast - -#============================================================================= -# Target rules for targets named B3b - -# Build rule for target. -B3b: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 B3b -.PHONY : B3b - -# fast build rule for target. -B3b/fast: - $(MAKE) -f B3b/CMakeFiles/B3b.dir/build.make B3b/CMakeFiles/B3b.dir/build -.PHONY : B3b/fast - -#============================================================================= -# Target rules for targets named exampleB3b - -# Build rule for target. -exampleB3b: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 exampleB3b -.PHONY : exampleB3b - -# fast build rule for target. -exampleB3b/fast: - $(MAKE) -f B3b/CMakeFiles/exampleB3b.dir/build.make B3b/CMakeFiles/exampleB3b.dir/build -.PHONY : exampleB3b/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... install/strip" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... list_install_components" - @echo "... B3" - @echo "... install/local" - @echo "... install" - @echo "... B3a" - @echo "... exampleB3a" - @echo "... B3b" - @echo "... exampleB3b" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/examples/advanced/doiPET/doiPET.out b/examples/advanced/doiPET/doiPET.out new file mode 100644 index 0000000000..ae761b3c8a --- /dev/null +++ b/examples/advanced/doiPET/doiPET.out @@ -0,0 +1,885 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Initial activity: 1e+06 Bq. +Half life of the isotope 6586.26 sec. +Dead time of the detector: 256 ns. +Dead time of the module (axially multiplexed detectors): 0 ns. + + Crystal dependent resolution is used. preparing look-up table .... +Done. + +crystal Resolution (Min.): 13 %. +crystal Resolution (Max.): 17 % +Energy of refernce: 511 keV. +Quantum Efficiency 100 % +Lower energy threshold: 400 keV. +Upper energy threshold: 600 keV. +Trigger energy threshold: 0.05 keV. +Angler Logic calculation is applied. +PMTblurring position response blurring at FWHM (tan x axial) 1.5 x 1.5 mm2 +Single mode output enabled. +PMT positions: +PMT1 (mm) (15, -23, -23) +PMT2 (mm) (15, 23, -23) +PMT3 (mm) (15, -23, 23) +PMT4 (mm) (15, 23, 23) + Reflector pattern is being read + +========= Reflector Pattern =========== +Layer 1 +1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 +1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 +Layer 2 +1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 +0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +Layer 3 +0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 +Layer 4 +0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +========= Reflector Pattern Ended =========== + +Preparing DOI look-up table... +done. +Initial activity: 500000 Bq. +Half life of the isotope 6586.2 sec. +------------------================- Phantom_sensitivity Phantom has been used -==================----------- + +Total number of sleeves : 1 +Sleeve 1 is placed, Rmin = 1.95 mm, Rmax = 3.2 mm, length = 216 mm. +Checking overlaps for volume phantom_physicalV:0 (G4Tubs) ... OK! +Checking overlaps for volume phantom_physicalV:0 (G4Tubs) ... OK! +---------------Phantom dimension: radius (mm) = 100 Length (mm) = 216 +---------------Phantom position (mm) : (0,0,0) +size of crytal element: 2.8 2.8 7.5 +Size of detector block (without Al cover): 46 46 30 +Checking overlaps for volume airBox_physicalV:0 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:0 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:1 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:2 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:3 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:4 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:5 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:6 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:7 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:8 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:9 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:10 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:11 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:12 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:13 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:14 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:15 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:16 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:17 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:18 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:19 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:20 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:21 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:22 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:23 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:24 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:25 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:26 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:27 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:28 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:29 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:30 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:31 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:32 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:33 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:34 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:35 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:36 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:37 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:38 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:39 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:40 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:41 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:42 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:43 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:44 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:45 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:46 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:47 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:48 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:49 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:50 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:51 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:52 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:53 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:54 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:55 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:56 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:57 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:58 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:59 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:60 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:61 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:62 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:63 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:64 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:65 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:66 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:67 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:68 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:69 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:70 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:71 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:72 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:73 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:74 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:75 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:76 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:77 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:78 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:79 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:80 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:81 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:82 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:83 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:84 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:85 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:86 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:87 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:88 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:89 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:90 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:91 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:92 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:93 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:94 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:95 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:96 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:97 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:98 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:99 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:100 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:101 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:102 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:103 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:104 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:105 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:106 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:107 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:108 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:109 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:110 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:111 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:112 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:113 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:114 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:115 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:116 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:117 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:118 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:119 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:120 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:121 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:122 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:123 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:124 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:125 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:126 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:127 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:128 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:129 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:130 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:131 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:132 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:133 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:134 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:135 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:136 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:137 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:138 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:139 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:140 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:141 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:142 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:143 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:144 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:145 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:146 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:147 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:148 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:149 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:150 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:151 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:152 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:153 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:154 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:155 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:156 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:157 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:158 (G4Box) ... OK! +Checking overlaps for volume blockDetector_physicalV:159 (G4Box) ... OK! +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.1 mm) +Step function for muons/hadrons (0.2, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.03 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: +### === Auger flag: 1 +### === Ignore cuts flag: 1 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.1 mm) +Step function for muons/hadrons (0.2, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.03 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=SafetyPlus Rfact=0.03 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== +Max life time 1.4427e+06 ps +Internal e- conversion flag 1 +Stored internal conversion coefficients 1 +Enable correlated gamma emission 0 +Max 2J for sampling of angular correlations 10 +Atomic de-excitation enabled 1 +Auger electron emission enabled 1 +Check EM cuts disabled for atomic de-excitation 1 +Use Bearden atomic level energies 0 +Use ANSTO fluorescence model 0 +Threshold for very long decay time at rest 1e+27 ns +====================================================================== + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : world_logicalV + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_AIR G4_Al G4_POLYETHYLENE GSO + Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + +Region -- -- is not associated to any world. + Root logical volume(s) : + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : + Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Al + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 2.34147 keV e- 131.214 keV e+ 128.744 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_POLYETHYLENE + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 85.2799 keV e+ 84.1824 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : GSO + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 12.1658 keV e- 196.357 keV e+ 191.153 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +Start closing geometry. +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 475 kByte + Total CPU time elapsed for geometry optimisation: 0.01 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 100.00 0.01 0.00 69k world_logicalV + 0.00 0.00 0.00 406k airBox_logicalV + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 85.51 406k 931 5788 8898 0.00 airBox_logicalV + 14.49 68k 182 683 3080 0.01 world_logicalV +### Run 0 starts. +### Begin of Run 0 start. + +--------- Ranecu engine status --------- + Initial seed (index) = 0 + Current couple of seeds = 1140500198, 1822882361 +---------------------------------------- + +---> Begin of event: 0 +---> End of event: 0 + +---> Begin of event: 100000 +---> End of event: 100000 + +---> Begin of event: 200000 +---> End of event: 200000 + +---> Begin of event: 300000 +---> End of event: 300000 + +---> Begin of event: 400000 +---> End of event: 400000 + +---> Begin of event: 500000 +---> End of event: 500000 + +---> Begin of event: 600000 +---> End of event: 600000 + +---> Begin of event: 700000 +---> End of event: 700000 + +---> Begin of event: 800000 +---> End of event: 800000 + +---> Begin of event: 900000 +---> End of event: 900000 + Run terminated. +Run Summary + Number of events processed : 1000000 + User=131.630000s Real=136.199126s Sys=1.870000s + +### End of Run (1000000 events) +G4 kernel has come to Quit state. +UserDetectorConstruction deleted. +UserPhysicsList deleted. +UserActionInitialization deleted. +UserWorkerInitialization deleted. +UserWorkerThreadInitialization deleted. +UserRunAction deleted. +UserPrimaryGenerator deleted. +RunManager is deleting RunManagerKernel. +G4SDManager deleted. +EventManager deleted. +Units table cleared. +TransportationManager deleted. +Total navigation history collections cleaned: 14 +G4RNGHelper object is deleted. +================== Deleting memory pools =================== +Pool ID '20G4NavigationLevelRep', size : 0.0202 MB +Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '16G4SmartVoxelNode', size : 0.201 MB +Pool ID '17G4SmartVoxelProxy', size : 0.116 MB +Pool ID '7G4Event', size : 0.000961 MB +Pool ID '15G4PrimaryVertex', size : 0.000961 MB +Pool ID '17G4PrimaryParticle', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0115 MB +Pool ID '19G4ElectronOccupancy', size : 0.000961 MB +Pool ID '7G4Track', size : 0.0221 MB +Pool ID '18G4TouchableHistory', size : 0.00192 MB +Pool ID '15G4CountedObjectIvE', size : 0.000961 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 0.38 MB +============================================================ +G4Allocator objects are deleted. +UImanager deleted. +StateManager deleted. +RunManagerKernel is deleted. Good bye :) +RunManager is deleted. diff --git a/examples/advanced/eRosita/History b/examples/advanced/eRosita/History index c198f9ba6d..82184bf8bf 100644 --- a/examples/advanced/eRosita/History +++ b/examples/advanced/eRosita/History @@ -15,11 +15,16 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +14.02.2022, G.Cosmo eRosita-V10-07-02 + eRositaTrackerSD: fixed compilation warning on Intel-icx compiler + for unused variable. + 12.05.2021, A.Polsini,F.Longo eRosita-V10-07-01 Migration to multithreading (MT) mode --24.05.2021, B. Morgan (eRosita-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 +24.05.2021, B. Morgan (eRosita-V10-07-00) + Bump required CMake version range to 3.12...3.20, matching core Geant4 02.11.2020, B.Morgan eRosita-V10-06-00 diff --git a/examples/advanced/eRosita/Makefile b/examples/advanced/eRosita/Makefile deleted file mode 100644 index a36d5a44b5..0000000000 --- a/examples/advanced/eRosita/Makefile +++ /dev/null @@ -1,528 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake - -# The command to remove a file. -RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/mchan/Geant4/examples/advanced/eRosita - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/mchan/Geant4/examples/advanced/eRosita - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components - -.PHONY : list_install_components/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /Applications/CMake.app/Contents/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /Applications/CMake.app/Contents/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/mchan/Geant4/examples/advanced/eRosita/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named eRosita - -# Build rule for target. -eRosita: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 eRosita -.PHONY : eRosita - -# fast build rule for target. -eRosita/fast: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/build -.PHONY : eRosita/fast - -application/src/AnalysisManager.o: application/src/AnalysisManager.cc.o - -.PHONY : application/src/AnalysisManager.o - -# target to build an object file -application/src/AnalysisManager.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.o -.PHONY : application/src/AnalysisManager.cc.o - -application/src/AnalysisManager.i: application/src/AnalysisManager.cc.i - -.PHONY : application/src/AnalysisManager.i - -# target to preprocess a source file -application/src/AnalysisManager.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.i -.PHONY : application/src/AnalysisManager.cc.i - -application/src/AnalysisManager.s: application/src/AnalysisManager.cc.s - -.PHONY : application/src/AnalysisManager.s - -# target to generate assembly for a file -application/src/AnalysisManager.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/AnalysisManager.cc.s -.PHONY : application/src/AnalysisManager.cc.s - -application/src/eRositaDetectorConstruction.o: application/src/eRositaDetectorConstruction.cc.o - -.PHONY : application/src/eRositaDetectorConstruction.o - -# target to build an object file -application/src/eRositaDetectorConstruction.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.o -.PHONY : application/src/eRositaDetectorConstruction.cc.o - -application/src/eRositaDetectorConstruction.i: application/src/eRositaDetectorConstruction.cc.i - -.PHONY : application/src/eRositaDetectorConstruction.i - -# target to preprocess a source file -application/src/eRositaDetectorConstruction.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.i -.PHONY : application/src/eRositaDetectorConstruction.cc.i - -application/src/eRositaDetectorConstruction.s: application/src/eRositaDetectorConstruction.cc.s - -.PHONY : application/src/eRositaDetectorConstruction.s - -# target to generate assembly for a file -application/src/eRositaDetectorConstruction.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaDetectorConstruction.cc.s -.PHONY : application/src/eRositaDetectorConstruction.cc.s - -application/src/eRositaEventAction.o: application/src/eRositaEventAction.cc.o - -.PHONY : application/src/eRositaEventAction.o - -# target to build an object file -application/src/eRositaEventAction.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.o -.PHONY : application/src/eRositaEventAction.cc.o - -application/src/eRositaEventAction.i: application/src/eRositaEventAction.cc.i - -.PHONY : application/src/eRositaEventAction.i - -# target to preprocess a source file -application/src/eRositaEventAction.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.i -.PHONY : application/src/eRositaEventAction.cc.i - -application/src/eRositaEventAction.s: application/src/eRositaEventAction.cc.s - -.PHONY : application/src/eRositaEventAction.s - -# target to generate assembly for a file -application/src/eRositaEventAction.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaEventAction.cc.s -.PHONY : application/src/eRositaEventAction.cc.s - -application/src/eRositaPhysicsList.o: application/src/eRositaPhysicsList.cc.o - -.PHONY : application/src/eRositaPhysicsList.o - -# target to build an object file -application/src/eRositaPhysicsList.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.o -.PHONY : application/src/eRositaPhysicsList.cc.o - -application/src/eRositaPhysicsList.i: application/src/eRositaPhysicsList.cc.i - -.PHONY : application/src/eRositaPhysicsList.i - -# target to preprocess a source file -application/src/eRositaPhysicsList.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.i -.PHONY : application/src/eRositaPhysicsList.cc.i - -application/src/eRositaPhysicsList.s: application/src/eRositaPhysicsList.cc.s - -.PHONY : application/src/eRositaPhysicsList.s - -# target to generate assembly for a file -application/src/eRositaPhysicsList.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPhysicsList.cc.s -.PHONY : application/src/eRositaPhysicsList.cc.s - -application/src/eRositaPrimaryGeneratorAction.o: application/src/eRositaPrimaryGeneratorAction.cc.o - -.PHONY : application/src/eRositaPrimaryGeneratorAction.o - -# target to build an object file -application/src/eRositaPrimaryGeneratorAction.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.o -.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.o - -application/src/eRositaPrimaryGeneratorAction.i: application/src/eRositaPrimaryGeneratorAction.cc.i - -.PHONY : application/src/eRositaPrimaryGeneratorAction.i - -# target to preprocess a source file -application/src/eRositaPrimaryGeneratorAction.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.i -.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.i - -application/src/eRositaPrimaryGeneratorAction.s: application/src/eRositaPrimaryGeneratorAction.cc.s - -.PHONY : application/src/eRositaPrimaryGeneratorAction.s - -# target to generate assembly for a file -application/src/eRositaPrimaryGeneratorAction.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaPrimaryGeneratorAction.cc.s -.PHONY : application/src/eRositaPrimaryGeneratorAction.cc.s - -application/src/eRositaRunAction.o: application/src/eRositaRunAction.cc.o - -.PHONY : application/src/eRositaRunAction.o - -# target to build an object file -application/src/eRositaRunAction.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.o -.PHONY : application/src/eRositaRunAction.cc.o - -application/src/eRositaRunAction.i: application/src/eRositaRunAction.cc.i - -.PHONY : application/src/eRositaRunAction.i - -# target to preprocess a source file -application/src/eRositaRunAction.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.i -.PHONY : application/src/eRositaRunAction.cc.i - -application/src/eRositaRunAction.s: application/src/eRositaRunAction.cc.s - -.PHONY : application/src/eRositaRunAction.s - -# target to generate assembly for a file -application/src/eRositaRunAction.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaRunAction.cc.s -.PHONY : application/src/eRositaRunAction.cc.s - -application/src/eRositaSteppingAction.o: application/src/eRositaSteppingAction.cc.o - -.PHONY : application/src/eRositaSteppingAction.o - -# target to build an object file -application/src/eRositaSteppingAction.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.o -.PHONY : application/src/eRositaSteppingAction.cc.o - -application/src/eRositaSteppingAction.i: application/src/eRositaSteppingAction.cc.i - -.PHONY : application/src/eRositaSteppingAction.i - -# target to preprocess a source file -application/src/eRositaSteppingAction.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.i -.PHONY : application/src/eRositaSteppingAction.cc.i - -application/src/eRositaSteppingAction.s: application/src/eRositaSteppingAction.cc.s - -.PHONY : application/src/eRositaSteppingAction.s - -# target to generate assembly for a file -application/src/eRositaSteppingAction.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingAction.cc.s -.PHONY : application/src/eRositaSteppingAction.cc.s - -application/src/eRositaSteppingVerbose.o: application/src/eRositaSteppingVerbose.cc.o - -.PHONY : application/src/eRositaSteppingVerbose.o - -# target to build an object file -application/src/eRositaSteppingVerbose.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.o -.PHONY : application/src/eRositaSteppingVerbose.cc.o - -application/src/eRositaSteppingVerbose.i: application/src/eRositaSteppingVerbose.cc.i - -.PHONY : application/src/eRositaSteppingVerbose.i - -# target to preprocess a source file -application/src/eRositaSteppingVerbose.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.i -.PHONY : application/src/eRositaSteppingVerbose.cc.i - -application/src/eRositaSteppingVerbose.s: application/src/eRositaSteppingVerbose.cc.s - -.PHONY : application/src/eRositaSteppingVerbose.s - -# target to generate assembly for a file -application/src/eRositaSteppingVerbose.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaSteppingVerbose.cc.s -.PHONY : application/src/eRositaSteppingVerbose.cc.s - -application/src/eRositaTrackerHit.o: application/src/eRositaTrackerHit.cc.o - -.PHONY : application/src/eRositaTrackerHit.o - -# target to build an object file -application/src/eRositaTrackerHit.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.o -.PHONY : application/src/eRositaTrackerHit.cc.o - -application/src/eRositaTrackerHit.i: application/src/eRositaTrackerHit.cc.i - -.PHONY : application/src/eRositaTrackerHit.i - -# target to preprocess a source file -application/src/eRositaTrackerHit.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.i -.PHONY : application/src/eRositaTrackerHit.cc.i - -application/src/eRositaTrackerHit.s: application/src/eRositaTrackerHit.cc.s - -.PHONY : application/src/eRositaTrackerHit.s - -# target to generate assembly for a file -application/src/eRositaTrackerHit.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerHit.cc.s -.PHONY : application/src/eRositaTrackerHit.cc.s - -application/src/eRositaTrackerSD.o: application/src/eRositaTrackerSD.cc.o - -.PHONY : application/src/eRositaTrackerSD.o - -# target to build an object file -application/src/eRositaTrackerSD.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.o -.PHONY : application/src/eRositaTrackerSD.cc.o - -application/src/eRositaTrackerSD.i: application/src/eRositaTrackerSD.cc.i - -.PHONY : application/src/eRositaTrackerSD.i - -# target to preprocess a source file -application/src/eRositaTrackerSD.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.i -.PHONY : application/src/eRositaTrackerSD.cc.i - -application/src/eRositaTrackerSD.s: application/src/eRositaTrackerSD.cc.s - -.PHONY : application/src/eRositaTrackerSD.s - -# target to generate assembly for a file -application/src/eRositaTrackerSD.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/application/src/eRositaTrackerSD.cc.s -.PHONY : application/src/eRositaTrackerSD.cc.s - -eRosita.o: eRosita.cc.o - -.PHONY : eRosita.o - -# target to build an object file -eRosita.cc.o: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.o -.PHONY : eRosita.cc.o - -eRosita.i: eRosita.cc.i - -.PHONY : eRosita.i - -# target to preprocess a source file -eRosita.cc.i: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.i -.PHONY : eRosita.cc.i - -eRosita.s: eRosita.cc.s - -.PHONY : eRosita.s - -# target to generate assembly for a file -eRosita.cc.s: - $(MAKE) -f CMakeFiles/eRosita.dir/build.make CMakeFiles/eRosita.dir/eRosita.cc.s -.PHONY : eRosita.cc.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... install/local" - @echo "... install/strip" - @echo "... install" - @echo "... list_install_components" - @echo "... rebuild_cache" - @echo "... edit_cache" - @echo "... eRosita" - @echo "... application/src/AnalysisManager.o" - @echo "... application/src/AnalysisManager.i" - @echo "... application/src/AnalysisManager.s" - @echo "... application/src/eRositaDetectorConstruction.o" - @echo "... application/src/eRositaDetectorConstruction.i" - @echo "... application/src/eRositaDetectorConstruction.s" - @echo "... application/src/eRositaEventAction.o" - @echo "... application/src/eRositaEventAction.i" - @echo "... application/src/eRositaEventAction.s" - @echo "... application/src/eRositaPhysicsList.o" - @echo "... application/src/eRositaPhysicsList.i" - @echo "... application/src/eRositaPhysicsList.s" - @echo "... application/src/eRositaPrimaryGeneratorAction.o" - @echo "... application/src/eRositaPrimaryGeneratorAction.i" - @echo "... application/src/eRositaPrimaryGeneratorAction.s" - @echo "... application/src/eRositaRunAction.o" - @echo "... application/src/eRositaRunAction.i" - @echo "... application/src/eRositaRunAction.s" - @echo "... application/src/eRositaSteppingAction.o" - @echo "... application/src/eRositaSteppingAction.i" - @echo "... application/src/eRositaSteppingAction.s" - @echo "... application/src/eRositaSteppingVerbose.o" - @echo "... application/src/eRositaSteppingVerbose.i" - @echo "... application/src/eRositaSteppingVerbose.s" - @echo "... application/src/eRositaTrackerHit.o" - @echo "... application/src/eRositaTrackerHit.i" - @echo "... application/src/eRositaTrackerHit.s" - @echo "... application/src/eRositaTrackerSD.o" - @echo "... application/src/eRositaTrackerSD.i" - @echo "... application/src/eRositaTrackerSD.s" - @echo "... eRosita.o" - @echo "... eRosita.i" - @echo "... eRosita.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc b/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc index 83f1fcb5fa..c125e4d6ff 100644 --- a/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc +++ b/examples/advanced/eRosita/application/src/eRositaTrackerSD.cc @@ -105,21 +105,8 @@ void eRositaTrackerSD::EndOfEvent(G4HCofThisEvent*) } - // ofstream out("ASCII"); - //if (!out.is_open()) - // { - // G4cout <<"...opening ASCII file failed"; - // } - - double eTot = 0.; - for (G4int i=0; iPrintToFile(); - eTot += (*trackerCollection)[i]->GetEdep(); - }; - -// if (eTot > 0.) AnalysisManager::Instance()->ScoreTot(eTot); - -//out.close(); + } } diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index 17195bf04d..863db4ca82 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -323,9 +323,9 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=27.100000s Real=27.403839s Sys=0.000000s + User=31.090000s Real=31.396474s Sys=0.010000s --- Run 0 (master) end.Event total count = 10000. - User=27.100000s Real=27.404293s Sys=0.000000s + User=31.090000s Real=31.397076s Sys=0.010000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/advanced/fastAerosol/fastAerosol.out b/examples/advanced/fastAerosol/fastAerosol.out new file mode 100644 index 0000000000..7cbebc3c5a --- /dev/null +++ b/examples/advanced/fastAerosol/fastAerosol.out @@ -0,0 +1,13192 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: QGSP_BIC + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Cloud shape = box +Droplet shape = sphere + +FastAerosol geometry with n=0.0002/mm3, r=1mm spheres. + +--- G4CoupledTransportation is used +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +/run/verbose 2 +/event/verbose 0 +/tracking/verbose 1 +# gun setup +# --------- +/gun/particle proton +/gun/energy 50 MeV +# score +# ----- +/score/create/boxMesh detectorMesh +/score/mesh/boxSize 250 250 25 mm +/score/mesh/translate/xyz 0.0 0.0 2625 mm +/score/mesh/nBin 20 20 1 +.... G4ScoringMessenger::MeshBinCommand - G4ScoringBox +/score/quantity/energyDeposit eDep +/score/close +# shoot +# ----- +/run/beamOn 10 +/run/geometryModified +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: Binary Cascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionElastic + Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: Binary Cascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : World + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : Atmosphere G4_AIR G4_WATER G4_Al + Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + +Region -- -- is not associated to any world. + Root logical volume(s) : detectorMesh + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : + Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Atmosphere + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : G4_Al + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.8472 keV e- 461.197 keV e+ 445.1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +Start closing geometry. +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 2 kByte + Total CPU time elapsed for geometry optimisation: 0 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 0.00 0.00 0.00 0k World + 0.00 0.00 0.00 1k detectorMesh_0 + 0.00 0.00 0.00 1k detectorMesh_1 + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 46.13 1k 1 20 20 0.00 detectorMesh_0 + 46.13 1k 1 20 20 0.00 detectorMesh_1 + 7.74 0k 1 2 4 0.00 World +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 -49.9 -2.61e+03 50 0 0 0 World initStep + 1 -12.6 -49.9 -2.5e+03 50 0.0221 115 115 World hIoni + 2 -12.6 -50 -2.41e+03 50 0.0181 88.4 203 World hIoni + 3 -12.6 -50 -2.4e+03 50 0.000759 4.47 208 World hIoni + 4 -12.7 -50.1 -2.32e+03 49.9 0.0181 85.5 293 World hIoni + 5 -12.8 -50.3 -2.22e+03 49.9 0.017 96.4 389 World hIoni + 6 -12.8 -50.3 -2.22e+03 49.9 0.000381 4.1 394 World hIoni + 7 -12.8 -50.3 -2.2e+03 49.9 0.004 20.1 414 World hIoni + 8 -12.8 -50.3 -2.2e+03 49.9 0.000516 2.46 416 World hIoni + 9 -13 -50.6 -2.01e+03 49.8 0.0422 191 607 World hIoni + 10 -13.3 -50.6 -1.78e+03 49.8 0.044 223 830 World hIoni + 11 -13.2 -50.6 -1.73e+03 49.8 0.00747 52.7 882 World hIoni + 12 -13.2 -50.6 -1.71e+03 49.8 0.00347 19 901 World hIoni + 13 -13.2 -50.6 -1.71e+03 49.8 0 0.304 902 World hIoni + 14 -13.2 -50.6 -1.7e+03 49.8 0.00199 10.5 912 World hIoni + 15 -13 -50.6 -1.56e+03 49.7 0.0213 139 1.05e+03 World hIoni + 16 -12.6 -50.6 -1.41e+03 49.7 0.0306 155 1.21e+03 World hIoni + 17 -11.7 -51.8 -1.08e+03 49.7 0.0582 323 1.53e+03 World hIoni + 18 -11.7 -51.9 -1.07e+03 49.6 0.00202 8.56 1.54e+03 World hIoni + 19 -11.7 -51.9 -1.07e+03 49.6 0.00107 4.59 1.54e+03 World hIoni + 20 -11.6 -52.1 -1.04e+03 49.6 0.00538 33.7 1.58e+03 World hIoni + 21 -11.5 -52.4 -995 49.6 0.00614 41.4 1.62e+03 World hIoni + 22 -11.4 -52.7 -951 49.6 0.0078 43.8 1.66e+03 World hIoni + 23 -11.4 -52.9 -923 49.6 0.00563 28.2 1.69e+03 World hIoni + 24 -11.3 -53.1 -898 49.6 0.00381 25.2 1.71e+03 World hIoni + 25 -11.3 -53.2 -884 49.6 0.00211 13.7 1.73e+03 World hIoni + 26 -11.1 -53.6 -823 49.6 0.0116 60.8 1.79e+03 World hIoni + 27 -11.1 -53.6 -819 49.6 0.000401 4.14 1.79e+03 World hIoni + 28 -11.1 -53.7 -811 49.6 0.0016 7.55 1.8e+03 World hIoni + 29 -11 -54.1 -758 49.6 0.0132 53.3 1.85e+03 World hIoni + 30 -10.9 -54.3 -723 49.5 0.00643 34.9 1.89e+03 World hIoni + 31 -10.7 -54.9 -635 49.5 0.0174 88.4 1.98e+03 World hIoni + 32 -10.7 -54.9 -632 49.5 0.000316 3.14 1.98e+03 World hIoni + 33 -10.5 -55.2 -589 49.5 0.0054 42.5 2.02e+03 World hIoni + 34 -10.5 -55.2 -582 49.5 0.000614 7.16 2.03e+03 World hIoni + 35 -10.4 -55.4 -550 49.5 0.00692 31.7 2.06e+03 World hIoni + 36 -9.96 -56.2 -419 49.5 0.0276 131 2.19e+03 World hIoni + 37 -9.81 -56.6 -361 49.4 0.00928 57.5 2.25e+03 World hIoni + 38 -9.64 -57 -298 49.4 0.012 63.6 2.31e+03 World hIoni + 39 -9.6 -57.1 -283 49.4 0.00167 15.1 2.33e+03 World hIoni + 40 -9.56 -57.3 -265 49.4 0.00515 17.7 2.35e+03 World hIoni + 41 -9.47 -57.5 -228 49.4 0.00579 37.1 2.38e+03 World hIoni + 42 -9.17 -58.4 -88.8 49.3 0.0256 139 2.52e+03 World hIoni + 43 -8.93 -58.9 32.3 49.3 0.0252 121 2.64e+03 World hIoni + 44 -8.9 -59 43.3 49.3 0.00323 11 2.66e+03 World hIoni + 45 -8.84 -59.2 68.7 49.3 0.00457 25.4 2.68e+03 World hIoni + 46 -8.55 -59.6 156 49.3 0.0207 86.9 2.77e+03 World hIoni + 47 -8.5 -59.7 168 49.3 0.00211 12.4 2.78e+03 World hIoni + 48 -8.46 -59.7 177 49.3 0.00237 8.87 2.79e+03 World hIoni + 49 -8.44 -59.8 184 49.3 0.000638 6.7 2.8e+03 cloudPV CoupledTransportation + 50 -8.43 -59.8 185 47.2 2.1 1.47 2.8e+03 World CoupledTransportation + 51 -8.23 -60.1 216 47.2 0.00492 31 2.83e+03 World hIoni + 52 -8.23 -60.1 217 47.2 0.0001 0.679 2.83e+03 World hIoni + 53 -8.01 -60.5 249 47.2 0.00366 31.9 2.86e+03 World hIoni + 54 -7.68 -61 294 47.1 0.00827 45.4 2.91e+03 cloudPV CoupledTransportation + 55 -7.67 -61 295 46 1.12 0.933 2.91e+03 World CoupledTransportation + 56 -7.45 -61.3 314 46 0.0039 18.6 2.93e+03 World hIoni + 57 -7.22 -61.6 333 46 0.00196 19 2.95e+03 World hIoni + 58 -6.53 -62.5 393 46 0.00945 60.5 3.01e+03 World hIoni + 59 -6.33 -62.7 410 46 0.00261 17 3.02e+03 World hIoni + 60 -5.83 -63.3 449 46 0.00539 39.4 3.06e+03 World hIoni + 61 -5.79 -63.3 453 46 0.00027 3.51 3.07e+03 World hIoni + 62 -5.35 -63.8 487 46 0.00437 34.4 3.1e+03 World hIoni + 63 -5.12 -64.1 506 46 0.00313 18.9 3.12e+03 World hIoni + 64 -4.99 -64.3 517 46 0.00189 10.5 3.13e+03 World hIoni + 65 -4.57 -64.8 551 46 0.00975 34.4 3.16e+03 World hIoni + 66 -3.94 -65.5 600 45.9 0.0093 49.2 3.21e+03 World hIoni + 67 -1.91 -67.9 770 45.9 0.0336 169 3.38e+03 World hIoni + 68 0.253 -70.5 954 45.9 0.0371 184 3.57e+03 World hIoni + 69 0.951 -71.4 1.01e+03 45.9 0.00962 59.7 3.63e+03 World hIoni + 70 1.12 -71.6 1.03e+03 45.8 0.00343 13.2 3.64e+03 World hIoni + 71 1.13 -71.6 1.03e+03 45.8 0 1.03 3.64e+03 World hIoni + 72 1.85 -72.4 1.08e+03 45.8 0.013 56.4 3.7e+03 World hIoni + 73 2.83 -73.5 1.16e+03 45.8 0.0149 76 3.77e+03 World hIoni + 74 3.02 -73.8 1.18e+03 45.8 0.00279 15.4 3.79e+03 World hIoni + 75 3.55 -74.4 1.22e+03 45.8 0.006 44.6 3.83e+03 World hIoni + 76 3.88 -74.8 1.25e+03 45.8 0.00411 26 3.86e+03 World hIoni + 77 6.69 -78.3 1.47e+03 45.7 0.0526 221 4.08e+03 World hIoni + 78 6.74 -78.4 1.47e+03 45.7 0.00389 4.21 4.08e+03 World hIoni + 79 7.25 -79 1.51e+03 45.7 0.00626 40.1 4.12e+03 World hIoni + 80 7.5 -79.3 1.53e+03 45.7 0.00303 19 4.14e+03 World hIoni + 81 8.21 -80 1.58e+03 45.7 0.0103 52.6 4.2e+03 World hIoni + 82 8.52 -80.4 1.61e+03 45.6 0.00306 23.2 4.22e+03 World hIoni + 83 9.59 -81.7 1.69e+03 45.6 0.0165 81.6 4.3e+03 World hIoni + 84 10.1 -82.2 1.73e+03 45.6 0.00855 40.9 4.34e+03 World hIoni + 85 10.5 -82.7 1.76e+03 45.6 0.00546 30.9 4.37e+03 cloudPV CoupledTransportation + 86 10.5 -82.7 1.76e+03 44.5 1.15 0.849 4.37e+03 World CoupledTransportation + 87 10.8 -83.1 1.84e+03 44.4 0.0146 79.3 4.45e+03 World hIoni + 88 10.9 -83.3 1.88e+03 44.4 0.00755 40.8 4.49e+03 World hIoni + 89 11 -83.4 1.91e+03 44.4 0.00499 25.5 4.52e+03 World hIoni + 90 11 -83.4 1.92e+03 44.4 0.000919 9.14 4.53e+03 cloudPV CoupledTransportation + 91 11 -83.4 1.92e+03 42.6 1.86 1.36 4.53e+03 World CoupledTransportation + 92 11.2 -83.2 1.95e+03 42.6 0.0095 29.3 4.56e+03 World hIoni + 93 11.2 -83.2 1.95e+03 42.5 0.000403 7.14 4.57e+03 World hIoni + 94 11.8 -82.6 2.06e+03 42.5 0.02 103 4.67e+03 World hIoni + 95 11.8 -82.6 2.06e+03 42.5 4.91e-05 0.165 4.67e+03 World hIoni + 96 12 -82.4 2.09e+03 42.5 0.00674 33.2 4.7e+03 World hIoni + 97 12.4 -81.9 2.16e+03 42.5 0.014 70 4.77e+03 World hIoni + 98 12.6 -81.8 2.18e+03 42.5 0.00335 23 4.8e+03 World hIoni + 99 12.6 -81.7 2.19e+03 42.5 0.000423 6.3 4.8e+03 World hIoni + 100 12.7 -81.7 2.21e+03 42.4 0.00376 17.4 4.82e+03 World hIoni + 101 13.1 -81.3 2.28e+03 42.4 0.0134 71.5 4.89e+03 World hIoni + 102 13.2 -81.3 2.29e+03 42.4 0.00165 10.9 4.9e+03 World hIoni + 103 13.4 -81.1 2.33e+03 42.4 0.00771 37.1 4.94e+03 World hIoni + 104 13.7 -80.9 2.37e+03 42.4 0.00783 40.3 4.98e+03 World hIoni + 105 14.4 -80.6 2.44e+03 42.4 0.0104 72.2 5.05e+03 World hIoni + 106 14.4 -80.5 2.44e+03 42.4 0.000479 4.3 5.06e+03 World hIoni + 107 14.9 -80.3 2.5e+03 42.4 0.0112 55.6 5.11e+03 World hIoni + 108 15.2 -80.1 2.53e+03 42.4 0.00531 36.2 5.15e+03 World hIoni + 109 15.9 -79.9 2.6e+03 42.4 0.00915 65.5 5.21e+03 detectorPV CoupledTransportation + 110 15.9 -79.9 2.6e+03 37.3 5.05 1.78 5.21e+03 detectorPV hIoni + 111 15.9 -79.9 2.6e+03 32.4 4.91 1.45 5.22e+03 detectorPV hIoni + 112 16 -79.9 2.6e+03 27.9 4.53 1.17 5.22e+03 detectorPV hIoni + 113 16 -79.9 2.61e+03 23.9 3.97 0.929 5.22e+03 detectorPV hIoni + 114 16.1 -79.9 2.61e+03 20.2 3.73 0.745 5.22e+03 detectorPV hIoni + 115 16.2 -79.9 2.61e+03 16.8 3.37 0.592 5.22e+03 detectorPV hIoni + 116 16.2 -79.9 2.61e+03 13.7 3.04 0.47 5.22e+03 detectorPV hIoni + 117 16.3 -79.9 2.61e+03 10.9 2.88 0.374 5.22e+03 detectorPV hIoni + 118 16.3 -79.9 2.61e+03 8.02 2.85 0.295 5.22e+03 detectorPV hIoni + 119 16.3 -79.8 2.61e+03 5.15 2.87 0.228 5.22e+03 detectorPV hIoni + 120 16.4 -79.8 2.61e+03 2.11 3.04 0.161 5.22e+03 detectorPV hIoni + 121 16.4 -79.8 2.61e+03 0.0374 2.07 0.0464 5.22e+03 detectorPV hIoni + 122 16.4 -79.8 2.61e+03 0 0.0374 0.000497 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 15.2 -80.1 2.53e+03 0.00173 0 0 0 World initStep + 1 15.3 -79.9 2.53e+03 0 0.00173 0.639 0.639 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 14.9 -80.3 2.5e+03 0.00104 0 0 0 World initStep + 1 14.8 -80.3 2.5e+03 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 14.4 -80.5 2.44e+03 0.00368 0 0 0 World initStep + 1 13.7 -81.1 2.44e+03 0 0.00368 1.68 1.68 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 14.4 -80.6 2.44e+03 0.00122 0 0 0 World initStep + 1 14.5 -80.6 2.44e+03 0 0.00122 0.374 0.374 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.7 -80.9 2.37e+03 0.00167 0 0 0 World initStep + 1 13.5 -81 2.37e+03 0 0.00167 0.605 0.605 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.4 -81.1 2.33e+03 0.00154 0 0 0 World initStep + 1 13.2 -81.2 2.33e+03 0 0.00154 0.535 0.535 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.2 -81.3 2.29e+03 0.00252 0 0 0 World initStep + 1 12.8 -81.5 2.29e+03 0 0.00252 1.14 1.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.1 -81.3 2.28e+03 0.00817 0 0 0 World initStep + 1 12 -79.2 2.28e+03 0.00707 0.00109 3.34 3.34 World eIoni + 2 13.3 -77.5 2.28e+03 0.00486 0.00221 2.9 6.23 World eIoni + 3 14.4 -77.6 2.28e+03 0.00117 0.00369 2.1 8.33 World eIoni + 4 14.4 -77.5 2.28e+03 0 0.00117 0.355 8.69 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.7 -81.7 2.21e+03 0.00467 0 0 0 World initStep + 1 13.8 -82.2 2.21e+03 0.00254 0.00213 2.03 2.03 World eIoni + 2 14.3 -82.2 2.21e+03 0 0.00254 1.16 3.19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.6 -81.7 2.19e+03 0.00116 0 0 0 World initStep + 1 12.7 -81.7 2.19e+03 0 0.00116 0.348 0.348 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.6 -81.8 2.18e+03 0.032 0 0 0 World initStep + 1 6.91 -68.1 2.2e+03 0.0287 0.00331 23.8 23.8 World eIoni + 2 7.71 -56.3 2.21e+03 0.0232 0.00549 19.8 43.6 World eIoni + 3 7.74 -51.1 2.22e+03 0.0189 0.0019 8.33 52 World eIoni + 4 1.6 -47.4 2.22e+03 0.0161 0.0029 10.1 62.1 World eIoni + 5 -5.14 -45.1 2.22e+03 0.0143 0.00171 7.85 69.9 World eIoni + 6 -10.3 -42.8 2.22e+03 0.0133 0.00103 6.67 76.6 World eIoni + 7 -10.3 -37.7 2.22e+03 0.011 0.00233 6.01 82.6 World eIoni + 8 -9.38 -34.7 2.23e+03 0.00982 0.00115 4.67 87.3 World eIoni + 9 -9.02 -33.7 2.23e+03 0.00653 0.000134 1.39 88.6 World eIoni + 10 -9.37 -32 2.23e+03 0.00511 0.00143 2.69 91.3 World eIoni + 11 -9.95 -31.5 2.23e+03 0.00342 0.00169 2.18 93.5 World eIoni + 12 -10.6 -31.1 2.23e+03 0.00209 0.00133 1.58 95.1 World eIoni + 13 -10.6 -30.8 2.23e+03 0 0.00209 0.857 96 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.02 -33.7 2.23e+03 0.00316 0 0 0 World initStep + 1 -8.38 -33.8 2.23e+03 0.00234 0.000819 1.47 1.47 World eIoni + 2 -8.3 -33.6 2.23e+03 0 0.00234 1.03 2.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.74 -51.1 2.22e+03 0.00236 0 0 0 World initStep + 1 8.09 -50.8 2.22e+03 0 0.00236 1.04 1.04 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.4 -81.9 2.16e+03 0.0065 0 0 0 World initStep + 1 11 -80.8 2.16e+03 0.00403 0.00247 2.68 2.68 World eIoni + 2 11.1 -79.8 2.16e+03 0.00324 0.000793 1.81 4.49 World eIoni + 3 10.7 -79.4 2.16e+03 0.00122 0.00202 1.5 5.99 World eIoni + 4 10.6 -79.4 2.16e+03 0 0.00122 0.375 6.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12 -82.4 2.09e+03 0.00525 0 0 0 World initStep + 1 10.9 -83.2 2.09e+03 0.00408 0.00117 2.23 2.23 World eIoni + 2 10.5 -84.1 2.09e+03 0.00295 0.00113 1.83 4.06 World eIoni + 3 10.2 -84.5 2.09e+03 0 0.00295 1.38 5.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.8 -82.6 2.06e+03 0.00136 0 0 0 World initStep + 1 11.7 -82.5 2.06e+03 0 0.00136 0.441 0.441 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.8 -82.6 2.06e+03 0.0034 0 0 0 World initStep + 1 11.2 -83 2.06e+03 0 0.0034 1.57 1.57 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.2 -83.2 1.95e+03 0.00182 0 0 0 World initStep + 1 11.1 -83 1.95e+03 0 0.00182 0.689 0.689 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11.2 -83.2 1.95e+03 0.00176 0 0 0 World initStep + 1 11.2 -83 1.95e+03 0 0.00176 0.654 0.654 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11 -83.4 1.91e+03 0.00239 0 0 0 World initStep + 1 10.7 -83.7 1.91e+03 0 0.00239 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.9 -83.3 1.88e+03 0.00112 0 0 0 World initStep + 1 11 -83.1 1.88e+03 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.8 -83.1 1.84e+03 0.00233 0 0 0 World initStep + 1 11 -83.4 1.84e+03 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.1 -82.2 1.73e+03 0.00262 0 0 0 World initStep + 1 10 -81.7 1.73e+03 0.00136 0.00126 1.2 1.2 World eIoni + 2 9.98 -81.9 1.73e+03 0 0.00136 0.441 1.64 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.59 -81.7 1.69e+03 0.00143 0 0 0 World initStep + 1 9.46 -81.8 1.69e+03 0 0.00143 0.477 0.477 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 8.52 -80.4 1.61e+03 0.00839 0 0 0 World initStep + 1 8.09 -77.9 1.61e+03 0.00709 0.0013 3.44 3.44 World eIoni + 2 6.04 -77.5 1.61e+03 0.00534 0.00175 2.9 6.34 World eIoni + 3 5.63 -78.8 1.61e+03 0.00463 0.000705 2.26 8.6 World eIoni + 4 6.03 -79.8 1.61e+03 0.00285 0.00179 2.02 10.6 World eIoni + 5 5.63 -79.8 1.61e+03 0.00151 0.00134 1.32 11.9 World eIoni + 6 5.73 -79.9 1.61e+03 0 0.00151 0.517 12.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 8.21 -80 1.58e+03 0.0393 0 0 0 World initStep + 1 15.1 -95.2 1.61e+03 0.0352 0.00403 33.9 33.9 World eIoni + 2 14.4 -106 1.63e+03 0.0324 0.00285 28.1 61.9 World eIoni + 3 28.5 -110 1.65e+03 0.025 0.00739 24.3 86.2 World eIoni + 4 29.8 -115 1.63e+03 0.0222 0.00282 15.7 102 World eIoni + 5 27 -121 1.62e+03 0.0184 0.00379 12.9 115 World eIoni + 6 25.7 -127 1.62e+03 0.0152 0.00319 9.61 124 World eIoni + 7 27.2 -131 1.61e+03 0.0128 0.00235 7.23 132 World eIoni + 8 27.1 -133 1.61e+03 0.00981 0.00302 5.72 137 World eIoni + 9 27.8 -136 1.61e+03 0.00749 0.00232 4.08 141 World eIoni + 10 27.1 -139 1.61e+03 0.00649 0.000998 3.06 145 World eIoni + 11 28.4 -141 1.61e+03 0.00431 0.00218 2.68 147 World eIoni + 12 29.1 -142 1.61e+03 0 0.00431 1.91 149 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.5 -79.3 1.53e+03 0.0251 0 0 0 World initStep + 1 2.28 -89.5 1.54e+03 0.0228 0.00238 15.9 15.9 World eIoni + 2 10.8 -95.8 1.55e+03 0.0189 0.00383 13.5 29.3 World eIoni + 3 15.3 -104 1.55e+03 0.0163 0.00264 10.1 39.4 World eIoni + 4 17.5 -110 1.55e+03 0.0139 0.00237 8.02 47.4 World eIoni + 5 21.9 -113 1.55e+03 0.0114 0.0025 6.4 53.8 World eIoni + 6 25.4 -115 1.55e+03 0.0102 0.00119 4.92 58.7 World eIoni + 7 25.6 -115 1.55e+03 0.00917 0 0.132 58.9 World eIoni + 8 28.5 -117 1.55e+03 0.00659 0.00258 3.78 62.7 World eIoni + 9 30.3 -118 1.55e+03 0.00489 0.0017 2.71 65.4 World eIoni + 10 30.7 -118 1.55e+03 0.00141 0.00348 2.11 67.5 World eIoni + 11 30.6 -118 1.55e+03 0 0.00141 0.467 67.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.6 -115 1.55e+03 0.00106 0 0 0 World initStep + 1 25.6 -115 1.55e+03 0 0.00106 0.308 0.308 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.25 -79 1.51e+03 0.00115 0 0 0 World initStep + 1 7.12 -79 1.51e+03 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.74 -78.4 1.47e+03 0.00156 0 0 0 World initStep + 1 6.65 -78.2 1.47e+03 0 0.00156 0.546 0.546 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.69 -78.3 1.47e+03 0.00148 0 0 0 World initStep + 1 6.88 -78.4 1.47e+03 0 0.00148 0.501 0.501 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.88 -74.8 1.25e+03 0.00103 0 0 0 World initStep + 1 3.82 -74.8 1.25e+03 0 0.00103 0.293 0.293 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.55 -74.4 1.22e+03 0.00145 0 0 0 World initStep + 1 3.55 -74.3 1.22e+03 0 0.00145 0.485 0.485 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.02 -73.8 1.18e+03 0.00379 0 0 0 World initStep + 1 3.3 -73.8 1.18e+03 0.00175 0.000513 0.308 0.308 World eIoni + 2 3.39 -73.6 1.18e+03 0 0.00175 0.651 0.959 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.3 -73.8 1.18e+03 0.00152 0 0 0 World initStep + 1 3.49 -73.8 1.18e+03 0 0.00152 0.523 0.523 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.83 -73.5 1.16e+03 0.0024 0 0 0 World initStep + 1 2.58 -73.2 1.16e+03 0 0.0024 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.85 -72.4 1.08e+03 0.0018 0 0 0 World initStep + 1 1.59 -72.4 1.08e+03 0 0.0018 0.677 0.677 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.13 -71.6 1.03e+03 0.00156 0 0 0 World initStep + 1 1.05 -71.4 1.03e+03 0 0.00156 0.546 0.546 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.12 -71.6 1.03e+03 0.00129 0 0 0 World initStep + 1 1.28 -71.6 1.03e+03 0 0.00129 0.407 0.407 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.951 -71.4 1.01e+03 0.00147 0 0 0 World initStep + 1 0.835 -71.2 1.01e+03 0 0.00147 0.499 0.499 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.253 -70.5 954 0.00105 0 0 0 World initStep + 1 0.14 -70.5 954 0 0.00105 0.304 0.304 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.91 -67.9 770 0.00279 0 0 0 World initStep + 1 -2.15 -67.4 770 0 0.00279 1.29 1.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.94 -65.5 600 0.00736 0 0 0 World initStep + 1 -2.62 -63.8 601 0.0053 0.00206 3.01 3.01 World eIoni + 2 -1.64 -63.7 600 0.00252 0.00279 2.25 5.26 World eIoni + 3 -1.43 -64.1 600 0 0.00252 1.14 6.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.57 -64.8 551 0.00105 0 0 0 World initStep + 1 -4.68 -64.8 551 0 0.00105 0.304 0.304 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.99 -64.3 517 0.0025 0 0 0 World initStep + 1 -4.83 -64.7 517 0 0.0025 1.13 1.13 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.12 -64.1 506 0.00104 0 0 0 World initStep + 1 -5.23 -64.1 506 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.35 -63.8 487 0.00122 0 0 0 World initStep + 1 -5.47 -63.9 487 0 0.00122 0.375 0.375 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.79 -63.3 453 0.00458 0 0 0 World initStep + 1 -6.87 -63.9 453 0.00233 0.00225 2 2 World eIoni + 2 -7.15 -64 453 0 0.00233 1.02 3.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.83 -63.3 449 0.00175 0 0 0 World initStep + 1 -5.57 -63.3 449 0 0.00175 0.65 0.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.33 -62.7 410 0.0151 0 0 0 World initStep + 1 -10.2 -66.9 410 0.0129 0.00223 6.1 6.1 World msc + 2 -9.73 -70.3 406 0.0109 0.00197 5.76 11.9 World eIoni + 3 -8.34 -72.7 404 0.00815 0.0013 3.6 15.5 World eIoni + 4 -6.46 -73.5 403 0.00611 0.00205 3.33 18.8 World eIoni + 5 -5.47 -74.3 401 0.00459 0.00152 2.53 21.3 World eIoni + 6 -5.63 -74.8 400 0.00212 0.00247 2 23.3 World eIoni + 7 -5.7 -74.7 400 0 0.00212 0.878 24.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.34 -72.7 404 0.00147 0 0 0 World initStep + 1 -8.41 -72.9 404 0 0.00147 0.496 0.496 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.53 -62.5 393 0.00214 0 0 0 World initStep + 1 -6.17 -62.5 393 0 0.00214 0.889 0.889 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.22 -61.6 333 0.00223 0 0 0 World initStep + 1 -7.15 -62 333 0 0.00223 0.952 0.952 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.45 -61.3 314 0.00102 0 0 0 World initStep + 1 -7.53 -61.2 314 0 0.00102 0.289 0.289 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.01 -60.5 249 0.00254 0 0 0 World initStep + 1 -8.38 -60.2 249 0 0.00254 1.16 1.16 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.23 -60.1 217 0.00317 0 0 0 World initStep + 1 -8.56 -59.5 217 0 0.00317 1.47 1.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.23 -60.1 216 0.00219 0 0 0 World initStep + 1 -8.48 -59.8 216 0 0.00219 0.926 0.926 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.46 -59.7 177 0.00137 0 0 0 World initStep + 1 -8.36 -59.9 177 0 0.00137 0.449 0.449 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.5 -59.7 168 0.00176 0 0 0 World initStep + 1 -8.76 -59.7 168 0 0.00176 0.658 0.658 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.55 -59.6 156 0.00181 0 0 0 World initStep + 1 -8.4 -59.8 156 0 0.00181 0.684 0.684 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.84 -59.2 68.7 0.00166 0 0 0 World initStep + 1 -9.07 -59.2 68.7 0 0.00166 0.6 0.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.9 -59 43.3 0.00143 0 0 0 World initStep + 1 -8.9 -58.8 43.3 0 0.00143 0.477 0.477 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.93 -58.9 32.3 0.00522 0 0 0 World initStep + 1 -10.1 -58.2 32.7 0.00351 0.00172 2.22 2.22 World eIoni + 2 -10.4 -58.6 33.4 0 0.00351 1.61 3.84 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.17 -58.4 -88.8 0.00149 0 0 0 World initStep + 1 -8.97 -58.3 -88.8 0 0.00149 0.51 0.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.47 -57.5 -228 0.00149 0 0 0 World initStep + 1 -9.37 -57.4 -228 0 0.00149 0.508 0.508 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.56 -57.3 -265 0.00194 0 0 0 World initStep + 1 -9.8 -57.4 -265 0 0.00194 0.76 0.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.6 -57.1 -283 0.00102 0 0 0 World initStep + 1 -9.69 -57.1 -283 0 0.00102 0.291 0.291 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.64 -57 -298 0.00256 0 0 0 World initStep + 1 -9.27 -56.7 -298 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.81 -56.6 -361 0.044 0 0 0 World initStep + 1 21.9 -38 -349 0.0407 0.0033 41.3 41.3 World eIoni + 2 36.1 -10.8 -343 0.0367 0.00394 36 77.3 World eIoni + 3 35.9 -10 -343 0.0367 0 0.907 78.2 cloudPV CoupledTransportation + 4 35.9 -10 -343 0.0356 0.0011 0.00101 78.2 cloudPV msc + 5 35.9 -10 -343 0.0354 0.000227 0.00109 78.2 cloudPV msc + 6 35.9 -10 -343 0.0345 0.000935 0.00121 78.2 cloudPV msc + 7 35.9 -10 -343 0.0335 0.000955 0.00134 78.2 cloudPV msc + 8 35.9 -10 -343 0.0276 0.00596 0.00155 78.2 cloudPV msc + 9 35.9 -10 -343 0.0257 0.00185 0.00238 78.2 cloudPV msc + 10 35.9 -10 -343 0.025 0.000714 0.00193 78.2 cloudPV msc + 11 35.9 -10 -343 0.0218 0.00318 0.00217 78.2 cloudPV msc + 12 35.9 -10 -343 0.021 0.000836 0.00152 78.2 cloudPV msc + 13 35.9 -10 -343 0.0195 0.00145 0.00178 78.2 cloudPV msc + 14 35.9 -10 -343 0.0132 0.00629 0.00259 78.2 cloudPV msc + 15 35.9 -10 -343 0.0054 0.00783 0.00175 78.2 cloudPV msc + 16 35.9 -10 -343 0 0.0054 0.000879 78.2 cloudPV eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.96 -56.2 -419 0.00102 0 0 0 World initStep + 1 -9.98 -56.3 -419 0 0.00102 0.288 0.288 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.4 -55.4 -550 0.00173 0 0 0 World initStep + 1 -10.2 -55.2 -550 0 0.00173 0.639 0.639 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.5 -55.2 -582 0.00276 0 0 0 World initStep + 1 -10.6 -55.8 -582 0 0.00276 1.28 1.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.5 -55.2 -589 0.00151 0 0 0 World initStep + 1 -10.4 -55 -589 0 0.00151 0.518 0.518 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.7 -54.9 -632 0.00327 0 0 0 World initStep + 1 -10.5 -55.7 -631 0 0.00327 1.52 1.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.7 -54.9 -635 0.0166 0 0 0 World initStep + 1 -3.27 -53 -635 0.0141 0.00249 8.25 8.25 World eIoni + 2 0.602 -49 -637 0.0118 0.00227 6.52 14.8 World eIoni + 3 0.773 -47.2 -635 0.00883 0.00125 2.91 17.7 World eIoni + 4 3.08 -45.6 -635 0.00583 0.003 3.63 21.3 World eIoni + 5 2 -44.6 -634 0.00427 0.00156 2.44 23.7 World eIoni + 6 1.05 -44.4 -633 0.00335 0.000923 1.9 25.6 World eIoni + 7 1.05 -44.1 -632 0 0.00335 1.55 27.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.773 -47.2 -635 0.00176 0 0 0 World initStep + 1 0.869 -47.4 -635 0 0.00176 0.657 0.657 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.9 -54.3 -723 0.00355 0 0 0 World initStep + 1 -11.1 -53.5 -723 0.0022 0.00135 1.63 1.63 World eIoni + 2 -11.3 -53.5 -723 0 0.0022 0.933 2.56 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11 -54.1 -758 0.00239 0 0 0 World initStep + 1 -11.3 -53.8 -758 0.00137 0.00102 1.06 1.06 World eIoni + 2 -11.3 -53.8 -758 0 0.00137 0.446 1.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.1 -53.7 -811 0.00149 0 0 0 World initStep + 1 -11.1 -53.9 -811 0 0.00149 0.51 0.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.1 -53.6 -819 0.00254 0 0 0 World initStep + 1 -11.3 -54.1 -819 0 0.00254 1.16 1.16 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.1 -53.6 -823 0.00372 0 0 0 World initStep + 1 -10.2 -53.7 -823 0.00155 0.00218 1.7 1.7 World eIoni + 2 -10 -53.6 -823 0 0.00155 0.537 2.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.3 -53.2 -884 0.00102 0 0 0 World initStep + 1 -11.2 -53.3 -884 0 0.00102 0.292 0.292 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.3 -53.1 -898 0.00537 0 0 0 World initStep + 1 -12.3 -54.2 -897 0.00377 0.00159 2.27 2.27 World eIoni + 2 -12.2 -54.9 -897 0.00257 0.0012 1.72 3.99 World eIoni + 3 -11.7 -54.7 -897 0.00153 0.00104 1.17 5.16 World eIoni + 4 -11.6 -54.6 -897 0 0.00153 0.528 5.69 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.4 -52.9 -923 0.00716 0 0 0 World initStep + 1 -10.8 -52.7 -923 0.00543 0.000656 0.678 0.678 World eIoni + 2 -11.5 -53.3 -921 0.00361 0.00182 2.29 2.97 World eIoni + 3 -11.8 -53.1 -922 0.00145 0.00215 1.65 4.63 World eIoni + 4 -11.9 -53 -922 0 0.00145 0.489 5.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.8 -52.7 -923 0.00108 0 0 0 World initStep + 1 -10.7 -52.8 -922 0 0.00108 0.314 0.314 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.4 -52.7 -951 0.00119 0 0 0 World initStep + 1 -11.6 -52.6 -951 0 0.00119 0.362 0.362 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.5 -52.4 -995 0.00529 0 0 0 World initStep + 1 -10.6 -51.3 -995 0.0037 0.00159 2.25 2.25 World eIoni + 2 -11 -50.8 -994 0.0022 0.0015 1.69 3.93 World eIoni + 3 -11.1 -50.8 -994 0 0.0022 0.934 4.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.6 -52.1 -1.04e+03 0.001 0 0 0 World initStep + 1 -11.5 -52 -1.04e+03 0 0.001 0.284 0.284 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.7 -51.9 -1.07e+03 0.00488 0 0 0 World initStep + 1 -11.1 -53.1 -1.07e+03 0.0024 0.00248 2.1 2.1 World eIoni + 2 -11.2 -53.5 -1.07e+03 0 0.0024 1.07 3.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.7 -51.9 -1.07e+03 0.00946 0 0 0 World initStep + 1 -12.1 -52.3 -1.07e+03 0.00754 0.000621 0.714 0.714 World eIoni + 2 -14 -53.6 -1.07e+03 0.00521 0.00233 3.08 3.79 World eIoni + 3 -15.1 -53.2 -1.08e+03 0.00422 0.000988 2.22 6.01 World eIoni + 4 -14.8 -53.1 -1.08e+03 0.0016 0.00262 1.88 7.88 World eIoni + 5 -15 -53.2 -1.08e+03 0 0.0016 0.567 8.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.1 -52.3 -1.07e+03 0.0013 0 0 0 World initStep + 1 -12 -52.5 -1.07e+03 0 0.0013 0.414 0.414 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.7 -51.8 -1.08e+03 0.00103 0 0 0 World initStep + 1 -11.7 -51.9 -1.08e+03 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 -50.6 -1.41e+03 0.00153 0 0 0 World initStep + 1 -12.5 -50.8 -1.41e+03 0 0.00153 0.528 0.528 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 -50.6 -1.56e+03 0.00135 0 0 0 World initStep + 1 -13.1 -50.7 -1.56e+03 0 0.00135 0.44 0.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 -50.6 -1.7e+03 0.00239 0 0 0 World initStep + 1 -12.7 -50.5 -1.7e+03 0.00136 0.00103 1.06 1.06 World eIoni + 2 -12.9 -50.5 -1.7e+03 0 0.00136 0.442 1.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 -50.6 -1.71e+03 0.00153 0 0 0 World initStep + 1 -13 -50.5 -1.71e+03 0 0.00153 0.526 0.526 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 -50.6 -1.71e+03 0.0082 0 0 0 World initStep + 1 -12.1 -48.4 -1.71e+03 0.00696 0.00124 3.35 3.35 World eIoni + 2 -10.3 -46.7 -1.71e+03 0.00551 0.00145 2.85 6.21 World eIoni + 3 -9.51 -45.9 -1.71e+03 0.00349 0.00201 1.82 8.03 World msc + 4 -9.06 -45.9 -1.71e+03 0 0.00349 1.61 9.64 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 -50.6 -1.73e+03 0.00166 0 0 0 World initStep + 1 -13 -50.6 -1.73e+03 0 0.00166 0.599 0.599 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.3 -50.6 -1.78e+03 0.00503 0 0 0 World initStep + 1 -12.7 -49.4 -1.78e+03 0.00334 0.00169 2.16 2.16 World eIoni + 2 -12.4 -48.9 -1.78e+03 0.00124 0.0021 1.55 3.71 World eIoni + 3 -12.3 -49 -1.78e+03 0 0.00124 0.386 4.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 -50.6 -2.01e+03 0.00357 0 0 0 World initStep + 1 -13.5 -49.9 -2.01e+03 0.00164 0.00193 1.64 1.64 World eIoni + 2 -13.3 -49.9 -2.01e+03 0 0.00164 0.587 2.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 -50.3 -2.2e+03 0.00187 0 0 0 World initStep + 1 -12.8 -50.1 -2.2e+03 0 0.00187 0.723 0.723 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 -50.3 -2.2e+03 0.00446 0 0 0 World initStep + 1 -13.9 -50.3 -2.2e+03 0.00336 0.00109 1.96 1.96 World eIoni + 2 -14.4 -50.8 -2.2e+03 0 0.00336 1.56 3.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 -50.3 -2.22e+03 0.00119 0 0 0 World initStep + 1 -12.6 -50.4 -2.22e+03 0 0.00119 0.363 0.363 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 -50.3 -2.22e+03 0.00953 0 0 0 World initStep + 1 -11.6 -49.4 -2.22e+03 0.00773 0.0018 1.73 1.73 World msc + 2 -10.7 -49 -2.22e+03 0.00562 0.00211 1.22 2.95 World msc + 3 -9.84 -49.1 -2.22e+03 0.0028 0.000639 0.902 3.85 World eIoni + 4 -9.79 -48.6 -2.22e+03 0 0.0028 1.3 5.15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.84 -49.1 -2.22e+03 0.00218 0 0 0 World initStep + 1 -9.5 -49 -2.22e+03 0 0.00218 0.92 0.92 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 -50.1 -2.32e+03 0.00128 0 0 0 World initStep + 1 -12.6 -50.1 -2.32e+03 0 0.00128 0.406 0.406 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 -50 -2.4e+03 0.00188 0 0 0 World initStep + 1 -12.7 -50.3 -2.4e+03 0 0.00188 0.724 0.724 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 -50 -2.41e+03 0.00408 0 0 0 World initStep + 1 -11.7 -49.4 -2.41e+03 0.00177 0.00232 1.83 1.83 World eIoni + 2 -11.7 -49.3 -2.41e+03 0 0.00177 0.658 2.49 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 -49.9 -2.5e+03 0.00104 0 0 0 World initStep + 1 -12.7 -49.9 -2.5e+03 0 0.00104 0.3 0.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.8 -2.61e+03 50 0 0 0 World initStep + 1 51.6 -86.8 -2.59e+03 50 0.00394 22.3 22.3 World hIoni + 2 51.6 -86.8 -2.56e+03 50 0.00726 34.5 56.8 World hIoni + 3 51.6 -86.7 -2.48e+03 50 0.0138 73.6 130 World hIoni + 4 51.6 -86.7 -2.46e+03 50 0.00542 24.1 154 World hIoni + 5 51.6 -86.7 -2.41e+03 49.9 0.00588 49.6 204 World hIoni + 6 51.6 -86.7 -2.35e+03 49.9 0.0113 63.3 267 World hIoni + 7 51.6 -86.7 -2.34e+03 49.9 0.000256 3.84 271 World hIoni + 8 51.6 -86.7 -2.34e+03 49.9 0.000342 5.23 276 World hIoni + 9 51.6 -86.7 -2.32e+03 49.9 0.00304 19 295 World hIoni + 10 51.6 -86.7 -2.28e+03 49.9 0.00923 39.4 335 World hIoni + 11 51.6 -86.7 -2.28e+03 49.9 9.65e-05 1.73 337 World hIoni + 12 51.6 -86.8 -2.26e+03 49.9 0.00275 14.8 351 World hIoni + 13 51.7 -86.9 -2.16e+03 49.9 0.0179 99.4 451 World hIoni + 14 51.7 -86.9 -2.12e+03 49.9 0.0101 44.9 496 World hIoni + 15 51.7 -86.9 -2.11e+03 49.8 0.00109 4.2 500 World hIoni + 16 51.6 -86.9 -2.08e+03 49.8 0.00405 30.9 531 World hIoni + 17 51.6 -87 -2.07e+03 49.8 0.00287 15.1 546 World hIoni + 18 51.5 -87.1 -1.95e+03 49.8 0.0247 115 661 World hIoni + 19 51.4 -87.1 -1.91e+03 49.8 0.00729 42.2 703 World hIoni + 20 51.3 -87.1 -1.79e+03 49.7 0.0224 121 824 World hIoni + 21 51.3 -87.1 -1.77e+03 49.7 0.00294 15 839 World hIoni + 22 51.3 -87.1 -1.73e+03 49.7 0.0059 41.3 881 World hIoni + 23 51.3 -87.2 -1.72e+03 49.7 0.00285 14.7 895 World hIoni + 24 51.3 -87.2 -1.69e+03 49.7 0.00448 27.2 922 World hIoni + 25 51.3 -87.2 -1.58e+03 49.7 0.016 107 1.03e+03 World hIoni + 26 51.3 -87.4 -1.53e+03 49.7 0.00923 53.3 1.08e+03 World hIoni + 27 51.3 -87.4 -1.53e+03 49.7 0.000274 2.42 1.08e+03 World hIoni + 28 51.3 -87.4 -1.51e+03 49.7 0.00318 14.4 1.1e+03 World hIoni + 29 51.4 -88.4 -1.3e+03 49.6 0.0327 210 1.31e+03 World hIoni + 30 51.4 -88.6 -1.27e+03 49.6 0.00504 30.4 1.34e+03 World hIoni + 31 51.4 -88.9 -1.23e+03 49.6 0.00811 46.2 1.39e+03 World hIoni + 32 51.4 -89.2 -1.18e+03 49.6 0.00832 43.9 1.43e+03 World hIoni + 33 51.4 -89.3 -1.17e+03 49.6 0.00203 14.7 1.44e+03 World hIoni + 34 51.4 -89.6 -1.12e+03 49.6 0.0101 48.7 1.49e+03 World hIoni + 35 51.3 -89.8 -1.07e+03 49.6 0.00714 45.6 1.54e+03 World hIoni + 36 51.3 -90 -1.05e+03 49.6 0.00325 21 1.56e+03 World hIoni + 37 51.3 -90.2 -1.01e+03 49.6 0.00838 45.5 1.61e+03 World hIoni + 38 51.3 -90.2 -1e+03 49.6 0.00143 3.22 1.61e+03 World hIoni + 39 51.3 -90.4 -973 49.5 0.0066 30.1 1.64e+03 World hIoni + 40 51.3 -90.4 -969 49.5 0.00073 4.11 1.64e+03 World hIoni + 41 51.3 -90.9 -894 49.5 0.0164 74.8 1.72e+03 World hIoni + 42 51.3 -91.1 -854 49.5 0.00974 40.6 1.76e+03 World hIoni + 43 51.4 -91.5 -788 49.5 0.0123 65.8 1.82e+03 World hIoni + 44 51.4 -91.5 -785 49.5 0.000302 2.96 1.83e+03 World hIoni + 45 51.4 -91.7 -761 49.5 0.0059 24.1 1.85e+03 World hIoni + 46 51.4 -91.7 -758 49.5 0.000834 3.22 1.85e+03 World hIoni + 47 51.4 -91.8 -749 49.5 0.00175 8.41 1.86e+03 World hIoni + 48 51.4 -91.9 -727 49.5 0.00402 22.5 1.89e+03 World hIoni + 49 51.5 -92.8 -597 49.4 0.0255 130 2.02e+03 World hIoni + 50 51.5 -93.2 -554 49.4 0.00848 43 2.06e+03 World hIoni + 51 51.4 -93.6 -501 49.4 0.0108 52.8 2.11e+03 World hIoni + 52 51.2 -95.2 -276 49.4 0.0471 225 2.34e+03 World hIoni + 53 51.2 -95.3 -268 49.4 0.00151 8.01 2.34e+03 World hIoni + 54 51.2 -95.4 -262 49.4 0.000489 6.51 2.35e+03 World hIoni + 55 51.2 -95.5 -248 49.3 0.002 13.7 2.36e+03 World hIoni + 56 51.2 -96 -193 49.3 0.00946 55 2.42e+03 World hIoni + 57 51.2 -96.4 -145 49.3 0.00911 48.3 2.47e+03 World hIoni + 58 51.2 -96.4 -144 49.3 0 0.8 2.47e+03 World hIoni + 59 51.1 -97.3 -53.9 49.3 0.0166 90.1 2.56e+03 World hIoni + 60 51 -97.7 -6.28 49.3 0.00824 47.6 2.61e+03 World hIoni + 61 51 -98.1 36 49.3 0.00644 42.3 2.65e+03 World hIoni + 62 50.9 -98.6 85.2 49.3 0.00654 49.2 2.7e+03 World hIoni + 63 50.7 -99.5 169 49.3 0.0136 84.3 2.78e+03 World hIoni + 64 50.4 -102 476 49.2 0.0572 307 3.09e+03 World hIoni + 65 50.3 -103 495 49.2 0.00283 19.3 3.11e+03 World hIoni + 66 50.2 -104 633 49.2 0.027 138 3.25e+03 World hIoni + 67 50.1 -105 776 49.1 0.0298 143 3.39e+03 World hIoni + 68 50.1 -106 783 49.1 0.00157 7.24 3.4e+03 World hIoni + 69 50 -107 899 49.1 0.0195 116 3.51e+03 World hIoni + 70 50 -107 937 49.1 0.00518 37.8 3.55e+03 World hIoni + 71 50 -107 1e+03 49.1 0.0132 66.7 3.62e+03 World hIoni + 72 50 -108 1.02e+03 49.1 0.00358 15.7 3.63e+03 World hIoni + 73 50 -108 1.04e+03 49.1 0.00377 25.6 3.66e+03 World hIoni + 74 50 -109 1.15e+03 49 0.0159 100 3.76e+03 World hIoni + 75 50 -109 1.16e+03 49 0.00281 12.1 3.77e+03 World hIoni + 76 50 -109 1.25e+03 49 0.0116 87.7 3.86e+03 World hIoni + 77 50 -109 1.25e+03 49 0.00212 8.53 3.87e+03 World hIoni + 78 50 -109 1.27e+03 49 0.00276 12.5 3.88e+03 World hIoni + 79 50 -110 1.28e+03 49 0.00372 15.1 3.89e+03 World hIoni + 80 50 -110 1.32e+03 49 0.00832 41.5 3.94e+03 World hIoni + 81 49.9 -111 1.42e+03 49 0.0166 93.2 4.03e+03 World hIoni + 82 50 -111 1.43e+03 49 0.00281 18.5 4.05e+03 World hIoni + 83 49.9 -111 1.53e+03 49 0.0187 93.1 4.14e+03 World hIoni + 84 49.9 -111 1.54e+03 49 0.00186 9.42 4.15e+03 World hIoni + 85 49.9 -112 1.56e+03 48.9 0.00439 24.9 4.17e+03 World hIoni + 86 49.9 -114 1.83e+03 48.9 0.0519 267 4.44e+03 World hIoni + 87 49.7 -115 2.02e+03 48.9 0.0349 187 4.63e+03 World hIoni + 88 49.6 -116 2.26e+03 48.8 0.0457 245 4.87e+03 World hIoni + 89 49.4 -118 2.47e+03 48.8 0.0383 207 5.08e+03 World hIoni + 90 49.3 -118 2.57e+03 48.7 0.0188 101 5.18e+03 World hIoni + 91 49.3 -118 2.6e+03 48.7 0.00623 30.7 5.21e+03 detectorPV CoupledTransportation + 92 49.3 -118 2.6e+03 42.5 6.21 2.24 5.21e+03 detectorPV hIoni + 93 49.3 -118 2.6e+03 37.3 5.19 1.79 5.22e+03 detectorPV hIoni + 94 49.3 -119 2.61e+03 32.3 5.09 1.46 5.22e+03 detectorPV hIoni + 95 49.4 -119 2.61e+03 27.6 4.64 1.16 5.22e+03 detectorPV hIoni + 96 49.4 -119 2.61e+03 23.8 3.84 0.917 5.22e+03 detectorPV hIoni + 97 49.5 -119 2.61e+03 20.2 3.59 0.74 5.22e+03 detectorPV hIoni + 98 49.5 -119 2.61e+03 17.1 3.12 0.593 5.22e+03 detectorPV hIoni + 99 49.5 -119 2.61e+03 14.1 3 0.479 5.22e+03 detectorPV hIoni + 100 49.5 -119 2.61e+03 11.1 3 0.383 5.22e+03 detectorPV hIoni + 101 49.5 -119 2.61e+03 8.28 2.77 0.3 5.22e+03 detectorPV hIoni + 102 49.5 -119 2.61e+03 5.45 2.84 0.234 5.22e+03 detectorPV hIoni + 103 49.5 -119 2.61e+03 2.27 3.18 0.168 5.22e+03 detectorPV hIoni + 104 49.5 -119 2.61e+03 0.0441 2.23 0.0521 5.22e+03 detectorPV hIoni + 105 49.5 -119 2.61e+03 0 0.0441 0.000551 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.3 -118 2.57e+03 0.00279 0 0 0 World initStep + 1 48.8 -118 2.57e+03 0 0.00279 1.3 1.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.4 -118 2.47e+03 0.00362 0 0 0 World initStep + 1 48.8 -117 2.47e+03 0.00265 0.000973 1.66 1.66 World eIoni + 2 49.1 -117 2.47e+03 0 0.00265 1.22 2.88 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.6 -116 2.26e+03 0.0029 0 0 0 World initStep + 1 49 -116 2.26e+03 0 0.0029 1.35 1.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.7 -115 2.02e+03 0.00127 0 0 0 World initStep + 1 49.9 -115 2.02e+03 0 0.00127 0.401 0.401 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.9 -114 1.83e+03 0.00207 0 0 0 World initStep + 1 49.6 -114 1.83e+03 0 0.00207 0.842 0.842 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.9 -112 1.56e+03 0.0011 0 0 0 World initStep + 1 49.8 -112 1.56e+03 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.9 -111 1.54e+03 0.0012 0 0 0 World initStep + 1 49.8 -112 1.54e+03 0 0.0012 0.369 0.369 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.9 -111 1.53e+03 0.00102 0 0 0 World initStep + 1 49.8 -111 1.53e+03 0 0.00102 0.29 0.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -111 1.43e+03 0.00233 0 0 0 World initStep + 1 50.2 -110 1.43e+03 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.9 -111 1.42e+03 0.00115 0 0 0 World initStep + 1 49.8 -110 1.42e+03 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -110 1.32e+03 0.00222 0 0 0 World initStep + 1 49.6 -110 1.32e+03 0 0.00222 0.817 0.817 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -110 1.28e+03 0.00225 0 0 0 World initStep + 1 49.6 -109 1.28e+03 0 0.00225 0.963 0.963 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -109 1.27e+03 0.00379 0 0 0 World initStep + 1 50.9 -110 1.27e+03 0.00249 0.0013 1.72 1.72 World eIoni + 2 50.8 -110 1.27e+03 0 0.00249 1.13 2.85 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -109 1.25e+03 0.00111 0 0 0 World initStep + 1 50.1 -109 1.25e+03 0 0.00111 0.326 0.326 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -109 1.25e+03 0.0016 0 0 0 World initStep + 1 50.1 -109 1.25e+03 0 0.0016 0.568 0.568 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -109 1.16e+03 0.00218 0 0 0 World initStep + 1 49.9 -109 1.16e+03 0 0.00218 0.922 0.922 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -109 1.15e+03 0.00172 0 0 0 World initStep + 1 50.2 -108 1.15e+03 0 0.00172 0.635 0.635 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -108 1.04e+03 0.00209 0 0 0 World initStep + 1 50.3 -108 1.04e+03 0 0.00209 0.859 0.859 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -108 1.02e+03 0.00912 0 0 0 World initStep + 1 48.4 -105 1.02e+03 0.00691 0.00221 3.76 3.76 World eIoni + 2 47.9 -104 1.02e+03 0.00423 0.00268 2.83 6.59 World eIoni + 3 48.2 -103 1.02e+03 0.00272 0.000451 1.02 7.61 World eIoni + 4 48.6 -104 1.02e+03 0 0.00272 1.26 8.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 73 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.2 -103 1.02e+03 0.00105 0 0 0 World initStep + 1 48.3 -103 1.02e+03 0 0.00105 0.304 0.304 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -107 1e+03 0.00292 0 0 0 World initStep + 1 49.7 -108 1e+03 0.0012 0.00172 1.36 1.36 World eIoni + 2 49.6 -108 1e+03 0 0.0012 0.366 1.72 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -107 937 0.00259 0 0 0 World initStep + 1 50.1 -107 937 0 0.00259 0.197 0.197 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 -107 899 0.0019 0 0 0 World initStep + 1 50.3 -107 899 0 0.0019 0.74 0.74 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.1 -106 783 0.00124 0 0 0 World initStep + 1 50.2 -105 783 0 0.00124 0.384 0.384 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.1 -105 776 0.00208 0 0 0 World initStep + 1 50.2 -105 776 0 0.00208 0.853 0.853 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.2 -104 633 0.00153 0 0 0 World initStep + 1 50.3 -104 633 0 0.00153 0.527 0.527 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.3 -103 495 0.00111 0 0 0 World initStep + 1 50.2 -103 495 0 0.00111 0.329 0.329 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.4 -102 476 0.00112 0 0 0 World initStep + 1 50.4 -102 476 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.7 -99.5 169 0.00273 0 0 0 World initStep + 1 50.1 -99.4 170 0 0.00273 1.26 1.26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 -98.6 85.2 0.00691 0 0 0 World initStep + 1 51.4 -96.7 85.8 0.00483 0.00208 2.83 2.83 World eIoni + 2 51.3 -95.8 86.7 0.00322 0.00161 2.09 4.92 World eIoni + 3 51.9 -96.2 86.8 0 0.00322 1.5 6.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51 -98.1 36 0.00525 0 0 0 World initStep + 1 52.3 -97.5 36.3 0.00292 0.00233 2.23 2.23 World eIoni + 2 52.7 -97.9 36.5 0 0.00292 1.36 3.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51 -97.7 -6.28 0.00161 0 0 0 World initStep + 1 51.2 -97.6 -6.25 0 0.00161 0.573 0.573 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.1 -97.3 -53.9 0.00352 0 0 0 World initStep + 1 50.7 -96.6 -53.8 0.00175 0.00177 1.62 1.62 World eIoni + 2 50.6 -96.5 -53.9 0 0.00175 0.648 2.27 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -96.4 -144 0.00109 0 0 0 World initStep + 1 51.2 -96.6 -144 0 0.00109 0.321 0.321 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -96.4 -145 0.00156 0 0 0 World initStep + 1 51 -96.5 -145 0 0.00156 0.542 0.542 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -96 -193 0.00476 0 0 0 World initStep + 1 50.2 -95.2 -193 0.00319 0.00157 2.06 2.06 World eIoni + 2 49.7 -95.7 -193 0 0.00319 1.48 3.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -95.5 -248 0.013 0 0 0 World initStep + 1 52.8 -99.8 -248 0.00883 0.00413 4.95 4.95 World msc + 2 53 -102 -249 0.00633 0.0025 3.63 8.58 World eIoni + 3 52.5 -103 -251 0.00448 0.00185 2.61 11.2 World eIoni + 4 52.8 -103 -249 0.00274 0.00174 1.97 13.2 World eIoni + 5 53.1 -103 -250 0 0.00274 1.27 14.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -95.4 -262 0.00222 0 0 0 World initStep + 1 51.6 -95.3 -262 0 0.00222 0.947 0.947 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -95.3 -268 0.00206 0 0 0 World initStep + 1 51.1 -95 -268 0 0.00206 0.84 0.84 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 -95.2 -276 0.00203 0 0 0 World initStep + 1 51 -95 -276 0 0.00203 0.822 0.822 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -93.6 -501 0.00146 0 0 0 World initStep + 1 51.4 -93.7 -501 0 0.00146 0.491 0.491 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.5 -93.2 -554 0.00245 0 0 0 World initStep + 1 51.8 -92.9 -554 0 0.00245 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.5 -92.8 -597 0.00134 0 0 0 World initStep + 1 51.7 -92.8 -597 0 0.00134 0.431 0.431 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -91.9 -727 0.00187 0 0 0 World initStep + 1 51.7 -91.8 -727 0 0.00187 0.722 0.722 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -91.8 -749 0.00217 0 0 0 World initStep + 1 51.2 -92 -749 0 0.00217 0.911 0.911 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -91.7 -758 0.00173 0 0 0 World initStep + 1 51.3 -91.5 -758 0 0.00173 0.639 0.639 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -91.7 -761 0.00824 0 0 0 World initStep + 1 53.2 -93.4 -760 0.00545 0.00279 3.37 3.37 World eIoni + 2 54.5 -94.2 -760 0.0031 0.00235 2.3 5.67 World eIoni + 3 54.9 -94.3 -761 0.00104 0.00206 1.44 7.12 World eIoni + 4 54.8 -94.3 -761 0 0.00104 0.3 7.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -91.5 -785 0.00684 0 0 0 World initStep + 1 50.4 -89.8 -785 0.00461 0.00223 2.81 2.81 World eIoni + 2 50.4 -88.6 -785 0.00284 0.00177 2.01 4.82 World eIoni + 3 50.4 -88.2 -784 0 0.00284 1.32 6.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -91.5 -788 0.0013 0 0 0 World initStep + 1 51.2 -91.4 -788 0 0.0013 0.412 0.412 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -91.1 -854 0.00132 0 0 0 World initStep + 1 51.3 -91.3 -854 0 0.00132 0.425 0.425 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -90.9 -894 0.0024 0 0 0 World initStep + 1 51.2 -90.4 -894 0 0.0024 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -90.4 -969 0.0011 0 0 0 World initStep + 1 51.2 -90.5 -969 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -90.4 -973 0.00149 0 0 0 World initStep + 1 51.1 -90.5 -973 0 0.00149 0.507 0.507 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -90.2 -1e+03 0.0059 0 0 0 World initStep + 1 51.1 -91.9 -1e+03 0.00482 0.00108 2.46 2.46 World eIoni + 2 51.7 -92.1 -1e+03 0.00266 0.00216 2.08 4.54 World eIoni + 3 51.9 -92.5 -1e+03 0 0.00266 1.22 5.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -90.2 -1.01e+03 0.00229 0 0 0 World initStep + 1 51.1 -89.9 -1.01e+03 0 0.00229 0.994 0.994 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -90 -1.05e+03 0.00445 0 0 0 World initStep + 1 51.1 -90.7 -1.05e+03 0.00296 0.000379 1.08 1.08 World eIoni + 2 50.9 -91.3 -1.05e+03 0.00142 0.00154 1.38 2.46 World eIoni + 3 50.8 -91.4 -1.05e+03 0 0.00142 0.472 2.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 37 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.1 -90.7 -1.05e+03 0.00111 0 0 0 World initStep + 1 51.2 -90.8 -1.05e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -89.8 -1.07e+03 0.00107 0 0 0 World initStep + 1 51.4 -89.8 -1.07e+03 0 0.00107 0.309 0.309 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -89.6 -1.12e+03 0.00133 0 0 0 World initStep + 1 51.5 -89.6 -1.12e+03 0 0.00133 0.426 0.426 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -89.3 -1.17e+03 0.00273 0 0 0 World initStep + 1 51.8 -88.9 -1.17e+03 0 0.00273 1.26 1.26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -89.2 -1.18e+03 0.00428 0 0 0 World initStep + 1 51.5 -89.6 -1.18e+03 0.00299 2.73e-05 0.488 0.488 World eIoni + 2 51.2 -90.2 -1.18e+03 0 0.00299 1.39 1.88 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.5 -89.6 -1.18e+03 0.00126 0 0 0 World initStep + 1 51.6 -89.7 -1.18e+03 0 0.00126 0.396 0.396 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -88.9 -1.23e+03 0.00263 0 0 0 World initStep + 1 51.4 -88.4 -1.23e+03 0.00113 0.0015 1.21 1.21 World eIoni + 2 51.4 -88.5 -1.23e+03 0 0.00113 0.338 1.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -88.6 -1.27e+03 0.00104 0 0 0 World initStep + 1 51.5 -88.7 -1.27e+03 0 0.00104 0.298 0.298 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -88.4 -1.3e+03 0.00211 0 0 0 World initStep + 1 51.3 -88.8 -1.3e+03 0 0.00211 0.871 0.871 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.4 -1.51e+03 0.00116 0 0 0 World initStep + 1 51.4 -87.4 -1.51e+03 0 0.00116 0.348 0.348 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.4 -1.53e+03 0.00165 0 0 0 World initStep + 1 51.3 -87.1 -1.53e+03 0 0.00165 0.594 0.594 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.4 -1.53e+03 0.00159 0 0 0 World initStep + 1 51.5 -87.3 -1.53e+03 0 0.00159 0.56 0.56 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.2 -1.58e+03 0.00117 0 0 0 World initStep + 1 51.3 -87.4 -1.58e+03 0 0.00117 0.354 0.354 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.2 -1.69e+03 0.0017 0 0 0 World initStep + 1 51.2 -86.9 -1.69e+03 0 0.0017 0.621 0.621 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.2 -1.72e+03 0.00535 0 0 0 World initStep + 1 52.3 -88.2 -1.72e+03 0.00367 0.00168 2.27 2.27 World eIoni + 2 53 -88.7 -1.72e+03 0.00152 0.00215 1.68 3.94 World eIoni + 3 52.8 -88.7 -1.72e+03 0 0.00152 0.522 4.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.1 -1.73e+03 0.00135 0 0 0 World initStep + 1 51.2 -87 -1.73e+03 0 0.00135 0.438 0.438 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.1 -1.77e+03 0.0045 0 0 0 World initStep + 1 50.1 -87.2 -1.77e+03 0.00224 0.00227 1.98 1.98 World eIoni + 2 50.1 -86.9 -1.77e+03 0 0.00224 0.958 2.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.3 -87.1 -1.79e+03 0.00438 0 0 0 World initStep + 1 50.8 -87.1 -1.79e+03 0.00235 0.000343 0.551 0.551 World eIoni + 2 50.9 -86.7 -1.79e+03 0 0.00235 1.04 1.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 21 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.8 -87.1 -1.79e+03 0.00169 0 0 0 World initStep + 1 50.6 -87.1 -1.79e+03 0 0.00169 0.613 0.613 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.4 -87.1 -1.91e+03 0.0198 0 0 0 World initStep + 1 42.1 -90.8 -1.91e+03 0.0172 0.00254 10.8 10.8 World eIoni + 2 34.4 -92.6 -1.91e+03 0.0151 0.00208 8.71 19.5 World eIoni + 3 34.3 -92.4 -1.91e+03 0.0133 9.47e-05 0.298 19.8 World eIoni + 4 30.9 -88.4 -1.91e+03 0.0121 0.00123 6.02 25.8 World eIoni + 5 27.4 -86.1 -1.9e+03 0.00972 0.00238 5.29 31.1 World eIoni + 6 27 -85.8 -1.9e+03 0.00552 0.00105 0.863 31.9 World eIoni + 7 27.3 -84.5 -1.9e+03 0.0047 0.000821 2.32 34.3 World eIoni + 8 27.8 -84.6 -1.9e+03 0.0031 0.00159 2.04 36.3 World eIoni + 9 28 -84.1 -1.9e+03 0.0013 0.0018 1.44 37.8 World eIoni + 10 28.1 -84.1 -1.9e+03 0 0.0013 0.413 38.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27 -85.8 -1.9e+03 0.00315 0 0 0 World initStep + 1 26.4 -85.9 -1.9e+03 0 0.00315 1.47 1.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34.3 -92.4 -1.91e+03 0.00172 0 0 0 World initStep + 1 34.2 -92.3 -1.91e+03 0 0.00172 0.63 0.63 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.5 -87.1 -1.95e+03 0.0234 0 0 0 World initStep + 1 56.3 -98 -1.95e+03 0.0209 0.00249 14.1 14.1 World eIoni + 2 56.4 -107 -1.94e+03 0.0187 0.0022 11.7 25.8 World eIoni + 3 61.1 -113 -1.93e+03 0.0159 0.00279 9.85 35.7 World eIoni + 4 65.5 -116 -1.93e+03 0.0141 0.00181 7.72 43.4 World eIoni + 5 71.1 -115 -1.93e+03 0.0121 0.002 6.49 49.9 World eIoni + 6 74.6 -113 -1.93e+03 0.0106 0.00144 5.28 55.1 World eIoni + 7 75.7 -109 -1.93e+03 0.00892 0.00171 4.49 59.6 World eIoni + 8 75.7 -106 -1.93e+03 0.00727 0.00165 3.67 63.3 World eIoni + 9 77.3 -105 -1.93e+03 0.00599 0.00128 2.97 66.3 World eIoni + 10 77.2 -106 -1.93e+03 0.00303 0.00296 2.49 68.8 World eIoni + 11 76.9 -107 -1.93e+03 0.00107 0.00196 1.41 70.2 World eIoni + 12 77 -107 -1.93e+03 0 0.00107 0.31 70.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -87 -2.07e+03 0.00116 0 0 0 World initStep + 1 51.6 -86.8 -2.07e+03 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.9 -2.08e+03 0.00286 0 0 0 World initStep + 1 51.8 -87.5 -2.08e+03 0 0.00286 1.33 1.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.7 -86.9 -2.11e+03 0.0194 0 0 0 World initStep + 1 54.5 -92.6 -2.11e+03 0.0166 0.00282 10.5 10.5 World eIoni + 2 58.8 -94.2 -2.1e+03 0.013 0.00359 8.25 18.7 World eIoni + 3 64.1 -93.9 -2.1e+03 0.0112 0.0018 5.84 24.6 World eIoni + 4 66.4 -91.5 -2.1e+03 0.00976 0.00146 4.81 29.4 World eIoni + 5 69 -89.7 -2.09e+03 0.00868 0.00108 4.06 33.4 World eIoni + 6 71.6 -88.8 -2.09e+03 0.00613 0.00255 3.56 37 World eIoni + 7 72.7 -87.8 -2.1e+03 0.00398 0.00215 2.54 39.6 World eIoni + 8 72.5 -88.2 -2.1e+03 0 0.00398 1.79 41.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.7 -86.9 -2.12e+03 0.00234 0 0 0 World initStep + 1 51.5 -86.5 -2.12e+03 0 0.00234 1.03 1.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.7 -86.9 -2.16e+03 0.00272 0 0 0 World initStep + 1 52.2 -86.9 -2.16e+03 0 0.00272 1.26 1.26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.8 -2.26e+03 0.00213 0 0 0 World initStep + 1 51.9 -86.6 -2.26e+03 0 0.00213 0.885 0.885 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.28e+03 0.0047 0 0 0 World initStep + 1 50.5 -87.4 -2.28e+03 0.00299 0.00171 2.04 2.04 World eIoni + 2 50 -87.8 -2.28e+03 0.00101 0.00197 1.39 3.43 World eIoni + 3 50.1 -87.8 -2.28e+03 0 0.00101 0.288 3.72 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.28e+03 0.00179 0 0 0 World initStep + 1 51.5 -86.5 -2.28e+03 0 0.00179 0.674 0.674 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.32e+03 0.00125 0 0 0 World initStep + 1 51.5 -86.7 -2.32e+03 0 0.00125 0.391 0.391 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.34e+03 0.00107 0 0 0 World initStep + 1 51.6 -86.8 -2.34e+03 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.34e+03 0.00111 0 0 0 World initStep + 1 51.7 -86.7 -2.34e+03 0 0.00111 0.33 0.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.35e+03 0.00146 0 0 0 World initStep + 1 51.7 -86.9 -2.35e+03 0 0.00146 0.492 0.492 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.41e+03 0.0144 0 0 0 World initStep + 1 55.5 -81.9 -2.41e+03 0.0134 0.000988 6.72 6.72 World eIoni + 2 59.1 -84.6 -2.4e+03 0.0117 0.00175 6.08 12.8 World eIoni + 3 59.9 -87.3 -2.4e+03 0.00924 0.00243 5.05 17.9 World eIoni + 4 62.3 -87.5 -2.4e+03 0.008 0.00125 3.82 21.7 World eIoni + 5 64.6 -86.6 -2.4e+03 0.0068 0.00119 3.27 24.9 World eIoni + 6 64.3 -86.8 -2.41e+03 0.00582 0.000983 2.79 27.7 World eIoni + 7 65.1 -87.2 -2.41e+03 0.0048 0.00102 2.43 30.2 World eIoni + 8 65.4 -87.4 -2.41e+03 0.00294 0.00187 2.08 32.2 World eIoni + 9 65.6 -86.9 -2.41e+03 0 0.00294 1.37 33.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.46e+03 0.00386 0 0 0 World initStep + 1 50.9 -87.4 -2.46e+03 0.00116 0.0027 1.75 1.75 World eIoni + 2 50.8 -87.3 -2.46e+03 0 0.00116 0.349 2.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.7 -2.48e+03 0.00103 0 0 0 World initStep + 1 51.7 -86.7 -2.48e+03 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.8 -2.56e+03 0.00178 0 0 0 World initStep + 1 51.3 -86.8 -2.56e+03 0 0.00178 0.668 0.668 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 -86.8 -2.59e+03 0.00185 0 0 0 World initStep + 1 51.5 -87.1 -2.59e+03 0 0.00185 0.71 0.71 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.3 -2.61e+03 50 0 0 0 World initStep + 1 50.5 66.3 -2.6e+03 50 0.00403 17.3 17.3 World hIoni + 2 50.5 66.3 -2.56e+03 50 0.00739 33.2 50.5 World hIoni + 3 50.5 66.3 -2.53e+03 50 0.00267 27.3 77.8 World hIoni + 4 50.5 66.4 -2.5e+03 50 0.00468 38.5 116 World hIoni + 5 50.5 66.4 -2.49e+03 49.9 0.000637 4.2 120 World hIoni + 6 50.5 66.4 -2.46e+03 49.9 0.00634 34.6 155 World hIoni + 7 50.5 66.4 -2.46e+03 49.9 0.00036 2.24 157 World hIoni + 8 50.5 66.4 -2.44e+03 49.9 0.00337 14.8 172 World hIoni + 9 50.5 66.4 -2.44e+03 49.9 0.00102 2.3 174 World hIoni + 10 50.6 66.5 -2.35e+03 49.9 0.0156 92.9 267 World hIoni + 11 50.9 66.8 -2.22e+03 49.8 0.0222 128 396 World hIoni + 12 50.9 66.8 -2.21e+03 49.8 0.000571 5.52 401 World hIoni + 13 50.9 66.8 -2.21e+03 49.8 0.000204 1.27 403 World hIoni + 14 51.2 66.9 -2.15e+03 49.8 0.0124 59.6 462 World hIoni + 15 51.6 67.2 -2.06e+03 49.8 0.0175 93.8 556 World hIoni + 16 51.6 67.2 -2.05e+03 49.8 0.00125 10.5 567 World hIoni + 17 51.7 67.2 -2.04e+03 49.8 0.000763 6.06 573 World hIoni + 18 52 67.3 -1.97e+03 49.8 0.0122 68.3 641 World hIoni + 19 52.1 67.4 -1.95e+03 49.8 0.00433 22.6 663 World hIoni + 20 52.3 67.4 -1.91e+03 49.7 0.00619 36.3 700 World hIoni + 21 52.4 67.5 -1.89e+03 49.7 0.00245 24 724 World hIoni + 22 52.6 67.5 -1.86e+03 49.7 0.00354 25.1 749 World hIoni + 23 53.3 67.8 -1.75e+03 49.7 0.0191 116 865 World hIoni + 24 54 68 -1.66e+03 49.7 0.0139 86.5 952 World hIoni + 25 54.2 68.1 -1.63e+03 49.7 0.00396 27.4 979 World hIoni + 26 54.6 68.2 -1.58e+03 49.7 0.00859 53.5 1.03e+03 World hIoni + 27 54.7 68.2 -1.57e+03 49.6 0.00219 12.1 1.04e+03 World hIoni + 28 54.8 68.2 -1.55e+03 49.6 0.00314 15.6 1.06e+03 World hIoni + 29 55.2 68.3 -1.5e+03 49.6 0.0113 54 1.11e+03 World hIoni + 30 55.3 68.3 -1.49e+03 49.6 0.000387 4.77 1.12e+03 World hIoni + 31 55.4 68.4 -1.48e+03 49.6 0.00368 15.5 1.13e+03 World hIoni + 32 55.8 68.4 -1.42e+03 49.6 0.0105 61.5 1.2e+03 World hIoni + 33 56.1 68.5 -1.38e+03 49.6 0.00656 36.7 1.23e+03 World hIoni + 34 56.2 68.5 -1.37e+03 49.6 0.0012 10.5 1.24e+03 World hIoni + 35 56.4 68.6 -1.35e+03 49.6 0.0037 19.1 1.26e+03 World hIoni + 36 56.7 68.7 -1.32e+03 49.6 0.00748 34.7 1.3e+03 World hIoni + 37 56.9 68.7 -1.29e+03 49.6 0.00447 26.8 1.32e+03 World hIoni + 38 57.1 68.7 -1.28e+03 49.6 0.00215 11.9 1.34e+03 World hIoni + 39 57.2 68.7 -1.27e+03 49.5 0.00414 10.9 1.35e+03 World hIoni + 40 57.5 68.8 -1.23e+03 49.5 0.00758 32.8 1.38e+03 World hIoni + 41 58.3 69.1 -1.15e+03 49.5 0.0139 86.6 1.47e+03 World hIoni + 42 58.9 69.2 -1.08e+03 49.4 0.0146 65.5 1.53e+03 World hIoni + 43 59.7 69.3 -1.01e+03 49.4 0.0108 69.7 1.6e+03 World hIoni + 44 60.7 69.5 -932 49.3 0.0132 79.4 1.68e+03 World hIoni + 45 60.8 69.5 -923 49.3 0.00106 9.52 1.69e+03 World hIoni + 46 61.3 69.5 -888 49.3 0.00529 34.6 1.72e+03 World hIoni + 47 61.8 69.6 -843 49.3 0.00927 45.3 1.77e+03 World hIoni + 48 61.9 69.6 -836 49.3 0.000986 6.73 1.78e+03 World hIoni + 49 62 69.6 -829 49.3 0.000467 6.52 1.78e+03 World hIoni + 50 62.2 69.7 -810 49.3 0.00247 19.8 1.8e+03 World hIoni + 51 62.6 69.7 -776 49.3 0.00922 33.4 1.84e+03 World hIoni + 52 63.3 69.9 -720 49.3 0.0124 55.7 1.89e+03 World hIoni + 53 63.7 69.9 -693 49.3 0.007 27 1.92e+03 World hIoni + 54 64.5 70.1 -629 49.3 0.0112 64.9 1.98e+03 World hIoni + 55 65.1 70.2 -578 49.3 0.0109 50.6 2.03e+03 World hIoni + 56 65.4 70.3 -553 49.2 0.00533 25.4 2.06e+03 World hIoni + 57 65.8 70.4 -515 49.2 0.00626 37.2 2.1e+03 World hIoni + 58 67.1 70.9 -399 49.2 0.0176 116 2.21e+03 World hIoni + 59 67.2 70.9 -386 49.2 0.00217 12.7 2.23e+03 World hIoni + 60 67.4 71 -370 49.2 0.00317 16.6 2.24e+03 World hIoni + 61 67.6 71 -348 49.2 0.0041 22.3 2.26e+03 World hIoni + 62 68.3 71.3 -289 49.2 0.0109 59 2.32e+03 World hIoni + 63 69.2 71.6 -207 49.1 0.0142 81.8 2.41e+03 World hIoni + 64 69.6 71.7 -172 49.1 0.00611 34.5 2.44e+03 World hIoni + 65 69.8 71.8 -148 49.1 0.00752 24.5 2.46e+03 World hIoni + 66 70.3 71.9 -111 49.1 0.00874 37.2 2.5e+03 World hIoni + 67 70.3 71.9 -106 49.1 0.000205 4.55 2.51e+03 World hIoni + 68 71 72.1 -46.7 49.1 0.0107 59.6 2.57e+03 World hIoni + 69 71.3 72.1 -17.2 49.1 0.00603 29.4 2.6e+03 World hIoni + 70 71.5 72.2 0.96 49.1 0.00465 18.2 2.61e+03 World hIoni + 71 71.7 72.2 16 49.1 0.00147 15.1 2.63e+03 World hIoni + 72 72.1 72.3 52.1 49.1 0.00719 36 2.66e+03 World hIoni + 73 72.5 72.3 90.2 49.1 0.0112 38.1 2.7e+03 World hIoni + 74 72.9 72.4 127 49.1 0.00742 37.2 2.74e+03 World hIoni + 75 74 72.5 233 49 0.0134 106 2.85e+03 World hIoni + 76 75.2 72.5 340 49 0.023 107 2.95e+03 World hIoni + 77 75.4 72.5 352 49 0.00245 11.5 2.96e+03 World hIoni + 78 75.4 72.5 353 49 0.000225 0.761 2.97e+03 World hIoni + 79 75.4 72.5 354 49 0.000334 1.43 2.97e+03 cloudPV CoupledTransportation + 80 75.4 72.5 356 47.1 1.88 1.6 2.97e+03 World CoupledTransportation + 81 76.8 72 423 47.1 0.01 67.4 3.04e+03 World hIoni + 82 77.3 71.8 449 47.1 0.00542 25.9 3.06e+03 World hIoni + 83 79.7 70.7 570 47.1 0.0238 121 3.18e+03 World hIoni + 84 82.7 69.6 725 47 0.0273 155 3.34e+03 World hIoni + 85 84.3 68.9 837 47 0.0189 112 3.45e+03 World hIoni + 86 86 68.3 954 47 0.0217 118 3.57e+03 World hIoni + 87 87 68 1.02e+03 47 0.0129 61.3 3.63e+03 World hIoni + 88 87.3 67.9 1.03e+03 46.9 0.00124 19.4 3.65e+03 World hIoni + 89 87.4 67.8 1.04e+03 46.9 0.00117 5.51 3.65e+03 World hIoni + 90 88.6 67.4 1.11e+03 46.9 0.0111 71.7 3.72e+03 World hIoni + 91 89.3 67.2 1.15e+03 46.9 0.00641 37.6 3.76e+03 World hIoni + 92 90 66.9 1.19e+03 46.9 0.00715 38.9 3.8e+03 World hIoni + 93 90.4 66.8 1.21e+03 46.9 0.00492 22.9 3.82e+03 World hIoni + 94 93.4 65.8 1.38e+03 46.9 0.0354 164 3.99e+03 World hIoni + 95 94.1 65.6 1.42e+03 46.9 0.00634 40.9 4.03e+03 World hIoni + 96 94.6 65.4 1.44e+03 46.8 0.00335 25.8 4.05e+03 World hIoni + 97 94.8 65.3 1.46e+03 46.8 0.00317 15.5 4.07e+03 World hIoni + 98 95.3 65.1 1.48e+03 46.8 0.00268 24.1 4.09e+03 World hIoni + 99 95.8 64.9 1.51e+03 46.8 0.00542 26.9 4.12e+03 World hIoni + 100 96.2 64.7 1.54e+03 46.8 0.00262 26.7 4.15e+03 World hIoni + 101 96.7 64.5 1.57e+03 46.8 0.00698 31.8 4.18e+03 World hIoni + 102 97.1 64.4 1.59e+03 46.8 0.00534 21.1 4.2e+03 World hIoni + 103 98.7 63.8 1.69e+03 46.8 0.02 99.7 4.3e+03 World hIoni + 104 99.1 63.6 1.71e+03 46.7 0.00452 23 4.32e+03 World hIoni + 105 99.4 63.5 1.73e+03 46.7 0.00408 19.9 4.34e+03 World hIoni + 106 99.6 63.4 1.74e+03 46.7 0.00237 11.7 4.36e+03 World hIoni + 107 101 63.1 1.81e+03 46.7 0.0139 68.7 4.42e+03 World hIoni + 108 102 62.7 1.88e+03 46.7 0.0138 65 4.49e+03 World hIoni + 109 102 62.6 1.88e+03 46.6 0.000955 8.36 4.5e+03 World hIoni + 110 102 62.5 1.9e+03 46.6 0.00499 19.6 4.52e+03 World hIoni + 111 104 62 2e+03 46.6 0.014 92.5 4.61e+03 World hIoni + 112 106 61.3 2.12e+03 46.6 0.0226 119 4.73e+03 World hIoni + 113 106 61.1 2.14e+03 46.6 0.00445 23.5 4.75e+03 World hIoni + 114 106 61.1 2.14e+03 46.6 0.000194 2.39 4.75e+03 World hIoni + 115 107 60.9 2.17e+03 46.6 0.0065 30.4 4.78e+03 World hIoni + 116 108 60.6 2.21e+03 46.6 0.00757 38.3 4.82e+03 World hIoni + 117 109 60 2.29e+03 46.6 0.0159 78.2 4.9e+03 World hIoni + 118 109 59.9 2.3e+03 46.6 0.0026 10.3 4.91e+03 World hIoni + 119 110 59.7 2.32e+03 46.5 0.00355 22.1 4.93e+03 World hIoni + 120 110 59.4 2.36e+03 46.5 0.00715 40 4.97e+03 World hIoni + 121 111 58.9 2.42e+03 46.5 0.00935 61.5 5.04e+03 World hIoni + 122 113 58.2 2.51e+03 46.5 0.0122 89.4 5.12e+03 World hIoni + 123 114 57.8 2.57e+03 46.5 0.00849 54.8 5.18e+03 World hIoni + 124 115 57.7 2.58e+03 46.5 0.00223 17.8 5.2e+03 World hIoni + 125 115 57.6 2.59e+03 46.5 0.00162 8.76 5.21e+03 World hIoni + 126 115 57.6 2.6e+03 46.5 0.000718 6.87 5.21e+03 detectorPV CoupledTransportation + 127 115 57.5 2.6e+03 40.7 5.78 2.07 5.22e+03 detectorPV hIoni + 128 115 57.5 2.6e+03 35.6 5.06 1.67 5.22e+03 detectorPV hIoni + 129 115 57.5 2.61e+03 31 4.66 1.35 5.22e+03 detectorPV hIoni + 130 115 57.5 2.61e+03 26.7 4.29 1.09 5.22e+03 detectorPV hIoni + 131 115 57.5 2.61e+03 22.9 3.82 0.873 5.22e+03 detectorPV hIoni + 132 115 57.5 2.61e+03 19.3 3.6 0.702 5.22e+03 detectorPV hIoni + 133 115 57.5 2.61e+03 16.1 3.21 0.559 5.22e+03 detectorPV hIoni + 134 115 57.5 2.61e+03 12.9 3.13 0.446 5.22e+03 detectorPV hIoni + 135 115 57.5 2.61e+03 10.1 2.78 0.35 5.22e+03 detectorPV hIoni + 136 115 57.5 2.61e+03 7.11 3.04 0.277 5.22e+03 detectorPV hIoni + 137 115 57.5 2.61e+03 4.3 2.81 0.207 5.22e+03 detectorPV hIoni + 138 115 57.5 2.61e+03 0.976 3.32 0.136 5.22e+03 detectorPV hIoni + 139 115 57.5 2.61e+03 0 0.976 0.0141 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 57.6 2.59e+03 0.00376 0 0 0 World initStep + 1 114 57.7 2.59e+03 0.00237 0.00139 1.71 1.71 World eIoni + 2 114 57.6 2.59e+03 0 0.00237 1.05 2.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 115 57.7 2.58e+03 0.00115 0 0 0 World initStep + 1 115 57.8 2.58e+03 0 0.00115 0.344 0.344 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 114 57.8 2.57e+03 0.00141 0 0 0 World initStep + 1 114 57.8 2.57e+03 0 0.00141 0.467 0.467 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 113 58.2 2.51e+03 0.00397 0 0 0 World initStep + 1 112 59 2.51e+03 0.00222 0.00175 1.79 1.79 World eIoni + 2 112 58.8 2.51e+03 0 0.00222 0.948 2.74 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 111 58.9 2.42e+03 0.00191 0 0 0 World initStep + 1 111 58.8 2.42e+03 0 0.00191 0.747 0.747 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 59.4 2.36e+03 0.0125 0 0 0 World initStep + 1 112 56.7 2.36e+03 0.0113 0.00122 3.47 3.47 World msc + 2 115 54.1 2.36e+03 0.0102 0.00113 4.85 8.32 World eIoni + 3 118 52.1 2.36e+03 0.00858 0.00159 4.26 12.6 World eIoni + 4 120 50.5 2.36e+03 0.00771 0.000875 3.52 16.1 World eIoni + 5 122 50.5 2.36e+03 0.00621 0.00149 3.15 19.2 World eIoni + 6 123 52.1 2.36e+03 0.00404 0.00217 2.57 21.8 World eIoni + 7 123 52.7 2.36e+03 0.00149 0.00255 1.81 23.6 World eIoni + 8 124 52.7 2.36e+03 0 0.00149 0.508 24.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 59.7 2.32e+03 0.00132 0 0 0 World initStep + 1 110 59.8 2.32e+03 0 0.00132 0.422 0.422 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 59.9 2.3e+03 0.00293 0 0 0 World initStep + 1 109 59.5 2.3e+03 0.00169 0.00124 1.36 1.36 World eIoni + 2 109 59.3 2.3e+03 0 0.00169 0.614 1.98 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 109 60 2.29e+03 0.00138 0 0 0 World initStep + 1 109 59.9 2.29e+03 0 0.00138 0.453 0.453 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 108 60.6 2.21e+03 0.00171 0 0 0 World initStep + 1 108 60.4 2.21e+03 0 0.00171 0.624 0.624 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 107 60.9 2.17e+03 0.00147 0 0 0 World initStep + 1 107 61.1 2.17e+03 0 0.00147 0.496 0.496 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 106 61.1 2.14e+03 0.00249 0 0 0 World initStep + 1 106 61.2 2.14e+03 0.002 0.000488 0.126 0.126 World eIoni + 2 106 61.6 2.14e+03 0 0.002 0.804 0.929 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 106 61.1 2.14e+03 0.00125 0 0 0 World initStep + 1 106 61 2.14e+03 0 0.00125 0.388 0.388 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 106 61.3 2.12e+03 0.00224 0 0 0 World initStep + 1 106 61.4 2.12e+03 0 0.00224 0.962 0.962 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 104 62 2e+03 0.00505 0 0 0 World initStep + 1 105 61.1 2e+03 0.00287 0.00218 2.16 2.16 World eIoni + 2 105 61 2e+03 0 0.00287 1.33 3.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 102 62.5 1.9e+03 0.00157 0 0 0 World initStep + 1 102 62.4 1.9e+03 0 0.00157 0.549 0.549 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 102 62.6 1.88e+03 0.0217 0 0 0 World initStep + 1 105 73.6 1.89e+03 0.0184 0.0033 12.5 12.5 World eIoni + 2 111 80.2 1.89e+03 0.0165 0.00189 9.62 22.1 World eIoni + 3 118 82.1 1.88e+03 0.0127 0.0038 8.16 30.3 World eIoni + 4 120 87 1.89e+03 0.0102 0.00249 5.64 35.9 World eIoni + 5 120 90.6 1.88e+03 0.00881 0.00139 4.28 40.2 World eIoni + 6 122 93 1.88e+03 0.00614 0.00267 3.62 43.8 World eIoni + 7 123 92.2 1.88e+03 0.00458 0.00157 2.55 46.3 World eIoni + 8 124 93.1 1.88e+03 0.00263 0.00194 2 48.3 World eIoni + 9 124 93.3 1.88e+03 0 0.00263 1.21 49.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 102 62.7 1.88e+03 0.00162 0 0 0 World initStep + 1 102 62.9 1.88e+03 0 0.00162 0.578 0.578 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 63.1 1.81e+03 0.00131 0 0 0 World initStep + 1 101 63.2 1.81e+03 0 0.00131 0.42 0.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 99.6 63.4 1.74e+03 0.0334 0 0 0 World initStep + 1 85.1 48.1 1.75e+03 0.0275 0.00588 25.6 25.6 World eIoni + 2 72.4 43.4 1.76e+03 0.0245 0.00301 18.5 44.1 World eIoni + 3 74.1 57.6 1.76e+03 0.0219 0.00263 15.2 59.4 World eIoni + 4 70 68.6 1.76e+03 0.0194 0.00248 12.7 72 World eIoni + 5 73.6 72.1 1.76e+03 0.0174 0.00203 10.5 82.5 World eIoni + 6 79.5 75 1.75e+03 0.0158 0.00156 8.85 91.4 World eIoni + 7 85.2 77.1 1.75e+03 0.0131 0.00273 7.69 99.1 World eIoni + 8 89.3 79.9 1.75e+03 0.0115 0.00163 5.89 105 World eIoni + 9 90.3 84 1.75e+03 0.00878 0.00269 4.94 110 World eIoni + 10 91.2 87.2 1.75e+03 0.00678 0.00201 3.61 113 World eIoni + 11 92.2 88.8 1.75e+03 0.0059 0.000875 2.78 116 World eIoni + 12 91.8 88.1 1.74e+03 0.00459 0.00131 2.46 119 World eIoni + 13 91 87.5 1.74e+03 0.00131 0.00327 2 121 World eIoni + 14 90.9 87.5 1.74e+03 0 0.00131 0.42 121 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 99.4 63.5 1.73e+03 0.001 0 0 0 World initStep + 1 99.4 63.4 1.73e+03 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 99.1 63.6 1.71e+03 0.00212 0 0 0 World initStep + 1 98.8 63.8 1.71e+03 0 0.00212 0.877 0.877 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 98.7 63.8 1.69e+03 0.00154 0 0 0 World initStep + 1 98.9 63.7 1.69e+03 0 0.00154 0.532 0.532 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 97.1 64.4 1.59e+03 0.0017 0 0 0 World initStep + 1 97.3 64.3 1.59e+03 0 0.0017 0.621 0.621 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 96.7 64.5 1.57e+03 0.0074 0 0 0 World initStep + 1 97 62.5 1.57e+03 0.00577 0.00163 2.2 2.2 World msc + 2 98 61.5 1.57e+03 0.00289 0.00288 2.41 4.61 World eIoni + 3 98.6 61.7 1.57e+03 0 0.00289 1.34 5.96 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 96.2 64.7 1.54e+03 0.00393 0 0 0 World initStep + 1 97.1 65.1 1.54e+03 0.0014 0.00253 1.77 1.77 World eIoni + 2 97.1 65.3 1.54e+03 0 0.0014 0.462 2.24 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.8 64.9 1.51e+03 0.0244 0 0 0 World initStep + 1 106 74.9 1.51e+03 0.021 0.00346 15.1 15.1 World eIoni + 2 103 73.8 1.51e+03 0.0198 0.00114 5.06 20.2 cloudPV CoupledTransportation + 3 103 73.8 1.51e+03 0.0198 3.95e-05 0.000262 20.2 cloudPV msc + 4 103 73.8 1.51e+03 0.0193 0.000473 0.000345 20.2 cloudPV msc + 5 103 73.8 1.51e+03 0.0187 0.000602 0.000334 20.2 cloudPV msc + 6 103 73.8 1.51e+03 0.0181 0.000611 0.000371 20.2 cloudPV msc + 7 103 73.8 1.51e+03 0.0178 0.000259 0.000653 20.2 cloudPV msc + 8 103 73.8 1.51e+03 0.0165 0.00134 0.000722 20.2 cloudPV msc + 9 103 73.8 1.51e+03 0.0155 0.00104 0.00108 20.2 cloudPV msc + 10 103 73.8 1.51e+03 0.0139 0.0016 0.001 20.2 cloudPV msc + 11 103 73.8 1.51e+03 0.0132 0.000669 0.00084 20.2 cloudPV msc + 12 103 73.8 1.51e+03 0.0123 0.000935 0.000936 20.2 cloudPV msc + 13 103 73.8 1.51e+03 0.0099 0.00236 0.00122 20.2 cloudPV msc + 14 103 73.8 1.51e+03 0 0.0099 0.00251 20.2 cloudPV eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 95.3 65.1 1.48e+03 0.00171 0 0 0 World initStep + 1 95.5 65.3 1.48e+03 0 0.00171 0.624 0.624 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 94.8 65.3 1.46e+03 0.00227 0 0 0 World initStep + 1 94.5 65 1.46e+03 0 0.00227 0.979 0.979 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 94.6 65.4 1.44e+03 0.00816 0 0 0 World initStep + 1 92.3 66.1 1.44e+03 0.00519 0.00297 3.34 3.34 World eIoni + 2 91 66.4 1.44e+03 0.00313 0.00206 2.21 5.55 World eIoni + 3 90.5 66.4 1.44e+03 0 0.00313 1.46 7.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 94.1 65.6 1.42e+03 0.00107 0 0 0 World initStep + 1 94.1 65.7 1.42e+03 0 0.00107 0.312 0.312 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 93.4 65.8 1.38e+03 0.00865 0 0 0 World initStep + 1 90.4 66.3 1.38e+03 0.00534 0.0033 3.55 3.55 World eIoni + 2 89.1 67 1.38e+03 0.00427 0.00107 2.26 5.81 World eIoni + 3 88.8 67.2 1.38e+03 0.00148 0.00279 1.9 7.71 World eIoni + 4 88.9 67.2 1.38e+03 0 0.00148 0.503 8.21 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90.4 66.8 1.21e+03 0.00105 0 0 0 World initStep + 1 90.3 66.7 1.21e+03 0 0.00105 0.302 0.302 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 90 66.9 1.19e+03 0.00337 0 0 0 World initStep + 1 90.5 66.4 1.19e+03 0.00146 0.00191 1.56 1.56 World eIoni + 2 90.6 66.2 1.19e+03 0 0.00146 0.492 2.05 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 89.3 67.2 1.15e+03 0.00109 0 0 0 World initStep + 1 89.2 67.1 1.15e+03 0 0.00109 0.32 0.32 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 88.6 67.4 1.11e+03 0.00837 0 0 0 World initStep + 1 91 66.6 1.11e+03 0.00694 0.00144 3.43 3.43 World eIoni + 2 92.4 65.2 1.11e+03 0.00577 0.00117 2.84 6.27 World eIoni + 3 93.4 64.1 1.11e+03 0.00345 0.00232 2.41 8.68 World eIoni + 4 93.9 64.4 1.11e+03 0.00251 0.000937 1.59 10.3 World eIoni + 5 94.3 64.3 1.11e+03 0 0.00251 1.14 11.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.4 67.8 1.04e+03 0.00107 0 0 0 World initStep + 1 87.3 67.9 1.04e+03 0 0.00107 0.313 0.313 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87.3 67.9 1.03e+03 0.00188 0 0 0 World initStep + 1 87.1 68.1 1.03e+03 0 0.00188 0.727 0.727 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 87 68 1.02e+03 0.00256 0 0 0 World initStep + 1 86.6 68.2 1.02e+03 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 86 68.3 954 0.0157 0 0 0 World initStep + 1 87.2 61.6 956 0.0116 0.00407 7.59 7.59 World eIoni + 2 86.4 57.1 955 0.00972 0.00191 5.03 12.6 World eIoni + 3 87.7 53.7 955 0.00814 0.00158 4.04 16.7 World eIoni + 4 89.9 52.4 955 0.00647 0.00167 3.33 20 World eIoni + 5 91.5 52.2 956 0.00501 0.00146 2.67 22.7 World eIoni + 6 91 51.4 955 0.00402 0.000996 2.15 24.8 World eIoni + 7 92 51.1 955 0.00234 0.00168 1.8 26.6 World eIoni + 8 92.2 50.8 955 0.00165 0.000691 1.03 27.6 World eIoni + 9 92.3 50.6 955 0 0.00165 0.592 28.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 84.3 68.9 837 0.00107 0 0 0 World initStep + 1 84.4 68.8 837 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 82.7 69.6 725 0.00115 0 0 0 World initStep + 1 82.7 69.4 725 0 0.00115 0.344 0.344 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 79.7 70.7 570 0.00268 0 0 0 World initStep + 1 79.7 70.2 570 0 0.00268 1.24 1.24 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 77.3 71.8 449 0.00115 0 0 0 World initStep + 1 77.2 71.8 449 0 0.00115 0.347 0.347 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 76.8 72 423 0.00275 0 0 0 World initStep + 1 77.2 72.3 423 0 0.00275 1.27 1.27 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 75.4 72.5 353 0.00297 0 0 0 World initStep + 1 76 72.5 353 0 0.00297 1.39 1.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 75.4 72.5 352 0.00161 0 0 0 World initStep + 1 75.2 72.4 352 0 0.00161 0.573 0.573 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 75.2 72.5 340 0.032 0 0 0 World initStep + 1 64.7 78.8 359 0.0261 0.00589 23.8 23.8 World eIoni + 2 55.4 81.9 371 0.0224 0.00375 16.9 40.8 World eIoni + 3 54.8 81.7 372 0.0204 0.000196 0.964 41.7 World eIoni + 4 51.6 84.5 382 0.0176 0.00287 11.3 53.1 World eIoni + 5 47.3 89.4 387 0.0158 0.0018 8.97 62 World eIoni + 6 40.7 91.5 385 0.0142 0.00153 7.64 69.7 World eIoni + 7 36.5 94.3 389 0.0115 0.00269 6.6 76.3 World eIoni + 8 36.4 91.8 392 0.00991 0.00164 4.98 81.3 World eIoni + 9 36.9 91.5 396 0.00822 0.00169 4.13 85.4 World eIoni + 10 38.3 92.7 399 0.00541 0.00281 3.36 88.8 World eIoni + 11 39.3 93.3 400 0.00342 0.00199 2.29 91.1 World eIoni + 12 39.6 93.1 400 0.00265 0.000767 0.576 91.6 World eIoni + 13 40 93.1 400 0 0.00265 1.22 92.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.8 81.7 372 0.00175 0 0 0 World initStep + 1 54.6 81.6 372 0 0.00175 0.65 0.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 74 72.5 233 0.00146 0 0 0 World initStep + 1 73.8 72.5 233 0 0.00146 0.493 0.493 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.9 72.4 127 0.00528 0 0 0 World initStep + 1 73.1 71.4 128 0.0046 0.000682 1.35 1.35 World msc + 2 72.9 70.8 129 0.00451 8.31e-05 0.865 2.21 World msc + 3 72.5 69.9 129 0.00422 0.000288 1.16 3.37 World msc + 4 72.2 68.9 129 0.00158 0.00265 1.88 5.25 World eIoni + 5 72.3 68.8 129 0 0.00158 0.554 5.81 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.5 72.3 90.2 0.00269 0 0 0 World initStep + 1 72.1 72.7 90.3 0 0.00269 1.24 1.24 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.1 72.3 52.1 0.00101 0 0 0 World initStep + 1 72.1 72.4 52.1 0 0.00101 0.288 0.288 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.7 72.2 16 0.00166 0 0 0 World initStep + 1 71.4 72.1 16.1 0 0.00166 0.601 0.601 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.5 72.2 0.96 0.00202 0 0 0 World initStep + 1 71.8 72 1 0 0.00202 0.815 0.815 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.3 72.1 -17.2 0.00184 0 0 0 World initStep + 1 71.2 71.9 -17.2 0 0.00184 0.703 0.703 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71 72.1 -46.7 0.00143 0 0 0 World initStep + 1 71.1 72.1 -46.6 0 0.00143 0.475 0.475 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.3 71.9 -106 0.00147 0 0 0 World initStep + 1 70.3 71.7 -106 0 0.00147 0.497 0.497 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.3 71.9 -111 0.00149 0 0 0 World initStep + 1 70.4 71.8 -111 0 0.00149 0.505 0.505 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 69.8 71.8 -148 0.00521 0 0 0 World initStep + 1 70.6 70.6 -148 0.00155 0.00366 2.22 2.22 World eIoni + 2 70.6 70.4 -148 0 0.00155 0.54 2.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 69.6 71.7 -172 0.00245 0 0 0 World initStep + 1 69.1 71.8 -172 0 0.00245 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 69.2 71.6 -207 0.00342 0 0 0 World initStep + 1 69.3 72.4 -207 0 0.00342 1.58 1.58 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 68.3 71.3 -289 0.00136 0 0 0 World initStep + 1 68.2 71.1 -289 0 0.00136 0.441 0.441 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.6 71 -348 0.0152 0 0 0 World initStep + 1 70.9 69.1 -344 0.0124 0.00279 5.59 5.59 World msc + 2 75.6 68.2 -343 0.00536 0.00391 5.31 10.9 World eIoni + 3 76.8 68.7 -344 0.0037 0.00167 2.27 13.2 World eIoni + 4 77.2 68.4 -343 0.00186 0.00184 1.69 14.9 World eIoni + 5 77.1 68.6 -343 0 0.00186 0.712 15.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 75.6 68.2 -343 0.00312 0 0 0 World initStep + 1 76.1 67.8 -343 0 0.00312 1.45 1.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.4 71 -370 0.00726 0 0 0 World initStep + 1 65.4 70.3 -369 0.00572 0.00154 2.97 2.97 World eIoni + 2 64 71.1 -369 0.00372 0.002 2.39 5.36 World eIoni + 3 64.1 71.5 -368 0 0.00372 1.69 7.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.2 70.9 -386 0.00167 0 0 0 World initStep + 1 67 71 -386 0 0.00167 0.606 0.606 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 67.1 70.9 -399 0.00609 0 0 0 World initStep + 1 68.8 71 -399 0.00387 0.00222 2.53 2.53 World eIoni + 2 68.6 70.8 -398 0.00221 0.00166 1.75 4.28 World eIoni + 3 69 71 -398 0 0.00221 0.94 5.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65.8 70.4 -515 0.00222 0 0 0 World initStep + 1 65.6 70.1 -515 0 0.00222 0.945 0.945 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65.4 70.3 -553 0.00372 0 0 0 World initStep + 1 64.7 69.7 -552 0.00187 0.00185 1.7 1.7 World eIoni + 2 64.5 69.8 -552 0 0.00187 0.718 2.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 65.1 70.2 -578 0.00194 0 0 0 World initStep + 1 65.3 70 -578 0 0.00194 0.763 0.763 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.5 70.1 -629 0.00189 0 0 0 World initStep + 1 64.8 70.2 -629 0 0.00189 0.732 0.732 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 63.7 69.9 -693 0.00162 0 0 0 World initStep + 1 63.8 69.8 -693 0 0.00162 0.577 0.577 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 63.3 69.9 -720 0.00118 0 0 0 World initStep + 1 63.4 70 -720 0 0.00118 0.358 0.358 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 62.6 69.7 -776 0.00147 0 0 0 World initStep + 1 62.8 69.7 -776 0 0.00147 0.498 0.498 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 62.2 69.7 -810 0.00162 0 0 0 World initStep + 1 62.4 69.8 -809 0 0.00162 0.577 0.577 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 62 69.6 -829 0.00107 0 0 0 World initStep + 1 61.9 69.6 -829 0 0.00107 0.312 0.312 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 61.9 69.6 -836 0.00275 0 0 0 World initStep + 1 62.2 69.1 -836 0 0.00275 1.28 1.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 61.8 69.6 -843 0.00271 0 0 0 World initStep + 1 61.4 69.3 -842 0 0.00271 1.25 1.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 61.3 69.5 -888 0.00453 0 0 0 World initStep + 1 60.9 70.4 -888 0.00195 0.000928 1.4 1.4 World eIoni + 2 61.2 70.6 -888 0 0.00195 0.771 2.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.9 70.4 -888 0.00165 0 0 0 World initStep + 1 60.8 70.6 -888 0 0.00165 0.591 0.591 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.8 69.5 -923 0.00126 0 0 0 World initStep + 1 60.9 69.3 -923 0 0.00126 0.394 0.394 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 60.7 69.5 -932 0.0014 0 0 0 World initStep + 1 60.5 69.4 -932 0 0.0014 0.463 0.463 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 59.7 69.3 -1.01e+03 0.00103 0 0 0 World initStep + 1 59.7 69.4 -1.01e+03 0 0.00103 0.296 0.296 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 58.9 69.2 -1.08e+03 0.0944 0 0 0 World initStep + 1 19.3 110 -957 0.0831 0.0112 157 157 World eIoni + 2 -26.5 193 -904 0.0731 0.01 126 283 World eIoni + 3 -99.7 239 -892 0.0667 0.00637 101 384 World eIoni + 4 -112 264 -891 0.062 0.00173 28.2 412 World eIoni + 5 -121 275 -895 0.0599 0.00216 15.1 427 OutOfWorld CoupledTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -112 264 -891 0.00297 0 0 0 World initStep + 1 -112 264 -890 0 0.00297 1.38 1.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 58.3 69.1 -1.15e+03 0.0106 0 0 0 World initStep + 1 58.8 66.3 -1.14e+03 0.00942 0.00117 3.62 3.62 World msc + 2 59.8 64.5 -1.14e+03 0.0084 0.00101 3.47 7.09 World msc + 3 59.8 64 -1.14e+03 0.0082 0.000198 2.63 9.72 World msc + 4 58.9 63.8 -1.14e+03 0.00703 0.00118 1.69 11.4 World msc + 5 58.4 63.8 -1.14e+03 0.00472 0.000491 1.29 12.7 World eIoni + 6 58.6 62.7 -1.14e+03 0.00342 0.00131 1.99 14.7 World msc + 7 58.8 61.7 -1.14e+03 0.00132 0.0021 1.58 16.3 World eIoni + 8 58.9 61.6 -1.14e+03 0 0.00132 0.421 16.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 58.4 63.8 -1.14e+03 0.00181 0 0 0 World initStep + 1 58.2 63.9 -1.14e+03 0 0.00181 0.685 0.685 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 57.5 68.8 -1.23e+03 0.00119 0 0 0 World initStep + 1 57.5 68.7 -1.23e+03 0 0.00119 0.361 0.361 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 57.2 68.7 -1.27e+03 0.0374 0 0 0 World initStep + 1 40.6 56.3 -1.25e+03 0.0317 0.00573 31.2 31.2 World eIoni + 2 34.3 52.1 -1.23e+03 0.0276 0.00412 23.4 54.6 World eIoni + 3 33.2 49.4 -1.21e+03 0.0236 0.00399 18.5 73.1 World eIoni + 4 30 54.6 -1.2e+03 0.0202 0.00341 14.3 87.4 World eIoni + 5 31 62.5 -1.19e+03 0.0178 0.00241 11.1 98.5 World eIoni + 6 26.1 69 -1.19e+03 0.0142 0.00352 9.12 108 World eIoni + 7 23.9 74.3 -1.19e+03 0.0122 0.00202 6.6 114 World eIoni + 8 21 72.4 -1.18e+03 0.00939 0.00281 5.35 120 World eIoni + 9 20.6 71.7 -1.18e+03 0.00813 0.00126 3.89 123 World eIoni + 10 22.7 71.7 -1.18e+03 0.00581 0.00232 3.32 127 World eIoni + 11 23 71.6 -1.18e+03 0.00424 0.00157 2.43 129 World eIoni + 12 23.4 71.9 -1.18e+03 0.00268 0.00156 1.88 131 World eIoni + 13 23.5 71.8 -1.18e+03 0 0.00268 1.24 132 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 57.1 68.7 -1.28e+03 0.00215 0 0 0 World initStep + 1 57.1 68.4 -1.28e+03 0 0.00215 0.901 0.901 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56.9 68.7 -1.29e+03 0.00151 0 0 0 World initStep + 1 57.1 68.6 -1.29e+03 0 0.00151 0.52 0.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56.7 68.7 -1.32e+03 0.0015 0 0 0 World initStep + 1 56.8 68.5 -1.32e+03 0 0.0015 0.514 0.514 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56.4 68.6 -1.35e+03 0.00102 0 0 0 World initStep + 1 56.5 68.6 -1.35e+03 0 0.00102 0.29 0.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56.2 68.5 -1.37e+03 0.0171 0 0 0 World initStep + 1 52.6 69.2 -1.37e+03 0.012 0.00116 5.25 5.25 World eIoni + 2 50.3 71.6 -1.36e+03 0.00917 0.00286 5.26 10.5 World eIoni + 3 49.6 70.3 -1.36e+03 0.00593 0.00115 1.49 12 World eIoni + 4 49.4 69.1 -1.36e+03 0.0043 0.00163 2.47 14.5 World eIoni + 5 48.9 70.1 -1.36e+03 0.00303 0.00127 1.91 16.4 World eIoni + 6 48.5 70.3 -1.36e+03 0 0.00303 1.41 17.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 35 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.6 70.3 -1.36e+03 0.00209 0 0 0 World initStep + 1 49.3 70.2 -1.36e+03 0 0.00209 0.86 0.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 35 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.6 69.2 -1.37e+03 0.0039 0 0 0 World initStep + 1 53 69 -1.37e+03 0 0.0039 1.76 1.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56.1 68.5 -1.38e+03 0.00417 0 0 0 World initStep + 1 56.8 69.3 -1.38e+03 0.00232 0.00185 1.86 1.86 World eIoni + 2 56.7 69.7 -1.38e+03 0 0.00232 1.02 2.88 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55.8 68.4 -1.42e+03 0.00163 0 0 0 World initStep + 1 55.8 68.7 -1.42e+03 0 0.00163 0.583 0.583 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55.4 68.4 -1.48e+03 0.0032 0 0 0 World initStep + 1 56 68 -1.48e+03 0.00214 0.00106 1.49 1.49 World eIoni + 2 56 68.1 -1.48e+03 0 0.00214 0.892 2.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55.3 68.3 -1.49e+03 0.00165 0 0 0 World initStep + 1 55.5 68.4 -1.49e+03 0 0.00165 0.593 0.593 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55.2 68.3 -1.5e+03 0.00195 0 0 0 World initStep + 1 54.9 68.3 -1.5e+03 0 0.00195 0.766 0.766 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.8 68.2 -1.55e+03 0.00177 0 0 0 World initStep + 1 55 68.4 -1.55e+03 0 0.00177 0.663 0.663 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.7 68.2 -1.57e+03 0.00106 0 0 0 World initStep + 1 54.6 68.1 -1.57e+03 0 0.00106 0.306 0.306 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 68.2 -1.58e+03 0.00187 0 0 0 World initStep + 1 54.8 68.4 -1.58e+03 0 0.00187 0.722 0.722 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.2 68.1 -1.63e+03 0.0109 0 0 0 World initStep + 1 52.4 68.2 -1.63e+03 0.0103 0.000615 2.24 2.24 World msc + 2 50.4 69.1 -1.63e+03 0.00968 0.000605 3.09 5.33 World msc + 3 47.7 70.2 -1.64e+03 0.00861 0.00107 3.24 8.57 World msc + 4 44.5 70.4 -1.63e+03 0.00679 0.00182 3.53 12.1 World eIoni + 5 42.7 70.5 -1.63e+03 0.00488 0.00191 2.79 14.9 World eIoni + 6 41.9 70.3 -1.63e+03 0.0034 0.00148 2.1 17 World eIoni + 7 41.3 69.7 -1.63e+03 0.00144 0.00196 1.57 18.6 World eIoni + 8 41.3 69.6 -1.63e+03 0 0.00144 0.484 19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54 68 -1.66e+03 0.0238 0 0 0 World initStep + 1 52.9 79.6 -1.65e+03 0.0228 0.000997 14.5 14.5 World eIoni + 2 50.7 91.7 -1.65e+03 0.0188 0.00401 13.5 28 World eIoni + 3 50.8 97.2 -1.64e+03 0.016 0.00276 9.95 38 World eIoni + 4 47.8 96.3 -1.64e+03 0.0134 0.00258 7.82 45.8 World eIoni + 5 46.5 98.3 -1.63e+03 0.0118 0.00166 6.1 51.9 World eIoni + 6 48.3 98.3 -1.63e+03 0.0092 0.00258 5.12 57 World eIoni + 7 48.5 99 -1.63e+03 0.00536 0.00044 2.59 59.6 World eIoni + 8 49.6 100 -1.63e+03 0.00268 0.00269 2.27 61.8 World eIoni + 9 49.7 100 -1.63e+03 0 0.00268 1.23 63.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.5 99 -1.63e+03 0.0034 0 0 0 World initStep + 1 48.3 99 -1.63e+03 0.00166 0.00175 1.57 1.57 World eIoni + 2 48 99 -1.63e+03 0 0.00166 0.596 2.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 53.3 67.8 -1.75e+03 0.00365 0 0 0 World initStep + 1 53.1 68.6 -1.75e+03 0.0024 0.00125 1.67 1.67 World eIoni + 2 52.8 68.8 -1.75e+03 0 0.0024 1.07 2.74 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.6 67.5 -1.86e+03 0.00121 0 0 0 World initStep + 1 52.5 67.6 -1.86e+03 0 0.00121 0.37 0.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.4 67.5 -1.89e+03 0.00124 0 0 0 World initStep + 1 52.3 67.6 -1.89e+03 0 0.00124 0.386 0.386 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.3 67.4 -1.91e+03 0.017 0 0 0 World initStep + 1 48 60.7 -1.91e+03 0.0147 0.00232 8.56 8.56 World eIoni + 2 43.6 56.4 -1.91e+03 0.0124 0.00235 6.91 15.5 World eIoni + 3 40.5 52.5 -1.91e+03 0.0103 0.00208 5.44 20.9 World eIoni + 4 40.1 51.8 -1.91e+03 0.00864 0.000158 0.782 21.7 World eIoni + 5 38.5 50.8 -1.91e+03 0.00723 0.00141 3.54 25.2 World eIoni + 6 40.2 50.1 -1.91e+03 0.00589 0.00134 2.96 28.2 World eIoni + 7 39.6 49.7 -1.9e+03 0.00334 0.00255 2.46 30.7 World eIoni + 8 39 49.2 -1.9e+03 0.00124 0.0021 1.36 32 World eIoni + 9 39.1 49.2 -1.9e+03 0 0.00124 0.388 32.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 21 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.1 51.8 -1.91e+03 0.00148 0 0 0 World initStep + 1 40.1 51.7 -1.91e+03 0 0.00148 0.502 0.502 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.1 67.4 -1.95e+03 0.0048 0 0 0 World initStep + 1 51.3 68.4 -1.95e+03 0.00337 0.00143 2.08 2.08 World eIoni + 2 51.5 68.5 -1.95e+03 0.00122 0.00216 1.56 3.64 World eIoni + 3 51.4 68.5 -1.95e+03 0 0.00122 0.376 4.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52 67.3 -1.97e+03 0.0014 0 0 0 World initStep + 1 51.9 67.5 -1.97e+03 0 0.0014 0.463 0.463 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.7 67.2 -2.04e+03 0.0023 0 0 0 World initStep + 1 51.5 67.6 -2.04e+03 0 0.0023 1 1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 67.2 -2.05e+03 0.00107 0 0 0 World initStep + 1 51.6 67.1 -2.05e+03 0 0.00107 0.309 0.309 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.6 67.2 -2.06e+03 0.00256 0 0 0 World initStep + 1 51.5 67.7 -2.06e+03 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 51.2 66.9 -2.15e+03 0.0021 0 0 0 World initStep + 1 50.9 66.8 -2.15e+03 0 0.0021 0.862 0.862 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 66.8 -2.21e+03 0.00202 0 0 0 World initStep + 1 51.1 67.1 -2.21e+03 0 0.00202 0.813 0.813 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 66.8 -2.21e+03 0.00176 0 0 0 World initStep + 1 51.1 66.7 -2.21e+03 0 0.00176 0.653 0.653 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 66.8 -2.22e+03 0.0064 0 0 0 World initStep + 1 51.3 65 -2.22e+03 0.00371 0.00269 2.64 2.64 World eIoni + 2 50.7 64.3 -2.22e+03 0 0.00371 1.69 4.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.6 66.5 -2.35e+03 0.00103 0 0 0 World initStep + 1 50.6 66.4 -2.35e+03 0 0.00103 0.295 0.295 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.4 -2.44e+03 0.0014 0 0 0 World initStep + 1 50.5 66.3 -2.44e+03 0 0.0014 0.46 0.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.4 -2.44e+03 0.00347 0 0 0 World initStep + 1 50 66.3 -2.44e+03 0.00315 0.000315 0.625 0.625 World msc + 2 49.5 66.4 -2.44e+03 0.00245 0.000698 0.571 1.2 World msc + 3 49.5 66.8 -2.44e+03 0 0.00245 1.1 2.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.4 -2.46e+03 0.00488 0 0 0 World initStep + 1 49.3 66.9 -2.45e+03 0.0045 0.000386 2.11 2.11 World eIoni + 2 50.4 67.3 -2.45e+03 0.00173 0.00277 1.97 4.08 World eIoni + 3 50.7 67.3 -2.45e+03 0 0.00173 0.64 4.72 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.4 -2.46e+03 0.00219 0 0 0 World initStep + 1 50.1 66.3 -2.46e+03 0 0.00219 0.924 0.924 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.4 -2.49e+03 0.0702 0 0 0 World initStep + 1 18.1 46.4 -2.42e+03 0.0609 0.00934 93.8 93.8 World eIoni + 2 5.53 40.7 -2.4e+03 0.0562 0.00276 25.7 120 World eIoni + 3 -31 22.7 -2.36e+03 0.0484 0.00781 63.4 183 World eIoni + 4 -27.6 -0.862 -2.33e+03 0.043 0.00536 48.7 232 World eIoni + 5 -5.45 3.14 -2.3e+03 0.0388 0.00424 39.7 271 World eIoni + 6 -2.17 3.98 -2.29e+03 0.0366 0.000501 5.39 277 World eIoni + 7 12 5.25 -2.27e+03 0.0326 0.00399 30 307 World eIoni + 8 24.7 0.464 -2.25e+03 0.03 0.00263 24.6 331 World eIoni + 9 35 6.3 -2.23e+03 0.0274 0.0026 21.3 353 World eIoni + 10 39.6 8.54 -2.23e+03 0.0243 0.0013 7.75 360 World eIoni + 11 45.8 6.25 -2.22e+03 0.0181 0.00297 13.1 374 World eIoni + 12 40.8 2.01 -2.22e+03 0.0162 0.00195 9.43 383 World eIoni + 13 36.1 1.66 -2.23e+03 0.0143 0.00192 7.95 391 World eIoni + 14 34.9 -1.17 -2.23e+03 0.0124 0.00186 6.62 398 World eIoni + 15 35.6 -2.24 -2.24e+03 0.0104 0.002 5.47 403 World eIoni + 16 35.3 -1.62 -2.24e+03 0.00861 0.0018 4.38 407 World eIoni + 17 35.5 -0.149 -2.25e+03 0.00695 0.00167 3.53 411 World eIoni + 18 36.8 0.702 -2.25e+03 0.00453 0.00124 2.75 414 World eIoni + 19 36.7 0.895 -2.25e+03 0.0031 0.00142 1.98 416 World eIoni + 20 36.5 1.35 -2.25e+03 0.00181 0.00129 1.45 417 World eIoni + 21 36.4 1.59 -2.25e+03 0 0.00181 0.684 418 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.8 0.702 -2.25e+03 0.00118 0 0 0 World initStep + 1 36.7 0.679 -2.25e+03 0 0.00118 0.36 0.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45.8 6.25 -2.22e+03 0.00314 0 0 0 World initStep + 1 46.5 5.99 -2.22e+03 0 0.00314 1.46 1.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.6 8.54 -2.23e+03 0.00185 0 0 0 World initStep + 1 39.8 8.73 -2.23e+03 0 0.00185 0.711 0.711 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.17 3.98 -2.29e+03 0.00164 0 0 0 World initStep + 1 -2.32 3.97 -2.29e+03 0 0.00164 0.585 0.585 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.53 40.7 -2.4e+03 0.00197 0 0 0 World initStep + 1 5.51 41 -2.4e+03 0 0.00197 0.779 0.779 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.4 -2.5e+03 0.00112 0 0 0 World initStep + 1 50.5 66.5 -2.5e+03 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.3 -2.53e+03 0.00119 0 0 0 World initStep + 1 50.6 66.3 -2.53e+03 0 0.00119 0.364 0.364 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.3 -2.56e+03 0.00104 0 0 0 World initStep + 1 50.6 66.3 -2.56e+03 0 0.00104 0.299 0.299 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.5 66.3 -2.6e+03 0.00197 0 0 0 World initStep + 1 50.4 66 -2.6e+03 0 0.00197 0.783 0.783 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.09 -2.61e+03 50 0 0 0 World initStep + 1 44.5 -6.09 -2.57e+03 50 0.00592 39.7 39.7 World hIoni + 2 44.5 -6.1 -2.54e+03 50 0.00554 31.9 71.7 World hIoni + 3 44.5 -6.1 -2.53e+03 50 0.00369 15.6 87.3 World hIoni + 4 44.5 -6.1 -2.52e+03 50 0 0.425 87.7 World hIoni + 5 44.5 -6.12 -2.49e+03 50 0.00742 34.2 122 World hIoni + 6 44.6 -6.06 -2.35e+03 49.9 0.0267 139 261 World hIoni + 7 44.5 -6.02 -2.32e+03 49.9 0.00684 33.4 294 World hIoni + 8 44.5 -5.89 -2.24e+03 49.9 0.0144 81.7 376 World hIoni + 9 44.4 -5.8 -2.18e+03 49.9 0.00863 54.5 430 World hIoni + 10 44.3 -5.73 -2.14e+03 49.9 0.0104 45.1 475 World hIoni + 11 44.1 -5.46 -2e+03 49.8 0.0237 134 609 World hIoni + 12 43.9 -5.22 -1.89e+03 49.8 0.0281 118 727 World hIoni + 13 43.9 -5.19 -1.87e+03 49.8 0.00164 11.2 738 World hIoni + 14 43.9 -5.15 -1.85e+03 49.8 0.00504 20.2 758 World hIoni + 15 43.8 -5.11 -1.83e+03 49.8 0.00244 22.4 781 World hIoni + 16 43.8 -5.08 -1.8e+03 49.8 0.00572 29.8 811 World hIoni + 17 43.5 -5.01 -1.7e+03 49.8 0.0188 102 912 World hIoni + 18 43.2 -4.89 -1.61e+03 49.7 0.0146 88.3 1e+03 World hIoni + 19 43.2 -4.84 -1.59e+03 49.7 0.00749 25.6 1.03e+03 World hIoni + 20 43 -4.69 -1.53e+03 49.7 0.0129 55.7 1.08e+03 World hIoni + 21 42.6 -4.36 -1.4e+03 49.7 0.0238 129 1.21e+03 World hIoni + 22 42.4 -4.29 -1.35e+03 49.7 0.0101 50.9 1.26e+03 World hIoni + 23 42.3 -4.26 -1.34e+03 49.7 0.0025 15.3 1.28e+03 World hIoni + 24 42.1 -4.11 -1.26e+03 49.6 0.0119 78.3 1.35e+03 World hIoni + 25 42.1 -4.04 -1.23e+03 49.6 0.00571 28.4 1.38e+03 World hIoni + 26 42 -4.02 -1.22e+03 49.6 0.00119 5.8 1.39e+03 World hIoni + 27 42 -3.93 -1.18e+03 49.6 0.00726 44.7 1.43e+03 World hIoni + 28 41.9 -3.93 -1.18e+03 49.6 0.000365 3.55 1.44e+03 World hIoni + 29 41.9 -3.92 -1.17e+03 49.6 5.71e-05 2.86 1.44e+03 World hIoni + 30 41.8 -3.76 -1.09e+03 49.6 0.0131 79 1.52e+03 World hIoni + 31 41.8 -3.75 -1.09e+03 49.6 0.00034 3.44 1.52e+03 World hIoni + 32 41.8 -3.68 -1.06e+03 49.6 0.00505 27.7 1.55e+03 World hIoni + 33 41.7 -3.51 -1e+03 49.6 0.00814 57.4 1.61e+03 World hIoni + 34 41.7 -3.25 -942 49.6 0.00979 63 1.67e+03 World hIoni + 35 41.7 -2.96 -870 49.6 0.011 71.4 1.74e+03 World hIoni + 36 41.6 -2.9 -855 49.5 0.00214 15.6 1.76e+03 World hIoni + 37 41.6 -2.5 -748 49.5 0.0183 107 1.86e+03 World hIoni + 38 41.6 -2.33 -700 49.5 0.0116 47.1 1.91e+03 World hIoni + 39 41.6 -2.19 -660 49.5 0.00741 40.5 1.95e+03 World hIoni + 40 41.6 -2.11 -641 49.5 0.00242 19.4 1.97e+03 World hIoni + 41 41.5 -1.7 -545 49.5 0.0178 95.8 2.07e+03 World hIoni + 42 41.5 -1.05 -417 49.5 0.0238 128 2.2e+03 World hIoni + 43 41.6 -0.837 -323 49.4 0.0162 94.1 2.29e+03 World hIoni + 44 41.6 -0.629 -243 49.4 0.0127 79.5 2.37e+03 World hIoni + 45 41.6 -0.562 -228 49.4 0.00369 15.4 2.38e+03 World hIoni + 46 41.6 -0.223 -146 49.4 0.0144 81.3 2.47e+03 World hIoni + 47 41.4 0.644 -1.15 49.4 0.03 145 2.61e+03 World hIoni + 48 41.2 1.13 92.8 49.3 0.0167 93.9 2.71e+03 World hIoni + 49 41.2 1.23 113 49.3 0.00503 20.7 2.73e+03 World hIoni + 50 41 1.73 205 49.3 0.0185 92 2.82e+03 World hIoni + 51 40.7 2.07 275 49.3 0.0112 69.8 2.89e+03 World hIoni + 52 40.3 2.57 374 49.3 0.0201 99.1 2.99e+03 World hIoni + 53 40 2.9 428 49.2 0.0126 54 3.04e+03 World hIoni + 54 39.6 3.36 506 49.2 0.0163 78.2 3.12e+03 World hIoni + 55 39.5 3.42 518 49.2 0.00257 11.4 3.13e+03 World hIoni + 56 38.6 4.47 718 49.2 0.04 201 3.33e+03 World hIoni + 57 38.3 4.73 788 49.1 0.00989 69.4 3.4e+03 World hIoni + 58 37.9 4.98 867 49.1 0.0138 78.8 3.48e+03 World hIoni + 59 37.9 4.99 869 49.1 0.000587 2.06 3.48e+03 cloudPV CoupledTransportation + 60 37.9 5 870 47.3 1.82 1.41 3.48e+03 World CoupledTransportation + 61 37.5 4.91 926 47.3 0.00897 55.6 3.54e+03 World hIoni + 62 37.5 4.9 941 47.3 0.00338 15 3.55e+03 World hIoni + 63 37.3 4.87 973 47.3 0.0083 32.5 3.59e+03 World hIoni + 64 37.2 4.85 1e+03 47.3 0.00429 29.2 3.61e+03 World hIoni + 65 37.2 4.85 1e+03 47.3 5.97e-05 0.195 3.62e+03 World hIoni + 66 36.9 4.7 1.09e+03 47.2 0.0182 88.7 3.7e+03 World hIoni + 67 36.7 4.68 1.12e+03 47.2 0.00451 26.6 3.73e+03 World hIoni + 68 36.3 4.56 1.2e+03 47.2 0.0184 86.6 3.82e+03 World hIoni + 69 36.1 4.54 1.23e+03 47.2 0.00434 24.6 3.84e+03 World hIoni + 70 36.1 4.53 1.24e+03 47.2 0.00118 6.85 3.85e+03 World hIoni + 71 35.8 4.46 1.28e+03 47.2 0.00762 44.7 3.89e+03 World hIoni + 72 35.7 4.43 1.3e+03 47.2 0.00369 20.1 3.91e+03 World hIoni + 73 34.1 4.1 1.55e+03 47.1 0.0462 251 4.16e+03 World hIoni + 74 33.8 4.02 1.64e+03 47.1 0.0117 84.6 4.25e+03 World hIoni + 75 33.8 4.01 1.64e+03 47.1 0.000311 5.83 4.25e+03 World hIoni + 76 33.6 3.95 1.68e+03 47.1 0.00897 38.8 4.29e+03 World hIoni + 77 33.6 3.94 1.69e+03 47.1 0.00189 12.4 4.31e+03 World hIoni + 78 33.2 3.87 1.76e+03 47.1 0.017 67.6 4.37e+03 World hIoni + 79 32.8 3.81 1.85e+03 47 0.0185 84.3 4.46e+03 World hIoni + 80 32.8 3.81 1.85e+03 47 0.000134 1.86 4.46e+03 World hIoni + 81 32.7 3.81 1.86e+03 47 0.00163 15.5 4.48e+03 World hIoni + 82 32.5 3.8 1.89e+03 47 0.00626 26.9 4.5e+03 World hIoni + 83 32 3.92 2e+03 47 0.0174 107 4.61e+03 World hIoni + 84 31 4.99 2.25e+03 47 0.046 255 4.86e+03 World hIoni + 85 30.7 5.12 2.3e+03 46.9 0.00957 46.9 4.91e+03 World hIoni + 86 30.2 5.27 2.37e+03 46.9 0.0126 69.8 4.98e+03 World hIoni + 87 29.9 5.32 2.41e+03 46.9 0.00797 46 5.03e+03 World hIoni + 88 29.8 5.33 2.42e+03 46.9 0.00154 5.75 5.03e+03 cloudPV CoupledTransportation + 89 29.8 5.33 2.42e+03 44.9 1.98 1.61 5.03e+03 World CoupledTransportation + 90 28.8 6.53 2.46e+03 44.9 0.00648 38.2 5.07e+03 World hIoni + 91 26.6 9.29 2.55e+03 44.9 0.0171 87.3 5.16e+03 World hIoni + 92 25.8 10.2 2.57e+03 44.9 0.00508 27.7 5.19e+03 World hIoni + 93 25.2 11 2.6e+03 44.9 0.00455 25.2 5.21e+03 detectorPV CoupledTransportation + 94 25.1 11 2.6e+03 39.4 5.55 1.96 5.21e+03 detectorPV hIoni + 95 25.1 11.1 2.6e+03 34 5.32 1.58 5.22e+03 detectorPV hIoni + 96 25.1 11.1 2.6e+03 29.5 4.54 1.26 5.22e+03 detectorPV hIoni + 97 25.1 11.2 2.61e+03 25.5 3.99 1.01 5.22e+03 detectorPV hIoni + 98 25.2 11.2 2.61e+03 21.6 3.86 0.817 5.22e+03 detectorPV hIoni + 99 25.2 11.2 2.61e+03 18.4 3.26 0.65 5.22e+03 detectorPV hIoni + 100 25.3 11.3 2.61e+03 15.3 3.12 0.526 5.22e+03 detectorPV hIoni + 101 25.3 11.3 2.61e+03 12.3 2.95 0.42 5.22e+03 detectorPV hIoni + 102 25.3 11.3 2.61e+03 9.51 2.78 0.333 5.22e+03 detectorPV hIoni + 103 25.3 11.4 2.61e+03 6.64 2.87 0.262 5.22e+03 detectorPV hIoni + 104 25.3 11.4 2.61e+03 3.72 2.91 0.197 5.22e+03 detectorPV hIoni + 105 25.3 11.4 2.61e+03 0.219 3.51 0.115 5.22e+03 detectorPV hIoni + 106 25.3 11.4 2.61e+03 0 0.219 0.00212 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 25.8 10.2 2.57e+03 0.00304 0 0 0 World initStep + 1 26.2 9.62 2.57e+03 0 0.00304 1.42 1.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.6 9.29 2.55e+03 0.00275 0 0 0 World initStep + 1 26.8 8.81 2.55e+03 0 0.00275 1.27 1.27 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.8 6.53 2.46e+03 0.00218 0 0 0 World initStep + 1 28.5 6.71 2.46e+03 0 0.00218 0.916 0.916 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 29.9 5.32 2.41e+03 0.00126 0 0 0 World initStep + 1 29.8 5.42 2.41e+03 0 0.00126 0.394 0.394 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.2 5.27 2.37e+03 0.00281 0 0 0 World initStep + 1 30.7 4.97 2.37e+03 0 0.00281 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.7 5.12 2.3e+03 0.00153 0 0 0 World initStep + 1 30.7 4.92 2.3e+03 0 0.00153 0.527 0.527 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 31 4.99 2.25e+03 0.00218 0 0 0 World initStep + 1 30.8 5.28 2.25e+03 0 0.00218 0.915 0.915 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32 3.92 2e+03 0.00216 0 0 0 World initStep + 1 32.2 3.62 2e+03 0 0.00216 0.904 0.904 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.5 3.8 1.89e+03 0.0016 0 0 0 World initStep + 1 32.5 4.01 1.89e+03 0 0.0016 0.566 0.566 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.7 3.81 1.86e+03 0.00116 0 0 0 World initStep + 1 32.7 3.94 1.86e+03 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.8 3.81 1.85e+03 0.00231 0 0 0 World initStep + 1 32.6 4.18 1.85e+03 0 0.00231 1.01 1.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.8 3.81 1.85e+03 0.0102 0 0 0 World initStep + 1 35.4 2.83 1.85e+03 0.00903 0.00114 4.26 4.26 World eIoni + 2 38.7 2 1.85e+03 0.00731 0.00172 3.72 7.98 World eIoni + 3 40.4 1.2 1.85e+03 0.00579 0.00152 2.99 11 World eIoni + 4 41.8 1.83 1.85e+03 0.00311 0.00268 2.42 13.4 World eIoni + 5 42 2.47 1.85e+03 0.00207 0.00103 1.45 14.8 World eIoni + 6 42.2 2.41 1.85e+03 0 0.00207 0.848 15.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.2 3.87 1.76e+03 0.00739 0 0 0 World initStep + 1 33.5 6.02 1.76e+03 0.00481 0.00258 3.02 3.02 World eIoni + 2 34.7 5.8 1.76e+03 0.0023 0.00251 2.08 5.1 World eIoni + 3 34.8 6.06 1.76e+03 0 0.0023 1 6.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.6 3.94 1.69e+03 0.00117 0 0 0 World initStep + 1 33.5 3.84 1.69e+03 0 0.00117 0.352 0.352 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.6 3.95 1.68e+03 0.00149 0 0 0 World initStep + 1 33.6 3.75 1.68e+03 0 0.00149 0.509 0.509 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.8 4.01 1.64e+03 0.00544 0 0 0 World initStep + 1 32.7 2.97 1.64e+03 0.00256 0.00288 2.3 2.3 World eIoni + 2 32.9 3.13 1.64e+03 0 0.00256 1.17 3.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.8 4.02 1.64e+03 0.009 0 0 0 World initStep + 1 32.1 6.21 1.64e+03 0.00728 0.00172 3.7 3.7 World eIoni + 2 32.6 8.35 1.64e+03 0.00662 0.000654 2.97 6.68 World eIoni + 3 33.4 9.94 1.64e+03 0.00499 0.00163 2.72 9.4 World eIoni + 4 32.4 9.82 1.64e+03 0.00324 0.00174 2.14 11.5 World eIoni + 5 32.5 10.5 1.64e+03 0 0.00324 1.51 13 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34.1 4.1 1.55e+03 0.00119 0 0 0 World initStep + 1 34.1 3.98 1.55e+03 0 0.00119 0.365 0.365 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.7 4.43 1.3e+03 0.00238 0 0 0 World initStep + 1 36 4.15 1.3e+03 0 0.00238 1.06 1.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.8 4.46 1.28e+03 0.00573 0 0 0 World initStep + 1 34.3 4.88 1.28e+03 0.00436 0.00136 2.4 2.4 World eIoni + 2 33.7 5.74 1.28e+03 0.00331 0.00105 1.93 4.33 World eIoni + 3 33 5.96 1.28e+03 0.00134 0.00197 1.53 5.86 World eIoni + 4 32.9 6.1 1.28e+03 0 0.00134 0.431 6.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.1 4.53 1.24e+03 0.00138 0 0 0 World initStep + 1 35.9 4.63 1.24e+03 0 0.00138 0.452 0.452 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.1 4.54 1.23e+03 0.00103 0 0 0 World initStep + 1 36.2 4.6 1.23e+03 0 0.00103 0.296 0.296 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.3 4.56 1.2e+03 0.00523 0 0 0 World initStep + 1 36.1 3.15 1.2e+03 0.00361 0.00162 2.22 2.22 World eIoni + 2 35.7 2.54 1.21e+03 0.00203 0.00158 1.65 3.88 World eIoni + 3 36 2.52 1.21e+03 0 0.00203 0.817 4.69 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.7 4.68 1.12e+03 0.00158 0 0 0 World initStep + 1 36.9 4.63 1.12e+03 0 0.00158 0.554 0.554 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.9 4.7 1.09e+03 0.00167 0 0 0 World initStep + 1 36.8 4.47 1.09e+03 0 0.00167 0.603 0.603 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.2 4.85 1e+03 0.0109 0 0 0 World initStep + 1 35.7 8.11 1e+03 0.00909 0.00184 4.65 4.65 World eIoni + 2 36.6 10.9 1e+03 0.00595 0.00314 3.75 8.4 World eIoni + 3 36 12 1.01e+03 0.00489 0.00107 2.48 10.9 World eIoni + 4 35.6 12.8 1.01e+03 0.00281 0.00207 2.11 13 World eIoni + 5 35.6 13.4 1.01e+03 0 0.00281 1.31 14.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.2 4.85 1e+03 0.00267 0 0 0 World initStep + 1 37.8 4.83 1e+03 0 0.00267 1.23 1.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.3 4.87 973 0.00622 0 0 0 World initStep + 1 37.5 3.13 974 0.00504 0.00118 2.57 2.57 World eIoni + 2 36.8 3.9 974 0.003 0.00204 2.16 4.73 World eIoni + 3 36.2 3.86 974 0 0.003 1.4 6.13 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.5 4.9 941 0.0165 0 0 0 World initStep + 1 34 0.234 945 0.0143 0.00217 8.14 8.14 World eIoni + 2 29.6 -3.49 947 0.0104 0.00394 6.64 14.8 World eIoni + 3 26 -4.67 949 0.00834 0.00202 4.35 19.1 World eIoni + 4 23.6 -5.51 949 0.00601 0.00233 3.41 22.5 World eIoni + 5 22.2 -4.91 950 0.00355 0.00245 2.5 25 World eIoni + 6 21.4 -4.7 950 0.00198 0.00157 1.63 26.7 World eIoni + 7 21.4 -4.75 950 0 0.00198 0.786 27.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.5 4.91 926 0.00158 0 0 0 World initStep + 1 37.4 4.72 926 0 0.00158 0.556 0.556 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.9 4.98 867 0.00139 0 0 0 World initStep + 1 37.8 5.15 867 0 0.00139 0.455 0.455 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 4.73 788 0.0081 0 0 0 World initStep + 1 40.5 5.81 788 0.00593 0.00217 3.31 3.31 World eIoni + 2 41.4 7.19 789 0.00325 0.00268 2.47 5.78 World eIoni + 3 41.9 7.59 789 0 0.00325 1.51 7.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.6 4.47 718 0.00247 0 0 0 World initStep + 1 38.8 4.91 718 0 0.00247 1.11 1.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.5 3.42 518 0.0012 0 0 0 World initStep + 1 39.4 3.52 518 0 0.0012 0.367 0.367 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.6 3.36 506 0.00185 0 0 0 World initStep + 1 39.5 3.09 506 0 0.00185 0.71 0.71 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40 2.9 428 0.0114 0 0 0 World initStep + 1 38.3 6.12 430 0.00741 0.00394 4.25 4.25 World msc + 2 39.1 8.04 432 0.005 0.00241 3.03 7.27 World eIoni + 3 39.4 8.26 433 0.00211 0.00289 2.15 9.42 World eIoni + 4 39.8 8.34 433 0 0.00211 0.871 10.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.3 2.57 374 0.011 0 0 0 World initStep + 1 43.4 2.41 376 0.00687 0.00274 3.98 3.98 World eIoni + 2 45.3 1.56 376 0.00547 0.0014 2.82 6.79 World eIoni + 3 46.6 0.645 376 0.004 0.00147 2.31 9.1 World eIoni + 4 46 1.4 377 0.00142 0.00258 1.8 10.9 World eIoni + 5 45.8 1.3 376 0 0.00142 0.474 11.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.4 2.41 376 0.00136 0 0 0 World initStep + 1 43.4 2.32 376 0 0.00136 0.443 0.443 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.7 2.07 275 0.00114 0 0 0 World initStep + 1 40.6 2 275 0 0.00114 0.339 0.339 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41 1.73 205 0.00151 0 0 0 World initStep + 1 41 1.53 205 0 0.00151 0.52 0.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.2 1.23 113 0.00713 0 0 0 World initStep + 1 39.3 2.07 114 0.0059 0.00123 2.92 2.92 World eIoni + 2 40.6 3.06 113 0.0034 0.0025 2.46 5.38 World eIoni + 3 40.4 3.83 114 0 0.0034 1.57 6.95 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.2 1.13 92.8 0.00705 0 0 0 World initStep + 1 40.6 3.08 93.3 0.00502 0.00203 2.89 2.89 World eIoni + 2 40 2.41 92.2 0.00354 0.00148 2.15 5.04 World eIoni + 3 40.2 2.49 91.9 0.00171 0.000691 0.446 5.48 World eIoni + 4 40.5 2.5 91.8 0 0.00171 0.625 6.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.2 2.49 91.9 0.00114 0 0 0 World initStep + 1 40.2 2.62 91.9 0 0.00114 0.341 0.341 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.4 0.644 -1.15 0.0169 0 0 0 World initStep + 1 47 2.2 4.21 0.0124 0.00456 8.48 8.48 World eIoni + 2 50.2 5.21 6.59 0.00998 0.00237 5.44 13.9 World eIoni + 3 50.9 5.54 7.45 0.00883 9.21e-05 1.22 15.1 World eIoni + 4 53.5 4.06 8.81 0.00785 0.000977 3.63 18.8 World eIoni + 5 55.9 5.22 7.66 0.00651 0.00134 3.21 22 World eIoni + 6 57.1 6.01 6.43 0.00502 0.00149 2.68 24.7 World eIoni + 7 57.7 5.91 5.19 0.00258 0.00244 2.15 26.8 World eIoni + 8 57.9 5.78 4.74 0 0.00258 1.18 28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.9 5.54 7.45 0.00106 0 0 0 World initStep + 1 50.9 5.66 7.47 0 0.00106 0.306 0.306 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -0.223 -146 0.00362 0 0 0 World initStep + 1 42.3 -0.665 -146 0.00114 0.00248 1.66 1.66 World eIoni + 2 42.4 -0.576 -146 0 0.00114 0.341 2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -0.562 -228 0.002 0 0 0 World initStep + 1 41.3 -0.464 -228 0 0.002 0.798 0.798 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -0.629 -243 0.00213 0 0 0 World initStep + 1 42 -0.805 -243 0 0.00213 0.887 0.887 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -0.837 -323 0.00125 0 0 0 World initStep + 1 41.7 -0.944 -323 0 0.00125 0.39 0.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.5 -1.05 -417 0.00121 0 0 0 World initStep + 1 41.4 -0.93 -417 0 0.00121 0.37 0.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.5 -1.7 -545 0.00181 0 0 0 World initStep + 1 41.3 -1.9 -545 0 0.00181 0.683 0.683 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -2.11 -641 0.00149 0 0 0 World initStep + 1 41.4 -2.17 -641 0 0.00149 0.509 0.509 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -2.19 -660 0.00245 0 0 0 World initStep + 1 41.2 -2.49 -660 0 0.00245 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -2.33 -700 0.00142 0 0 0 World initStep + 1 41.8 -2.3 -700 0 0.00142 0.471 0.471 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -2.5 -748 0.0029 0 0 0 World initStep + 1 41.4 -3.08 -747 0.00151 0.00139 1.35 1.35 World eIoni + 2 41.4 -3.2 -748 0 0.00151 0.52 1.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.6 -2.9 -855 0.00181 0 0 0 World initStep + 1 41.4 -2.71 -855 0 0.00181 0.684 0.684 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.7 -2.96 -870 0.00162 0 0 0 World initStep + 1 41.7 -2.75 -870 0 0.00162 0.578 0.578 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.7 -3.25 -942 0.00101 0 0 0 World initStep + 1 41.6 -3.31 -942 0 0.00101 0.285 0.285 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.7 -3.51 -1e+03 0.00141 0 0 0 World initStep + 1 41.7 -3.69 -1e+03 0 0.00141 0.465 0.465 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.8 -3.68 -1.06e+03 0.00494 0 0 0 World initStep + 1 40.5 -4.04 -1.06e+03 0.00341 0.00153 2.13 2.13 World eIoni + 2 40 -3.73 -1.06e+03 0.00213 0.00128 1.57 3.7 World eIoni + 3 40.3 -3.77 -1.06e+03 0 0.00213 0.885 4.58 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.8 -3.75 -1.09e+03 0.00428 0 0 0 World initStep + 1 41.4 -4.75 -1.09e+03 0.00233 0.00195 1.9 1.9 World eIoni + 2 41.4 -4.51 -1.09e+03 0 0.00233 1.02 2.92 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.8 -3.76 -1.09e+03 0.00221 0 0 0 World initStep + 1 41.8 -3.38 -1.09e+03 0 0.00221 0.938 0.938 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.9 -3.92 -1.17e+03 0.00307 0 0 0 World initStep + 1 42.3 -4.5 -1.17e+03 0 0.00307 1.43 1.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.9 -3.93 -1.18e+03 0.00325 0 0 0 World initStep + 1 42.2 -4.6 -1.17e+03 0.00128 0.00197 1.51 1.51 World eIoni + 2 42.3 -4.72 -1.17e+03 0 0.00128 0.405 1.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42 -3.93 -1.18e+03 0.00159 0 0 0 World initStep + 1 41.9 -4.14 -1.18e+03 0 0.00159 0.558 0.558 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42 -4.02 -1.22e+03 0.00206 0 0 0 World initStep + 1 41.7 -3.99 -1.22e+03 0 0.00206 0.836 0.836 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.1 -4.04 -1.23e+03 0.0013 0 0 0 World initStep + 1 42.2 -3.97 -1.23e+03 0 0.0013 0.412 0.412 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.1 -4.11 -1.26e+03 0.00296 0 0 0 World initStep + 1 42.3 -4.7 -1.26e+03 0 0.00296 1.38 1.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.3 -4.26 -1.34e+03 0.00164 0 0 0 World initStep + 1 42.2 -4.44 -1.34e+03 0 0.00164 0.585 0.585 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.4 -4.29 -1.35e+03 0.0014 0 0 0 World initStep + 1 42.2 -4.23 -1.35e+03 0 0.0014 0.46 0.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.6 -4.36 -1.4e+03 0.00209 0 0 0 World initStep + 1 42.4 -4.68 -1.4e+03 0 0.00209 0.858 0.858 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43 -4.69 -1.53e+03 0.00817 0 0 0 World initStep + 1 40.5 -4.92 -1.53e+03 0.00675 0.00141 3.34 3.34 World eIoni + 2 38.9 -4.39 -1.53e+03 0.00495 0.0018 2.77 6.11 World eIoni + 3 38.8 -3.12 -1.53e+03 0.00254 0.00242 2.13 8.24 World eIoni + 4 38.7 -2.87 -1.53e+03 0 0.00254 1.15 9.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.2 -4.84 -1.59e+03 0.0115 0 0 0 World initStep + 1 46.7 -7.67 -1.59e+03 0.00999 0.00152 4.96 4.96 World eIoni + 2 50.2 -8.53 -1.59e+03 0.00782 0.00217 4.17 9.14 World eIoni + 3 52.8 -7.7 -1.59e+03 0.00677 0.00105 3.19 12.3 World eIoni + 4 53.6 -5.84 -1.59e+03 0.00608 0.000695 2.36 14.7 World msc + 5 52.6 -4.51 -1.59e+03 0.00485 0.00122 2.52 17.2 World eIoni + 6 52.4 -3.54 -1.59e+03 0.00172 0.00161 1.73 18.9 World eIoni + 7 52.5 -3.34 -1.59e+03 0 0.00172 0.631 19.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.4 -3.54 -1.59e+03 0.00152 0 0 0 World initStep + 1 52.3 -3.44 -1.59e+03 0 0.00152 0.523 0.523 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.2 -4.89 -1.61e+03 0.00414 0 0 0 World initStep + 1 43.4 -5.92 -1.61e+03 0.00205 0.00209 1.85 1.85 World eIoni + 2 43.2 -6.09 -1.61e+03 0 0.00205 0.831 2.68 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.5 -5.01 -1.7e+03 0.00256 0 0 0 World initStep + 1 43.2 -5.34 -1.7e+03 0.00221 0.000343 0.687 0.687 World eIoni + 2 43 -5.63 -1.7e+03 0 0.00221 0.94 1.63 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.8 -5.08 -1.8e+03 0.00132 0 0 0 World initStep + 1 43.8 -4.93 -1.8e+03 0 0.00132 0.421 0.421 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.8 -5.11 -1.83e+03 0.00866 0 0 0 World initStep + 1 43.6 -2.49 -1.83e+03 0.00776 0.0009 3.55 3.55 World eIoni + 2 41.4 -0.662 -1.83e+03 0.00663 0.00113 3.17 6.72 World eIoni + 3 41.6 -0.541 -1.83e+03 0.00419 0.00243 2.72 9.45 World eIoni + 4 42.3 -0.689 -1.83e+03 0.00234 0.00185 1.87 11.3 World eIoni + 5 42.5 -1.08 -1.83e+03 0 0.00234 1.03 12.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.9 -5.15 -1.85e+03 0.00193 0 0 0 World initStep + 1 44 -4.86 -1.85e+03 0 0.00193 0.754 0.754 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.9 -5.19 -1.87e+03 0.00176 0 0 0 World initStep + 1 43.8 -4.98 -1.87e+03 0 0.00176 0.653 0.653 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.9 -5.22 -1.89e+03 0.00388 0 0 0 World initStep + 1 43.5 -4.39 -1.89e+03 0.00258 0.00129 1.76 1.76 World eIoni + 2 43.5 -4.05 -1.89e+03 0.00128 0.000238 0.623 2.38 World eIoni + 3 43.5 -4.2 -1.89e+03 0 0.00128 0.404 2.78 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.5 -4.05 -1.89e+03 0.00107 0 0 0 World initStep + 1 43.5 -4.08 -1.89e+03 0 0.00107 0.309 0.309 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.1 -5.46 -2e+03 0.00186 0 0 0 World initStep + 1 44.2 -5.18 -2e+03 0 0.00186 0.716 0.716 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.3 -5.73 -2.14e+03 0.00636 0 0 0 World initStep + 1 44 -6.85 -2.14e+03 0.00392 0.000893 1.45 1.45 World eIoni + 2 43 -7.06 -2.14e+03 0.00281 0.00111 1.77 3.22 World eIoni + 3 43.2 -6.87 -2.14e+03 0 0.00281 1.31 4.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44 -6.85 -2.14e+03 0.00154 0 0 0 World initStep + 1 44 -7.06 -2.14e+03 0 0.00154 0.535 0.535 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.4 -5.8 -2.18e+03 0.00299 0 0 0 World initStep + 1 43.8 -5.87 -2.18e+03 0.00122 0.00176 1.39 1.39 World eIoni + 2 43.7 -5.87 -2.18e+03 0 0.00122 0.378 1.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -5.89 -2.24e+03 0.00184 0 0 0 World initStep + 1 44.7 -5.79 -2.24e+03 0 0.00184 0.7 0.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.02 -2.32e+03 0.0148 0 0 0 World initStep + 1 43.6 -8.41 -2.32e+03 0.0121 0.00128 3.34 3.34 World eIoni + 2 41.5 -11.2 -2.31e+03 0.00954 0.00254 5.28 8.62 World eIoni + 3 40.3 -13 -2.31e+03 0.00861 0.000931 3.95 12.6 World eIoni + 4 41.5 -14 -2.31e+03 0.00539 0.00321 3.53 16.1 World eIoni + 5 41.2 -14.4 -2.31e+03 0.00215 0.00206 1.74 17.8 World eIoni + 6 40.8 -14.3 -2.31e+03 0 0.00215 0.9 18.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 41.2 -14.4 -2.31e+03 0.00118 0 0 0 World initStep + 1 41.1 -14.5 -2.31e+03 0 0.00118 0.358 0.358 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 8 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.6 -8.41 -2.32e+03 0.00146 0 0 0 World initStep + 1 43.4 -8.52 -2.32e+03 0 0.00146 0.493 0.493 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.6 -6.06 -2.35e+03 0.00105 0 0 0 World initStep + 1 44.6 -6.15 -2.35e+03 0 0.00105 0.302 0.302 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.12 -2.49e+03 0.00141 0 0 0 World initStep + 1 44.6 -5.95 -2.49e+03 0 0.00141 0.467 0.467 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.1 -2.52e+03 0.00103 0 0 0 World initStep + 1 44.4 -6.18 -2.52e+03 0 0.00103 0.295 0.295 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.1 -2.53e+03 0.0129 0 0 0 World initStep + 1 44.5 -5.96 -2.53e+03 0.0116 4.76e-05 0.155 0.155 World eIoni + 2 43.8 -2.67 -2.52e+03 0.00985 0.00179 5.03 5.19 World eIoni + 3 43.2 0.384 -2.52e+03 0.00786 0.00199 4.1 9.29 World eIoni + 4 42.9 -1.79 -2.52e+03 0.00645 0.00141 3.21 12.5 World eIoni + 5 42.4 -0.373 -2.52e+03 0.00402 0.00244 2.66 15.2 World eIoni + 6 42.3 0.468 -2.52e+03 0.002 0.00202 1.3 16.5 World eIoni + 7 42.5 0.636 -2.52e+03 0 0.002 0.8 17.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -5.96 -2.53e+03 0.00121 0 0 0 World initStep + 1 44.4 -5.91 -2.53e+03 0 0.00121 0.372 0.372 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.1 -2.54e+03 0.00119 0 0 0 World initStep + 1 44.4 -6.18 -2.54e+03 0 0.00119 0.364 0.364 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.5 -6.09 -2.57e+03 0.00183 0 0 0 World initStep + 1 44.7 -6.31 -2.57e+03 0 0.00183 0.696 0.696 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.61e+03 50 0 0 0 World initStep + 1 -19.6 -50.2 -2.56e+03 50 0.00847 56.3 56.3 World hIoni + 2 -19.6 -50.2 -2.51e+03 50 0.008 43.9 100 World hIoni + 3 -19.6 -50.2 -2.5e+03 50 0.00121 7.73 108 World hIoni + 4 -19.6 -50.2 -2.49e+03 50 0.00269 16.3 124 World hIoni + 5 -19.6 -50.2 -2.46e+03 50 0.00393 26.8 151 World hIoni + 6 -19.6 -50.2 -2.46e+03 50 0 0.2 151 World hIoni + 7 -19.6 -50.1 -2.4e+03 49.9 0.00853 57.6 209 World hIoni + 8 -19.6 -50.1 -2.34e+03 49.9 0.0111 62.5 271 World hIoni + 9 -19.5 -50 -2.24e+03 49.9 0.0187 96.9 368 World hIoni + 10 -19.4 -50 -2.22e+03 49.9 0.00443 25.9 394 World hIoni + 11 -19 -50 -2.01e+03 49.9 0.0323 206 600 World hIoni + 12 -18.9 -50 -1.99e+03 49.8 0.00503 26.9 627 World hIoni + 13 -18.7 -50 -1.92e+03 49.8 0.0122 60.8 688 World hIoni + 14 -18.5 -50 -1.89e+03 49.8 0.00269 30 718 World hIoni + 15 -18.5 -50.1 -1.88e+03 49.8 0.00242 15.6 734 World hIoni + 16 -18.3 -50.1 -1.83e+03 49.8 0.00496 49.1 783 World hIoni + 17 -17.8 -50 -1.74e+03 49.8 0.0175 90.8 873 World hIoni + 18 -17.2 -49.9 -1.65e+03 49.8 0.02 92.6 966 World hIoni + 19 -16.6 -49.9 -1.57e+03 49.7 0.0141 74.4 1.04e+03 World hIoni + 20 -16.6 -49.9 -1.57e+03 49.7 0.0027 6.54 1.05e+03 World hIoni + 21 -16.4 -49.9 -1.55e+03 49.7 0.00348 17 1.06e+03 World hIoni + 22 -16.2 -49.9 -1.52e+03 49.7 0.00411 29.1 1.09e+03 World hIoni + 23 -15.9 -50 -1.46e+03 49.7 0.00806 59.2 1.15e+03 World hIoni + 24 -15.8 -50 -1.45e+03 49.7 0.00208 13 1.17e+03 World hIoni + 25 -15.4 -50.2 -1.39e+03 49.7 0.00994 58.4 1.22e+03 World hIoni + 26 -14.7 -50.5 -1.28e+03 49.6 0.0157 104 1.33e+03 World hIoni + 27 -14.5 -50.6 -1.26e+03 49.6 0.00521 25.1 1.35e+03 World hIoni + 28 -14.5 -50.6 -1.26e+03 49.6 0.0002 4.04 1.36e+03 World hIoni + 29 -14.5 -50.6 -1.25e+03 49.6 0.00124 3.06 1.36e+03 World hIoni + 30 -14.3 -50.7 -1.22e+03 49.6 0.00442 30.2 1.39e+03 World hIoni + 31 -14.2 -50.7 -1.21e+03 49.6 0.00208 13 1.4e+03 World hIoni + 32 -13.9 -50.9 -1.17e+03 49.6 0.00913 42.5 1.45e+03 World hIoni + 33 -13.2 -51.3 -1.05e+03 49.6 0.025 117 1.56e+03 World hIoni + 34 -13.1 -51.4 -1.02e+03 49.5 0.00757 31.8 1.59e+03 World hIoni + 35 -12.9 -51.4 -989 49.5 0.00414 28.6 1.62e+03 World hIoni + 36 -12.8 -51.5 -967 49.5 0.00623 22.9 1.65e+03 World hIoni + 37 -12.2 -51.9 -860 49.5 0.0176 106 1.75e+03 World hIoni + 38 -12.1 -52 -841 49.5 0.00403 19.6 1.77e+03 World hIoni + 39 -12 -52.1 -820 49.5 0.00368 20.2 1.79e+03 World hIoni + 40 -12 -52.1 -816 49.5 0.000433 4.04 1.8e+03 World hIoni + 41 -11.9 -52.2 -803 49.5 0.00392 13.1 1.81e+03 World hIoni + 42 -11.6 -52.5 -736 49.4 0.015 67.6 1.88e+03 World hIoni + 43 -11.4 -52.7 -685 49.4 0.00812 50.9 1.93e+03 World hIoni + 44 -10.6 -53.2 -508 49.4 0.0321 177 2.1e+03 World hIoni + 45 -10.5 -53.3 -498 49.4 0.00131 10.7 2.11e+03 World hIoni + 46 -10.4 -53.4 -454 49.4 0.00629 44 2.16e+03 World hIoni + 47 -10.1 -53.5 -393 49.4 0.0142 60.2 2.22e+03 World hIoni + 48 -10 -53.6 -361 49.4 0.00895 32 2.25e+03 World hIoni + 49 -9.98 -53.6 -354 49.4 0.00126 7.42 2.26e+03 World hIoni + 50 -9.82 -53.7 -300 49.3 0.012 53.9 2.31e+03 World hIoni + 51 -9.81 -53.7 -297 49.3 0.000749 2.75 2.32e+03 World hIoni + 52 -9.78 -53.7 -289 49.3 0.00114 8.18 2.32e+03 World hIoni + 53 -9.71 -53.7 -263 49.3 0.00432 25.7 2.35e+03 World hIoni + 54 -9.58 -53.8 -220 49.3 0.007 43.5 2.39e+03 World hIoni + 55 -9.55 -53.8 -211 49.3 0.00244 8.57 2.4e+03 World hIoni + 56 -9.02 -54 -61.4 49.3 0.0264 150 2.55e+03 World hIoni + 57 -8.8 -54.1 15.1 49.3 0.0101 76.5 2.63e+03 World hIoni + 58 -8.69 -54.1 55.8 49.3 0.0078 40.8 2.67e+03 World hIoni + 59 -8.59 -54.3 98.7 49.2 0.00711 42.8 2.71e+03 World hIoni + 60 -8.55 -54.3 116 49.2 0.00365 16.9 2.73e+03 World hIoni + 61 -8.46 -54.4 164 49.2 0.0102 48.9 2.78e+03 World hIoni + 62 -8.44 -54.5 179 49.2 0.0023 14.8 2.79e+03 World hIoni + 63 -8.43 -54.5 186 49.2 0.000862 6.71 2.8e+03 World hIoni + 64 -8.42 -54.5 206 49.2 0.00254 19.8 2.82e+03 World hIoni + 65 -8.42 -54.5 210 49.2 0.000132 4.37 2.82e+03 World hIoni + 66 -8.37 -54.6 262 49.2 0.00869 51.9 2.87e+03 World hIoni + 67 -8.34 -54.6 289 49.2 0.00353 26.6 2.9e+03 World hIoni + 68 -8.27 -54.6 348 49.2 0.0105 59.6 2.96e+03 World hIoni + 69 -8.25 -54.6 364 49.2 0.00328 15.9 2.98e+03 World hIoni + 70 -8.26 -54.6 410 49.1 0.0102 46.2 3.02e+03 World hIoni + 71 -8.25 -54.6 430 49.1 0.0037 19.9 3.04e+03 cloudPV CoupledTransportation + 72 -8.25 -54.6 432 46.9 2.26 1.81 3.04e+03 World CoupledTransportation + 73 -8.23 -54.5 450 46.9 0.00588 17.5 3.06e+03 World hIoni + 74 -8.22 -54.4 455 46.9 0.00206 5.91 3.07e+03 World hIoni + 75 -8.18 -54.1 506 46.9 0.0111 50.4 3.12e+03 World hIoni + 76 -8.18 -54.1 509 46.9 0.000476 3.29 3.12e+03 cloudPV CoupledTransportation + 77 -8.18 -54.1 510 45.3 1.55 1.17 3.12e+03 World CoupledTransportation + 78 -8.41 -53.8 538 45.3 0.00663 28.1 3.15e+03 World hIoni + 79 -8.61 -53.5 564 45.3 0.00564 25.4 3.18e+03 World hIoni + 80 -8.75 -53.4 582 45.3 0.00401 18.2 3.19e+03 World hIoni + 81 -9.23 -52.7 649 45.2 0.0143 67.3 3.26e+03 World hIoni + 82 -9.36 -52.5 665 45.2 0.00266 15.8 3.28e+03 World hIoni + 83 -10 -51.7 749 45.2 0.0166 84.1 3.36e+03 World hIoni + 84 -10.9 -50.7 848 45.2 0.019 98.4 3.46e+03 World hIoni + 85 -11.3 -50.2 901 45.2 0.0109 53.8 3.51e+03 World hIoni + 86 -11.3 -50.1 912 45.2 0.00218 10.7 3.52e+03 World hIoni + 87 -11.6 -49.7 946 45.1 0.00484 34.2 3.56e+03 World hIoni + 88 -11.6 -49.7 947 45.1 9.26e-05 0.377 3.56e+03 World hIoni + 89 -11.8 -49.3 988 45.1 0.00772 41 3.6e+03 World hIoni + 90 -12.5 -48.2 1.1e+03 45.1 0.0242 112 3.71e+03 World hIoni + 91 -12.8 -47.8 1.13e+03 45 0.00827 35.5 3.75e+03 World hIoni + 92 -12.9 -47.7 1.15e+03 45 0.00311 14.9 3.76e+03 World hIoni + 93 -13.2 -47.3 1.19e+03 45 0.0099 44.3 3.81e+03 World hIoni + 94 -13.3 -47.1 1.22e+03 45 0.00278 22.6 3.83e+03 World hIoni + 95 -13.6 -46.8 1.26e+03 45 0.00678 38.5 3.87e+03 World hIoni + 96 -13.6 -46.7 1.26e+03 45 0.00132 7.75 3.88e+03 World hIoni + 97 -14.1 -46.1 1.32e+03 45 0.0129 60.8 3.94e+03 World hIoni + 98 -14.7 -45.5 1.4e+03 45 0.0165 80.7 4.02e+03 World hIoni + 99 -14.7 -45.5 1.41e+03 45 0.000281 1.87 4.02e+03 World hIoni + 100 -14.8 -45.4 1.42e+03 45 0.00182 11.3 4.03e+03 World hIoni + 101 -15 -45.2 1.44e+03 45 0.00376 20.9 4.05e+03 World hIoni + 102 -15.1 -45.1 1.45e+03 45 0.000471 8.11 4.06e+03 World hIoni + 103 -15.7 -44.5 1.52e+03 44.9 0.0157 74 4.13e+03 World hIoni + 104 -16.9 -43.3 1.66e+03 44.9 0.0252 138 4.27e+03 World hIoni + 105 -17.8 -42.4 1.78e+03 44.9 0.0299 118 4.39e+03 World hIoni + 106 -17.8 -42.3 1.78e+03 44.9 0.00126 7.99 4.4e+03 World hIoni + 107 -18.1 -42.1 1.82e+03 44.9 0.00625 33.4 4.43e+03 World hIoni + 108 -18.3 -41.8 1.85e+03 44.9 0.0053 35.3 4.47e+03 World hIoni + 109 -19.9 -39.8 2.07e+03 44.8 0.0422 217 4.68e+03 World hIoni + 110 -19.9 -39.7 2.07e+03 44.8 0.000599 1.92 4.68e+03 World hIoni + 111 -20.2 -39.1 2.13e+03 44.8 0.00769 54.2 4.74e+03 World hIoni + 112 -20.3 -39 2.13e+03 44.8 0.00203 8.19 4.75e+03 World hIoni + 113 -20.8 -37.9 2.22e+03 44.8 0.0148 86.2 4.83e+03 World hIoni + 114 -20.9 -37.7 2.24e+03 44.8 0.00259 15.3 4.85e+03 World hIoni + 115 -21.2 -37.1 2.29e+03 44.8 0.00906 53.4 4.9e+03 World hIoni + 116 -21.3 -36.9 2.3e+03 44.8 0.00159 13.3 4.92e+03 World hIoni + 117 -21.5 -36.7 2.32e+03 44.7 0.00756 21.9 4.94e+03 World hIoni + 118 -22 -35.8 2.39e+03 44.7 0.0137 65.7 5e+03 World hIoni + 119 -22.3 -35.3 2.43e+03 44.7 0.00953 39.3 5.04e+03 World hIoni + 120 -22.6 -34.6 2.48e+03 44.7 0.0104 49.1 5.09e+03 World hIoni + 121 -23.3 -32.8 2.6e+03 44.7 0.0288 121 5.21e+03 detectorPV CoupledTransportation + 122 -23.3 -32.8 2.6e+03 38.8 5.89 1.94 5.21e+03 detectorPV hIoni + 123 -23.4 -32.8 2.6e+03 33.7 5.03 1.55 5.22e+03 detectorPV hIoni + 124 -23.4 -32.8 2.6e+03 29.1 4.65 1.24 5.22e+03 detectorPV hIoni + 125 -23.4 -32.7 2.61e+03 25 4.12 0.991 5.22e+03 detectorPV hIoni + 126 -23.4 -32.7 2.61e+03 21.2 3.78 0.793 5.22e+03 detectorPV hIoni + 127 -23.4 -32.7 2.61e+03 17.7 3.48 0.632 5.22e+03 detectorPV hIoni + 128 -23.4 -32.7 2.61e+03 14.6 3.06 0.502 5.22e+03 detectorPV hIoni + 129 -23.5 -32.7 2.61e+03 11.9 2.71 0.401 5.22e+03 detectorPV hIoni + 130 -23.5 -32.7 2.61e+03 9.22 2.72 0.323 5.22e+03 detectorPV hIoni + 131 -23.5 -32.7 2.61e+03 6.42 2.8 0.255 5.22e+03 detectorPV hIoni + 132 -23.5 -32.7 2.61e+03 3.42 3 0.192 5.22e+03 detectorPV hIoni + 133 -23.5 -32.7 2.61e+03 0.0349 3.38 0.102 5.22e+03 detectorPV hIoni + 134 -23.5 -32.7 2.61e+03 0 0.0349 0.000477 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.6 -34.6 2.48e+03 0.00337 0 0 0 World initStep + 1 -22.8 -35.3 2.48e+03 0.0013 0.00207 1.56 1.56 World eIoni + 2 -22.9 -35.3 2.48e+03 0 0.0013 0.414 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.3 -35.3 2.43e+03 0.013 0 0 0 World initStep + 1 -25 -36.8 2.43e+03 0.012 0.00102 3.29 3.29 World msc + 2 -27.7 -40.4 2.43e+03 0.0105 0.0015 4.92 8.21 World msc + 3 -29.9 -42 2.43e+03 0.00859 0.00187 4.41 12.6 World eIoni + 4 -31.5 -42.1 2.42e+03 0.0074 0.00119 3.52 16.1 World eIoni + 5 -31.6 -41.3 2.42e+03 0.00655 0.000844 3.02 19.2 World eIoni + 6 -31.1 -42.7 2.42e+03 0.00558 0.000973 2.7 21.9 World eIoni + 7 -29.6 -42.3 2.42e+03 0.00486 0.000715 2.35 24.2 World eIoni + 8 -28.3 -42.5 2.42e+03 0.00203 0.00283 2.1 26.3 World eIoni + 9 -28.3 -42.6 2.42e+03 0 0.00203 0.82 27.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22 -35.8 2.39e+03 0.00143 0 0 0 World initStep + 1 -21.8 -35.8 2.39e+03 0 0.00143 0.479 0.479 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.5 -36.7 2.32e+03 0.00624 0 0 0 World initStep + 1 -19.7 -36.4 2.33e+03 0.00422 0.00202 2.58 2.58 World eIoni + 2 -19.5 -36.7 2.32e+03 0.00311 0.00111 1.88 4.46 World eIoni + 3 -20 -36.4 2.32e+03 0.00142 0.00169 1.45 5.91 World eIoni + 4 -20.1 -36.4 2.32e+03 0 0.00142 0.474 6.38 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.3 -36.9 2.3e+03 0.0017 0 0 0 World initStep + 1 -21.4 -36.7 2.3e+03 0 0.0017 0.618 0.618 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.2 -37.1 2.29e+03 0.00173 0 0 0 World initStep + 1 -21.2 -37.3 2.29e+03 0 0.00173 0.638 0.638 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.9 -37.7 2.24e+03 0.00131 0 0 0 World initStep + 1 -21.1 -37.7 2.24e+03 0 0.00131 0.417 0.417 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.8 -37.9 2.22e+03 0.00243 0 0 0 World initStep + 1 -20.4 -37.7 2.22e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.3 -39 2.13e+03 0.0021 0 0 0 World initStep + 1 -20.5 -38.8 2.13e+03 0 0.0021 0.865 0.865 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.2 -39.1 2.13e+03 0.00127 0 0 0 World initStep + 1 -20.1 -39 2.13e+03 0 0.00127 0.397 0.397 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 -39.7 2.07e+03 0.00112 0 0 0 World initStep + 1 -19.9 -39.6 2.07e+03 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 -39.8 2.07e+03 0.00757 0 0 0 World initStep + 1 -18.8 -41.7 2.07e+03 0.00591 0.00166 3.09 3.09 World eIoni + 2 -18.9 -42.9 2.07e+03 0.00461 0.0013 2.46 5.55 World eIoni + 3 -19.8 -42.7 2.07e+03 0.00135 0.00195 1.2 6.75 World eIoni + 4 -19.9 -42.7 2.07e+03 0 0.00135 0.436 7.19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 106 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.8 -42.7 2.07e+03 0.00131 0 0 0 World initStep + 1 -19.8 -42.8 2.07e+03 0 0.00131 0.418 0.418 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.3 -41.8 1.85e+03 0.00116 0 0 0 World initStep + 1 -18.4 -41.9 1.85e+03 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.1 -42.1 1.82e+03 0.00416 0 0 0 World initStep + 1 -18.3 -43.1 1.82e+03 0.00109 0.00307 1.85 1.85 World eIoni + 2 -18.3 -43 1.82e+03 0 0.00109 0.319 2.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 -42.3 1.78e+03 0.00155 0 0 0 World initStep + 1 -17.6 -42.3 1.78e+03 0 0.00155 0.537 0.537 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 -42.4 1.78e+03 0.00137 0 0 0 World initStep + 1 -17.9 -42.4 1.78e+03 0 0.00137 0.449 0.449 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.9 -43.3 1.66e+03 0.00365 0 0 0 World initStep + 1 -16.1 -43.6 1.66e+03 0.00219 0.00147 1.67 1.67 World eIoni + 2 -16.1 -43.2 1.66e+03 0 0.00219 0.923 2.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.7 -44.5 1.52e+03 0.00168 0 0 0 World initStep + 1 -15.8 -44.3 1.52e+03 0 0.00168 0.612 0.612 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.1 -45.1 1.45e+03 0.0016 0 0 0 World initStep + 1 -14.9 -45 1.45e+03 0 0.0016 0.565 0.565 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15 -45.2 1.44e+03 0.00108 0 0 0 World initStep + 1 -15.1 -45.2 1.44e+03 0 0.00108 0.314 0.314 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.8 -45.4 1.42e+03 0.00356 0 0 0 World initStep + 1 -15.6 -45.6 1.42e+03 0.00136 0.00219 1.63 1.63 World eIoni + 2 -15.5 -45.4 1.42e+03 0 0.00136 0.444 2.08 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.7 -45.5 1.41e+03 0.00103 0 0 0 World initStep + 1 -14.7 -45.6 1.41e+03 0 0.00103 0.294 0.294 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.7 -45.5 1.4e+03 0.003 0 0 0 World initStep + 1 -15.1 -46 1.4e+03 0.00159 0.0014 1.4 1.4 World eIoni + 2 -15.2 -45.9 1.4e+03 0 0.00159 0.562 1.96 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.1 -46.1 1.32e+03 0.0014 0 0 0 World initStep + 1 -13.9 -46.1 1.32e+03 0 0.0014 0.463 0.463 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.6 -46.7 1.26e+03 0.00286 0 0 0 World initStep + 1 -14.2 -46.7 1.26e+03 0.00235 0.000511 1.33 1.33 World eIoni + 2 -14.3 -47 1.26e+03 0 0.00235 1.04 2.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.6 -46.8 1.26e+03 0.00126 0 0 0 World initStep + 1 -13.6 -46.6 1.26e+03 0 0.00126 0.396 0.396 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.3 -47.1 1.22e+03 0.00331 0 0 0 World initStep + 1 -14 -47.4 1.22e+03 0.00158 0.00173 1.53 1.53 World eIoni + 2 -13.8 -47.4 1.22e+03 0 0.00158 0.553 2.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 -47.3 1.19e+03 0.00424 0 0 0 World initStep + 1 -12.5 -46.4 1.19e+03 0.00326 0.000981 1.89 1.89 World eIoni + 2 -11.8 -46.4 1.19e+03 0.00161 0.00166 1.51 3.4 World eIoni + 3 -12 -46.4 1.19e+03 0 0.00161 0.568 3.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.9 -47.7 1.15e+03 0.0135 0 0 0 World initStep + 1 -10.4 -45.6 1.15e+03 0.0118 0.00166 4.4 4.4 World msc + 2 -10.7 -41.5 1.15e+03 0.0109 0.000927 4.46 8.87 World msc + 3 -10.4 -37.5 1.15e+03 0.0088 0.00209 4.42 13.3 World msc + 4 -10.6 -34.7 1.15e+03 0.0078 0.001 3.61 16.9 World eIoni + 5 -11.3 -35.4 1.16e+03 0.00658 0.00122 3.18 20.1 World eIoni + 6 -12.1 -36.3 1.15e+03 0.00517 0.00141 2.71 22.8 World eIoni + 7 -11.7 -37.5 1.15e+03 0.00259 0.00258 2.2 25 World eIoni + 8 -12 -37.1 1.15e+03 0 0.00259 1.18 26.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 -47.8 1.13e+03 0.00164 0 0 0 World initStep + 1 -12.6 -47.7 1.13e+03 0 0.00164 0.586 0.586 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.5 -48.2 1.1e+03 0.00182 0 0 0 World initStep + 1 -12.3 -48 1.1e+03 0 0.00182 0.69 0.69 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.8 -49.3 988 0.0105 0 0 0 World initStep + 1 -15.1 -51.7 988 0.00753 0.00293 4.41 4.41 World eIoni + 2 -17.1 -52.8 988 0.00664 0.000882 3.07 7.48 World eIoni + 3 -18.7 -52.6 989 0.00427 0.00237 2.73 10.2 World eIoni + 4 -19.3 -52.3 990 0.00194 0.00233 1.9 12.1 World eIoni + 5 -19.3 -52 990 0 0.00194 0.765 12.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.6 -49.7 947 0.0189 0 0 0 World initStep + 1 -12.1 -49.9 947 0.016 9.47e-05 0.609 0.609 World eIoni + 2 -15.9 -50.3 946 0.0133 0.00155 4.07 4.68 World eIoni + 3 -18.9 -51.2 946 0.0113 0.000488 3.23 7.9 World eIoni + 4 -22.7 -53.4 946 0.00941 0.00186 4.83 12.7 World eIoni + 5 -24.4 -56.5 946 0.00785 0.00156 3.89 16.6 World eIoni + 6 -26.3 -58 946 0.00691 0.000938 3.21 19.8 World eIoni + 7 -27.2 -59.5 947 0.00529 0.00162 2.83 22.7 World eIoni + 8 -27.4 -59.7 948 0.0027 0.000289 0.448 23.1 World eIoni + 9 -27.8 -59.6 948 0 0.0027 1.25 24.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.4 -59.7 948 0.00231 0 0 0 World initStep + 1 -27.2 -60 948 0 0.00231 1.01 1.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.9 -51.2 946 0.00151 0 0 0 World initStep + 1 -18.9 -51.1 946 0 0.00151 0.52 0.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.9 -50.3 946 0.00113 0 0 0 World initStep + 1 -16 -50.3 947 0 0.00113 0.338 0.338 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 85 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.1 -49.9 947 0.00282 0 0 0 World initStep + 1 -12.1 -49.7 947 0 0.00282 1.31 1.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.6 -49.7 946 0.0464 0 0 0 World initStep + 1 18.4 -59.3 972 0.0411 0.0053 45.3 45.3 World eIoni + 2 33.3 -53.2 980 0.0342 0.00263 18.9 64.2 World eIoni + 3 50.5 -60.5 996 0.0292 0.00504 26.7 90.9 World eIoni + 4 69.3 -60.5 1e+03 0.0261 0.00307 20.4 111 World eIoni + 5 72.6 -60.9 999 0.0228 0.00168 3.35 115 World eIoni + 6 81.8 -55.5 993 0.0198 0.00295 13.5 128 World eIoni + 7 86 -53.2 984 0.0172 0.00258 10.8 139 World eIoni + 8 85.3 -61.2 984 0.0146 0.00261 8.73 148 World eIoni + 9 85.4 -66.1 983 0.012 0.00153 5.16 153 World eIoni + 10 84.9 -70.5 985 0.00957 0.00242 5.23 158 World eIoni + 11 83.3 -71.3 988 0.00694 0.00262 3.97 162 World eIoni + 12 83 -72.1 990 0.00428 0.00266 2.84 165 World eIoni + 13 83.8 -71.9 989 0.00334 0.00094 1.9 167 World eIoni + 14 84.4 -72.1 989 0 0.00334 1.55 168 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 85.4 -66.1 983 0.00113 0 0 0 World initStep + 1 85.4 -66.1 983 0 0.00113 0.336 0.336 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.6 -60.9 999 0.00168 0 0 0 World initStep + 1 72.6 -61 1e+03 0 0.00168 0.607 0.607 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 84 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.3 -53.2 980 0.00423 0 0 0 World initStep + 1 33.3 -52.1 980 0.00233 0.0019 1.88 1.88 World eIoni + 2 33.6 -51.8 980 0 0.00233 1.03 2.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.3 -50.1 912 0.00376 0 0 0 World initStep + 1 -10.6 -50.6 912 0.00213 0.00164 1.71 1.71 World eIoni + 2 -10.6 -50.3 912 0 0.00213 0.662 2.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.3 -50.2 901 0.0138 0 0 0 World initStep + 1 -14 -55 903 0.0126 0.00115 6.29 6.29 World eIoni + 2 -14 -59.1 906 0.01 0.00256 5.59 11.9 World eIoni + 3 -15.1 -62.1 907 0.00819 0.00185 4.2 16.1 World eIoni + 4 -16.5 -62.9 905 0.00714 0.00105 3.35 19.4 World eIoni + 5 -16.3 -61.3 904 0.00526 0.00188 2.92 22.4 World eIoni + 6 -15.2 -60.8 903 0.00272 0.00111 1.93 24.3 World eIoni + 7 -15 -60.3 903 0.00148 0.00124 1.26 25.5 World eIoni + 8 -15.1 -60.4 903 0 0.00148 0.503 26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.2 -60.8 903 0.00143 0 0 0 World initStep + 1 -15.1 -60.9 903 0 0.00143 0.476 0.476 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.9 -50.7 848 0.00165 0 0 0 World initStep + 1 -10.9 -51 848 0 0.00165 0.591 0.591 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10 -51.7 749 0.00101 0 0 0 World initStep + 1 -10.1 -51.6 749 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.36 -52.5 665 0.00459 0 0 0 World initStep + 1 -9.3 -53.7 665 0.00364 0.00095 2.01 2.01 World eIoni + 2 -8.94 -53.5 666 0 0.00364 1.67 3.67 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.23 -52.7 649 0.011 0 0 0 World initStep + 1 -8.89 -57 649 0.00808 0.00289 4.67 4.67 World eIoni + 2 -9.99 -56.9 647 0.00618 0.0019 3.3 7.97 World eIoni + 3 -8.9 -55.5 647 0.00507 0.00111 2.56 10.5 World eIoni + 4 -8.29 -54.3 646 0.00295 0.00212 2.17 12.7 World eIoni + 5 -7.92 -54.1 646 0 0.00295 1.37 14.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.75 -53.4 582 0.00227 0 0 0 World initStep + 1 -8.88 -53.7 582 0 0.00227 0.98 0.98 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.61 -53.5 564 0.00108 0 0 0 World initStep + 1 -8.72 -53.5 564 0 0.00108 0.315 0.315 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.41 -53.8 538 0.00953 0 0 0 World initStep + 1 -9.68 -54.6 538 0.00923 0.000307 1.56 1.56 World msc + 2 -10.4 -55.7 538 0.0085 0.000722 1.45 3 World msc + 3 -10.7 -56.2 538 0.00671 0.000565 0.599 3.6 World eIoni + 4 -11.5 -57 539 0.00537 0.00134 1.74 5.34 World msc + 5 -12.7 -57.2 540 0.00311 0.00225 2.27 7.62 World eIoni + 6 -12.7 -56.7 540 0 0.00311 1.45 9.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.7 -56.2 538 0.00123 0 0 0 World initStep + 1 -10.6 -56.3 538 0 0.00123 0.381 0.381 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.18 -54.1 506 0.0035 0 0 0 World initStep + 1 -7.54 -54.6 506 0 0.0035 1.61 1.61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.22 -54.4 455 0.00556 0 0 0 World initStep + 1 -6.73 -54.8 456 0.00355 0.00201 2.34 2.34 World eIoni + 2 -5.91 -54.7 456 0.00233 0.00122 1.63 3.97 World eIoni + 3 -5.93 -54.7 455 0.00102 0.0013 1.02 4.99 World eIoni + 4 -5.94 -54.8 455 0 0.00102 0.292 5.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.23 -54.5 450 0.00122 0 0 0 World initStep + 1 -8.35 -54.5 450 0 0.00122 0.376 0.376 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.26 -54.6 410 0.0155 0 0 0 World initStep + 1 -11.9 -50.4 413 0.0143 0.00125 6.52 6.52 World msc + 2 -14.2 -44.8 414 0.0127 0.00154 6.62 13.1 World eIoni + 3 -14.2 -43.8 413 0.0112 0.000416 1.44 14.6 World eIoni + 4 -11.9 -40.5 411 0.00957 0.00165 4.8 19.4 World eIoni + 5 -10 -38.3 410 0.00777 0.0018 3.97 23.4 World eIoni + 6 -9.87 -36 410 0.00676 0.00101 3.17 26.5 World eIoni + 7 -8.6 -35.3 412 0.00445 0.00231 2.77 29.3 World eIoni + 8 -8.06 -34.4 412 0.00406 0.000396 1.96 31.3 World eIoni + 9 -7.24 -33.8 412 0.00255 0.00151 1.82 33.1 World eIoni + 10 -6.99 -33.7 413 0 0.00255 1.16 34.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.2 -43.8 413 0.0011 0 0 0 World initStep + 1 -14.2 -43.8 413 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.25 -54.6 364 0.00164 0 0 0 World initStep + 1 -8.03 -54.5 364 0 0.00164 0.586 0.586 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.27 -54.6 348 0.00114 0 0 0 World initStep + 1 -8.37 -54.7 348 0 0.00114 0.341 0.341 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.34 -54.6 289 0.00391 0 0 0 World initStep + 1 -7.98 -54.2 289 0.00196 0.00088 0.676 0.676 World eIoni + 2 -7.78 -54.3 289 0 0.00196 0.778 1.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 68 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.98 -54.2 289 0.00107 0 0 0 World initStep + 1 -7.93 -54.1 289 0 0.00107 0.311 0.311 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.37 -54.6 262 0.00168 0 0 0 World initStep + 1 -8.45 -54.4 262 0 0.00168 0.611 0.611 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.42 -54.5 210 0.00142 0 0 0 World initStep + 1 -8.59 -54.6 210 0 0.00142 0.472 0.472 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.42 -54.5 206 0.0012 0 0 0 World initStep + 1 -8.28 -54.5 206 0 0.0012 0.367 0.367 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.43 -54.5 186 0.00702 0 0 0 World initStep + 1 -5.91 -54.8 186 0.00582 0.00121 2.88 2.88 World eIoni + 2 -4.72 -55.7 187 0.00554 0.000281 2.43 5.31 World eIoni + 3 -4.22 -56.9 188 0.004 0.00154 2.33 7.64 World eIoni + 4 -4.1 -57.9 188 0.00113 0.00286 1.8 9.43 World eIoni + 5 -4.16 -57.9 188 0 0.00113 0.337 9.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.44 -54.5 179 0.00868 0 0 0 World initStep + 1 -9.98 -51.7 179 0.00641 0.00227 3.56 3.56 World eIoni + 2 -11 -50.7 178 0.00485 0.00155 2.64 6.2 World eIoni + 3 -10.8 -51.6 179 0.00248 0.00238 2.1 8.3 World eIoni + 4 -11.3 -51.6 178 0 0.00248 1.12 9.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.46 -54.4 164 0.00695 0 0 0 World initStep + 1 -7.31 -53.1 165 0.0044 0.000927 2.39 2.39 World eIoni + 2 -6.61 -52.3 165 0.00296 0.00144 1.94 4.33 World eIoni + 3 -6.68 -52.8 165 0 0.00296 1.38 5.71 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.31 -53.1 165 0.00162 0 0 0 World initStep + 1 -7.33 -53.2 165 0 0.00162 0.577 0.577 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.55 -54.3 116 0.00114 0 0 0 World initStep + 1 -8.51 -54.4 116 0 0.00114 0.342 0.342 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.59 -54.3 98.7 0.00671 0 0 0 World initStep + 1 -9.47 -56 99.2 0.00561 0.00111 2.76 2.76 World eIoni + 2 -9.67 -57.3 98.4 0.00202 0.00358 2.36 5.11 World eIoni + 3 -9.88 -57.4 98.1 0 0.00202 0.815 5.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.69 -54.1 55.8 0.00426 0 0 0 World initStep + 1 -9.55 -53.5 56.1 0.00252 0.00174 1.89 1.89 World eIoni + 2 -9.9 -53.5 56.4 0 0.00252 1.15 3.04 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.8 -54.1 15.1 0.00273 0 0 0 World initStep + 1 -8.35 -53.8 15.2 0 0.00273 1.26 1.26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.02 -54 -61.4 0.0011 0 0 0 World initStep + 1 -9.13 -54.1 -61.4 0 0.0011 0.325 0.325 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.55 -53.8 -211 0.00266 0 0 0 World initStep + 1 -9.83 -53.3 -211 0.00107 0.00159 1.22 1.22 World eIoni + 2 -9.75 -53.3 -211 0 0.00107 0.309 1.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.58 -53.8 -220 0.00164 0 0 0 World initStep + 1 -9.59 -54 -220 0 0.00164 0.586 0.586 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.71 -53.7 -263 0.00279 0 0 0 World initStep + 1 -9.16 -53.8 -263 0 0.00279 1.29 1.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.78 -53.7 -289 0.00323 0 0 0 World initStep + 1 -9.9 -54 -289 0.00168 0.000181 0.354 0.354 World eIoni + 2 -9.97 -54.1 -289 0 0.00168 0.612 0.966 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.9 -54 -289 0.00137 0 0 0 World initStep + 1 -9.97 -54 -289 0 0.00137 0.445 0.445 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.81 -53.7 -297 0.00225 0 0 0 World initStep + 1 -9.69 -54 -297 0 0.00225 0.964 0.964 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.82 -53.7 -300 0.00112 0 0 0 World initStep + 1 -9.74 -53.8 -300 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.98 -53.6 -354 0.00183 0 0 0 World initStep + 1 -10.2 -53.5 -354 0 0.00183 0.694 0.694 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10 -53.6 -361 0.00292 0 0 0 World initStep + 1 -10.1 -53 -361 0 0.00292 1.36 1.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.1 -53.5 -393 0.00119 0 0 0 World initStep + 1 -9.96 -53.6 -393 0 0.00119 0.364 0.364 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.4 -53.4 -454 0.00135 0 0 0 World initStep + 1 -10.5 -53.5 -453 0 0.00135 0.437 0.437 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.5 -53.3 -498 0.0103 0 0 0 World initStep + 1 -10.4 -53.3 -497 0.00919 2.19e-05 0.169 0.169 World eIoni + 2 -8.84 -55.7 -497 0.00691 0.00228 3.79 3.96 World eIoni + 3 -8.63 -57.7 -496 0.0044 0.00252 2.83 6.79 World eIoni + 4 -8.52 -57.9 -495 0.00272 0.00168 1.94 8.73 World eIoni + 5 -8.66 -58 -494 0 0.00272 1.26 9.99 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.4 -53.3 -497 0.00114 0 0 0 World initStep + 1 -10.3 -53.3 -497 0 0.00114 0.34 0.34 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.6 -53.2 -508 0.00251 0 0 0 World initStep + 1 -10.3 -53.6 -508 0 0.00251 1.14 1.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.4 -52.7 -685 0.00146 0 0 0 World initStep + 1 -11.5 -52.8 -685 0 0.00146 0.491 0.491 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.6 -52.5 -736 0.00334 0 0 0 World initStep + 1 -11.8 -53.2 -736 0 0.00334 1.55 1.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.9 -52.2 -803 0.00308 0 0 0 World initStep + 1 -12 -52.8 -803 0 0.00308 1.43 1.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12 -52.1 -816 0.0328 0 0 0 World initStep + 1 -12 -52.2 -816 0.0308 0 0.123 0.123 World eIoni + 2 -9.23 -66.5 -802 0.0275 0.00332 22.4 22.5 World eIoni + 3 -9.46 -54.5 -789 0.0248 0.00277 18.5 41 World eIoni + 4 -1.92 -43.8 -783 0.0203 0.00446 15.5 56.4 World eIoni + 5 5.54 -40.3 -777 0.0164 0.00386 11.2 67.7 World eIoni + 6 10.2 -42.2 -774 0.00881 0.00166 6.13 73.8 World eIoni + 7 11.9 -42.8 -776 0.00749 0.00132 3.62 77.4 World eIoni + 8 12.3 -41.5 -778 0.00511 0.00238 3.06 80.5 World eIoni + 9 12.3 -41.2 -780 0.00253 0.00258 2.18 82.7 World eIoni + 10 12 -41.2 -780 0 0.00253 1.15 83.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 10.2 -42.2 -774 0.00597 0 0 0 World initStep + 1 10.8 -42.7 -772 0.00337 0.00259 2.48 2.48 World eIoni + 2 10.5 -42.8 -771 0 0.00337 1.56 4.04 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12 -52.2 -816 0.00193 0 0 0 World initStep + 1 -12.3 -52.1 -816 0 0.00193 0.757 0.757 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12 -52.1 -820 0.00224 0 0 0 World initStep + 1 -11.9 -52.5 -820 0 0.00224 0.962 0.962 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.1 -52 -841 0.0014 0 0 0 World initStep + 1 -12.3 -51.9 -841 0 0.0014 0.462 0.462 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.2 -51.9 -860 0.00126 0 0 0 World initStep + 1 -12.3 -51.8 -860 0 0.00126 0.392 0.392 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 -51.5 -967 0.00106 0 0 0 World initStep + 1 -12.7 -51.5 -967 0 0.00106 0.308 0.308 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.9 -51.4 -989 0.00151 0 0 0 World initStep + 1 -13.1 -51.3 -989 0 0.00151 0.519 0.519 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 -51.4 -1.02e+03 0.00684 0 0 0 World initStep + 1 -14.8 -50.5 -1.02e+03 0.00595 0.000892 2.8 2.8 World eIoni + 2 -16.1 -50.6 -1.02e+03 0.00451 0.00144 2.48 5.28 World eIoni + 3 -15.2 -51.4 -1.02e+03 0.00307 0.00144 1.98 7.26 World eIoni + 4 -14.6 -51.2 -1.02e+03 0 0.00307 1.43 8.68 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.2 -51.3 -1.05e+03 0.00101 0 0 0 World initStep + 1 -13.1 -51.3 -1.05e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.9 -50.9 -1.17e+03 0.00161 0 0 0 World initStep + 1 -13.8 -50.7 -1.17e+03 0 0.00161 0.574 0.574 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.2 -50.7 -1.21e+03 0.00425 0 0 0 World initStep + 1 -14.6 -51.8 -1.21e+03 0.00253 0.00172 1.89 1.89 World eIoni + 2 -14.5 -51.6 -1.21e+03 0 0.00253 1.15 3.04 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.3 -50.7 -1.22e+03 0.00137 0 0 0 World initStep + 1 -14.4 -50.6 -1.22e+03 0 0.00137 0.447 0.447 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.5 -50.6 -1.25e+03 0.00101 0 0 0 World initStep + 1 -14.5 -50.7 -1.25e+03 0 0.00101 0.284 0.284 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.5 -50.6 -1.26e+03 0.00105 0 0 0 World initStep + 1 -14.6 -50.5 -1.26e+03 0 0.00105 0.303 0.303 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.5 -50.6 -1.26e+03 0.0243 0 0 0 World initStep + 1 -7.55 -45.5 -1.25e+03 0.0215 0.00283 15 15 World eIoni + 2 -6.76 -48.5 -1.25e+03 0.0193 0.000685 3.56 18.6 World eIoni + 3 -2.2 -56.9 -1.25e+03 0.0172 0.00214 10.4 29 World eIoni + 4 0.012 -59 -1.25e+03 0.0121 0.000741 4.07 33 World eIoni + 5 3.65 -56.9 -1.24e+03 0.0111 0.00107 5.31 38.3 World eIoni + 6 7.76 -57.4 -1.24e+03 0.0105 0.000569 4.72 43.1 World eIoni + 7 11.8 -57.4 -1.24e+03 0.01 0.000469 4.43 47.5 World eIoni + 8 14.3 -54.8 -1.24e+03 0.00887 0.00115 4.19 51.7 World eIoni + 9 14.1 -52.2 -1.25e+03 0.00641 0.00246 3.65 55.3 World eIoni + 10 15.4 -52.9 -1.24e+03 0.00451 0.0019 2.64 58 World eIoni + 11 16.4 -53.5 -1.24e+03 0.00321 0.00131 1.98 59.9 World eIoni + 12 16.5 -54 -1.24e+03 0.00169 0.00152 1.49 61.4 World eIoni + 13 16.7 -53.9 -1.25e+03 0 0.00169 0.614 62 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.012 -59 -1.25e+03 0.00431 0 0 0 World initStep + 1 -0.0851 -59.9 -1.25e+03 0.00312 0.00119 1.91 1.91 World eIoni + 2 -0.708 -60 -1.25e+03 0 0.00312 1.45 3.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.76 -48.5 -1.25e+03 0.00146 0 0 0 World initStep + 1 -6.93 -48.6 -1.25e+03 0 0.00146 0.494 0.494 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.7 -50.5 -1.28e+03 0.00121 0 0 0 World initStep + 1 -14.7 -50.3 -1.28e+03 0 0.00121 0.37 0.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.4 -50.2 -1.39e+03 0.00326 0 0 0 World initStep + 1 -14.6 -50.1 -1.39e+03 0.00138 0.00188 1.51 1.51 World eIoni + 2 -14.6 -50.2 -1.39e+03 0 0.00138 0.451 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.8 -50 -1.45e+03 0.0321 0 0 0 World initStep + 1 -28.8 -49.2 -1.43e+03 0.0277 0.00441 24 24 World eIoni + 2 -27.5 -61.8 -1.42e+03 0.0239 0.00384 18.7 42.6 World eIoni + 3 -26 -64.7 -1.4e+03 0.0193 0.00455 14.6 57.2 World eIoni + 4 -21.8 -66.8 -1.4e+03 0.018 0.00134 10.4 67.6 World eIoni + 5 -20.1 -75.2 -1.4e+03 0.0155 0.00247 9.29 76.9 World eIoni + 6 -20.1 -82.1 -1.39e+03 0.0126 0.00286 7.45 84.3 World eIoni + 7 -19.1 -87 -1.39e+03 0.0107 0.00198 5.61 90 World eIoni + 8 -19.1 -87.1 -1.39e+03 0.00912 1.78e-05 0.096 90 World eIoni + 9 -17.7 -89.3 -1.39e+03 0.00794 0.00118 3.76 93.8 World eIoni + 10 -17.8 -88.4 -1.39e+03 0.0056 0.00234 3.24 97.1 World eIoni + 11 -19.3 -88 -1.39e+03 0.00378 0.00182 2.35 99.4 World eIoni + 12 -18.6 -87.4 -1.39e+03 0.00166 0.00212 1.72 101 World eIoni + 13 -18.5 -87.4 -1.39e+03 0 0.00166 0.598 102 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 25 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.1 -87.1 -1.39e+03 0.00152 0 0 0 World initStep + 1 -19.2 -87.2 -1.39e+03 0 0.00152 0.525 0.525 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.9 -50 -1.46e+03 0.00126 0 0 0 World initStep + 1 -15.8 -49.9 -1.46e+03 0 0.00126 0.396 0.396 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.2 -49.9 -1.52e+03 0.00311 0 0 0 World initStep + 1 -15.6 -49.9 -1.52e+03 0.00183 0.00128 1.27 1.27 World eIoni + 2 -15.5 -49.9 -1.52e+03 0 0.00183 0.696 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.4 -49.9 -1.55e+03 0.00129 0 0 0 World initStep + 1 -16.3 -49.9 -1.55e+03 0 0.00129 0.407 0.407 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.6 -49.9 -1.57e+03 0.00153 0 0 0 World initStep + 1 -16.5 -49.7 -1.57e+03 0 0.00153 0.526 0.526 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.6 -49.9 -1.57e+03 0.0177 0 0 0 World initStep + 1 -14.9 -41.7 -1.57e+03 0.015 0.00269 9.1 9.1 World eIoni + 2 -18.2 -36.1 -1.57e+03 0.0127 0.00235 7.13 16.2 World eIoni + 3 -21.9 -33.3 -1.57e+03 0.0102 0.00253 5.64 21.9 World eIoni + 4 -23.8 -29.9 -1.57e+03 0.00726 0.0029 4.26 26.1 World eIoni + 5 -23.4 -27.4 -1.57e+03 0.00574 0.00152 2.97 29.1 World eIoni + 6 -22.8 -26 -1.57e+03 0.00322 0.00252 2.4 31.5 World eIoni + 7 -22.5 -25.4 -1.57e+03 0.00105 0.00217 1.5 33 World eIoni + 8 -22.6 -25.3 -1.57e+03 0 0.00105 0.303 33.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.2 -49.9 -1.65e+03 0.00109 0 0 0 World initStep + 1 -17.1 -50 -1.65e+03 0 0.00109 0.319 0.319 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 -50 -1.74e+03 0.00115 0 0 0 World initStep + 1 -17.8 -49.9 -1.74e+03 0 0.00115 0.347 0.347 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.3 -50.1 -1.83e+03 0.00277 0 0 0 World initStep + 1 -17.7 -50 -1.83e+03 0 0.00277 1.28 1.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.5 -50.1 -1.88e+03 0.00132 0 0 0 World initStep + 1 -18.3 -50.1 -1.88e+03 0 0.00132 0.424 0.424 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.5 -50 -1.89e+03 0.00104 0 0 0 World initStep + 1 -18.6 -50 -1.89e+03 0 0.00104 0.3 0.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.7 -50 -1.92e+03 0.00324 0 0 0 World initStep + 1 -18 -49.9 -1.92e+03 0.00135 0.00188 1.5 1.5 World eIoni + 2 -18.1 -50 -1.92e+03 0 0.00135 0.439 1.94 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.9 -50 -1.99e+03 0.0313 0 0 0 World initStep + 1 -24.7 -66.2 -1.98e+03 0.0262 0.00502 22.9 22.9 World eIoni + 2 -27.2 -79.2 -1.97e+03 0.0237 0.00253 17 39.9 World eIoni + 3 -25.1 -88.8 -1.96e+03 0.0192 0.00447 14.4 54.3 World eIoni + 4 -24.3 -86.3 -1.96e+03 0.0161 0.000864 2.82 57.1 World eIoni + 5 -21.7 -82.5 -1.97e+03 0.0137 0.00233 7.86 65 World eIoni + 6 -20.6 -78.6 -1.97e+03 0.01 0.00174 6.03 71 World eIoni + 7 -22.6 -76.1 -1.97e+03 0.00833 0.00168 4.18 75.2 World eIoni + 8 -24 -76.5 -1.97e+03 0.00702 0.00131 3.41 78.6 World eIoni + 9 -24.2 -75.6 -1.97e+03 0.00397 0.00185 1.11 79.7 World eIoni + 10 -24 -74.7 -1.97e+03 0.00114 0.00283 1.79 81.5 World eIoni + 11 -23.9 -74.7 -1.97e+03 0 0.00114 0.341 81.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.2 -75.6 -1.97e+03 0.00121 0 0 0 World initStep + 1 -24.2 -75.5 -1.97e+03 0 0.00121 0.37 0.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.6 -78.6 -1.97e+03 0.00199 0 0 0 World initStep + 1 -20.4 -78.5 -1.97e+03 0 0.00199 0.793 0.793 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.3 -86.3 -1.96e+03 0.00229 0 0 0 World initStep + 1 -24.5 -86 -1.96e+03 0 0.00229 0.991 0.991 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 -50 -2.01e+03 0.00116 0 0 0 World initStep + 1 -19.2 -49.9 -2.01e+03 0 0.00116 0.348 0.348 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.4 -50 -2.22e+03 0.00124 0 0 0 World initStep + 1 -19.6 -50 -2.22e+03 0 0.00124 0.386 0.386 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.5 -50 -2.24e+03 0.00101 0 0 0 World initStep + 1 -19.4 -50 -2.24e+03 0 0.00101 0.284 0.284 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.1 -2.34e+03 0.00159 0 0 0 World initStep + 1 -19.4 -49.9 -2.34e+03 0 0.00159 0.558 0.558 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.1 -2.4e+03 0.00145 0 0 0 World initStep + 1 -19.8 -50.2 -2.4e+03 0 0.00145 0.486 0.486 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.46e+03 0.00166 0 0 0 World initStep + 1 -19.3 -50.2 -2.46e+03 0 0.00166 0.601 0.601 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.46e+03 0.00369 0 0 0 World initStep + 1 -18.8 -49.8 -2.46e+03 0.00138 0.00232 1.69 1.69 World eIoni + 2 -18.7 -49.7 -2.46e+03 0 0.00138 0.451 2.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.49e+03 0.00638 0 0 0 World initStep + 1 -20.8 -48.8 -2.49e+03 0.00377 0.00261 2.63 2.63 World eIoni + 2 -21.2 -48.9 -2.49e+03 0.00203 0.00173 1.71 4.35 World eIoni + 3 -21 -48.6 -2.49e+03 0 0.00203 0.823 5.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.5e+03 0.00193 0 0 0 World initStep + 1 -19.9 -50.3 -2.5e+03 0 0.00193 0.76 0.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.51e+03 0.00314 0 0 0 World initStep + 1 -19.7 -50.8 -2.51e+03 0.00159 0.00155 1.46 1.46 World eIoni + 2 -19.9 -51 -2.51e+03 0 0.00159 0.561 2.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.6 -50.2 -2.56e+03 0.00425 0 0 0 World initStep + 1 -18.7 -49.6 -2.56e+03 0.00227 0.00198 1.89 1.89 World eIoni + 2 -18.5 -49.6 -2.56e+03 0 0.00227 0.982 2.87 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 69.5 -2.61e+03 50 0 0 0 World initStep + 1 -13.1 69.5 -2.6e+03 50 0.00155 10.9 10.9 World hIoni + 2 -13.1 69.5 -2.55e+03 50 0.0099 48.6 59.5 World hIoni + 3 -13.1 69.5 -2.53e+03 50 0.00555 26.8 86.3 World hIoni + 4 -13.1 69.5 -2.52e+03 50 0.00152 7.76 94 World hIoni + 5 -13.1 69.5 -2.51e+03 50 0.00256 11.9 106 World hIoni + 6 -13 69.5 -2.48e+03 49.9 0.00496 29.1 135 World hIoni + 7 -13 69.5 -2.44e+03 49.9 0.00441 41.5 176 World hIoni + 8 -13 69.5 -2.41e+03 49.9 0.00441 28.1 205 World hIoni + 9 -13 69.5 -2.4e+03 49.9 0.00302 7.98 213 World hIoni + 10 -12.9 69.6 -2.32e+03 49.9 0.0128 76.5 289 World hIoni + 11 -12.8 69.6 -2.21e+03 49.9 0.0242 112 401 World hIoni + 12 -12.8 69.6 -2.17e+03 49.9 0.0064 36.6 438 World hIoni + 13 -12.7 69.6 -2.12e+03 49.9 0.0097 51.6 490 World hIoni + 14 -12.7 69.6 -2.11e+03 49.8 0.0033 13.4 503 World hIoni + 15 -12.7 69.6 -2.1e+03 49.8 0.00285 9.84 513 World hIoni + 16 -12.7 69.6 -2.04e+03 49.8 0.00941 56 569 World hIoni + 17 -12.7 69.6 -1.99e+03 49.8 0.0102 56.7 626 World hIoni + 18 -12.7 69.6 -1.91e+03 49.8 0.0164 75.1 701 World hIoni + 19 -12.7 69.7 -1.87e+03 49.8 0.00881 44.7 745 World hIoni + 20 -12.7 69.7 -1.86e+03 49.8 0.000519 2.55 748 cloudPV CoupledTransportation + 21 -12.7 69.7 -1.86e+03 47.2 2.51 1.84 750 World CoupledTransportation + 22 -12.7 69.7 -1.85e+03 47.2 0.00178 9.83 759 cloudPV CoupledTransportation + 23 -12.7 69.7 -1.85e+03 46.3 0.945 0.646 760 World CoupledTransportation + 24 -12.6 70 -1.82e+03 46.3 0.00405 29.8 790 World hIoni + 25 -12.2 70.5 -1.74e+03 46.3 0.00764 77.8 868 World hIoni + 26 -12.2 70.6 -1.74e+03 46.3 0.000357 8.51 876 World hIoni + 27 -12.2 70.6 -1.73e+03 46.3 0.000774 3.44 880 cloudPV CoupledTransportation + 28 -12.2 70.6 -1.73e+03 44.2 2.13 1.63 881 World CoupledTransportation + 29 -11.9 70.5 -1.7e+03 44.1 0.00529 30.2 911 World hIoni + 30 -11.8 70.4 -1.69e+03 44.1 0.00235 12.3 924 World hIoni + 31 -10.1 69.4 -1.49e+03 44.1 0.0407 196 1.12e+03 World hIoni + 32 -10.1 69.4 -1.49e+03 44.1 0.00111 5.84 1.13e+03 World hIoni + 33 -9.32 69.1 -1.39e+03 44.1 0.0162 97 1.22e+03 World hIoni + 34 -9.21 69.1 -1.37e+03 44.1 0.0013 15.1 1.24e+03 World hIoni + 35 -8.96 69 -1.34e+03 44.1 0.011 32.7 1.27e+03 World hIoni + 36 -8.95 69 -1.34e+03 44.1 2.08e-05 1.43 1.27e+03 World hIoni + 37 -7.99 68.8 -1.22e+03 44 0.0181 118 1.39e+03 World hIoni + 38 -7.5 68.7 -1.16e+03 44 0.0132 61.9 1.45e+03 World hIoni + 39 -7.46 68.7 -1.16e+03 44 0.00118 5.53 1.46e+03 World hIoni + 40 -7.03 68.6 -1.1e+03 44 0.01 58.1 1.52e+03 World hIoni + 41 -6.99 68.5 -1.09e+03 44 0.00111 5.7 1.52e+03 World hIoni + 42 -6.79 68.5 -1.06e+03 44 0.00588 27.4 1.55e+03 World hIoni + 43 -6.44 68.4 -1.01e+03 44 0.0123 53 1.6e+03 World hIoni + 44 -6.36 68.4 -997 44 0.00355 13.9 1.62e+03 World hIoni + 45 -6.19 68.3 -966 44 0.00839 30.5 1.65e+03 World hIoni + 46 -6.15 68.3 -960 44 0.00347 6.23 1.65e+03 World hIoni + 47 -5.87 68.3 -914 43.9 0.00756 46.6 1.7e+03 World hIoni + 48 -5.79 68.3 -894 43.9 0.00376 19.4 1.72e+03 World hIoni + 49 -5.52 68.2 -840 43.9 0.0145 53.9 1.77e+03 World hIoni + 50 -5.48 68.2 -832 43.9 0.0031 8.6 1.78e+03 World hIoni + 51 -5.29 68.2 -790 43.9 0.0083 42.2 1.82e+03 World hIoni + 52 -5.26 68.2 -781 43.9 0.00249 8.71 1.83e+03 World hIoni + 53 -4.92 68.1 -702 43.9 0.0154 79.1 1.91e+03 World hIoni + 54 -4.9 68.1 -692 43.9 0.00114 9.51 1.92e+03 World hIoni + 55 -4.81 68.1 -660 43.9 0.00476 32 1.95e+03 World hIoni + 56 -4.64 68 -595 43.9 0.00999 65.6 2.02e+03 World hIoni + 57 -4.62 68 -587 43.8 0.000938 7.52 2.03e+03 World hIoni + 58 -4.25 67.8 -442 43.8 0.0256 145 2.17e+03 World hIoni + 59 -4.08 67.5 -330 43.8 0.0246 113 2.28e+03 World hIoni + 60 -4.06 67.5 -319 43.8 0.00261 11.1 2.29e+03 World hIoni + 61 -4.03 67.5 -298 43.8 0.0039 21.1 2.31e+03 World hIoni + 62 -3.96 67.5 -223 43.7 0.0173 74.9 2.39e+03 World hIoni + 63 -3.93 67.5 -186 43.7 0.00847 36.4 2.43e+03 World hIoni + 64 -3.91 67.5 -161 43.7 0.00588 25.3 2.45e+03 World hIoni + 65 -3.85 67.5 -122 43.7 0.00742 38.5 2.49e+03 World hIoni + 66 -3.8 67.4 -79.7 43.7 0.00945 42.7 2.53e+03 World hIoni + 67 -3.79 67.4 -70.7 43.7 0.0036 9.01 2.54e+03 World hIoni + 68 -3.74 67.4 6.81 43.6 0.0149 77.5 2.62e+03 World hIoni + 69 -3.72 67.4 18.1 43.6 0.00231 11.2 2.63e+03 cloudPV CoupledTransportation + 70 -3.72 67.4 18.9 42.5 1.18 0.82 2.63e+03 World CoupledTransportation + 71 -4.28 67.7 47.4 42.4 0.0064 28.6 2.66e+03 World hIoni + 72 -4.48 67.8 57.6 42.4 0.00172 10.1 2.67e+03 World hIoni + 73 -6.34 68.8 152 42.4 0.0177 94.3 2.76e+03 World hIoni + 74 -6.92 69.1 181 42.4 0.00496 29.3 2.79e+03 World hIoni + 75 -6.93 69.1 182 42.4 0 0.425 2.79e+03 World hIoni + 76 -8.04 69.5 235 42.4 0.0103 53.9 2.85e+03 World hIoni + 77 -8.41 69.7 254 42.4 0.00496 18.6 2.87e+03 World hIoni + 78 -10.4 70.5 352 42.4 0.0169 98 2.96e+03 World hIoni + 79 -10.8 70.7 375 42.3 0.00509 22.7 2.99e+03 World hIoni + 80 -11.7 71 421 42.3 0.00887 45.9 3.03e+03 World hIoni + 81 -11.8 71.1 426 42.3 0.000468 5.08 3.04e+03 World hIoni + 82 -11.9 71.1 430 42.3 0.000628 4.1 3.04e+03 World hIoni + 83 -12 71.1 437 42.3 0.00119 7.57 3.05e+03 World hIoni + 84 -12.3 71.3 452 42.3 0.00319 14.5 3.06e+03 World hIoni + 85 -12.4 71.3 456 42.3 0.000484 3.89 3.07e+03 World hIoni + 86 -12.6 71.4 468 42.3 0.00202 12.1 3.08e+03 World hIoni + 87 -13.5 71.8 512 42.3 0.00696 44 3.12e+03 World hIoni + 88 -14.3 72.1 554 42.3 0.00637 42.6 3.17e+03 World hIoni + 89 -15 72.4 588 42.3 0.0112 33.6 3.2e+03 World hIoni + 90 -15.2 72.5 597 42.3 0.00423 8.75 3.21e+03 World hIoni + 91 -17.8 73.5 730 42.2 0.0251 133 3.34e+03 World hIoni + 92 -18.6 73.8 764 42.2 0.00683 33.8 3.38e+03 World hIoni + 93 -18.7 73.8 772 42.2 0.00164 8.03 3.38e+03 World hIoni + 94 -19.7 74.2 814 42.2 0.00935 42.1 3.43e+03 World hIoni + 95 -20.4 74.4 845 42.2 0.00407 31.5 3.46e+03 World hIoni + 96 -20.6 74.5 854 42.2 0.00287 8.64 3.47e+03 World hIoni + 97 -20.9 74.6 868 42.2 0.00202 14.7 3.48e+03 World hIoni + 98 -21.9 74.9 912 42.2 0.00666 43.8 3.52e+03 World hIoni + 99 -22.8 75.2 950 42.2 0.0073 37.5 3.56e+03 World hIoni + 100 -25.5 76.1 1.06e+03 42.2 0.0246 115 3.68e+03 World hIoni + 101 -25.6 76.1 1.07e+03 42.2 0.000404 1.98 3.68e+03 World hIoni + 102 -26.9 76.5 1.12e+03 42.1 0.0158 58 3.74e+03 World hIoni + 103 -30.4 77.5 1.28e+03 42.1 0.0274 156 3.89e+03 World hIoni + 104 -30.7 77.6 1.29e+03 42.1 0.00371 13.8 3.91e+03 World hIoni + 105 -32.2 78.2 1.36e+03 42.1 0.0138 68.3 3.98e+03 World hIoni + 106 -32.8 78.4 1.39e+03 42.1 0.00738 26.7 4e+03 World hIoni + 107 -32.9 78.4 1.39e+03 42.1 0.00113 5.39 4.01e+03 World hIoni + 108 -33.8 78.7 1.43e+03 42 0.00641 39.1 4.05e+03 World hIoni + 109 -34.1 78.8 1.44e+03 42 0.00249 10.9 4.06e+03 World hIoni + 110 -34.5 79 1.46e+03 42 0.00426 17.2 4.07e+03 World hIoni + 111 -37.2 79.9 1.58e+03 42 0.0223 119 4.19e+03 World hIoni + 112 -39.1 80.5 1.67e+03 42 0.0191 87 4.28e+03 World hIoni + 113 -40.9 81.1 1.75e+03 42 0.0136 82.9 4.36e+03 World hIoni + 114 -41.7 81.4 1.79e+03 42 0.00704 40.2 4.4e+03 World hIoni + 115 -41.8 81.4 1.79e+03 42 0.00104 4.13 4.41e+03 World hIoni + 116 -42.3 81.6 1.81e+03 42 0.00518 20 4.43e+03 cloudPV CoupledTransportation + 117 -42.3 81.6 1.82e+03 39.5 2.5 1.61 4.43e+03 World CoupledTransportation + 118 -42.4 81.6 1.82e+03 39.4 0.00241 5.41 4.43e+03 World hIoni + 119 -42.6 81.6 1.83e+03 39.4 0.003 13.3 4.45e+03 World hIoni + 120 -42.6 81.6 1.83e+03 39.4 0 0.219 4.45e+03 World hIoni + 121 -42.9 81.6 1.85e+03 39.4 0.00274 17.4 4.47e+03 World hIoni + 122 -44.7 81.7 1.95e+03 39.4 0.0217 101 4.57e+03 World hIoni + 123 -45.5 81.8 2e+03 39.4 0.00852 44.4 4.61e+03 World hIoni + 124 -46.2 82.1 2.03e+03 39.4 0.0082 37.3 4.65e+03 World hIoni + 125 -46.2 82.1 2.04e+03 39.4 3.23e-05 0.764 4.65e+03 World hIoni + 126 -46.3 82.2 2.04e+03 39.4 0.00252 6.82 4.66e+03 World hIoni + 127 -46.6 82.3 2.06e+03 39.4 0.00365 13.1 4.67e+03 World hIoni + 128 -46.9 82.5 2.07e+03 39.3 0.00259 15.6 4.68e+03 World hIoni + 129 -47 82.6 2.08e+03 39.3 0.00127 10.5 4.69e+03 World hIoni + 130 -47.1 82.6 2.09e+03 39.3 0.000718 5.22 4.7e+03 World hIoni + 131 -47.2 82.7 2.09e+03 39.3 0.00172 6.17 4.71e+03 World hIoni + 132 -48.1 83.1 2.14e+03 39.3 0.0112 47 4.75e+03 World hIoni + 133 -50.5 84.4 2.26e+03 39.3 0.0251 125 4.88e+03 World hIoni + 134 -50.9 84.7 2.29e+03 39.3 0.00537 24.2 4.9e+03 World hIoni + 135 -50.9 84.7 2.29e+03 39.3 0.000569 3.77 4.91e+03 World hIoni + 136 -52.3 85.7 2.37e+03 39.2 0.0151 76.9 4.98e+03 World hIoni + 137 -52.6 85.9 2.39e+03 39.2 0.00389 19.8 5e+03 World hIoni + 138 -52.9 86.2 2.41e+03 39.2 0.00466 20.1 5.02e+03 World hIoni + 139 -53.4 86.6 2.44e+03 39.2 0.00782 34.5 5.06e+03 World hIoni + 140 -54.1 87.3 2.49e+03 39.2 0.00744 43.1 5.1e+03 World hIoni + 141 -54.1 87.3 2.49e+03 39.2 0.000799 2.84 5.1e+03 World hIoni + 142 -55.6 88.7 2.59e+03 39.2 0.0208 96.7 5.2e+03 World hIoni + 143 -55.8 88.9 2.6e+03 39.2 0.00545 13.3 5.21e+03 detectorPV CoupledTransportation + 144 -55.8 88.9 2.6e+03 34.2 5 1.57 5.21e+03 detectorPV hIoni + 145 -55.9 88.9 2.6e+03 29.6 4.53 1.27 5.22e+03 detectorPV hIoni + 146 -56 88.9 2.6e+03 25.6 4.07 1.02 5.22e+03 detectorPV hIoni + 147 -56.1 88.9 2.6e+03 21.8 3.75 0.82 5.22e+03 detectorPV hIoni + 148 -56.1 88.8 2.61e+03 18.3 3.53 0.658 5.22e+03 detectorPV hIoni + 149 -56.1 88.8 2.61e+03 15.1 3.2 0.522 5.22e+03 detectorPV hIoni + 150 -56.1 88.8 2.61e+03 12.1 2.94 0.415 5.22e+03 detectorPV hIoni + 151 -56.2 88.7 2.61e+03 9.42 2.73 0.329 5.22e+03 detectorPV hIoni + 152 -56.2 88.7 2.61e+03 6.7 2.71 0.26 5.22e+03 detectorPV hIoni + 153 -56.2 88.7 2.61e+03 3.8 2.9 0.198 5.22e+03 detectorPV hIoni + 154 -56.2 88.6 2.61e+03 0.347 3.46 0.118 5.22e+03 detectorPV hIoni + 155 -56.2 88.6 2.61e+03 0 0.347 0.00355 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -55.6 88.7 2.59e+03 0.0065 0 0 0 World initStep + 1 -53.7 88.9 2.59e+03 0.00489 0.00162 2.68 2.68 World eIoni + 2 -52.5 89 2.59e+03 0.0036 0.00128 2.11 4.78 World eIoni + 3 -51.7 88.9 2.59e+03 0 0.0036 1.65 6.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -54.1 87.3 2.49e+03 0.00196 0 0 0 World initStep + 1 -53.8 87.3 2.49e+03 0 0.00196 0.775 0.775 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -54.1 87.3 2.49e+03 0.00138 0 0 0 World initStep + 1 -54 87.1 2.49e+03 0 0.00138 0.454 0.454 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -53.4 86.6 2.44e+03 0.00365 0 0 0 World initStep + 1 -54.3 86.4 2.44e+03 0.00109 0.00256 1.67 1.67 World eIoni + 2 -54.2 86.5 2.44e+03 0 0.00109 0.319 1.99 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.9 86.2 2.41e+03 0.00488 0 0 0 World initStep + 1 -53.3 87.4 2.41e+03 0.00278 0.0021 2.11 2.11 World eIoni + 2 -53 87.4 2.41e+03 0.00129 0.00148 1.29 3.39 World eIoni + 3 -53.1 87.3 2.41e+03 0 0.00129 0.41 3.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.6 85.9 2.39e+03 0.00142 0 0 0 World initStep + 1 -52.4 85.8 2.39e+03 0 0.00142 0.472 0.472 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.3 85.7 2.37e+03 0.00511 0 0 0 World initStep + 1 -52.2 84.3 2.37e+03 0.00337 0.00174 2.19 2.19 World eIoni + 2 -51.7 84.9 2.37e+03 0.00164 0.00173 1.56 3.74 World eIoni + 3 -51.8 85 2.37e+03 0 0.00164 0.589 4.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -50.9 84.7 2.29e+03 0.00243 0 0 0 World initStep + 1 -51.3 84.5 2.29e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -50.9 84.7 2.29e+03 0.00336 0 0 0 World initStep + 1 -50.4 84.1 2.29e+03 0 0.00336 1.55 1.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -50.5 84.4 2.26e+03 0.00469 0 0 0 World initStep + 1 -51.3 83.5 2.27e+03 0.0025 0.0022 2.04 2.04 World eIoni + 2 -51.5 83.8 2.27e+03 0 0.0025 1.13 3.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -48.1 83.1 2.14e+03 0.014 0 0 0 World initStep + 1 -45.6 81.3 2.14e+03 0.0119 0.00211 4.89 4.89 World msc + 2 -41.8 80.2 2.15e+03 0.00974 0.0022 5.2 10.1 World eIoni + 3 -39.3 79.5 2.15e+03 0.0071 0.00264 4.05 14.1 World eIoni + 4 -39.4 80.6 2.15e+03 0.00577 0.00133 2.91 17 World eIoni + 5 -41.1 79.8 2.15e+03 0.00437 0.0014 2.41 19.5 World eIoni + 6 -42.1 79.5 2.15e+03 0.00378 0.000594 1.93 21.4 World eIoni + 7 -42.5 80 2.15e+03 0.00146 0.00232 1.72 23.1 World eIoni + 8 -42.6 79.9 2.15e+03 0 0.00146 0.493 23.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.2 82.7 2.09e+03 0.00282 0 0 0 World initStep + 1 -47.4 83.2 2.09e+03 0 0.00282 1.31 1.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.1 82.6 2.09e+03 0.00352 0 0 0 World initStep + 1 -47.1 83.4 2.09e+03 0 0.00352 1.62 1.62 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47 82.6 2.08e+03 0.00209 0 0 0 World initStep + 1 -46.8 82.8 2.08e+03 0 0.00209 0.86 0.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.9 82.5 2.07e+03 0.00524 0 0 0 World initStep + 1 -45.6 81.7 2.07e+03 0.00341 0.00183 2.23 2.23 World eIoni + 2 -44.9 81.4 2.07e+03 0.00177 0.00164 1.57 3.8 World eIoni + 3 -45.1 81.3 2.07e+03 0 0.00177 0.661 4.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.6 82.3 2.06e+03 0.00162 0 0 0 World initStep + 1 -46.3 82.3 2.06e+03 0 0.00162 0.574 0.574 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.3 82.2 2.04e+03 0.0059 0 0 0 World initStep + 1 -46.8 81.9 2.04e+03 0.00587 3.36e-05 0.587 0.587 World msc + 2 -47.2 81.6 2.04e+03 0.00561 0.000257 0.522 1.11 World msc + 3 -47.5 81.3 2.04e+03 0.00529 0.000321 0.478 1.59 World msc + 4 -47.9 81.1 2.04e+03 0.00497 0.00032 0.605 2.19 World msc + 5 -48.3 80.9 2.04e+03 0.00439 0.000579 0.723 2.91 World msc + 6 -49.1 80.3 2.04e+03 0.00338 0.00101 1.01 3.93 World msc + 7 -49.8 80.1 2.04e+03 0.00112 0.00226 1.56 5.49 World eIoni + 8 -49.9 80 2.04e+03 0 0.00112 0.332 5.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.2 82.1 2.04e+03 0.00115 0 0 0 World initStep + 1 -46.1 82 2.04e+03 0 0.00115 0.347 0.347 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.2 82.1 2.03e+03 0.00133 0 0 0 World initStep + 1 -46.1 82 2.03e+03 0 0.00133 0.427 0.427 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.5 81.8 2e+03 0.00173 0 0 0 World initStep + 1 -45.2 81.6 2e+03 0 0.00173 0.638 0.638 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.7 81.7 1.95e+03 0.0094 0 0 0 World initStep + 1 -48 81 1.95e+03 0.00723 0.00217 3.89 3.89 World eIoni + 2 -50.1 79.7 1.95e+03 0.00662 0.000613 2.96 6.84 World eIoni + 3 -49.8 78.9 1.96e+03 0.00606 0.000557 1.85 8.69 World msc + 4 -50.5 79.2 1.96e+03 0.00452 0.00154 1.99 10.7 World msc + 5 -51.1 79.6 1.96e+03 0.00366 0.000859 1.98 12.7 World eIoni + 6 -51.9 80.1 1.96e+03 0.0022 0.00146 1.67 14.3 World eIoni + 7 -52 80.4 1.96e+03 0 0.0022 0.932 15.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.9 81.6 1.85e+03 0.0131 0 0 0 World initStep + 1 -40.2 81.9 1.85e+03 0.011 0.00209 4.16 4.16 World msc + 2 -37 81.9 1.86e+03 0.0102 0.000856 3.46 7.61 World msc + 3 -33.2 82 1.85e+03 0.00846 0.00173 4.27 11.9 World eIoni + 4 -31 84.2 1.85e+03 0.00653 0.00193 3.47 15.4 World eIoni + 5 -30.4 84.9 1.85e+03 0.0039 0.000794 1.06 16.4 World eIoni + 6 -29.9 85 1.85e+03 0.00213 0.00177 1.76 18.2 World eIoni + 7 -29.9 84.9 1.85e+03 0 0.00213 0.887 19.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 112 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.4 84.9 1.85e+03 0.00184 0 0 0 World initStep + 1 -30.1 84.9 1.85e+03 0 0.00184 0.701 0.701 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.6 81.6 1.83e+03 0.00115 0 0 0 World initStep + 1 -42.5 81.5 1.83e+03 0 0.00115 0.343 0.343 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.6 81.6 1.83e+03 0.00122 0 0 0 World initStep + 1 -42.5 81.6 1.83e+03 0 0.00122 0.379 0.379 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.4 81.6 1.82e+03 0.0175 0 0 0 World initStep + 1 -37.2 86.9 1.82e+03 0.0135 0.00274 8.03 8.03 World eIoni + 2 -31.5 86.8 1.82e+03 0.012 0.00147 6.14 14.2 World eIoni + 3 -27.2 88.8 1.82e+03 0.0102 0.00183 5.26 19.4 World eIoni + 4 -24.5 90.5 1.82e+03 0.00888 0.00134 4.29 23.7 World eIoni + 5 -22 91.2 1.82e+03 0.00627 0.00261 3.65 27.4 World eIoni + 6 -20.9 91.7 1.82e+03 0.00403 0.00224 2.59 30 World eIoni + 7 -20.5 92.5 1.82e+03 0.00297 0.00106 1.81 31.8 World eIoni + 8 -20.1 92.8 1.82e+03 0 0.00297 1.38 33.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 109 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.2 86.9 1.82e+03 0.0012 0 0 0 World initStep + 1 -37.2 87 1.82e+03 0 0.0012 0.367 0.367 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.8 81.4 1.79e+03 0.00109 0 0 0 World initStep + 1 -41.8 81.3 1.79e+03 0 0.00109 0.321 0.321 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.7 81.4 1.79e+03 0.00115 0 0 0 World initStep + 1 -41.7 81.5 1.79e+03 0 0.00115 0.346 0.346 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.9 81.1 1.75e+03 0.00199 0 0 0 World initStep + 1 -40.6 80.9 1.75e+03 0 0.00199 0.795 0.795 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.1 80.5 1.67e+03 0.00204 0 0 0 World initStep + 1 -38.8 80.5 1.67e+03 0 0.00204 0.827 0.827 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.2 79.9 1.58e+03 0.00142 0 0 0 World initStep + 1 -37.1 80.1 1.58e+03 0 0.00142 0.471 0.471 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.5 79 1.46e+03 0.00176 0 0 0 World initStep + 1 -34.6 78.8 1.46e+03 0 0.00176 0.652 0.652 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.1 78.8 1.44e+03 0.00106 0 0 0 World initStep + 1 -34.1 78.7 1.44e+03 0 0.00106 0.307 0.307 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.8 78.7 1.43e+03 0.00875 0 0 0 World initStep + 1 -35.4 80.9 1.43e+03 0.00743 0.00133 3.59 3.59 World eIoni + 2 -36 82.2 1.44e+03 0.00563 0.0018 3.03 6.63 World eIoni + 3 -36.3 83.7 1.44e+03 0.0031 0.00253 2.36 8.99 World eIoni + 4 -35.8 83.7 1.44e+03 0.00162 0.00148 1.17 10.2 World eIoni + 5 -35.7 83.6 1.44e+03 0 0.00162 0.576 10.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.9 78.4 1.39e+03 0.00105 0 0 0 World initStep + 1 -32.8 78.4 1.39e+03 0 0.00105 0.302 0.302 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.8 78.4 1.39e+03 0.0067 0 0 0 World initStep + 1 -33.8 80 1.39e+03 0.00315 0.00355 2.75 2.75 World eIoni + 2 -33.6 80.6 1.39e+03 0.00117 0.00198 1.47 4.22 World eIoni + 3 -33.5 80.7 1.39e+03 0 0.00117 0.352 4.57 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.2 78.2 1.36e+03 0.00983 0 0 0 World initStep + 1 -33 81.2 1.36e+03 0.00869 0.00115 4.1 4.1 World eIoni + 2 -35.5 80.6 1.36e+03 0.00539 0.0033 3.56 7.66 World eIoni + 3 -36.6 79.4 1.36e+03 0.00291 0.00248 2.28 9.94 World eIoni + 4 -37 79.7 1.36e+03 0.00121 0.0017 1.36 11.3 World eIoni + 5 -37 79.7 1.36e+03 0 0.00121 0.372 11.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.7 77.6 1.29e+03 0.00111 0 0 0 World initStep + 1 -30.7 77.5 1.29e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.4 77.5 1.28e+03 0.00116 0 0 0 World initStep + 1 -30.4 77.4 1.28e+03 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.9 76.5 1.12e+03 0.00358 0 0 0 World initStep + 1 -27.6 76 1.12e+03 0.00101 0.00257 1.64 1.64 World eIoni + 2 -27.5 76 1.12e+03 0 0.00101 0.284 1.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.6 76.1 1.07e+03 0.00145 0 0 0 World initStep + 1 -25.4 76.2 1.07e+03 0 0.00145 0.485 0.485 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.5 76.1 1.06e+03 0.00275 0 0 0 World initStep + 1 -25.1 75.7 1.06e+03 0.00113 0.00162 1.28 1.28 World eIoni + 2 -25.1 75.7 1.06e+03 0 0.00113 0.337 1.61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.8 75.2 950 0.0092 0 0 0 World initStep + 1 -21.2 74.2 952 0.00774 0.00147 3.02 3.02 World msc + 2 -20.5 73.3 953 0.00645 0.00129 2.07 5.09 World msc + 3 -19.7 71.9 954 0.00541 0.00104 1.74 6.82 World msc + 4 -19.4 70.6 952 0.00367 0.00175 2.04 8.86 World msc + 5 -19.1 69.8 952 0 0.00367 1.68 10.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.9 74.9 912 0.00156 0 0 0 World initStep + 1 -21.8 74.7 912 0 0.00156 0.544 0.544 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.9 74.6 868 0.0015 0 0 0 World initStep + 1 -20.8 74.7 868 0 0.0015 0.514 0.514 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.6 74.5 854 0.0019 0 0 0 World initStep + 1 -20.9 74.6 854 0 0.0019 0.74 0.74 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.4 74.4 845 0.00502 0 0 0 World initStep + 1 -19.2 75.1 845 0.00272 0.0023 2.15 2.15 World eIoni + 2 -19.2 75.4 846 0 0.00272 1.26 3.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.7 74.2 814 0.00455 0 0 0 World initStep + 1 -20.5 73.3 814 0.00293 0.00162 1.99 1.99 World eIoni + 2 -20.3 72.8 814 0.00187 0.00106 1.36 3.35 World eIoni + 3 -20.1 72.9 813 0 0.00187 0.721 4.08 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.7 73.8 772 0.00174 0 0 0 World initStep + 1 -18.7 74.1 772 0 0.00174 0.645 0.645 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.6 73.8 764 0.00293 0 0 0 World initStep + 1 -18 73.9 764 0 0.00293 1.37 1.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.8 73.5 730 0.00136 0 0 0 World initStep + 1 -17.7 73.4 730 0 0.00136 0.442 0.442 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.2 72.5 597 0.00289 0 0 0 World initStep + 1 -14.6 72.3 597 0.00189 0.001 1.34 1.34 World eIoni + 2 -14.7 72.2 597 0 0.00189 0.73 2.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15 72.4 588 0.00195 0 0 0 World initStep + 1 -15.3 72.5 588 0 0.00195 0.767 0.767 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.3 72.1 554 0.00532 0 0 0 World initStep + 1 -15.7 72.6 555 0.00273 0.00258 2.25 2.25 World eIoni + 2 -15.3 72.4 555 0 0.00273 1.27 3.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.5 71.8 512 0.00233 0 0 0 World initStep + 1 -13.2 72.1 512 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 71.4 468 0.00146 0 0 0 World initStep + 1 -12.6 71.2 468 0 0.00146 0.492 0.492 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.4 71.3 456 0.00142 0 0 0 World initStep + 1 -12.5 71.4 456 0 0.00142 0.472 0.472 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.3 71.3 452 0.00213 0 0 0 World initStep + 1 -12 71.4 452 0 0.00213 0.886 0.886 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12 71.1 437 0.00166 0 0 0 World initStep + 1 -12.1 70.9 437 0 0.00166 0.597 0.597 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.9 71.1 430 0.00128 0 0 0 World initStep + 1 -11.9 70.9 430 0 0.00128 0.406 0.406 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.8 71.1 426 0.00117 0 0 0 World initStep + 1 -11.7 71 426 0 0.00117 0.352 0.352 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.7 71 421 0.00316 0 0 0 World initStep + 1 -11.7 70.3 421 0 0.00316 1.47 1.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.8 70.7 375 0.0281 0 0 0 World initStep + 1 5.58 68.4 381 0.0248 0.0033 19.2 19.2 World eIoni + 2 5.66 68.3 381 0.0228 9.17e-05 0.103 19.3 World eIoni + 3 10 60.4 390 0.0205 0.00235 13.6 32.8 World eIoni + 4 7.85 63.1 400 0.0173 0.00319 11.4 44.2 World eIoni + 5 3.21 63.2 406 0.0152 0.0021 8.77 53 World eIoni + 6 0.648 59.5 411 0.0128 0.0024 7.24 60.2 World eIoni + 7 1.79 55.5 415 0.0108 0.00195 5.7 65.9 World eIoni + 8 5.38 54.6 415 0.00829 0.00255 4.61 70.5 World eIoni + 9 5.07 53.9 412 0.00577 0.00252 3.39 73.9 World eIoni + 10 4.06 53.4 411 0.00292 0.00285 2.41 76.3 World eIoni + 11 3.5 53.3 411 0 0.00292 1.36 77.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 72 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.66 68.3 381 0.00191 0 0 0 World initStep + 1 5.86 68.6 381 0 0.00191 0.745 0.745 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.4 70.5 352 0.001 0 0 0 World initStep + 1 -10.4 70.6 352 0 0.001 0.284 0.284 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.41 69.7 254 0.00218 0 0 0 World initStep + 1 -8.77 69.6 254 0 0.00218 0.92 0.92 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.04 69.5 235 0.00198 0 0 0 World initStep + 1 -8.31 69.7 235 0 0.00198 0.786 0.786 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.93 69.1 182 0.00119 0 0 0 World initStep + 1 -7 69.2 182 0 0.00119 0.362 0.362 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.92 69.1 181 0.00102 0 0 0 World initStep + 1 -6.82 69.1 181 0 0.00102 0.291 0.291 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.34 68.8 152 0.00367 0 0 0 World initStep + 1 -6.31 69.7 152 0 0.00367 1.68 1.68 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.48 67.8 57.6 0.00311 0 0 0 World initStep + 1 -5.14 67.6 57.7 0.00114 0.00197 1.45 1.45 World eIoni + 2 -5.12 67.5 57.6 0 0.00114 0.34 1.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.28 67.7 47.4 0.00373 0 0 0 World initStep + 1 -3.78 67 47.7 0.00238 0.00134 1.7 1.7 World eIoni + 2 -3.78 67.3 48 0 0.00238 1.06 2.76 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.74 67.4 6.81 0.00194 0 0 0 World initStep + 1 -3.64 67.1 6.85 0 0.00194 0.765 0.765 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.79 67.4 -70.7 0.00288 0 0 0 World initStep + 1 -3.2 67.4 -70.6 0 0.00288 1.34 1.34 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.8 67.4 -79.7 0.00262 0 0 0 World initStep + 1 -4.25 67.2 -79.6 0 0.00262 1.2 1.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.85 67.5 -122 0.0016 0 0 0 World initStep + 1 -3.94 67.7 -122 0 0.0016 0.568 0.568 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.91 67.5 -161 0.0457 0 0 0 World initStep + 1 -16.3 89.7 -134 0.0315 0.00611 41.4 41.4 World eIoni + 2 -30.4 103 -125 0.0295 0.00194 23.1 64.6 World eIoni + 3 -40.9 117 -117 0.0256 0.00395 20.8 85.3 World eIoni + 4 -42.5 122 -114 0.0229 0.0017 5.34 90.7 World eIoni + 5 -45.2 131 -107 0.0207 0.00216 13.6 104 World eIoni + 6 -49.8 141 -104 0.0181 0.00263 11.6 116 World eIoni + 7 -56.3 147 -103 0.0161 0.00191 9.37 125 World eIoni + 8 -62.1 150 -100 0.0133 0.00284 7.92 133 World eIoni + 9 -65.7 148 -96 0.0106 0.00267 6.01 139 World eIoni + 10 -66.2 148 -95.2 0.00921 0.000126 0.921 140 World eIoni + 11 -68.4 147 -96.6 0.00756 0.00165 3.8 144 World eIoni + 12 -70.7 147 -97 0.00645 0.00111 3.09 147 World eIoni + 13 -70.7 146 -95.1 0.00494 0.00151 2.66 150 World eIoni + 14 -71.8 147 -94.4 0.00347 0.00146 2.12 152 World eIoni + 15 -71.9 146 -93.6 0.00136 0.00212 1.6 153 World eIoni + 16 -71.8 147 -93.4 0 0.00136 0.44 154 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -66.2 148 -95.2 0.00131 0 0 0 World initStep + 1 -66.2 148 -95.1 0 0.00131 0.418 0.418 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.5 122 -114 0.00102 0 0 0 World initStep + 1 -42.6 122 -114 0 0.00102 0.292 0.292 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.3 89.7 -134 0.00808 0 0 0 World initStep + 1 -14.8 88.8 -132 0.00586 0.00222 3.3 3.3 World eIoni + 2 -16.2 87.8 -132 0.00474 0.00112 2.45 5.75 World eIoni + 3 -16.7 89 -132 0.00317 0.00157 2.06 7.81 World eIoni + 4 -16.4 89.5 -132 0.00155 0.00163 1.48 9.28 World eIoni + 5 -16.5 89.6 -132 0 0.00155 0.537 9.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.93 67.5 -186 0.00186 0 0 0 World initStep + 1 -3.92 67.2 -186 0 0.00186 0.712 0.712 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.96 67.5 -223 0.00113 0 0 0 World initStep + 1 -3.9 67.4 -223 0 0.00113 0.336 0.336 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.03 67.5 -298 0.00143 0 0 0 World initStep + 1 -4 67.3 -298 0 0.00143 0.479 0.479 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.06 67.5 -319 0.00113 0 0 0 World initStep + 1 -3.99 67.4 -319 0 0.00113 0.338 0.338 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.08 67.5 -330 0.00246 0 0 0 World initStep + 1 -3.84 67.1 -330 0 0.00246 1.11 1.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.25 67.8 -442 0.023 0 0 0 World initStep + 1 8.09 69.3 -439 0.0207 0.00227 13.7 13.7 World eIoni + 2 13.6 73.9 -447 0.0185 0.0022 11.6 25.3 World eIoni + 3 19.8 78.6 -452 0.0163 0.00223 9.73 35 World eIoni + 4 20.6 78.8 -445 0.014 0.00225 8.02 43.1 World eIoni + 5 24 80.3 -440 0.0124 0.00161 6.47 49.5 World eIoni + 6 23.4 82.1 -435 0.0108 0.00158 5.48 55 World eIoni + 7 23.6 82.9 -432 0.00903 0.00182 4.61 59.6 World eIoni + 8 23.7 80 -432 0.00844 0.000593 3.72 63.3 World eIoni + 9 24.2 77.6 -433 0.00663 0.00181 3.45 66.8 World eIoni + 10 23.6 76.3 -434 0.00459 0.00204 2.73 69.5 World eIoni + 11 22.9 76.7 -435 0.00277 0.000785 1.86 71.4 World eIoni + 12 22.9 76.3 -436 0.00101 0.00176 1.28 72.7 World eIoni + 13 23 76.2 -436 0 0.00101 0.285 72.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.9 76.7 -435 0.00104 0 0 0 World initStep + 1 23 76.6 -435 0 0.00104 0.299 0.299 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.62 68 -587 0.00114 0 0 0 World initStep + 1 -4.75 67.9 -587 0 0.00114 0.342 0.342 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.64 68 -595 0.00341 0 0 0 World initStep + 1 -4.1 68.5 -595 0 0.00341 1.58 1.58 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.81 68.1 -660 0.00387 0 0 0 World initStep + 1 -5.45 68.8 -660 0.00154 0.00233 1.75 1.75 World eIoni + 2 -5.48 69 -660 0 0.00154 0.533 2.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.9 68.1 -692 0.00267 0 0 0 World initStep + 1 -5.42 68.1 -692 0 0.00267 1.23 1.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.92 68.1 -702 0.00369 0 0 0 World initStep + 1 -4.1 67.8 -702 0.0011 0.00259 1.69 1.69 World eIoni + 2 -4.16 67.7 -702 0 0.0011 0.323 2.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.26 68.2 -781 0.00423 0 0 0 World initStep + 1 -4.32 67.7 -781 0.00251 0.00173 1.88 1.88 World eIoni + 2 -4.45 67.6 -780 0 0.00251 1.14 3.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.29 68.2 -790 0.0013 0 0 0 World initStep + 1 -5.2 68.3 -790 0 0.0013 0.414 0.414 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.48 68.2 -832 0.0102 0 0 0 World initStep + 1 -3.84 66.3 -832 0.00923 0.000999 2.67 2.67 World msc + 2 -1 64.7 -831 0.00758 0.00166 3.81 6.48 World eIoni + 3 -0.616 62.4 -831 0.00617 0.00141 3.09 9.58 World eIoni + 4 0.512 61 -831 0.00525 0.000918 2.56 12.1 World eIoni + 5 0.986 59.8 -830 0.00303 0.00222 2.23 14.4 World eIoni + 6 0.73 59.2 -830 0.00136 0.00168 1.41 15.8 World eIoni + 7 0.828 59.3 -830 0 0.00136 0.44 16.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.52 68.2 -840 0.0025 0 0 0 World initStep + 1 -5.4 68.7 -840 0 0.0025 1.13 1.13 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.79 68.3 -894 0.00176 0 0 0 World initStep + 1 -5.63 68.5 -894 0 0.00176 0.656 0.656 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.87 68.3 -914 0.00218 0 0 0 World initStep + 1 -6.03 68 -914 0 0.00218 0.919 0.919 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.15 68.3 -960 0.001 0 0 0 World initStep + 1 -6.19 68.2 -960 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.19 68.3 -966 0.00102 0 0 0 World initStep + 1 -6.26 68.3 -966 0 0.00102 0.288 0.288 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.36 68.4 -997 0.00127 0 0 0 World initStep + 1 -6.27 68.5 -997 0 0.00127 0.401 0.401 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.44 68.4 -1.01e+03 0.00179 0 0 0 World initStep + 1 -6.62 68.2 -1.01e+03 0 0.00179 0.672 0.672 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.79 68.5 -1.06e+03 0.0011 0 0 0 World initStep + 1 -6.69 68.6 -1.06e+03 0 0.0011 0.324 0.324 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.99 68.5 -1.09e+03 0.00218 0 0 0 World initStep + 1 -7.04 68.2 -1.09e+03 0 0.00218 0.915 0.915 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.03 68.6 -1.1e+03 0.00113 0 0 0 World initStep + 1 -7.11 68.7 -1.1e+03 0 0.00113 0.336 0.336 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.46 68.7 -1.16e+03 0.00737 0 0 0 World initStep + 1 -7.35 70.8 -1.15e+03 0.00604 0.00132 3.01 3.01 World eIoni + 2 -7.44 72.3 -1.15e+03 0.00476 0.00128 2.51 5.52 World eIoni + 3 -7.35 73.5 -1.15e+03 0.00282 0.00194 2.06 7.58 World eIoni + 4 -7.38 73.1 -1.15e+03 0 0.00282 1.31 8.89 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.5 68.7 -1.16e+03 0.00115 0 0 0 World initStep + 1 -7.53 68.6 -1.16e+03 0 0.00115 0.346 0.346 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.99 68.8 -1.22e+03 0.00114 0 0 0 World initStep + 1 -7.94 68.7 -1.22e+03 0 0.00114 0.339 0.339 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.95 69 -1.34e+03 0.00164 0 0 0 World initStep + 1 -9.1 69.2 -1.34e+03 0 0.00164 0.588 0.588 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.96 69 -1.34e+03 0.00118 0 0 0 World initStep + 1 -8.91 69.2 -1.34e+03 0 0.00118 0.359 0.359 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.21 69.1 -1.37e+03 0.00217 0 0 0 World initStep + 1 -9.01 68.8 -1.37e+03 0 0.00217 0.914 0.914 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.32 69.1 -1.39e+03 0.0063 0 0 0 World initStep + 1 -10.5 70.5 -1.39e+03 0.00427 0.00203 2.6 2.6 World eIoni + 2 -10.3 69.6 -1.39e+03 0.00297 0.0013 1.9 4.5 World eIoni + 3 -10.5 69.3 -1.39e+03 0.00123 0.000694 0.772 5.27 World eIoni + 4 -10.5 69.4 -1.39e+03 0 0.00123 0.38 5.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.5 69.3 -1.39e+03 0.00105 0 0 0 World initStep + 1 -10.5 69.3 -1.39e+03 0 0.00105 0.301 0.301 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.1 69.4 -1.49e+03 0.00495 0 0 0 World initStep + 1 -9.03 68.6 -1.49e+03 0.00336 0.00159 2.13 2.13 World eIoni + 2 -8.98 68 -1.49e+03 0.00219 0.00117 1.55 3.68 World eIoni + 3 -8.73 67.8 -1.49e+03 0 0.00219 0.925 4.61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.1 69.4 -1.49e+03 0.00233 0 0 0 World initStep + 1 -10.5 69.3 -1.49e+03 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.8 70.4 -1.69e+03 0.0017 0 0 0 World initStep + 1 -11.6 70.3 -1.69e+03 0 0.0017 0.618 0.618 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.9 70.5 -1.7e+03 0.00133 0 0 0 World initStep + 1 -12 70.6 -1.7e+03 0 0.00133 0.429 0.429 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.2 70.6 -1.74e+03 0.00154 0 0 0 World initStep + 1 -12.3 70.8 -1.74e+03 0 0.00154 0.531 0.531 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.2 70.5 -1.74e+03 0.00256 0 0 0 World initStep + 1 -12.6 70.2 -1.74e+03 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.6 70 -1.82e+03 0.00234 0 0 0 World initStep + 1 -12.2 69.8 -1.82e+03 0 0.00234 1.03 1.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.7 -1.87e+03 0.0258 0 0 0 World initStep + 1 -24.7 76.9 -1.86e+03 0.0168 0.00164 15.4 15.4 World eIoni + 2 -26.3 82.6 -1.87e+03 0.0135 0.00326 8.36 23.8 World eIoni + 3 -31.2 85.2 -1.87e+03 0.0108 0.00275 6.13 29.9 World eIoni + 4 -33.5 87.5 -1.87e+03 0.0091 0.00166 4.56 34.5 World eIoni + 5 -33.5 87.9 -1.87e+03 0.00747 0.000133 0.481 35 World eIoni + 6 -33.2 90.5 -1.87e+03 0.00557 0.0019 3.05 38 World eIoni + 7 -33.1 92.3 -1.87e+03 0.00401 0.00156 2.34 40.4 World eIoni + 8 -33.8 92.9 -1.87e+03 0.00204 0.00196 1.8 42.2 World eIoni + 9 -33.9 93.1 -1.87e+03 0 0.00204 0.827 43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.5 87.9 -1.87e+03 0.00149 0 0 0 World initStep + 1 -33.5 87.9 -1.87e+03 0 0.00149 0.51 0.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 20 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.7 76.9 -1.86e+03 0.00744 0 0 0 World initStep + 1 -26.9 76.9 -1.87e+03 0.00588 0.00156 3.04 3.04 World eIoni + 2 -28 77.1 -1.87e+03 0.00463 0.00125 2.45 5.49 World eIoni + 3 -27.7 76.4 -1.87e+03 0.00355 0.00108 2.02 7.51 World eIoni + 4 -28.3 75.8 -1.87e+03 0.00125 0.0023 1.63 9.14 World eIoni + 5 -28.2 75.8 -1.87e+03 0 0.00125 0.391 9.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.6 -1.91e+03 0.00189 0 0 0 World initStep + 1 -12.8 69.4 -1.91e+03 0 0.00189 0.73 0.73 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.6 -1.99e+03 0.00455 0 0 0 World initStep + 1 -11.5 69.5 -1.99e+03 0.00312 0.00144 1.99 1.99 World eIoni + 2 -11 69.2 -1.99e+03 0.0018 0.00132 1.45 3.44 World eIoni + 3 -11.2 69.3 -1.99e+03 0 0.0018 0.679 4.12 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.6 -2.04e+03 0.00111 0 0 0 World initStep + 1 -12.5 69.6 -2.04e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.6 -2.1e+03 0.00167 0 0 0 World initStep + 1 -12.9 69.5 -2.1e+03 0 0.00167 0.606 0.606 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.6 -2.11e+03 0.022 0 0 0 World initStep + 1 -22.6 66.9 -2.11e+03 0.0183 0.00142 11.1 11.1 World eIoni + 2 -28.2 67 -2.1e+03 0.016 0.00239 9.59 20.6 World eIoni + 3 -31.6 63.9 -2.1e+03 0.0145 0.0015 7.77 28.4 World eIoni + 4 -33.1 61 -2.09e+03 0.0122 0.00229 6.74 35.2 World eIoni + 5 -29.9 63.7 -2.09e+03 0.0111 0.00103 5.33 40.5 World eIoni + 6 -26.7 65.7 -2.09e+03 0.00894 0.00218 4.75 45.2 World eIoni + 7 -24.9 64.7 -2.09e+03 0.00704 0.0019 3.68 48.9 World eIoni + 8 -24.7 64.5 -2.09e+03 0.00497 0.000842 0.978 49.9 World eIoni + 9 -26.1 64.2 -2.09e+03 0.00276 0.00221 2.13 52 World eIoni + 10 -26.5 64.2 -2.09e+03 0 0.00276 1.28 53.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.7 64.5 -2.09e+03 0.00123 0 0 0 World initStep + 1 -24.6 64.4 -2.09e+03 0 0.00123 0.382 0.382 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.6 66.9 -2.11e+03 0.00222 0 0 0 World initStep + 1 -22.8 66.7 -2.11e+03 0 0.00222 0.942 0.942 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.7 69.6 -2.12e+03 0.00159 0 0 0 World initStep + 1 -12.9 69.8 -2.12e+03 0 0.00159 0.559 0.559 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 69.6 -2.17e+03 0.0017 0 0 0 World initStep + 1 -12.7 69.8 -2.17e+03 0 0.0017 0.622 0.622 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.8 69.6 -2.21e+03 0.00303 0 0 0 World initStep + 1 -13.1 69 -2.21e+03 0 0.00303 1.41 1.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.9 69.6 -2.32e+03 0.00225 0 0 0 World initStep + 1 -12.5 69.4 -2.32e+03 0 0.00225 0.965 0.965 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 69.5 -2.4e+03 0.00178 0 0 0 World initStep + 1 -12.9 69.8 -2.4e+03 0 0.00178 0.667 0.667 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 69.5 -2.41e+03 0.00244 0 0 0 World initStep + 1 -13.2 69.9 -2.41e+03 0 0.00244 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 69.5 -2.44e+03 0.00151 0 0 0 World initStep + 1 -12.8 69.5 -2.44e+03 0 0.00151 0.516 0.516 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13 69.5 -2.48e+03 0.00532 0 0 0 World initStep + 1 -11.8 70.3 -2.48e+03 0.00362 0.0017 2.26 2.26 World eIoni + 2 -11 70.2 -2.48e+03 0.00244 0.00118 1.66 3.91 World eIoni + 3 -11.4 70.5 -2.48e+03 0 0.00244 1.09 5.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 69.5 -2.51e+03 0.00467 0 0 0 World initStep + 1 -13.8 68.5 -2.51e+03 0.00339 0.00128 2.03 2.03 World eIoni + 2 -13.3 67.8 -2.51e+03 0.00233 0.00107 1.57 3.6 World eIoni + 3 -13.3 67.4 -2.51e+03 0 0.00233 1.02 4.62 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 69.5 -2.52e+03 0.00376 0 0 0 World initStep + 1 -13.1 68.5 -2.52e+03 0 0.00376 1.71 1.71 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 69.5 -2.53e+03 0.00697 0 0 0 World initStep + 1 -13.1 67.4 -2.53e+03 0.00406 0.00291 2.85 2.85 World eIoni + 2 -13.5 66.5 -2.53e+03 0.00286 0.0012 1.82 4.67 World eIoni + 3 -14 66.8 -2.53e+03 0 0.00286 1.33 6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 69.5 -2.55e+03 0.00212 0 0 0 World initStep + 1 -13.1 69.8 -2.55e+03 0.00128 0.000841 0.655 0.655 World eIoni + 2 -13 69.9 -2.55e+03 0 0.00128 0.405 1.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.1 69.5 -2.6e+03 0.00112 0 0 0 World initStep + 1 -13.2 69.4 -2.6e+03 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.5 34.3 -2.61e+03 50 0 0 0 World initStep + 1 -73.5 34.3 -2.61e+03 50 2.97e-05 1.44 1.44 World hIoni + 2 -73.5 34.3 -2.58e+03 50 0.0044 27.1 28.5 World hIoni + 3 -73.5 34.3 -2.46e+03 50 0.0209 124 153 World hIoni + 4 -73.6 34.3 -2.42e+03 49.9 0.00658 41.8 195 World hIoni + 5 -73.6 34.3 -2.39e+03 49.9 0.00644 23.2 218 World hIoni + 6 -73.7 34.3 -2.39e+03 49.9 0.00229 9.58 227 World hIoni + 7 -73.8 34.3 -2.35e+03 49.9 0.00485 36.7 264 World hIoni + 8 -73.9 34.4 -2.28e+03 49.9 0.0136 70.3 334 World hIoni + 9 -73.9 34.4 -2.26e+03 49.9 0.00383 20.5 355 World hIoni + 10 -74 34.4 -2.22e+03 49.9 0.00628 34.6 389 World hIoni + 11 -74.2 34.4 -2.17e+03 49.9 0.00696 55.2 445 World hIoni + 12 -74.4 34.5 -2.1e+03 49.9 0.0114 69.5 514 World hIoni + 13 -74.5 34.6 -2.04e+03 49.9 0.00932 61.2 575 World hIoni + 14 -74.9 34.7 -1.9e+03 49.8 0.0297 133 708 World hIoni + 15 -76 35.5 -1.49e+03 49.7 0.0806 413 1.12e+03 World hIoni + 16 -76.4 35.7 -1.42e+03 49.7 0.0132 71.5 1.19e+03 World hIoni + 17 -76.5 35.7 -1.39e+03 49.7 0.00503 31.1 1.22e+03 World hIoni + 18 -76.6 35.7 -1.37e+03 49.7 0.00325 21 1.25e+03 World hIoni + 19 -76.8 35.7 -1.35e+03 49.7 0.00449 18.8 1.26e+03 World hIoni + 20 -76.8 35.8 -1.33e+03 49.7 0.00353 15.9 1.28e+03 World hIoni + 21 -77.4 35.8 -1.25e+03 49.7 0.0142 83.1 1.36e+03 World hIoni + 22 -78.1 36 -1.12e+03 49.6 0.0179 125 1.49e+03 World hIoni + 23 -78.3 36.1 -1.09e+03 49.6 0.00574 31.5 1.52e+03 World hIoni + 24 -78.4 36.2 -1.06e+03 49.6 0.00462 34.9 1.55e+03 World hIoni + 25 -79 36.3 -937 49.6 0.0209 121 1.68e+03 World hIoni + 26 -79.3 36.4 -872 49.6 0.0141 64.3 1.74e+03 World hIoni + 27 -79.3 36.5 -846 49.5 0.00327 26.1 1.77e+03 World hIoni + 28 -79.4 36.5 -825 49.5 0.00278 21 1.79e+03 World hIoni + 29 -79.6 36.6 -746 49.5 0.0141 79.8 1.87e+03 World hIoni + 30 -79.7 36.7 -714 49.5 0.00583 31.1 1.9e+03 World hIoni + 31 -79.8 36.7 -690 49.5 0.00151 24.4 1.92e+03 World hIoni + 32 -79.9 36.8 -638 49.5 0.00843 52 1.97e+03 World hIoni + 33 -80.1 36.9 -577 49.5 0.0127 60.5 2.04e+03 World hIoni + 34 -80.1 37 -569 49.5 0.00155 8.42 2.04e+03 World hIoni + 35 -80.2 37 -565 49.5 0.00015 4.48 2.05e+03 World hIoni + 36 -80.2 37 -556 49.5 0.00183 8.81 2.06e+03 World hIoni + 37 -80.4 37.1 -476 49.4 0.0165 79.4 2.14e+03 World hIoni + 38 -80.6 37.1 -417 49.4 0.00839 58.9 2.2e+03 World hIoni + 39 -80.8 37.2 -372 49.4 0.0104 45 2.24e+03 World hIoni + 40 -80.8 37.2 -357 49.4 0.00383 15.7 2.26e+03 World hIoni + 41 -81 37.3 -314 49.4 0.00833 43 2.3e+03 World hIoni + 42 -81.6 37.8 -159 49.3 0.0258 155 2.45e+03 World hIoni + 43 -81.7 37.8 -148 49.3 0.00168 10.5 2.46e+03 World hIoni + 44 -81.7 37.8 -142 49.3 0.000216 6.15 2.47e+03 World hIoni + 45 -81.9 37.9 -107 49.3 0.0079 35.3 2.51e+03 World hIoni + 46 -82.2 37.9 -50.1 49.3 0.0112 56.8 2.56e+03 World hIoni + 47 -82.2 38 -33.3 49.3 0.00323 16.7 2.58e+03 World hIoni + 48 -82.4 38 4.94 49.3 0.00551 38.3 2.62e+03 World hIoni + 49 -82.5 38 27.2 49.3 0.00473 22.3 2.64e+03 World hIoni + 50 -84.1 38.6 437 49.2 0.0735 410 3.05e+03 World hIoni + 51 -84.2 38.6 446 49.2 0.00193 9.61 3.06e+03 World hIoni + 52 -84.2 38.6 450 49.2 0.000564 3.88 3.06e+03 World hIoni + 53 -84.4 38.6 493 49.2 0.00826 42.5 3.11e+03 World hIoni + 54 -84.5 38.7 519 49.2 0.006 26 3.13e+03 World hIoni + 55 -84.5 38.7 529 49.2 0.00218 9.76 3.14e+03 World hIoni + 56 -84.6 38.7 542 49.2 0.00176 13.6 3.15e+03 World hIoni + 57 -84.7 38.8 572 49.1 0.00386 29.8 3.18e+03 World hIoni + 58 -84.9 38.9 606 49.1 0.0079 34.4 3.22e+03 World hIoni + 59 -85.1 38.9 658 49.1 0.0108 52 3.27e+03 World hIoni + 60 -85.3 39 699 49.1 0.00605 40.6 3.31e+03 World hIoni + 61 -85.4 39 716 49.1 0.00397 17.1 3.33e+03 World hIoni + 62 -85.5 39.1 761 49.1 0.0101 44.7 3.37e+03 World hIoni + 63 -85.6 39.2 774 49.1 0.00224 13.2 3.39e+03 cloudPV CoupledTransportation + 64 -85.6 39.2 776 46.8 2.25 1.92 3.39e+03 World CoupledTransportation + 65 -85.9 39.6 809 46.8 0.00692 32.9 3.42e+03 World hIoni + 66 -86.3 40.1 857 46.8 0.00944 48.7 3.47e+03 World hIoni + 67 -86.4 40.2 863 46.8 0.000606 5.87 3.48e+03 World hIoni + 68 -86.8 40.9 920 46.8 0.00928 56.6 3.53e+03 World hIoni + 69 -86.8 40.9 923 46.8 0.000528 3.56 3.54e+03 World hIoni + 70 -88.9 44.1 1.19e+03 46.7 0.054 271 3.81e+03 World hIoni + 71 -89.5 45.1 1.28e+03 46.7 0.0218 86.7 3.89e+03 World hIoni + 72 -89.6 45.3 1.3e+03 46.7 0.00369 16.8 3.91e+03 World hIoni + 73 -89.7 45.5 1.32e+03 46.7 0.00427 20.4 3.93e+03 World hIoni + 74 -89.7 45.5 1.32e+03 46.7 0 0.357 3.93e+03 World hIoni + 75 -89.9 45.7 1.34e+03 46.7 0.00324 21.4 3.95e+03 World hIoni + 76 -90.3 46.5 1.41e+03 46.7 0.0141 72.5 4.02e+03 World hIoni + 77 -91.2 48.1 1.55e+03 46.7 0.0238 142 4.17e+03 World hIoni + 78 -91.6 48.6 1.6e+03 46.6 0.00932 43.8 4.21e+03 World hIoni + 79 -91.9 49.1 1.64e+03 46.6 0.00707 43 4.25e+03 World hIoni + 80 -92 49.2 1.66e+03 46.6 0.00271 16.7 4.27e+03 World hIoni + 81 -92.3 49.8 1.7e+03 46.6 0.0101 45 4.32e+03 World hIoni + 82 -92.7 50.3 1.76e+03 46.6 0.00918 53.9 4.37e+03 World hIoni + 83 -92.8 50.5 1.77e+03 46.6 0.00226 10.9 4.38e+03 World hIoni + 84 -92.9 50.5 1.77e+03 46.6 0.000218 2.33 4.38e+03 World hIoni + 85 -93.5 51.3 1.84e+03 46.6 0.0137 73.2 4.46e+03 World hIoni + 86 -93.8 51.6 1.87e+03 46.5 0.0066 30 4.49e+03 World hIoni + 87 -94.1 52 1.91e+03 46.5 0.00818 36.5 4.52e+03 World hIoni + 88 -94.4 52.3 1.94e+03 46.5 0.00562 32.5 4.56e+03 World hIoni + 89 -94.8 52.9 2e+03 46.5 0.00785 57.5 4.61e+03 World hIoni + 90 -95 53.3 2.03e+03 46.5 0.00525 34.6 4.65e+03 World hIoni + 91 -95.1 53.4 2.04e+03 46.5 0.00211 7.76 4.66e+03 World hIoni + 92 -95.2 53.5 2.05e+03 46.5 0.0035 11.3 4.67e+03 World hIoni + 93 -95.4 53.8 2.09e+03 46.5 0.00433 36.7 4.7e+03 World hIoni + 94 -95.6 54.1 2.11e+03 46.5 0.00186 20 4.72e+03 World hIoni + 95 -95.8 54.3 2.14e+03 46.5 0.00529 24.7 4.75e+03 World hIoni + 96 -96 54.7 2.17e+03 46.5 0.00562 31.7 4.78e+03 World hIoni + 97 -96.2 55 2.2e+03 46.5 0.00399 34.3 4.81e+03 World hIoni + 98 -96.6 55.6 2.26e+03 46.4 0.00924 56.1 4.87e+03 World hIoni + 99 -96.6 55.6 2.26e+03 46.4 0.00147 6.52 4.88e+03 cloudPV CoupledTransportation + 100 -96.6 55.6 2.27e+03 44.6 1.87 1.45 4.88e+03 World CoupledTransportation + 101 -97.7 56.6 2.38e+03 44.6 0.0201 115 4.99e+03 World hIoni + 102 -98.3 57.2 2.45e+03 44.5 0.0147 71.9 5.06e+03 World hIoni + 103 -98.9 57.8 2.52e+03 44.5 0.0121 67.8 5.13e+03 World hIoni + 104 -98.9 57.8 2.52e+03 44.5 0.000321 1.57 5.13e+03 World hIoni + 105 -99 58 2.54e+03 44.5 0.00297 16.7 5.15e+03 World hIoni + 106 -99.1 58 2.54e+03 44.5 0.00134 3.61 5.15e+03 World hIoni + 107 -99.6 58.5 2.6e+03 44.5 0.0121 56 5.21e+03 World hIoni + 108 -99.6 58.6 2.6e+03 44.5 0.000198 2.19 5.21e+03 detectorPV CoupledTransportation + 109 -99.6 58.6 2.6e+03 38.7 5.75 1.93 5.21e+03 detectorPV hIoni + 110 -99.6 58.6 2.6e+03 33.5 5.22 1.54 5.22e+03 detectorPV hIoni + 111 -99.7 58.5 2.6e+03 28.9 4.56 1.23 5.22e+03 detectorPV hIoni + 112 -99.7 58.5 2.61e+03 24.9 4.03 0.983 5.22e+03 detectorPV hIoni + 113 -99.7 58.5 2.61e+03 21.3 3.66 0.791 5.22e+03 detectorPV hIoni + 114 -99.7 58.4 2.61e+03 17.8 3.43 0.635 5.22e+03 detectorPV hIoni + 115 -99.6 58.4 2.61e+03 14.6 3.21 0.506 5.22e+03 detectorPV hIoni + 116 -99.6 58.3 2.61e+03 11.6 2.99 0.4 5.22e+03 detectorPV hIoni + 117 -99.6 58.3 2.61e+03 8.7 2.92 0.315 5.22e+03 detectorPV hIoni + 118 -99.6 58.3 2.61e+03 5.9 2.8 0.243 5.22e+03 detectorPV hIoni + 119 -99.6 58.3 2.61e+03 2.84 3.07 0.18 5.22e+03 detectorPV hIoni + 120 -99.6 58.3 2.61e+03 0 2.84 0.0747 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -99.6 58.5 2.6e+03 0.00229 0 0 0 World initStep + 1 -99.2 58.5 2.6e+03 0 0.00229 0.994 0.994 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -99.1 58 2.54e+03 0.0011 0 0 0 World initStep + 1 -99.2 58.1 2.54e+03 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -99 58 2.54e+03 0.00219 0 0 0 World initStep + 1 -98.9 58.3 2.54e+03 0 0.00219 0.928 0.928 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -98.9 57.8 2.52e+03 0.0137 0 0 0 World initStep + 1 -98.3 56.9 2.52e+03 0.00611 0.00179 1.21 1.21 World eIoni + 2 -97.4 57 2.52e+03 0.0048 0.00132 2.54 3.74 World eIoni + 3 -97.9 58.2 2.52e+03 0.00178 0.00302 2.08 5.82 World eIoni + 4 -98.1 58 2.52e+03 0 0.00178 0.665 6.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -98.3 56.9 2.52e+03 0.0058 0 0 0 World initStep + 1 -97.3 55.6 2.52e+03 0.00263 0.00318 2.43 2.43 World eIoni + 2 -97.6 55.2 2.52e+03 0 0.00263 1.21 3.63 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -98.9 57.8 2.52e+03 0.0014 0 0 0 World initStep + 1 -99 57.8 2.52e+03 0 0.0014 0.46 0.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -98.3 57.2 2.45e+03 0.0195 0 0 0 World initStep + 1 -105 50.5 2.45e+03 0.016 0.00357 10.6 10.6 World eIoni + 2 -107 49.7 2.45e+03 0.0101 0.000763 1.86 12.4 World eIoni + 3 -108 46.4 2.45e+03 0.00871 0.00134 4.2 16.6 World eIoni + 4 -109 44 2.45e+03 0.00571 0.0019 3.16 19.8 World eIoni + 5 -110 42.7 2.45e+03 0.00327 0.00245 2.39 22.2 World eIoni + 6 -110 42 2.45e+03 0 0.00327 1.52 23.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -109 44 2.45e+03 0.0011 0 0 0 World initStep + 1 -109 43.9 2.45e+03 0 0.0011 0.323 0.323 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -107 49.7 2.45e+03 0.00516 0 0 0 World initStep + 1 -108 49.4 2.45e+03 0.00365 0.0015 2.2 2.2 World eIoni + 2 -109 49.3 2.46e+03 0.00197 0.00169 1.67 3.87 World eIoni + 3 -109 49.2 2.46e+03 0 0.00197 0.779 4.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -97.7 56.6 2.38e+03 0.00614 0 0 0 World initStep + 1 -98.2 54.9 2.38e+03 0.00487 0.00127 2.54 2.54 World eIoni + 2 -98.9 54.2 2.38e+03 0.00313 0.00174 2.1 4.65 World eIoni + 3 -98.4 54.4 2.38e+03 0.00215 0.000981 1.46 6.1 World eIoni + 4 -98.3 54.1 2.38e+03 0 0.00215 0.895 7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -96.6 55.6 2.26e+03 0.00359 0 0 0 World initStep + 1 -97.1 54.9 2.26e+03 0 0.00359 1.65 1.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -96.2 55 2.2e+03 0.00464 0 0 0 World initStep + 1 -95.4 55.9 2.2e+03 0.00342 0.00122 2.02 2.02 World eIoni + 2 -95.6 56.2 2.2e+03 0.00152 0.0019 1.58 3.6 World eIoni + 3 -95.5 56.2 2.2e+03 0 0.00152 0.522 4.12 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -96 54.7 2.17e+03 0.00176 0 0 0 World initStep + 1 -95.9 54.4 2.17e+03 0 0.00176 0.657 0.657 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95.8 54.3 2.14e+03 0.00408 0 0 0 World initStep + 1 -95 55 2.14e+03 0.00225 0.00183 1.83 1.83 World eIoni + 2 -95 54.6 2.14e+03 0 0.00225 0.966 2.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95.6 54.1 2.11e+03 0.00109 0 0 0 World initStep + 1 -95.7 54.1 2.11e+03 0 0.00109 0.321 0.321 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95.4 53.8 2.09e+03 0.00113 0 0 0 World initStep + 1 -95.5 53.9 2.09e+03 0 0.00113 0.338 0.338 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95.2 53.5 2.05e+03 0.00213 0 0 0 World initStep + 1 -94.8 53.5 2.05e+03 0 0.00213 0.886 0.886 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95.1 53.4 2.04e+03 0.00479 0 0 0 World initStep + 1 -96.1 52.6 2.04e+03 0.0034 0.00139 2.08 2.08 World eIoni + 2 -96.8 52.2 2.04e+03 0 0.0034 1.57 3.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -95 53.3 2.03e+03 0.00188 0 0 0 World initStep + 1 -95.2 53.1 2.03e+03 0 0.00188 0.728 0.728 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -94.8 52.9 2e+03 0.00116 0 0 0 World initStep + 1 -94.9 52.9 2e+03 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -94.4 52.3 1.94e+03 0.00532 0 0 0 World initStep + 1 -93.4 51.3 1.94e+03 0.0045 0.000826 2.26 2.26 World eIoni + 2 -92.6 51 1.94e+03 0.00179 0.00271 1.97 4.23 World eIoni + 3 -92.5 50.7 1.94e+03 0 0.00179 0.673 4.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -94.1 52 1.91e+03 0.00404 0 0 0 World initStep + 1 -94.9 52.7 1.91e+03 0.00129 0.00275 1.81 1.81 World eIoni + 2 -95.1 52.7 1.91e+03 0 0.00129 0.408 2.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93.8 51.6 1.87e+03 0.00114 0 0 0 World initStep + 1 -93.7 51.7 1.87e+03 0 0.00114 0.343 0.343 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93.5 51.3 1.84e+03 0.00295 0 0 0 World initStep + 1 -92.9 51.4 1.84e+03 0.00154 0.00141 1.38 1.38 World eIoni + 2 -92.8 51.3 1.84e+03 0 0.00154 0.534 1.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.9 50.5 1.77e+03 0.00299 0 0 0 World initStep + 1 -92.6 51.1 1.77e+03 0 0.00299 1.39 1.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.8 50.5 1.77e+03 0.00903 0 0 0 World initStep + 1 -91.4 48.1 1.77e+03 0.00796 0.00107 3.72 3.72 World eIoni + 2 -89.9 46.6 1.77e+03 0.0077 0.000258 3.25 6.97 World eIoni + 3 -90.6 46.6 1.77e+03 0.00694 0.000761 3.14 10.1 World eIoni + 4 -89 46.8 1.77e+03 0.00554 0.0014 2.84 13 World eIoni + 5 -88.6 45.4 1.77e+03 0.00401 0.00152 2.33 15.3 World eIoni + 6 -89.1 44.7 1.77e+03 0.00235 0.00166 1.8 17.1 World eIoni + 7 -89.3 45 1.77e+03 0 0.00235 1.04 18.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.7 50.3 1.76e+03 0.013 0 0 0 World initStep + 1 -88.9 50.4 1.76e+03 0.0114 0.00159 4.11 4.11 World msc + 2 -85.3 49.7 1.76e+03 0.00878 0.00263 4.91 9.02 World eIoni + 3 -82.2 50.7 1.76e+03 0.00722 0.00156 3.6 12.6 World eIoni + 4 -79.7 50.9 1.76e+03 0.00511 0.00211 2.95 15.6 World eIoni + 5 -78.4 51.6 1.76e+03 0.00295 0.00216 2.18 17.8 World eIoni + 6 -79 51.7 1.76e+03 0.00108 0.00187 1.38 19.1 World eIoni + 7 -78.9 51.8 1.76e+03 0 0.00108 0.316 19.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.3 49.8 1.7e+03 0.00858 0 0 0 World initStep + 1 -91.4 52.2 1.7e+03 0.00786 0.000718 3.52 3.52 World eIoni + 2 -92.6 52.2 1.71e+03 0.00694 0.000923 3.21 6.73 World eIoni + 3 -93.3 51.1 1.71e+03 0.00466 0.00228 2.84 9.57 World eIoni + 4 -94.5 51 1.71e+03 0.00219 0.00247 2.03 11.6 World eIoni + 5 -94.5 51.4 1.71e+03 0 0.00219 0.924 12.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92 49.2 1.66e+03 0.00111 0 0 0 World initStep + 1 -92.1 49.2 1.66e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -91.9 49.1 1.64e+03 0.00111 0 0 0 World initStep + 1 -91.9 48.9 1.64e+03 0 0.00111 0.326 0.326 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -91.6 48.6 1.6e+03 0.00454 0 0 0 World initStep + 1 -90.4 48.9 1.6e+03 0.00255 0.00199 1.99 1.99 World eIoni + 2 -90.2 49.1 1.6e+03 0 0.00255 1.16 3.15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -91.2 48.1 1.55e+03 0.00156 0 0 0 World initStep + 1 -91.1 47.9 1.55e+03 0 0.00156 0.546 0.546 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -90.3 46.5 1.41e+03 0.00198 0 0 0 World initStep + 1 -90.2 46.8 1.41e+03 0 0.00198 0.787 0.787 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.9 45.7 1.34e+03 0.00184 0 0 0 World initStep + 1 -89.9 45.4 1.34e+03 0 0.00184 0.701 0.701 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.7 45.5 1.32e+03 0.00509 0 0 0 World initStep + 1 -89.6 46.9 1.32e+03 0.00396 0.00113 2.18 2.18 World eIoni + 2 -89 47.7 1.32e+03 0.00213 0.00182 1.78 3.96 World eIoni + 3 -89.1 47.8 1.32e+03 0 0.00213 0.888 4.85 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.7 45.5 1.32e+03 0.00137 0 0 0 World initStep + 1 -89.9 45.6 1.32e+03 0 0.00137 0.445 0.445 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.6 45.3 1.3e+03 0.00644 0 0 0 World initStep + 1 -91.1 44.2 1.3e+03 0.0026 0.00385 2.66 2.66 World eIoni + 2 -91.4 43.8 1.3e+03 0 0.0026 1.19 3.84 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89.5 45.1 1.28e+03 0.00108 0 0 0 World initStep + 1 -89.4 45.1 1.28e+03 0 0.00108 0.316 0.316 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -88.9 44.1 1.19e+03 0.013 0 0 0 World initStep + 1 -85.9 43.4 1.2e+03 0.0107 0.00227 4.66 4.66 World msc + 2 -85.8 41.3 1.2e+03 0.00798 0.000995 3.19 7.85 World eIoni + 3 -84.5 39.2 1.2e+03 0.00682 0.00116 3.26 11.1 World eIoni + 4 -83.7 37.5 1.2e+03 0.00381 0.00301 2.8 13.9 World eIoni + 5 -83.3 37.5 1.2e+03 0.00262 0.00119 1.73 15.6 World eIoni + 6 -83 37.3 1.2e+03 0 0.00262 1.2 16.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 69 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.8 41.3 1.2e+03 0.00175 0 0 0 World initStep + 1 -85.9 41.2 1.2e+03 0 0.00175 0.647 0.647 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.8 40.9 923 0.00134 0 0 0 World initStep + 1 -86.7 41 924 0 0.00134 0.43 0.43 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.8 40.9 920 0.00424 0 0 0 World initStep + 1 -85.7 40.9 920 0.00362 0.000621 1.89 1.89 World eIoni + 2 -85.2 40.2 920 0 0.00362 1.66 3.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.4 40.2 863 0.00118 0 0 0 World initStep + 1 -86.5 40.2 863 0 0.00118 0.358 0.358 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -86.3 40.1 857 0.00174 0 0 0 World initStep + 1 -86.5 40.3 857 0 0.00174 0.645 0.645 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.9 39.6 809 0.0013 0 0 0 World initStep + 1 -86 39.6 809 0 0.0013 0.413 0.413 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.5 39.1 761 0.00213 0 0 0 World initStep + 1 -85.2 38.9 761 0 0.00213 0.884 0.884 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.4 39 716 0.00852 0 0 0 World initStep + 1 -85.8 38.1 716 0.0065 0.000238 1.05 1.05 World eIoni + 2 -86.4 36.4 717 0.00449 0.00201 2.33 3.38 World msc + 3 -86.7 35.4 718 0.00212 0.00237 1.97 5.35 World eIoni + 4 -86.8 35.4 717 0 0.00212 0.877 6.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.8 38.1 716 0.00178 0 0 0 World initStep + 1 -85.9 38.1 716 0 0.00178 0.669 0.669 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.3 39 699 0.00116 0 0 0 World initStep + 1 -85.3 39.1 699 0 0.00116 0.349 0.349 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85.1 38.9 658 0.00101 0 0 0 World initStep + 1 -85.2 38.8 658 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.9 38.9 606 0.00208 0 0 0 World initStep + 1 -84.9 39.2 606 0 0.00208 0.849 0.849 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.7 38.8 572 0.0023 0 0 0 World initStep + 1 -84.3 38.6 572 0 0.0023 1 1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.6 38.7 542 0.00307 0 0 0 World initStep + 1 -84.4 38.1 542 0.00143 0.00163 1.43 1.43 World eIoni + 2 -84.6 38.1 542 0 0.00143 0.477 1.91 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.5 38.7 529 0.00561 0 0 0 World initStep + 1 -83.6 39.9 529 0.00473 0.000879 2.36 2.36 World eIoni + 2 -82.8 41 529 0.0027 0.00203 2.05 4.41 World eIoni + 3 -82.8 41.5 529 0 0.0027 1.25 5.66 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.5 38.7 519 0.0105 0 0 0 World initStep + 1 -87.2 39.5 522 0.00926 0.00122 4.42 4.42 World eIoni + 2 -88.6 40.5 524 0.00653 0.00273 3.82 8.24 World eIoni + 3 -89 39.7 526 0.00574 0.000784 2.69 10.9 World eIoni + 4 -88.4 40.2 527 0.00403 0.00172 2.4 13.3 World eIoni + 5 -88.4 39.5 528 0.00106 0.00297 1.81 15.1 World eIoni + 6 -88.3 39.5 528 0 0.00106 0.306 15.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.4 38.6 493 0.00242 0 0 0 World initStep + 1 -84.7 38.3 493 0 0.00242 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.2 38.6 450 0.00212 0 0 0 World initStep + 1 -84 38.9 450 0 0.00212 0.876 0.876 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.2 38.6 446 0.0125 0 0 0 World initStep + 1 -80.8 41.6 449 0.0109 0.00154 5.51 5.51 World eIoni + 2 -80.4 42 449 0.00863 0.000578 0.794 6.31 World eIoni + 3 -80.1 44.4 451 0.00798 0.000658 3.54 9.85 World eIoni + 4 -77.8 45.4 451 0.00678 0.00119 3.26 13.1 World eIoni + 5 -76 45.1 450 0.00421 0.00258 2.78 15.9 World eIoni + 6 -76.9 45.6 451 0.00308 0.00112 1.87 17.8 World eIoni + 7 -76.7 45 451 0 0.00308 1.44 19.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.4 42 449 0.00173 0 0 0 World initStep + 1 -80.3 41.9 450 0 0.00173 0.64 0.64 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.1 38.6 437 0.00185 0 0 0 World initStep + 1 -84.4 38.7 437 0 0.00185 0.707 0.707 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -82.5 38 27.2 0.00117 0 0 0 World initStep + 1 -82.4 38.1 27.2 0 0.00117 0.354 0.354 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -82.4 38 4.94 0.00462 0 0 0 World initStep + 1 -83.1 37 5.2 0.00361 0.00101 2.02 2.02 World eIoni + 2 -83.3 36.2 4.88 0.00206 0.00155 1.65 3.67 World eIoni + 3 -83.5 36.1 5.12 0 0.00206 0.84 4.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -82.2 38 -33.3 0.00194 0 0 0 World initStep + 1 -82.5 37.8 -33.3 0 0.00194 0.763 0.763 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -82.2 37.9 -50.1 0.00108 0 0 0 World initStep + 1 -82.2 37.8 -50 0 0.00108 0.313 0.313 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -81.9 37.9 -107 0.00109 0 0 0 World initStep + 1 -81.9 37.8 -107 0 0.00109 0.318 0.318 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -81.7 37.8 -142 0.00145 0 0 0 World initStep + 1 -81.9 37.8 -142 0 0.00145 0.489 0.489 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -81.7 37.8 -148 0.00186 0 0 0 World initStep + 1 -81.9 38 -148 0 0.00186 0.715 0.715 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -81.6 37.8 -159 0.0026 0 0 0 World initStep + 1 -81.3 38.1 -159 0 0.0026 1.19 1.19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -81 37.3 -314 0.0192 0 0 0 World initStep + 1 -73.6 31.6 -312 0.0163 0.00292 10.3 10.3 World eIoni + 2 -68.9 28.7 -313 0.012 0.00316 5.92 16.2 World eIoni + 3 -68 24 -312 0.0109 0.00116 5.26 21.5 World eIoni + 4 -68 20.2 -312 0.0091 0.00178 4.63 26.1 World eIoni + 5 -65.9 18.2 -312 0.00655 0.00256 3.75 29.8 World eIoni + 6 -65.7 18.2 -312 0.00473 1.83e-05 0.224 30.1 World eIoni + 7 -65 18 -314 0.00187 0.00286 2.05 32.1 World eIoni + 8 -65.1 17.9 -314 0 0.00187 0.722 32.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -65.7 18.2 -312 0.0018 0 0 0 World initStep + 1 -65.5 18.2 -312 0 0.0018 0.677 0.677 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -68.9 28.7 -313 0.00108 0 0 0 World initStep + 1 -68.8 28.8 -313 0 0.00108 0.315 0.315 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.8 37.2 -357 0.00123 0 0 0 World initStep + 1 -80.8 37.1 -357 0 0.00123 0.382 0.382 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.8 37.2 -372 0.00184 0 0 0 World initStep + 1 -81 37 -372 0 0.00184 0.699 0.699 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.6 37.1 -417 0.001 0 0 0 World initStep + 1 -80.6 37 -417 0 0.001 0.283 0.283 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.4 37.1 -476 0.0359 0 0 0 World initStep + 1 -59.4 40.3 -462 0.0284 0.00754 29 29 World eIoni + 2 -45.1 42.7 -453 0.0246 0.00383 19.4 48.5 World eIoni + 3 -33.2 50.4 -453 0.0215 0.00303 15.3 63.7 World eIoni + 4 -22.2 52.1 -456 0.019 0.00255 12.3 76.1 World eIoni + 5 -13.1 54.2 -455 0.0158 0.00319 10.1 86.2 World eIoni + 6 -14.5 50 -450 0.014 0.00179 7.65 93.8 World eIoni + 7 -18.8 47 -447 0.012 0.00201 6.44 100 World eIoni + 8 -20.9 47.2 -444 0.00889 0.00163 3.92 104 World eIoni + 9 -21.6 47.3 -441 0.00422 0.00467 3.65 108 World eIoni + 10 -22.4 46.6 -441 0.00227 0.00195 1.88 110 World eIoni + 11 -22.7 46.9 -441 0 0.00227 0.981 111 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 38 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.9 47.2 -444 0.00146 0 0 0 World initStep + 1 -20.8 47.3 -444 0 0.00146 0.493 0.493 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.2 37 -556 0.00305 0 0 0 World initStep + 1 -79.9 37.6 -556 0 0.00305 1.42 1.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.2 37 -565 0.00127 0 0 0 World initStep + 1 -80.3 36.9 -565 0 0.00127 0.399 0.399 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.1 37 -569 0.00138 0 0 0 World initStep + 1 -80.1 36.8 -569 0 0.00138 0.452 0.452 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.1 36.9 -577 0.00214 0 0 0 World initStep + 1 -80.5 37 -577 0 0.00214 0.892 0.892 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.9 36.8 -638 0.00232 0 0 0 World initStep + 1 -80.2 37.1 -638 0 0.00232 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.8 36.7 -690 0.00138 0 0 0 World initStep + 1 -79.9 36.8 -690 0 0.00138 0.454 0.454 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.7 36.7 -714 0.00473 0 0 0 World initStep + 1 -80.1 37.8 -714 0.00277 0.00196 2.05 2.05 World eIoni + 2 -80.2 38.4 -714 0.00153 0.00124 1.28 3.33 World eIoni + 3 -80.4 38.5 -714 0 0.00153 0.528 3.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.6 36.6 -746 0.00162 0 0 0 World initStep + 1 -79.4 36.7 -745 0 0.00162 0.577 0.577 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.4 36.5 -825 0.00856 0 0 0 World initStep + 1 -79.8 34 -824 0.00617 0.00239 3.51 3.51 World eIoni + 2 -79.6 32.4 -824 0.00533 0.000841 2.56 6.06 World eIoni + 3 -80.5 31.9 -823 0.00336 0.00197 2.26 8.32 World eIoni + 4 -80 32.3 -822 0.0014 0.00195 1.55 9.88 World eIoni + 5 -80.1 32.3 -822 0 0.0014 0.463 10.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.3 36.5 -846 0.00165 0 0 0 World initStep + 1 -79.6 36.5 -846 0 0.00165 0.594 0.594 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.3 36.4 -872 0.0032 0 0 0 World initStep + 1 -79.8 36 -872 0.00115 0.00205 1.49 1.49 World eIoni + 2 -79.9 35.9 -872 0 0.00115 0.345 1.83 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79 36.3 -937 0.00312 0 0 0 World initStep + 1 -78.8 37 -936 0.00151 0.00161 1.45 1.45 World eIoni + 2 -78.8 37.2 -936 0 0.00151 0.516 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78.4 36.2 -1.06e+03 0.00404 0 0 0 World initStep + 1 -78 37.1 -1.06e+03 0.00204 0.002 1.81 1.81 World eIoni + 2 -78 37.4 -1.06e+03 0 0.00204 0.826 2.64 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78.3 36.1 -1.09e+03 0.0349 0 0 0 World initStep + 1 -70.1 22.1 -1.07e+03 0.0318 0.0031 27.7 27.7 World eIoni + 2 -62.7 9.55 -1.06e+03 0.0296 0.00222 23.6 51.2 World eIoni + 3 -58 -2.7 -1.05e+03 0.0255 0.00414 20.9 72.1 World eIoni + 4 -52.1 -7.18 -1.04e+03 0.0222 0.00209 9.2 81.3 World eIoni + 5 -48.7 -11.3 -1.04e+03 0.014 0.00222 5.48 86.8 World eIoni + 6 -50.5 -15.5 -1.04e+03 0.0123 0.00176 6.47 93.2 World eIoni + 7 -49.6 -17.8 -1.05e+03 0.0111 0.00119 5.39 98.6 World eIoni + 8 -49.4 -21 -1.05e+03 0.00929 0.00179 4.73 103 World eIoni + 9 -48.1 -23.8 -1.05e+03 0.00727 0.00202 3.84 107 World eIoni + 10 -48.6 -25.5 -1.06e+03 0.00453 0.00158 2.66 110 World eIoni + 11 -49.2 -26.3 -1.06e+03 0.00188 0.00266 1.99 112 World eIoni + 12 -49 -26.3 -1.06e+03 0 0.00188 0.725 113 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -48.6 -25.5 -1.06e+03 0.00116 0 0 0 World initStep + 1 -48.6 -25.4 -1.06e+03 0 0.00116 0.349 0.349 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -48.7 -11.3 -1.04e+03 0.00595 0 0 0 World initStep + 1 -47.4 -11.7 -1.04e+03 0.00246 0.00127 2.28 2.28 World eIoni + 2 -47.5 -12.1 -1.04e+03 0.00123 0.00123 1.11 3.39 World eIoni + 3 -47.6 -12 -1.04e+03 0 0.00123 0.379 3.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 115 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.4 -11.7 -1.04e+03 0.00222 0 0 0 World initStep + 1 -47.1 -11.8 -1.04e+03 0 0.00222 0.946 0.946 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -52.1 -7.18 -1.04e+03 0.00117 0 0 0 World initStep + 1 -52.1 -7.2 -1.04e+03 0 0.00117 0.353 0.353 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -78.1 36 -1.12e+03 0.00553 0 0 0 World initStep + 1 -79.5 36.7 -1.12e+03 0.00403 0.0015 2.33 2.33 World eIoni + 2 -80.2 36 -1.12e+03 0.00135 0.00268 1.81 4.14 World eIoni + 3 -80.4 36 -1.12e+03 0 0.00135 0.437 4.58 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -77.4 35.8 -1.25e+03 0.00158 0 0 0 World initStep + 1 -77.6 36 -1.25e+03 0 0.00158 0.555 0.555 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.8 35.8 -1.33e+03 0.00684 0 0 0 World initStep + 1 -74.9 35.9 -1.33e+03 0.00549 0.00135 2.81 2.81 World eIoni + 2 -74.2 37.3 -1.33e+03 0.00383 0.00166 2.31 5.12 World eIoni + 3 -74.1 37.9 -1.33e+03 0.00233 0.0015 1.74 6.86 World eIoni + 4 -74.5 37.8 -1.33e+03 0 0.00233 1.02 7.88 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.8 35.7 -1.35e+03 0.00183 0 0 0 World initStep + 1 -76.7 36 -1.35e+03 0 0.00183 0.695 0.695 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.6 35.7 -1.37e+03 0.00113 0 0 0 World initStep + 1 -76.5 35.7 -1.37e+03 0 0.00113 0.337 0.337 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.5 35.7 -1.39e+03 0.00167 0 0 0 World initStep + 1 -76.5 35.9 -1.39e+03 0 0.00167 0.604 0.604 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76.4 35.7 -1.42e+03 0.0011 0 0 0 World initStep + 1 -76.4 35.8 -1.42e+03 0 0.0011 0.324 0.324 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -76 35.5 -1.49e+03 0.00409 0 0 0 World initStep + 1 -75.5 36.5 -1.49e+03 0.00186 0.00223 1.83 1.83 World eIoni + 2 -75.3 36.3 -1.49e+03 0 0.00186 0.712 2.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -74.9 34.7 -1.9e+03 0.0242 0 0 0 World initStep + 1 -72.3 35.3 -1.9e+03 0.021 0.00104 3.23 3.23 World eIoni + 2 -68.6 41.4 -1.89e+03 0.0139 0.00711 11.9 15.1 World eIoni + 3 -67.7 44.8 -1.89e+03 0.0091 0.00479 6.38 21.5 World eIoni + 4 -69.1 42.5 -1.89e+03 0.00741 0.00169 3.75 25.2 World eIoni + 5 -69.3 42.9 -1.88e+03 0.00532 0.00208 3.03 28.2 World eIoni + 6 -70.1 43.6 -1.88e+03 0.00371 0.00162 2.26 30.5 World eIoni + 7 -69.9 43.8 -1.88e+03 0 0.00371 1.69 32.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -72.3 35.3 -1.9e+03 0.00216 0 0 0 World initStep + 1 -72.1 35.3 -1.9e+03 0 0.00216 0.906 0.906 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -74.5 34.6 -2.04e+03 0.00383 0 0 0 World initStep + 1 -75.5 34.5 -2.04e+03 0.00186 0.00197 1.74 1.74 World eIoni + 2 -75.7 34.5 -2.04e+03 0 0.00186 0.713 2.45 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -74.4 34.5 -2.1e+03 0.00149 0 0 0 World initStep + 1 -74.4 34.3 -2.1e+03 0 0.00149 0.505 0.505 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -74.2 34.4 -2.17e+03 0.00192 0 0 0 World initStep + 1 -74.3 34.1 -2.17e+03 0 0.00192 0.752 0.752 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -74 34.4 -2.22e+03 0.00124 0 0 0 World initStep + 1 -73.8 34.4 -2.22e+03 0 0.00124 0.383 0.383 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.9 34.4 -2.26e+03 0.00103 0 0 0 World initStep + 1 -73.8 34.3 -2.26e+03 0 0.00103 0.295 0.295 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.9 34.4 -2.28e+03 0.00239 0 0 0 World initStep + 1 -73.4 34.3 -2.28e+03 0 0.00239 1.06 1.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.8 34.3 -2.35e+03 0.00229 0 0 0 World initStep + 1 -74.1 34.2 -2.35e+03 0 0.00229 0.997 0.997 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.7 34.3 -2.39e+03 0.00181 0 0 0 World initStep + 1 -73.9 34.5 -2.39e+03 0 0.00181 0.683 0.683 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.6 34.3 -2.39e+03 0.00383 0 0 0 World initStep + 1 -73.2 35.2 -2.39e+03 0 0.00383 1.74 1.74 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.6 34.3 -2.42e+03 0.00146 0 0 0 World initStep + 1 -73.5 34.5 -2.42e+03 0 0.00146 0.492 0.492 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.5 34.3 -2.46e+03 0.00473 0 0 0 World initStep + 1 -72.7 33.4 -2.46e+03 0.00294 0.00179 2.05 2.05 World eIoni + 2 -72.6 32.9 -2.46e+03 0 0.00294 1.37 3.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.5 34.3 -2.58e+03 0.0014 0 0 0 World initStep + 1 -73.4 34.1 -2.58e+03 0 0.0014 0.463 0.463 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.5 34.3 -2.61e+03 0.0148 0 0 0 World initStep + 1 -68.6 36.3 -2.61e+03 0.0134 0.00139 6.96 6.96 World eIoni + 2 -70.2 40.5 -2.61e+03 0.011 0.00233 6.06 13 World eIoni + 3 -70 43.4 -2.61e+03 0.00937 0.00168 4.71 17.7 World eIoni + 4 -72.1 45.4 -2.61e+03 0.00388 0.00173 3.7 21.4 World eIoni + 5 -72.6 44.7 -2.61e+03 0.00181 0.00207 1.76 23.2 World eIoni + 6 -72.7 44.5 -2.61e+03 0 0.00181 0.683 23.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -72.1 45.4 -2.61e+03 0.00375 0 0 0 World initStep + 1 -72.9 45.9 -2.61e+03 0.00135 0.0024 1.71 1.71 World eIoni + 2 -73.1 45.9 -2.61e+03 0 0.00135 0.439 2.15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -29 -2.61e+03 50 0 0 0 World initStep + 1 -35.4 -29 -2.59e+03 50 0.00466 22.4 22.4 World hIoni + 2 -35.4 -29 -2.58e+03 50 0.00216 8.6 31 World hIoni + 3 -35.4 -28.9 -2.52e+03 50 0.0112 59.4 90.4 World hIoni + 4 -35.4 -28.9 -2.52e+03 50 4.05e-05 0.166 90.6 World hIoni + 5 -35.4 -28.8 -2.39e+03 49.9 0.0264 128 218 World hIoni + 6 -35.4 -28.8 -2.37e+03 49.9 0.0027 24.1 242 World hIoni + 7 -35.4 -28.7 -2.35e+03 49.9 0.0032 20.2 263 World hIoni + 8 -35.4 -28.7 -2.33e+03 49.9 0.00242 18.3 281 World hIoni + 9 -35.5 -28.6 -2.3e+03 49.9 0.00556 34.2 315 World hIoni + 10 -35.5 -28.6 -2.29e+03 49.9 0.000194 2.69 318 World hIoni + 11 -35.5 -28.4 -2.24e+03 49.9 0.00874 52.8 371 World hIoni + 12 -35.6 -28.3 -2.21e+03 49.9 0.00379 28.3 399 World hIoni + 13 -35.7 -28 -2.1e+03 49.8 0.0222 116 515 World hIoni + 14 -35.8 -27.8 -2.04e+03 49.8 0.0116 57.3 572 World hIoni + 15 -35.8 -27.7 -1.99e+03 49.8 0.00886 53.6 626 World hIoni + 16 -35.8 -27.6 -1.96e+03 49.8 0.00249 23 649 World hIoni + 17 -35.8 -27.6 -1.96e+03 49.8 0.00131 8.34 657 World hIoni + 18 -35.8 -27.6 -1.94e+03 49.8 0.00231 14.6 672 World hIoni + 19 -35.8 -27.4 -1.88e+03 49.8 0.0138 61.9 733 World hIoni + 20 -35.8 -27.3 -1.82e+03 49.7 0.00815 63.2 797 World hIoni + 21 -35.8 -27.1 -1.75e+03 49.7 0.0111 69.5 866 cloudPV CoupledTransportation + 22 -35.8 -27.1 -1.75e+03 48.2 1.58 1.19 867 World CoupledTransportation + 23 -35.7 -26.9 -1.74e+03 48.2 0.000927 8.21 876 World hIoni + 24 -35.6 -26.4 -1.71e+03 48.1 0.00534 25.6 901 World hIoni + 25 -35.3 -25.7 -1.67e+03 48.1 0.00761 38.4 940 World hIoni + 26 -34.8 -24.8 -1.62e+03 48.1 0.0109 56.2 996 World hIoni + 27 -34.5 -24.3 -1.59e+03 48.1 0.00683 29.6 1.03e+03 World hIoni + 28 -34.2 -23.6 -1.55e+03 48.1 0.00817 39.4 1.06e+03 cloudPV CoupledTransportation + 29 -34.2 -23.6 -1.55e+03 45.5 2.6 1.77 1.07e+03 World CoupledTransportation + 30 -33.6 -23 -1.51e+03 45.5 0.00762 35.1 1.1e+03 World hIoni + 31 -30.4 -19.7 -1.32e+03 45.4 0.0369 193 1.29e+03 World hIoni + 32 -30.1 -19.4 -1.3e+03 45.4 0.0026 19.1 1.31e+03 World hIoni + 33 -30.1 -19.3 -1.29e+03 45.4 0.00165 4.12 1.32e+03 World hIoni + 34 -29.4 -18.7 -1.25e+03 45.4 0.00853 40.6 1.36e+03 World hIoni + 35 -29.3 -18.6 -1.25e+03 45.4 0.000855 4.95 1.36e+03 World hIoni + 36 -28.3 -17.5 -1.18e+03 45.4 0.0124 67 1.43e+03 World hIoni + 37 -28.2 -17.4 -1.18e+03 45.4 0.000394 2.79 1.43e+03 World hIoni + 38 -27.5 -16.6 -1.13e+03 45.4 0.00745 46.3 1.48e+03 World hIoni + 39 -27.3 -16.4 -1.12e+03 45.4 0.00221 11.6 1.49e+03 World hIoni + 40 -27.1 -16.2 -1.11e+03 45.4 0.00386 9.08 1.5e+03 World hIoni + 41 -25.3 -14.1 -997 45.3 0.0189 116 1.62e+03 World hIoni + 42 -24.2 -13 -932 45.3 0.0157 65.1 1.68e+03 World hIoni + 43 -23.8 -12.5 -906 45.3 0.00487 26.2 1.71e+03 World hIoni + 44 -21.4 -9.92 -762 45.3 0.0345 144 1.85e+03 World hIoni + 45 -20.3 -8.74 -696 45.3 0.0137 66 1.92e+03 World hIoni + 46 -19.7 -8.1 -660 45.3 0.00853 36.6 1.95e+03 World hIoni + 47 -19.2 -7.56 -630 45.2 0.00471 29.7 1.98e+03 World hIoni + 48 -19 -7.43 -622 45.2 0.00164 7.46 1.99e+03 World hIoni + 49 -18.3 -6.64 -580 45.2 0.00733 42.5 2.03e+03 World hIoni + 50 -15.2 -3.3 -396 45.2 0.0307 184 2.22e+03 World hIoni + 51 -15.1 -3.28 -395 45.2 0.000237 1.15 2.22e+03 World hIoni + 52 -14.6 -2.77 -365 45.2 0.00444 29.9 2.25e+03 World hIoni + 53 -13.9 -2.02 -321 45.1 0.00709 44.1 2.29e+03 World hIoni + 54 -13.6 -1.74 -304 45.1 0.00284 17 2.31e+03 World hIoni + 55 -12.9 -1.14 -267 45.1 0.00662 36.6 2.35e+03 World hIoni + 56 -11.5 0.13 -190 45.1 0.0156 77.5 2.42e+03 World hIoni + 57 -10.8 0.807 -151 45.1 0.00516 38.9 2.46e+03 World hIoni + 58 -10.7 0.952 -143 45.1 0.00197 8.07 2.47e+03 World hIoni + 59 -9.3 2.31 -66.2 45.1 0.0219 76.4 2.55e+03 World hIoni + 60 -9.17 2.44 -58.8 45.1 0.00205 7.47 2.55e+03 World hIoni + 61 -6.83 4.67 73.9 45 0.0217 133 2.69e+03 World hIoni + 62 -6.53 4.94 89.8 45 0.00583 15.9 2.7e+03 World hIoni + 63 -5.87 5.47 123 45 0.0101 33.7 2.74e+03 World hIoni + 64 -4.92 6.25 172 45 0.00931 48.2 2.78e+03 World hIoni + 65 -4.47 6.61 193 45 0.00554 21.8 2.81e+03 World hIoni + 66 -3.43 7.43 244 45 0.00798 50.1 2.86e+03 World hIoni + 67 -2.72 8.02 279 45 0.00804 35.5 2.89e+03 World hIoni + 68 1.27 11.2 478 44.9 0.0456 199 3.09e+03 World hIoni + 69 1.55 11.5 493 44.9 0.00305 14.6 3.11e+03 World hIoni + 70 6.54 16.3 762 44.9 0.0436 269 3.38e+03 World hIoni + 71 8.92 18.3 887 44.9 0.0242 125 3.5e+03 World hIoni + 72 12.2 20.6 1.05e+03 44.8 0.0373 160 3.66e+03 World hIoni + 73 13.1 21.3 1.1e+03 44.8 0.00684 48.8 3.71e+03 World hIoni + 74 14 21.9 1.14e+03 44.8 0.00986 46.6 3.76e+03 World hIoni + 75 15 22.6 1.2e+03 44.8 0.0165 57.4 3.81e+03 World hIoni + 76 16.7 23.8 1.3e+03 44.7 0.0198 101 3.91e+03 World hIoni + 77 16.9 23.9 1.31e+03 44.7 0.00226 8.21 3.92e+03 World hIoni + 78 17.3 24.1 1.33e+03 44.7 0.00391 20.7 3.94e+03 World hIoni + 79 18.7 24.9 1.41e+03 44.7 0.0161 78.6 4.02e+03 World hIoni + 80 20 25.7 1.48e+03 44.6 0.0119 68.7 4.09e+03 World hIoni + 81 20.1 25.8 1.48e+03 44.6 0.00109 7.46 4.1e+03 World hIoni + 82 21.7 26.8 1.57e+03 44.6 0.0172 90.4 4.19e+03 World hIoni + 83 22.3 27.2 1.61e+03 44.6 0.00522 35.6 4.22e+03 World hIoni + 84 22.5 27.3 1.62e+03 44.6 0.00234 8.94 4.23e+03 World hIoni + 85 22.8 27.4 1.63e+03 44.6 0.00152 14.9 4.25e+03 World hIoni + 86 22.8 27.4 1.63e+03 44.6 6.58e-05 0.153 4.25e+03 World hIoni + 87 23 27.5 1.65e+03 44.6 0.00219 11.4 4.26e+03 World hIoni + 88 23.3 27.7 1.66e+03 44.6 0.00329 16.6 4.28e+03 World hIoni + 89 23.7 27.9 1.68e+03 44.6 0.00389 21.4 4.3e+03 World hIoni + 90 24.5 28.4 1.74e+03 44.6 0.0113 51.2 4.35e+03 World hIoni + 91 24.9 28.6 1.76e+03 44.6 0.00354 23.9 4.37e+03 World hIoni + 92 26.3 29.4 1.84e+03 44.5 0.0135 81.6 4.45e+03 World hIoni + 93 26.5 29.6 1.85e+03 44.5 0.00146 10.8 4.46e+03 World hIoni + 94 27.6 30.2 1.92e+03 44.5 0.0121 64.9 4.53e+03 World hIoni + 95 30 31.7 2.07e+03 44.5 0.0213 152 4.68e+03 World hIoni + 96 32.1 32.9 2.19e+03 44.5 0.0228 124 4.81e+03 World hIoni + 97 33.1 33.5 2.25e+03 44.5 0.0104 60.4 4.87e+03 World hIoni + 98 33.4 33.7 2.27e+03 44.4 0.00499 20.9 4.89e+03 cloudPV CoupledTransportation + 99 33.5 33.7 2.27e+03 41.9 2.56 1.82 4.89e+03 World CoupledTransportation + 100 34.2 34.8 2.31e+03 41.9 0.00612 38.1 4.93e+03 World hIoni + 101 34.5 35 2.32e+03 41.9 0.00157 9.71 4.94e+03 World hIoni + 102 36.3 37.5 2.41e+03 41.9 0.015 91.4 5.03e+03 World hIoni + 103 36.9 38.3 2.44e+03 41.9 0.00661 28.6 5.06e+03 World hIoni + 104 37 38.5 2.45e+03 41.8 0.000741 5.39 5.06e+03 World hIoni + 105 38.2 40 2.5e+03 41.8 0.0125 56.3 5.12e+03 World hIoni + 106 39.3 41.5 2.56e+03 41.8 0.0129 53.4 5.17e+03 World hIoni + 107 39.3 41.5 2.56e+03 41.8 0.00116 0.605 5.17e+03 World hIoni + 108 40.1 42.6 2.6e+03 41.8 0.0111 41.7 5.21e+03 detectorPV CoupledTransportation + 109 40.2 42.7 2.6e+03 36.5 5.28 1.74 5.22e+03 detectorPV hIoni + 110 40.2 42.7 2.6e+03 31.5 4.95 1.4 5.22e+03 detectorPV hIoni + 111 40.2 42.8 2.6e+03 26.9 4.6 1.12 5.22e+03 detectorPV hIoni + 112 40.2 42.8 2.61e+03 23.1 3.84 0.884 5.22e+03 detectorPV hIoni + 113 40.2 42.8 2.61e+03 19.5 3.59 0.711 5.22e+03 detectorPV hIoni + 114 40.2 42.9 2.61e+03 16.4 3.06 0.567 5.22e+03 detectorPV hIoni + 115 40.2 42.9 2.61e+03 13.4 3.01 0.458 5.22e+03 detectorPV hIoni + 116 40.2 43 2.61e+03 10.4 3.04 0.365 5.22e+03 detectorPV hIoni + 117 40.2 43 2.61e+03 7.6 2.79 0.283 5.22e+03 detectorPV hIoni + 118 40.2 43 2.61e+03 4.77 2.83 0.218 5.22e+03 detectorPV hIoni + 119 40.2 43 2.61e+03 1.51 3.26 0.15 5.22e+03 detectorPV hIoni + 120 40.2 43 2.61e+03 0.218 1.29 0.0273 5.22e+03 detectorPV hIoni + 121 40.2 43 2.61e+03 0.0508 0.167 0.0021 5.22e+03 detectorPV hIoni + 122 40.2 43 2.61e+03 0 0.0508 0.000613 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.3 41.5 2.56e+03 0.00503 0 0 0 World initStep + 1 40.2 40.5 2.56e+03 0.00205 0.00297 2.15 2.15 World eIoni + 2 39.8 40.5 2.56e+03 0 0.00205 0.835 2.99 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 39.3 41.5 2.56e+03 0.039 0 0 0 World initStep + 1 40.2 42.2 2.56e+03 0.0334 0.000528 1.46 1.46 World eIoni + 2 38.8 58.4 2.58e+03 0.031 0.00238 25.6 27 World eIoni + 3 31.7 68.7 2.59e+03 0.0273 0.00373 22.5 49.6 World eIoni + 4 16.9 71.4 2.6e+03 0.0239 0.0034 18.2 67.7 World eIoni + 5 8.6 74 2.6e+03 0.023 0.000865 10 77.7 detectorPV CoupledTransportation + 6 8.6 74 2.6e+03 0.023 0 0 77.7 World CoupledTransportation + 7 -3.82 73.6 2.6e+03 0.0194 0.00359 13.7 91.5 World eIoni + 8 -11.1 76.8 2.59e+03 0.0156 0.00385 10.5 102 World eIoni + 9 -15.3 75 2.59e+03 0.012 0.00154 5.16 107 World eIoni + 10 -17.2 71.8 2.59e+03 0.00983 0.00213 5.22 112 World eIoni + 11 -13.9 72 2.59e+03 0.00757 0.00226 4.09 116 World eIoni + 12 -12.4 73.6 2.59e+03 0.00513 0.00245 3.09 119 World eIoni + 13 -11.1 73.2 2.59e+03 0.00159 0.00354 2.19 122 World eIoni + 14 -11.1 73.3 2.59e+03 0 0.00159 0.56 122 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.3 75 2.59e+03 0.00205 0 0 0 World initStep + 1 -15.3 75.2 2.59e+03 0 0.00205 0.831 0.831 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 40.2 42.2 2.56e+03 0.00511 0 0 0 World initStep + 1 41.4 41.6 2.56e+03 0.00231 0.0028 2.18 2.18 World eIoni + 2 41.7 41.3 2.56e+03 0 0.00231 1.01 3.19 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.2 40 2.5e+03 0.00493 0 0 0 World initStep + 1 39.5 40.2 2.5e+03 0.00316 0.00177 2.12 2.12 World eIoni + 2 39.7 39.8 2.51e+03 0.0019 0.00126 1.47 3.59 World eIoni + 3 39.5 39.7 2.51e+03 0 0.0019 0.736 4.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37 38.5 2.45e+03 0.0011 0 0 0 World initStep + 1 36.9 38.5 2.45e+03 0 0.0011 0.325 0.325 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.9 38.3 2.44e+03 0.00111 0 0 0 World initStep + 1 36.9 38.4 2.44e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.3 37.5 2.41e+03 0.00184 0 0 0 World initStep + 1 36.1 37.5 2.41e+03 0 0.00184 0.701 0.701 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34.5 35 2.32e+03 0.00522 0 0 0 World initStep + 1 34.1 33.7 2.32e+03 0.00296 0.00226 2.22 2.22 World eIoni + 2 33.7 33.5 2.32e+03 0 0.00296 1.38 3.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34.2 34.8 2.31e+03 0.00115 0 0 0 World initStep + 1 34.4 34.8 2.31e+03 0 0.00115 0.346 0.346 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 33.1 33.5 2.25e+03 0.00509 0 0 0 World initStep + 1 34.1 34.4 2.25e+03 0.00258 0.00251 2.18 2.18 World eIoni + 2 34.3 34.7 2.25e+03 0 0.00258 1.18 3.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.1 32.9 2.19e+03 0.00373 0 0 0 World initStep + 1 32.4 32 2.19e+03 0.00163 0.00209 1.7 1.7 World eIoni + 2 32.4 31.9 2.19e+03 0 0.00163 0.584 2.28 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30 31.7 2.07e+03 0.0021 0 0 0 World initStep + 1 30 32.1 2.07e+03 0 0.0021 0.863 0.863 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.6 30.2 1.92e+03 0.0034 0 0 0 World initStep + 1 27.6 29.4 1.92e+03 0 0.0034 1.57 1.57 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.5 29.6 1.85e+03 0.00407 0 0 0 World initStep + 1 27.5 29.4 1.85e+03 0.00194 0.00213 1.83 1.83 World eIoni + 2 27.5 29.3 1.85e+03 0 0.00194 0.766 2.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.3 29.4 1.84e+03 0.0047 0 0 0 World initStep + 1 25.6 30.5 1.84e+03 0.00277 0.00193 2.04 2.04 World eIoni + 2 25.3 30.7 1.84e+03 0.00103 0.00174 1.28 3.33 World eIoni + 3 25.3 30.7 1.84e+03 0 0.00103 0.295 3.62 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.9 28.6 1.76e+03 0.00228 0 0 0 World initStep + 1 25.2 28.4 1.76e+03 0 0.00228 0.972 0.972 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.5 28.4 1.74e+03 0.0034 0 0 0 World initStep + 1 24.2 29.1 1.74e+03 0.00116 0.00223 1.57 1.57 World eIoni + 2 24.1 29.1 1.74e+03 0 0.00116 0.351 1.92 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23.7 27.9 1.68e+03 0.00119 0 0 0 World initStep + 1 23.6 28 1.68e+03 0 0.00119 0.361 0.361 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23.3 27.7 1.66e+03 0.00155 0 0 0 World initStep + 1 23.1 27.8 1.66e+03 0 0.00155 0.54 0.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 23 27.5 1.65e+03 0.00348 0 0 0 World initStep + 1 23.2 26.7 1.65e+03 0.00167 0.00181 1.6 1.6 World eIoni + 2 23 26.8 1.65e+03 0 0.00167 0.602 2.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.8 27.4 1.63e+03 0.00153 0 0 0 World initStep + 1 22.8 27.6 1.63e+03 0 0.00153 0.527 0.527 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.8 27.4 1.63e+03 0.00142 0 0 0 World initStep + 1 23 27.4 1.63e+03 0 0.00142 0.47 0.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.5 27.3 1.62e+03 0.00637 0 0 0 World initStep + 1 20.9 28.1 1.62e+03 0.00418 0.00219 2.63 2.63 World eIoni + 2 19.9 27.8 1.62e+03 0.00165 0.00253 1.86 4.49 World eIoni + 3 20 28 1.62e+03 0 0.00165 0.592 5.08 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.3 27.2 1.61e+03 0.00233 0 0 0 World initStep + 1 22.3 27.6 1.61e+03 0 0.00233 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 21.7 26.8 1.57e+03 0.00129 0 0 0 World initStep + 1 21.8 26.7 1.57e+03 0 0.00129 0.408 0.408 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20.1 25.8 1.48e+03 0.00143 0 0 0 World initStep + 1 20.3 25.8 1.48e+03 0 0.00143 0.477 0.477 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 20 25.7 1.48e+03 0.0217 0 0 0 World initStep + 1 13.3 30 1.48e+03 0.0161 0.00364 10.5 10.5 World eIoni + 2 8.92 30.4 1.49e+03 0.0147 0.00143 7.87 18.4 World eIoni + 3 6.23 28.9 1.49e+03 0.0113 0.00335 6.88 25.2 World eIoni + 4 7.73 30.4 1.5e+03 0.00931 0.002 4.86 30.1 World eIoni + 5 10.1 31.5 1.5e+03 0.00636 0.00295 3.85 33.9 World eIoni + 6 11.3 33.3 1.5e+03 0.00369 0.00266 2.62 36.6 World eIoni + 7 11.9 33.7 1.5e+03 0.00137 0.00233 1.69 38.2 World eIoni + 8 11.8 33.6 1.5e+03 0 0.00137 0.445 38.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 77 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.3 30 1.48e+03 0.00194 0 0 0 World initStep + 1 13.1 29.8 1.48e+03 0 0.00194 0.762 0.762 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.7 24.9 1.41e+03 0.00126 0 0 0 World initStep + 1 18.8 24.8 1.41e+03 0 0.00126 0.397 0.397 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 17.3 24.1 1.33e+03 0.0476 0 0 0 World initStep + 1 9.7 30.8 1.34e+03 0.0432 0.00201 13.4 13.4 World eIoni + 2 -17.9 40.9 1.36e+03 0.0371 0.00603 40 53.3 World eIoni + 3 -42 38.4 1.36e+03 0.0309 0.00629 28.5 81.8 cloudPV CoupledTransportation + 4 -42 38.4 1.36e+03 0.0305 0.00033 0.00075 81.8 cloudPV msc + 5 -42 38.4 1.36e+03 0.0299 0.000655 0.000719 81.8 cloudPV msc + 6 -42 38.4 1.36e+03 0.0294 0.000469 0.000704 81.8 cloudPV msc + 7 -42 38.4 1.36e+03 0.029 0.000411 0.000762 81.8 cloudPV msc + 8 -42 38.4 1.36e+03 0.0274 0.00155 0.000733 81.8 cloudPV msc + 9 -42 38.4 1.36e+03 0.0261 0.00133 0.00105 81.8 cloudPV msc + 10 -42 38.4 1.36e+03 0.0253 0.000847 0.00128 81.8 cloudPV msc + 11 -42 38.4 1.36e+03 0.0241 0.00115 0.00125 81.8 cloudPV msc + 12 -42 38.4 1.36e+03 0.0231 0.000982 0.00123 81.8 cloudPV msc + 13 -42 38.4 1.36e+03 0.0227 0.000452 0.000771 81.8 cloudPV msc + 14 -42 38.4 1.36e+03 0.0192 0.00346 0.000823 81.8 cloudPV msc + 15 -42 38.4 1.36e+03 0.0164 0.00285 0.000646 81.8 cloudPV msc + 16 -42 38.4 1.36e+03 0.0164 0 2.77e-05 81.8 World CoupledTransportation + 17 -41.1 31.2 1.36e+03 0.0147 0.00166 8.08 89.9 World eIoni + 18 -41.8 25.5 1.36e+03 0.0122 0.00125 6.32 96.2 World eIoni + 19 -44 21.1 1.36e+03 0.0098 0.00239 5.35 102 World eIoni + 20 -45.2 18.4 1.36e+03 0.00718 0.00262 4.08 106 World eIoni + 21 -45.5 16.2 1.36e+03 0.00457 0.00261 2.94 109 World eIoni + 22 -46.2 15.3 1.36e+03 0.00251 0.00207 2 111 World eIoni + 23 -46.2 15.3 1.36e+03 0.00155 0.000954 0.655 111 World eIoni + 24 -46.2 15.5 1.36e+03 0 0.00155 0.54 112 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.8 25.5 1.36e+03 0.00127 0 0 0 World initStep + 1 -41.8 25.4 1.36e+03 0 0.00127 0.401 0.401 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.7 30.8 1.34e+03 0.00244 0 0 0 World initStep + 1 10 30.9 1.34e+03 0 0.00244 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 16.9 23.9 1.31e+03 0.00295 0 0 0 World initStep + 1 17.2 24.4 1.31e+03 0 0.00295 1.37 1.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 16.7 23.8 1.3e+03 0.00184 0 0 0 World initStep + 1 16.8 23.5 1.3e+03 0 0.00184 0.705 0.705 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 15 22.6 1.2e+03 0.00182 0 0 0 World initStep + 1 15.2 22.9 1.2e+03 0 0.00182 0.691 0.691 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 14 21.9 1.14e+03 0.00168 0 0 0 World initStep + 1 14.2 21.9 1.14e+03 0 0.00168 0.611 0.611 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 13.1 21.3 1.1e+03 0.0195 0 0 0 World initStep + 1 11.6 11.7 1.1e+03 0.018 0.00146 10.5 10.5 World eIoni + 2 6.99 4.4 1.1e+03 0.0159 0.00211 9.31 19.8 World eIoni + 3 3.69 -0.9 1.1e+03 0.0138 0.00212 7.72 27.5 World eIoni + 4 2.72 -6.6 1.1e+03 0.0106 0.00317 6.29 33.8 World eIoni + 5 2.51 -9.47 1.1e+03 0.00789 0.0027 4.47 38.3 World eIoni + 6 0.899 -9.28 1.11e+03 0.00595 0.00194 3.22 41.5 World eIoni + 7 0.201 -10 1.11e+03 0.00385 0.0021 2.48 44 World eIoni + 8 -0.21 -10.9 1.11e+03 0.00232 0.00153 1.75 45.7 World eIoni + 9 -0.539 -10.8 1.11e+03 0 0.00232 1.02 46.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.2 20.6 1.05e+03 0.00142 0 0 0 World initStep + 1 12.4 20.7 1.05e+03 0 0.00142 0.472 0.472 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 8.92 18.3 887 0.00153 0 0 0 World initStep + 1 8.79 18.4 887 0 0.00153 0.53 0.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.54 16.3 762 0.0063 0 0 0 World initStep + 1 4.9 16.9 763 0.00266 0.00364 2.6 2.6 World eIoni + 2 4.8 16.5 763 0 0.00266 1.22 3.83 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.55 11.5 493 0.00316 0 0 0 World initStep + 1 1.49 10.8 493 0.00125 0.00192 1.47 1.47 World eIoni + 2 1.6 10.8 493 0 0.00125 0.389 1.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.27 11.2 478 0.00153 0 0 0 World initStep + 1 1.26 11 478 0 0.00153 0.528 0.528 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.72 8.02 279 0.00159 0 0 0 World initStep + 1 -2.5 8.07 279 0 0.00159 0.559 0.559 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.43 7.43 244 0.00144 0 0 0 World initStep + 1 -3.38 7.25 244 0 0.00144 0.484 0.484 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.47 6.61 193 0.00116 0 0 0 World initStep + 1 -4.57 6.53 193 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.92 6.25 172 0.00864 0 0 0 World initStep + 1 -6.14 3.96 173 0.00554 0.0031 3.54 3.54 World eIoni + 2 -7.65 3.54 172 0.00428 0.00126 2.33 5.88 World eIoni + 3 -8.24 2.74 172 0.00237 0.00191 1.9 7.77 World eIoni + 4 -8.1 2.59 172 0 0.00237 1.05 8.82 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.87 5.47 123 0.00102 0 0 0 World initStep + 1 -5.81 5.39 123 0 0.00102 0.289 0.289 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.53 4.94 89.8 0.00129 0 0 0 World initStep + 1 -6.62 5.06 89.8 0 0.00129 0.41 0.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.83 4.67 73.9 0.0021 0 0 0 World initStep + 1 -6.58 4.92 73.9 0 0.0021 0.865 0.865 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.17 2.44 -58.8 0.00115 0 0 0 World initStep + 1 -9.18 2.31 -58.8 0 0.00115 0.347 0.347 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.3 2.31 -66.2 0.00419 0 0 0 World initStep + 1 -8.27 2.03 -66 0.00176 0.00243 1.87 1.87 World eIoni + 2 -8.16 1.89 -65.8 0 0.00176 0.654 2.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.7 0.952 -143 0.00665 0 0 0 World initStep + 1 -12.5 1.52 -142 0.00455 0.00211 2.73 2.73 World eIoni + 2 -13.1 1.97 -143 0.00136 0.00318 1.99 4.72 World eIoni + 3 -13.2 2.01 -143 0 0.00136 0.445 5.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.8 0.807 -151 0.00113 0 0 0 World initStep + 1 -10.9 0.757 -151 0 0.00113 0.336 0.336 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.5 0.13 -190 0.00115 0 0 0 World initStep + 1 -11.5 0.000222 -190 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.9 -1.14 -267 0.0015 0 0 0 World initStep + 1 -13.1 -1.27 -267 0 0.0015 0.514 0.514 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.6 -1.74 -304 0.00244 0 0 0 World initStep + 1 -13.2 -2.06 -304 0 0.00244 1.1 1.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.9 -2.02 -321 0.0221 0 0 0 World initStep + 1 -4.58 2.14 -314 0.0208 0.00135 12.9 12.9 World eIoni + 2 0.223 9.23 -308 0.0183 0.00244 11.6 24.5 World eIoni + 3 -1.04 15 -301 0.0152 0.00312 9.58 34.1 World eIoni + 4 0.00817 20.4 -297 0.0134 0.00183 7.25 41.4 World eIoni + 5 -0.131 25.6 -295 0.0113 0.00205 6.05 47.4 World eIoni + 6 1.01 28.8 -292 0.0102 0.00112 4.87 52.3 World eIoni + 7 -2.29 27.7 -290 0.00905 0.00116 4.28 56.6 World eIoni + 8 -4.85 26.1 -289 0.0051 0.00395 3.73 60.3 World eIoni + 9 -5.84 25.6 -288 0.00228 0.00172 1.92 62.2 World eIoni + 10 -6.15 25.9 -288 0 0.00228 0.989 63.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.84 25.6 -288 0.0011 0 0 0 World initStep + 1 -5.91 25.5 -288 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.6 -2.77 -365 0.00376 0 0 0 World initStep + 1 -15.2 -2.81 -365 0.00218 0.00039 0.683 0.683 World eIoni + 2 -15.3 -3.13 -365 0 0.00218 0.92 1.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.2 -2.81 -365 0.00119 0 0 0 World initStep + 1 -15.3 -2.74 -365 0 0.00119 0.361 0.361 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.1 -3.28 -395 0.00413 0 0 0 World initStep + 1 -15.3 -4.31 -394 0.00137 0.00276 1.84 1.84 World eIoni + 2 -15.3 -4.15 -394 0 0.00137 0.448 2.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.2 -3.3 -396 0.00107 0 0 0 World initStep + 1 -15.3 -3.32 -396 0 0.00107 0.309 0.309 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.3 -6.64 -580 0.00174 0 0 0 World initStep + 1 -18.4 -6.4 -580 0 0.00174 0.644 0.644 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19 -7.43 -622 0.0166 0 0 0 World initStep + 1 -14.4 -13.4 -621 0.0142 0.00245 8.26 8.26 World eIoni + 2 -11.5 -15.7 -617 0.0114 0.00273 6.56 14.8 World eIoni + 3 -10.5 -16 -612 0.0106 0.000794 4.92 19.7 World eIoni + 4 -11.2 -15.1 -608 0.00896 0.00168 4.5 24.2 World eIoni + 5 -13.5 -15 -606 0.00779 0.00117 3.69 27.9 World eIoni + 6 -14.8 -12.5 -606 0.00382 0.00398 3.18 31.1 World eIoni + 7 -15.3 -11.7 -605 0.00151 0.00231 1.73 32.8 World eIoni + 8 -15.2 -11.8 -606 0 0.00151 0.516 33.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.2 -7.56 -630 0.00248 0 0 0 World initStep + 1 -18.7 -7.37 -630 0.00104 0.00144 1.12 1.12 World eIoni + 2 -18.7 -7.47 -630 0 0.00104 0.298 1.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.7 -8.1 -660 0.00134 0 0 0 World initStep + 1 -19.8 -8.2 -660 0 0.00134 0.433 0.433 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.3 -8.74 -696 0.00272 0 0 0 World initStep + 1 -19.9 -8.36 -696 0 0.00272 1.26 1.26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.4 -9.92 -762 0.00117 0 0 0 World initStep + 1 -21.4 -9.8 -762 0 0.00117 0.354 0.354 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.8 -12.5 -906 0.0011 0 0 0 World initStep + 1 -23.7 -12.4 -906 0 0.0011 0.322 0.322 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.2 -13 -932 0.00226 0 0 0 World initStep + 1 -24.2 -13.4 -932 0 0.00226 0.975 0.975 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.3 -14.1 -997 0.0103 0 0 0 World initStep + 1 -21.9 -13.6 -995 0.00892 0.00133 4.3 4.3 World eIoni + 2 -19.5 -12.8 -994 0.00708 0.00184 3.67 7.97 World eIoni + 3 -17.8 -11.8 -993 0.00579 0.00129 2.9 10.9 World eIoni + 4 -16.9 -10.4 -993 0.0043 0.0015 2.42 13.3 World eIoni + 5 -17.1 -10.1 -994 0.00368 0.000614 1.9 15.2 World eIoni + 6 -18 -10.1 -994 0 0.00368 1.68 16.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.1 -16.2 -1.11e+03 0.00105 0 0 0 World initStep + 1 -27.1 -16.3 -1.11e+03 0 0.00105 0.304 0.304 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.3 -16.4 -1.12e+03 0.00947 0 0 0 World initStep + 1 -24.9 -18 -1.12e+03 0.00805 0.00142 3.92 3.92 World eIoni + 2 -24.1 -18.1 -1.12e+03 0.00653 0.00152 3.29 7.21 World eIoni + 3 -23.9 -17.9 -1.12e+03 0.00461 0.00193 2.69 9.9 World eIoni + 4 -24.4 -17.3 -1.12e+03 0.00224 0.00236 2.01 11.9 World eIoni + 5 -24 -17.2 -1.12e+03 0 0.00224 0.962 12.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.5 -16.6 -1.13e+03 0.00243 0 0 0 World initStep + 1 -27.5 -17 -1.13e+03 0 0.00243 1.09 1.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.2 -17.4 -1.18e+03 0.0016 0 0 0 World initStep + 1 -28.1 -17.6 -1.18e+03 0 0.0016 0.568 0.568 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.3 -17.5 -1.18e+03 0.00505 0 0 0 World initStep + 1 -28.3 -18.8 -1.18e+03 0.00226 0.00279 2.16 2.16 World eIoni + 2 -28.2 -19.2 -1.18e+03 0 0.00226 0.974 3.14 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.3 -18.6 -1.25e+03 0.0117 0 0 0 World initStep + 1 -31.2 -20.4 -1.25e+03 0.0101 0.00164 4 4 World msc + 2 -32.4 -23.5 -1.24e+03 0.00792 0.00214 4.21 8.21 World eIoni + 3 -33.5 -24.9 -1.24e+03 0.00475 0.00318 3.24 11.4 World eIoni + 4 -34.6 -25.5 -1.24e+03 0.00257 0.00217 2.06 13.5 World eIoni + 5 -34.7 -26 -1.24e+03 0 0.00257 1.18 14.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.4 -18.7 -1.25e+03 0.00185 0 0 0 World initStep + 1 -29.5 -18.4 -1.25e+03 0 0.00185 0.707 0.707 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.1 -19.3 -1.29e+03 0.00115 0 0 0 World initStep + 1 -29.9 -19.4 -1.29e+03 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.1 -19.4 -1.3e+03 0.00153 0 0 0 World initStep + 1 -30 -19.5 -1.3e+03 0 0.00153 0.528 0.528 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.4 -19.7 -1.32e+03 0.00275 0 0 0 World initStep + 1 -30 -19.4 -1.32e+03 0 0.00275 1.27 1.27 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.6 -23 -1.51e+03 0.0163 0 0 0 World initStep + 1 -28 -26.3 -1.51e+03 0.0146 0.00167 7.99 7.99 World eIoni + 2 -29.1 -28.7 -1.5e+03 0.0114 0.00314 6.83 14.8 World eIoni + 3 -27.1 -30.4 -1.5e+03 0.0095 0.00194 4.93 19.7 World eIoni + 4 -26.6 -31 -1.49e+03 0.00703 0.00247 3.94 23.7 World eIoni + 5 -27.3 -32.9 -1.49e+03 0.00489 0.00214 2.88 26.6 World eIoni + 6 -27.8 -33.4 -1.49e+03 0.00199 0.00093 1.21 27.8 World eIoni + 7 -28.1 -33.5 -1.49e+03 0 0.00199 0.794 28.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.8 -33.4 -1.49e+03 0.00197 0 0 0 World initStep + 1 -27.7 -33.7 -1.49e+03 0 0.00197 0.783 0.783 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.5 -24.3 -1.59e+03 0.00109 0 0 0 World initStep + 1 -34.7 -24.3 -1.59e+03 0 0.00109 0.318 0.318 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.8 -24.8 -1.62e+03 0.00193 0 0 0 World initStep + 1 -34.5 -24.8 -1.62e+03 0 0.00193 0.759 0.759 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.3 -25.7 -1.67e+03 0.00129 0 0 0 World initStep + 1 -35.1 -25.8 -1.67e+03 0 0.00129 0.408 0.408 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.6 -26.4 -1.71e+03 0.00424 0 0 0 World initStep + 1 -35.7 -25.5 -1.71e+03 0.00219 0.000593 1.44 1.44 World eIoni + 2 -35.9 -25.7 -1.71e+03 0 0.00219 0.927 2.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 23 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.7 -25.5 -1.71e+03 0.00146 0 0 0 World initStep + 1 -35.8 -25.4 -1.71e+03 0 0.00146 0.491 0.491 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.7 -26.9 -1.74e+03 0.00149 0 0 0 World initStep + 1 -35.9 -26.9 -1.74e+03 0 0.00149 0.51 0.51 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.3 -1.82e+03 0.00386 0 0 0 World initStep + 1 -35.6 -27.7 -1.82e+03 0.00166 0.0011 0.611 0.611 World eIoni + 2 -35.6 -27.9 -1.82e+03 0 0.00166 0.6 1.21 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 21 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.6 -27.7 -1.82e+03 0.0011 0 0 0 World initStep + 1 -35.5 -27.8 -1.82e+03 0 0.0011 0.324 0.324 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.4 -1.88e+03 0.00123 0 0 0 World initStep + 1 -35.9 -27.3 -1.88e+03 0 0.00123 0.381 0.381 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.6 -1.94e+03 0.0044 0 0 0 World initStep + 1 -36.8 -28.1 -1.94e+03 0.0012 0.0032 1.94 1.94 World eIoni + 2 -36.9 -28.2 -1.94e+03 0 0.0012 0.368 2.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.6 -1.96e+03 0.00503 0 0 0 World initStep + 1 -36.7 -28.6 -1.96e+03 0.0032 0.00184 2.16 2.16 World eIoni + 2 -37.3 -29 -1.96e+03 0.00159 0.00161 1.49 3.64 World eIoni + 3 -37.2 -28.9 -1.96e+03 0 0.00159 0.559 4.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.6 -1.96e+03 0.00294 0 0 0 World initStep + 1 -36 -27 -1.96e+03 0.0016 0.00134 1.37 1.37 World eIoni + 2 -36.2 -27.1 -1.96e+03 0 0.0016 0.564 1.93 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.7 -1.99e+03 0.0105 0 0 0 World initStep + 1 -39 -26.6 -1.99e+03 0.00843 0.00209 4.44 4.44 World eIoni + 2 -41.4 -27.6 -1.99e+03 0.00673 0.0017 3.45 7.89 World eIoni + 3 -42.7 -28.9 -1.99e+03 0.00462 0.00211 2.76 10.7 World eIoni + 4 -42.2 -29.4 -1.99e+03 0.00213 0.00249 2.02 12.7 World eIoni + 5 -42.2 -29.4 -1.98e+03 0 0.00213 0.888 13.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -27.8 -2.04e+03 0.0018 0 0 0 World initStep + 1 -35.6 -28.1 -2.04e+03 0 0.0018 0.681 0.681 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.7 -28 -2.1e+03 0.00184 0 0 0 World initStep + 1 -35.9 -27.8 -2.1e+03 0 0.00184 0.704 0.704 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.6 -28.3 -2.21e+03 0.0154 0 0 0 World initStep + 1 -41.9 -26.4 -2.21e+03 0.0131 0.00221 7.16 7.16 World msc + 2 -45 -22 -2.21e+03 0.0116 0.00151 5.91 13.1 World eIoni + 3 -43.2 -18.3 -2.21e+03 0.00959 0.00205 5.03 18.1 World eIoni + 4 -42.4 -17.8 -2.21e+03 0.00607 0.000109 1.07 19.2 World eIoni + 5 -40.4 -18.5 -2.21e+03 0.0053 0.000772 2.52 21.7 World eIoni + 6 -39.1 -19.3 -2.21e+03 0.00317 0.000919 1.67 23.4 World eIoni + 7 -38.6 -19.6 -2.21e+03 0 0.00317 1.47 24.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.1 -19.3 -2.21e+03 0.00121 0 0 0 World initStep + 1 -39.1 -19.3 -2.21e+03 0 0.00121 0.372 0.372 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 13 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.4 -17.8 -2.21e+03 0.00341 0 0 0 World initStep + 1 -42.5 -17.1 -2.21e+03 0.00128 0.00213 1.58 1.58 World eIoni + 2 -42.6 -17 -2.21e+03 0 0.00128 0.404 1.98 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.5 -28.4 -2.24e+03 0.00112 0 0 0 World initStep + 1 -35.6 -28.5 -2.24e+03 0 0.00112 0.333 0.333 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.5 -28.6 -2.29e+03 0.00247 0 0 0 World initStep + 1 -35.1 -28.2 -2.29e+03 0 0.00247 1.12 1.12 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.5 -28.6 -2.3e+03 0.0425 0 0 0 World initStep + 1 -57.3 -31.6 -2.27e+03 0.0376 0.00495 38.9 38.9 World eIoni + 2 -68.1 -39.8 -2.25e+03 0.0336 0.00395 31.4 70.3 World eIoni + 3 -80 -50.8 -2.23e+03 0.0306 0.00306 25.9 96.3 World eIoni + 4 -83.5 -62.9 -2.21e+03 0.0284 0.00218 22 118 World eIoni + 5 -89.1 -74.5 -2.2e+03 0.0245 0.00391 19.4 138 World eIoni + 6 -99.2 -82.2 -2.2e+03 0.0209 0.00355 15.2 153 World eIoni + 7 -103 -89.2 -2.19e+03 0.0177 0.00319 11.8 165 World eIoni + 8 -104 -92.9 -2.19e+03 0.0149 0.00056 3.97 169 World eIoni + 9 -106 -99 -2.19e+03 0.0133 0.00166 7.07 176 World eIoni + 10 -110 -102 -2.19e+03 0.0122 0.00113 6 182 World eIoni + 11 -112 -106 -2.19e+03 0.00992 0.00224 5.33 187 World eIoni + 12 -109 -109 -2.19e+03 0.00836 0.00156 4.14 191 World eIoni + 13 -106 -109 -2.19e+03 0.00637 0.00199 3.42 195 World eIoni + 14 -105 -111 -2.19e+03 0.00407 0.00229 2.63 197 World eIoni + 15 -106 -111 -2.19e+03 0.00197 0.0021 1.82 199 World eIoni + 16 -105 -112 -2.19e+03 0 0.00197 0.78 200 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -104 -92.9 -2.19e+03 0.00225 0 0 0 World initStep + 1 -104 -93.1 -2.19e+03 0 0.00225 0.966 0.966 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -28.7 -2.33e+03 0.00112 0 0 0 World initStep + 1 -35.3 -28.6 -2.33e+03 0 0.00112 0.331 0.331 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -28.7 -2.35e+03 0.00103 0 0 0 World initStep + 1 -35.5 -28.7 -2.35e+03 0 0.00103 0.293 0.293 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -28.8 -2.37e+03 0.00208 0 0 0 World initStep + 1 -35.7 -28.6 -2.37e+03 0 0.00208 0.849 0.849 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -28.8 -2.39e+03 0.00114 0 0 0 World initStep + 1 -35.5 -28.7 -2.39e+03 0 0.00114 0.339 0.339 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -28.9 -2.52e+03 0.00537 0 0 0 World initStep + 1 -34.8 -27.6 -2.52e+03 0.00339 0.00198 2.27 2.27 World eIoni + 2 -34.2 -27.6 -2.52e+03 0.00123 0.00217 1.57 3.84 World eIoni + 3 -34.1 -27.7 -2.52e+03 0 0.00123 0.379 4.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -28.9 -2.52e+03 0.00139 0 0 0 World initStep + 1 -35.4 -28.8 -2.52e+03 0 0.00139 0.455 0.455 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -29 -2.58e+03 0.00135 0 0 0 World initStep + 1 -35.5 -29.1 -2.58e+03 0 0.00135 0.438 0.438 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.4 -29 -2.59e+03 0.00153 0 0 0 World initStep + 1 -35.5 -29.1 -2.59e+03 0 0.00153 0.526 0.526 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22 -62 -2.61e+03 50 0 0 0 World initStep + 1 -22 -62 -2.6e+03 50 0.00124 11.7 11.7 World hIoni + 2 -22 -62 -2.57e+03 50 0.0064 28.3 40 World hIoni + 3 -22 -62 -2.52e+03 50 0.012 55.1 95 World hIoni + 4 -22.1 -62 -2.48e+03 50 0.00805 33.5 129 World hIoni + 5 -22.1 -62.1 -2.48e+03 50 0.00136 7.93 136 World hIoni + 6 -22.4 -62.2 -2.41e+03 49.9 0.0182 64.7 201 World hIoni + 7 -22.4 -62.2 -2.41e+03 49.9 3.99e-06 0.0221 201 World hIoni + 8 -22.4 -62.2 -2.41e+03 49.9 0.000372 3.02 204 World hIoni + 9 -22.4 -62.3 -2.39e+03 49.9 0.00278 16.7 221 World hIoni + 10 -23.1 -63 -2.21e+03 49.9 0.032 183 404 World hIoni + 11 -23.1 -63 -2.21e+03 49.9 0.000162 0.847 405 World hIoni + 12 -23.2 -63.1 -2.18e+03 49.9 0.00421 25 430 World hIoni + 13 -23.3 -63.2 -2.15e+03 49.9 0.00354 31.1 461 World hIoni + 14 -23.3 -63.3 -2.13e+03 49.9 0.0051 23.3 484 World hIoni + 15 -23.4 -63.3 -2.12e+03 49.9 0.000918 4.84 489 World hIoni + 16 -23.6 -63.5 -2.05e+03 49.8 0.0144 71.8 561 World hIoni + 17 -23.8 -63.7 -1.99e+03 49.8 0.00907 60.8 621 World hIoni + 18 -23.9 -63.8 -1.96e+03 49.8 0.00417 26.1 648 World hIoni + 19 -24 -63.9 -1.94e+03 49.8 0.00471 23.3 671 World hIoni + 20 -24.4 -64.3 -1.83e+03 49.8 0.0171 111 782 World hIoni + 21 -24.4 -64.4 -1.79e+03 49.8 0.00645 37 819 World hIoni + 22 -24.5 -64.4 -1.79e+03 49.8 0.000181 1.37 820 World hIoni + 23 -24.5 -64.5 -1.76e+03 49.7 0.00558 29.5 850 World hIoni + 24 -24.5 -64.5 -1.76e+03 49.7 0.00101 4.72 854 World hIoni + 25 -24.7 -64.7 -1.71e+03 49.7 0.00959 45.2 900 World hIoni + 26 -24.7 -64.8 -1.7e+03 49.7 0.00217 10.1 910 World hIoni + 27 -24.8 -65 -1.66e+03 49.7 0.00868 44.3 954 World hIoni + 28 -25 -65.4 -1.56e+03 49.7 0.0207 103 1.06e+03 World hIoni + 29 -25.1 -65.7 -1.51e+03 49.7 0.00776 47.6 1.1e+03 World hIoni + 30 -25.4 -66.1 -1.42e+03 49.7 0.0123 83.9 1.19e+03 World hIoni + 31 -25.6 -66.4 -1.37e+03 49.6 0.00856 55.8 1.24e+03 World hIoni + 32 -26.1 -67.1 -1.23e+03 49.6 0.0206 136 1.38e+03 World hIoni + 33 -26.3 -67.3 -1.18e+03 49.6 0.00787 51 1.43e+03 World hIoni + 34 -26.3 -67.3 -1.18e+03 49.6 0.000401 5.25 1.44e+03 World hIoni + 35 -26.3 -67.3 -1.17e+03 49.6 0.000403 1.69 1.44e+03 World hIoni + 36 -26.3 -67.4 -1.17e+03 49.6 0.0019 4.72 1.44e+03 World hIoni + 37 -26.8 -67.8 -1.04e+03 49.6 0.0254 133 1.58e+03 World hIoni + 38 -26.8 -67.8 -1.03e+03 49.6 0.000364 1.66 1.58e+03 World hIoni + 39 -26.8 -67.8 -1.03e+03 49.6 0.000986 8.81 1.59e+03 World hIoni + 40 -27.4 -68.3 -875 49.5 0.0281 151 1.74e+03 World hIoni + 41 -27.4 -68.4 -863 49.5 0.00208 11.1 1.75e+03 World hIoni + 42 -27.6 -68.6 -810 49.5 0.00853 53.4 1.8e+03 World hIoni + 43 -27.8 -68.8 -766 49.5 0.00705 44.3 1.85e+03 World hIoni + 44 -27.9 -69 -738 49.5 0.00531 27.9 1.87e+03 World hIoni + 45 -28.2 -69.3 -659 49.5 0.0138 79.3 1.95e+03 World hIoni + 46 -28.3 -69.3 -645 49.5 0.00247 13.4 1.97e+03 World hIoni + 47 -28.5 -69.4 -617 49.5 0.00622 28.1 2e+03 World hIoni + 48 -28.5 -69.5 -609 49.5 0.00113 8.34 2e+03 World hIoni + 49 -28.8 -69.7 -563 49.5 0.00883 45.8 2.05e+03 World hIoni + 50 -28.9 -69.7 -551 49.4 0.00149 11.9 2.06e+03 World hIoni + 51 -29 -69.8 -526 49.4 0.00374 24.6 2.09e+03 World hIoni + 52 -29.2 -69.9 -499 49.4 0.00618 27.8 2.11e+03 World hIoni + 53 -29.3 -69.9 -469 49.4 0.00519 29.7 2.14e+03 World hIoni + 54 -29.4 -70 -459 49.4 0.00264 9.69 2.15e+03 World hIoni + 55 -29.5 -70 -443 49.4 0.00174 16.6 2.17e+03 World hIoni + 56 -29.9 -70.2 -367 49.4 0.0166 76 2.25e+03 World hIoni + 57 -30 -70.3 -348 49.4 0.00352 18.3 2.26e+03 World hIoni + 58 -30 -70.3 -333 49.4 0.00378 15.1 2.28e+03 World hIoni + 59 -30.2 -70.4 -311 49.4 0.00416 22.1 2.3e+03 World hIoni + 60 -31.1 -70.8 -134 49.3 0.0346 177 2.48e+03 World hIoni + 61 -31.3 -70.8 -79.6 49.3 0.00857 54.5 2.53e+03 World hIoni + 62 -31.8 -70.7 8.07 49.3 0.0185 87.6 2.62e+03 World hIoni + 63 -32 -70.7 33.1 49.3 0.00443 25.1 2.65e+03 World hIoni + 64 -32.7 -70.5 141 49.3 0.0167 108 2.75e+03 World hIoni + 65 -33.3 -70.5 225 49.3 0.0136 84.1 2.84e+03 World hIoni + 66 -33.6 -70.6 273 49.2 0.00829 48.7 2.89e+03 World hIoni + 67 -33.7 -70.6 277 49.2 0.000492 3.58 2.89e+03 World hIoni + 68 -34.4 -70.8 374 49.2 0.0193 97.2 2.99e+03 World hIoni + 69 -34.4 -70.8 375 49.2 2.75e-05 0.295 2.99e+03 World hIoni + 70 -34.4 -70.8 384 49.2 0.000279 9.91 3e+03 World hIoni + 71 -34.9 -70.9 444 49.2 0.0121 59.1 3.06e+03 World hIoni + 72 -35.2 -70.9 482 49.2 0.00787 38.1 3.09e+03 World hIoni + 73 -35.8 -71 560 49.2 0.0113 78.7 3.17e+03 World hIoni + 74 -35.9 -71 581 49.1 0.00517 21.2 3.19e+03 World hIoni + 75 -36.2 -71 622 49.1 0.00589 41 3.24e+03 World hIoni + 76 -36.6 -71 678 49.1 0.0113 55.8 3.29e+03 World hIoni + 77 -36.6 -71 683 49.1 0.000279 4.33 3.3e+03 World hIoni + 78 -36.8 -71.1 712 49.1 0.0047 29.1 3.32e+03 World hIoni + 79 -36.8 -71.1 719 49.1 0.00109 7.24 3.33e+03 World hIoni + 80 -37.1 -71.1 759 49.1 0.00904 39.9 3.37e+03 World hIoni + 81 -37.3 -71.2 794 49.1 0.00768 35.3 3.41e+03 World hIoni + 82 -37.5 -71.2 821 49 0.00391 27.5 3.43e+03 World hIoni + 83 -38.2 -71.4 931 49 0.0168 110 3.54e+03 World hIoni + 84 -38.7 -71.6 1.03e+03 49 0.0182 96.1 3.64e+03 World hIoni + 85 -39 -71.7 1.08e+03 49 0.00931 55.8 3.7e+03 World hIoni + 86 -39.6 -71.9 1.19e+03 49 0.0185 110 3.81e+03 World hIoni + 87 -39.8 -72 1.24e+03 49 0.0111 50.8 3.86e+03 World hIoni + 88 -40 -72.1 1.29e+03 49 0.00926 47 3.9e+03 World hIoni + 89 -40.5 -72.3 1.4e+03 48.9 0.0251 109 4.01e+03 World hIoni + 90 -40.5 -72.3 1.4e+03 48.9 0.000643 4.5 4.02e+03 World hIoni + 91 -41 -72.6 1.51e+03 48.9 0.0213 102 4.12e+03 World hIoni + 92 -41.1 -72.6 1.52e+03 48.9 0.00371 16.5 4.13e+03 World hIoni + 93 -41.9 -73.2 1.69e+03 48.8 0.0384 169 4.3e+03 World hIoni + 94 -42.9 -73.7 1.87e+03 48.8 0.0317 176 4.48e+03 World hIoni + 95 -43 -73.7 1.88e+03 48.8 0.00333 15.6 4.49e+03 World hIoni + 96 -44 -74.1 2.05e+03 48.8 0.0272 169 4.66e+03 World hIoni + 97 -44.8 -74.3 2.21e+03 48.7 0.031 161 4.82e+03 World hIoni + 98 -45 -74.4 2.27e+03 48.7 0.00802 55.7 4.88e+03 World hIoni + 99 -45.1 -74.5 2.28e+03 48.7 0.00317 12.6 4.89e+03 World hIoni + 100 -45.4 -74.6 2.37e+03 48.7 0.0175 85.7 4.98e+03 World hIoni + 101 -45.4 -74.6 2.37e+03 48.7 0.00167 3.2 4.98e+03 World hIoni + 102 -45.6 -74.8 2.42e+03 48.7 0.0103 51.7 5.03e+03 World hIoni + 103 -45.8 -75 2.51e+03 48.7 0.0183 87.9 5.12e+03 World hIoni + 104 -46 -75 2.6e+03 48.6 0.0227 91.3 5.21e+03 detectorPV CoupledTransportation + 105 -46 -75 2.6e+03 42.3 6.37 2.23 5.21e+03 detectorPV hIoni + 106 -46.1 -75.1 2.6e+03 36.8 5.44 1.78 5.22e+03 detectorPV hIoni + 107 -46.1 -75.2 2.61e+03 31.8 4.99 1.42 5.22e+03 detectorPV hIoni + 108 -46.1 -75.3 2.61e+03 27.4 4.42 1.14 5.22e+03 detectorPV hIoni + 109 -46 -75.4 2.61e+03 23.4 3.99 0.908 5.22e+03 detectorPV hIoni + 110 -46 -75.5 2.61e+03 19.9 3.53 0.725 5.22e+03 detectorPV hIoni + 111 -45.9 -75.5 2.61e+03 16.8 3.11 0.582 5.22e+03 detectorPV hIoni + 112 -45.9 -75.6 2.61e+03 13.7 3.05 0.47 5.22e+03 detectorPV hIoni + 113 -45.9 -75.6 2.61e+03 10.8 2.93 0.374 5.22e+03 detectorPV hIoni + 114 -45.8 -75.6 2.61e+03 8.02 2.8 0.294 5.22e+03 detectorPV hIoni + 115 -45.8 -75.6 2.61e+03 5.23 2.79 0.228 5.22e+03 detectorPV hIoni + 116 -45.8 -75.7 2.61e+03 2.04 3.19 0.163 5.22e+03 detectorPV hIoni + 117 -45.8 -75.7 2.61e+03 0 2.04 0.0437 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.8 -75 2.51e+03 0.00179 0 0 0 World initStep + 1 -45.6 -74.8 2.51e+03 0 0.00179 0.674 0.674 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.6 -74.8 2.42e+03 0.00154 0 0 0 World initStep + 1 -45.8 -74.9 2.42e+03 0 0.00154 0.536 0.536 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.4 -74.6 2.37e+03 0.00391 0 0 0 World initStep + 1 -45 -73.8 2.37e+03 0.0025 0.00141 1.77 1.77 World eIoni + 2 -44.9 -73.3 2.37e+03 0 0.0025 1.13 2.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.4 -74.6 2.37e+03 0.00581 0 0 0 World initStep + 1 -44.6 -76.1 2.37e+03 0.00357 0.00224 2.43 2.43 World eIoni + 2 -43.8 -75.8 2.37e+03 0 0.00357 1.64 4.06 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.1 -74.5 2.28e+03 0.00448 0 0 0 World initStep + 1 -45.4 -73.3 2.28e+03 0.0017 0.00278 1.97 1.97 World eIoni + 2 -45.4 -73.6 2.28e+03 0 0.0017 0.623 2.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45 -74.4 2.27e+03 0.00297 0 0 0 World initStep + 1 -45 -73.8 2.27e+03 0.00151 0.00146 1.38 1.38 World eIoni + 2 -45.1 -73.6 2.27e+03 0 0.00151 0.52 1.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.8 -74.3 2.21e+03 0.00171 0 0 0 World initStep + 1 -44.9 -74.1 2.21e+03 0 0.00171 0.628 0.628 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44 -74.1 2.05e+03 0.00207 0 0 0 World initStep + 1 -43.8 -74.3 2.05e+03 0 0.00207 0.845 0.845 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -43 -73.7 1.88e+03 0.00129 0 0 0 World initStep + 1 -43.1 -73.5 1.88e+03 0 0.00129 0.407 0.407 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.9 -73.7 1.87e+03 0.00123 0 0 0 World initStep + 1 -42.8 -73.8 1.87e+03 0 0.00123 0.381 0.381 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.9 -73.2 1.69e+03 0.00107 0 0 0 World initStep + 1 -41.9 -73.1 1.69e+03 0 0.00107 0.31 0.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.1 -72.6 1.52e+03 0.0223 0 0 0 World initStep + 1 -48.9 -63.8 1.53e+03 0.0195 0.00283 13.1 13.1 World eIoni + 2 -51.7 -54.6 1.53e+03 0.0165 0.003 10.5 23.6 World eIoni + 3 -45.1 -51 1.53e+03 0.0145 0.00197 8.17 31.8 World eIoni + 4 -40.4 -50.6 1.53e+03 0.0125 0.00206 6.79 38.6 World eIoni + 5 -39.3 -49.1 1.53e+03 0.00924 0.00105 2.66 41.2 World eIoni + 6 -38.3 -48.8 1.54e+03 0.00582 0.00342 3.81 45.1 World eIoni + 7 -37.5 -47.6 1.54e+03 0.00192 0.0039 2.43 47.5 World eIoni + 8 -37.6 -47.4 1.54e+03 0 0.00192 0.75 48.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 93 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.3 -49.1 1.53e+03 0.00218 0 0 0 World initStep + 1 -39.3 -48.7 1.53e+03 0 0.00218 0.919 0.919 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41 -72.6 1.51e+03 0.00333 0 0 0 World initStep + 1 -40.5 -73.1 1.51e+03 0 0.00333 1.54 1.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.5 -72.3 1.4e+03 0.00101 0 0 0 World initStep + 1 -40.4 -72.3 1.4e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.5 -72.3 1.4e+03 0.00104 0 0 0 World initStep + 1 -40.4 -72.2 1.4e+03 0 0.00104 0.297 0.297 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40 -72.1 1.29e+03 0.00126 0 0 0 World initStep + 1 -40.1 -72.1 1.29e+03 0 0.00126 0.394 0.394 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.8 -72 1.24e+03 0.00164 0 0 0 World initStep + 1 -39.9 -71.8 1.24e+03 0 0.00164 0.586 0.586 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.6 -71.9 1.19e+03 0.00114 0 0 0 World initStep + 1 -39.6 -72 1.19e+03 0 0.00114 0.34 0.34 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39 -71.7 1.08e+03 0.00124 0 0 0 World initStep + 1 -39.1 -71.6 1.08e+03 0 0.00124 0.384 0.384 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.7 -71.6 1.03e+03 0.00175 0 0 0 World initStep + 1 -38.8 -71.3 1.03e+03 0 0.00175 0.65 0.65 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.2 -71.4 931 0.00267 0 0 0 World initStep + 1 -38.7 -71.5 931 0 0.00267 1.23 1.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.5 -71.2 821 0.00931 0 0 0 World initStep + 1 -35.4 -73.8 823 0.00618 0.00313 3.85 3.85 World eIoni + 2 -34.1 -75.1 823 0.0044 0.00177 2.56 6.41 World eIoni + 3 -35.4 -75.1 823 0.00383 0.000574 1.4 7.81 World msc + 4 -35.8 -75.9 823 0.00208 0.00175 1.74 9.54 World eIoni + 5 -35.7 -75.7 823 0 0.00208 0.853 10.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.3 -71.2 794 0.00105 0 0 0 World initStep + 1 -37.3 -71.3 794 0 0.00105 0.301 0.301 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.1 -71.1 759 0.00436 0 0 0 World initStep + 1 -36.4 -70.2 759 0.00267 0.0017 1.93 1.93 World eIoni + 2 -36.6 -69.8 759 0 0.00267 1.23 3.16 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.8 -71.1 719 0.00268 0 0 0 World initStep + 1 -36.6 -70.6 719 0.00122 0.00146 1.24 1.24 World eIoni + 2 -36.7 -70.7 719 0 0.00122 0.375 1.61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.8 -71.1 712 0.00289 0 0 0 World initStep + 1 -36.6 -70.5 712 0 0.00289 1.35 1.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.6 -71 683 0.00172 0 0 0 World initStep + 1 -36.4 -70.9 683 0 0.00172 0.631 0.631 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.6 -71 678 0.0178 0 0 0 World initStep + 1 -42.1 -64.6 678 0.0138 0.004 9.17 9.17 World eIoni + 2 -44.1 -59.5 676 0.0108 0.00303 6.33 15.5 World eIoni + 3 -46.5 -57.1 674 0.00765 0.00314 4.58 20.1 World eIoni + 4 -47 -57.5 671 0.00485 0.0028 3.12 23.2 World eIoni + 5 -46.7 -56.6 670 0.00221 0.00264 2.09 25.3 World eIoni + 6 -47 -56.5 671 0 0.00221 0.939 26.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.2 -71 622 0.0047 0 0 0 World initStep + 1 -37.1 -71.9 623 0.00257 0.00213 2.04 2.04 World eIoni + 2 -37.1 -71.5 623 0 0.00257 1.17 3.22 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.9 -71 581 0.0289 0 0 0 World initStep + 1 -27.4 -76.1 594 0.0244 0.0032 16.8 16.8 World eIoni + 2 -13.6 -79.1 595 0.0197 0.00476 15.2 31.9 World eIoni + 3 -6.42 -85.9 596 0.0167 0.00298 10.7 42.6 World eIoni + 4 -0.269 -86.6 601 0.0146 0.00207 8.33 50.9 World eIoni + 5 5.07 -85.3 598 0.0126 0.00202 6.87 57.8 World eIoni + 6 5.1 -85.3 598 0.0111 0.000227 0.128 57.9 World eIoni + 7 8.61 -84.5 595 0.00862 0.00249 4.75 62.7 World eIoni + 8 11 -83.7 595 0.00535 0.0021 3.26 66 World eIoni + 9 12.1 -82.9 595 0.00441 0.000941 2.27 68.2 World eIoni + 10 11.9 -81.8 595 0.0024 0.002 1.94 70.2 World eIoni + 11 11.5 -82 595 0 0.0024 1.07 71.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11 -83.7 595 0.00117 0 0 0 World initStep + 1 10.9 -83.6 595 0 0.00117 0.354 0.354 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.1 -85.3 598 0.00127 0 0 0 World initStep + 1 5.02 -85.3 598 0 0.00127 0.401 0.401 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 75 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.4 -76.1 594 0.00126 0 0 0 World initStep + 1 -27.4 -76.2 594 0 0.00126 0.397 0.397 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.8 -71 560 0.00102 0 0 0 World initStep + 1 -35.7 -71.1 560 0 0.00102 0.291 0.291 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.2 -70.9 482 0.00187 0 0 0 World initStep + 1 -35.4 -70.8 482 0 0.00187 0.719 0.719 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.9 -70.9 444 0.00163 0 0 0 World initStep + 1 -34.7 -70.7 444 0 0.00163 0.581 0.581 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.4 -70.8 384 0.00361 0 0 0 World initStep + 1 -33.7 -71.2 385 0.00153 0.00208 1.65 1.65 World eIoni + 2 -33.6 -71 385 0 0.00153 0.528 2.18 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.4 -70.8 375 0.00149 0 0 0 World initStep + 1 -34.2 -70.7 375 0 0.00149 0.508 0.508 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.4 -70.8 374 0.00151 0 0 0 World initStep + 1 -34.2 -70.7 374 0 0.00151 0.519 0.519 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.7 -70.6 277 0.00281 0 0 0 World initStep + 1 -33.4 -70.1 277 0 0.00281 1.3 1.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.6 -70.6 273 0.0103 0 0 0 World initStep + 1 -35 -67.4 273 0.00626 0.00193 3.8 3.8 World eIoni + 2 -35 -65.5 274 0.00424 0.00203 2.59 6.39 World eIoni + 3 -35.6 -65 273 0.00243 0.00181 1.88 8.27 World eIoni + 4 -35.5 -65 273 0.00112 0.00131 1.09 9.36 World eIoni + 5 -35.6 -64.9 273 0 0.00112 0.332 9.69 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 67 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35 -67.4 273 0.00213 0 0 0 World initStep + 1 -35.2 -67.4 274 0 0.00213 0.883 0.883 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.3 -70.5 225 0.00179 0 0 0 World initStep + 1 -33.5 -70.3 225 0 0.00179 0.672 0.672 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.7 -70.5 141 0.00111 0 0 0 World initStep + 1 -32.6 -70.6 141 0 0.00111 0.329 0.329 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32 -70.7 33.1 0.00209 0 0 0 World initStep + 1 -32 -70.3 33.2 0 0.00209 0.857 0.857 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.8 -70.7 8.07 0.0024 0 0 0 World initStep + 1 -31.5 -70.9 8.14 0 0.0024 1.07 1.07 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.3 -70.8 -79.6 0.0238 0 0 0 World initStep + 1 -23.8 -67.3 -68.8 0.0208 0.00301 14.5 14.5 World eIoni + 2 -16 -69.1 -61.4 0.0172 0.00363 11.7 26.2 World eIoni + 3 -13.7 -65.1 -54.8 0.0152 0.00202 8.68 34.9 World eIoni + 4 -14.2 -61.9 -50.4 0.0132 0.000546 5.86 40.8 World eIoni + 5 -10.3 -60 -47.1 0.01 0.00316 5.94 46.7 World eIoni + 6 -6.53 -59.8 -46.3 0.0086 0.00143 4.19 50.9 World eIoni + 7 -6.02 -59.4 -43.2 0.00654 0.00206 3.53 54.4 World eIoni + 8 -5.95 -59.7 -41.3 0.00333 0.00321 2.69 57.1 World eIoni + 9 -6.67 -59.4 -41.3 0 0.00333 1.54 58.6 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.2 -61.9 -50.4 0.00142 0 0 0 World initStep + 1 -14.4 -61.8 -50.4 0 0.00142 0.473 0.473 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.1 -70.8 -134 0.00256 0 0 0 World initStep + 1 -31.5 -71 -134 0 0.00256 1.17 1.17 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.2 -70.4 -311 0.00172 0 0 0 World initStep + 1 -30.1 -70.6 -311 0 0.00172 0.633 0.633 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30 -70.3 -333 0.00116 0 0 0 World initStep + 1 -29.9 -70.4 -333 0 0.00116 0.35 0.35 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30 -70.3 -348 0.00115 0 0 0 World initStep + 1 -29.8 -70.2 -348 0 0.00115 0.345 0.345 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.9 -70.2 -367 0.00247 0 0 0 World initStep + 1 -29.5 -70.5 -367 0 0.00247 1.11 1.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.5 -70 -443 0.0011 0 0 0 World initStep + 1 -29.4 -70.1 -443 0 0.0011 0.323 0.323 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.4 -70 -459 0.00329 0 0 0 World initStep + 1 -28.8 -69.5 -459 0 0.00329 1.53 1.53 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.3 -69.9 -469 0.00183 0 0 0 World initStep + 1 -29.2 -69.7 -469 0 0.00183 0.693 0.693 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.2 -69.9 -499 0.00441 0 0 0 World initStep + 1 -28.5 -69 -498 0.00328 0.00114 1.94 1.94 World eIoni + 2 -28 -69.5 -498 0.00157 0.00171 1.52 3.46 World eIoni + 3 -27.8 -69.4 -498 0 0.00157 0.548 4.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29 -69.8 -526 0.00209 0 0 0 World initStep + 1 -29.3 -70 -526 0 0.00209 0.859 0.859 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.9 -69.7 -551 0.00232 0 0 0 World initStep + 1 -28.9 -70.1 -551 0 0.00232 1.01 1.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.8 -69.7 -563 0.00135 0 0 0 World initStep + 1 -28.6 -69.7 -563 0 0.00135 0.436 0.436 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.5 -69.5 -609 0.00151 0 0 0 World initStep + 1 -28.3 -69.6 -609 0 0.00151 0.52 0.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.5 -69.4 -617 0.00125 0 0 0 World initStep + 1 -28.3 -69.5 -617 0 0.00125 0.392 0.392 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.3 -69.3 -645 0.00133 0 0 0 World initStep + 1 -28.2 -69.3 -645 0 0.00133 0.428 0.428 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.2 -69.3 -659 0.00101 0 0 0 World initStep + 1 -28.2 -69.2 -659 0 0.00101 0.286 0.286 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.9 -69 -738 0.00527 0 0 0 World initStep + 1 -29.3 -69.2 -738 0.00333 0.00194 2.24 2.24 World eIoni + 2 -29.5 -69.2 -737 0.00193 0.0014 1.54 3.78 World eIoni + 3 -29.3 -69.2 -737 0 0.00193 0.755 4.54 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.8 -68.8 -766 0.0017 0 0 0 World initStep + 1 -27.9 -69 -766 0 0.0017 0.621 0.621 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.6 -68.6 -810 0.00115 0 0 0 World initStep + 1 -27.7 -68.6 -810 0 0.00115 0.344 0.344 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.4 -68.4 -863 0.00181 0 0 0 World initStep + 1 -27.2 -68.2 -863 0 0.00181 0.685 0.685 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -27.4 -68.3 -875 0.00415 0 0 0 World initStep + 1 -28.4 -68.2 -874 0.00273 0.00142 1.85 1.85 World eIoni + 2 -28.6 -68.7 -874 0 0.00273 1.26 3.11 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.8 -67.8 -1.03e+03 0.00113 0 0 0 World initStep + 1 -26.7 -67.8 -1.03e+03 0 0.00113 0.336 0.336 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.8 -67.8 -1.03e+03 0.0128 0 0 0 World initStep + 1 -29.2 -63.8 -1.03e+03 0.0111 0.00169 5.68 5.68 World eIoni + 2 -32.3 -61.2 -1.03e+03 0.00959 0.0015 4.73 10.4 World eIoni + 3 -33.4 -57.8 -1.03e+03 0.007 0.00258 3.98 14.4 World eIoni + 4 -34 -55.9 -1.03e+03 0.005 0.002 2.87 17.3 World eIoni + 5 -33.7 -54.6 -1.03e+03 0.00231 0.00269 2.15 19.4 World eIoni + 6 -33.5 -54.2 -1.03e+03 0 0.00231 1.01 20.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.8 -67.8 -1.04e+03 0.00103 0 0 0 World initStep + 1 -26.9 -67.8 -1.04e+03 0 0.00103 0.293 0.293 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.3 -67.4 -1.17e+03 0.00124 0 0 0 World initStep + 1 -26.2 -67.5 -1.17e+03 0 0.00124 0.385 0.385 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.3 -67.3 -1.17e+03 0.003 0 0 0 World initStep + 1 -26.9 -67.4 -1.17e+03 0 0.003 1.4 1.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.3 -67.3 -1.18e+03 0.002 0 0 0 World initStep + 1 -26.6 -67.4 -1.18e+03 0 0.002 0.801 0.801 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.3 -67.3 -1.18e+03 0.00149 0 0 0 World initStep + 1 -26.1 -67.4 -1.18e+03 0 0.00149 0.507 0.507 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.1 -67.1 -1.23e+03 0.00156 0 0 0 World initStep + 1 -26.3 -67.2 -1.23e+03 0 0.00156 0.545 0.545 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.6 -66.4 -1.37e+03 0.00519 0 0 0 World initStep + 1 -26.5 -65.3 -1.37e+03 0.00248 0.00271 2.21 2.21 World eIoni + 2 -26.2 -65.5 -1.37e+03 0 0.00248 1.12 3.33 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.4 -66.1 -1.42e+03 0.0014 0 0 0 World initStep + 1 -25.3 -66.2 -1.42e+03 0 0.0014 0.461 0.461 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.1 -65.7 -1.51e+03 0.00221 0 0 0 World initStep + 1 -25.1 -65.3 -1.51e+03 0 0.00221 0.942 0.942 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25 -65.4 -1.56e+03 0.00712 0 0 0 World initStep + 1 -26.1 -67.2 -1.56e+03 0.00628 0.000838 2.91 2.91 World eIoni + 2 -27.9 -67.7 -1.56e+03 0.00552 0.000764 2.6 5.51 World eIoni + 3 -29.4 -67.4 -1.55e+03 0.00401 0.00151 2.32 7.83 World eIoni + 4 -30.1 -67.1 -1.56e+03 0.00141 0.00127 1.09 8.92 World eIoni + 5 -30.2 -67 -1.56e+03 0 0.00141 0.468 9.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.1 -67.1 -1.56e+03 0.00133 0 0 0 World initStep + 1 -30.2 -67.2 -1.55e+03 0 0.00133 0.428 0.428 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.8 -65 -1.66e+03 0.0031 0 0 0 World initStep + 1 -24.9 -65.6 -1.66e+03 0 0.0031 1.44 1.44 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.7 -64.8 -1.7e+03 0.00155 0 0 0 World initStep + 1 -24.9 -64.8 -1.7e+03 0 0.00155 0.539 0.539 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.7 -64.7 -1.71e+03 0.00124 0 0 0 World initStep + 1 -24.8 -64.7 -1.71e+03 0 0.00124 0.386 0.386 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.5 -64.5 -1.76e+03 0.00108 0 0 0 World initStep + 1 -24.7 -64.5 -1.76e+03 0 0.00108 0.315 0.315 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.5 -64.5 -1.76e+03 0.0486 0 0 0 World initStep + 1 -15.4 -91.9 -1.74e+03 0.0416 0.00519 39.6 39.6 World eIoni + 2 -14 -122 -1.73e+03 0.0374 0.00414 37.4 77 World eIoni + 3 3.19 -130 -1.72e+03 0.0314 0.00346 23.4 100 World eIoni + 4 15.1 -133 -1.71e+03 0.0274 0.00216 17.8 118 World eIoni + 5 24.2 -130 -1.69e+03 0.0225 0.00486 18.3 137 World eIoni + 6 33.1 -133 -1.69e+03 0.0195 0.00304 13.3 150 World eIoni + 7 34.1 -135 -1.68e+03 0.0177 0.000686 2.73 153 World eIoni + 8 34.5 -136 -1.68e+03 0.0155 0.000653 1.44 154 World eIoni + 9 36 -143 -1.68e+03 0.0124 0.00313 7.48 161 World eIoni + 10 38.6 -147 -1.68e+03 0.00862 0.00379 5.47 167 World eIoni + 11 40.1 -149 -1.68e+03 0.00687 0.00175 3.53 170 World eIoni + 12 41 -151 -1.68e+03 0.00487 0.002 2.81 173 World eIoni + 13 41.8 -152 -1.68e+03 0.00255 0.00231 2.1 175 World eIoni + 14 41.7 -152 -1.68e+03 0 0.00255 1.17 177 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34.5 -136 -1.68e+03 0.00152 0 0 0 World initStep + 1 34.5 -136 -1.68e+03 0 0.00152 0.522 0.522 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34.1 -135 -1.68e+03 0.00111 0 0 0 World initStep + 1 34.1 -135 -1.68e+03 0 0.00111 0.328 0.328 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 15.1 -133 -1.71e+03 0.00182 0 0 0 World initStep + 1 15.3 -132 -1.71e+03 0 0.00182 0.691 0.691 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.19 -130 -1.72e+03 0.00256 0 0 0 World initStep + 1 3.44 -130 -1.72e+03 0.00182 0.000745 0.811 0.811 World eIoni + 2 3.56 -130 -1.72e+03 0 0.00182 0.688 1.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 24 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.4 -91.9 -1.74e+03 0.00188 0 0 0 World initStep + 1 -15.3 -91.8 -1.74e+03 0 0.00188 0.728 0.728 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.5 -64.4 -1.79e+03 0.00158 0 0 0 World initStep + 1 -24.3 -64.6 -1.79e+03 0 0.00158 0.553 0.553 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.4 -64.4 -1.79e+03 0.00102 0 0 0 World initStep + 1 -24.4 -64.3 -1.79e+03 0 0.00102 0.289 0.289 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.4 -64.3 -1.83e+03 0.00385 0 0 0 World initStep + 1 -25.2 -63.8 -1.83e+03 0.00193 0.00192 1.74 1.74 World eIoni + 2 -25.4 -64 -1.83e+03 0 0.00193 0.759 2.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24 -63.9 -1.94e+03 0.00144 0 0 0 World initStep + 1 -24.1 -64 -1.94e+03 0 0.00144 0.48 0.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.9 -63.8 -1.96e+03 0.00101 0 0 0 World initStep + 1 -23.9 -63.9 -1.96e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.8 -63.7 -1.99e+03 0.00103 0 0 0 World initStep + 1 -23.7 -63.7 -1.99e+03 0 0.00103 0.296 0.296 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.6 -63.5 -2.05e+03 0.00107 0 0 0 World initStep + 1 -23.5 -63.5 -2.05e+03 0 0.00107 0.312 0.312 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.4 -63.3 -2.12e+03 0.00232 0 0 0 World initStep + 1 -23.1 -63.6 -2.12e+03 0 0.00232 1.01 1.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.3 -63.3 -2.13e+03 0.0184 0 0 0 World initStep + 1 -14.5 -64.6 -2.13e+03 0.0155 0.00287 9.6 9.6 World eIoni + 2 -11.3 -68.2 -2.13e+03 0.0129 0.0026 7.44 17 World eIoni + 3 -13.6 -70.2 -2.13e+03 0.0112 0.0017 5.75 22.8 World eIoni + 4 -12.8 -74.4 -2.13e+03 0.00892 0.00226 4.78 27.6 World eIoni + 5 -12.6 -74.6 -2.13e+03 0.00771 0.00122 3.67 31.2 World eIoni + 6 -14.9 -74.8 -2.13e+03 0.00432 0.00338 3.15 34.4 World eIoni + 7 -15.1 -75.5 -2.13e+03 0.00133 0.003 1.91 36.3 World eIoni + 8 -14.9 -75.5 -2.13e+03 0 0.00133 0.426 36.7 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.3 -63.2 -2.15e+03 0.00194 0 0 0 World initStep + 1 -23.6 -63.2 -2.15e+03 0 0.00194 0.764 0.764 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.2 -63.1 -2.18e+03 0.00227 0 0 0 World initStep + 1 -23.5 -63.3 -2.18e+03 0 0.00227 0.979 0.979 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.1 -63 -2.21e+03 0.00101 0 0 0 World initStep + 1 -23.1 -63.1 -2.21e+03 0 0.00101 0.288 0.288 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.1 -63 -2.21e+03 0.00155 0 0 0 World initStep + 1 -23.3 -63 -2.21e+03 0 0.00155 0.538 0.538 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.4 -62.3 -2.39e+03 0.00146 0 0 0 World initStep + 1 -22.3 -62.1 -2.39e+03 0 0.00146 0.493 0.493 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.4 -62.2 -2.41e+03 0.00219 0 0 0 World initStep + 1 -22.6 -61.9 -2.41e+03 0 0.00219 0.922 0.922 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.4 -62.2 -2.41e+03 0.00128 0 0 0 World initStep + 1 -22.4 -62.1 -2.41e+03 0 0.00128 0.403 0.403 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.4 -62.2 -2.41e+03 0.00439 0 0 0 World initStep + 1 -21.8 -61.2 -2.41e+03 0.00279 0.00161 1.94 1.94 World eIoni + 2 -22.2 -60.9 -2.41e+03 0 0.00279 1.29 3.23 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.1 -62.1 -2.48e+03 0.0019 0 0 0 World initStep + 1 -22 -62.3 -2.48e+03 0 0.0019 0.736 0.736 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.1 -62 -2.48e+03 0.00201 0 0 0 World initStep + 1 -22.1 -61.7 -2.48e+03 0 0.00201 0.808 0.808 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22 -62 -2.52e+03 0.00207 0 0 0 World initStep + 1 -21.7 -61.8 -2.52e+03 0 0.00207 0.842 0.842 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22 -62 -2.57e+03 0.00336 0 0 0 World initStep + 1 -22.4 -61.3 -2.57e+03 0 0.00336 1.56 1.56 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22 -62 -2.6e+03 0.00304 0 0 0 World initStep + 1 -22.6 -62.3 -2.6e+03 0 0.00304 1.42 1.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.1 -48.3 -2.61e+03 50 0 0 0 World initStep + 1 -47.1 -48.3 -2.58e+03 50 0.00357 31.1 31.1 World hIoni + 2 -47 -48.4 -2.33e+03 49.9 0.0461 256 287 World hIoni + 3 -46.9 -48.4 -2.32e+03 49.9 0.000913 2.51 289 World hIoni + 4 -46.8 -48.4 -2.22e+03 49.9 0.0202 105 394 World hIoni + 5 -46.8 -48.4 -2.22e+03 49.9 0.000244 1.87 396 World hIoni + 6 -46.8 -48.4 -2.17e+03 49.9 0.0107 44.1 440 World hIoni + 7 -46.8 -48.4 -2.16e+03 49.9 0.00211 11.7 452 World hIoni + 8 -46.8 -48.4 -2.15e+03 49.9 0.00526 15 467 World hIoni + 9 -46.8 -48.4 -2.13e+03 49.9 0.00426 18.6 485 World hIoni + 10 -46.7 -48.4 -2.1e+03 49.9 0.00336 26.9 512 World hIoni + 11 -46.7 -48.4 -2.08e+03 49.9 0.00338 15.7 528 cloudPV CoupledTransportation + 12 -46.7 -48.4 -2.08e+03 48.3 1.57 1.24 529 World CoupledTransportation + 13 -46.7 -48.3 -2.07e+03 48.3 0.00222 11.5 541 World hIoni + 14 -46.7 -47.9 -2.02e+03 48.3 0.0127 55.1 596 World hIoni + 15 -46.7 -47.8 -2.01e+03 48.2 0.000284 4.81 601 World hIoni + 16 -46.8 -46.8 -1.9e+03 48.2 0.0251 116 717 World hIoni + 17 -46.8 -46.5 -1.86e+03 48.1 0.00717 37.6 754 World hIoni + 18 -46.8 -46.4 -1.84e+03 48.1 0.00225 15 769 World hIoni + 19 -46.8 -46.1 -1.8e+03 48.1 0.00725 38.7 808 World hIoni + 20 -46.8 -45.6 -1.75e+03 48.1 0.0118 55.6 863 World hIoni + 21 -46.9 -45 -1.69e+03 48.1 0.00892 58.8 922 World hIoni + 22 -46.8 -44.9 -1.68e+03 48.1 0.00118 10.1 932 World hIoni + 23 -46.8 -44.2 -1.61e+03 48.1 0.0159 72.3 1e+03 World hIoni + 24 -46.8 -43.8 -1.57e+03 48 0.00751 38.8 1.04e+03 World hIoni + 25 -46.8 -43 -1.49e+03 48 0.0149 76.4 1.12e+03 World hIoni + 26 -46.6 -41.9 -1.38e+03 48 0.0222 118 1.24e+03 World hIoni + 27 -46.4 -40.7 -1.24e+03 48 0.0239 136 1.37e+03 World hIoni + 28 -46 -39.6 -1.14e+03 47.9 0.0239 103 1.48e+03 World hIoni + 29 -45.8 -39.2 -1.09e+03 47.9 0.0047 46.6 1.52e+03 World hIoni + 30 -45.7 -38.9 -1.06e+03 47.9 0.00422 33.5 1.56e+03 World hIoni + 31 -45.6 -38.9 -1.05e+03 47.9 0.0009 4.44 1.56e+03 World hIoni + 32 -45.6 -38.9 -1.05e+03 47.9 0.000209 1.14 1.56e+03 World hIoni + 33 -44.8 -36.7 -825 47.9 0.0436 225 1.79e+03 World hIoni + 34 -44.7 -36.5 -804 47.9 0.00431 21.3 1.81e+03 World hIoni + 35 -44.6 -36.1 -768 47.9 0.00535 35.4 1.84e+03 World hIoni + 36 -44.5 -35.5 -718 47.9 0.00848 50.5 1.89e+03 World hIoni + 37 -44.5 -35.5 -715 47.8 0.000542 3.47 1.9e+03 World hIoni + 38 -44.5 -35.4 -704 47.8 0.00104 10.7 1.91e+03 World hIoni + 39 -44.4 -35.1 -673 47.8 0.00415 30.4 1.94e+03 World hIoni + 40 -44.3 -34.8 -650 47.8 0.00275 23.5 1.96e+03 cloudPV CoupledTransportation + 41 -44.3 -34.8 -648 45.8 2.02 1.45 1.96e+03 World CoupledTransportation + 42 -42.8 -32.1 -479 45.8 0.0318 170 2.13e+03 World hIoni + 43 -42.4 -31.5 -445 45.8 0.00415 33.7 2.17e+03 World hIoni + 44 -42.2 -31.3 -428 45.8 0.00243 17.5 2.18e+03 World hIoni + 45 -41.5 -30.5 -378 45.8 0.0109 49.8 2.23e+03 World hIoni + 46 -41.3 -30.2 -360 45.7 0.00276 17.8 2.25e+03 World hIoni + 47 -41.2 -30 -350 45.7 0.00112 10.2 2.26e+03 World hIoni + 48 -40.5 -29.2 -292 45.7 0.014 57.9 2.32e+03 World hIoni + 49 -40.2 -28.9 -269 45.7 0.0049 23.2 2.34e+03 World hIoni + 50 -40.1 -28.8 -264 45.7 0.00139 5.05 2.35e+03 World hIoni + 51 -39.9 -28.5 -241 45.7 0.00599 22.7 2.37e+03 World hIoni + 52 -37.7 -26.2 -61.6 45.7 0.0326 179 2.55e+03 World hIoni + 53 -36.6 -24.8 27.8 45.6 0.0145 89.5 2.64e+03 World hIoni + 54 -36.6 -24.8 30.8 45.6 0.000238 2.98 2.64e+03 World hIoni + 55 -36.5 -24.7 35 45.6 0.000969 4.21 2.65e+03 World hIoni + 56 -35 -23 150 45.6 0.0232 115 2.76e+03 World hIoni + 57 -34.1 -21.9 224 45.5 0.0157 74.6 2.84e+03 World hIoni + 58 -34 -21.8 228 45.5 0.00093 4.12 2.84e+03 World hIoni + 59 -33.9 -21.7 236 45.5 0.00145 7.86 2.85e+03 World hIoni + 60 -32.5 -20.4 341 45.5 0.0221 105 2.95e+03 World hIoni + 61 -32.3 -20.2 359 45.5 0.00329 17.6 2.97e+03 World hIoni + 62 -31.2 -19.2 436 45.4 0.0118 76.9 3.05e+03 World hIoni + 63 -30.9 -19 455 45.4 0.00236 19.3 3.07e+03 World hIoni + 64 -30.8 -18.9 467 45.4 0.00292 12 3.08e+03 World hIoni + 65 -30.4 -18.5 491 45.4 0.00786 24.3 3.1e+03 World hIoni + 66 -30 -18.2 522 45.4 0.00691 30.9 3.13e+03 World hIoni + 67 -29.3 -17.6 570 45.4 0.00787 47.5 3.18e+03 World hIoni + 68 -29.2 -17.4 580 45.4 0.00189 10.9 3.19e+03 World hIoni + 69 -29 -17.3 594 45.4 0.00155 13.2 3.21e+03 World hIoni + 70 -28.6 -16.9 621 45.4 0.00615 27.7 3.23e+03 World hIoni + 71 -28.5 -16.8 633 45.4 0.00223 12.1 3.25e+03 World hIoni + 72 -26.2 -14.7 799 45.3 0.0315 166 3.41e+03 World hIoni + 73 -26.2 -14.7 802 45.3 0.000474 2.42 3.41e+03 World hIoni + 74 -25.8 -14.4 823 45.3 0.00493 20.9 3.44e+03 World hIoni + 75 -24.7 -13.3 894 45.3 0.011 71.2 3.51e+03 World hIoni + 76 -23.8 -12.4 954 45.3 0.0132 59.6 3.57e+03 World hIoni + 77 -23.6 -12.2 965 45.2 0.00158 11.8 3.58e+03 World hIoni + 78 -22.4 -11 1.04e+03 45.2 0.0194 78.6 3.66e+03 World hIoni + 79 -21.9 -10.5 1.08e+03 45.2 0.00694 31.6 3.69e+03 World hIoni + 80 -19.9 -8.15 1.22e+03 45.2 0.0374 140 3.83e+03 World hIoni + 81 -19.8 -8.08 1.22e+03 45.2 0.000991 4.57 3.83e+03 World hIoni + 82 -18.6 -6.65 1.31e+03 45.2 0.0156 86.3 3.92e+03 World hIoni + 83 -16.1 -3.73 1.48e+03 45.1 0.0349 177 4.1e+03 World hIoni + 84 -15.8 -3.46 1.5e+03 45.1 0.00151 15.7 4.11e+03 World hIoni + 85 -15.7 -3.35 1.51e+03 45.1 0.00113 7 4.12e+03 World hIoni + 86 -15.2 -2.75 1.54e+03 45.1 0.00754 35 4.15e+03 World hIoni + 87 -15.1 -2.67 1.55e+03 45.1 0.00142 4.51 4.16e+03 World hIoni + 88 -12.9 -0.157 1.7e+03 45.1 0.0304 151 4.31e+03 World hIoni + 89 -12 0.855 1.76e+03 45 0.0127 62.3 4.37e+03 cloudPV CoupledTransportation + 90 -12 0.884 1.76e+03 42.3 2.79 1.84 4.37e+03 World CoupledTransportation + 91 -11.2 1.19 1.8e+03 42.2 0.00938 36.9 4.41e+03 World hIoni + 92 -11.2 1.19 1.8e+03 42.2 0 0.284 4.41e+03 World hIoni + 93 -9.82 1.74 1.86e+03 42.2 0.0107 62.4 4.47e+03 World hIoni + 94 -8.42 2.14 1.92e+03 42.2 0.0119 57.5 4.53e+03 World hIoni + 95 -8.31 2.17 1.92e+03 42.2 0.000897 4.71 4.53e+03 World hIoni + 96 -6.07 2.8 2.01e+03 42.2 0.0205 90.2 4.63e+03 World hIoni + 97 -5.75 2.89 2.02e+03 42.1 0.00168 12.6 4.64e+03 World hIoni + 98 -5.75 2.89 2.02e+03 42.1 5.93e-06 0.0285 4.64e+03 World hIoni + 99 -5.07 3.06 2.05e+03 42.1 0.00298 27.2 4.66e+03 World hIoni + 100 -4.92 3.1 2.06e+03 42.1 0.00106 5.93 4.67e+03 World hIoni + 101 -2.55 3.71 2.15e+03 42.1 0.0191 92.1 4.76e+03 World hIoni + 102 -2.32 3.76 2.16e+03 42.1 0.00138 9.15 4.77e+03 World hIoni + 103 -0.554 4.18 2.23e+03 42.1 0.0194 71.7 4.84e+03 World hIoni + 104 -0.0506 4.31 2.25e+03 42.1 0.0048 21.2 4.87e+03 World hIoni + 105 2.3 4.97 2.35e+03 42 0.024 99.2 4.96e+03 World hIoni + 106 2.75 5.12 2.37e+03 42 0.0032 19.4 4.98e+03 World hIoni + 107 4.04 5.54 2.43e+03 42 0.011 58.1 5.04e+03 World hIoni + 108 4.13 5.57 2.43e+03 42 0.0013 4.67 5.05e+03 World hIoni + 109 4.52 5.71 2.45e+03 42 0.00402 19.8 5.07e+03 World hIoni + 110 6.01 6.25 2.53e+03 42 0.0182 78.5 5.14e+03 World hIoni + 111 6.59 6.47 2.56e+03 42 0.00391 29.8 5.17e+03 World hIoni + 112 7.32 6.74 2.6e+03 42 0.00802 38.7 5.21e+03 detectorPV CoupledTransportation + 113 7.36 6.75 2.6e+03 36.7 5.31 1.76 5.22e+03 detectorPV hIoni + 114 7.41 6.8 2.6e+03 32 4.68 1.41 5.22e+03 detectorPV hIoni + 115 7.43 6.82 2.6e+03 27.8 4.23 1.14 5.22e+03 detectorPV hIoni + 116 7.45 6.85 2.61e+03 24 3.75 0.925 5.22e+03 detectorPV hIoni + 117 7.49 6.9 2.61e+03 20.4 3.64 0.751 5.22e+03 detectorPV hIoni + 118 7.51 6.96 2.61e+03 16.9 3.46 0.6 5.22e+03 detectorPV hIoni + 119 7.54 7 2.61e+03 13.9 3.06 0.474 5.22e+03 detectorPV hIoni + 120 7.56 7.05 2.61e+03 10.9 2.96 0.377 5.22e+03 detectorPV hIoni + 121 7.58 7.08 2.61e+03 7.96 2.93 0.296 5.22e+03 detectorPV hIoni + 122 7.61 7.11 2.61e+03 5.08 2.88 0.226 5.22e+03 detectorPV hIoni + 123 7.63 7.12 2.61e+03 1.8 3.28 0.159 5.22e+03 detectorPV hIoni + 124 7.63 7.12 2.61e+03 0.237 1.56 0.0359 5.22e+03 detectorPV hIoni + 125 7.63 7.12 2.61e+03 0.00953 0.227 0.0023 5.22e+03 detectorPV hIoni + 126 7.63 7.12 2.61e+03 0 0.00953 0.000248 5.22e+03 detectorPV hIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.59 6.47 2.56e+03 0.00147 0 0 0 World initStep + 1 6.71 6.62 2.56e+03 0 0.00147 0.496 0.496 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.01 6.25 2.53e+03 0.00138 0 0 0 World initStep + 1 5.87 6.16 2.53e+03 0 0.00138 0.453 0.453 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.52 5.71 2.45e+03 0.00232 0 0 0 World initStep + 1 4.64 6.11 2.45e+03 0 0.00232 1.02 1.02 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.13 5.57 2.43e+03 0.00121 0 0 0 World initStep + 1 4.27 5.55 2.43e+03 0 0.00121 0.37 0.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.04 5.54 2.43e+03 0.00591 0 0 0 World initStep + 1 3.82 7.18 2.43e+03 0.00454 0.00138 2.46 2.46 World eIoni + 2 3.38 7.18 2.43e+03 0.00299 0.00025 0.494 2.96 World eIoni + 3 2.92 7.12 2.43e+03 0.00135 0.00164 1.39 4.35 World eIoni + 4 2.88 7.06 2.43e+03 0 0.00135 0.439 4.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 102 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 3.38 7.18 2.43e+03 0.00129 0 0 0 World initStep + 1 3.27 7.18 2.43e+03 0 0.00129 0.411 0.411 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.75 5.12 2.37e+03 0.00578 0 0 0 World initStep + 1 2.66 6.72 2.37e+03 0.00413 0.00165 2.42 2.42 World eIoni + 2 3.13 7.35 2.37e+03 0 0.00413 1.84 4.26 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 2.3 4.97 2.35e+03 0.00225 0 0 0 World initStep + 1 1.94 4.81 2.35e+03 0 0.00225 0.97 0.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0506 4.31 2.25e+03 0.00199 0 0 0 World initStep + 1 -0.233 4.05 2.25e+03 0 0.00199 0.795 0.795 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.554 4.18 2.23e+03 0.00776 0 0 0 World initStep + 1 -0.467 1.9 2.23e+03 0.00556 0.0022 3.17 3.17 World eIoni + 2 0.336 0.547 2.23e+03 0.00428 0.00128 2.34 5.51 World eIoni + 3 0.868 -0.44 2.23e+03 0.00255 0.00173 1.9 7.41 World eIoni + 4 1.06 -0.831 2.23e+03 0 0.00255 1.16 8.57 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.32 3.76 2.16e+03 0.00156 0 0 0 World initStep + 1 -2.51 3.87 2.16e+03 0 0.00156 0.547 0.547 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.55 3.71 2.15e+03 0.00137 0 0 0 World initStep + 1 -2.52 3.88 2.15e+03 0 0.00137 0.449 0.449 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.92 3.1 2.06e+03 0.00193 0 0 0 World initStep + 1 -4.63 3.21 2.06e+03 0 0.00193 0.755 0.755 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.07 3.06 2.05e+03 0.00103 0 0 0 World initStep + 1 -4.97 3.02 2.05e+03 0 0.00103 0.295 0.295 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.75 2.89 2.02e+03 0.00499 0 0 0 World initStep + 1 -4.48 2.43 2.02e+03 0.00286 0.00213 2.14 2.14 World eIoni + 2 -4.21 2.44 2.02e+03 0 0.00286 1.33 3.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.75 2.89 2.02e+03 0.0298 0 0 0 World initStep + 1 -7.77 20.2 2.03e+03 0.0263 0.00349 21.1 21.1 World eIoni + 2 -8.6 35.2 2.03e+03 0.0219 0.00318 16 37.1 World eIoni + 3 -12.6 36 2.02e+03 0.0182 0.00367 12.6 49.8 World eIoni + 4 -12.9 36.1 2.02e+03 0.0152 8.82e-05 0.669 50.4 World eIoni + 5 -15.6 37.4 2.02e+03 0.0132 0.00204 7.24 57.7 World eIoni + 6 -12.9 36.6 2.01e+03 0.00931 0.00384 5.91 63.6 World eIoni + 7 -11.7 37 2.01e+03 0.00625 0.00306 3.85 67.4 World eIoni + 8 -10.4 37.4 2.01e+03 0.00374 0.00251 2.59 70 World eIoni + 9 -10.3 38.2 2.01e+03 0.00147 0.00228 1.7 71.7 World eIoni + 10 -10.1 38.1 2.01e+03 0 0.00147 0.495 72.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 92 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.9 36.1 2.02e+03 0.00292 0 0 0 World initStep + 1 -12.6 35.9 2.02e+03 0 0.00292 1.36 1.36 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 92 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.6 35.2 2.03e+03 0.0013 0 0 0 World initStep + 1 -8.68 35.3 2.03e+03 0 0.0013 0.412 0.412 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.07 2.8 2.01e+03 0.00168 0 0 0 World initStep + 1 -6.18 2.58 2.01e+03 0 0.00168 0.607 0.607 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.31 2.17 1.92e+03 0.00163 0 0 0 World initStep + 1 -8.13 2.03 1.92e+03 0 0.00163 0.581 0.581 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -8.42 2.14 1.92e+03 0.00401 0 0 0 World initStep + 1 -7.42 2.18 1.92e+03 0.0017 0.00232 1.8 1.8 World eIoni + 2 -7.32 2.35 1.92e+03 0 0.0017 0.618 2.42 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.82 1.74 1.86e+03 0.00107 0 0 0 World initStep + 1 -9.7 1.72 1.86e+03 0 0.00107 0.311 0.311 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.2 1.19 1.8e+03 0.00221 0 0 0 World initStep + 1 -11.3 0.829 1.8e+03 0 0.00221 0.942 0.942 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -11.2 1.19 1.8e+03 0.018 0 0 0 World initStep + 1 -13.8 -2.79 1.8e+03 0.0108 0.00356 8.08 8.08 World eIoni + 2 -11.3 -4.7 1.81e+03 0.00792 0.00288 4.59 12.7 World eIoni + 3 -9.77 -5.18 1.81e+03 0.00541 0.00251 3.24 15.9 World eIoni + 4 -9.65 -3.89 1.81e+03 0.00414 0.00127 2.29 18.2 World eIoni + 5 -9.94 -3.87 1.81e+03 0.00193 0.00221 1.85 20 World eIoni + 6 -10.1 -4.13 1.81e+03 0 0.00193 0.754 20.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 86 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -13.8 -2.79 1.8e+03 0.00361 0 0 0 World initStep + 1 -14.4 -2.93 1.8e+03 0.00242 0.00119 1.65 1.65 World eIoni + 2 -14.9 -3.05 1.8e+03 0 0.00242 1.08 2.74 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.9 -0.157 1.7e+03 0.00722 0 0 0 World initStep + 1 -14.8 0.732 1.7e+03 0.00566 0.00156 2.32 2.32 World msc + 2 -16.4 1.04 1.7e+03 0.0024 0.00326 2.37 4.7 World eIoni + 3 -16.8 1.13 1.7e+03 0 0.0024 1.07 5.77 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.1 -2.67 1.55e+03 0.00347 0 0 0 World initStep + 1 -14.9 -1.9 1.55e+03 0.00145 0.00201 1.6 1.6 World eIoni + 2 -15 -1.79 1.55e+03 0 0.00145 0.487 2.09 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.2 -2.75 1.54e+03 0.0038 0 0 0 World initStep + 1 -16 -3.21 1.54e+03 0.002 0.00181 1.73 1.73 World eIoni + 2 -16.2 -3.09 1.54e+03 0 0.002 0.797 2.52 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.7 -3.35 1.51e+03 0.00111 0 0 0 World initStep + 1 -15.6 -3.42 1.51e+03 0 0.00111 0.329 0.329 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -15.8 -3.46 1.5e+03 0.00197 0 0 0 World initStep + 1 -15.9 -3.77 1.5e+03 0 0.00197 0.78 0.78 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -16.1 -3.73 1.48e+03 0.00147 0 0 0 World initStep + 1 -16.2 -3.72 1.48e+03 0 0.00147 0.498 0.498 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -18.6 -6.65 1.31e+03 0.00406 0 0 0 World initStep + 1 -18.4 -5.65 1.31e+03 0.00226 0.0018 1.82 1.82 World eIoni + 2 -18.1 -5.4 1.31e+03 0 0.00226 0.974 2.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.8 -8.08 1.22e+03 0.00112 0 0 0 World initStep + 1 -19.8 -8.19 1.22e+03 0 0.00112 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -19.9 -8.15 1.22e+03 0.00295 0 0 0 World initStep + 1 -19.3 -8.38 1.22e+03 0.00166 0.00129 1.37 1.37 World eIoni + 2 -19.3 -8.61 1.22e+03 0 0.00166 0.599 1.97 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.9 -10.5 1.08e+03 0.00165 0 0 0 World initStep + 1 -22 -10.3 1.08e+03 0 0.00165 0.594 0.594 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -22.4 -11 1.04e+03 0.00209 0 0 0 World initStep + 1 -22.4 -11.4 1.04e+03 0 0.00209 0.86 0.86 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.6 -12.2 965 0.00306 0 0 0 World initStep + 1 -24.1 -12.1 965 0 0.00306 0.874 0.874 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -23.8 -12.4 954 0.00113 0 0 0 World initStep + 1 -23.7 -12.4 954 0 0.00113 0.334 0.334 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.7 -13.3 894 0.00158 0 0 0 World initStep + 1 -24.9 -13.5 894 0 0.00158 0.554 0.554 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -25.8 -14.4 823 0.0327 0 0 0 World initStep + 1 -32.9 -21 830 0.0286 0.00236 12.3 12.3 World eIoni + 2 -31.7 -37.5 838 0.0255 0.0031 19.7 32 World eIoni + 3 -22 -48.8 841 0.021 0.00447 16.3 48.2 World eIoni + 4 -13.8 -55.3 844 0.0164 0.00462 11.9 60.1 World eIoni + 5 -8.24 -55.9 849 0.0134 0.00306 8.11 68.2 World eIoni + 6 -3.18 -56.7 852 0.0105 0.00287 6.04 74.3 World eIoni + 7 0.621 -57.8 852 0.00764 0.00284 4.42 78.7 World eIoni + 8 1.24 -58.1 852 0.00544 0.00018 0.752 79.4 World eIoni + 9 2.68 -58.1 853 0.00361 0.00182 2.3 81.7 World eIoni + 10 2.39 -58.7 854 0.00206 0.00155 1.66 83.4 World eIoni + 11 2.35 -58.5 854 0 0.00206 0.842 84.2 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.24 -58.1 852 0.00202 0 0 0 World initStep + 1 1.27 -58.5 852 0 0.00202 0.815 0.815 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 71 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.9 -21 830 0.0017 0 0 0 World initStep + 1 -33 -21 830 0 0.0017 0.62 0.62 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.2 -14.7 802 0.00224 0 0 0 World initStep + 1 -26.2 -14.3 802 0 0.00224 0.96 0.96 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -26.2 -14.7 799 0.00941 0 0 0 World initStep + 1 -29.1 -14.6 800 0.00761 0.0018 3.9 3.9 World eIoni + 2 -29.8 -12.4 800 0.00603 0.00159 3.11 7 World eIoni + 3 -29.1 -12.3 802 0.00398 0.00205 2.5 9.51 World eIoni + 4 -28.7 -11.8 801 0.0016 0.00237 1.79 11.3 World eIoni + 5 -28.5 -11.7 801 0 0.0016 0.568 11.9 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.5 -16.8 633 0.00207 0 0 0 World initStep + 1 -28.7 -17 634 0 0.00207 0.845 0.845 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -28.6 -16.9 621 0.00124 0 0 0 World initStep + 1 -28.6 -17.1 621 0 0.00124 0.384 0.384 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29 -17.3 594 0.00154 0 0 0 World initStep + 1 -28.8 -17.3 594 0 0.00154 0.536 0.536 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.2 -17.4 580 0.0014 0 0 0 World initStep + 1 -29.1 -17.6 580 0 0.0014 0.463 0.463 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -29.3 -17.6 570 0.00878 0 0 0 World initStep + 1 -26.9 -17.2 571 0.00754 0.00124 3.06 3.06 World msc + 2 -25.5 -15.6 572 0.00632 0.00123 3.08 6.14 World eIoni + 3 -24.1 -14.8 573 0.00402 0.0023 2.61 8.75 World eIoni + 4 -23.9 -15 574 0.00166 0.00236 1.81 10.6 World eIoni + 5 -23.9 -15.2 574 0 0.00166 0.596 11.1 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30 -18.2 522 0.00112 0 0 0 World initStep + 1 -30 -18.3 522 0 0.00112 0.332 0.332 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.4 -18.5 491 0.00881 0 0 0 World initStep + 1 -32.2 -17.7 492 0.00739 0.00142 2.23 2.23 World msc + 2 -34.3 -17.3 493 0.00597 0.00142 3.02 5.25 World eIoni + 3 -36 -17.3 494 0.00364 0.00234 2.48 7.73 World eIoni + 4 -36.8 -17.6 494 0 0.00364 1.66 9.39 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.8 -18.9 467 0.00958 0 0 0 World initStep + 1 -29.4 -20.9 469 0.00777 0.00182 3.98 3.98 World eIoni + 2 -29.2 -22.6 470 0.007 0.000771 1.93 5.91 World msc + 3 -30.9 -23.2 470 0.00598 0.00102 1.95 7.85 World msc + 4 -31 -21.5 469 0.00231 0.00367 2.49 10.3 World eIoni + 5 -30.7 -21.2 469 0 0.00231 1.01 11.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -30.9 -19 455 0.00228 0 0 0 World initStep + 1 -31.3 -18.8 455 0 0.00228 0.987 0.987 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -31.2 -19.2 436 0.00231 0 0 0 World initStep + 1 -31.1 -18.9 436 0 0.00231 1.01 1.01 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 -20.2 359 0.00172 0 0 0 World initStep + 1 -32 -20.1 359 0 0.00172 0.633 0.633 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.5 -20.4 341 0.00516 0 0 0 World initStep + 1 -33.8 -20 341 0.00225 0.00291 2.2 2.2 World eIoni + 2 -33.9 -19.6 342 0 0.00225 0.964 3.16 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.9 -21.7 236 0.00213 0 0 0 World initStep + 1 -34 -22.1 236 0 0.00213 0.885 0.885 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34 -21.8 228 0.00281 0 0 0 World initStep + 1 -33.8 -22.4 228 0 0.00281 1.31 1.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -34.1 -21.9 224 0.0489 0 0 0 World initStep + 1 -24.9 -0.473 262 0.0445 0.00442 49.7 49.7 World eIoni + 2 7.45 7.67 283 0.0392 0.00527 42.1 91.8 World eIoni + 3 34 8.45 296 0.0332 0.006 33.8 126 World eIoni + 4 56.6 6.13 289 0.0292 0.00403 25.4 151 World eIoni + 5 74.6 5.7 283 0.0256 0.00361 20.3 171 World eIoni + 6 77.7 6.33 283 0.0221 0.00155 3.21 174 World eIoni + 7 79.3 7.24 282 0.0194 0.000717 1.87 176 World eIoni + 8 87.4 12.7 283 0.0164 0.00305 10.5 187 World eIoni + 9 92.4 18.2 283 0.0144 0.00194 8.06 195 World eIoni + 10 97.4 18.6 280 0.0133 0.00109 6.71 202 World eIoni + 11 100 13.9 278 0.0122 0.00116 6.02 208 World eIoni + 12 103 9.86 279 0.0108 0.00133 5.33 213 World eIoni + 13 101 7.92 282 0.00815 0.00267 4.59 218 World eIoni + 14 98.6 8.3 283 0.00699 0.00116 3.33 221 World eIoni + 15 96.6 8.77 284 0.00569 0.00129 2.86 224 World eIoni + 16 95 8.49 284 0.00474 0.000957 2.39 226 World eIoni + 17 94.7 7.98 285 0.00385 0.000892 2.06 228 World eIoni + 18 94.3 7.4 285 0.00119 0.00266 1.74 230 World eIoni + 19 94.3 7.37 285 0 0.00119 0.362 230 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 79.3 7.24 282 0.00199 0 0 0 World initStep + 1 79.5 7.21 283 0 0.00199 0.794 0.794 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 77.7 6.33 283 0.00189 0 0 0 World initStep + 1 77.8 6.25 282 0 0.00189 0.735 0.735 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35 -23 150 0.00294 0 0 0 World initStep + 1 -34.5 -23.2 150 0 0.00294 1.37 1.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.5 -24.7 35 0.00126 0 0 0 World initStep + 1 -36.6 -24.8 35 0 0.00126 0.393 0.393 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.6 -24.8 30.8 0.041 0 0 0 World initStep + 1 -52.9 -14.9 56.8 0.0365 0.00443 36.5 36.5 World eIoni + 2 -64.7 -23.3 80.8 0.0324 0.00415 29.9 66.4 World eIoni + 3 -67.4 -25.5 83.9 0.0308 0.000591 4.72 71.1 World eIoni + 4 -84.8 -26.7 95.4 0.0271 0.0037 22.3 93.3 World eIoni + 5 -99.1 -32.5 102 0.0232 0.00389 17.9 111 World eIoni + 6 -109 -40.2 99.6 0.0205 0.00269 13.9 125 World eIoni + 7 -116 -48.6 99.5 0.0181 0.00236 11.4 137 World eIoni + 8 -114 -56.4 97.2 0.00943 0.003 8.81 145 World eIoni + 9 -111 -58 96.9 0.00749 0.00194 3.9 149 World eIoni + 10 -109 -59 97.9 0.00571 0.00178 3.06 152 World eIoni + 11 -108 -59.9 96.9 0.00454 0.00117 2.39 155 World eIoni + 12 -108 -60.8 96.8 0.00382 0.000717 1.99 157 World eIoni + 13 -107 -61.5 96.3 0.00106 0.00277 1.73 158 World eIoni + 14 -107 -61.5 96.4 0 0.00106 0.305 159 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -114 -56.4 97.2 0.0057 0 0 0 World initStep + 1 -115 -57.5 97.6 0.00362 0.00208 2.39 2.39 World eIoni + 2 -116 -58.1 97.2 0.00139 0.00223 1.66 4.05 World eIoni + 3 -116 -58.1 97.4 0 0.00139 0.457 4.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -67.4 -25.5 83.9 0.00102 0 0 0 World initStep + 1 -67.3 -25.6 83.9 0 0.00102 0.29 0.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.6 -24.8 27.8 0.0134 0 0 0 World initStep + 1 -33.8 -25.5 28.1 0.00658 0.000512 3.01 3.01 World eIoni + 2 -32.1 -26.1 28.7 0.00416 0.00242 2.71 5.72 World eIoni + 3 -32.6 -27.1 29 0 0.00416 1.86 7.58 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.8 -25.5 28.1 0.00628 0 0 0 World initStep + 1 -33.2 -25.5 26.3 0.00545 0.00083 2.6 2.6 World eIoni + 2 -34.2 -26.2 25.5 0.00346 0.00199 2.3 4.9 World eIoni + 3 -35 -26.3 25.4 0 0.00346 1.6 6.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.7 -26.2 -61.6 0.00945 0 0 0 World initStep + 1 -39.7 -29.2 -61.6 0.00612 0.00332 3.91 3.91 World eIoni + 2 -40.6 -30.4 -62.4 0.00417 0.00195 2.54 6.45 World eIoni + 3 -40.5 -31.5 -62.7 0.00268 0.00149 1.86 8.31 World eIoni + 4 -40.8 -31.1 -62.9 0 0.00268 1.24 9.55 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -39.9 -28.5 -241 0.00127 0 0 0 World initStep + 1 -39.8 -28.3 -241 0 0.00127 0.398 0.398 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.1 -28.8 -264 0.00108 0 0 0 World initStep + 1 -40.1 -28.7 -264 0 0.00108 0.314 0.314 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.2 -28.9 -269 0.00387 0 0 0 World initStep + 1 -40.7 -28 -269 0.00154 0.00232 1.75 1.75 World eIoni + 2 -40.8 -28 -269 0 0.00154 0.535 2.29 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.5 -29.2 -292 0.00128 0 0 0 World initStep + 1 -40.4 -29.3 -292 0 0.00128 0.402 0.402 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.2 -30 -350 0.0186 0 0 0 World initStep + 1 -40.2 -28.1 -349 0.017 0.000277 2.26 2.26 World eIoni + 2 -38.6 -26.2 -348 0.00822 0.00124 2.81 5.07 World eIoni + 3 -38.3 -23.7 -348 0.0071 0.00113 3.36 8.43 World eIoni + 4 -37.8 -21.8 -349 0.00531 0.00179 2.9 11.3 World eIoni + 5 -36.9 -21.4 -350 0.00311 0.0022 2.25 13.6 World eIoni + 6 -37.5 -21.1 -350 0 0.00311 1.45 15 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -38.6 -26.2 -348 0.00752 0 0 0 World initStep + 1 -37.5 -26.1 -346 0.00526 0.00226 3.07 3.07 World eIoni + 2 -36.2 -26.2 -346 0.00144 0.0025 2.04 5.11 World eIoni + 3 -36 -26.2 -346 0 0.00144 0.481 5.59 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 119 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.2 -26.2 -346 0.00132 0 0 0 World initStep + 1 -36.1 -26.3 -345 0 0.00132 0.422 0.422 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.2 -28.1 -349 0.0013 0 0 0 World initStep + 1 -40.2 -28 -349 0 0.0013 0.416 0.416 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.3 -30.2 -360 0.00301 0 0 0 World initStep + 1 -41.9 -30 -360 0.00125 0.00176 1.4 1.4 World eIoni + 2 -41.9 -30 -360 0 0.00125 0.392 1.79 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -41.5 -30.5 -378 0.00112 0 0 0 World initStep + 1 -41.6 -30.4 -378 0 0.00112 0.333 0.333 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.2 -31.3 -428 0.00572 0 0 0 World initStep + 1 -42.7 -30.3 -427 0.00403 0.000263 1.43 1.43 World eIoni + 2 -43.1 -29.4 -427 0.00175 0.00228 1.81 3.24 World eIoni + 3 -43.2 -29.4 -427 0 0.00175 0.649 3.89 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.7 -30.3 -427 0.00142 0 0 0 World initStep + 1 -42.5 -30.2 -427 0 0.00142 0.472 0.472 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.4 -31.5 -445 0.00107 0 0 0 World initStep + 1 -42.3 -31.4 -445 0 0.00107 0.311 0.311 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -42.8 -32.1 -479 0.00419 0 0 0 World initStep + 1 -43.8 -32.3 -479 0.00149 0.0027 1.87 1.87 World eIoni + 2 -43.8 -32.3 -478 0 0.00149 0.508 2.37 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.4 -35.1 -673 0.00236 0 0 0 World initStep + 1 -44.3 -35.5 -673 0 0.00236 1.04 1.04 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.5 -35.4 -704 0.00101 0 0 0 World initStep + 1 -44.4 -35.4 -704 0 0.00101 0.285 0.285 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.5 -35.5 -715 0.00763 0 0 0 World initStep + 1 -45.6 -34.6 -714 0.00566 0.00088 1.75 1.75 World eIoni + 2 -46.7 -33.6 -714 0.00369 0.00197 2.38 4.13 World eIoni + 3 -47.4 -34.2 -714 0.0025 0.0012 1.69 5.81 World eIoni + 4 -47 -34.1 -714 0.00162 0.000878 0.641 6.45 World eIoni + 5 -47 -34.2 -714 0 0.00162 0.575 7.03 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 36 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.6 -34.6 -714 0.00109 0 0 0 World initStep + 1 -45.5 -34.5 -714 0 0.00109 0.32 0.32 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.5 -35.5 -718 0.00207 0 0 0 World initStep + 1 -44.5 -35.2 -718 0 0.00207 0.844 0.844 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.6 -36.1 -768 0.00294 0 0 0 World initStep + 1 -44.7 -36.7 -768 0 0.00294 1.25 1.25 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.7 -36.5 -804 0.0011 0 0 0 World initStep + 1 -44.7 -36.6 -804 0 0.0011 0.323 0.323 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -44.8 -36.7 -825 0.00162 0 0 0 World initStep + 1 -44.9 -36.9 -825 0 0.00162 0.575 0.575 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.6 -38.9 -1.05e+03 0.00282 0 0 0 World initStep + 1 -45.4 -39.4 -1.05e+03 0 0.00282 1.31 1.31 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.6 -38.9 -1.05e+03 0.00142 0 0 0 World initStep + 1 -45.5 -38.7 -1.05e+03 0 0.00142 0.47 0.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.7 -38.9 -1.06e+03 0.00347 0 0 0 World initStep + 1 -45.6 -39.7 -1.06e+03 0.00116 0.00231 1.6 1.6 World eIoni + 2 -45.5 -39.8 -1.06e+03 0 0.00116 0.349 1.95 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.8 -39.2 -1.09e+03 0.00116 0 0 0 World initStep + 1 -45.9 -39.3 -1.09e+03 0 0.00116 0.348 0.348 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46 -39.6 -1.14e+03 0.00479 0 0 0 World initStep + 1 -47.2 -39.2 -1.14e+03 0.00337 0.00142 2.07 2.07 World eIoni + 2 -47.4 -38.8 -1.14e+03 0.00166 0.000582 0.629 2.7 World eIoni + 3 -47.6 -38.7 -1.14e+03 0 0.00166 0.597 3.3 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 27 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.4 -38.8 -1.14e+03 0.00113 0 0 0 World initStep + 1 -47.4 -38.8 -1.14e+03 0 0.00113 0.335 0.335 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.4 -40.7 -1.24e+03 0.00967 0 0 0 World initStep + 1 -48.9 -42.1 -1.24e+03 0.0079 0.00177 3.34 3.34 World msc + 2 -50.2 -41.6 -1.24e+03 0.00737 0.000538 3.23 6.57 World eIoni + 3 -51.7 -40 -1.24e+03 0.00542 0.00195 3.01 9.58 World eIoni + 4 -53 -39.4 -1.23e+03 0.00218 0.00323 2.29 11.9 World eIoni + 5 -53.2 -39 -1.23e+03 0 0.00218 0.921 12.8 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.6 -41.9 -1.38e+03 0.00168 0 0 0 World initStep + 1 -46.6 -41.7 -1.37e+03 0 0.00168 0.612 0.612 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -43 -1.49e+03 0.00116 0 0 0 World initStep + 1 -46.9 -43 -1.49e+03 0 0.00116 0.348 0.348 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -43.8 -1.57e+03 0.00285 0 0 0 World initStep + 1 -46.6 -44.3 -1.57e+03 0.00102 0.00183 1.33 1.33 World eIoni + 2 -46.5 -44.3 -1.57e+03 0 0.00102 0.292 1.62 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -44.2 -1.61e+03 0.00215 0 0 0 World initStep + 1 -47.2 -44.1 -1.61e+03 0 0.00215 0.896 0.896 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -44.9 -1.68e+03 0.00627 0 0 0 World initStep + 1 -48.2 -43.7 -1.68e+03 0.00455 0.00171 2.59 2.59 World eIoni + 2 -49.2 -43.3 -1.68e+03 0.00234 0.00221 1.99 4.58 World eIoni + 3 -49.5 -43 -1.68e+03 0 0.00234 1.03 5.61 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.9 -45 -1.69e+03 0.00805 0 0 0 World initStep + 1 -49 -46.1 -1.69e+03 0.0053 0.00276 3.29 3.29 World eIoni + 2 -49.7 -45.2 -1.69e+03 0.00407 0.00123 2.25 5.54 World eIoni + 3 -49.8 -45.3 -1.69e+03 0.00236 0.0017 1.82 7.36 World eIoni + 4 -50.1 -45.1 -1.69e+03 0 0.00236 1.04 8.41 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -45.6 -1.75e+03 0.0215 0 0 0 World initStep + 1 -41.1 -35.6 -1.75e+03 0.019 0.00247 12.3 12.3 World eIoni + 2 -37.4 -33.4 -1.75e+03 0.0151 0.000971 4.59 16.9 World eIoni + 3 -32.3 -29.3 -1.75e+03 0.013 0.00213 7.18 24.1 World eIoni + 4 -29.5 -25.9 -1.75e+03 0.01 0.00293 5.81 29.9 World eIoni + 5 -31.2 -24.9 -1.76e+03 0.00875 0.0013 4.2 34.1 World eIoni + 6 -34.2 -26.2 -1.76e+03 0.00797 0.000772 3.59 37.7 World eIoni + 7 -37.1 -26 -1.76e+03 0.00644 0.00154 3.26 40.9 World eIoni + 8 -38.8 -26.3 -1.76e+03 0.00478 0.00165 2.65 43.6 World eIoni + 9 -37.7 -26.4 -1.76e+03 0.00302 0.00176 2.07 45.6 World eIoni + 10 -37.4 -26.3 -1.76e+03 0.00131 0.00171 1.41 47.1 World eIoni + 11 -37.5 -26.2 -1.76e+03 0 0.00131 0.418 47.5 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.4 -33.4 -1.75e+03 0.00293 0 0 0 World initStep + 1 -37.1 -33.5 -1.75e+03 0.00125 0.00168 1.36 1.36 World eIoni + 2 -37 -33.6 -1.75e+03 0 0.00125 0.389 1.75 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -46.1 -1.8e+03 0.00167 0 0 0 World initStep + 1 -46.5 -46.1 -1.8e+03 0 0.00167 0.605 0.605 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -46.4 -1.84e+03 0.00122 0 0 0 World initStep + 1 -46.9 -46.5 -1.84e+03 0 0.00122 0.376 0.376 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -46.5 -1.86e+03 0.00313 0 0 0 World initStep + 1 -46.1 -46.3 -1.86e+03 0 0.00313 1.46 1.46 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -46.8 -1.9e+03 0.0491 0 0 0 World initStep + 1 -37.8 -25.6 -1.87e+03 0.041 0.006 34.9 34.9 World eIoni + 2 -32.4 -2.3 -1.85e+03 0.0354 0.00569 36.6 71.5 World eIoni + 3 -34.9 12.1 -1.83e+03 0.0318 0.00351 28.3 99.8 World eIoni + 4 -37.6 29.7 -1.82e+03 0.0264 0.00547 23.6 123 World eIoni + 5 -40.8 37.2 -1.82e+03 0.0233 0.00119 9.34 133 World eIoni + 6 -48.6 47.5 -1.82e+03 0.0195 0.00383 14 147 World eIoni + 7 -57 52.2 -1.82e+03 0.0157 0.00375 10.5 157 World eIoni + 8 -63.5 52.7 -1.81e+03 0.0138 0.0019 7.59 165 World eIoni + 9 -67.4 50 -1.81e+03 0.0115 0.00227 6.32 171 World eIoni + 10 -64.5 46.9 -1.81e+03 0.0101 0.00139 4.98 176 World eIoni + 11 -63.1 44.9 -1.81e+03 0.00753 0.00124 2.65 179 World eIoni + 12 -61.2 43.7 -1.81e+03 0.00586 0.00167 3.08 182 World eIoni + 13 -59.7 44 -1.81e+03 0.00379 0.00207 2.44 184 World eIoni + 14 -58.9 44.5 -1.81e+03 0.00236 0.00143 1.72 186 World eIoni + 15 -59.1 44.9 -1.81e+03 0 0.00236 1.04 187 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -63.1 44.9 -1.81e+03 0.00137 0 0 0 World initStep + 1 -63.2 44.7 -1.81e+03 0 0.00137 0.448 0.448 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -40.8 37.2 -1.82e+03 0.00191 0 0 0 World initStep + 1 -40.8 37.2 -1.82e+03 0 0.00191 0.744 0.744 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 15 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -37.8 -25.6 -1.87e+03 0.00205 0 0 0 World initStep + 1 -37.8 -25.4 -1.87e+03 0 0.00205 0.832 0.832 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.7 -47.8 -2.01e+03 0.053 0 0 0 World initStep + 1 -23.8 -67.7 -1.97e+03 0.0481 0.00493 57.2 57.2 World eIoni + 2 -0.989 -78.1 -1.94e+03 0.0411 0.00701 48.2 105 World eIoni + 3 0.951 -71.2 -1.93e+03 0.038 0.001 10.2 116 World eIoni + 4 1.3 -70.3 -1.93e+03 0.0365 0.000129 1.11 117 World eIoni + 5 -0.131 -43.6 -1.92e+03 0.0323 0.00418 29.8 147 World eIoni + 6 -5.43 -24 -1.91e+03 0.0299 0.00239 24.2 171 World eIoni + 7 -18 -11.1 -1.91e+03 0.0264 0.00346 21.2 192 World eIoni + 8 -16.6 -9.36 -1.93e+03 0.0223 0.00413 17.3 209 World eIoni + 9 -14 -17 -1.94e+03 0.0185 0.00385 13.1 222 World eIoni + 10 -7.91 -23.4 -1.94e+03 0.0167 0.00172 9.69 232 World eIoni + 11 -0.778 -25.2 -1.94e+03 0.00834 0.00174 7.91 240 World eIoni + 12 1.5 -24 -1.94e+03 0.00588 0.00246 3.41 243 World eIoni + 13 2.63 -22.7 -1.94e+03 0.00321 0.00267 2.45 246 World eIoni + 14 2.79 -22.7 -1.94e+03 0 0.00321 1.49 247 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 14 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.778 -25.2 -1.94e+03 0.00666 0 0 0 World initStep + 1 0.169 -26.6 -1.94e+03 0.00449 0.00218 2.74 2.74 World eIoni + 2 -0.692 -26.5 -1.94e+03 0.00298 0.00151 1.97 4.71 World eIoni + 3 -0.269 -26.7 -1.94e+03 0.00122 0.00175 1.39 6.09 World eIoni + 4 -0.259 -26.7 -1.94e+03 0 0.00122 0.378 6.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 14 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.3 -70.3 -1.93e+03 0.00137 0 0 0 World initStep + 1 1.32 -70.4 -1.93e+03 0 0.00137 0.445 0.445 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 14 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.951 -71.2 -1.93e+03 0.00209 0 0 0 World initStep + 1 1.02 -71.4 -1.93e+03 0 0.00209 0.855 0.855 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.7 -47.9 -2.02e+03 0.00165 0 0 0 World initStep + 1 -46.5 -47.7 -2.02e+03 0 0.00165 0.591 0.591 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.7 -48.3 -2.07e+03 0.00144 0 0 0 World initStep + 1 -46.5 -48.3 -2.07e+03 0 0.00144 0.483 0.483 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.7 -48.4 -2.1e+03 0.0126 0 0 0 World initStep + 1 -49.7 -45.5 -2.1e+03 0.0115 0.00118 5.61 5.61 World eIoni + 2 -51.2 -43.3 -2.1e+03 0.0108 0.000623 3.09 8.69 World msc + 3 -54.6 -41.8 -2.1e+03 0.00881 0.00202 4.04 12.7 World msc + 4 -54.3 -44.3 -2.1e+03 0.00702 0.00179 3.62 16.4 World eIoni + 5 -53.2 -46.5 -2.1e+03 0.00436 0.00266 2.87 19.2 World eIoni + 6 -52.1 -46.8 -2.1e+03 0.0027 0.00166 1.93 21.2 World eIoni + 7 -52.5 -46.9 -2.1e+03 0 0.0027 1.25 22.4 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -48.4 -2.13e+03 0.00101 0 0 0 World initStep + 1 -46.8 -48.3 -2.13e+03 0 0.00101 0.287 0.287 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -48.4 -2.15e+03 0.00136 0 0 0 World initStep + 1 -46.9 -48.6 -2.15e+03 0 0.00136 0.443 0.443 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -48.4 -2.16e+03 0.00414 0 0 0 World initStep + 1 -47.4 -49.3 -2.16e+03 0.00282 0.00132 1.85 1.85 World eIoni + 2 -47.4 -49.8 -2.16e+03 0 0.00282 1.31 3.16 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -48.4 -2.17e+03 0.0014 0 0 0 World initStep + 1 -46.7 -48.5 -2.17e+03 0 0.0014 0.462 0.462 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -48.4 -2.22e+03 0.00135 0 0 0 World initStep + 1 -46.9 -48.5 -2.22e+03 0 0.00135 0.436 0.436 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.8 -48.4 -2.22e+03 0.00317 0 0 0 World initStep + 1 -47.5 -48.4 -2.22e+03 0 0.00317 1.47 1.47 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.9 -48.4 -2.32e+03 0.0018 0 0 0 World initStep + 1 -46.8 -48.6 -2.32e+03 0 0.0018 0.679 0.679 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47 -48.4 -2.33e+03 0.00318 0 0 0 World initStep + 1 -47.6 -48.7 -2.33e+03 0 0.00318 1.48 1.48 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -47.1 -48.3 -2.58e+03 0.0062 0 0 0 World initStep + 1 -48.1 -46.8 -2.58e+03 0.00328 0.00292 2.57 2.57 World eIoni + 2 -48.1 -46 -2.58e+03 0 0.00328 1.52 4.09 World eIoni + Run terminated. +Run Summary + Number of events processed : 10 + User=1.200000s Real=1.235842s Sys=0.020000s + +--------------------End of Global Run----------------------- + The run consists of 10 proton of 50 MeV + Cumulated dose per run, in scoring volume : 2.104529157905812 picoGy rms = 0.04394128621399102 picoGy +------------------------------------------------------------ + +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +# save +# ---- +/score/dumpQuantityToFile detectorMesh eDep eDep_fastAerosol_r1p0mm_n1E-3p7mm-3_bulkbox_dropletsphere.csv +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +UserDetectorConstruction deleted. +UserPhysicsList deleted. +UserActionInitialization deleted. +UserWorkerInitialization deleted. +UserWorkerThreadInitialization deleted. +UserRunAction deleted. +UserPrimaryGenerator deleted. +RunManager is deleting RunManagerKernel. +G4SDManager deleted. +EventManager deleted. +Units table cleared. +TransportationManager deleted. +Total navigation history collections cleaned: 12 +G4RNGHelper object is deleted. +================== Deleting memory pools =================== +Pool ID '20G4NavigationLevelRep', size : 0.0154 MB +Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '16G4HitsCollection', size : 0 MB +Pool ID '16G4SmartVoxelNode', size : 0.00192 MB +Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB +Pool ID '7G4Event', size : 0.000961 MB +Pool ID '15G4PrimaryVertex', size : 0.000961 MB +Pool ID '17G4PrimaryParticle', size : 0.000961 MB +Pool ID '15G4HCofThisEvent', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.0221 MB +Pool ID '7G4Track', size : 0.0433 MB +Pool ID '18G4TouchableHistory', size : 0.000961 MB +Pool ID '15G4CountedObjectIvE', size : 0.000961 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 0.09 MB +============================================================ +G4Allocator objects are deleted. +UImanager deleted. +StateManager deleted. +RunManagerKernel is deleted. Good bye :) +RunManager is deleted. diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index 3abd405629..7d3210f59e 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -604,8 +604,8 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004875s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00512212 + User=0.010000s Real=0.003337s Sys=0.010000s + User TOT = 0.01 Real TOT = 0.00362196 Summary of Run 0 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -677,8 +677,8 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008824s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0140727 + User=0.000000s Real=0.002547s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00631318 Summary of Run 1 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -750,8 +750,8 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017374s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0315849 + User=0.000000s Real=0.002245s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00870555 Summary of Run 2 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -823,8 +823,8 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027643s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0593752 + User=0.000000s Real=0.002709s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0115563 Summary of Run 3 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -896,8 +896,8 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003352s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0628684 + User=0.000000s Real=0.002377s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0140751 Summary of Run 4 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -969,8 +969,8 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003298s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0663044 + User=0.010000s Real=0.002681s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0169127 Summary of Run 5 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1042,8 +1042,8 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005562s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0720015 + User=0.000000s Real=0.002453s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0195123 Summary of Run 6 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1115,8 +1115,8 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023851s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0959911 + User=0.000000s Real=0.002992s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.022679 Summary of Run 7 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1188,8 +1188,8 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003033s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0991633 + User=0.000000s Real=0.002305s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0251336 Summary of Run 8 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1261,8 +1261,8 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003905s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.103205 + User=0.000000s Real=0.003473s Sys=0.010000s + User TOT = 0.02 Real TOT = 0.0287538 Summary of Run 9 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1334,8 +1334,8 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001926s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.105258 + User=0.010000s Real=0.003235s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0321297 Summary of Run 10 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1407,8 +1407,8 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002097s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.107478 + User=0.000000s Real=0.002937s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0352145 Summary of Run 11 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1480,8 +1480,8 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009133s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.116738 + User=0.000000s Real=0.002580s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0379435 Summary of Run 12 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1553,8 +1553,8 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002226s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.119094 + User=0.000000s Real=0.002537s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0406454 Summary of Run 13 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1626,8 +1626,8 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003112s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.122347 + User=0.000000s Real=0.002080s Sys=0.010000s + User TOT = 0.03 Real TOT = 0.0428937 Summary of Run 14 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1699,8 +1699,8 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.010189s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.132665 + User=0.000000s Real=0.002905s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0459442 Summary of Run 15 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1772,8 +1772,8 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.005600s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.138392 + User=0.000000s Real=0.002581s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0487182 Summary of Run 16 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1845,8 +1845,8 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006714s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.145245 + User=0.010000s Real=0.002555s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0514253 Summary of Run 17 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1918,8 +1918,8 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005194s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.150578 + User=0.000000s Real=0.002927s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0544995 Summary of Run 18 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1991,8 +1991,8 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.011156s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.16186 + User=0.000000s Real=0.002525s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0571704 Summary of Run 19 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2064,8 +2064,8 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006261s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.168243 + User=0.000000s Real=0.002462s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0597772 Summary of Run 20 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2137,8 +2137,8 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002892s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.171261 + User=0.000000s Real=0.004812s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0647543 Summary of Run 21 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2210,8 +2210,8 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007859s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.179267 + User=0.010000s Real=0.002581s Sys=0.010000s + User TOT = 0.05 Real TOT = 0.0674923 Summary of Run 22 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2283,8 +2283,8 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004249s Sys=0.010000s - User TOT = 0.04 Real TOT = 0.183646 + User=0.000000s Real=0.002950s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0705956 Summary of Run 23 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2356,8 +2356,8 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002198s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.185981 + User=0.000000s Real=0.002531s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0732826 Summary of Run 24 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2429,8 +2429,8 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001599s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.187703 + User=0.000000s Real=0.002257s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0756844 Summary of Run 25 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2502,8 +2502,8 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003023s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.19085 + User=0.000000s Real=0.002435s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0782803 Summary of Run 26 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2575,8 +2575,8 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001928s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.192902 + User=0.000000s Real=0.002379s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0808016 Summary of Run 27 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2648,8 +2648,8 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022575s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.215601 + User=0.000000s Real=0.003743s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.0846955 Summary of Run 28 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2721,8 +2721,8 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.014622s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.230365 + User=0.000000s Real=0.027045s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.111953 Summary of Run 29 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2794,8 +2794,8 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017307s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.247817 + User=0.000000s Real=0.003032s Sys=0.010000s + User TOT = 0.06 Real TOT = 0.115143 Summary of Run 30 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2867,8 +2867,8 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002301s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.250244 + User=0.010000s Real=0.003015s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.118446 Summary of Run 31 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -2940,8 +2940,8 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002031s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.252405 + User=0.000000s Real=0.002812s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.121419 Summary of Run 32 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3013,8 +3013,8 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021864s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.274412 + User=0.000000s Real=0.002879s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.124482 Summary of Run 33 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3086,8 +3086,8 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.011300s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.285839 + User=0.000000s Real=0.003343s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.128 Summary of Run 34 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3159,8 +3159,8 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003201s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.289173 + User=0.000000s Real=0.003193s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.131353 Summary of Run 35 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3232,8 +3232,8 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002327s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.291621 + User=0.000000s Real=0.003087s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.134596 Summary of Run 36 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3305,8 +3305,8 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003430s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.295174 + User=0.000000s Real=0.013548s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.148318 Summary of Run 37 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3378,8 +3378,8 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035500s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.330822 + User=0.000000s Real=0.003231s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.151953 Summary of Run 38 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3451,8 +3451,8 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032396s Sys=0.010000s - User TOT = 0.06 Real TOT = 0.363364 + User=0.000000s Real=0.018034s Sys=0.010000s + User TOT = 0.07 Real TOT = 0.170163 Summary of Run 39 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3524,8 +3524,8 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015738s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.379234 + User=0.010000s Real=0.002713s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.173024 Summary of Run 40 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3597,8 +3597,8 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.025341s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.40473 + User=0.000000s Real=0.002196s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.175364 Summary of Run 41 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3670,8 +3670,8 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003803s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.408673 + User=0.000000s Real=0.002182s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.177691 Summary of Run 42 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3743,8 +3743,8 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002793s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.411606 + User=0.000000s Real=0.002763s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.180628 Summary of Run 43 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3816,8 +3816,8 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.009806s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.421539 + User=0.010000s Real=0.003825s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.184594 Summary of Run 44 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3889,8 +3889,8 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006517s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.42818 + User=0.000000s Real=0.003289s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.188024 Summary of Run 45 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -3962,8 +3962,8 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005844s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.434155 + User=0.000000s Real=0.013917s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.202141 Summary of Run 46 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4035,8 +4035,8 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002985s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.437274 + User=0.000000s Real=0.002747s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.205037 Summary of Run 47 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4108,8 +4108,8 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004921s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.442335 + User=0.000000s Real=0.002546s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.207721 Summary of Run 48 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4181,8 +4181,8 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004443s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.446894 + User=0.010000s Real=0.002281s Sys=0.010000s + User TOT = 0.1 Real TOT = 0.210149 Summary of Run 49 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4254,8 +4254,8 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002675s Sys=0.010000s - User TOT = 0.07 Real TOT = 0.449694 + User=0.000000s Real=0.002237s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.212529 Summary of Run 50 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4327,8 +4327,8 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003033s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.452859 + User=0.000000s Real=0.002332s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.215017 Summary of Run 51 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4400,8 +4400,8 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008390s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.461379 + User=0.000000s Real=0.002795s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.217968 Summary of Run 52 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4473,8 +4473,8 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002061s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.463561 + User=0.000000s Real=0.002424s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.220546 Summary of Run 53 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4546,8 +4546,8 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016627s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.480676 + User=0.010000s Real=0.002381s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.223085 Summary of Run 54 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4619,8 +4619,8 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002407s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.483202 + User=0.000000s Real=0.003623s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.226845 Summary of Run 55 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4692,8 +4692,8 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009202s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.492527 + User=0.000000s Real=0.002827s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.229805 Summary of Run 56 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4765,8 +4765,8 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002545s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.495199 + User=0.000000s Real=0.002207s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.23215 Summary of Run 57 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4838,8 +4838,8 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.004007s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.499437 + User=0.000000s Real=0.002397s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.234678 Summary of Run 58 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4911,8 +4911,8 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020863s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.520427 + User=0.000000s Real=0.002329s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.237153 Summary of Run 59 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -4984,8 +4984,8 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016033s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.536601 + User=0.000000s Real=0.002334s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.239632 Summary of Run 60 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5057,8 +5057,8 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.037341s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.574124 + User=0.000000s Real=0.002847s Sys=0.010000s + User TOT = 0.12 Real TOT = 0.242626 Summary of Run 61 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5130,8 +5130,8 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016329s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.590595 + User=0.000000s Real=0.002521s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.24529 Summary of Run 62 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5203,8 +5203,8 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002998s Sys=0.010000s - User TOT = 0.09 Real TOT = 0.593726 + User=0.000000s Real=0.002732s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.248171 Summary of Run 63 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5276,8 +5276,8 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015739s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.60961 + User=0.000000s Real=0.002732s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.251055 Summary of Run 64 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5349,8 +5349,8 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008836s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.618575 + User=0.000000s Real=0.002126s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.253331 Summary of Run 65 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5422,8 +5422,8 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002165s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.620865 + User=0.000000s Real=0.002305s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.255782 Summary of Run 66 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5495,8 +5495,8 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001923s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.622913 + User=0.000000s Real=0.002783s Sys=0.010000s + User TOT = 0.12 Real TOT = 0.258726 Summary of Run 67 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5568,8 +5568,8 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002487s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.625525 + User=0.000000s Real=0.002390s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.261275 Summary of Run 68 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5641,8 +5641,8 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002459s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.628117 + User=0.010000s Real=0.002406s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.263825 Summary of Run 69 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5714,8 +5714,8 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003193s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.631428 + User=0.000000s Real=0.002818s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.266802 Summary of Run 70 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5787,8 +5787,8 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002467s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.634017 + User=0.000000s Real=0.002342s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.269292 Summary of Run 71 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5860,8 +5860,8 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.017400s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.65155 + User=0.000000s Real=0.002246s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.27168 Summary of Run 72 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5933,8 +5933,8 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007497s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.65956 + User=0.010000s Real=0.002430s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.27426 Summary of Run 73 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6006,8 +6006,8 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008687s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.668376 + User=0.000000s Real=0.002295s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.276701 Summary of Run 74 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6079,8 +6079,8 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002698s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.671489 + User=0.000000s Real=0.002520s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.279366 Summary of Run 75 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6152,8 +6152,8 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003870s Sys=0.010000s - User TOT = 0.1 Real TOT = 0.675484 + User=0.000000s Real=0.002234s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.28175 Summary of Run 76 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6225,8 +6225,8 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002184s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.677795 + User=0.000000s Real=0.002316s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.284218 Summary of Run 77 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6298,8 +6298,8 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003118s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.681043 + User=0.010000s Real=0.002534s Sys=0.010000s + User TOT = 0.15 Real TOT = 0.286915 Summary of Run 78 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6371,8 +6371,8 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003000s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.684166 + User=0.000000s Real=0.003103s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.290167 Summary of Run 79 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6444,8 +6444,8 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004382s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.688677 + User=0.000000s Real=0.023039s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.313364 Summary of Run 80 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6517,8 +6517,8 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009471s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.698288 + User=0.000000s Real=0.002412s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.315923 Summary of Run 81 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6590,8 +6590,8 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003344s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.701766 + User=0.000000s Real=0.002218s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.31829 Summary of Run 82 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6663,8 +6663,8 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006008s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.707904 + User=0.000000s Real=0.002148s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.32059 Summary of Run 83 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6736,8 +6736,8 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018608s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.726662 + User=0.000000s Real=0.003334s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.324068 Summary of Run 84 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6809,8 +6809,8 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020366s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.747168 + User=0.000000s Real=0.002283s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.326505 Summary of Run 85 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6882,8 +6882,8 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007174s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.754467 + User=0.000000s Real=0.002238s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.328912 Summary of Run 86 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -6955,8 +6955,8 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013316s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.767925 + User=0.010000s Real=0.002715s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.33177 Summary of Run 87 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7028,8 +7028,8 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.005454s Sys=0.010000s - User TOT = 0.12 Real TOT = 0.773511 + User=0.000000s Real=0.002702s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.334618 Summary of Run 88 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7101,8 +7101,8 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017910s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.791556 + User=0.000000s Real=0.002634s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.337396 Summary of Run 89 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7174,8 +7174,8 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001920s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.793605 + User=0.000000s Real=0.003625s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.341167 Summary of Run 90 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7247,8 +7247,8 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002283s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.796003 + User=0.000000s Real=0.002391s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.343711 Summary of Run 91 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7320,8 +7320,8 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002169s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.798292 + User=0.000000s Real=0.002844s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.34677 Summary of Run 92 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7393,8 +7393,8 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.024899s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.823341 + User=0.000000s Real=0.002535s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.349498 Summary of Run 93 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7466,8 +7466,8 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.006409s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.829886 + User=0.000000s Real=0.002439s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.352072 Summary of Run 94 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7539,8 +7539,8 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002370s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.832399 + User=0.000000s Real=0.002084s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.35429 Summary of Run 95 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7612,8 +7612,8 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001949s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.834473 + User=0.000000s Real=0.002120s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.356554 Summary of Run 96 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7685,8 +7685,8 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008142s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.842736 + User=0.000000s Real=0.002341s Sys=0.010000s + User TOT = 0.16 Real TOT = 0.359049 Summary of Run 97 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7758,8 +7758,8 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002140s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.845002 + User=0.000000s Real=0.002491s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.361682 Summary of Run 98 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7831,8 +7831,8 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013664s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.858797 + User=0.000000s Real=0.002851s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.364685 Summary of Run 99 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7904,8 +7904,8 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001959s Sys=0.010000s - User TOT = 0.14 Real TOT = 0.86089 + User=0.000000s Real=0.002190s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.367014 Summary of Run 100 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -7977,8 +7977,8 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001631s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.862648 + User=0.010000s Real=0.002460s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.369619 Summary of Run 101 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8050,8 +8050,8 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008501s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.871279 + User=0.000000s Real=0.002988s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.372766 Summary of Run 102 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8123,8 +8123,8 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001893s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.873301 + User=0.000000s Real=0.002114s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.375035 Summary of Run 103 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8196,8 +8196,8 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002091s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.875513 + User=0.000000s Real=0.002459s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.377634 Summary of Run 104 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8269,8 +8269,8 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003130s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.878764 + User=0.000000s Real=0.002534s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.380322 Summary of Run 105 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8342,8 +8342,8 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001881s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.880776 + User=0.000000s Real=0.002814s Sys=0.010000s + User TOT = 0.18 Real TOT = 0.383279 Summary of Run 106 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8415,8 +8415,8 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013045s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.893946 + User=0.000000s Real=0.002316s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.385738 Summary of Run 107 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8488,8 +8488,8 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.033504s Sys=0.010000s - User TOT = 0.15 Real TOT = 0.927599 + User=0.000000s Real=0.002701s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.388582 Summary of Run 108 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8561,8 +8561,8 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.040416s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.968165 + User=0.000000s Real=0.002445s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.391182 Summary of Run 109 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8634,8 +8634,8 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.041032s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.00939 + User=0.000000s Real=0.002725s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.394063 Summary of Run 110 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8707,8 +8707,8 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041213s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.05077 + User=0.000000s Real=0.002186s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.396448 Summary of Run 111 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8780,8 +8780,8 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034473s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.0854 + User=0.000000s Real=0.002788s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.399391 Summary of Run 112 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8853,8 +8853,8 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.040163s Sys=0.000000s - User TOT = 0.16 Real TOT = 1.12571 + User=0.000000s Real=0.004456s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.403998 Summary of Run 113 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8926,8 +8926,8 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.035511s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.16138 + User=0.010000s Real=0.021136s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.425323 Summary of Run 114 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8999,8 +8999,8 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.044603s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.20612 + User=0.000000s Real=0.021069s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.446561 Summary of Run 115 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9072,8 +9072,8 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.036909s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.24318 + User=0.000000s Real=0.021594s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.468345 Summary of Run 116 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9145,8 +9145,8 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041432s Sys=0.000000s - User TOT = 0.17 Real TOT = 1.28478 + User=0.010000s Real=0.021252s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.489812 Summary of Run 117 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9218,8 +9218,8 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.032881s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.3178 + User=0.000000s Real=0.041747s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.531713 Summary of Run 118 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9291,8 +9291,8 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.040865s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.35881 + User=0.000000s Real=0.002611s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.534476 Summary of Run 119 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9364,8 +9364,8 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.046016s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.40498 + User=0.010000s Real=0.018855s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.553479 Summary of Run 120 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9437,8 +9437,8 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.039015s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.44415 + User=0.000000s Real=0.021163s Sys=0.010000s + User TOT = 0.21 Real TOT = 0.574843 Summary of Run 121 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9510,8 +9510,8 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022132s Sys=0.010000s - User TOT = 0.18 Real TOT = 1.46643 + User=0.000000s Real=0.020111s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.595108 Summary of Run 122 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9583,8 +9583,8 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.031271s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.49784 + User=0.000000s Real=0.021359s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.616618 Summary of Run 123 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9656,8 +9656,8 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.027087s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.5251 + User=0.010000s Real=0.021004s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.63779 Summary of Run 124 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9729,8 +9729,8 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041292s Sys=0.000000s - User TOT = 0.18 Real TOT = 1.56655 + User=0.000000s Real=0.021060s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.659014 Summary of Run 125 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9802,8 +9802,8 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.034704s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.60141 + User=0.000000s Real=0.021654s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.680815 Summary of Run 126 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9875,8 +9875,8 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041068s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.64262 + User=0.000000s Real=0.027207s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.708174 Summary of Run 127 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -9948,8 +9948,8 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041058s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.68383 + User=0.010000s Real=0.015104s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.723443 Summary of Run 128 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10021,8 +10021,8 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038962s Sys=0.010000s - User TOT = 0.19 Real TOT = 1.72294 + User=0.000000s Real=0.021075s Sys=0.010000s + User TOT = 0.23 Real TOT = 0.744684 Summary of Run 129 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10094,8 +10094,8 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.060245s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.78342 + User=0.000000s Real=0.021274s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.766122 Summary of Run 130 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10167,8 +10167,8 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024333s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.80791 + User=0.000000s Real=0.020135s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.786406 Summary of Run 131 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10240,8 +10240,8 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.043293s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.85136 + User=0.000000s Real=0.022170s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.808741 Summary of Run 132 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10313,8 +10313,8 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038972s Sys=0.000000s - User TOT = 0.19 Real TOT = 1.89047 + User=0.010000s Real=0.021139s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.830051 Summary of Run 133 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10386,8 +10386,8 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.037202s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.92782 + User=0.000000s Real=0.020907s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.851138 Summary of Run 134 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10459,8 +10459,8 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038400s Sys=0.000000s - User TOT = 0.2 Real TOT = 1.96637 + User=0.000000s Real=0.021360s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.872652 Summary of Run 135 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10532,8 +10532,8 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035111s Sys=0.000000s - User TOT = 0.2 Real TOT = 2.00165 + User=0.000000s Real=0.020849s Sys=0.010000s + User TOT = 0.24 Real TOT = 0.893694 Summary of Run 136 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10605,8 +10605,8 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.033145s Sys=0.000000s - User TOT = 0.2 Real TOT = 2.03494 + User=0.010000s Real=0.021053s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.914899 Summary of Run 137 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10678,8 +10678,8 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.039702s Sys=0.000000s - User TOT = 0.2 Real TOT = 2.07479 + User=0.000000s Real=0.020951s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.936 Summary of Run 138 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10751,8 +10751,8 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.038980s Sys=0.010000s - User TOT = 0.21 Real TOT = 2.11392 + User=0.000000s Real=0.021043s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.957193 Summary of Run 139 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10824,8 +10824,8 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.044263s Sys=0.000000s - User TOT = 0.21 Real TOT = 2.15834 + User=0.000000s Real=0.021228s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.978584 Summary of Run 140 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10897,8 +10897,8 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034069s Sys=0.000000s - User TOT = 0.21 Real TOT = 2.19256 + User=0.000000s Real=0.020967s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.9997 Summary of Run 141 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -10970,8 +10970,8 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.049024s Sys=0.000000s - User TOT = 0.21 Real TOT = 2.24173 + User=0.010000s Real=0.021066s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.02091 Summary of Run 142 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11043,8 +11043,8 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.036846s Sys=0.000000s - User TOT = 0.22 Real TOT = 2.27872 + User=0.000000s Real=0.021761s Sys=0.010000s + User TOT = 0.26 Real TOT = 1.04283 Summary of Run 143 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11116,8 +11116,8 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.039318s Sys=0.000000s - User TOT = 0.22 Real TOT = 2.31818 + User=0.000000s Real=0.020754s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.06376 Summary of Run 144 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11189,8 +11189,8 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022781s Sys=0.000000s - User TOT = 0.22 Real TOT = 2.34111 + User=0.000000s Real=0.021166s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.08508 Summary of Run 145 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11262,8 +11262,8 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.041541s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.38281 + User=0.000000s Real=0.021138s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.10637 Summary of Run 146 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11335,8 +11335,8 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.045202s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.42815 + User=0.000000s Real=0.021016s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.12753 Summary of Run 147 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11408,8 +11408,8 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038253s Sys=0.010000s - User TOT = 0.23 Real TOT = 2.46656 + User=0.000000s Real=0.020904s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.14861 Summary of Run 148 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11481,8 +11481,8 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041730s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.50844 + User=0.000000s Real=0.025940s Sys=0.010000s + User TOT = 0.26 Real TOT = 1.17472 Summary of Run 149 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11554,8 +11554,8 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038986s Sys=0.000000s - User TOT = 0.23 Real TOT = 2.54757 + User=0.000000s Real=0.018316s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.1932 Summary of Run 150 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11627,8 +11627,8 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.033302s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.58101 + User=0.000000s Real=0.020611s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.21397 Summary of Run 151 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11700,8 +11700,8 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.042896s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.62406 + User=0.000000s Real=0.019212s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.23336 Summary of Run 152 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11773,8 +11773,8 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.033312s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.65752 + User=0.000000s Real=0.021236s Sys=0.000000s + User TOT = 0.26 Real TOT = 1.25477 Summary of Run 153 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11846,8 +11846,8 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035789s Sys=0.000000s - User TOT = 0.24 Real TOT = 2.69347 + User=0.010000s Real=0.040858s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.2958 Summary of Run 154 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11919,8 +11919,8 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.043246s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.73686 + User=0.000000s Real=0.013463s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.30944 Summary of Run 155 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -11992,8 +11992,8 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.039430s Sys=0.010000s - User TOT = 0.25 Real TOT = 2.77646 + User=0.000000s Real=0.009030s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.31864 Summary of Run 156 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12065,8 +12065,8 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.047080s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.82368 + User=0.000000s Real=0.023797s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.34262 Summary of Run 157 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12138,8 +12138,8 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.043750s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.86758 + User=0.000000s Real=0.017770s Sys=0.000000s + User TOT = 0.27 Real TOT = 1.36057 Summary of Run 158 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12211,8 +12211,8 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.032861s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.90059 + User=0.010000s Real=0.020971s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.38172 Summary of Run 159 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12284,8 +12284,8 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038729s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.93947 + User=0.000000s Real=0.021527s Sys=0.010000s + User TOT = 0.28 Real TOT = 1.40339 Summary of Run 160 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12357,8 +12357,8 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041047s Sys=0.000000s - User TOT = 0.25 Real TOT = 2.98067 + User=0.000000s Real=0.021028s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.4246 Summary of Run 161 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12430,8 +12430,8 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.031590s Sys=0.000000s - User TOT = 0.25 Real TOT = 3.01256 + User=0.000000s Real=0.020122s Sys=0.000000s + User TOT = 0.28 Real TOT = 1.44488 Summary of Run 162 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12503,8 +12503,8 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.036985s Sys=0.000000s - User TOT = 0.26 Real TOT = 3.04969 + User=0.010000s Real=0.021204s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.46624 Summary of Run 163 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12576,8 +12576,8 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.029482s Sys=0.000000s - User TOT = 0.26 Real TOT = 3.07933 + User=0.000000s Real=0.021149s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.48754 Summary of Run 164 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12649,8 +12649,8 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038284s Sys=0.000000s - User TOT = 0.26 Real TOT = 3.11775 + User=0.000000s Real=0.021554s Sys=0.000000s + User TOT = 0.29 Real TOT = 1.50925 Summary of Run 165 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12722,8 +12722,8 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.040906s Sys=0.010000s - User TOT = 0.26 Real TOT = 3.1588 + User=0.010000s Real=0.021201s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.53064 Summary of Run 166 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12795,8 +12795,8 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.045089s Sys=0.000000s - User TOT = 0.26 Real TOT = 3.20405 + User=0.000000s Real=0.021098s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.55191 Summary of Run 167 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12868,8 +12868,8 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.061495s Sys=0.000000s - User TOT = 0.26 Real TOT = 3.26569 + User=0.000000s Real=0.020687s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.57276 Summary of Run 168 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -12941,8 +12941,8 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.028413s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.29425 + User=0.000000s Real=0.021434s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.59437 Summary of Run 169 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13014,8 +13014,8 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.011777s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.30617 + User=0.000000s Real=0.018699s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.61325 Summary of Run 170 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13087,8 +13087,8 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.030781s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.3374 + User=0.000000s Real=0.022935s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.63634 Summary of Run 171 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13160,8 +13160,8 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.037800s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.37536 + User=0.000000s Real=0.017279s Sys=0.000000s + User TOT = 0.3 Real TOT = 1.65378 Summary of Run 172 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13233,8 +13233,8 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034742s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.41023 + User=0.000000s Real=0.021811s Sys=0.010000s + User TOT = 0.3 Real TOT = 1.67578 Summary of Run 173 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13306,8 +13306,8 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.046601s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.45698 + User=0.010000s Real=0.020356s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.6963 Summary of Run 174 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13379,8 +13379,8 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022754s Sys=0.000000s - User TOT = 0.27 Real TOT = 3.47989 + User=0.000000s Real=0.020630s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.7171 Summary of Run 175 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13452,8 +13452,8 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.037105s Sys=0.000000s - User TOT = 0.28 Real TOT = 3.51716 + User=0.000000s Real=0.021171s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.73844 Summary of Run 176 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13525,8 +13525,8 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041690s Sys=0.000000s - User TOT = 0.28 Real TOT = 3.55899 + User=0.000000s Real=0.021023s Sys=0.000000s + User TOT = 0.31 Real TOT = 1.75964 Summary of Run 177 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13598,8 +13598,8 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.040792s Sys=0.010000s - User TOT = 0.28 Real TOT = 3.59992 + User=0.000000s Real=0.020914s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.78072 Summary of Run 178 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13671,8 +13671,8 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041155s Sys=0.000000s - User TOT = 0.28 Real TOT = 3.64123 + User=0.000000s Real=0.021332s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.80223 Summary of Run 179 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13744,8 +13744,8 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.039558s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.68094 + User=0.000000s Real=0.021062s Sys=0.000000s + User TOT = 0.32 Real TOT = 1.82345 Summary of Run 180 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13817,8 +13817,8 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035462s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.71656 + User=0.000000s Real=0.021262s Sys=0.010000s + User TOT = 0.32 Real TOT = 1.8449 Summary of Run 181 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13890,8 +13890,8 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.042853s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.75956 + User=0.010000s Real=0.019786s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.86486 Summary of Run 182 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -13963,8 +13963,8 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.045820s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.80552 + User=0.000000s Real=0.021781s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.88683 Summary of Run 183 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14036,8 +14036,8 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.031833s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.83751 + User=0.000000s Real=0.021296s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.9083 Summary of Run 184 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14109,8 +14109,8 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.046583s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.88423 + User=0.000000s Real=0.018077s Sys=0.000000s + User TOT = 0.33 Real TOT = 1.92652 Summary of Run 185 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14182,8 +14182,8 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.030272s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.91464 + User=0.010000s Real=0.021155s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.94784 Summary of Run 186 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14255,8 +14255,8 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038697s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.95348 + User=0.000000s Real=0.020517s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.96856 Summary of Run 187 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14328,8 +14328,8 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.041301s Sys=0.000000s - User TOT = 0.29 Real TOT = 3.99494 + User=0.000000s Real=0.021143s Sys=0.000000s + User TOT = 0.34 Real TOT = 1.98986 Summary of Run 188 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14401,8 +14401,8 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028747s Sys=0.000000s - User TOT = 0.29 Real TOT = 4.02383 + User=0.000000s Real=0.021609s Sys=0.000000s + User TOT = 0.34 Real TOT = 2.01163 Summary of Run 189 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14474,8 +14474,8 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.035832s Sys=0.010000s - User TOT = 0.29 Real TOT = 4.0598 + User=0.000000s Real=0.021068s Sys=0.000000s + User TOT = 0.34 Real TOT = 2.03287 Summary of Run 190 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14547,8 +14547,8 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.044601s Sys=0.000000s - User TOT = 0.29 Real TOT = 4.10455 + User=0.000000s Real=0.020345s Sys=0.000000s + User TOT = 0.34 Real TOT = 2.05339 Summary of Run 191 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14620,8 +14620,8 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.045554s Sys=0.000000s - User TOT = 0.29 Real TOT = 4.15025 + User=0.010000s Real=0.021409s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.07496 Summary of Run 192 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14693,8 +14693,8 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.028553s Sys=0.000000s - User TOT = 0.29 Real TOT = 4.17899 + User=0.000000s Real=0.020905s Sys=0.010000s + User TOT = 0.35 Real TOT = 2.09604 Summary of Run 193 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14766,8 +14766,8 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.033251s Sys=0.000000s - User TOT = 0.3 Real TOT = 4.21238 + User=0.000000s Real=0.018785s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.11499 Summary of Run 194 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14839,8 +14839,8 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.038194s Sys=0.000000s - User TOT = 0.3 Real TOT = 4.25073 + User=0.000000s Real=0.021506s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.13667 Summary of Run 195 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14912,8 +14912,8 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.061393s Sys=0.000000s - User TOT = 0.3 Real TOT = 4.31226 + User=0.000000s Real=0.019987s Sys=0.000000s + User TOT = 0.35 Real TOT = 2.15684 Summary of Run 196 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -14985,8 +14985,8 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008826s Sys=0.000000s - User TOT = 0.31 Real TOT = 4.32123 + User=0.010000s Real=0.021096s Sys=0.000000s + User TOT = 0.36 Real TOT = 2.17809 Summary of Run 197 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15058,8 +15058,8 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020627s Sys=0.010000s - User TOT = 0.31 Real TOT = 4.34198 + User=0.000000s Real=0.021281s Sys=0.010000s + User TOT = 0.36 Real TOT = 2.19954 Summary of Run 198 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15131,8 +15131,8 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.056693s Sys=0.000000s - User TOT = 0.31 Real TOT = 4.39884 + User=0.000000s Real=0.020987s Sys=0.000000s + User TOT = 0.36 Real TOT = 2.22068 Summary of Run 199 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15204,8 +15204,8 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017981s Sys=0.000000s - User TOT = 0.31 Real TOT = 4.41696 + User=0.000000s Real=0.021028s Sys=0.000000s + User TOT = 0.36 Real TOT = 2.24188 Summary of Run 200 : 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -15216,6 +15216,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.057 MB +Dynamic pools deleted: 13 / Total memory freed: 0.059 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/gammaraytel-polarized.out b/examples/advanced/gammaray_telescope/gammaraytel-polarized.out new file mode 100644 index 0000000000..68db81fd25 --- /dev/null +++ b/examples/advanced/gammaray_telescope/gammaraytel-polarized.out @@ -0,0 +1,2388 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-10-07-ref-06 (25-June-2021) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/control/saveHistory +/run/verbose 1 +/control/execute physics_polarized_new.mac +/physics/addPhysics Gamma_Polarized +THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardOption_4 +/physics/addPhysics HPElastic +/physics/addPhysics binary +THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: HadronPhysicsQGSP_BIC_HP() +/physics/addPhysics binary_ion +THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4IonBinaryCascadePhysics() +/physics/addPhysics radioactive_decay +THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4RadioactiveDecayPhysics() +/run/initialize + +***** Table : Nb of materials = 10 ***** + + Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm + Imean: 727.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: W (W) Z = 74.0 N = 184 A = 183.842 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Scintillator density: 1.032 g/cm3 RadL: 42.549 cm Nucl.Int.Length: 69.955 cm + Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % + ElmMassFraction: 91.45 % ElmAbundance 47.37 % + + ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 8.55 % ElmAbundance 52.63 % + + + Material: CesiumIodide density: 4.530 g/cm3 RadL: 1.852 cm Nucl.Int.Length: 39.132 cm + Imean: 489.470 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Cesium (Cs) Z = 55.0 N = 133 A = 132.905 g/mole + ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % + ElmMassFraction: 51.15 % ElmAbundance 50.00 % + + ---> Element: Iodine (I) Z = 53.0 N = 127 A = 126.904 g/mole + ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % + ElmMassFraction: 48.85 % ElmAbundance 50.00 % + + + Material: Air density: 1.290 mg/cm3 RadL: 285.049 m Nucl.Int.Length: 662.595 m + Imean: 85.704 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.006 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % + ElmMassFraction: 70.00 % ElmAbundance 72.71 % + + ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 15.990 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 30.00 % ElmAbundance 27.29 % + + + Material: Aluminum density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm + Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Aluminum (Al) Z = 13.0 N = 27 A = 26.980 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Silicon density: 2.333 g/cm3 RadL: 9.356 cm Nucl.Int.Length: 45.604 cm + Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Silicon (Si) Z = 14.0 N = 28 A = 28.090 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Iron density: 7.870 g/cm3 RadL: 1.758 cm Nucl.Int.Length: 16.999 cm + Imean: 286.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Iron (Fe) Z = 26.0 N = 56 A = 55.845 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Lead density: 11.350 g/cm3 RadL: 5.612 mm Nucl.Int.Length: 18.247 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Lead (Pb) Z = 82.0 N = 207 A = 207.190 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Beam density: 0.010 mg/cm3 RadL: 36.771 km Nucl.Int.Length: 85.475 km + Imean: 85.704 eV temperature: 273.15 K pressure: 0.02 atm + + ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.006 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % + ElmMassFraction: 70.00 % ElmAbundance 72.71 % + + ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 15.990 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 30.00 % ElmAbundance 27.29 % + + + + +------------------------------------------------------------ +---> The Tracker is 15 layers of: 0.3mm of Tungsten +------------------------------------------------------------ +2 LAT +1 TOP +### G4EmConfigurator::AddModels n= 0 +/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +/gun/sourceGen true +/gun/particle gamma +/gun/vertexRadius 25. cm +/gun/polarization 1 0 0 +/gun/energy 10 MeV +/gun/sourceType 2 +/payload/setConvMat Silicon + +------------------------------------------------------------ +---> The Tracker is 15 layers of: 0.3mm of Silicon +------------------------------------------------------------ +/payload/setConvThick 1 micrometer +/payload/setNbOfTKRLayers 25 +/payload/setNbOfCALLayers 2 +/payload/update + +------------------------------------------------------------ +---> The Tracker is 25 layers of: 0.001mm of Silicon +------------------------------------------------------------ +/run/reinitializeGeometry +/run/beamOn 100 +Start re-initialization because + Geometry +has been modified since last Run. +G4Material WARNING: duplicate name of material Tungsten +G4Material WARNING: duplicate name of material Scintillator +G4Material WARNING: duplicate name of material CesiumIodide +G4Material WARNING: duplicate name of material Air +G4Material WARNING: duplicate name of material Aluminum +G4Material WARNING: duplicate name of material Silicon +G4Material WARNING: duplicate name of material Iron +G4Material WARNING: duplicate name of material Lead +G4Material WARNING: duplicate name of material Galactic +G4Material WARNING: duplicate name of material Beam + +***** Table : Nb of materials = 20 ***** + + Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm + Imean: 727.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: W (W) Z = 74.0 N = 184 A = 183.842 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Scintillator density: 1.032 g/cm3 RadL: 42.549 cm Nucl.Int.Length: 69.955 cm + Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % + ElmMassFraction: 91.45 % ElmAbundance 47.37 % + + ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 8.55 % ElmAbundance 52.63 % + + + Material: CesiumIodide density: 4.530 g/cm3 RadL: 1.852 cm Nucl.Int.Length: 39.132 cm + Imean: 489.470 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Cesium (Cs) Z = 55.0 N = 133 A = 132.905 g/mole + ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % + ElmMassFraction: 51.15 % ElmAbundance 50.00 % + + ---> Element: Iodine (I) Z = 53.0 N = 127 A = 126.904 g/mole + ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % + ElmMassFraction: 48.85 % ElmAbundance 50.00 % + + + Material: Air density: 1.290 mg/cm3 RadL: 285.049 m Nucl.Int.Length: 662.595 m + Imean: 85.704 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.006 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % + ElmMassFraction: 70.00 % ElmAbundance 72.71 % + + ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 15.990 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 30.00 % ElmAbundance 27.29 % + + + Material: Aluminum density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm + Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Aluminum (Al) Z = 13.0 N = 27 A = 26.980 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Silicon density: 2.333 g/cm3 RadL: 9.356 cm Nucl.Int.Length: 45.604 cm + Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Silicon (Si) Z = 14.0 N = 28 A = 28.090 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Iron density: 7.870 g/cm3 RadL: 1.758 cm Nucl.Int.Length: 16.999 cm + Imean: 286.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Iron (Fe) Z = 26.0 N = 56 A = 55.845 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Lead density: 11.350 g/cm3 RadL: 5.612 mm Nucl.Int.Length: 18.247 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Lead (Pb) Z = 82.0 N = 207 A = 207.190 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Beam density: 0.010 mg/cm3 RadL: 36.771 km Nucl.Int.Length: 85.475 km + Imean: 85.704 eV temperature: 273.15 K pressure: 0.02 atm + + ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.006 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % + ElmMassFraction: 70.00 % ElmAbundance 72.71 % + + ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 15.990 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 30.00 % ElmAbundance 27.29 % + + + Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm + Imean: 727.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: W (W) Z = 74.0 N = 184 A = 183.842 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Scintillator density: 1.032 g/cm3 RadL: 42.549 cm Nucl.Int.Length: 69.955 cm + Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % + ElmMassFraction: 91.45 % ElmAbundance 47.37 % + + ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 8.55 % ElmAbundance 52.63 % + + + Material: CesiumIodide density: 4.530 g/cm3 RadL: 1.852 cm Nucl.Int.Length: 39.132 cm + Imean: 489.470 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Cesium (Cs) Z = 55.0 N = 133 A = 132.905 g/mole + ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % + ElmMassFraction: 51.15 % ElmAbundance 50.00 % + + ---> Element: Iodine (I) Z = 53.0 N = 127 A = 126.904 g/mole + ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % + ElmMassFraction: 48.85 % ElmAbundance 50.00 % + + + Material: Air density: 1.290 mg/cm3 RadL: 285.049 m Nucl.Int.Length: 662.595 m + Imean: 85.704 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.006 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % + ElmMassFraction: 70.00 % ElmAbundance 72.71 % + + ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 15.990 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 30.00 % ElmAbundance 27.29 % + + + Material: Aluminum density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm + Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Aluminum (Al) Z = 13.0 N = 27 A = 26.980 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Silicon density: 2.333 g/cm3 RadL: 9.356 cm Nucl.Int.Length: 45.604 cm + Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Silicon (Si) Z = 14.0 N = 28 A = 28.090 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Iron density: 7.870 g/cm3 RadL: 1.758 cm Nucl.Int.Length: 16.999 cm + Imean: 286.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Iron (Fe) Z = 26.0 N = 56 A = 55.845 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Lead density: 11.350 g/cm3 RadL: 5.612 mm Nucl.Int.Length: 18.247 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Lead (Pb) Z = 82.0 N = 207 A = 207.190 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Beam density: 0.010 mg/cm3 RadL: 36.771 km Nucl.Int.Length: 85.475 km + Imean: 85.704 eV temperature: 273.15 K pressure: 0.02 atm + + ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.006 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % + ElmMassFraction: 70.00 % ElmAbundance 72.71 % + + ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 15.990 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 30.00 % ElmAbundance 27.29 % + + + + +------------------------------------------------------------ +---> The Tracker is 25 layers of: 0.001mm of Tungsten +------------------------------------------------------------ + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 meV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 meV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 meV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 meV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 meV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 meV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 meV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:3 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 meV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 meV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 meV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 meV Emax= 100 TeV + +CoulombScat: for e+ XStype:3 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 meV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:3 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 meV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 meV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 meV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 meV Emax= 1 MeV +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== +Max life time 1.4427e+06 ps +Internal e- conversion flag 1 +Stored internal conversion coefficients 1 +Enable correlated gamma emission 0 +Max 2J for sampling of angular correlations 10 +Atomic de-excitation enabled 1 +Auger electron emission enabled 1 +Auger cascade enabled 1 +Check EM cuts disabled for atomic de-excitation 1 +Use Bearden atomic level energies 0 +Threshold for very long decay time at rest 1e+27 ns +====================================================================== + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 meV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 meV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 meV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 meV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:3 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 meV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:3 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 meV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:3 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 meV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:3 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 meV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:3 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon + +======================================================= +====== ParticleHP Physics Parameters ======== +======================================================= + UseOnlyPhotoEvaporation ? 0 + SkipMissingIsotopes ? 0 + NeglectDoppler ? 0 + DoNotAdjustFinalState ? 0 + ProduceFissionFragments ? 0 + UseWendtFissionModel ? 0 + UseNRESP71Model ? 0 +======================================================= + +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 meV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:3 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 meV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 meV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 meV Emax= 100 TeV ModifiedMephi + ===== Limit on energy threshold has been applied + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 meV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:3 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 meV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + + Process: RadioactiveDecayBase + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 meV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 meV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 meV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 0 meV ---> 25 GeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 meV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: kaon+Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 meV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: kaon-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 meV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: lambdaInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 meV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV + Model: NeutronHPElastic: 0 meV ---> 20 MeV + Cr_sctns: NeutronHPElasticXS: 0 meV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 meV ---> 100 TeV + + Process: neutronInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: Binary Cascade: 19.9 MeV ---> 6 GeV + Model: NeutronHPInelastic: 0 meV ---> 20 MeV + Cr_sctns: NeutronHPInelasticXS: 0 meV ---> 20 MeV + Cr_sctns: G4NeutronInelasticXS: 0 meV ---> 100 TeV + + Process: nCapture + Model: NeutronHPCapture: 0 meV ---> 20 MeV + Model: nRadCapture: 19.9 MeV ---> 100 TeV + Cr_sctns: NeutronHPCaptureXS: 0 meV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 meV ---> 100 TeV + + Process: nFission + Model: NeutronHPFission: 0 meV ---> 20 MeV + Model: G4LFission: 19.9 MeV ---> 100 TeV + Cr_sctns: NeutronHPFissionXS: 0 meV ---> 20 MeV + Cr_sctns: ZeroXS: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 meV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + + Process: pi+Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 meV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 meV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + + Process: pi-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 meV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 meV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + + Process: protonInelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: Binary Cascade: 0 meV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: sigma-Inelastic + Model: QGSP: 12 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: BertiniCascade: 0 meV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 1 +Electron internal conversion ID 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Galactic + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 250 eV e- 250 eV e+ 250 eV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : CesiumIodide + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 9.24411 keV e- 145.079 keV e+ 140.395 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : Silicon + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 2.32918 keV e- 122.227 keV e+ 119.582 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : Tungsten + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 36.157 keV e- 351.933 keV e+ 336.864 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : Scintillator + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 984.997 eV e- 86.7551 keV e+ 84.8775 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +### Run 0 starts (master). +/vis/scene/notifyHandlers +WARNING: Scene "none" not found. + /vis/scene/list to see scenes. +Opening output file gammaraytel ... done +Using G4ParticleGun ... +8.53858 LIN +gamma +Event: 0 +Number of tracker hits in this event = 28 + 0 119.282 1476 8 1 115.401 123.651 -170.169 + 0 273.262 1517 8 0 115.401 123.651 -171.35 + 0 257.192 1476 7 1 115.405 123.651 -199.95 + 0 223.823 1517 7 0 115.405 123.651 -201.35 + 0 268.048 1476 6 1 115.409 123.651 -229.95 + 0 267.099 1517 6 0 115.409 123.651 -231.35 + 0 293.69 1476 5 1 115.406 123.65 -259.95 + 0 325.132 1517 5 0 115.405 123.65 -261.35 + 0 293.453 1476 4 1 115.403 123.641 -289.95 + 0 361.72 1517 4 0 115.403 123.641 -291.35 + 0 272.421 1476 3 1 115.39 123.635 -319.95 + 0 302.505 1517 3 0 115.39 123.635 -321.35 + 0 261.877 1476 2 1 115.381 123.627 -349.95 + 0 355.735 1517 2 0 115.38 123.626 -351.35 + 0 112.009 1476 1 1 115.358 123.613 -379.95 + 0 272.177 1517 1 0 115.357 123.612 -381.35 + 0 112.16 1475 0 1 115.339 123.593 -409.95 + 0 269.559 1517 0 0 115.338 123.592 -411.35 + 0 20.7193 1479 2 1 115.95 124.103 -350.131 + 0 97.1167 1518 5 0 115.441 123.75 -261.535 + 0 74.4225 1482 4 1 116.56 117.347 -289.95 + 0 128.114 1483 4 1 116.75 117.351 -290.099 + 0 116.664 1484 4 1 116.95 117.166 -290.12 + 0 111.506 1477 2 1 115.569 123.576 -349.95 + 0 134.827 1477 1 1 115.587 123.554 -379.95 + 0 136.634 1476 0 1 115.537 123.577 -409.95 + 0 50.7864 1348 1 1 89.783 131.683 -380.35 + 0 88.3431 1560 1 0 90.2436 132.199 -381.35 +Number of digits in this event = 21 +Using G4ParticleGun ... +4.15627 LIN +gamma +Event: 1 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.19535 LIN +gamma +Event: 2 +Number of tracker hits in this event = 4 + 2 64.0536 883 13 0 -87.4212 -3.34886 -21.75 + 2 23.7187 464 13 1 -87.2267 -3.07203 -20.35 + 2 16.1281 1281 2 0 140.846 76.3486 -351.75 + 2 295.525 1282 2 0 141.055 76.45 -351.468 +Number of digits in this event = 2 +Using G4ParticleGun ... +3.95223 LIN +gamma +Event: 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +4.23494 LIN +gamma +Event: 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +6.08479 LIN +gamma +Event: 5 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +5.24139 LIN +gamma +Event: 6 +Number of tracker hits in this event = 1 + 6 37.3994 1430 0 1 106.17 110.785 -410.35 +Number of digits in this event = 2 +Using G4ParticleGun ... +1.90496 LIN +gamma +Event: 7 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +7.02943 LIN +gamma +Event: 8 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.32386 LIN +gamma +Event: 9 +Number of tracker hits in this event = 1 + 9 60.7284 1246 6 0 134.514 69.25 -231.67 +Number of digits in this event = 2 +Using G4ParticleGun ... +5.34331 LIN +gamma +Event: 10 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +8.58536 LIN +gamma +Event: 11 +Number of tracker hits in this event = 58 + 11 53.1202 503 13 0 -16.633 -79.2954 -21.6565 + 11 221.174 817 12 1 -16.5345 -79.1289 -49.95 + 11 115.438 504 12 0 -16.5302 -79.1201 -51.35 + 11 132.726 818 11 1 -16.4384 -78.9814 -79.95 + 11 198.132 505 11 0 -16.4355 -78.9754 -81.35 + 11 116.239 818 10 1 -16.3783 -78.8648 -109.95 + 11 120.118 505 10 0 -16.374 -78.8585 -111.35 + 11 107.145 818 9 1 -16.3187 -78.7336 -139.95 + 11 128.149 506 9 0 -16.3173 -78.7279 -141.35 + 11 110.736 818 8 1 -16.3367 -78.5752 -169.95 + 11 123.793 507 8 0 -16.3372 -78.5693 -171.35 + 11 133.011 818 7 1 -16.3108 -78.4533 -199.95 + 11 105.936 508 7 0 -16.3088 -78.4481 -201.35 + 11 138.637 818 6 1 -16.2713 -78.3587 -229.95 + 11 156.905 508 6 0 -16.268 -78.3509 -231.35 + 11 118.058 819 5 1 -16.2135 -78.1858 -259.95 + 11 177.501 509 5 0 -16.2111 -78.1774 -261.35 + 11 122.889 819 4 1 -16.164 -77.9842 -289.95 + 11 154.027 510 4 0 -16.1619 -77.9738 -291.35 + 11 124.361 819 3 1 -16.1271 -77.8142 -319.95 + 11 136.653 511 3 0 -16.1267 -77.8091 -321.35 + 11 105.256 819 2 1 -16.1818 -77.8078 -349.95 + 11 110.526 511 2 0 -16.1843 -77.8071 -351.35 + 11 112.096 819 1 1 -16.2373 -77.8496 -379.95 + 11 139.582 510 1 0 -16.2417 -77.851 -381.35 + 11 326.985 818 0 1 -16.3694 -77.883 -409.95 + 11 136.758 510 0 0 -16.3762 -77.8817 -411.35 + 11 141.514 819 6 1 -16.2496 -78.386 -230.051 + 11 260.386 820 6 1 -16.05 -78.5131 -230.022 + 11 109.516 503 12 0 -16.6403 -79.3105 -51.35 + 11 107.52 817 11 1 -16.6399 -79.326 -79.95 + 11 104.539 503 11 0 -16.6398 -79.3269 -81.35 + 11 221.462 817 10 1 -16.6372 -79.345 -109.95 + 11 135.445 503 10 0 -16.637 -79.3458 -111.35 + 11 127.099 817 9 1 -16.6343 -79.3683 -139.95 + 11 88.6145 503 9 0 -16.6343 -79.3693 -141.35 + 11 172.509 817 8 1 -16.6289 -79.3902 -169.95 + 11 143.404 503 8 0 -16.6286 -79.3913 -171.35 + 11 147.69 817 7 1 -16.621 -79.4137 -199.95 + 11 110.326 503 7 0 -16.6205 -79.4147 -201.35 + 11 156.48 817 6 1 -16.6112 -79.4354 -229.95 + 11 117.147 503 6 0 -16.6107 -79.4364 -231.35 + 11 97.1623 817 5 1 -16.6009 -79.4536 -259.95 + 11 125.854 502 5 0 -16.6004 -79.4545 -261.35 + 11 141.999 817 4 1 -16.5926 -79.472 -289.95 + 11 230.858 502 4 0 -16.592 -79.4729 -291.35 + 11 121.674 817 3 1 -16.5802 -79.4902 -319.95 + 11 85.0659 502 3 0 -16.5794 -79.4911 -321.35 + 11 116.647 817 2 1 -16.5632 -79.5107 -349.95 + 11 141.264 502 2 0 -16.5624 -79.5116 -351.35 + 11 128.097 817 1 1 -16.5492 -79.5269 -379.95 + 11 383.157 502 1 0 -16.5485 -79.5276 -381.35 + 11 247.792 817 0 1 -16.5354 -79.541 -409.95 + 11 312.233 502 0 0 -16.5347 -79.5418 -411.35 + 11 217.111 695 0 1 -40.85 2.88762 -410.346 + 11 36.8123 1241 5 1 68.2984 43.9306 -260.35 + 11 135.242 503 0 0 -16.6135 -79.3767 -411.35 + 11 6.64269 88 17 0 -86.7312 -162.35 98.3666 +Number of digits in this event = 39 +Using G4ParticleGun ... +2.37601 LIN +gamma +Event: 12 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +9.3901 LIN +gamma +Event: 13 +Number of tracker hits in this event = 50 + 13 93.0445 1259 17 1 71.8615 -145.959 99.8022 + 13 210.231 170 17 0 71.8615 -145.959 98.65 + 13 230.557 1259 16 1 71.8626 -145.963 70.05 + 13 222.501 170 16 0 71.8628 -145.963 68.65 + 13 218.322 1259 15 1 71.8679 -145.968 40.05 + 13 232.229 170 15 0 71.8681 -145.968 38.65 + 13 223.427 1259 14 1 71.8748 -145.974 10.05 + 13 276.772 170 14 0 71.8751 -145.974 8.65 + 13 238.376 1259 13 1 71.8817 -145.981 -19.95 + 13 234.845 170 13 0 71.8819 -145.981 -21.35 + 13 350.441 1259 12 1 71.8823 -145.989 -49.95 + 13 293.786 170 12 0 71.8824 -145.99 -51.35 + 13 262.436 1259 11 1 71.8843 -146.004 -79.95 + 13 265.433 170 11 0 71.8845 -146.004 -81.35 + 13 236.151 1259 10 1 71.8909 -146.014 -109.95 + 13 116.806 170 10 0 71.8912 -146.014 -111.35 + 13 227.283 1259 9 1 71.8945 -146.024 -139.95 + 13 105.541 170 9 0 71.8946 -146.025 -141.35 + 13 256.359 1259 8 1 71.8962 -146.034 -169.95 + 13 110.056 170 8 0 71.8963 -146.034 -171.35 + 13 259.877 1259 7 1 71.896 -146.046 -199.95 + 13 118.092 170 7 0 71.8959 -146.046 -201.35 + 13 288.61 1259 6 1 71.8957 -146.057 -229.95 + 13 104.51 170 6 0 71.8957 -146.057 -231.35 + 13 293.073 1259 5 1 71.8956 -146.07 -259.95 + 13 509.295 170 5 0 71.8957 -146.071 -261.35 + 13 331.177 1259 4 1 71.8987 -146.083 -289.95 + 13 94.6421 170 4 0 71.8987 -146.083 -291.35 + 13 256.961 1259 3 1 71.9214 -146.102 -319.95 + 13 124.409 170 3 0 71.9226 -146.103 -321.35 + 13 232.282 1259 2 1 71.9443 -146.128 -349.95 + 13 117.987 170 2 0 71.9453 -146.129 -351.35 + 13 224.133 1259 1 1 71.9661 -146.153 -379.95 + 13 99.7249 169 1 0 71.9671 -146.154 -381.35 + 13 242.262 1259 0 1 71.9819 -146.177 -409.95 + 13 122.121 169 0 0 71.9827 -146.178 -411.35 + 13 250.023 479 3 0 174.165 -84.2028 -321.75 + 13 27.3659 841 20 1 -11.699 -157.654 189.65 + 13 4.24021 600 2 0 106.646 -60.05 -351.456 + 13 97.6405 169 10 0 71.9517 -146.194 -111.35 + 13 102.099 169 9 0 71.9895 -146.317 -141.35 + 13 89.7923 168 8 0 71.9575 -146.408 -171.35 + 13 161.453 168 7 0 71.9867 -146.513 -201.35 + 13 111.774 167 6 0 72.0233 -146.637 -231.35 + 13 109.659 166 5 0 72.0086 -146.778 -261.35 + 13 108.163 166 4 0 72.0116 -146.91 -291.35 + 13 113.176 165 3 0 71.9949 -146.999 -321.35 + 13 181.89 165 2 0 71.9855 -147.131 -351.35 + 13 199.924 164 1 0 71.9881 -147.238 -381.35 + 13 113.611 163 0 0 72.0009 -147.406 -411.35 +Number of digits in this event = 34 +Using G4ParticleGun ... +7.81033 LIN +gamma +Event: 14 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +7.11715 LIN +gamma +Event: 15 +Number of tracker hits in this event = 1 + 15 25.8495 692 17 0 103.693 -41.6126 98.25 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.80744 LIN +gamma +Event: 16 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +7.25316 LIN +gamma +Event: 17 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +3.95605 LIN +gamma +Event: 18 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +1.20657 LIN +gamma +Event: 19 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.34088 LIN +gamma +Event: 20 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +2.5028 LIN +gamma +Event: 21 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.36098 LIN +gamma +Event: 22 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.86838 LIN +gamma +Event: 23 +Number of tracker hits in this event = 1 + 23 53.5659 401 14 1 -99.8386 69.9575 10.05 +Number of digits in this event = 3 +Using G4ParticleGun ... +5.69061 LIN +gamma +Event: 24 +Number of tracker hits in this event = 99 + 24 9.51003 178 14 0 63.5874 -144.372 8.26551 + 24 409.547 1217 13 1 63.5204 -144.428 -19.95 + 24 375.158 178 13 0 63.5168 -144.431 -21.35 + 24 111.862 1216 12 1 63.434 -144.489 -49.95 + 24 127.11 178 12 0 63.4301 -144.491 -51.35 + 24 103.77 1216 11 1 63.3389 -144.521 -79.95 + 24 272.842 178 11 0 63.3343 -144.523 -81.35 + 24 119.186 1216 10 1 63.2548 -144.554 -109.95 + 24 167.023 177 10 0 63.2507 -144.554 -111.35 + 24 145.021 1215 9 1 63.1609 -144.547 -139.95 + 24 120.317 178 9 0 63.1572 -144.546 -141.35 + 24 171.2 1215 8 1 63.0827 -144.534 -169.95 + 24 263.274 178 8 0 63.0826 -144.537 -171.35 + 24 161.25 1215 7 1 63.1129 -144.601 -199.95 + 24 112.278 177 7 0 63.1143 -144.605 -201.35 + 24 151.067 1215 6 1 63.1454 -144.646 -229.95 + 24 138.406 177 6 0 63.1466 -144.647 -231.35 + 24 111.553 1215 5 1 63.1798 -144.667 -259.95 + 24 133.386 177 5 0 63.1816 -144.669 -261.35 + 24 131.412 1215 4 1 63.2183 -144.678 -289.95 + 24 118.625 177 4 0 63.2196 -144.678 -291.35 + 24 120.952 1216 3 1 63.2504 -144.676 -319.95 + 24 107.655 177 3 0 63.2521 -144.677 -321.35 + 24 133.992 1216 2 1 63.2778 -144.687 -349.95 + 24 161.571 177 2 0 63.2784 -144.688 -351.35 + 24 115.527 1216 1 1 63.2771 -144.756 -379.95 + 24 136.222 176 1 0 63.2763 -144.759 -381.35 + 24 126.515 1215 0 1 63.2334 -144.802 -409.95 + 24 266.79 176 0 0 63.2316 -144.805 -411.35 + 24 42.5003 474 4 0 80.2098 -85.25 -291.57 + 24 98.7455 1302 4 1 80.5063 -84.7197 -290.35 + 24 110.059 1200 7 1 60.2357 -141.214 -199.95 + 24 94.4198 195 7 0 60.0859 -141.101 -201.35 + 24 110.574 1189 6 1 57.9866 -138.64 -229.95 + 24 160.019 208 6 0 57.892 -138.508 -231.35 + 24 123.305 1179 5 1 55.9565 -135.358 -259.95 + 24 120.32 224 5 0 55.8427 -135.282 -261.35 + 24 108.977 1170 4 1 54.0855 -135.277 -289.95 + 24 141.52 224 4 0 53.9837 -135.311 -291.35 + 24 209.222 1155 3 1 51.2082 -136.68 -319.95 + 24 99.0445 216 3 0 51.0311 -136.796 -321.35 + 24 112.939 1134 2 1 47.0141 -139.491 -349.95 + 24 131.243 202 2 0 46.8096 -139.618 -351.35 + 24 119.464 1114 1 1 42.8781 -142.473 -379.95 + 24 54.7852 1113 1 1 42.8499 -142.493 -380.158 + 24 106.714 187 1 0 42.6916 -142.645 -381.35 + 24 199.173 1088 0 1 37.8163 -145.774 -409.95 + 24 64.9231 171 0 0 37.6054 -145.927 -411.35 + 24 52.8293 170 0 0 37.5745 -145.95 -411.57 + 24 152.762 1156 3 1 51.25 -136.596 -320.09 + 24 83.4973 1057 1 1 31.6019 -77.928 -380.35 + 24 92.0742 1194 13 1 58.9588 168.102 -20.35 + 24 82.4445 509 13 0 45.5935 -78.1104 -21.7499 + 24 193.544 1218 12 1 63.6607 -144.333 -49.95 + 24 128.275 179 12 0 63.663 -144.332 -51.35 + 24 196.325 1218 11 1 63.7002 -144.316 -79.95 + 24 92.8374 179 11 0 63.7021 -144.315 -81.35 + 24 135.587 1218 10 1 63.7438 -144.29 -109.95 + 24 119.268 179 10 0 63.7458 -144.289 -111.35 + 24 120.876 1218 9 1 63.7855 -144.26 -139.95 + 24 153.476 179 9 0 63.7869 -144.258 -141.35 + 24 234.27 1218 8 1 63.8107 -144.223 -169.95 + 24 142.801 179 8 0 63.8117 -144.222 -171.35 + 24 137.077 1218 7 1 63.8314 -144.197 -199.95 + 24 147.322 179 7 0 63.8325 -144.196 -201.35 + 24 127.308 1219 6 1 63.8567 -144.164 -229.95 + 24 136.599 179 6 0 63.8583 -144.163 -231.35 + 24 146.283 1219 5 1 63.8951 -144.128 -259.95 + 24 112.031 180 5 0 63.897 -144.126 -261.35 + 24 114.002 1219 4 1 63.9381 -144.089 -289.95 + 24 150.746 180 4 0 63.9402 -144.087 -291.35 + 24 110.776 1219 3 1 63.9881 -144.05 -319.95 + 24 127.962 180 3 0 63.9905 -144.047 -321.35 + 24 150.762 1219 2 1 64.0406 -143.997 -349.95 + 24 98.1523 180 2 0 64.0432 -143.994 -351.35 + 24 112.085 1220 1 1 64.1031 -143.95 -379.95 + 24 117.095 181 1 0 64.1058 -143.948 -381.35 + 24 127.335 1220 0 1 64.1593 -143.919 -409.95 + 24 114.488 181 0 0 64.162 -143.918 -411.35 + 24 76.0132 1005 7 1 21.1253 -143.088 -200.35 + 24 9.01447 546 5 0 -59.8282 -70.85 -261.492 + 24 81.5531 547 5 0 -60.0464 -70.65 -261.665 + 24 216.416 125 8 0 -20.6607 -155.094 -171.75 + 24 171.762 1219 7 1 63.8503 -144.205 -200.223 + 24 66.8946 1217 11 1 63.65 -144.369 -80.2629 + 24 92.0419 176 11 0 63.2375 -144.869 -81.3502 + 24 13.3158 175 11 0 63.2649 -144.95 -81.707 + 24 0.562049 1297 10 1 79.6492 -159.573 -109.95 + 24 147.192 1298 10 1 79.65 -159.574 -109.952 + 24 3.28669 1299 10 1 79.85 -159.568 -110.335 + 24 69.0892 103 10 0 80.5662 -159.519 -111.35 + 24 93.7434 102 10 0 80.6398 -159.55 -111.516 + 24 92.2921 1282 9 1 76.4685 -161.999 -139.95 + 24 136.698 1283 9 1 76.65 -162.056 -140.16 + 24 41.5315 95 9 0 71.3052 -161.026 -141.35 + 24 10.2182 1248 9 1 69.6717 -158.891 -140.35 + 24 255.904 1247 9 1 69.65 -158.858 -140.331 + 24 87.7042 106 9 0 69.2035 -158.917 -141.35 + 24 249.148 105 9 0 69.1012 -158.95 -141.543 +Number of digits in this event = 53 +Using G4ParticleGun ... +9.87955 LIN +gamma +Event: 25 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +4.19284 LIN +gamma +Event: 26 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.18184 LIN +gamma +Event: 27 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.45414 LIN +gamma +Event: 28 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.31864 LIN +gamma +Event: 29 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +5.05613 LIN +gamma +Event: 30 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +3.11941 LIN +gamma +Event: 31 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.54373 LIN +gamma +Event: 32 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +6.42334 LIN +gamma +Event: 33 +Number of tracker hits in this event = 5 + 33 21.498 1119 4 0 -98.3531 43.85 -291.64 + 33 11.4683 1280 20 0 -165.194 76.1797 188.25 + 33 43.1038 428 1 0 -123.442 -94.55 -381.688 + 33 69.0529 1539 5 1 127.95 -119.44 -260.056 + 33 213.702 429 1 0 -123.665 -94.3499 -381.426 +Number of digits in this event = 3 +Using G4ParticleGun ... +3.79172 LIN +gamma +Event: 34 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +7.04689 LIN +gamma +Event: 35 +Number of tracker hits in this event = 6 + 35 4.17845 1311 1 1 82.3626 -135.706 -380.341 + 35 286.174 222 1 0 82.3627 -135.706 -381.35 + 35 312.425 1311 0 1 82.3704 -135.704 -409.95 + 35 237.729 222 0 0 82.3707 -135.704 -411.35 + 35 164.717 1174 10 0 76.6795 54.85 -111.656 + 35 203.739 1173 10 0 76.6198 54.85 -111.531 +Number of digits in this event = 7 +Using G4ParticleGun ... +2.27461 LIN +gamma +Event: 36 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +8.01446 LIN +gamma +Event: 37 +Number of tracker hits in this event = 1 + 37 49.6915 403 1 0 -150.344 -99.35 -381.703 +Number of digits in this event = 2 +Using G4ParticleGun ... +9.71379 LIN +gamma +Event: 38 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +1.31042 LIN +gamma +Event: 39 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +4.14963 LIN +gamma +Event: 40 +Number of tracker hits in this event = 55 + 40 176.235 102 13 0 -126.187 -159.748 -21.466 + 40 277.565 269 12 1 -126.185 -159.758 -49.95 + 40 287.144 101 12 0 -126.185 -159.759 -51.35 + 40 214.402 269 11 1 -126.184 -159.751 -79.95 + 40 113.98 101 11 0 -126.184 -159.751 -81.35 + 40 113.816 269 10 1 -126.182 -159.751 -109.95 + 40 101.623 101 10 0 -126.182 -159.751 -111.35 + 40 176.19 269 9 1 -126.184 -159.761 -139.95 + 40 109.198 101 9 0 -126.184 -159.761 -141.35 + 40 118.373 269 8 1 -126.186 -159.768 -169.95 + 40 138.495 101 8 0 -126.187 -159.768 -171.35 + 40 164.553 269 7 1 -126.197 -159.762 -199.95 + 40 108.687 101 7 0 -126.197 -159.762 -201.35 + 40 114.255 269 6 1 -126.216 -159.759 -229.95 + 40 125.738 101 6 0 -126.218 -159.759 -231.35 + 40 144.834 269 5 1 -126.245 -159.756 -259.95 + 40 115.402 101 5 0 -126.247 -159.756 -261.35 + 40 396.818 269 4 1 -126.275 -159.74 -289.95 + 40 120.262 102 4 0 -126.276 -159.739 -291.35 + 40 148.133 269 3 1 -126.3 -159.718 -319.95 + 40 109.9 102 3 0 -126.301 -159.717 -321.35 + 40 163.494 269 2 1 -126.325 -159.704 -349.95 + 40 157.92 102 2 0 -126.326 -159.703 -351.35 + 40 101.752 269 1 1 -126.348 -159.693 -379.95 + 40 165.246 102 1 0 -126.35 -159.692 -381.35 + 40 101.285 268 0 1 -126.373 -159.698 -409.95 + 40 126.506 102 0 0 -126.374 -159.699 -411.35 + 40 156.739 611 21 1 -57.85 47.6458 219.795 + 40 10.5117 610 21 1 -57.85 47.7423 219.872 + 40 260.723 270 7 1 -126.15 -159.766 -200.031 + 40 255.958 102 12 0 -126.227 -159.658 -51.35 + 40 126.738 102 11 0 -126.178 -159.602 -81.35 + 40 96.7664 270 10 1 -126.097 -159.553 -109.95 + 40 118.519 102 10 0 -126.094 -159.552 -111.35 + 40 89.5458 270 9 1 -126.028 -159.504 -139.95 + 40 105.789 103 9 0 -126.025 -159.503 -141.35 + 40 121.855 270 8 1 -126.016 -159.574 -169.95 + 40 191.017 102 8 0 -126.016 -159.571 -171.35 + 40 131.153 103 7 0 -125.978 -159.411 -201.35 + 40 156.064 271 6 1 -125.948 -159.234 -229.95 + 40 107.693 104 6 0 -125.944 -159.226 -231.35 + 40 142.168 271 5 1 -125.886 -159.052 -259.95 + 40 111.234 105 5 0 -125.884 -159.043 -261.35 + 40 159.037 272 4 1 -125.702 -158.667 -289.95 + 40 125.39 107 4 0 -125.692 -158.647 -291.35 + 40 113.933 273 3 1 -125.412 -158.142 -319.95 + 40 141.758 110 3 0 -125.401 -158.117 -321.35 + 40 117.494 275 2 1 -125.096 -157.598 -349.95 + 40 114.115 112 2 0 -125.082 -157.576 -351.35 + 40 125.222 276 1 1 -124.909 -157.149 -379.95 + 40 121.608 115 1 0 -124.905 -157.13 -381.35 + 40 131.59 275 0 1 -124.961 -156.723 -409.95 + 40 127.601 117 0 0 -124.964 -156.706 -411.35 + 40 170.502 535 1 0 -48.4251 -73.05 -381.581 + 40 71.6214 103 12 0 -126.286 -159.55 -51.5876 +Number of digits in this event = 35 +Using G4ParticleGun ... +2.77493 LIN +gamma +Event: 41 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +3.87427 LIN +gamma +Event: 42 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +3.91893 LIN +gamma +Event: 43 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +6.76482 LIN +gamma +Event: 44 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +9.70237 LIN +gamma +Event: 45 +Number of tracker hits in this event = 2 + 45 9.41626 1737 14 0 -149.468 167.729 8.25 + 45 93.935 1738 14 0 -149.49 167.75 8.59136 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.32758 LIN +gamma +Event: 46 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +6.70109 LIN +gamma +Event: 47 +Number of tracker hits in this event = 2 + 47 57.4772 312 0 0 154.144 -117.64 -411.75 + 47 39.1149 313 0 0 154.295 -117.55 -411.522 +Number of digits in this event = 2 +Using G4ParticleGun ... +6.49803 LIN +gamma +Event: 48 +Number of tracker hits in this event = 44 + 48 140.409 1572 14 1 134.611 166.428 9.82301 + 48 304.037 1731 14 0 134.611 166.428 8.65 + 48 241.124 1572 13 1 134.613 166.443 -19.95 + 48 257.283 1731 13 0 134.613 166.444 -21.35 + 48 236.094 1572 12 1 134.61 166.453 -49.95 + 48 260.924 1731 12 0 134.61 166.452 -51.35 + 48 266.428 1572 11 1 134.599 166.447 -79.95 + 48 315.142 1731 11 0 134.599 166.446 -81.35 + 48 332.186 1572 10 1 134.607 166.425 -109.95 + 48 229.126 1731 10 0 134.608 166.424 -111.35 + 48 271.585 1572 9 1 134.609 166.409 -139.95 + 48 273.601 1731 9 0 134.608 166.408 -141.35 + 48 257.655 1572 8 1 134.592 166.391 -169.95 + 48 232.677 1731 8 0 134.592 166.391 -171.35 + 48 249.211 1572 7 1 134.587 166.402 -199.95 + 48 228.017 1731 7 0 134.586 166.402 -201.35 + 48 113.868 1572 6 1 134.573 166.396 -229.95 + 48 241.5 1731 6 0 134.571 166.397 -231.35 + 48 125.086 1571 5 1 134.546 166.414 -259.95 + 48 451.197 1731 5 0 134.544 166.414 -261.35 + 48 150.762 1571 4 1 134.489 166.383 -289.95 + 48 337.285 1731 4 0 134.487 166.381 -291.35 + 48 136.631 1571 3 1 134.457 166.367 -319.95 + 48 331.173 1731 3 0 134.456 166.368 -321.35 + 48 144.734 1571 2 1 134.422 166.416 -349.95 + 48 272.992 1731 2 0 134.421 166.42 -351.35 + 48 106.816 1571 1 1 134.4 166.515 -379.95 + 48 362.652 1731 1 0 134.398 166.52 -381.35 + 48 104.735 1571 0 1 134.368 166.649 -409.95 + 48 116.102 1732 0 0 134.366 166.655 -411.35 + 48 74.1741 1730 1 0 134.411 166.35 -381.419 + 48 225.421 1729 1 0 134.406 166.15 -381.392 + 48 75.984 1465 3 1 113.213 155.379 -319.95 + 48 21.8765 1574 13 1 134.999 167.437 -20.35 + 48 31.5216 1735 13 0 135.864 167.345 -21.35 + 48 127.901 1736 13 0 135.878 167.35 -21.3666 + 48 100.462 1573 6 1 134.754 166.402 -229.95 + 48 140.049 1573 5 1 134.785 166.387 -259.95 + 48 160.186 1573 4 1 134.809 166.372 -289.95 + 48 90.9682 1573 3 1 134.829 166.367 -319.95 + 48 172.887 1573 2 1 134.846 166.37 -349.95 + 48 112.665 1573 1 1 134.868 166.375 -379.95 + 48 122.93 1573 0 1 134.894 166.386 -409.95 + 48 124.709 1731 0 0 134.896 166.387 -411.35 +Number of digits in this event = 35 +Using G4ParticleGun ... +3.41913 LIN +gamma +Event: 49 +Number of tracker hits in this event = 35 + 49 185.235 1637 9 1 147.611 -31.2746 -140.077 + 49 220.433 743 9 0 147.614 -31.2737 -141.35 + 49 307.681 1637 8 1 147.684 -31.274 -169.95 + 49 249.821 743 8 0 147.691 -31.2756 -171.35 + 49 117.84 1638 7 1 147.77 -31.3551 -199.95 + 49 245.738 743 7 0 147.773 -31.3621 -201.35 + 49 295.616 1637 6 1 147.718 -31.5274 -229.95 + 49 124.491 742 6 0 147.712 -31.5352 -231.35 + 49 201.071 1636 5 1 147.476 -31.5698 -259.95 + 49 114.433 742 5 0 147.464 -31.5704 -261.35 + 49 118.978 1635 4 1 147.277 -31.2192 -289.95 + 49 109.675 744 4 0 147.267 -31.2047 -291.35 + 49 113.949 1634 3 1 147.072 -30.7434 -319.95 + 49 112.091 746 3 0 147.066 -30.7158 -321.35 + 49 121.579 1633 2 1 146.885 -30.1848 -349.95 + 49 115.35 749 2 0 146.885 -30.1485 -351.35 + 49 136.259 1634 1 1 146.984 -29.2285 -379.95 + 49 136.161 754 1 0 146.987 -29.1828 -381.35 + 49 122.971 1634 0 1 146.988 -28.3309 -409.95 + 49 132.521 758 0 0 146.993 -28.282 -411.35 + 49 130.964 1637 7 1 147.607 -31.2777 -199.95 + 49 119.087 743 6 0 147.593 -31.2952 -231.35 + 49 127.773 1637 5 1 147.585 -31.3155 -259.95 + 49 211.846 743 5 0 147.585 -31.3163 -261.35 + 49 151.548 1637 4 1 147.59 -31.3266 -289.95 + 49 102.539 743 4 0 147.59 -31.3275 -291.35 + 49 131.03 1637 3 1 147.585 -31.3351 -319.95 + 49 121.077 743 3 0 147.585 -31.3357 -321.35 + 49 122.344 1637 2 1 147.584 -31.3395 -349.95 + 49 137.008 743 2 0 147.584 -31.3402 -351.35 + 49 123.3 1637 1 1 147.582 -31.3477 -379.95 + 49 107.551 743 1 0 147.573 -31.3506 -381.35 + 49 35.1438 1627 0 1 145.556 -33.7802 -409.95 + 49 101.006 1626 0 1 145.55 -33.7859 -410.034 + 49 124.957 730 0 0 145.416 -33.8698 -411.35 +Number of digits in this event = 26 +Using G4ParticleGun ... +2.96178 LIN +gamma +Event: 50 +Number of tracker hits in this event = 1 + 50 4.18116 597 11 0 63.6431 -60.5009 -81.75 +Number of digits in this event = 1 +Using G4ParticleGun ... +7.43983 LIN +gamma +Event: 51 +Number of tracker hits in this event = 8 + 51 121.89 271 1 0 -39.8664 -125.886 -381.595 + 51 115.624 702 0 1 -39.6388 -126.172 -409.95 + 51 129.252 269 0 0 -39.6386 -126.206 -411.35 + 51 94.1282 861 0 1 -7.85 -76.0038 -410.325 + 51 161.789 700 0 1 -39.8663 -125.883 -409.95 + 51 90.9488 271 0 0 -39.8663 -125.883 -411.35 + 51 69.2238 244 9 1 -131.15 -8.01619 -140.256 + 51 15.8874 249 9 1 -130.35 -3.66525 -140.076 +Number of digits in this event = 6 +Using G4ParticleGun ... +7.72804 LIN +gamma +Event: 52 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +7.1221 LIN +gamma +Event: 53 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +1.39721 LIN +gamma +Event: 54 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +5.04841 LIN +gamma +Event: 55 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.76181 LIN +gamma +Event: 56 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 +Using G4ParticleGun ... +9.80225 LIN +gamma +Event: 57 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +5.73709 LIN +gamma +Event: 58 +Number of tracker hits in this event = 1 + 58 68.8656 1516 21 0 -104.948 123.35 218.369 +Number of digits in this event = 1 +Using G4ParticleGun ... +8.9397 LIN +gamma +Event: 59 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +8.61499 LIN +gamma +Event: 60 +Number of tracker hits in this event = 7 + 60 51.4855 967 2 0 142.287 13.45 -351.499 + 60 42.3568 966 2 0 142.315 13.45 -351.494 + 60 130.617 1306 10 0 -32.9288 81.2732 -111.75 + 60 184.57 1512 17 0 -51.5952 122.685 98.25 + 60 6.53728 1511 17 0 -51.8425 122.55 98.2612 + 60 105.119 705 16 1 -39.0407 111.092 70.0499 + 60 178.036 1577 17 0 -59.572 135.667 98.25 +Number of digits in this event = 6 +Using G4ParticleGun ... +5.53092 LIN +gamma +Event: 61 +Number of tracker hits in this event = 50 + 61 135.942 1616 11 0 -35.769 143.463 -81.5007 + 61 309.05 721 10 1 -35.7706 143.465 -109.95 + 61 263.914 1616 10 0 -35.7705 143.465 -111.35 + 61 213.834 721 9 1 -35.7729 143.46 -139.95 + 61 248.014 1616 9 0 -35.7731 143.46 -141.35 + 61 110.749 721 8 1 -35.7691 143.452 -169.95 + 61 279.609 1616 8 0 -35.7689 143.452 -171.35 + 61 129.986 721 7 1 -35.762 143.448 -199.95 + 61 235.289 1616 7 0 -35.7615 143.448 -201.35 + 61 104.413 721 6 1 -35.751 143.43 -229.95 + 61 228.708 1616 6 0 -35.7503 143.429 -231.35 + 61 151.968 721 5 1 -35.7327 143.407 -259.95 + 61 122.188 1616 5 0 -35.7318 143.406 -261.35 + 61 114.14 721 4 1 -35.7135 143.385 -289.95 + 61 123.329 1616 4 0 -35.7127 143.384 -291.35 + 61 180.88 721 3 1 -35.697 143.357 -319.95 + 61 129.571 1616 3 0 -35.6962 143.355 -321.35 + 61 113.467 721 2 1 -35.6841 143.331 -349.95 + 61 116.036 1615 2 0 -35.6836 143.33 -351.35 + 61 119.89 721 1 1 -35.6734 143.313 -379.95 + 61 125.225 1615 1 0 -35.6727 143.312 -381.35 + 61 81.6282 721 0 1 -35.654 143.294 -409.95 + 61 128.255 1615 0 0 -35.6532 143.293 -411.35 + 61 157.952 323 22 0 172.326 -115.491 248.25 + 61 12.9528 322 22 0 172.295 -115.55 248.308 + 61 156.993 626 1 1 -54.7617 111.991 -379.95 + 61 78.807 1615 3 0 -35.6933 143.35 -321.374 + 61 56.7739 1614 3 0 -35.5845 143.15 -321.4 + 61 288.761 720 3 1 -35.8745 143.557 -320.35 + 61 96.1834 720 9 1 -35.8635 143.405 -139.95 + 61 125.428 719 8 1 -36.1657 143.371 -169.95 + 61 163.026 718 7 1 -36.4136 143.315 -199.95 + 61 150.463 1615 7 0 -36.4184 143.32 -201.35 + 61 275.506 717 6 1 -36.4777 143.468 -229.95 + 61 137.902 717 5 1 -36.4578 143.783 -259.95 + 61 104.64 1618 5 0 -36.4657 143.799 -261.35 + 61 119.729 716 4 1 -36.7721 144.148 -289.95 + 61 141.186 1620 4 0 -36.7848 144.167 -291.35 + 61 216.207 715 3 1 -36.9332 144.543 -319.95 + 61 125.402 1622 3 0 -36.9402 144.56 -321.35 + 61 168.512 714 2 1 -37.0553 144.885 -349.95 + 61 97.575 1623 2 0 -37.0612 144.901 -351.35 + 61 130.94 714 1 1 -37.2276 145.247 -379.95 + 61 137.989 1625 1 0 -37.235 145.262 -381.35 + 61 128.948 713 0 1 -37.4099 145.408 -409.95 + 61 124.51 1626 0 0 -37.4165 145.412 -411.35 + 61 121.7 715 2 1 -37.05 144.887 -350.236 + 61 176.831 1619 2 0 -34.8689 144.006 -351.35 + 61 116.033 716 6 1 -36.65 143.443 -230.159 + 61 156.938 715 6 1 -36.8501 143.519 -230.158 +Number of digits in this event = 38 +Using G4ParticleGun ... +3.35468 LIN +gamma +Event: 62 +Number of tracker hits in this event = 1 + 62 25.2485 858 2 0 173.33 -8.40887 -351.75 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.80669 LIN +gamma +Event: 63 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +5.39354 LIN +gamma +Event: 64 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.69344 LIN +gamma +Event: 65 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +5.56874 LIN +gamma +Event: 66 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.71 LIN +gamma +Event: 67 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +4.2008 LIN +gamma +Event: 68 +Number of tracker hits in this event = 2 + 68 38.066 9 17 1 -178.18 -176.538 99.65 + 68 75.8425 8 17 1 -178.35 -176.689 99.9065 +Number of digits in this event = 3 +Using G4ParticleGun ... +3.95184 LIN +gamma +Event: 69 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.65873 LIN +gamma +Event: 70 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +7.11077 LIN +gamma +Event: 71 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.1802 LIN +gamma +Event: 72 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +1.58822 LIN +gamma +Event: 73 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +7.05489 LIN +gamma +Event: 74 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +9.59273 LIN +gamma +Event: 75 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.46128 LIN +gamma +Event: 76 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +7.38895 LIN +gamma +Event: 77 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +6.24133 LIN +gamma +Event: 78 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +6.49075 LIN +gamma +Event: 79 +Number of tracker hits in this event = 4 + 79 196.094 840 8 1 -11.8963 38.8661 -170.35 + 79 35.6257 497 4 0 141.502 -80.5247 -291.75 + 79 29.8682 982 9 0 -13.9988 16.4934 -141.75 + 79 16.358 986 9 0 -31.987 17.2801 -141.75 +Number of digits in this event = 3 +Using G4ParticleGun ... +1.28935 LIN +gamma +Event: 80 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +1.46668 LIN +gamma +Event: 81 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +7.05512 LIN +gamma +Event: 82 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +8.93342 LIN +gamma +Event: 83 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +1.01937 LIN +gamma +Event: 84 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +6.60968 LIN +gamma +Event: 85 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +8.55271 LIN +gamma +Event: 86 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +2.03831 LIN +gamma +Event: 87 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +3.7038 LIN +gamma +Event: 88 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +9.29744 LIN +gamma +Event: 89 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +5.59481 LIN +gamma +Event: 90 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +4.99373 LIN +gamma +Event: 91 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 +Using G4ParticleGun ... +9.28555 LIN +gamma +Event: 92 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +9.1107 LIN +gamma +Event: 93 +Number of tracker hits in this event = 3 + 93 71.1365 1245 5 0 171.953 69.1954 -261.75 + 93 51.7985 955 3 1 11.0617 81.5558 -320.35 + 93 45.7337 954 3 1 11.05 81.5899 -320.269 +Number of digits in this event = 1 +Using G4ParticleGun ... +1.94212 LIN +gamma +Event: 94 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +9.86368 LIN +gamma +Event: 95 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +5.86356 LIN +gamma +Event: 96 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +8.83956 LIN +gamma +Event: 97 +Number of tracker hits in this event = 17 + 97 42.5106 646 1 0 62.3367 -50.85 -381.591 + 97 68.9991 647 1 0 62.2666 -50.65 -381.408 + 97 129.446 1214 1 1 62.8971 -49.5735 -380.35 + 97 16.3537 1215 1 1 63.05 -49.5389 -380.011 + 97 192.022 467 2 0 89.0677 -86.5267 -351.75 + 97 139.961 1340 2 1 88.1816 -87.0519 -350.35 + 97 82.4262 1339 2 1 88.0496 -87.16 -350.225 + 97 112.351 1338 2 1 87.85 -87.1758 -350.041 + 97 59.6847 620 3 0 104.278 -55.9081 -321.75 + 97 87.8302 621 3 0 104.276 -55.85 -321.686 + 97 239.769 230 2 0 57.9744 -134.117 -351.75 + 97 100.33 231 2 0 57.8083 -133.95 -351.469 + 97 169.315 1005 4 1 21.1516 76.2218 -290.35 + 97 118.376 1004 4 1 21.05 76.5326 -290.171 + 97 24.1351 1287 4 0 22.0386 77.6145 -291.35 + 97 181.859 1288 4 0 22.0255 77.65 -291.393 + 97 139.121 68 0 0 83.0728 -166.432 -411.75 +Number of digits in this event = 9 +Using G4ParticleGun ... +7.18853 LIN +gamma +Event: 98 +Number of tracker hits in this event = 0 +Number of digits in this event = 0 +Using G4ParticleGun ... +2.5974 LIN +gamma +Event: 99 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 + Run terminated. +Run Summary + Number of events processed : 100 + User=2.640000s Real=2.759325s Sys=0.000000s +End of Run 0 +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 17 of which, static: 0 +Dynamic pools deleted: 17 / Total memory freed: 0.1 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index d603a00ac1..55455598f0 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -99,7 +99,7 @@ THE FOLLOWING HADRONIC INELASTIC PHYSICS LIST HAS BEEN ACTIVATED: G4RadioactiveD Material: Scintillator density: 1.032 g/cm3 RadL: 42.549 cm Nucl.Int.Length: 69.955 cm - Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 62.657 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -1139,7 +1139,7 @@ Using G4ParticleGun ... 4.95331 LIN proton Event: 1 -Number of tracker hits in this event = 25 +Number of tracker hits in this event = 24 1 139.173 1395 10 1 99.1954 -15.8012 95.55 1 106.273 821 10 0 99.1936 -15.8001 94.15 1 119.122 1395 9 1 99.1551 -15.7725 65.55 @@ -1155,4387 +1155,4304 @@ Number of tracker hits in this event = 25 1 175.162 1392 4 1 98.6804 -15.6749 -84.45 1 154.665 821 4 0 98.6742 -15.6742 -85.85 1 144.29 1391 3 1 98.5458 -15.662 -114.45 - 1 201.431 821 3 0 98.5394 -15.6615 -115.85 + 1 175.608 821 3 0 98.5394 -15.6615 -115.85 1 103.767 1391 2 1 98.4129 -15.6438 -144.45 1 98.8066 822 2 0 98.4056 -15.6434 -145.85 1 102.604 1390 1 1 98.2546 -15.6332 -174.45 1 125.231 822 1 0 98.2477 -15.6325 -175.85 1 132.284 1389 0 1 98.1109 -15.6144 -204.45 1 153.031 822 0 0 98.104 -15.6152 -205.85 - 1 0.4405 380 5 1 -103.95 -26.9878 -54.7688 - 1 72.7747 476 3 0 76.5457 -84.8238 -116.25 - 1 150.553 475 3 0 76.4924 -84.85 -116.176 -Number of digits in this event = 16 -Using G4ParticleGun ... -6.59101 LIN -proton -Event: 2 -Number of tracker hits in this event = 26 - 2 158.308 588 10 1 -62.2551 -90.3768 95.55 - 2 111.562 448 10 0 -62.2557 -90.3774 94.15 - 2 111.888 588 9 1 -62.2651 -90.3888 65.55 - 2 137.807 448 9 0 -62.2654 -90.3886 64.15 - 2 115.439 588 8 1 -62.2681 -90.3835 35.55 - 2 171.487 448 8 0 -62.2686 -90.3833 34.15 - 2 235.103 588 7 1 -62.2759 -90.3823 5.55 - 2 144.389 448 7 0 -62.2765 -90.3812 4.15 - 2 144.367 588 6 1 -62.2908 -90.3595 -24.45 - 2 106.946 448 6 0 -62.2923 -90.3594 -25.85 - 2 109.57 588 5 1 -62.322 -90.3563 -54.45 - 2 111.294 448 5 0 -62.323 -90.3568 -55.85 - 2 108.322 588 4 1 -62.3455 -90.3626 -84.45 - 2 264.055 448 4 0 -62.346 -90.3626 -85.85 - 2 115.086 588 3 1 -62.3613 -90.3536 -114.45 - 2 199.778 448 3 0 -62.3626 -90.3538 -115.85 - 2 103.025 588 2 1 -62.3881 -90.3535 -144.45 - 2 146.307 448 2 0 -62.3894 -90.354 -145.85 - 2 112.684 588 1 1 -62.4153 -90.3607 -174.45 - 2 106.33 448 1 0 -62.4169 -90.3611 -175.85 - 2 104.169 588 0 1 -62.4448 -90.3707 -204.45 - 2 175.608 448 0 0 -62.4452 -90.3706 -205.85 - 2 41.5918 11 5 0 -73.1514 -177.845 -56.25 - 2 94.2242 589 6 1 -62.25 -90.3805 -24.7851 - 2 112.865 590 6 1 -62.05 -90.4443 -24.8408 - 2 240.527 591 6 1 -61.85 -90.4347 -24.8109 -Number of digits in this event = 13 -Using G4ParticleGun ... -2.31256 LIN -proton -Event: 3 -Number of tracker hits in this event = 18 - 3 84.7304 1463 8 1 112.862 -89.9436 35.55 - 3 90.7816 450 8 0 112.863 -89.9433 34.15 - 3 168.646 1463 7 1 112.896 -89.9346 5.55 - 3 140.692 450 7 0 112.899 -89.9366 4.15 - 3 132.465 1464 6 1 112.972 -89.9777 -24.45 - 3 106.686 450 6 0 112.972 -89.9788 -25.85 - 3 142.805 1464 5 1 112.966 -90.0095 -54.45 - 3 117.925 450 5 0 112.968 -90.007 -55.85 - 3 123.892 1464 4 1 112.997 -89.9595 -84.45 - 3 149.292 450 4 0 112.997 -89.9568 -85.85 - 3 109.525 1464 3 1 112.999 -89.9134 -114.45 - 3 133.059 450 3 0 113.002 -89.9112 -115.85 - 3 108.545 1464 2 1 113.064 -89.8665 -144.45 - 3 111.465 450 2 0 113.066 -89.8639 -145.85 - 3 152.688 1464 1 1 113.106 -89.8115 -174.45 - 3 94.4712 451 1 0 113.11 -89.8106 -175.85 - 3 118.115 1465 0 1 113.194 -89.7749 -204.45 - 3 164.651 451 0 0 113.196 -89.7724 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -9.59678 LIN -proton -Event: 4 -Number of tracker hits in this event = 105 - 4 110.231 1034 10 1 26.861 -94.5602 95.55 - 4 114.681 427 10 0 26.8611 -94.5595 94.15 - 4 172.291 1034 9 1 26.8598 -94.5371 65.55 - 4 197.005 428 9 0 26.8597 -94.5364 64.15 - 4 154.3 1034 8 1 26.8586 -94.5247 35.55 - 4 113.668 428 8 0 26.8582 -94.5234 34.15 - 4 106.562 1034 7 1 26.8515 -94.4933 5.55 - 4 109.59 428 7 0 26.8517 -94.4917 4.15 - 4 121.768 1034 6 1 26.8549 -94.4585 -24.45 - 4 152.411 428 6 0 26.8554 -94.4562 -25.85 - 4 288.437 1034 5 1 26.8647 -94.4069 -54.45 - 4 115.933 428 5 0 26.8656 -94.4042 -55.85 - 4 118.72 1034 4 1 26.8827 -94.3523 -84.45 - 4 103.714 429 4 0 26.8842 -94.3496 -85.85 - 4 114.962 1034 3 1 26.9149 -94.2966 -114.45 - 4 118.445 429 3 0 26.9159 -94.2944 -115.85 - 4 104.563 1034 2 1 26.9406 -94.2493 -144.45 - 4 126.003 429 2 0 26.9401 -94.2467 -145.85 - 4 236.51 1034 1 1 26.9301 -94.195 -174.45 - 4 117.176 429 1 0 26.9296 -94.1924 -175.85 - 4 114.664 1034 0 1 26.9198 -94.1386 -204.45 - 4 87.1756 430 0 0 26.9203 -94.1363 -205.85 - 4 20.0416 1136 8 1 47.3386 112.606 35.15 - 4 58.8479 257 0 0 14.5785 -128.611 -206.25 - 4 77.395 256 0 0 14.5298 -128.75 -206.166 - 4 88.4754 255 0 0 14.46 -128.95 -206.046 - 4 44.6286 254 0 0 14.3902 -129.15 -205.927 - 4 138.44 968 0 1 13.7644 -130.958 -204.85 - 4 135.449 967 0 1 13.65 -131.288 -204.653 - 4 0.259502 17 1 0 -2.48393 -176.749 -176.25 - 4 72.731 16 1 0 -2.48419 -176.75 -176.25 - 4 86.0816 15 1 0 -2.55518 -176.95 -176.124 - 4 120.604 14 1 0 -2.62628 -177.15 -176 - 4 10.3702 13 1 0 -2.69823 -177.35 -175.875 - 4 173.704 883 1 1 -3.28741 -178.986 -174.85 - 4 152.767 882 1 1 -3.45 -179.438 -174.567 - 4 14.2804 104 2 0 -126.372 -159.177 -145.92 - 4 26.121 620 0 0 24.5258 -55.9911 -206.25 - 4 44.0965 621 0 0 24.4894 -55.8498 -206.138 - 4 86.8306 552 0 0 12.0327 -69.5923 -206.25 - 4 97.2991 553 0 0 11.9386 -69.45 -206.13 - 4 61.3065 554 0 0 11.8045 -69.25 -205.969 - 4 42.5725 555 0 0 11.6438 -69.05 -205.887 - 4 78.7042 948 0 1 9.74599 -66.573 -204.85 - 4 102.845 947 0 1 9.65 -66.4473 -204.796 - 4 91.902 946 0 1 9.45 -66.1817 -204.683 - 4 90.1214 945 0 1 9.25 -65.9172 -204.564 - 4 286.43 210 2 1 -137.95 99.2509 -144.848 - 4 432.111 209 2 1 -138.15 99.733 -144.705 - 4 23.8385 1032 3 0 -28.5604 26.5346 -116.25 - 4 111.14 1019 11 0 38.2908 23.907 123.75 - 4 30.9755 1020 11 0 38.2922 24.0502 123.889 - 4 271.698 916 11 0 62.0461 3.33701 123.75 - 4 72.8555 1033 3 0 -28.6169 26.6502 -116.154 - 4 94.1239 1034 3 0 -28.6958 26.8503 -115.998 - 4 21.6784 1035 3 0 -28.7987 27.0501 -115.877 - 4 13.1341 751 3 1 -29.8225 28.676 -114.85 - 4 107.359 750 3 1 -29.85 28.7184 -114.822 - 4 93.3241 749 3 1 -30.05 29.0475 -114.619 - 4 195.063 1069 4 0 -59.549 33.9953 -86.25 - 4 4.27344 596 4 1 -60.8399 33.3836 -84.85 - 4 92.8235 595 4 1 -60.85 33.3783 -84.8387 - 4 42.0124 594 4 1 -61.0504 33.2403 -84.576 - 4 215.413 1174 5 0 16.863 54.9501 -56.25 - 4 37.6656 993 5 1 18.7642 55.0342 -54.85 - 4 103.193 994 5 1 18.85 55.0239 -54.7834 - 4 33.9304 995 5 1 19.05 54.9972 -54.4615 - 4 121.075 996 5 1 19.25 55.1589 -54.5396 - 4 5.50041 1168 5 0 19.314 53.6676 -55.85 - 4 53.8291 1167 5 0 19.3142 53.65 -55.8638 - 4 75.7577 1166 5 0 19.3275 53.4499 -56.0376 - 4 199.507 1150 5 0 25.3631 50.1549 -56.2494 - 4 137.887 1151 5 0 25.439 50.25 -56.1991 - 4 117.12 1406 5 0 40.1145 101.434 -56.25 - 4 124.074 1257 5 0 18.3108 71.5011 -56.25 - 4 206.142 1446 8 0 -56.7763 109.419 33.75 - 4 89.0615 1445 8 0 -56.9928 109.35 33.9309 - 4 6.02265 152 0 0 37.0661 -149.728 -206.25 - 4 81.2848 151 0 0 37.0692 -149.75 -206.241 - 4 52.3117 150 0 0 37.0957 -149.95 -206.16 - 4 65.5952 149 0 0 37.1215 -150.15 -206.079 - 4 55.1592 148 0 0 37.1459 -150.35 -205.998 - 4 156.249 147 0 0 37.1739 -150.55 -205.912 - 4 307.613 1087 0 1 37.481 -152.977 -204.85 - 4 10.0697 1035 5 1 27.05 -95.1482 -54.819 - 4 80.8809 417 5 0 27.4102 -96.5584 -55.8501 - 4 70.9303 416 5 0 27.4895 -96.7503 -55.987 - 4 21.8541 415 5 0 27.5891 -96.9502 -56.1716 - 4 104.731 1074 4 1 34.9038 -121.385 -84.4503 - 4 26.3366 1073 4 1 34.8499 -121.415 -84.7721 - 4 162.575 294 4 0 34.3809 -121.262 -85.8504 - 4 123.546 295 4 0 34.165 -121.15 -86.0901 - 4 114.77 296 4 0 33.9045 -120.95 -86.1669 - 4 397.155 297 4 0 33.515 -120.75 -86.2219 - 4 56.9007 298 4 0 32.0555 -120.55 -85.8826 - 4 40.9457 1042 4 1 28.525 -119.933 -84.85 - 4 108.743 1041 4 1 28.4499 -119.918 -84.8266 - 4 77.9756 1040 4 1 28.25 -119.82 -84.7414 - 4 58.0311 1039 4 1 28.0498 -119.713 -84.6611 - 4 58.1703 1038 4 1 27.85 -119.607 -84.632 - 4 184.587 1037 4 1 27.65 -119.531 -84.5972 - 4 148.359 1036 4 1 27.45 -119.462 -84.5664 - 4 97.2785 1035 4 1 27.25 -119.401 -84.4877 - 4 209.499 304 4 0 28.7664 -119.212 -85.85 - 4 477.656 305 4 0 29.1542 -119.15 -86.1806 -Number of digits in this event = 36 -Using G4ParticleGun ... -4.7133 LIN -proton -Event: 5 -Number of tracker hits in this event = 40 - 5 111.497 766 10 1 -26.7333 -88.1406 95.55 - 5 153.902 459 10 0 -26.7343 -88.1404 94.15 - 5 98.0733 766 9 1 -26.7562 -88.1352 65.55 - 5 118.794 459 9 0 -26.7546 -88.1351 64.15 - 5 120.8 766 8 1 -26.7224 -88.1299 35.55 - 5 200.115 459 8 0 -26.7212 -88.1306 34.15 - 5 239.274 766 7 1 -26.6978 -88.143 5.55 - 5 248.684 459 7 0 -26.6963 -88.1443 4.15 - 5 97.0566 766 6 1 -26.6637 -88.1738 -24.45 - 5 104.288 459 6 0 -26.6617 -88.175 -25.85 - 5 88.9949 767 5 1 -26.6217 -88.2038 -54.45 - 5 103.717 459 5 0 -26.6208 -88.2056 -55.85 - 5 127.815 767 4 1 -26.6079 -88.2456 -84.45 - 5 120.818 459 4 0 -26.607 -88.2492 -85.85 - 5 38.6312 458 4 0 -26.6068 -88.25 -86.1359 - 5 114.404 767 3 1 -26.5871 -88.3226 -114.45 - 5 136.812 458 3 0 -26.5856 -88.3262 -115.85 - 5 208.597 767 2 1 -26.5472 -88.401 -144.45 - 5 110.024 458 2 0 -26.5448 -88.4049 -145.85 - 5 92.9479 767 1 1 -26.4972 -88.4869 -174.45 - 5 205.787 457 1 0 -26.4947 -88.4924 -175.85 - 5 112.117 768 0 1 -26.4426 -88.6065 -204.45 - 5 120.924 457 0 0 -26.4406 -88.6113 -205.85 - 5 51.9597 194 1 0 19.9029 -141.261 -176.25 - 5 189.682 195 1 0 19.956 -141.15 -176.198 - 5 72.5648 102 4 1 -159.55 14.5518 -84.6934 - 5 12.1684 981 4 0 -165.369 16.25 -86.2182 - 5 37.8835 980 4 0 -165.419 16.25 -86.224 - 5 27.514 1526 11 0 -37.0856 125.461 124.002 - 5 41.5087 659 1 1 -48.0719 102.177 -174.45 - 5 146.393 660 1 1 -48.0499 102.185 -174.468 - 5 134.924 1414 1 0 -51.3686 103.051 -175.85 - 5 382.551 1413 1 0 -51.647 102.95 -175.937 - 5 73.6633 1265 1 0 -57.2093 73.1875 -176.25 - 5 74.8052 625 3 1 -55.0492 69.191 -114.811 - 5 12.473 307 12 1 -118.55 -32.1825 155.378 - 5 30.8107 308 12 1 -118.55 -32.1964 155.459 - 5 66.9812 663 13 0 -118.402 -47.2957 183.75 - 5 24.6771 455 2 0 -26.73 -88.8562 -145.85 - 5 333.659 462 7 0 -27.084 -87.6184 4.15 -Number of digits in this event = 20 -Using G4ParticleGun ... -6.0501 LIN -proton -Event: 6 -Number of tracker hits in this event = 27 - 6 137.36 1536 8 1 127.371 -64.4164 35.55 - 6 126.665 578 8 0 127.37 -64.4156 34.15 - 6 112.144 1536 7 1 127.365 -64.4007 5.55 - 6 93.4165 578 7 0 127.365 -64.4011 4.15 - 6 133.524 1536 6 1 127.368 -64.4129 -24.45 - 6 135.222 578 6 0 127.368 -64.4137 -25.85 - 6 275.17 1536 5 1 127.369 -64.4329 -54.45 - 6 98.3634 578 5 0 127.37 -64.4337 -55.85 - 6 115.717 1536 4 1 127.391 -64.4502 -84.45 - 6 194.183 577 4 0 127.392 -64.4513 -85.85 - 6 149.866 1536 3 1 127.412 -64.4762 -114.45 - 6 179.157 577 3 0 127.412 -64.4791 -115.85 - 6 185.97 1536 2 1 127.421 -64.5434 -144.45 - 6 140.962 577 2 0 127.422 -64.5456 -145.85 - 6 123.788 1536 1 1 127.442 -64.588 -174.45 - 6 123.997 577 1 0 127.447 -64.5874 -175.85 - 6 120.626 1537 0 1 127.558 -64.5741 -204.45 - 6 113.47 577 0 0 127.562 -64.5736 -205.85 - 6 31.0406 192 2 0 160.87 -141.694 -146.25 - 6 348.72 191 2 0 160.866 -141.75 -146.188 - 6 5.83208 464 4 0 -4.25486 -87.05 -86.0623 - 6 271.031 573 3 0 126.19 -65.3029 -115.85 - 6 21.6461 572 3 0 126.198 -65.45 -115.974 - 6 14.4431 586 5 0 127.864 -62.6921 -55.85 - 6 211.375 587 5 0 127.865 -62.65 -55.8668 - 6 166.926 588 5 0 127.739 -62.45 -56.0014 - 6 185.781 523 5 0 164.168 -75.3339 -56.25 -Number of digits in this event = 22 -Using G4ParticleGun ... -8.42451 LIN -proton -Event: 7 -Number of tracker hits in this event = 23 - 7 113.725 630 9 1 -53.8508 105.472 65.55 - 7 157.535 1426 9 0 -53.851 105.472 64.15 - 7 96.1834 630 8 1 -53.8512 105.459 35.55 - 7 119.854 1426 8 0 -53.8515 105.459 34.15 - 7 142.441 630 7 1 -53.8587 105.461 5.55 - 7 99.1353 1426 7 0 -53.8591 105.461 4.15 - 7 124.957 630 6 1 -53.8663 105.447 -24.45 - 7 99.4497 1426 6 0 -53.8668 105.445 -25.85 - 7 111.462 630 5 1 -53.8759 105.415 -54.45 - 7 107.23 1426 5 0 -53.8764 105.413 -55.85 - 7 120.422 630 4 1 -53.891 105.38 -84.45 - 7 107.985 1426 4 0 -53.8917 105.378 -85.85 - 7 157.8 630 3 1 -53.9108 105.334 -114.45 - 7 129.722 1425 3 0 -53.9119 105.331 -115.85 - 7 92.3611 630 2 1 -53.9347 105.267 -144.45 - 7 124.559 1425 2 0 -53.9368 105.265 -145.85 - 7 140.399 630 1 1 -53.9767 105.222 -174.45 - 7 123.322 1425 1 0 -53.9785 105.22 -175.85 - 7 122.185 630 0 1 -54.0138 105.179 -204.45 - 7 175.571 1425 0 0 -54.0155 105.177 -205.85 - 7 1.2449 650 0 0 -166.598 -49.85 -206.133 - 7 38.0899 1037 1 1 27.5553 60.4316 -174.486 - 7 19.0361 780 5 1 -23.8688 10.47 -54.5897 -Number of digits in this event = 14 -Using G4ParticleGun ... -8.96375 LIN -proton -Event: 8 -Number of tracker hits in this event = 22 - 8 111.79 1402 8 1 100.729 100.07 35.55 - 8 156.963 1399 8 0 100.73 100.071 34.15 - 8 104.324 1403 7 1 100.75 100.068 5.55 - 8 118.689 1399 7 0 100.751 100.068 4.15 - 8 121.33 1403 6 1 100.771 100.072 -24.45 - 8 135.263 1399 6 0 100.772 100.073 -25.85 - 8 146.34 1403 5 1 100.802 100.09 -54.45 - 8 129.247 1399 5 0 100.803 100.09 -55.85 - 8 113.747 1403 4 1 100.837 100.095 -84.45 - 8 111.174 1399 4 0 100.839 100.096 -85.85 - 8 123.174 1403 3 1 100.883 100.124 -114.45 - 8 127.22 1399 3 0 100.885 100.125 -115.85 - 8 109.099 1403 2 1 100.925 100.142 -144.45 - 8 284.788 1399 2 0 100.927 100.143 -145.85 - 8 99.925 1404 1 1 100.977 100.165 -174.45 - 8 223.424 1400 1 0 100.98 100.166 -175.85 - 8 128.331 1404 0 1 101.029 100.173 -204.45 - 8 108.779 1400 0 0 101.032 100.174 -205.85 - 8 75.3494 1400 2 0 100.905 100.15 -145.921 - 8 21.2627 1398 2 0 100.538 99.95 -145.879 - 8 191.083 1405 2 1 101.184 99.1332 -144.85 - 8 49.5279 1404 2 1 101.15 99.1219 -144.66 -Number of digits in this event = 13 -Using G4ParticleGun ... -2.74896 LIN -proton -Event: 9 -Number of tracker hits in this event = 15 - 9 116.256 1648 6 1 149.883 -5.18853 -24.45 - 9 151.105 874 6 0 149.883 -5.18838 -25.85 - 9 283.718 1648 5 1 149.877 -5.179 -54.45 - 9 102.081 874 5 0 149.877 -5.17829 -55.85 - 9 130.257 1648 4 1 149.867 -5.16743 -84.45 - 9 153.345 874 4 0 149.865 -5.16559 -85.85 - 9 107.012 1648 3 1 149.845 -5.13172 -114.45 - 9 90.5213 874 3 0 149.845 -5.12687 -115.85 - 9 97.9561 1648 2 1 149.861 -5.02356 -144.45 - 9 165.055 875 2 0 149.863 -5.01634 -145.85 - 9 114.103 1648 1 1 149.919 -4.86667 -174.45 - 9 115.61 875 1 0 149.923 -4.85838 -175.85 - 9 268.76 1649 0 1 150.013 -4.68559 -204.45 - 9 259.131 876 0 0 150.018 -4.67764 -205.85 - 9 146.321 1649 5 1 149.95 -5.16433 -54.6216 -Number of digits in this event = 9 -Using G4ParticleGun ... -1.12727 LIN -proton -Event: 10 -Number of tracker hits in this event = 58 - 10 125.531 1289 10 1 78.0148 40.5882 95.55 - 10 135.051 1102 10 0 78.0122 40.5952 94.15 - 10 114.3 1289 9 1 77.9563 40.7463 65.55 - 10 97.2468 1103 9 0 77.9547 40.7556 64.15 - 10 93.2445 1289 8 1 77.937 40.8914 35.55 - 10 153.242 1104 8 0 77.9361 40.9016 34.15 - 10 157.067 1289 7 1 77.9353 41.1021 5.55 - 10 169.377 1105 7 0 77.9386 41.1133 4.15 - 10 107.674 1289 6 1 78.0139 41.3287 -24.45 - 10 156.412 1106 6 0 78.0243 41.3356 -25.85 - 10 121.255 1290 5 1 78.2408 41.4769 -54.45 - 10 135.713 1107 5 0 78.2496 41.4882 -55.85 - 10 106.299 1292 4 1 78.4513 41.7023 -84.45 - 10 122.719 1108 4 0 78.4622 41.7115 -85.85 - 10 119.013 1293 3 1 78.674 41.8993 -114.45 - 10 160.076 1109 3 0 78.6833 41.9073 -115.85 - 10 172.991 1294 2 1 78.8893 42.0672 -144.45 - 10 210.639 1110 2 0 78.9013 42.0706 -145.85 - 10 120.826 1295 1 1 79.1345 42.1456 -174.45 - 10 122.625 1110 1 0 79.1451 42.1496 -175.85 - 10 187.035 1296 0 1 79.3604 42.2376 -204.45 - 10 103.347 1110 0 0 79.3724 42.2373 -205.85 - 10 128.047 1192 0 0 100.562 58.4897 -206.25 - 10 60.885 1193 0 0 100.847 58.6501 -205.99 - 10 116.664 1409 0 1 102.092 59.4193 -204.85 - 10 95.81 1410 0 1 102.15 59.4558 -204.796 - 10 80.0504 1411 0 1 102.35 59.5682 -204.618 - 10 0.298875 718 1 0 166.666 -36.449 -176.25 - 10 84.5961 717 1 0 166.667 -36.45 -176.25 - 10 63.3271 716 1 0 166.807 -36.65 -176.17 - 10 52.5353 715 1 0 166.895 -36.85 -176.133 - 10 97.3745 714 1 0 166.978 -37.05 -176.126 - 10 40.8686 713 1 0 167.318 -37.2501 -176.245 - 10 48.9676 1281 0 0 86.0149 76.3405 -206.25 - 10 63.6474 1282 0 0 86.025 76.4514 -206.182 - 10 63.2233 1283 0 0 86.0383 76.65 -206.06 - 10 51.8063 1284 0 0 86.0514 76.85 -205.939 - 10 84.7008 1330 0 1 86.213 78.6485 -204.85 - 10 130.914 1331 0 1 86.25 78.9231 -204.677 - 10 2.98847 1481 1 0 100.94 116.537 -176.25 - 10 68.9545 1482 1 0 100.944 116.55 -176.24 - 10 79.8461 1483 1 0 101.031 116.75 -176.093 - 10 29.1199 1484 1 0 101.156 116.95 -175.913 - 10 144.31 1410 1 1 102.16 118.458 -174.849 - 10 17.121 1411 1 1 102.35 118.823 -174.517 - 10 124.844 1248 1 0 99.0629 69.8074 -176.25 - 10 48.6203 1395 1 1 99.3223 69.7599 -174.85 - 10 291.615 1396 1 1 99.35 69.773 -174.725 - 10 214.714 1244 1 0 97.9807 68.9336 -175.85 - 10 69.6076 1243 1 0 97.972 68.85 -175.979 - 10 9.80161 800 3 0 76.7498 -19.85 -116.035 - 10 34.7752 1289 3 1 77.9482 -14.3388 -114.45 - 10 26.7752 1488 0 0 102.847 117.945 -206.25 - 10 152.98 1489 0 0 102.884 117.95 -206.192 - 10 159.689 1417 0 1 103.556 119.003 -204.85 - 10 124.914 1418 0 1 103.75 119.101 -204.472 - 10 177.966 1419 0 1 103.95 119.219 -204.525 - 10 66.7139 1541 2 0 175.885 128.478 -145.96 -Number of digits in this event = 28 -Using G4ParticleGun ... -4.15512 LIN -proton -Event: 11 -Number of tracker hits in this event = 24 - 11 114.226 980 11 1 16.2495 -53.6901 125.55 - 11 147.784 631 11 0 16.2497 -53.6894 124.15 - 11 130.15 981 10 1 16.2568 -53.6743 95.55 - 11 312.228 631 10 0 16.2579 -53.6713 94.15 - 11 131.068 981 9 1 16.2771 -53.6125 65.55 - 11 118.894 632 9 0 16.2787 -53.6096 64.15 - 11 202.971 981 8 1 16.3095 -53.5513 35.55 - 11 108.415 632 8 0 16.3124 -53.5481 34.15 - 11 143.583 981 7 1 16.3732 -53.482 5.55 - 11 188.16 632 7 0 16.3761 -53.4777 4.15 - 11 119.991 981 6 1 16.4263 -53.4051 -24.45 - 11 109.384 633 6 0 16.4296 -53.4022 -25.85 - 11 134.25 982 5 1 16.494 -53.3516 -54.45 - 11 102.808 633 5 0 16.4958 -53.3505 -55.85 - 11 123.384 982 4 1 16.5382 -53.3298 -84.45 - 11 86.902 633 4 0 16.5381 -53.3277 -85.85 - 11 136.589 982 3 1 16.5442 -53.2865 -114.45 - 11 149.081 633 3 0 16.5426 -53.2844 -115.85 - 11 92.88 982 2 1 16.513 -53.245 -144.45 - 11 114.913 634 2 0 16.5106 -53.2434 -145.85 - 11 109.854 982 1 1 16.4567 -53.2027 -174.45 - 11 154.534 634 1 0 16.452 -53.2003 -175.85 - 11 123.31 981 0 1 16.3567 -53.1638 -204.45 - 11 107.94 634 0 0 16.3534 -53.1621 -205.85 + 1 20.3175 716 5 0 170.175 -36.7148 -56.25 + 1 249.445 912 3 0 47.6239 2.45447 -116.25 Number of digits in this event = 15 Using G4ParticleGun ... -7.36057 LIN +3.11409 LIN +proton +Event: 2 +Number of tracker hits in this event = 24 + 2 106.703 777 11 1 -24.5213 29.8746 125.55 + 2 105.758 1049 11 0 -24.5189 29.8747 124.15 + 2 131.586 777 10 1 -24.4689 29.8779 95.55 + 2 125.501 1049 10 0 -24.465 29.8774 94.15 + 2 205.666 778 9 1 -24.3799 29.8656 65.55 + 2 167.33 1049 9 0 -24.374 29.8638 64.15 + 2 110.278 778 8 1 -24.2558 29.8288 35.55 + 2 128.196 1048 8 0 -24.2514 29.8261 34.15 + 2 110.303 779 7 1 -24.1551 29.7697 5.55 + 2 127.155 1048 7 0 -24.15 29.7646 4.15 + 2 201.716 779 6 1 -24.0543 29.6576 -24.45 + 2 139.847 1048 6 0 -24.0514 29.6535 -25.85 + 2 103.854 780 5 1 -23.9938 29.5769 -54.45 + 2 101.709 1047 5 0 -23.9898 29.5737 -55.85 + 2 107.843 780 4 1 -23.9105 29.514 -84.45 + 2 102.301 1047 4 0 -23.9045 29.5103 -85.85 + 2 102.545 781 3 1 -23.7747 29.4399 -114.45 + 2 133.073 1046 3 0 -23.768 29.4363 -115.85 + 2 118.37 782 2 1 -23.6399 29.3729 -144.45 + 2 131.78 1046 2 0 -23.6325 29.3697 -145.85 + 2 129.113 782 1 1 -23.4744 29.3123 -174.45 + 2 127.225 1046 1 0 -23.4639 29.3082 -175.85 + 2 107.143 783 0 1 -23.2612 29.2222 -204.45 + 2 114.839 1045 0 0 -23.2504 29.2196 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +5.81447 LIN +proton +Event: 3 +Number of tracker hits in this event = 22 + 3 126.156 981 9 1 16.2571 -117.447 65.55 + 3 122.472 313 9 0 16.2573 -117.447 64.15 + 3 125.285 981 8 1 16.2579 -117.451 35.55 + 3 148.543 313 8 0 16.2582 -117.452 34.15 + 3 168.978 981 7 1 16.2606 -117.47 5.55 + 3 116.294 313 7 0 16.2604 -117.471 4.15 + 3 126.937 981 6 1 16.2581 -117.493 -24.45 + 3 142.636 313 6 0 16.2577 -117.495 -25.85 + 3 103.025 980 5 1 16.2433 -117.526 -54.45 + 3 111.368 313 5 0 16.2419 -117.526 -55.85 + 3 198.411 980 4 1 16.2147 -117.542 -84.45 + 3 139.112 313 4 0 16.214 -117.543 -85.85 + 3 127.972 980 3 1 16.199 -117.559 -114.45 + 3 120.897 312 3 0 16.1987 -117.561 -115.85 + 3 134.044 980 2 1 16.1934 -117.581 -144.45 + 3 118.721 312 2 0 16.1944 -117.582 -145.85 + 3 106.015 980 1 1 16.2187 -117.595 -174.45 + 3 112.033 312 1 0 16.2195 -117.595 -175.85 + 3 136.653 980 0 1 16.2357 -117.601 -204.45 + 3 139.706 312 0 0 16.2363 -117.602 -205.85 + 3 111.696 309 4 0 15.6021 -118.236 -85.85 + 3 126.67 308 4 0 15.4903 -118.35 -86.0574 +Number of digits in this event = 16 +Using G4ParticleGun ... +8.61717 LIN +proton +Event: 4 +Number of tracker hits in this event = 37 + 4 113.384 1263 10 1 72.6575 -86.4356 95.55 + 4 145.925 468 10 0 72.6571 -86.4355 94.15 + 4 101.784 1262 9 1 72.6494 -86.4388 65.55 + 4 89.2988 468 9 0 72.6488 -86.44 64.15 + 4 97.8164 1262 8 1 72.6382 -86.4651 35.55 + 4 107.454 467 8 0 72.637 -86.4651 34.15 + 4 183.404 1262 7 1 72.6152 -86.4677 5.55 + 4 112.539 467 7 0 72.6142 -86.468 4.15 + 4 107.585 1262 6 1 72.5961 -86.473 -24.45 + 4 148.042 467 6 0 72.5955 -86.4734 -25.85 + 4 118.07 1262 5 1 72.5793 -86.4831 -54.45 + 4 192.575 467 5 0 72.578 -86.4841 -55.85 + 4 114.996 1262 4 1 72.5516 -86.5037 -84.45 + 4 123.472 467 4 0 72.55 -86.5048 -85.85 + 4 101.53 1262 3 1 72.5199 -86.5317 -114.45 + 4 97.6369 467 3 0 72.5198 -86.5331 -115.85 + 4 135.487 1262 2 1 72.5157 -86.5614 -144.45 + 4 128.528 467 2 0 72.5158 -86.5628 -145.85 + 4 125.162 1262 1 1 72.5163 -86.5923 -174.45 + 4 220.17 467 1 0 72.5162 -86.594 -175.85 + 4 137.144 1262 0 1 72.5085 -86.6282 -204.45 + 4 110.381 467 0 0 72.5073 -86.6304 -205.85 + 4 93.5258 1261 7 1 72.4499 -86.3016 5.41392 + 4 26.863 1260 7 1 72.25 -86.1548 5.21122 + 4 63.0725 473 7 0 70.8001 -85.3399 4.15 + 4 257.177 474 7 0 70.6605 -85.25 4.03712 + 4 103.549 475 7 0 70.1316 -85.05 3.97361 + 4 91.9661 476 7 0 69.8509 -84.85 3.92125 + 4 24.0842 477 7 0 69.5937 -84.65 3.79282 + 4 1.90285 1068 6 1 33.6528 -43.2975 -24.45 + 4 102.09 1067 6 1 33.65 -43.2961 -24.462 + 4 57.7164 1066 6 1 33.45 -43.2281 -24.7527 + 4 36.3027 686 6 0 32.1689 -42.7358 -25.85 + 4 102.144 687 6 0 32.0619 -42.65 -25.9325 + 4 37.5155 688 6 0 31.8703 -42.4498 -26.1505 + 4 42.4273 1122 6 0 105.123 44.5117 -26.25 + 4 86.4204 1123 6 0 105.233 44.65 -26.2332 +Number of digits in this event = 13 +Using G4ParticleGun ... +4.01196 LIN +proton +Event: 5 +Number of tracker hits in this event = 27 + 5 115.422 585 10 1 -62.8953 77.7667 95.55 + 5 97.8173 1288 10 0 -62.895 77.7687 94.15 + 5 136.632 585 9 1 -62.8849 77.8055 65.55 + 5 83.6671 1288 9 0 -62.8849 77.8067 64.15 + 5 143.825 585 8 1 -62.8847 77.8304 35.55 + 5 112.762 1288 8 0 -62.8842 77.8328 34.15 + 5 107.309 585 7 1 -62.8825 77.8811 5.55 + 5 167.244 1289 7 0 -62.8848 77.8833 4.15 + 5 96.4802 585 6 1 -62.9363 77.9333 -24.45 + 5 138.229 1289 6 0 -62.9406 77.9353 -25.85 + 5 110.869 585 5 1 -63.0197 77.9726 -54.45 + 5 297.437 1289 5 0 -63.022 77.9746 -55.85 + 5 101.269 584 4 1 -63.0641 78.0158 -84.45 + 5 179.754 1289 4 0 -63.0657 78.0186 -85.85 + 5 92.0346 584 3 1 -63.0977 78.0695 -114.45 + 5 191.006 1290 3 0 -63.0973 78.0694 -115.85 + 5 146.009 584 2 1 -63.0857 78.0655 -144.45 + 5 120.588 1290 2 0 -63.087 78.0665 -145.85 + 5 112.816 584 1 1 -63.1097 78.0866 -174.45 + 5 112.925 1290 1 0 -63.1098 78.0857 -175.85 + 5 104.293 584 0 1 -63.1084 78.0633 -204.45 + 5 134.641 1290 0 0 -63.1087 78.0637 -205.85 + 5 43.0456 166 6 1 -146.896 -72.2213 -24.6405 + 5 72.8749 583 2 1 -63.25 77.9843 -144.51 + 5 101.992 582 2 1 -63.45 77.982 -144.514 + 5 254.855 581 2 1 -63.6502 77.9881 -144.489 + 5 93.8535 580 2 1 -63.85 77.7865 -144.472 +Number of digits in this event = 13 +Using G4ParticleGun ... +6.67967 LIN +proton +Event: 6 +Number of tracker hits in this event = 63 + 6 118.59 880 9 1 -3.98221 -120.062 65.55 + 6 91.9189 300 9 0 -3.98214 -120.063 64.15 + 6 128.537 880 8 1 -3.98239 -120.076 35.55 + 6 99.978 300 8 0 -3.98187 -120.077 34.15 + 6 134.182 880 7 1 -3.97172 -120.096 5.55 + 6 133.852 300 7 0 -3.97098 -120.097 4.15 + 6 123.203 880 6 1 -3.95769 -120.119 -24.45 + 6 110.372 300 6 0 -3.95801 -120.121 -25.85 + 6 130.299 880 5 1 -3.96584 -120.144 -54.45 + 6 115.912 300 5 0 -3.96639 -120.146 -55.85 + 6 113.793 880 4 1 -3.97827 -120.187 -84.45 + 6 98.6784 299 4 0 -3.97882 -120.188 -85.85 + 6 116.855 880 3 1 -3.98855 -120.218 -114.45 + 6 159.117 299 3 0 -3.98877 -120.22 -115.85 + 6 95.167 880 2 1 -3.98985 -120.262 -144.45 + 6 198.85 299 2 0 -3.98942 -120.263 -145.85 + 6 94.0009 880 1 1 -3.97894 -120.295 -174.45 + 6 100.15 299 1 0 -3.9782 -120.296 -175.85 + 6 105.754 880 0 1 -3.96188 -120.327 -204.45 + 6 148.202 299 0 0 -3.95976 -120.328 -205.85 + 6 151.234 1191 2 1 58.4465 52.3688 -144.827 + 6 137.006 1000 9 1 20.1762 109.716 65.15 + 6 202.103 851 8 1 -9.85 28.1748 35.4174 + 6 218.014 708 4 1 -38.45 -156.074 -84.4821 + 6 70.7564 493 4 1 -81.279 162.051 -84.45 + 6 100.283 494 4 1 -81.25 162.032 -84.5477 + 6 114.338 1710 4 0 -80.9126 162.244 -85.8502 + 6 8.7369 1711 4 0 -80.7867 162.35 -86.2153 + 6 78.4506 750 0 0 -19.1011 -29.9411 -206.25 + 6 255.695 751 0 0 -19.1275 -29.85 -206.224 + 6 270.812 752 0 0 -19.1851 -29.65 -206.169 + 6 168.854 753 0 0 -19.2462 -29.45 -206.113 + 6 161.869 754 0 0 -19.3095 -29.25 -206.06 + 6 181.382 755 0 0 -19.3737 -29.05 -206.004 + 6 432.338 756 0 0 -19.4439 -28.85 -205.949 + 6 124.479 757 0 0 -19.5158 -28.65 -205.892 + 6 317.226 796 0 1 -20.7454 -25.3937 -204.85 + 6 573.796 795 0 1 -20.85 -25.1172 -204.761 + 6 786.306 794 0 1 -21.05 -24.6199 -204.604 + 6 1.2206 793 0 1 -21.25 -24.1546 -204.45 + 6 517.86 789 0 1 -22.1604 -22.3186 -204.45 + 6 1824.48 788 0 1 -22.25 -22.1887 -204.457 + 6 1194.94 787 0 1 -22.45 -21.9285 -204.52 + 6 106.474 790 0 0 -22.7511 -21.9656 -205.85 + 6 78.441 195 0 0 35.5588 -140.997 -206.25 + 6 163.766 194 0 0 35.6228 -141.15 -205.982 + 6 148.619 1078 0 1 35.7514 -141.709 -204.85 + 6 29.7985 112 1 0 28.4144 -157.69 -176.25 + 6 126.599 111 1 0 28.3874 -157.75 -176.144 + 6 10.8767 110 1 0 28.3127 -157.95 -175.881 + 6 193.676 1039 1 1 27.9393 -158.817 -174.85 + 6 195.644 75 2 0 -3.22915 -165.057 -146.25 + 6 293.816 877 2 1 -4.54038 -165.103 -144.85 + 6 153.215 876 2 1 -4.65 -165.109 -144.742 + 6 383.18 875 2 1 -4.85006 -164.757 -144.668 + 6 34.0911 90 2 0 -5.90194 -162.077 -145.85 + 6 81.7822 91 2 0 -5.95977 -161.95 -145.908 + 6 85.8793 92 2 0 -6.05054 -161.75 -145.998 + 6 36.0955 93 2 0 -6.14241 -161.55 -146.149 + 6 286.844 193 0 0 35.4575 -141.35 -205.899 + 6 237.97 557 2 0 3.0143 -68.5999 -146.25 + 6 87.2406 881 2 1 -3.80201 -120.256 -144.85 + 6 9.73039 397 3 0 130.091 -100.697 -116.25 +Number of digits in this event = 38 +Using G4ParticleGun ... +2.20423 LIN +proton +Event: 7 +Number of tracker hits in this event = 25 + 7 216.577 1387 9 1 97.7033 -67.9411 65.55 + 7 229.533 560 9 0 97.7034 -67.9415 64.15 + 7 136.667 1387 8 1 97.7142 -67.9483 35.55 + 7 108.005 560 8 0 97.7121 -67.95 34.15 + 7 127.058 1387 7 1 97.6697 -67.9911 5.55 + 7 147.628 560 7 0 97.6665 -67.9906 4.15 + 7 103.418 1387 6 1 97.613 -67.9797 -24.45 + 7 157.687 560 6 0 97.6104 -67.9796 -25.85 + 7 163.391 1387 5 1 97.5623 -67.9773 -54.45 + 7 112.85 560 5 0 97.5602 -67.9764 -55.85 + 7 126.895 1386 4 1 97.5151 -67.9604 -84.45 + 7 115.554 560 4 0 97.5137 -67.956 -85.85 + 7 106.295 1386 3 1 97.4814 -67.8672 -114.45 + 7 108.573 560 3 0 97.4792 -67.8613 -115.85 + 7 139.86 1386 2 1 97.426 -67.7339 -144.45 + 7 188.283 561 2 0 97.4218 -67.7291 -145.85 + 7 108.914 1385 1 1 97.3372 -67.6288 -174.45 + 7 139.962 562 1 0 97.3322 -67.6194 -175.85 + 7 128.538 1385 0 1 97.2328 -67.421 -204.45 + 7 116.748 563 0 0 97.2278 -67.4095 -205.85 + 7 131.207 1388 5 1 97.75 -68.0627 -54.5499 + 7 100.036 1389 5 1 97.9501 -67.9111 -54.6839 + 7 48.3966 568 5 0 98.3984 -66.3772 -55.85 + 7 63.5337 569 5 0 98.3958 -66.25 -55.9494 + 7 89.3081 570 5 0 98.3522 -66.05 -56.0527 +Number of digits in this event = 14 +Using G4ParticleGun ... +2.44129 LIN +proton +Event: 8 +Number of tracker hits in this event = 17 + 8 42.5256 1549 7 1 130.149 72.9164 5.55 + 8 46.6383 1550 7 1 130.15 72.9188 5.36812 + 8 184.096 1264 7 0 130.158 72.935 4.15 + 8 110.98 1550 6 1 130.34 73.3202 -24.45 + 8 109.053 1266 6 0 130.35 73.3384 -25.85 + 8 161.274 1551 5 1 130.547 73.7026 -54.45 + 8 155.61 1268 5 0 130.553 73.7229 -55.85 + 8 154.436 1552 4 1 130.666 74.1394 -84.45 + 8 96.7736 1270 4 0 130.671 74.1548 -85.85 + 8 145.401 1553 3 1 130.776 74.473 -114.45 + 8 108.558 1272 3 0 130.78 74.489 -115.85 + 8 130.946 1553 2 1 130.857 74.8136 -144.45 + 8 108.811 1273 2 0 130.86 74.8322 -145.85 + 8 106.62 1553 1 1 130.932 75.2192 -174.45 + 8 98.2359 1275 1 0 130.933 75.2368 -175.85 + 8 145.259 1554 0 1 130.959 75.5846 -204.45 + 8 108.888 1277 0 0 130.958 75.5985 -205.85 +Number of digits in this event = 8 +Using G4ParticleGun ... +1.44514 LIN +proton +Event: 9 +Number of tracker hits in this event = 21 + 9 116.028 210 7 1 -138.013 52.5481 5.55 + 9 103.535 1162 7 0 -138.016 52.5509 4.15 + 9 124.146 210 6 1 -138.072 52.6491 -24.45 + 9 135.393 1163 6 0 -138.076 52.6527 -25.85 + 9 173.444 210 5 1 -138.137 52.7234 -54.45 + 9 105.739 1163 5 0 -138.138 52.7245 -55.85 + 9 240.786 210 4 1 -138.129 52.7422 -84.45 + 9 139.27 1163 4 0 -138.128 52.7447 -85.85 + 9 122.265 210 3 1 -138.112 52.7908 -114.45 + 9 218.674 1163 3 0 -138.113 52.7931 -115.85 + 9 143.33 210 2 1 -138.136 52.8476 -144.45 + 9 114.695 1163 2 0 -138.138 52.8465 -145.85 + 9 132.201 209 1 1 -138.184 52.8181 -174.45 + 9 118.809 1163 1 0 -138.19 52.8208 -175.85 + 9 120.891 209 0 1 -138.333 52.8731 -204.45 + 9 122.479 1164 0 0 -138.34 52.8765 -205.85 + 9 28.997 209 4 1 -138.15 52.9774 -84.7998 + 9 30.191 1168 4 0 -138.384 53.7874 -85.85 + 9 371.783 1169 4 0 -138.422 53.85 -85.8611 + 9 38.1308 1170 4 0 -138.609 54.05 -86.1404 + 9 29.841 1162 6 0 -138.085 52.65 -26.204 +Number of digits in this event = 14 +Using G4ParticleGun ... +1.54066 LIN +proton +Event: 10 +Number of tracker hits in this event = 32 + 10 176.739 1392 10 1 98.7401 -60.0069 95.55 + 10 122.387 600 10 0 98.741 -60.0073 94.15 + 10 133.27 1393 9 1 98.7676 -59.9939 65.55 + 10 136.105 600 9 0 98.7719 -59.9895 64.15 + 10 108.326 1393 8 1 98.8572 -59.8861 35.55 + 10 114.163 600 8 0 98.8698 -59.873 34.15 + 10 128.561 1394 7 1 99.1206 -59.5976 5.55 + 10 128.525 602 7 0 99.1339 -59.5877 4.15 + 10 168.297 1396 6 1 99.401 -59.3848 -24.45 + 10 126.901 603 6 0 99.4139 -59.3754 -25.85 + 10 165.333 1397 5 1 99.6641 -59.1661 -54.45 + 10 192.168 604 5 0 99.6752 -59.1556 -55.85 + 10 147.392 1398 4 1 99.9101 -58.9444 -84.45 + 10 175.807 605 4 0 99.9264 -58.9322 -85.85 + 10 131.232 1400 3 1 100.254 -58.6756 -114.45 + 10 182.139 606 3 0 100.267 -58.665 -115.85 + 10 250.845 1401 2 1 100.521 -58.4616 -144.45 + 10 116.46 608 2 0 100.533 -58.4499 -145.85 + 10 118.334 1403 1 1 100.771 -58.2144 -174.45 + 10 115.767 609 1 0 100.781 -58.1994 -175.85 + 10 149.594 1404 0 1 100.995 -57.9064 -204.45 + 10 127.561 610 0 0 101.005 -57.8933 -205.85 + 10 49.9376 825 7 0 165.011 -14.9888 3.75 + 10 237.676 824 7 0 165.021 -15.05 3.86567 + 10 108.377 1725 7 1 165.246 -15.4881 5.15 + 10 11.6715 1781 1 1 176.426 -54.5823 -174.85 + 10 163.179 1782 1 1 176.55 -54.4982 -174.66 + 10 52.5031 1783 1 1 176.75 -54.2165 -174.688 + 10 52.7451 625 1 0 176.66 -54.8812 -175.85 + 10 185.151 1769 1 1 174.063 -55.532 -174.85 + 10 54.5815 1768 1 1 173.95 -55.5374 -174.837 + 10 208.176 1398 5 1 99.75 -59.1083 -54.6811 +Number of digits in this event = 24 +Using G4ParticleGun ... +9.08205 LIN +proton +Event: 11 +Number of tracker hits in this event = 25 + 11 102.551 641 10 1 -51.7647 -102.378 95.55 + 11 141.11 388 10 0 -51.7647 -102.378 94.15 + 11 157.449 641 9 1 -51.7627 -102.374 65.55 + 11 174.04 388 9 0 -51.7621 -102.373 64.15 + 11 105.75 641 8 1 -51.7493 -102.361 35.55 + 11 155.77 388 8 0 -51.7485 -102.36 34.15 + 11 150.887 641 7 1 -51.7288 -102.346 5.55 + 11 115.981 389 7 0 -51.7275 -102.345 4.15 + 11 111.285 641 6 1 -51.7028 -102.326 -24.45 + 11 110.722 389 6 0 -51.7022 -102.326 -25.85 + 11 103.148 641 5 1 -51.6906 -102.323 -54.45 + 11 140.41 389 5 0 -51.6896 -102.322 -55.85 + 11 113.758 641 4 1 -51.6597 -102.306 -84.45 + 11 103.617 389 4 0 -51.658 -102.306 -85.85 + 11 106.352 642 3 1 -51.6213 -102.286 -114.45 + 11 106.817 389 3 0 -51.6187 -102.285 -115.85 + 11 518.019 642 2 1 -51.5668 -102.259 -144.45 + 11 149.454 389 2 0 -51.5644 -102.257 -145.85 + 11 123.539 642 1 1 -51.5117 -102.219 -174.45 + 11 328.418 389 1 0 -51.5098 -102.217 -175.85 + 11 93.5668 642 0 1 -51.4694 -102.17 -204.45 + 11 122.768 389 0 0 -51.4672 -102.167 -205.85 + 11 64.2663 385 2 0 -51.4383 -103.022 -145.85 + 11 102.169 384 2 0 -51.4548 -103.15 -146.084 + 11 102.88 640 8 1 -51.8577 -101.973 35.15 +Number of digits in this event = 12 +Using G4ParticleGun ... +8.80008 LIN proton Event: 12 Number of tracker hits in this event = 25 - 12 129.678 697 11 1 -40.6472 44.2982 125.55 - 12 117.485 1121 11 0 -40.6469 44.2989 124.15 - 12 101.266 697 10 1 -40.6396 44.3082 95.55 - 12 160.919 1121 10 0 -40.6398 44.31 94.15 - 12 144.378 697 9 1 -40.6409 44.3476 65.55 - 12 150.37 1121 9 0 -40.6407 44.3492 64.15 - 12 119.291 697 8 1 -40.6382 44.3819 35.55 - 12 107.912 1121 8 0 -40.6373 44.384 34.15 - 12 98.7084 697 7 1 -40.6185 44.4272 5.55 - 12 115.928 1121 7 0 -40.6175 44.4303 4.15 - 12 104.449 697 6 1 -40.5988 44.4978 -24.45 - 12 111.248 1122 6 0 -40.5972 44.5007 -25.85 - 12 144.392 697 5 1 -40.5634 44.5628 -54.45 - 12 100.618 1122 5 0 -40.5617 44.567 -55.85 - 12 102.953 697 4 1 -40.5269 44.6517 -84.45 - 12 116.402 1123 4 0 -40.5259 44.6557 -85.85 - 12 110.144 697 3 1 -40.5062 44.7387 -114.45 - 12 103.494 1123 3 0 -40.5041 44.7418 -115.85 - 12 121.988 697 2 1 -40.4616 44.801 -144.45 - 12 108.241 1123 2 0 -40.4592 44.8033 -145.85 - 12 99.1524 698 1 1 -40.414 44.8495 -174.45 - 12 153.095 1124 1 0 -40.4124 44.8517 -175.85 - 12 103.293 698 0 1 -40.3812 44.895 -204.45 - 12 97.4577 1124 0 0 -40.3796 44.8969 -205.85 - 12 436.339 696 10 1 -40.65 44.3067 95.5075 -Number of digits in this event = 9 + 12 100.081 1230 10 1 66.0749 -62.1453 95.55 + 12 115.302 589 10 0 66.0742 -62.1461 94.15 + 12 156.847 1230 9 1 66.0622 -62.1599 65.55 + 12 119.885 589 9 0 66.0614 -62.1612 64.15 + 12 135.696 1229 8 1 66.0481 -62.1854 35.55 + 12 122.451 589 8 0 66.0474 -62.1872 34.15 + 12 168.306 1229 7 1 66.0336 -62.2236 5.55 + 12 263.326 589 7 0 66.0334 -62.2248 4.15 + 12 98.6101 1229 6 1 66.0263 -62.2488 -24.45 + 12 106.858 589 6 0 66.0262 -62.2496 -25.85 + 12 122.346 1229 5 1 66.0261 -62.2649 -54.45 + 12 119.151 588 5 0 66.0266 -62.2659 -55.85 + 12 105.938 1229 4 1 66.0365 -62.2907 -84.45 + 12 122.573 588 4 0 66.0372 -62.2907 -85.85 + 12 161.858 1230 3 1 66.0513 -62.2881 -114.45 + 12 129.24 588 3 0 66.0516 -62.2878 -115.85 + 12 103.371 1230 2 1 66.0605 -62.2812 -144.45 + 12 141.03 588 2 0 66.0613 -62.2816 -145.85 + 12 119.593 1230 1 1 66.0775 -62.2906 -174.45 + 12 119.95 588 1 0 66.0783 -62.2917 -175.85 + 12 98.4243 1230 0 1 66.0952 -62.3262 -204.45 + 12 338.181 588 0 0 66.0956 -62.3284 -205.85 + 12 79.5827 551 5 0 58.219 -69.6995 -56.25 + 12 68.9881 552 5 0 58.2861 -69.65 -56.034 + 12 319.92 553 5 0 58.2183 -69.45 -56.0161 +Number of digits in this event = 13 Using G4ParticleGun ... -3.74084 LIN +8.08043 LIN proton Event: 13 -Number of tracker hits in this event = 22 - 13 165.661 1323 10 1 84.7771 20.2466 95.55 - 13 170.255 1000 10 0 84.7769 20.2466 94.15 - 13 119.151 1323 9 1 84.7644 20.2504 65.55 - 13 125.411 1001 9 0 84.7664 20.2544 64.15 - 13 137.31 1323 8 1 84.8012 20.3377 35.55 - 13 107.925 1001 8 0 84.8022 20.3417 34.15 - 13 104.301 1323 7 1 84.8253 20.4293 5.55 - 13 95.7951 1001 7 0 84.8266 20.434 4.15 - 13 94.3933 1324 6 1 84.8562 20.5348 -24.45 - 13 117.306 1002 6 0 84.8597 20.5379 -25.85 - 13 129.068 1324 5 1 84.9299 20.6078 -54.45 - 13 104.882 1002 5 0 84.9323 20.6112 -55.85 - 13 114.266 1324 4 1 84.9845 20.6785 -84.45 - 13 108.092 1003 4 0 84.9872 20.6799 -85.85 - 13 207.235 1324 3 1 85.0433 20.7122 -114.45 - 13 141.969 1003 3 0 85.0478 20.7145 -115.85 - 13 104.69 1325 2 1 85.1397 20.7674 -144.45 - 13 108.214 1003 2 0 85.1448 20.769 -145.85 - 13 125.006 1326 1 1 85.2544 20.7958 -174.45 - 13 207.414 1003 1 0 85.2603 20.7983 -175.85 - 13 112.839 1326 0 1 85.3694 20.8326 -204.45 - 13 99.5011 1003 0 0 85.3729 20.8348 -205.85 +Number of tracker hits in this event = 18 + 13 132.284 1436 8 1 107.489 -86.1201 35.55 + 13 101.446 469 8 0 107.49 -86.1205 34.15 + 13 106.349 1436 7 1 107.512 -86.125 5.55 + 13 149.599 469 7 0 107.513 -86.1257 4.15 + 13 103.675 1436 6 1 107.531 -86.1398 -24.45 + 13 105.21 469 6 0 107.532 -86.1406 -25.85 + 13 177.362 1436 5 1 107.546 -86.1596 -54.45 + 13 115.748 469 5 0 107.547 -86.1597 -55.85 + 13 99.364 1437 4 1 107.576 -86.1609 -84.45 + 13 107.661 469 4 0 107.578 -86.1609 -85.85 + 13 100.825 1437 3 1 107.608 -86.1611 -114.45 + 13 124.98 469 3 0 107.61 -86.1607 -115.85 + 13 115.541 1437 2 1 107.64 -86.1524 -144.45 + 13 134.45 469 2 0 107.64 -86.1537 -145.85 + 13 112.084 1437 1 1 107.649 -86.1778 -174.45 + 13 106.794 469 1 0 107.649 -86.178 -175.85 + 13 102.702 1437 0 1 107.659 -86.1799 -204.45 + 13 187.291 469 0 0 107.658 -86.1806 -205.85 Number of digits in this event = 10 Using G4ParticleGun ... -2.56919 LIN +5.46252 LIN proton Event: 14 -Number of tracker hits in this event = 18 - 14 143.464 1200 8 1 60.1456 -132.272 35.55 - 14 141.86 239 8 0 60.1461 -132.272 34.15 - 14 114.77 1200 7 1 60.1516 -132.278 5.55 - 14 112.705 239 7 0 60.1543 -132.279 4.15 - 14 106.352 1200 6 1 60.2006 -132.292 -24.45 - 14 143.475 239 6 0 60.2016 -132.291 -25.85 - 14 98.8547 1200 5 1 60.2127 -132.265 -54.45 - 14 93.6382 239 5 0 60.2114 -132.267 -55.85 - 14 115.106 1200 4 1 60.1942 -132.311 -84.45 - 14 158.393 239 4 0 60.1925 -132.311 -85.85 - 14 97.1596 1200 3 1 60.1554 -132.307 -114.45 - 14 101.769 239 3 0 60.1543 -132.306 -115.85 - 14 145.49 1200 2 1 60.1279 -132.279 -144.45 - 14 108.33 239 2 0 60.1275 -132.274 -145.85 - 14 123.136 1200 1 1 60.1047 -132.161 -174.45 - 14 129.356 239 1 0 60.1006 -132.157 -175.85 - 14 137.237 1199 0 1 60.0056 -132.067 -204.45 - 14 120.085 240 0 0 60.0004 -132.06 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -1.32486 LIN -proton -Event: 15 -Number of tracker hits in this event = 81 - 15 223.02 1212 10 1 62.5742 73.8784 95.55 - 15 106.523 1269 10 0 62.5775 73.8809 94.15 - 15 134.254 1213 9 1 62.6538 73.9217 65.55 - 15 112.224 1269 9 0 62.6523 73.9255 64.15 - 15 128.047 1212 8 1 62.6212 73.9956 35.55 - 15 113.14 1269 8 0 62.6223 73.9972 34.15 - 15 107.43 1212 7 1 62.648 74.0242 5.55 - 15 121.069 1269 7 0 62.6501 74.0287 4.15 - 15 121.423 1213 6 1 62.701 74.1495 -24.45 - 15 138.274 1270 6 0 62.7061 74.1588 -25.85 - 15 25064.2 1213 5 1 62.8025 74.3383 -54.45 - 15 198.819 1273 5 0 63.4444 74.6671 -55.85 - 15 140.879 1272 5 0 63.4736 74.65 -55.9515 - 15 3161.46 1214 5 1 62.85 74.3015 -54.8272 - 15 3085.02 1215 5 1 63.05 74.1418 -54.837 - 15 1476.85 1238 5 0 70.7103 67.7145 -55.85 - 15 5245.72 1212 5 1 62.65 74.1569 -54.7812 - 15 2396.62 497 14 0 19.9054 -80.5872 213.776 - 15 469.023 1211 5 1 62.45 74.1116 -54.8036 - 15 571.763 1210 5 1 62.25 73.9841 -54.791 - 15 430.204 1209 5 1 62.05 73.8536 -54.778 - 15 501.475 1208 5 1 61.85 73.7224 -54.7658 - 15 578.29 1207 5 1 61.65 73.5921 -54.7539 - 15 471.688 1206 5 1 61.45 73.4617 -54.7402 - 15 491.9 1205 5 1 61.25 73.3321 -54.7265 - 15 536.67 1204 5 1 61.05 73.2006 -54.7123 - 15 497.42 1203 5 1 60.85 73.0674 -54.6975 - 15 523.304 1202 5 1 60.65 72.9322 -54.6823 - 15 479.642 1201 5 1 60.45 72.7926 -54.6706 - 15 473.55 1200 5 1 60.25 72.6525 -54.6571 - 15 528.046 1199 5 1 60.05 72.5105 -54.6425 - 15 537.99 1198 5 1 59.85 72.3679 -54.628 - 15 565.106 1197 5 1 59.65 72.2246 -54.6136 - 15 473.173 1196 5 1 59.45 72.0846 -54.6013 - 15 482.794 1195 5 1 59.25 71.9449 -54.5885 - 15 490.847 1194 5 1 59.05 71.8034 -54.576 - 15 597.447 1193 5 1 58.85 71.6612 -54.5629 - 15 526.861 1192 5 1 58.65 71.5154 -54.5479 - 15 735.182 1191 5 1 58.45 71.3702 -54.5326 - 15 588.827 1190 5 1 58.25 71.2281 -54.5158 - 15 542.764 1189 5 1 58.05 71.0881 -54.5015 - 15 582.131 1188 5 1 57.85 70.9469 -54.4892 - 15 660.883 1187 5 1 57.65 70.8076 -54.4768 - 15 503.205 1186 5 1 57.45 70.665 -54.4632 - 15 93.3453 1240 5 0 61.2084 68.1157 -55.85 - 15 337.654 1239 5 0 61.1915 68.05 -55.8608 - 15 316.11 1237 5 0 61.0887 67.65 -55.9259 - 15 289.409 1236 5 0 61.0388 67.45 -55.9579 - 15 246.435 1235 5 0 60.9914 67.25 -55.9839 - 15 254.786 1234 5 0 60.9435 67.05 -56.0099 - 15 242.008 1233 5 0 60.8967 66.85 -56.0351 - 15 254.584 1232 5 0 60.8495 66.65 -56.0591 - 15 283.796 1231 5 0 60.8021 66.45 -56.0834 - 15 331.372 1230 5 0 60.7549 66.25 -56.1075 - 15 269.274 1229 5 0 60.7077 66.05 -56.1323 - 15 476.624 1228 5 0 60.6608 65.85 -56.1571 - 15 269.935 1227 5 0 60.6149 65.65 -56.182 - 15 404.202 1226 5 0 60.5689 65.45 -56.2068 - 15 203.866 1225 5 0 60.5231 65.25 -56.2319 - 15 25.8802 824 5 1 -15.05 -114.355 -54.6296 - 15 141.768 1231 4 1 66.3633 83.9546 -84.45 - 15 35.5683 1321 4 0 66.5319 84.4096 -85.85 - 15 124.139 1322 4 0 66.5468 84.45 -85.9745 - 15 145.659 1249 3 1 69.9732 93.6712 -114.45 - 15 24.1056 1369 3 0 70.142 94.1176 -115.85 - 15 104.458 1370 3 0 70.1543 94.15 -115.952 - 15 162.337 1267 2 1 73.59 103.234 -144.45 - 15 58.8051 1417 2 0 73.76 103.683 -145.85 - 15 157.832 1418 2 0 73.7854 103.75 -146.059 - 15 176.586 1285 1 1 77.1526 112.792 -174.45 - 15 172.798 1465 1 0 77.3212 113.238 -175.85 - 15 20.7884 1466 1 0 77.3635 113.35 -176.201 - 15 122.716 1303 0 1 80.7663 122.421 -204.45 - 15 147.404 1513 0 0 80.934 122.868 -205.85 - 15 48.0084 1514 0 0 80.9649 122.95 -206.108 - 15 2.7128 1224 1 0 79.9518 65.05 -176.144 - 15 253.935 372 12 1 -105.657 26.4549 155.15 - 15 99.2124 1223 1 0 79.9447 64.8496 -175.992 - 15 286.074 1222 1 0 79.9628 64.65 -176.053 - 15 57.5559 1298 2 1 79.7915 61.5142 -144.85 - 15 182.571 1205 2 0 79.4182 61.1698 -145.85 -Number of digits in this event = 69 -Using G4ParticleGun ... -6.726 LIN -proton -Event: 16 -Number of tracker hits in this event = 26 - 16 398.778 965 11 1 13.2081 -63.6002 125.55 - 16 115.277 582 11 0 13.2089 -63.5993 124.15 - 16 140.405 965 10 1 13.2239 -63.5813 95.55 - 16 102.493 582 10 0 13.2241 -63.5812 94.15 - 16 105.566 965 9 1 13.2293 -63.5788 65.55 - 16 114.649 582 9 0 13.2304 -63.5774 64.15 - 16 132.942 966 8 1 13.2541 -63.5509 35.55 - 16 116.936 582 8 0 13.2555 -63.5499 34.15 - 16 223.477 966 7 1 13.2827 -63.5303 5.55 - 16 125.567 582 7 0 13.2844 -63.5292 4.15 - 16 108.883 966 6 1 13.3226 -63.5065 -24.45 - 16 140.178 582 6 0 13.3242 -63.5048 -25.85 - 16 117.053 966 5 1 13.3563 -63.4702 -54.45 - 16 114.636 582 5 0 13.3578 -63.4683 -55.85 - 16 119.712 966 4 1 13.3874 -63.4273 -84.45 - 16 116.538 583 4 0 13.3897 -63.4252 -85.85 - 16 127.767 966 3 1 13.4403 -63.3785 -114.45 - 16 96.8668 583 3 0 13.4427 -63.3766 -115.85 - 16 121.563 967 2 1 13.49 -63.3404 -144.45 - 16 125.689 583 2 0 13.4924 -63.3397 -145.85 - 16 185.315 967 1 1 13.539 -63.3248 -174.45 - 16 174.322 583 1 0 13.5418 -63.3262 -175.85 - 16 130.24 967 0 1 13.5984 -63.3568 -204.45 - 16 108.527 583 0 0 13.5995 -63.3579 -205.85 - 16 23.6768 502 9 0 178.127 -79.6259 64.115 - 16 16.3222 965 7 1 13.25 -63.4771 5.44538 -Number of digits in this event = 15 -Using G4ParticleGun ... -3.99313 LIN -proton -Event: 17 -Number of tracker hits in this event = 20 - 17 100.453 997 9 1 19.4691 -132.506 65.55 - 17 112.499 238 9 0 19.4703 -132.505 64.15 - 17 140.675 997 8 1 19.4919 -132.477 35.55 - 17 129.28 238 8 0 19.4918 -132.474 34.15 - 17 103.432 997 7 1 19.492 -132.411 5.55 - 17 115.932 238 7 0 19.4918 -132.408 4.15 - 17 102.678 997 6 1 19.4857 -132.343 -24.45 - 17 116.098 239 6 0 19.4864 -132.338 -25.85 - 17 131.359 997 5 1 19.4958 -132.244 -54.45 - 17 96.8854 239 5 0 19.4956 -132.241 -55.85 - 17 103.261 997 4 1 19.492 -132.187 -84.45 - 17 214.018 239 4 0 19.4923 -132.185 -85.85 - 17 94.0646 997 3 1 19.4966 -132.134 -114.45 - 17 121.099 240 3 0 19.499 -132.129 -115.85 - 17 103.474 997 2 1 19.5373 -132.045 -144.45 - 17 117.27 240 2 0 19.5413 -132.039 -145.85 - 17 301.08 997 1 1 19.6248 -131.903 -174.45 - 17 96.2543 241 1 0 19.6303 -131.898 -175.85 - 17 97.6694 998 0 1 19.7411 -131.777 -204.45 - 17 99.2121 241 0 0 19.7469 -131.771 -205.85 -Number of digits in this event = 8 -Using G4ParticleGun ... -5.27833 LIN -proton -Event: 18 -Number of tracker hits in this event = 35 - 18 167.56 832 9 1 -13.5472 -126.979 65.55 - 18 335.11 265 9 0 -13.5473 -126.979 64.15 - 18 121.795 832 8 1 -13.5465 -126.972 35.55 - 18 156.809 265 8 0 -13.5456 -126.972 34.15 - 18 92.1194 832 7 1 -13.5251 -126.974 5.55 - 18 181.389 265 7 0 -13.5234 -126.974 4.15 - 18 152.658 832 6 1 -13.4868 -126.969 -24.45 - 18 117.582 265 6 0 -13.4837 -126.969 -25.85 - 18 265.094 833 5 1 -13.4188 -126.97 -54.45 - 18 186.537 265 5 0 -13.4142 -126.97 -55.85 - 18 117.857 833 4 1 -13.3187 -126.955 -84.45 - 18 121.494 265 4 0 -13.3135 -126.955 -85.85 - 18 119.391 834 3 1 -13.2093 -126.953 -114.45 - 18 121.81 265 3 0 -13.2041 -126.953 -115.85 - 18 92.2249 834 2 1 -13.099 -126.944 -144.45 - 18 99.7546 266 2 0 -13.0952 -126.943 -145.85 - 18 219.489 835 1 1 -13.016 -126.936 -174.45 - 18 145.574 266 1 0 -13.011 -126.935 -175.85 - 18 104.888 835 0 1 -12.9098 -126.91 -204.45 - 18 112.112 266 0 0 -12.9037 -126.908 -205.85 - 18 135.541 262 5 0 -13.4101 -127.551 -55.85 - 18 125.268 828 4 1 -14.317 -135.093 -84.4501 - 18 62.0115 220 4 0 -14.4207 -136.039 -85.8507 - 18 78.1975 219 4 0 -14.4355 -136.15 -86.0258 - 18 162.991 800 3 1 -19.9123 -155.583 -114.451 - 18 29.0218 799 3 1 -20.05 -155.742 -114.772 - 18 30.4937 119 3 0 -20.57 -156.32 -115.851 - 18 99.2631 118 3 0 -20.6176 -156.35 -115.933 - 18 13.7354 695 2 1 -40.9049 -155.696 -144.45 - 18 241.464 696 2 1 -40.8498 -155.694 -144.478 - 18 122.97 697 2 1 -40.65 -155.683 -144.545 - 18 191.005 698 2 1 -40.45 -155.667 -144.595 - 18 202.621 699 2 1 -40.25 -155.553 -144.651 - 18 178.042 700 2 1 -40.05 -155.314 -144.661 - 18 27.0506 701 2 1 -39.85 -155.057 -144.507 -Number of digits in this event = 22 -Using G4ParticleGun ... -6.9894 LIN -proton -Event: 19 -Number of tracker hits in this event = 34 - 19 103.034 553 10 1 -69.3489 57.2385 95.55 - 19 231.948 1185 10 0 -69.3493 57.2372 94.15 - 19 101.276 553 9 1 -69.3557 57.2142 65.55 - 19 120.011 1185 9 0 -69.3547 57.2134 64.15 - 19 132.035 553 8 1 -69.3324 57.2015 35.55 - 19 214.574 1185 8 0 -69.331 57.2004 34.15 - 19 115.79 553 7 1 -69.3001 57.1699 5.55 - 19 110.117 1185 7 0 -69.2983 57.1688 4.15 - 19 114.179 553 6 1 -69.264 57.1453 -24.45 - 19 107.895 1185 6 0 -69.2624 57.1433 -25.85 - 19 99.8741 554 5 1 -69.2261 57.1057 -54.45 - 19 116.408 1185 5 0 -69.2247 57.104 -55.85 - 19 96.3933 554 4 1 -69.1929 57.0658 -84.45 - 19 99.7823 1185 4 0 -69.1901 57.0638 -85.85 - 19 127.178 554 3 1 -69.1386 57.0248 -114.45 - 19 95.1444 1184 3 0 -69.136 57.0256 -115.85 - 19 157.435 554 2 1 -69.0873 57.044 -144.45 - 19 139.238 1184 2 0 -69.0863 57.0451 -145.85 - 19 112.714 554 1 1 -69.0647 57.0665 -174.45 - 19 113.654 1185 1 0 -69.064 57.0631 -175.85 - 19 5.74252 554 0 1 -69.05 56.9914 -204.45 - 19 118.307 555 0 1 -69.05 56.9913 -204.477 - 19 151.593 1184 0 0 -69.0494 56.9885 -205.85 - 19 97.1525 1510 8 1 122.15 -87.6834 35.4009 - 19 71.5556 868 13 0 32.0878 -6.31127 183.75 - 19 85.4663 867 13 0 32.1416 -6.45 183.935 - 19 171.335 1058 13 1 31.773 -6.54507 185.15 - 19 261.325 1057 13 1 31.6499 -6.51847 185.319 - 19 57.1063 821 0 0 -127.229 -15.6654 -206.25 - 19 93.0429 820 0 0 -127.308 -15.8501 -206.174 - 19 172.204 819 0 0 -127.447 -16.0504 -206.004 - 19 160.719 264 0 1 -127.211 -17.0414 -204.85 - 19 15.5699 265 0 1 -127.15 -17.1212 -204.52 - 19 133.664 1186 10 0 -69.161 57.25 93.8018 -Number of digits in this event = 15 -Using G4ParticleGun ... -4.6161 LIN -proton -Event: 20 Number of tracker hits in this event = 27 - 20 138.473 641 10 1 -51.7353 71.8807 95.55 - 20 92.8936 1259 10 0 -51.7352 71.8812 94.15 - 20 110.786 641 9 1 -51.7342 71.901 65.55 - 20 162.356 1259 9 0 -51.7353 71.9024 64.15 - 20 96.1995 641 8 1 -51.7618 71.9348 35.55 - 20 122.345 1259 8 0 -51.7648 71.9358 34.15 - 20 149.442 641 7 1 -51.8264 71.9575 5.55 - 20 111.042 1259 7 0 -51.8304 71.9567 4.15 - 20 148.684 640 6 1 -51.9137 71.9389 -24.45 - 20 166.678 1259 6 0 -51.9189 71.9373 -25.85 - 20 124.009 640 5 1 -52.0307 71.8994 -54.45 - 20 143.74 1259 5 0 -52.0357 71.8984 -55.85 - 20 102.491 639 4 1 -52.1347 71.881 -84.45 - 20 146.703 1259 4 0 -52.1387 71.8792 -85.85 - 20 136.07 639 3 1 -52.2181 71.8408 -114.45 - 20 220.489 1258 3 0 -52.2219 71.8375 -115.85 - 20 109.673 638 2 1 -52.2994 71.7739 -144.45 - 20 97.0099 1258 2 0 -52.3025 71.7715 -145.85 - 20 106.117 638 1 1 -52.3644 71.725 -174.45 - 20 166.549 1258 1 0 -52.3666 71.7221 -175.85 - 20 104.871 638 0 1 -52.4101 71.6625 -204.45 - 20 160.92 1258 0 0 -52.4122 71.6592 -205.85 - 20 217.358 640 7 1 -51.85 71.988 5.41363 - 20 13.4553 1271 7 0 -52.9009 74.4169 4.15 - 20 72.1072 1272 7 0 -52.9094 74.45 4.13693 - 20 153.155 1273 7 0 -52.9372 74.65 4.03537 - 20 196.258 1274 7 0 -53.0059 74.85 3.8597 + 14 255.084 736 11 1 -32.766 62.389 125.55 + 14 129.958 1211 11 0 -32.7683 62.3895 124.15 + 14 97.3546 736 10 1 -32.8191 62.4009 95.55 + 14 134.292 1211 10 0 -32.8222 62.4004 94.15 + 14 111.606 735 9 1 -32.8876 62.3841 65.55 + 14 92.4933 1211 9 0 -32.8917 62.3838 64.15 + 14 195.582 735 8 1 -32.9774 62.378 35.55 + 14 128.865 1211 8 0 -32.981 62.3772 34.15 + 14 120.262 734 7 1 -33.0546 62.3639 5.55 + 14 118.092 1211 7 0 -33.0583 62.364 4.15 + 14 223.935 734 6 1 -33.134 62.3702 -24.45 + 14 104.391 1211 6 0 -33.1369 62.3695 -25.85 + 14 254.157 734 5 1 -33.2026 62.3531 -54.45 + 14 126.008 1211 5 0 -33.2053 62.3523 -55.85 + 14 155.326 733 4 1 -33.2598 62.3346 -84.45 + 14 141.277 1211 4 0 -33.2611 62.334 -85.85 + 14 124.94 733 3 1 -33.2864 62.3243 -114.45 + 14 100.164 1211 3 0 -33.2882 62.3243 -115.85 + 14 99.9554 733 2 1 -33.3248 62.3196 -144.45 + 14 162.801 1211 2 0 -33.3269 62.3185 -145.85 + 14 126.966 733 1 1 -33.3674 62.3019 -174.45 + 14 97.7257 1211 1 0 -33.3688 62.3007 -175.85 + 14 167.422 733 0 1 -33.4017 62.2726 -204.45 + 14 100.989 1211 0 0 -33.4038 62.2712 -205.85 + 14 282.857 1210 5 0 -33.1707 62.2377 -55.8501 + 14 113.41 1078 5 0 -82.0748 35.7122 -56.25 + 14 101.218 1178 5 0 -101.66 55.7991 -56.25 Number of digits in this event = 17 Using G4ParticleGun ... -7.68023 LIN +1.13294 LIN proton -Event: 21 -Number of tracker hits in this event = 25 - 21 120.787 1097 11 1 39.5255 -71.085 125.55 - 21 116.864 544 11 0 39.5247 -71.086 124.15 - 21 129.162 1097 10 1 39.5089 -71.1027 95.55 - 21 105.625 544 10 0 39.5077 -71.1021 94.15 - 21 102.933 1097 9 1 39.4785 -71.0878 65.55 - 21 279.508 544 9 0 39.4777 -71.0869 64.15 - 21 184.319 1097 8 1 39.4604 -71.0714 35.55 - 21 114.404 544 8 0 39.4589 -71.0705 34.15 - 21 141.002 1096 7 1 39.4282 -71.055 5.55 - 21 122.307 544 7 0 39.4266 -71.0542 4.15 - 21 133.509 1096 6 1 39.3942 -71.0334 -24.45 - 21 103.818 545 6 0 39.3931 -71.0316 -25.85 - 21 175.708 1096 5 1 39.372 -70.996 -54.45 - 21 186.425 545 5 0 39.3715 -70.9939 -55.85 - 21 113.364 1096 4 1 39.3589 -70.9504 -84.45 - 21 105.593 545 4 0 39.3589 -70.9481 -85.85 - 21 100.706 1096 3 1 39.3607 -70.8997 -114.45 - 21 118.728 545 3 0 39.361 -70.8968 -115.85 - 21 114.416 1096 2 1 39.3692 -70.8359 -144.45 - 21 130.6 546 2 0 39.3697 -70.8338 -145.85 - 21 103.6 1096 1 1 39.379 -70.7938 -174.45 - 21 151.628 546 1 0 39.3781 -70.7912 -175.85 - 21 128.51 1096 0 1 39.3561 -70.7363 -204.45 - 21 301.294 546 0 0 39.354 -70.734 -205.85 - 21 178.621 1096 8 1 39.45 -71.1108 35.4951 +Event: 15 +Number of tracker hits in this event = 20 + 15 99.7161 1349 8 1 89.9077 -101.939 35.55 + 15 4.62397 391 8 0 89.903 -101.95 34.15 + 15 149.806 390 8 0 89.9029 -101.95 34.1313 + 15 117.926 1348 7 1 89.8211 -102.161 5.55 + 15 188.428 389 7 0 89.8178 -102.17 4.15 + 15 127.728 1348 6 1 89.7353 -102.35 -24.45 + 15 105.479 388 6 0 89.7308 -102.356 -25.85 + 15 114.616 1347 5 1 89.6362 -102.517 -54.45 + 15 178.976 388 5 0 89.6345 -102.526 -55.85 + 15 179.729 1347 4 1 89.6148 -102.671 -84.45 + 15 223.227 387 4 0 89.6087 -102.671 -85.85 + 15 136.388 1346 3 1 89.43 -102.72 -114.45 + 15 130.238 387 3 0 89.4223 -102.725 -115.85 + 15 154.584 1346 2 1 89.2959 -102.838 -144.45 + 15 286.724 386 2 0 89.2883 -102.841 -145.85 + 15 125.192 1345 1 1 89.1496 -102.893 -174.45 + 15 116.957 386 1 0 89.1393 -102.896 -175.85 + 15 145.04 1344 0 1 88.9185 -102.955 -204.45 + 15 140.277 385 0 0 88.908 -102.96 -205.85 + 15 473.281 469 5 1 -86.0815 -17.1072 -54.6094 Number of digits in this event = 15 Using G4ParticleGun ... -8.63479 LIN +7.82615 LIN proton -Event: 22 -Number of tracker hits in this event = 39 - 22 104.711 268 8 1 -126.36 51.3489 35.55 - 22 136.844 1156 8 0 -126.361 51.3484 34.15 - 22 129.038 268 7 1 -126.374 51.3375 5.55 - 22 127.863 1156 7 0 -126.375 51.3365 4.15 - 22 108.897 268 6 1 -126.383 51.3168 -24.45 - 22 321.342 1156 6 0 -126.384 51.3158 -25.85 - 22 200.613 268 5 1 -126.401 51.287 -54.45 - 22 141.877 1156 5 0 -126.401 51.2868 -55.85 - 22 187.633 268 4 1 -126.399 51.2836 -84.45 - 22 166.113 1156 4 0 -126.4 51.2825 -85.85 - 22 112.701 268 3 1 -126.412 51.2618 -114.45 - 22 115.093 1156 3 0 -126.412 51.2605 -115.85 - 22 135.885 268 2 1 -126.4 51.2376 -144.45 - 22 117.771 1155 2 0 -126.4 51.2355 -145.85 - 22 114.576 268 1 1 -126.396 51.1914 -174.45 - 22 137.397 1155 1 0 -126.396 51.1897 -175.85 - 22 154.506 268 0 1 -126.404 51.1534 -204.45 - 22 110.023 1155 0 0 -126.406 51.1522 -205.85 - 22 29.5869 1524 0 1 124.95 -27.2194 -204.837 - 22 25.9512 1157 4 0 -126.245 51.6178 -85.85 - 22 47.3532 1158 4 0 -126.252 51.6501 -85.9146 - 22 70.7587 1159 4 0 -126.26 51.8501 -85.9439 - 22 167.311 1160 4 0 -126.303 52.05 -86.0584 - 22 145.587 1161 4 0 -126.62 52.25 -86.0418 - 22 147.541 1162 4 0 -126.598 52.45 -86.1438 - 22 10.2674 270 4 1 -126.037 51.9923 -84.85 - 22 20.1672 1152 5 0 -126.563 50.4998 -55.85 - 22 97.2523 1151 5 0 -126.571 50.45 -55.9189 - 22 57.1862 850 5 0 -129.167 -9.86106 -56.25 - 22 81.217 849 5 0 -129.231 -10.05 -56.1704 - 22 117.176 848 5 0 -129.345 -10.25 -56.2023 - 22 56.0608 252 5 1 -129.574 -10.9863 -54.85 - 22 239.534 253 5 1 -129.55 -11.0431 -54.6962 - 22 17.8483 254 5 1 -129.35 -10.7867 -54.8298 - 22 128.311 856 5 0 -127.004 -8.76157 -55.85 - 22 34.0365 857 5 0 -126.844 -8.64985 -56.1507 - 22 178.077 1110 6 0 -129.394 42.1245 -26.25 - 22 130.709 264 6 1 -127.228 50.6799 -24.85 - 22 258.931 263 6 1 -127.35 50.4115 -24.7273 -Number of digits in this event = 22 +Event: 16 +Number of tracker hits in this event = 36 + 16 88.9794 1213 9 1 62.6684 -119.323 65.55 + 16 226.727 304 9 0 62.6681 -119.322 64.15 + 16 104.444 1213 8 1 62.6654 -119.315 35.55 + 16 142.808 304 8 0 62.6652 -119.315 34.15 + 16 107.351 1213 7 1 62.6603 -119.307 5.55 + 16 110.651 304 7 0 62.6593 -119.305 4.15 + 16 111.624 1212 6 1 62.6391 -119.259 -24.45 + 16 121.388 304 6 0 62.6379 -119.258 -25.85 + 16 106.561 1212 5 1 62.6096 -119.234 -54.45 + 16 132.435 304 5 0 62.6078 -119.234 -55.85 + 16 109.536 1212 4 1 62.5673 -119.223 -84.45 + 16 120.866 304 4 0 62.5657 -119.223 -85.85 + 16 121.223 1212 3 1 62.5304 -119.214 -114.45 + 16 253.429 304 3 0 62.5282 -119.214 -115.85 + 16 110.335 1212 2 1 62.4862 -119.219 -144.45 + 16 243.933 304 2 0 62.4844 -119.219 -145.85 + 16 96.6383 1211 1 1 62.4489 -119.219 -174.45 + 16 315.355 304 1 0 62.4475 -119.22 -175.85 + 16 115.915 1211 0 1 62.4219 -119.228 -204.45 + 16 122.255 304 0 0 62.4218 -119.229 -205.85 + 16 28.956 321 13 1 -115.794 -27.6425 185.15 + 16 18.7457 320 13 1 -115.95 -27.5639 185.488 + 16 114.505 319 13 1 -116.167 -27.6266 185.55 + 16 140.67 760 13 0 -116.319 -27.9433 184.15 + 16 107.544 801 13 0 -115.178 -19.7671 183.751 + 16 10.2205 800 13 0 -115.285 -19.85 184.116 + 16 47.9611 324 13 1 -115.175 -20.2954 185.15 + 16 72.1981 325 13 1 -115.15 -20.3328 185.287 + 16 349.676 326 13 1 -114.95 -20.2596 185.444 + 16 204.851 327 13 1 -114.75 -20.2456 185.524 + 16 13.7636 368 0 0 97.2331 -106.444 -206.25 + 16 157.277 369 0 0 97.3274 -106.35 -206.058 + 16 110.616 746 2 1 -30.7029 -129.705 -144.755 + 16 95.2621 305 3 0 62.5107 -119.15 -115.905 + 16 219.078 306 3 0 62.498 -118.95 -115.944 + 16 50.8122 1210 3 1 62.2438 -119.006 -114.85 +Number of digits in this event = 19 Using G4ParticleGun ... -9.90541 LIN +6.31693 LIN proton -Event: 23 -Number of tracker hits in this event = 22 - 23 101.424 981 10 1 16.2926 95.1926 95.55 - 23 150.167 1375 10 0 16.2923 95.1921 94.15 - 23 120.372 981 9 1 16.287 95.1816 65.55 - 23 102.85 1375 9 0 16.2872 95.1813 64.15 - 23 160.247 981 8 1 16.291 95.1752 35.55 - 23 151.587 1375 8 0 16.2906 95.1745 34.15 - 23 173.167 981 7 1 16.2826 95.1624 5.55 - 23 104.454 1375 7 0 16.2827 95.1614 4.15 - 23 95.4804 981 6 1 16.2843 95.1424 -24.45 - 23 116.32 1374 6 0 16.2841 95.1416 -25.85 - 23 97.8739 981 5 1 16.2774 95.1255 -54.45 - 23 110.048 1374 5 0 16.2767 95.1246 -55.85 - 23 298.497 981 4 1 16.2614 95.1064 -84.45 - 23 102.609 1374 4 0 16.2608 95.1057 -85.85 - 23 130.3 980 3 1 16.2482 95.0959 -114.45 - 23 127.95 1374 3 0 16.2482 95.096 -115.85 - 23 100.758 980 2 1 16.2485 95.0964 -144.45 - 23 106.424 1374 2 0 16.248 95.0969 -145.85 - 23 125.421 980 1 1 16.2352 95.1066 -174.45 - 23 122.979 1374 1 0 16.2349 95.107 -175.85 - 23 99.0493 980 0 1 16.227 95.1167 -204.45 - 23 156.558 1374 0 0 16.2273 95.1172 -205.85 -Number of digits in this event = 12 +Event: 17 +Number of tracker hits in this event = 21 + 17 261.768 558 9 1 -68.3669 -115.773 65.55 + 17 208.488 321 9 0 -68.3669 -115.772 64.15 + 17 336.317 558 8 1 -68.3686 -115.771 35.55 + 17 106.891 321 8 0 -68.3688 -115.771 34.15 + 17 111.183 558 7 1 -68.3703 -115.775 5.55 + 17 114.3 321 7 0 -68.3696 -115.774 4.15 + 17 93.2669 558 6 1 -68.3595 -115.764 -24.45 + 17 119.573 321 6 0 -68.3585 -115.762 -25.85 + 17 114.916 558 5 1 -68.3433 -115.711 -54.45 + 17 83.0545 322 5 0 -68.3432 -115.708 -55.85 + 17 102.534 558 4 1 -68.3417 -115.639 -84.45 + 17 116.63 322 4 0 -68.3423 -115.635 -85.85 + 17 137.362 558 3 1 -68.3609 -115.543 -114.45 + 17 96.4333 323 3 0 -68.3614 -115.538 -115.85 + 17 96.2514 558 2 1 -68.3714 -115.437 -144.45 + 17 99.3464 323 2 0 -68.3723 -115.432 -145.85 + 17 110.686 558 1 1 -68.39 -115.325 -174.45 + 17 153.417 324 1 0 -68.3903 -115.319 -175.85 + 17 112.896 558 0 1 -68.3978 -115.206 -204.45 + 17 122.102 324 0 0 -68.3986 -115.2 -205.85 + 17 115.616 326 8 0 -68.1906 -114.869 34.15 +Number of digits in this event = 7 Using G4ParticleGun ... -7.82936 LIN +4.56913 LIN proton -Event: 24 -Number of tracker hits in this event = 50 - 24 110.225 821 11 1 -15.758 -16.3876 125.55 - 24 105.112 818 11 0 -15.7575 -16.3876 124.15 - 24 165.176 821 10 1 -15.7498 -16.382 95.55 - 24 129.402 818 10 0 -15.7501 -16.3819 94.15 - 24 186.206 821 9 1 -15.7531 -16.3786 65.55 - 24 113.87 818 9 0 -15.7536 -16.3772 64.15 - 24 147.2 821 8 1 -15.7628 -16.3453 35.55 - 24 181.269 818 8 0 -15.7638 -16.343 34.15 - 24 240.794 821 7 1 -15.7886 -16.2979 5.55 - 24 117.388 818 7 0 -15.7906 -16.2955 4.15 - 24 118.335 821 6 1 -15.8307 -16.2443 -24.45 - 24 101.142 819 6 0 -15.832 -16.2421 -25.85 - 24 187.805 820 5 1 -15.854 -16.1947 -54.45 - 24 129.831 819 5 0 -15.8558 -16.1916 -55.85 - 24 135.421 820 4 1 -15.8917 -16.1293 -84.45 - 24 119.204 819 4 0 -15.8957 -16.1245 -85.85 - 24 112.444 820 3 1 -15.9777 -16.0255 -114.45 - 24 104.42 820 3 0 -15.981 -16.0203 -115.85 - 24 106.68 819 2 1 -16.0511 -15.9197 -144.45 - 24 162.384 820 2 0 -16.0546 -15.9141 -145.85 - 24 109.626 819 1 1 -16.1264 -15.7999 -174.45 - 24 154.845 821 1 0 -16.1302 -15.7943 -175.85 - 24 146.628 819 0 1 -16.2044 -15.6729 -204.45 - 24 125.771 821 0 0 -16.208 -15.6666 -205.85 - 24 5.46987 822 7 1 -15.65 -16.2659 5.17099 - 24 99.9844 819 7 0 -15.3752 -16.1325 4.15 - 24 57.6617 820 7 0 -15.2911 -16.05 3.87682 - 24 125.782 873 6 1 -5.29321 -6.69442 -24.45 - 24 76.8058 862 6 0 -5.18899 -7.48549 -25.85 - 24 104.379 861 6 0 -5.19226 -7.65007 -26.0523 - 24 6.75655 860 6 0 -5.19466 -7.85 -26.2311 - 24 87.9797 874 5 1 -5.15581 -41.6211 -54.4501 - 24 24.6411 875 5 1 -5.05 -41.7369 -54.7611 - 24 141.397 688 5 0 -4.1976 -42.2798 -55.85 - 24 29.6954 687 5 0 -3.98922 -42.45 -56.1624 - 24 222.523 960 4 1 12.0969 -60.7222 -84.4501 - 24 62.2085 591 4 0 12.3852 -61.7113 -85.8502 - 24 92.6972 590 4 0 12.4331 -61.85 -86.0502 - 24 42.0962 243 4 0 62.3301 -131.441 -86.25 - 24 72.1725 242 4 0 62.435 -131.55 -86.1718 - 24 89.2086 241 4 0 62.6199 -131.75 -86.0193 - 24 9.23625 240 4 0 62.8098 -131.95 -85.8601 - 24 25.2913 1220 4 1 64.187 -133.179 -84.85 - 24 188.089 1221 4 1 64.2504 -133.239 -84.7987 - 24 285.174 1222 4 1 64.45 -133.408 -84.6974 - 24 98.7704 1223 4 1 64.65 -133.56 -84.6107 - 24 216.518 1224 4 1 64.85 -133.691 -84.5096 - 24 2.17219 225 4 0 64.4909 -135.144 -85.85 - 24 88.8587 224 4 0 64.4884 -135.15 -85.8579 - 24 50.8879 223 4 0 64.4226 -135.35 -86.1152 -Number of digits in this event = 20 +Event: 18 +Number of tracker hits in this event = 25 + 18 108.245 605 11 1 -58.872 41.7395 125.55 + 18 92.9129 1108 11 0 -58.8726 41.74 124.15 + 18 138.976 605 10 1 -58.8843 41.749 95.55 + 18 170.163 1108 10 0 -58.8823 41.7498 94.15 + 18 120.782 606 9 1 -58.8378 41.7654 65.55 + 18 101.749 1108 9 0 -58.8336 41.7675 64.15 + 18 124.183 606 8 1 -58.7479 41.8145 35.55 + 18 114.825 1108 8 0 -58.7423 41.8163 34.15 + 18 198.204 607 7 1 -58.6238 41.8536 5.55 + 18 148.365 1109 7 0 -58.6194 41.8552 4.15 + 18 100.988 607 6 1 -58.5356 41.886 -24.45 + 18 120.426 1109 6 0 -58.5318 41.887 -25.85 + 18 3.59597 607 5 1 -58.4501 41.9059 -54.45 + 18 101.461 608 5 1 -58.45 41.906 -54.4657 + 18 109.153 1109 5 0 -58.4443 41.9071 -55.85 + 18 86.4673 608 4 1 -58.3302 41.9292 -84.45 + 18 252.179 1109 4 0 -58.3242 41.9288 -85.85 + 18 189.47 609 3 1 -58.2002 41.9246 -114.45 + 18 90.7758 1109 3 0 -58.2102 41.9208 -115.85 + 18 147.481 608 2 1 -58.4154 41.843 -144.45 + 18 121.531 1108 2 0 -58.4262 41.8391 -145.85 + 18 120.429 606 1 1 -58.6516 41.7584 -174.45 + 18 97.5978 1108 1 0 -58.6642 41.7551 -175.85 + 18 111.937 605 0 1 -58.9264 41.686 -204.45 + 18 112.539 1108 0 0 -58.9399 41.6838 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -9.98923 LIN +8.47583 LIN proton -Event: 25 -Number of tracker hits in this event = 19 - 25 117.672 1624 8 1 145.076 -4.26226 35.55 - 25 106.352 878 8 0 145.076 -4.26225 34.15 - 25 100.842 1624 7 1 145.084 -4.26199 5.55 - 25 119.745 878 7 0 145.085 -4.2622 4.15 - 25 99.3411 1624 6 1 145.108 -4.26719 -24.45 - 25 149.184 878 6 0 145.108 -4.26723 -25.85 - 25 98.8395 1624 5 1 145.125 -4.27054 -54.45 - 25 125.426 878 5 0 145.126 -4.27053 -55.85 - 25 208.676 1624 4 1 145.144 -4.27018 -84.45 - 25 100.49 878 4 0 145.145 -4.27079 -85.85 - 25 114.179 1625 3 1 145.17 -4.28351 -114.45 - 25 113.698 878 3 0 145.172 -4.2849 -115.85 - 25 126.351 1625 2 1 145.212 -4.31213 -144.45 - 25 152.501 878 2 0 145.214 -4.31305 -145.85 - 25 111.557 1625 1 1 145.258 -4.33376 -174.45 - 25 115.327 878 1 0 145.26 -4.33418 -175.85 - 25 154.143 1625 0 1 145.306 -4.34499 -204.45 - 25 123.068 878 0 0 145.308 -4.34538 -205.85 - 25 114.235 1626 0 1 145.35 -4.29109 -204.545 -Number of digits in this event = 8 -Using G4ParticleGun ... -4.69101 LIN -proton -Event: 26 -Number of tracker hits in this event = 31 - 26 107.481 802 9 1 -19.5738 -115.552 65.55 - 26 123.638 322 9 0 -19.5742 -115.552 64.15 - 26 133.352 802 8 1 -19.5852 -115.553 35.55 - 26 178.232 322 8 0 -19.5841 -115.555 34.15 - 26 87.8772 802 7 1 -19.565 -115.586 5.55 - 26 112.325 322 7 0 -19.5636 -115.588 4.15 - 26 117.542 802 6 1 -19.5364 -115.628 -24.45 - 26 144.265 322 6 0 -19.5347 -115.629 -25.85 - 26 136.448 802 5 1 -19.5017 -115.655 -54.45 - 26 133.214 322 5 0 -19.5008 -115.656 -55.85 - 26 152.208 802 4 1 -19.4793 -115.686 -84.45 - 26 107.762 322 4 0 -19.4774 -115.688 -85.85 - 26 96.4756 803 3 1 -19.4424 -115.723 -114.45 - 26 119.48 322 3 0 -19.4403 -115.726 -115.85 - 26 133.911 803 2 1 -19.398 -115.768 -144.45 - 26 128.034 321 2 0 -19.3957 -115.769 -145.85 - 26 314.656 803 1 1 -19.3557 -115.794 -174.45 - 26 108.98 321 1 0 -19.3544 -115.804 -175.85 - 26 101.212 803 0 1 -19.3339 -115.996 -204.45 - 26 194.592 320 0 0 -19.3328 -116.006 -205.85 - 26 139.808 319 0 0 -19.3544 -116.15 -206.163 - 26 43.1748 196 0 0 60.354 -140.885 -206.25 - 26 16.1299 802 1 1 -19.45 -115.728 -174.811 - 26 37.3176 323 1 0 -20.6947 -115.51 -175.85 - 26 56.2317 792 1 1 -21.482 -115.266 -174.85 - 26 316.371 793 1 1 -21.45 -115.267 -174.731 - 26 9.26416 794 1 1 -21.25 -115.47 -174.583 - 26 91.3092 383 2 0 -9.24583 -103.487 -146.25 - 26 67.0449 382 2 0 -9.20705 -103.55 -146.046 - 26 138.101 381 2 0 -9.21901 -103.75 -146.036 - 26 149.42 856 2 1 -8.7732 -103.739 -144.85 +Event: 19 +Number of tracker hits in this event = 29 + 19 100.334 793 10 1 -21.4202 105.865 95.55 + 19 250.35 1428 10 0 -21.4195 105.864 94.15 + 19 109.123 793 9 1 -21.4024 105.852 65.55 + 19 109.464 1428 9 0 -21.4022 105.852 64.15 + 19 163.559 793 8 1 -21.404 105.831 35.55 + 19 127.849 1428 8 0 -21.4043 105.831 34.15 + 19 118.457 793 7 1 -21.4095 105.824 5.55 + 19 115.558 1428 7 0 -21.4098 105.823 4.15 + 19 147.083 793 6 1 -21.4174 105.812 -24.45 + 19 132.192 1428 6 0 -21.4186 105.811 -25.85 + 19 124.369 793 5 1 -21.4448 105.795 -54.45 + 19 153.383 1428 5 0 -21.4457 105.793 -55.85 + 19 93.707 792 4 1 -21.4624 105.766 -84.45 + 19 131.85 1428 4 0 -21.4631 105.765 -85.85 + 19 124.752 792 3 1 -21.4782 105.749 -114.45 + 19 139.264 1427 3 0 -21.4791 105.747 -115.85 + 19 107.771 792 2 1 -21.4969 105.711 -144.45 + 19 121.107 1427 2 0 -21.4983 105.709 -145.85 + 19 122.12 792 1 1 -21.5202 105.657 -174.45 + 19 122.811 1427 1 0 -21.5201 105.655 -175.85 + 19 101.305 792 0 1 -21.5164 105.603 -204.45 + 19 102.614 1427 0 0 -21.512 105.598 -205.85 + 19 91.0672 1427 10 0 -21.6174 105.75 93.9933 + 19 90.0015 1426 10 0 -21.7033 105.55 94.0119 + 19 16.8696 1425 10 0 -21.6272 105.35 94.1048 + 19 67.0296 794 10 1 -21.1854 104.641 95.15 + 19 84.1233 795 10 1 -21.05 104.499 95.2542 + 19 148.938 1420 10 0 -19.9847 104.202 94.15 + 19 171.144 1419 10 0 -19.7751 104.15 94.0326 Number of digits in this event = 16 Using G4ParticleGun ... -8.93287 LIN +1.58309 LIN proton -Event: 27 -Number of tracker hits in this event = 189 - 27 193.166 968 11 0 -83.2479 13.718 124.023 - 27 183.134 484 10 1 -83.2481 13.7198 95.55 - 27 204.703 968 10 0 -83.2484 13.7204 94.15 - 27 105.092 483 9 1 -83.2546 13.7345 65.55 - 27 130.656 968 9 0 -83.2549 13.7354 64.15 - 27 109.463 483 8 1 -83.2601 13.7599 35.55 - 27 114.957 968 8 0 -83.2601 13.7607 34.15 - 27 196.144 483 7 1 -83.2586 13.7754 5.55 - 27 110.078 968 7 0 -83.2581 13.7763 4.15 - 27 118.945 483 6 1 -83.2517 13.7961 -24.45 - 27 132.693 968 6 0 -83.2516 13.7974 -25.85 - 27 135.946 484 5 1 -83.2473 13.824 -54.45 - 27 138.413 968 5 0 -83.2476 13.8251 -55.85 - 27 112.746 483 4 1 -83.2566 13.8479 -84.45 - 27 177.517 968 4 0 -83.2571 13.8494 -85.85 - 27 127.384 483 3 1 -83.2705 13.8801 -114.45 - 27 106.825 969 3 0 -83.2721 13.8829 -115.85 - 27 165.558 483 2 1 -83.3056 13.9468 -144.45 - 27 203.968 969 2 0 -83.3065 13.9505 -145.85 - 27 180.872 483 1 1 -83.3258 14.0245 -174.45 - 27 212.758 969 1 0 -83.3273 14.0287 -175.85 - 27 135.905 483 0 1 -83.3608 14.1151 -204.45 - 27 112.065 970 0 0 -83.3619 14.1192 -205.85 - 27 111.023 839 0 1 -12.25 23.2063 -204.839 - 27 77.2032 840 0 1 -12.0499 23.2312 -204.502 - 27 20.2504 1229 14 0 -38.0922 66.0404 213.804 - 27 511.345 961 10 0 30.6597 12.4109 93.7567 - 27 111.34 1014 0 0 -86.5252 23.0495 -206.25 - 27 135.947 468 0 1 -86.4113 22.6298 -204.85 - 27 309.485 1003 1 0 -89.3245 20.8429 -176.25 - 27 115.353 453 1 1 -89.4224 20.7589 -174.85 - 27 136.294 974 2 0 -87.193 14.9323 -146.25 - 27 118.211 462 2 1 -87.4962 14.6371 -144.85 - 27 131.004 970 3 0 -98.7367 14.2349 -116.25 - 27 52.4551 404 3 1 -99.2864 14.1492 -114.85 - 27 71.1132 403 3 1 -99.35 14.134 -114.696 - 27 106.219 971 4 0 -101.77 14.3717 -86.25 - 27 697.962 391 4 1 -101.894 14.3876 -84.85 - 27 13.483 966 5 0 -99.2886 13.2522 -56.25 - 27 107.598 965 5 0 -99.2839 13.25 -56.2007 - 27 101.256 404 5 1 -99.2611 13.1752 -54.8485 - 27 117.937 975 6 0 -103.916 15.1656 -26.25 - 27 111.48 380 6 1 -104.075 15.3272 -24.8494 - 27 77.4852 941 7 0 -107.098 8.31395 3.75 - 27 61.2372 940 7 0 -107.119 8.25 3.9849 - 27 123.211 364 7 1 -107.164 7.89953 5.15028 - 27 28.9219 926 8 0 -93.1889 5.25783 33.75 - 27 118.12 925 8 0 -93.1416 5.24999 33.8332 - 27 61.9298 438 8 1 -92.3683 5.21234 35.15 - 27 110.17 439 8 1 -92.35 5.21166 35.1812 - 27 1.27335 440 8 1 -92.15 5.20112 35.5486 - 27 168.764 931 9 0 -77.6532 6.32528 63.75 - 27 60.7501 513 9 1 -77.3046 6.33136 65.1501 - 27 39.3287 514 9 1 -77.25 6.33969 65.389 - 27 195.013 922 10 0 -87.9827 4.60282 93.7503 - 27 40.0749 454 10 1 -89.1569 4.18283 95.15 - 27 131.542 453 10 1 -89.25 4.15815 95.255 - 27 323.826 452 10 1 -89.45 4.1138 95.481 - 27 234.249 451 10 1 -89.8408 4.3786 95.5499 - 27 88.6118 925 10 0 -89.4319 5.0975 94.15 - 27 21.2027 926 10 0 -89.365 5.25 93.8286 - 27 19.0282 469 9 1 -86.219 19.0391 65.55 - 27 230.305 468 9 1 -86.25 19.0411 65.4802 - 27 97.2095 994 9 0 -87.0895 18.9173 64.15 - 27 27.2127 993 9 0 -87.3048 18.85 63.844 - 27 49.0058 573 11 1 -65.3154 -60.7214 125.15 - 27 79.5402 574 11 1 -65.25 -60.7245 125.197 - 27 24.8686 930 9 0 -77.4456 6.25 64.081 - 27 10.0731 517 9 1 -76.481 5.53652 65.15 - 27 141.602 518 9 1 -76.45 5.51723 65.1827 - 27 56.6012 519 9 1 -76.2487 5.40225 65.3577 - 27 6.78382 899 10 0 -88.0937 -0.243826 93.75 - 27 121.092 898 10 0 -88.1043 -0.25 93.7746 - 27 59.7216 450 10 1 -89.85 -0.598675 95.4327 - 27 114.793 449 10 1 -90.15 -0.976462 95.4924 - 27 525.377 448 10 1 -90.35 -1.12567 95.3619 - 27 113.049 975 4 0 -102.511 15.1672 -85.85 - 27 61.6748 1100 0 0 -109.053 40.1755 -206.25 - 27 142.218 1101 0 0 -109.128 40.25 -206.139 - 27 57.254 351 0 1 -109.86 41.0017 -204.85 - 27 97.9912 350 0 1 -109.95 41.0905 -204.695 - 27 27.955 1266 1 0 -120.948 73.3796 -176.25 - 27 82.0964 1267 1 0 -120.973 73.4502 -176.187 - 27 82.1911 1268 1 0 -121.077 73.65 -176.043 - 27 24.422 1269 1 0 -121.19 73.85 -175.898 - 27 45.0323 289 1 1 -122.278 75.5641 -174.85 - 27 138.324 288 1 1 -122.35 75.6621 -174.788 - 27 97.8055 287 1 1 -122.55 75.9114 -174.624 - 27 6.78645 1381 2 0 -139.06 96.5396 -146.249 - 27 146.22 1382 2 0 -139.069 96.55 -146.235 - 27 51.0249 1383 2 0 -139.21 96.7501 -145.955 - 27 86.4508 200 2 1 -139.955 97.8161 -144.85 - 27 79.4273 199 2 1 -140.15 98.0227 -144.629 - 27 5.25794 198 2 1 -140.545 97.6981 -144.45 - 27 91.3469 197 2 1 -140.55 97.6966 -144.468 - 27 108.106 1386 2 0 -140.95 97.522 -145.85 - 27 17.4864 1374 1 0 -142.556 94.95 -175.862 - 27 139.809 186 1 1 -142.774 96.0017 -174.85 - 27 197.689 187 1 1 -142.75 96.0532 -174.762 - 27 35.2569 1004 4 0 -176.001 20.9185 -86.25 - 27 113.69 1003 4 0 -176.026 20.85 -86.1571 - 27 34.0883 1002 4 0 -176.112 20.65 -85.9175 - 27 119.194 18 4 1 -176.468 19.7017 -84.85 - 27 49.6011 17 4 1 -176.55 19.4184 -84.5505 - 27 247.808 135 6 0 77.6736 -152.988 -26.25 - 27 35.3876 975 1 1 15.1018 -116.059 -174.499 - 27 229.154 11 8 1 -177.792 -112.904 35.55 - 27 108.699 10 8 1 -177.95 -113.014 35.368 - 27 43.7741 460 6 0 -129.07 -87.9719 -26.25 - 27 73.7736 461 6 0 -128.994 -87.85 -26.1622 - 27 75.6109 462 6 0 -128.819 -87.65 -26.0473 - 27 89.0456 463 6 0 -128.684 -87.4499 -25.9459 - 27 2.48205 464 6 0 -128.617 -87.25 -25.8542 - 27 74.1304 263 6 1 -127.449 -83.9869 -24.85 - 27 209.714 264 6 1 -127.35 -83.7426 -24.8115 - 27 82.1794 265 6 1 -127.15 -83.1267 -24.6407 - 27 167.146 266 6 1 -126.95 -82.8276 -24.6874 - 27 136.039 267 6 1 -126.75 -82.322 -24.7974 - 27 109.199 268 6 1 -126.55 -81.9104 -24.7301 - 27 78.8367 269 6 1 -126.35 -81.6546 -24.6836 - 27 119.855 498 6 0 -125.475 -80.4132 -25.85 - 27 136.483 499 6 0 -125.296 -80.2499 -25.9949 - 27 146.763 500 6 0 -125.055 -80.0499 -26.0156 - 27 72.5003 501 6 0 -124.799 -79.85 -25.9954 - 27 258.293 275 6 1 -125.013 -79.3221 -24.8498 - 27 102.001 274 6 1 -125.15 -79.1441 -24.7069 - 27 154.87 674 0 0 -92.9455 -45.1619 -206.25 - 27 150.968 430 0 1 -94.0619 -45.3884 -204.85 - 27 107.004 429 0 1 -94.15 -45.3924 -204.744 - 27 314.97 428 0 1 -94.35 -45.3929 -204.59 - 27 206.488 668 0 0 -94.9191 -46.3582 -205.85 - 27 211.097 488 2 0 -84.7346 -82.2895 -146.25 - 27 21.0964 489 2 0 -84.7853 -82.25 -145.939 - 27 72.19 475 2 1 -84.9994 -82.1391 -144.85 - 27 55.0351 474 2 1 -85.0501 -82.1198 -144.606 - 27 135.196 513 3 0 -104.84 -77.416 -116.25 - 27 21.149 514 3 0 -105.066 -77.25 -115.893 - 27 12.5481 371 3 1 -105.925 -76.0959 -114.85 - 27 69.0954 370 3 1 -105.95 -76.0639 -114.82 - 27 68.7064 369 3 1 -106.15 -75.8855 -114.652 - 27 4.60563 368 3 1 -106.35 -75.7254 -114.468 - 27 51.8913 374 4 1 -105.217 -87.0085 -84.45 - 27 456.638 375 4 1 -105.15 -86.9525 -84.5641 - 27 154.919 499 1 1 -80.1525 -85.6052 -174.45 - 27 11.1741 479 1 0 -80.2151 -84.0911 -175.85 - 27 109.427 480 1 0 -80.218 -84.05 -175.889 - 27 80.8213 481 1 0 -80.2248 -83.85 -176.038 - 27 15.4804 465 0 1 -87.0365 -64.6437 -204.45 - 27 167.402 464 0 1 -87.05 -64.6164 -204.471 - 27 31.0582 463 0 1 -87.25 -64.1093 -204.758 - 27 64.9095 587 0 0 -87.5098 -62.5874 -205.85 - 27 93.5286 588 0 0 -87.6451 -62.4499 -206.002 - 27 30.1539 700 0 0 -105.928 -39.8827 -206.25 - 27 133.322 701 0 0 -105.975 -39.85 -206.163 - 27 51.4684 362 0 1 -107.593 -39.3759 -204.85 - 27 240.975 361 0 1 -107.75 -39.3655 -204.781 - 27 59.8855 360 0 1 -107.951 -39.387 -204.771 - 27 285.664 359 0 1 -108.15 -39.42 -204.707 - 27 101.333 358 0 1 -108.35 -39.6602 -204.707 - 27 152.234 357 0 1 -108.55 -39.7091 -204.558 - 27 153.108 356 0 1 -108.75 -39.7096 -204.606 - 27 128.813 355 0 1 -108.95 -39.7472 -204.651 - 27 80.5957 484 1 1 -83.25 14.0294 -174.638 - 27 192.921 970 1 0 -82.0776 14.1427 -175.85 - 27 158.336 970 2 0 -83.1647 14.05 -145.984 - 27 195.171 484 2 1 -83.25 14.3036 -144.563 - 27 122.474 981 2 0 -83.8434 16.347 -145.85 - 27 59.7121 982 2 0 -83.8896 16.45 -145.921 - 27 56.5594 983 2 0 -83.9668 16.65 -146.035 - 27 41.8992 984 2 0 -84.0155 16.85 -146.095 - 27 47.9215 985 2 0 -84.0496 17.0502 -146.122 - 27 94.7625 986 2 0 -84.0889 17.2501 -146.143 - 27 73.4898 987 2 0 -84.1374 17.45 -146.164 - 27 105.597 988 2 0 -84.1482 17.65 -146.099 - 27 36.7418 989 2 0 -84.1605 17.85 -146.049 - 27 62.9848 990 2 0 -84.1181 18.05 -146.074 - 27 92.2608 991 2 0 -84.0516 18.25 -146.096 - 27 50.623 992 2 0 -84.0005 18.45 -146.106 - 27 47.2517 993 2 0 -84.0035 18.65 -146.116 - 27 67.3216 994 2 0 -84.0856 18.85 -146.122 - 27 46.1126 995 2 0 -84.2075 19.05 -146.164 - 27 94.9614 996 2 0 -84.2992 19.2504 -146.186 - 27 106.754 997 2 0 -84.4068 19.45 -146.197 - 27 115.229 998 2 0 -84.6708 19.65 -146.203 - 27 348.563 999 2 0 -85.0432 19.85 -146.151 - 27 20.9545 1000 2 0 -85.8611 20.05 -146.209 - 27 74.6414 1326 2 0 -86.4828 85.3044 -146.25 - 27 573.491 1327 2 0 -86.2622 85.45 -146.105 - 27 77.118 484 7 1 -83.25 13.7619 5.51697 -Number of digits in this event = 68 +Event: 20 +Number of tracker hits in this event = 23 + 20 27.8823 1316 11 0 -15.1305 83.2828 123.835 + 20 253.941 824 10 1 -15.1383 83.277 95.55 + 20 99.0592 1316 10 0 -15.1391 83.2754 94.15 + 20 117.67 824 9 1 -15.1645 83.2451 65.55 + 20 97.1221 1315 9 0 -15.1668 83.2422 64.15 + 20 108.209 824 8 1 -15.2183 83.1744 35.55 + 20 109.127 1315 8 0 -15.2217 83.174 34.15 + 20 110.142 823 7 1 -15.2876 83.1829 5.55 + 20 153.339 1315 7 0 -15.2895 83.1787 4.15 + 20 121.98 823 6 1 -15.3199 83.0986 -24.45 + 20 186.729 1315 6 0 -15.3215 83.0933 -25.85 + 20 121.604 823 5 1 -15.3581 82.9758 -54.45 + 20 119.532 1314 5 0 -15.3593 82.9648 -55.85 + 20 111.513 823 4 1 -15.3885 82.7273 -84.45 + 20 117.497 1313 4 0 -15.3888 82.7137 -85.85 + 20 128.871 823 3 1 -15.4107 82.4697 -114.45 + 20 120.445 1312 3 0 -15.4101 82.4595 -115.85 + 20 124.04 823 2 1 -15.3431 82.2701 -144.45 + 20 112.771 1311 2 0 -15.3414 82.2589 -145.85 + 20 133.931 823 1 1 -15.3095 82.0312 -174.45 + 20 178.106 1309 1 0 -15.3064 82.0195 -175.85 + 20 158.079 824 0 1 -15.2415 81.7812 -204.45 + 20 107.45 1308 0 0 -15.2432 81.7705 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -5.28088 LIN +6.89019 LIN proton -Event: 28 -Number of tracker hits in this event = 28 - 28 102.318 877 11 1 -4.46809 11.2879 125.55 - 28 88.3976 956 11 0 -4.46864 11.2881 124.15 - 28 100.048 877 10 1 -4.48419 11.2853 95.55 - 28 102.989 956 10 0 -4.4848 11.2842 94.15 - 28 104.763 877 9 1 -4.50296 11.2649 65.55 - 28 118.18 956 9 0 -4.5031 11.2643 64.15 - 28 133.479 877 8 1 -4.50146 11.2523 35.55 - 28 111.02 956 8 0 -4.50158 11.2504 34.15 - 28 10.6886 955 8 0 -4.5016 11.25 33.8226 - 28 117.834 877 7 1 -4.50409 11.2074 5.55 - 28 189.175 955 7 0 -4.50528 11.2059 4.15 - 28 127.424 877 6 1 -4.52603 11.1768 -24.45 - 28 107.587 955 6 0 -4.52835 11.1758 -25.85 - 28 126.537 877 5 1 -4.58228 11.1517 -54.45 - 28 85.0894 955 5 0 -4.58276 11.1509 -55.85 - 28 131.108 877 4 1 -4.59752 11.1392 -84.45 - 28 137.259 955 4 0 -4.59861 11.1384 -85.85 - 28 114.729 877 3 1 -4.61763 11.1176 -114.45 - 28 145.201 955 3 0 -4.61777 11.1165 -115.85 - 28 113.529 877 2 1 -4.62265 11.0923 -144.45 - 28 106.685 955 2 0 -4.62277 11.0907 -145.85 - 28 113.996 877 1 1 -4.62169 11.0581 -174.45 - 28 157.29 955 1 0 -4.62072 11.0562 -175.85 - 28 253.193 877 0 1 -4.60024 11.0174 -204.45 - 28 303.804 954 0 0 -4.59865 11.0159 -205.85 - 28 265.488 878 0 1 -4.44981 11.2845 -204.659 - 28 160.011 879 0 1 -4.25 11.4229 -204.778 - 28 159.671 959 0 0 -4.18836 11.9305 -205.85 +Event: 21 +Number of tracker hits in this event = 32 + 21 150.179 841 10 1 -11.8248 106.148 95.55 + 21 251.425 1429 10 0 -11.8246 106.147 94.15 + 21 144.236 841 9 1 -11.8192 106.112 65.55 + 21 106.346 1429 9 0 -11.8185 106.11 64.15 + 21 109.85 841 8 1 -11.8053 106.07 35.55 + 21 135.65 1429 8 0 -11.8052 106.068 34.15 + 21 111.848 841 7 1 -11.8037 106.017 5.55 + 21 378.976 1429 7 0 -11.8031 106.014 4.15 + 21 108.709 841 6 1 -11.7891 105.946 -24.45 + 21 85.9707 1428 6 0 -11.7879 105.943 -25.85 + 21 155.768 841 5 1 -11.7672 105.886 -54.45 + 21 667.816 1428 5 0 -11.7669 105.883 -55.85 + 21 116.393 841 4 1 -11.8036 106.414 -84.45 + 21 119.193 1431 4 0 -11.8043 106.441 -85.85 + 21 157.461 841 3 1 -11.8187 106.987 -114.45 + 21 119.956 1434 3 0 -11.82 107.014 -115.85 + 21 138.033 841 2 1 -11.8482 107.565 -144.45 + 21 110.829 1437 2 0 -11.8493 107.592 -145.85 + 21 124.792 840 1 1 -11.8831 108.158 -174.45 + 21 108.403 1440 1 0 -11.8855 108.186 -175.85 + 21 106.835 840 0 1 -11.9795 108.746 -204.45 + 21 93.6728 1443 0 0 -11.9846 108.773 -205.85 + 21 10.2074 823 4 1 -15.3121 -56.7028 -84.6271 + 21 112.945 758 0 1 -28.2727 123.097 -204.646 + 21 37.8292 362 0 0 159.661 -107.55 -206.237 + 21 235.752 361 0 0 159.67 -107.75 -206.061 + 21 24.7527 1670 1 0 33.3647 154.283 -176.25 + 21 30.9789 1697 0 0 -71.5666 159.55 -206.153 + 21 34.0761 331 10 0 -91.2527 -113.885 93.834 + 21 65.9648 1385 10 1 97.15 38.2534 95.4847 + 21 97.1088 1384 10 1 97.15 38.1046 95.4952 + 21 183.945 1428 10 0 -11.9074 105.95 93.8255 +Number of digits in this event = 16 +Using G4ParticleGun ... +7.64003 LIN +proton +Event: 22 +Number of tracker hits in this event = 90 + 22 110.74 887 11 1 -2.45233 69.1562 125.55 + 22 104.968 1245 11 0 -2.45239 69.1568 124.15 + 22 97.4616 887 10 1 -2.4529 69.169 95.55 + 22 113.07 1245 10 0 -2.45183 69.1704 94.15 + 22 104.49 888 9 1 -2.42954 69.1997 65.55 + 22 136.635 1245 9 0 -2.42789 69.2029 64.15 + 22 104.422 888 8 1 -2.39414 69.2669 35.55 + 22 119.641 1246 8 0 -2.39172 69.2705 34.15 + 22 119.704 888 7 1 -2.34134 69.3462 5.55 + 22 125.841 1246 7 0 -2.33948 69.3494 4.15 + 22 101.493 888 6 1 -2.30513 69.412 -24.45 + 22 173.485 1246 6 0 -2.30343 69.4142 -25.85 + 22 164.522 888 5 1 -2.26937 69.4621 -54.45 + 22 114.256 1247 5 0 -2.26728 69.4648 -55.85 + 22 141.668 889 4 1 -2.22328 69.5256 -84.45 + 22 102.377 1247 4 0 -2.22129 69.5291 -85.85 + 22 120.49 889 3 1 -2.17899 69.5999 -114.45 + 22 126.023 1247 3 0 -2.17689 69.6031 -115.85 + 22 103.142 889 2 1 -2.13328 69.6657 -144.45 + 22 133.04 1248 2 0 -2.13157 69.672 -145.85 + 22 119.094 889 1 1 -2.10106 69.8013 -174.45 + 22 118.948 1248 1 0 -2.09969 69.8065 -175.85 + 22 119.97 889 0 1 -2.06742 69.9102 -204.45 + 22 136.865 1249 0 0 -2.06601 69.9141 -205.85 + 22 18.7678 92 6 0 151.512 -161.706 -26.0219 + 22 62.0789 1672 7 1 154.63 1.35074 5.24385 + 22 2.0486 887 6 0 -60.9159 -2.46693 -26.25 + 22 1601.53 1449 0 0 24.7321 109.965 -206.25 + 22 28.5791 1450 0 0 24.7844 110.15 -205.856 + 22 1580.52 1024 0 1 24.9112 110.63 -204.85 + 22 1959.28 1499 1 0 28.9964 119.967 -176.25 + 22 1900.18 1045 1 1 29.2022 120.445 -174.85 + 22 314.913 1046 1 1 29.25 120.568 -174.498 + 22 6205.05 1567 2 0 38.0505 133.582 -146.25 + 22 79.3498 1608 0 0 -98.525 141.798 -206.25 + 22 106.964 1609 0 0 -98.6437 141.95 -206.048 + 22 5.42906 404 0 1 -99.3413 142.848 -204.85 + 22 173.281 403 0 1 -99.35 142.859 -204.835 + 22 14.6436 402 0 1 -99.55 143.117 -204.49 + 22 79.8747 1728 1 0 -117.271 165.827 -176.25 + 22 122.078 1729 1 0 -117.367 165.95 -176.098 + 22 152.882 309 1 1 -118.156 166.955 -174.85 + 22 128.12 308 1 1 -118.35 167.201 -174.544 + 22 17.4049 307 1 1 -118.55 167.5 -174.806 + 22 110.659 1739 1 0 -119.269 167.958 -175.85 + 22 472.41 1740 1 0 -119.362 168.15 -175.968 + 22 190.142 1741 1 0 -119.262 168.35 -176.01 + 22 161.084 1685 4 0 127.128 157.283 -85.8603 + 22 68.9646 1250 0 0 -2.1121 70.0658 -206.25 + 22 100.248 887 0 1 -2.5394 69.9769 -204.85 + 22 65.8457 886 0 1 -2.65 69.9599 -204.51 + 22 102.472 1278 1 0 -4.1168 75.7889 -176.25 + 22 34.6452 1279 1 0 -4.13036 75.85 -175.989 + 22 116.217 879 1 1 -4.19385 76.1257 -174.85 + 22 17.6583 1369 2 0 -18.7769 94.1171 -146.25 + 22 107.403 1370 2 0 -18.8046 94.15 -146.198 + 22 14.1203 1371 2 0 -18.9605 94.35 -145.894 + 22 124.408 802 2 1 -19.4737 94.9937 -144.85 + 22 16.2722 801 2 1 -19.65 95.2017 -144.507 + 22 28.5725 1655 3 0 -48.7536 151.27 -116.25 + 22 67.6054 1656 3 0 -48.8356 151.35 -116.213 + 22 73.4315 1657 3 0 -49.0309 151.55 -116.121 + 22 86.5554 1658 3 0 -49.2276 151.75 -116.023 + 22 36.4434 1659 3 0 -49.4221 151.95 -115.908 + 22 66.4995 644 3 1 -51.0768 153.248 -114.85 + 22 81.6099 643 3 1 -51.25 153.373 -114.732 + 22 138.085 642 3 1 -51.4501 153.527 -114.576 + 22 23.0509 1131 9 1 46.4133 3.90598 65.15 + 22 163.09 918 9 0 47.3046 3.70814 64.15 + 22 56.0574 1226 0 0 -1.53494 65.3255 -206.25 + 22 101.73 1225 0 0 -1.64504 65.25 -206.1 + 22 72.679 885 0 1 -2.85024 64.4043 -204.749 + 22 56.0643 884 0 1 -3.05 64.3123 -204.567 + 22 35.4923 883 0 1 -3.2501 64.2482 -204.47 + 22 51.0786 882 0 1 -3.4501 64.1546 -204.462 + 22 62.0991 881 0 1 -3.65 64.0508 -204.477 + 22 55.5925 880 0 1 -3.85 63.9525 -204.501 + 22 48.9214 879 0 1 -4.05 63.867 -204.523 + 22 76.8146 878 0 1 -4.25 63.7892 -204.535 + 22 372.189 877 0 1 -4.45 63.6857 -204.522 + 22 142.092 876 0 1 -4.71286 63.5666 -204.45 + 22 8.26651 1220 0 0 -4.6358 64.2307 -205.85 + 22 126.91 1221 0 0 -4.63469 64.25 -205.887 + 22 7.28103 1158 0 0 5.03922 51.6751 -206.25 + 22 90.4338 1157 0 0 5.04463 51.6498 -206.221 + 22 23.1612 1156 0 0 5.10821 51.45 -205.929 + 22 293.689 925 0 1 5.13426 50.8995 -204.85 + 22 187.264 1154 0 0 5.06063 50.9983 -205.85 + 22 4.18958 1211 0 0 -148.54 62.4413 -206.25 + 22 125.118 108 1 1 -158.423 -77.0027 -174.45 +Number of digits in this event = 35 +Using G4ParticleGun ... +4.44684 LIN +proton +Event: 23 +Number of tracker hits in this event = 105 + 23 96.3714 1162 10 1 52.4798 76.6806 95.55 + 23 96.2573 1283 10 0 52.4795 76.6772 94.15 + 23 240.871 1162 9 1 52.4745 76.6118 65.55 + 23 93.985 1282 9 0 52.4751 76.6086 64.15 + 23 114.311 1162 8 1 52.4843 76.5433 35.55 + 23 114.179 1282 8 0 52.4851 76.5399 34.15 + 23 168.701 1162 7 1 52.5043 76.4683 5.55 + 23 154.351 1282 7 0 52.5052 76.4645 4.15 + 23 150.672 1162 6 1 52.5277 76.3865 -24.45 + 23 86.4161 1281 6 0 52.5275 76.3823 -25.85 + 23 643.93 1162 5 1 52.5256 76.2975 -54.45 + 23 85.816 1281 5 0 52.5243 76.2952 -55.85 + 23 112.956 1162 4 1 52.5015 76.248 -84.45 + 23 98.1868 1280 4 0 52.4992 76.2459 -85.85 + 23 119.315 1162 3 1 52.4513 76.1956 -114.45 + 23 193.24 1280 3 0 52.4501 76.1934 -115.85 + 23 137.431 1161 2 1 52.4276 76.1412 -144.45 + 23 110.768 1280 2 0 52.4266 76.1388 -145.85 + 23 98.9533 1161 1 1 52.4051 76.0915 -174.45 + 23 111.519 1280 1 0 52.4034 76.0898 -175.85 + 23 109.766 1161 0 1 52.3685 76.0593 -204.45 + 23 114.501 1280 0 0 52.3676 76.0575 -205.85 + 23 134.406 1478 5 0 58.8344 115.925 -56.25 + 23 22.1307 803 1 0 48.1379 -19.3681 -175.917 + 23 61.9306 785 0 0 -62.7558 -22.9901 -206.25 + 23 144.369 784 0 0 -62.8643 -23.05 -206.202 + 23 157.537 783 0 0 -63.256 -23.25 -206.046 + 23 19.65 782 0 0 -63.6591 -23.45 -205.877 + 23 28.865 570 0 1 -65.9586 -24.6053 -204.85 + 23 53.3031 569 0 1 -66.0501 -24.6514 -204.809 + 23 67.9021 568 0 1 -66.25 -24.7513 -204.721 + 23 67.4903 567 0 1 -66.45 -24.852 -204.632 + 23 66.6296 566 0 1 -66.65 -24.9586 -204.543 + 23 61.487 508 1 0 -148.022 -78.3911 -176.25 + 23 116.307 507 1 0 -148.113 -78.45 -176.214 + 23 147.671 506 1 0 -148.426 -78.65 -176.016 + 23 74.2678 150 1 1 -150.021 -79.6467 -174.85 + 23 73.7339 149 1 1 -150.15 -79.7218 -174.758 + 23 145.124 148 1 1 -150.35 -79.8581 -174.629 + 23 38.6253 147 1 1 -150.55 -80.0268 -174.511 + 23 88.106 146 1 1 -150.75 -80.2197 -174.452 + 23 62.1276 145 1 1 -150.95 -80.3546 -174.516 + 23 56.6973 144 1 1 -151.15 -80.4637 -174.577 + 23 64.687 143 1 1 -151.35 -80.5529 -174.635 + 23 53.781 142 1 1 -151.55 -80.6103 -174.65 + 23 53.1904 141 1 1 -151.75 -80.6481 -174.643 + 23 60.6298 140 1 1 -151.95 -80.6654 -174.706 + 23 7.30362 139 1 1 -152.15 -80.6492 -174.827 + 23 98.3206 498 1 0 -153.537 -80.301 -175.85 + 23 85.3959 499 1 0 -153.684 -80.2499 -175.94 + 23 68.0332 497 1 0 -154.047 -80.45 -176.032 + 23 71.765 496 1 0 -154.159 -80.6502 -176.064 + 23 55.8168 495 1 0 -154.267 -80.85 -176.123 + 23 13.4408 494 1 0 -154.358 -81.05 -176.225 + 23 56.3265 532 0 1 -73.4858 -31.6899 -204.829 + 23 26.1616 735 0 0 -74.9063 -32.9819 -205.85 + 23 103.34 734 0 0 -74.9577 -33.0501 -205.907 + 23 105.114 733 0 0 -75.0704 -33.25 -206.085 + 23 67.6017 732 0 0 -75.099 -33.45 -206.231 + 23 49.9278 731 0 0 -75.2449 -33.65 -206.188 + 23 304.666 730 0 0 -75.3091 -33.85 -206.148 + 23 73.3331 729 0 0 -75.5087 -34.0506 -206.117 + 23 53.4842 728 0 0 -75.6954 -34.2501 -206.056 + 23 46.5537 727 0 0 -75.7728 -34.45 -206.117 + 23 50.9108 717 0 0 -78.7871 -36.53 -205.85 + 23 107.878 716 0 0 -78.9548 -36.65 -205.897 + 23 100.15 715 0 0 -79.2545 -36.8504 -205.983 + 23 106.818 714 0 0 -79.5337 -37.05 -206.073 + 23 93.1139 713 0 0 -79.8329 -37.2501 -206.182 + 23 60.5243 426 0 0 -149.564 -94.8214 -206.25 + 23 76.5616 425 0 0 -149.556 -94.95 -206.098 + 23 6.92239 424 0 0 -149.565 -95.1507 -205.862 + 23 292.202 150 0 1 -149.951 -96.1913 -204.85 + 23 18.6172 559 1 0 -176.638 -68.0919 -176.25 + 23 86.4342 560 1 0 -176.677 -68.05 -176.207 + 23 94.2563 561 1 0 -176.811 -67.85 -176.015 + 23 4.30704 562 1 0 -176.935 -67.6498 -175.858 + 23 102.576 9 1 1 -178.174 -65.794 -174.85 + 23 94.793 8 1 1 -178.35 -65.5222 -174.707 + 23 157.629 7 1 1 -178.55 -65.2913 -174.593 + 23 43.6479 6 1 1 -178.751 -65.0824 -174.489 + 23 110.311 524 2 0 -163.99 -75.0801 -146.25 + 23 30.7649 84 2 1 -163.212 -75.2147 -144.85 + 23 121.997 85 2 1 -163.15 -75.2265 -144.738 + 23 95.31 86 2 1 -162.908 -74.6961 -144.45 + 23 136.394 87 2 1 -162.75 -74.5185 -144.698 + 23 49.3892 533 2 0 -161.995 -73.3782 -145.85 + 23 90.9977 534 2 0 -161.927 -73.25 -145.966 + 23 55.675 535 2 0 -161.863 -73.05 -146.146 + 23 98.9043 736 1 0 -61.1691 -32.7392 -176.249 + 23 111.053 595 1 1 -60.9072 -33.1089 -174.85 + 23 19.6635 596 1 1 -60.85 -33.2084 -174.534 + 23 198.409 632 2 0 -49.8239 -53.4921 -146.25 + 23 55.3407 631 2 0 -49.7472 -53.65 -146.035 + 23 209.99 653 2 1 -49.4231 -54.6292 -144.85 + 23 261.617 654 2 1 -49.1445 -55.3737 -144.45 + 23 119.306 621 2 0 -48.9615 -55.7473 -145.85 + 23 116.417 650 1 1 -49.9568 -59.3521 -174.45 + 23 149.444 601 1 0 -49.9771 -59.698 -175.85 + 23 80.5627 674 0 1 -45.1345 -73.2298 -204.45 + 23 109.962 675 0 1 -45.05 -73.1206 -204.598 + 23 112.66 543 0 0 -43.7867 -71.4432 -205.85 + 23 23.3017 544 0 0 -43.5266 -71.25 -206.164 + 23 85.1369 620 2 0 -49.3271 -55.9328 -145.85 + 23 132.071 1161 3 1 52.45 76.1954 -114.645 +Number of digits in this event = 25 +Using G4ParticleGun ... +5.00828 LIN +proton +Event: 24 +Number of tracker hits in this event = 21 + 24 123.849 600 9 1 -59.9056 107.597 65.55 + 24 217.484 1437 9 0 -59.9043 107.596 64.15 + 24 88.25 600 8 1 -59.8791 107.577 35.55 + 24 126.418 1437 8 0 -59.8765 107.578 34.15 + 24 414.412 601 7 1 -59.8249 107.591 5.55 + 24 133.507 1437 7 0 -59.8235 107.59 4.15 + 24 143.969 601 6 1 -59.7988 107.561 -24.45 + 24 100.203 1437 6 0 -59.7978 107.558 -25.85 + 24 144.431 601 5 1 -59.7777 107.507 -54.45 + 24 103.769 1436 5 0 -59.7783 107.502 -55.85 + 24 310.353 601 4 1 -59.7908 107.404 -84.45 + 24 142.619 1436 4 0 -59.7914 107.399 -85.85 + 24 107.168 601 3 1 -59.7917 107.326 -114.45 + 24 160.223 1435 3 0 -59.7914 107.323 -115.85 + 24 100.964 601 2 1 -59.7819 107.27 -144.45 + 24 127.822 1435 2 0 -59.7819 107.268 -145.85 + 24 94.7584 601 1 1 -59.7806 107.215 -174.45 + 24 129.977 1435 1 0 -59.7798 107.211 -175.85 + 24 130.827 601 0 1 -59.7591 107.14 -204.45 + 24 118.208 1434 0 0 -59.7587 107.137 -205.85 + 24 98.4449 600 7 1 -59.85 107.705 5.43357 Number of digits in this event = 14 Using G4ParticleGun ... -4.85394 LIN +2.47331 LIN proton -Event: 29 -Number of tracker hits in this event = 26 - 29 98.6748 994 10 1 18.9311 -85.3126 95.55 - 29 110.172 473 10 0 18.9314 -85.3133 94.15 - 29 116.136 994 9 1 18.9383 -85.3288 65.55 - 29 114.116 473 9 0 18.9391 -85.3285 64.15 - 29 111.781 994 8 1 18.9574 -85.3253 35.55 - 29 103.639 473 8 0 18.9567 -85.3256 34.15 - 29 215.281 994 7 1 18.9351 -85.3287 5.55 - 29 116.908 473 7 0 18.9342 -85.33 4.15 - 29 134.453 994 6 1 18.917 -85.3517 -24.45 - 29 380.293 473 6 0 18.9169 -85.3527 -25.85 - 29 127.557 994 5 1 18.919 -85.376 -54.45 - 29 91.4737 473 5 0 18.9189 -85.377 -55.85 - 29 267.164 994 4 1 18.9171 -85.3988 -84.45 - 29 124.346 473 4 0 18.9164 -85.401 -85.85 - 29 107.933 994 3 1 18.9018 -85.445 -114.45 - 29 102.468 473 3 0 18.9017 -85.4484 -115.85 - 29 219.187 994 2 1 18.8963 -85.5242 -144.45 - 29 93.4368 472 2 0 18.8941 -85.528 -145.85 - 29 98.1111 993 1 1 18.8471 -85.6015 -174.45 - 29 93.3007 472 1 0 18.8438 -85.6059 -175.85 - 29 115.306 993 0 1 18.7749 -85.7009 -204.45 - 29 128.557 471 0 0 18.7709 -85.7055 -205.85 - 29 11.8753 466 2 0 20.1744 -86.8274 -145.85 - 29 3.7811 1003 2 1 20.8465 -87.9685 -144.85 - 29 26.5362 1004 2 1 20.8501 -87.9698 -144.847 - 29 77.773 454 2 0 21.8328 -89.2003 -145.85 -Number of digits in this event = 9 +Event: 25 +Number of tracker hits in this event = 23 + 25 104.577 673 10 1 -45.3482 -75.5896 95.55 + 25 171.933 522 10 0 -45.3476 -75.5905 94.15 + 25 113.04 673 9 1 -45.3291 -75.6144 65.55 + 25 106.6 522 9 0 -45.3306 -75.6164 64.15 + 25 180.955 673 8 1 -45.3587 -75.6505 35.55 + 25 105.56 521 8 0 -45.361 -75.653 34.15 + 25 136.934 673 7 1 -45.4023 -75.711 5.55 + 25 127.411 521 7 0 -45.4042 -75.7136 4.15 + 25 92.0542 673 6 1 -45.4419 -75.7683 -24.45 + 25 140.87 521 6 0 -45.4416 -75.7705 -25.85 + 25 113.316 673 5 1 -45.4389 -75.8159 -54.45 + 25 139.388 521 5 0 -45.4402 -75.817 -55.85 + 25 108.243 672 4 1 -45.4684 -75.842 -84.45 + 25 93.4561 521 4 0 -45.4705 -75.8443 -85.85 + 25 119.404 672 3 1 -45.517 -75.8824 -114.45 + 25 120.414 520 3 0 -45.5143 -75.8924 -115.85 + 25 220.319 672 2 1 -45.4571 -76.1019 -144.45 + 25 118.24 519 2 0 -45.4517 -76.1116 -145.85 + 25 151.27 673 1 1 -45.3433 -76.3218 -174.45 + 25 112.863 518 1 0 -45.3375 -76.33 -175.85 + 25 120.149 674 0 1 -45.2166 -76.4969 -204.45 + 25 120.644 517 0 0 -45.2124 -76.5064 -205.85 + 25 714.895 704 4 0 41.3391 -39.1241 -85.898 +Number of digits in this event = 14 Using G4ParticleGun ... -1.98438 LIN +4.06042 LIN proton -Event: 30 -Number of tracker hits in this event = 27 - 30 137.077 652 11 1 -49.6236 -31.1682 125.55 - 30 147.911 744 11 0 -49.6168 -31.1669 124.15 - 30 135.394 652 10 1 -49.4723 -31.1378 95.55 - 30 115.466 744 10 0 -49.4712 -31.1371 94.15 - 30 305.425 653 9 1 -49.4407 -31.1216 65.55 - 30 155.401 744 9 0 -49.4361 -31.1198 64.15 - 30 103.925 653 8 1 -49.3399 -31.0857 35.55 - 30 114.318 744 8 0 -49.3363 -31.0866 34.15 - 30 113.161 653 7 1 -49.2591 -31.1066 5.55 - 30 117.505 744 7 0 -49.2582 -31.1109 4.15 - 30 120.311 654 6 1 -49.2363 -31.2062 -24.45 - 30 172.796 744 6 0 -49.2354 -31.2117 -25.85 - 30 107.129 654 5 1 -49.2192 -31.3234 -54.45 - 30 192.15 743 5 0 -49.2177 -31.3284 -55.85 - 30 136.961 654 4 1 -49.1839 -31.4379 -84.45 - 30 134.046 743 4 0 -49.1821 -31.4428 -85.85 - 30 110.735 654 3 1 -49.1477 -31.5388 -114.45 - 30 94.0786 742 3 0 -49.1509 -31.548 -115.85 - 30 105.12 654 2 1 -49.2058 -31.7293 -144.45 - 30 128.573 741 2 0 -49.2068 -31.7359 -145.85 - 30 146.919 654 1 1 -49.2328 -31.8728 -174.45 - 30 135.128 740 1 0 -49.2314 -31.8813 -175.85 - 30 120.299 654 0 1 -49.1882 -32.0581 -204.45 - 30 124.44 739 0 0 -49.1868 -32.0666 -205.85 - 30 211.197 743 6 0 -49.3885 -31.25 -25.9633 - 30 213.899 745 8 0 -49.3689 -31.05 33.8116 - 30 169.059 741 9 0 -49.2807 -31.6978 64.15 -Number of digits in this event = 20 -Using G4ParticleGun ... -7.1255 LIN -proton -Event: 31 -Number of tracker hits in this event = 24 - 31 163.026 993 11 1 18.7893 22.1862 125.55 - 31 98.0716 1010 11 0 18.788 22.1865 124.15 - 31 139.584 993 10 1 18.7658 22.1924 95.55 - 31 179.146 1010 10 0 18.7643 22.1931 94.15 - 31 174.289 993 9 1 18.7332 22.2104 65.55 - 31 228.409 1010 9 0 18.7312 22.2103 64.15 - 31 105.102 993 8 1 18.6864 22.2053 35.55 - 31 146.092 1010 8 0 18.6843 22.2056 34.15 - 31 113.965 992 7 1 18.6387 22.2094 5.55 - 31 121.736 1010 7 0 18.636 22.2088 4.15 - 31 131.353 992 6 1 18.572 22.2002 -24.45 - 31 116.105 1010 6 0 18.5692 22.2001 -25.85 - 31 186.437 992 5 1 18.5109 22.1963 -54.45 - 31 119.356 1010 5 0 18.5071 22.1966 -55.85 - 31 107.622 991 4 1 18.4307 22.199 -84.45 - 31 122.468 1010 4 0 18.4269 22.1992 -85.85 - 31 96.7732 991 3 1 18.3472 22.2033 -114.45 - 31 149.35 1010 3 0 18.3433 22.2037 -115.85 - 31 214.86 991 2 1 18.262 22.208 -144.45 - 31 102.009 1010 2 0 18.2582 22.2089 -145.85 - 31 110.159 990 1 1 18.18 22.228 -174.45 - 31 102.169 1010 1 0 18.1761 22.2285 -175.85 - 31 147.154 990 0 1 18.1004 22.2422 -204.45 - 31 161.938 1010 0 0 18.0972 22.2437 -205.85 +Event: 26 +Number of tracker hits in this event = 28 + 26 130.435 993 10 1 18.7769 -100.52 95.55 + 26 280.918 398 10 0 18.7769 -100.52 94.15 + 26 140.011 993 9 1 18.786 -100.527 65.55 + 26 123.854 398 9 0 18.7874 -100.528 64.15 + 26 118.052 993 8 1 18.8114 -100.54 35.55 + 26 121.727 398 8 0 18.8137 -100.542 34.15 + 26 102.408 994 7 1 18.8665 -100.572 5.55 + 26 105.468 397 7 0 18.8699 -100.574 4.15 + 26 344.819 994 6 1 18.9396 -100.606 -24.45 + 26 114.019 397 6 0 18.9432 -100.607 -25.85 + 26 108.572 994 5 1 19.0148 -100.647 -54.45 + 26 122.982 397 5 0 19.019 -100.65 -55.85 + 26 124.883 995 4 1 19.1096 -100.699 -84.45 + 26 108.357 397 4 0 19.1148 -100.7 -85.85 + 26 100.124 995 3 1 19.222 -100.717 -114.45 + 26 117.46 397 3 0 19.2274 -100.718 -115.85 + 26 401.635 996 2 1 19.3375 -100.74 -144.45 + 26 173.336 397 2 0 19.3436 -100.743 -145.85 + 26 108.296 997 1 1 19.4702 -100.806 -174.45 + 26 128.069 396 1 0 19.4768 -100.809 -175.85 + 26 104.537 997 0 1 19.6127 -100.88 -204.45 + 26 126.128 396 0 0 19.6195 -100.885 -205.85 + 26 53.7019 995 2 1 19.25 -100.779 -144.584 + 26 27.2124 351 10 0 66.347 -109.933 93.75 + 26 140.972 350 10 0 66.4154 -109.95 93.7841 + 26 76.6459 349 10 0 66.6518 -110.15 94 + 26 79.7908 1237 10 1 67.4941 -110.953 95.15 + 26 569.387 1238 10 1 67.65 -110.986 95.3146 Number of digits in this event = 15 Using G4ParticleGun ... -1.37813 LIN +9.08663 LIN +proton +Event: 27 +Number of tracker hits in this event = 24 + 27 150.461 987 11 1 17.4655 4.98754 125.55 + 27 144.885 924 11 0 17.4663 4.98704 124.15 + 27 110.851 987 10 1 17.483 4.97454 95.55 + 27 154.401 924 10 0 17.4837 4.97364 94.15 + 27 145.504 987 9 1 17.5009 4.95402 65.55 + 27 150.869 924 9 0 17.5019 4.95313 64.15 + 27 186.921 987 8 1 17.5241 4.9342 35.55 + 27 148.353 924 8 0 17.5245 4.93385 34.15 + 27 103.494 987 7 1 17.5307 4.92536 5.55 + 27 113.363 924 7 0 17.5315 4.92537 4.15 + 27 99.3647 987 6 1 17.5463 4.92569 -24.45 + 27 124.45 924 6 0 17.5464 4.92499 -25.85 + 27 270.095 987 5 1 17.5487 4.91099 -54.45 + 27 119.13 924 5 0 17.5489 4.90979 -55.85 + 27 97.6842 987 4 1 17.5578 4.8878 -84.45 + 27 134.2 924 4 0 17.558 4.8863 -85.85 + 27 147.824 987 3 1 17.563 4.85773 -114.45 + 27 99.7086 924 3 0 17.5656 4.85494 -115.85 + 27 197.38 987 2 1 17.6211 4.79615 -144.45 + 27 120.124 923 2 0 17.6232 4.79228 -145.85 + 27 123.804 988 1 1 17.6654 4.71226 -174.45 + 27 128.195 923 1 0 17.6676 4.70793 -175.85 + 27 183.677 988 0 1 17.7116 4.61809 -204.45 + 27 102.376 922 0 0 17.7141 4.614 -205.85 +Number of digits in this event = 17 +Using G4ParticleGun ... +1.79702 LIN +proton +Event: 28 +Number of tracker hits in this event = 179 + 28 105.302 944 11 1 8.96678 53.7243 125.55 + 28 106.568 1168 11 0 8.96622 53.7227 124.15 + 28 215.031 944 10 1 8.9464 53.6837 95.55 + 28 142.773 1168 10 0 8.94662 53.6816 94.15 + 28 112.195 944 9 1 8.95322 53.6426 65.55 + 28 121.124 1167 9 0 8.95398 53.64 64.15 + 28 136.005 944 8 1 8.98513 53.5837 35.55 + 28 157.236 1167 8 0 8.98679 53.5816 34.15 + 28 133.673 1271 8 0 95.9494 74.3127 33.75 + 28 330.71 1433 10 1 106.844 113.495 95.5499 + 28 101.293 1099 8 0 2.84224 40.0104 33.75 + 28 25.9403 1098 8 0 2.72383 39.8499 34.0527 + 28 261.972 914 8 1 2.88333 39.4217 35.1503 + 28 43.3739 913 8 1 2.85 39.3351 35.3236 + 28 170.857 1095 8 0 2.36787 39.1719 34.15 + 28 39.7285 1144 8 0 -21.7669 48.9517 33.75 + 28 14.4366 1145 8 0 -21.766 49.05 33.7841 + 28 15.0713 952 8 0 -108.122 10.4549 33.75 + 28 15.0259 951 8 0 -108.132 10.45 33.7537 + 28 75.7568 790 8 0 -140.111 -22.0453 33.75 + 28 113.798 789 8 0 -140.191 -22.05 33.8438 + 28 395.317 1105 8 1 41.2172 58.6596 35.55 + 28 168.837 788 5 0 76.7689 -22.25 -56.081 + 28 31.8516 787 5 0 76.8566 -22.45 -56.1871 + 28 14.7306 857 13 1 -8.45 58.6711 185.482 + 28 125.925 856 13 1 -8.65006 58.7422 185.547 + 28 72.0938 855 13 1 -8.85009 58.3981 185.339 + 28 81.0764 854 13 1 -9.05094 58.2475 185.235 + 28 110.35 853 13 1 -9.25 58.1587 185.19 + 28 355.638 852 13 1 -9.45014 57.994 185.308 + 28 5465.02 1335 12 1 87.2137 9.10327 155.222 + 28 94.7601 1355 8 0 13.1253 91.3357 33.75 + 28 752.862 1356 8 0 13.1268 91.35 33.7606 + 28 873.878 1357 8 0 13.149 91.55 33.909 + 28 583.128 1358 8 0 13.1727 91.75 34.0591 + 28 2821.31 966 8 1 13.3507 93.1626 35.15 + 28 1641.41 1562 9 0 7.46857 132.585 63.75 + 28 2467.38 1563 9 0 7.44253 132.75 63.8714 + 28 2620.87 1564 9 0 7.42369 132.95 64.0237 + 28 4174.74 936 9 1 7.43716 134.485 65.15 + 28 243.816 1398 8 0 25.9195 99.7603 33.75 + 28 115.939 1399 8 0 25.9888 99.95 33.8648 + 28 136.46 1400 8 0 26.0633 100.15 33.9855 + 28 50.8163 1401 8 0 26.1375 100.35 34.1073 + 28 125.388 1033 8 1 26.7662 102.051 35.15 + 28 235.708 1034 8 1 26.85 102.278 35.289 + 28 3.43499 1635 9 0 44.1974 147.34 63.75 + 28 170.388 1636 9 0 44.2012 147.35 63.7561 + 28 411.692 1637 9 0 44.2784 147.55 63.8824 + 28 136.663 1638 9 0 44.3535 147.75 64.0068 + 28 15.6851 1639 9 0 44.4292 147.95 64.1318 + 28 0.433016 1124 9 1 45.0493 149.592 65.15 + 28 326.118 1125 9 1 45.05 149.594 65.1512 + 28 77.3356 1126 9 1 45.25 150.124 65.479 + 28 146.51 944 7 1 8.91821 53.5584 5.55 + 28 220.543 943 7 1 8.85 53.5779 5.38737 + 28 379.125 1168 7 0 8.33083 53.7224 4.15 + 28 286.922 880 6 1 -3.90411 56.7546 -24.45 + 28 64.1136 879 6 1 -4.05 56.7894 -24.7975 + 28 494.405 1184 6 0 -4.4847 56.8976 -25.85 + 28 421.34 818 5 1 -16.2597 59.7623 -54.45 + 28 439.839 1199 5 0 -16.8656 59.9287 -55.85 + 28 469.04 753 4 1 -29.2953 63.306 -84.45 + 28 69.7489 752 4 1 -29.45 63.3483 -84.7939 + 28 506.091 1217 4 0 -29.9252 63.476 -85.85 + 28 181.84 686 3 1 -42.7698 67.3052 -114.45 + 28 240.869 685 3 1 -42.85 67.3292 -114.626 + 28 521.86 1237 3 0 -43.4113 67.4925 -115.85 + 28 71.2786 617 2 1 -56.6217 71.2634 -144.45 + 28 486.421 616 2 1 -56.65 71.2702 -144.513 + 28 401.403 1256 2 0 -57.253 71.4107 -145.85 + 28 29.5717 1257 2 0 -57.4237 71.45 -146.229 + 28 273.288 549 1 1 -70.1973 74.3046 -174.45 + 28 359.361 548 1 1 -70.25 74.3159 -174.561 + 28 451.646 1272 1 0 -70.8578 74.4981 -175.85 + 28 352.729 477 0 1 -84.5258 78.8869 -204.45 + 28 201.835 476 0 1 -84.65 78.9238 -204.705 + 28 434.414 1295 0 0 -85.2049 79.0926 -205.85 + 28 398.12 1445 5 1 109.285 -52.9925 -54.45 + 28 128.425 1446 5 1 109.35 -53.0515 -54.5739 + 28 121.898 631 5 0 110.031 -53.7933 -55.85 + 28 129.519 630 5 0 110.094 -53.85 -55.9576 + 28 28.1842 1444 5 1 109.143 -52.8445 -54.45 + 28 36.3312 635 5 0 110.084 -53.0391 -55.85 + 28 128.313 634 5 0 110.145 -53.05 -55.9281 + 28 9.24646 806 6 1 -18.84 36.0957 -24.45 + 28 253.172 805 6 1 -18.85 36.0896 -24.4608 + 28 269.443 804 6 1 -19.05 35.9672 -24.6767 + 28 115.219 1076 6 0 -20.1382 35.3008 -25.85 + 28 564.056 1075 6 0 -20.2193 35.25 -25.9361 + 28 61.6948 663 5 1 -47.3599 18.3316 -54.45 + 28 99.3005 662 5 1 -47.45 18.28 -54.5469 + 28 40.9912 661 5 1 -47.65 18.1654 -54.7613 + 28 174.163 987 5 0 -48.6697 17.5976 -55.85 + 28 42.4637 986 5 0 -48.9348 17.45 -56.1331 + 28 58.5072 522 4 1 -75.5344 2.6139 -84.45 + 28 100.996 521 4 1 -75.65 2.55422 -84.5684 + 28 66.4674 520 4 1 -75.85 2.45034 -84.7734 + 28 38.016 909 4 0 -76.9064 1.90602 -85.85 + 28 147.936 908 4 0 -77.0152 1.85 -85.9608 + 28 18.0123 374 3 1 -105.317 -12.629 -114.45 + 28 124.705 373 3 1 -105.35 -12.6475 -114.483 + 28 65.6383 372 3 1 -105.55 -12.7617 -114.685 + 28 70.2679 833 3 0 -106.701 -13.4291 -115.85 + 28 150.536 832 3 0 -106.738 -13.45 -115.886 + 28 5.43434 831 3 0 -107.084 -13.65 -116.237 + 28 65.0807 224 2 1 -135.213 -29.4733 -144.45 + 28 99.6351 223 2 1 -135.35 -29.5527 -144.591 + 28 22.4288 222 2 1 -135.55 -29.6689 -144.799 + 28 199.836 748 2 0 -136.56 -30.2529 -145.85 + 28 23.9799 747 2 0 -136.901 -30.45 -146.205 + 28 77.1672 78 1 1 -164.377 -46.1704 -174.45 + 28 85.5076 77 1 1 -164.55 -46.2723 -174.632 + 28 3.18906 76 1 1 -164.75 -46.3912 -174.843 + 28 202.936 665 1 0 -165.711 -46.9565 -175.85 + 28 204.447 664 1 0 -165.869 -47.05 -176.017 + 28 18.6839 696 5 1 -40.8102 25.3417 -54.45 + 28 138.693 695 5 1 -40.85 25.3397 -54.524 + 28 134.97 1026 5 0 -41.5623 25.2786 -55.85 + 28 38.91 1025 5 0 -41.758 25.25 -56.2115 + 28 152.398 615 4 1 -56.8728 22.7884 -84.45 + 28 32.7056 614 4 1 -57.05 22.8874 -84.755 + 28 11.5687 1015 4 0 -57.6717 23.2375 -85.85 + 28 121.292 1016 4 0 -57.6935 23.25 -85.8886 + 28 235.38 527 3 1 -74.5455 31.9505 -114.45 + 28 7.69349 1063 3 0 -74.8399 32.8278 -115.85 + 28 111.833 1064 3 0 -74.8468 32.85 -115.885 + 28 49.0411 1065 3 0 -74.9093 33.05 -116.206 + 28 123.746 1175 3 0 -85.3149 55.1812 -116.25 + 28 169.218 472 3 1 -85.5027 55.3103 -114.85 + 28 167.913 1220 4 0 -83.4784 64.0933 -86.25 + 28 143.63 482 4 1 -83.5523 64.7791 -84.8497 + 28 6.13859 1100 5 0 -75.674 40.0725 -56.25 + 28 118.651 1099 5 0 -75.667 40.0499 -56.2265 + 28 23.2528 1098 5 0 -75.5727 39.85 -55.9365 + 28 334.82 524 5 1 -75.178 39.6195 -54.85 + 28 115.678 523 5 1 -75.2501 39.2947 -54.5795 + 28 34.976 526 3 1 -74.65 31.9447 -114.739 + 28 81.8951 1057 3 0 -74.8465 31.5115 -115.85 + 28 9.90722 1056 3 0 -74.8585 31.45 -116.208 + 28 319.037 1007 3 0 -92.2692 21.493 -116.25 + 28 13.0208 430 3 1 -94.1088 21.5639 -114.85 + 28 62.1636 429 3 1 -94.15 21.5651 -114.823 + 28 39.9595 428 3 1 -94.35 21.6028 -114.797 + 28 76.5927 1008 3 0 -95.1501 21.8335 -115.85 + 28 259.332 1009 3 0 -95.1773 21.85 -115.918 + 28 99.4122 421 3 1 -95.8716 22.7852 -114.85 + 28 95.4932 1035 3 0 -71.1174 27.1775 -115.85 + 28 2.63775 1036 3 0 -71.2105 27.25 -116.242 + 28 52.5978 667 5 1 -46.5435 18.9762 -54.45 + 28 95.4801 666 5 1 -46.65 18.9123 -54.5656 + 28 24.6237 665 5 1 -46.85 18.7902 -54.783 + 28 191.832 990 5 0 -47.8373 18.1878 -55.85 + 28 78.0748 989 5 0 -48.0631 18.05 -56.094 + 28 75.8907 528 4 1 -74.3014 2.07278 -84.45 + 28 103.627 527 4 1 -74.45 1.98044 -84.6244 + 28 60.4586 906 4 0 -75.4962 1.34126 -85.85 + 28 160.817 905 4 0 -75.6461 1.25 -86.0254 + 28 161.539 400 3 1 -99.9864 -13.8642 -114.45 + 28 78.7459 399 3 1 -100.15 -13.961 -114.649 + 28 66.9708 827 3 0 -101.13 -14.5668 -115.85 + 28 218.872 826 3 0 -101.264 -14.65 -116.014 + 28 68.1105 278 2 1 -124.387 -28.9676 -144.45 + 28 85.4859 277 2 1 -124.55 -29.0595 -144.592 + 28 43.2578 276 2 1 -124.75 -29.1716 -144.767 + 28 78.9688 750 2 0 -125.993 -29.9375 -145.85 + 28 112.826 749 2 0 -126.174 -30.05 -146.008 + 28 78.2544 106 1 1 -158.792 -50.1003 -174.45 + 28 105.525 105 1 1 -158.95 -50.2186 -174.611 + 28 23.2053 104 1 1 -159.15 -50.3677 -174.815 + 28 89.8735 644 1 0 -160.173 -51.1139 -175.85 + 28 108.77 643 1 0 -160.359 -51.25 -176.039 + 28 86.9347 752 2 0 -125.921 -29.5756 -145.85 + 28 86.9774 751 2 0 -126.148 -29.65 -146.059 + 28 30.7866 121 1 1 -155.862 -39.2776 -174.45 + 28 78.8682 120 1 1 -155.95 -39.2879 -174.51 + 28 107.17 119 1 1 -156.15 -39.3154 -174.647 + 28 21.6703 118 1 1 -156.35 -39.3363 -174.804 + 28 287.515 703 1 0 -157.67 -39.419 -175.85 +Number of digits in this event = 86 +Using G4ParticleGun ... +3.77671 LIN +proton +Event: 29 +Number of tracker hits in this event = 24 + 29 112.368 1290 9 1 78.0884 100.405 65.55 + 29 101.806 1401 9 0 78.0878 100.404 64.15 + 29 128.719 1290 8 1 78.0712 100.39 35.55 + 29 140.801 1401 8 0 78.0714 100.389 34.15 + 29 102.456 1290 7 1 78.0749 100.366 5.55 + 29 116.411 1401 7 0 78.076 100.365 4.15 + 29 93.6842 1290 6 1 78.1021 100.336 -24.45 + 29 114.859 1400 6 0 78.1048 100.334 -25.85 + 29 139.578 1290 5 1 78.1621 100.301 -54.45 + 29 120.185 1400 5 0 78.1657 100.299 -55.85 + 29 225.495 1290 4 1 78.2413 100.264 -84.45 + 29 86.2129 1400 4 0 78.2454 100.263 -85.85 + 29 136.824 1291 3 1 78.3388 100.248 -114.45 + 29 390.079 1400 3 0 78.3435 100.246 -115.85 + 29 116.864 1291 2 1 78.4362 100.197 -144.45 + 29 132.758 1400 2 0 78.4398 100.194 -145.85 + 29 119.27 1292 1 1 78.5103 100.115 -174.45 + 29 113.005 1399 1 0 78.5136 100.11 -175.85 + 29 114.255 1292 0 1 78.5759 99.9941 -204.45 + 29 109.913 1399 0 0 78.5792 99.9883 -205.85 + 29 28.4375 1406 7 0 52.8207 101.368 3.75 + 29 137.405 1405 7 0 52.7353 101.35 3.83897 + 29 169.335 1157 7 1 51.5608 100.979 5.15005 + 29 59.483 1545 7 0 48.5616 129.15 3.83115 +Number of digits in this event = 11 +Using G4ParticleGun ... +5.55221 LIN +proton +Event: 30 +Number of tracker hits in this event = 55 + 30 102.135 767 10 1 -26.5129 -95.6317 95.55 + 30 167.955 422 10 0 -26.5137 -95.6308 94.15 + 30 128.335 767 9 1 -26.5249 -95.6097 65.55 + 30 114.8 422 9 0 -26.5255 -95.6105 64.15 + 30 111.501 767 8 1 -26.5361 -95.6253 35.55 + 30 152.249 422 8 0 -26.5374 -95.6255 34.15 + 30 165.112 767 7 1 -26.5586 -95.6326 5.55 + 30 193.454 422 7 0 -26.561 -95.6332 4.15 + 30 133.135 767 6 1 -26.6074 -95.6493 -24.45 + 30 94.5257 422 6 0 -26.6101 -95.6497 -25.85 + 30 117.74 766 5 1 -26.6681 -95.6556 -54.45 + 30 179.546 422 5 0 -26.6709 -95.6574 -55.85 + 30 103.616 766 4 1 -26.7293 -95.6943 -84.45 + 30 144.421 422 4 0 -26.7328 -95.696 -85.85 + 30 102.587 766 3 1 -26.801 -95.7293 -114.45 + 30 222.627 422 3 0 -26.804 -95.7321 -115.85 + 30 103.333 765 2 1 -26.868 -95.788 -144.45 + 30 98.0111 421 2 0 -26.8714 -95.7919 -145.85 + 30 139.008 765 1 1 -26.937 -95.88 -174.45 + 30 109.339 421 1 0 -26.9422 -95.8832 -175.85 + 30 97.3461 764 0 1 -27.0533 -95.9479 -204.45 + 30 103.332 420 0 0 -27.0582 -95.9506 -205.85 + 30 8.3898 547 1 0 49.0356 -70.5581 -176.25 + 30 13.5747 510 1 0 15.7489 -78.0139 -176.25 + 30 124.47 416 1 0 -27.9523 -96.7803 -175.85 + 30 241.848 421 3 0 -26.9004 -95.75 -116.171 + 30 147.444 423 5 0 -26.6656 -95.5499 -56.0104 + 30 4.58395 55 5 0 61.555 -169.005 -56.25 + 30 30.2442 423 8 0 -26.4997 -95.55 33.8114 + 30 48.7203 421 10 0 -26.5677 -95.75 93.8821 + 30 24.3658 132 10 0 -71.6711 -153.578 93.75 + 30 118.172 133 10 0 -71.6776 -153.55 93.7892 + 30 23.5246 768 10 1 -26.3402 -95.6615 95.55 + 30 55.0377 769 10 1 -26.25 -95.678 95.5277 + 30 75.526 770 10 1 -26.05 -95.7434 95.4799 + 30 66.7141 771 10 1 -25.85 -95.8111 95.4421 + 30 53.8713 772 10 1 -25.65 -95.866 95.4126 + 30 56.362 773 10 1 -25.45 -95.867 95.3776 + 30 50.498 774 10 1 -25.25 -95.8142 95.331 + 30 78.9344 775 10 1 -25.0494 -95.7833 95.2995 + 30 63.4853 776 10 1 -24.85 -95.7341 95.2675 + 30 74.8982 777 10 1 -24.65 -95.644 95.2202 + 30 4.79151 778 10 1 -24.45 -95.5503 95.1571 + 30 91.3592 431 10 0 -20.6972 -93.8693 94.15 + 30 80.0621 432 10 0 -20.4438 -93.75 94.1206 + 30 118.243 433 10 0 -20.1763 -93.55 94.0012 + 30 89.0882 434 10 0 -19.9828 -93.3498 93.9088 + 30 55.0763 435 10 0 -19.7231 -93.15 93.822 + 30 80.6545 374 10 0 87.2253 -105.192 93.75 + 30 73.66 373 10 0 87.3466 -105.35 93.7965 + 30 130.38 372 10 0 87.5046 -105.55 93.9173 + 30 58.1087 371 10 0 87.7497 -105.75 93.8416 + 30 268.596 370 10 0 87.795 -105.95 93.8593 + 30 77.727 1329 10 1 85.8969 -106.632 95.15 + 30 99.1209 1328 10 1 85.85 -106.633 95.1551 +Number of digits in this event = 18 +Using G4ParticleGun ... +3.89432 LIN +proton +Event: 31 +Number of tracker hits in this event = 32 + 31 120.176 905 11 1 1.05578 -24.8233 125.55 + 31 124.745 776 11 0 1.05552 -24.8255 124.15 + 31 148.153 904 10 1 1.04897 -24.8777 95.55 + 31 93.1458 775 10 0 1.04933 -24.881 94.15 + 31 79.275 905 9 1 1.05462 -24.9483 65.55 + 31 99.6138 775 9 0 1.05269 -24.9515 64.15 + 31 167.301 904 8 1 1.01276 -25.0207 35.55 + 31 113.832 775 8 0 1.01112 -25.0226 34.15 + 31 99.2835 904 7 1 0.976828 -25.057 5.55 + 31 100.498 774 7 0 0.976361 -25.0574 4.15 + 31 124.415 904 6 1 0.970496 -25.0637 -24.45 + 31 120.878 774 6 0 0.971994 -25.0671 -25.85 + 31 128.543 904 5 1 0.998482 -25.1359 -54.45 + 31 97.685 774 5 0 0.999879 -25.1417 -55.85 + 31 109.551 904 4 1 1.02276 -25.2683 -84.45 + 31 114.064 773 4 0 1.02199 -25.2743 -85.85 + 31 135.899 904 3 1 1.00584 -25.4049 -114.45 + 31 109.816 773 3 0 1.005 -25.4114 -115.85 + 31 160.246 904 2 1 0.990086 -25.5446 -144.45 + 31 108.962 772 2 0 0.989149 -25.5498 -145.85 + 31 138.412 904 1 1 0.97312 -25.6515 -174.45 + 31 111.777 771 1 0 0.973529 -25.6578 -175.85 + 31 186.805 904 0 1 0.974637 -25.7866 -204.45 + 31 97.8842 771 0 0 0.973499 -25.7937 -205.85 + 31 112.075 951 1 0 58.1018 10.2524 -176.25 + 31 241.946 952 1 0 57.9631 10.45 -176.136 + 31 32.0824 953 1 0 58.0764 10.65 -176.18 + 31 50.9729 765 8 0 -0.0958518 -26.9918 34.15 + 31 182.28 764 8 0 -0.152659 -27.05 34.1016 + 31 117.111 763 8 0 -0.323079 -27.25 34.067 + 31 109.925 897 8 1 -0.481092 -26.4399 35.15 + 31 113.249 898 8 1 -0.449914 -26.3558 35.2511 +Number of digits in this event = 16 +Using G4ParticleGun ... +8.28649 LIN proton Event: 32 -Number of tracker hits in this event = 60 - 32 155.782 859 11 1 -8.24476 -22.1477 125.55 - 32 111.053 789 11 0 -8.24491 -22.1499 124.15 - 32 115.649 859 10 1 -8.2405 -22.1966 95.55 - 32 139.984 789 10 0 -8.23619 -22.1966 94.15 - 32 128.441 859 9 1 -8.14177 -22.1902 65.55 - 32 155.653 789 9 0 -8.13532 -22.1891 64.15 - 32 120.199 860 8 1 -7.99108 -22.1808 35.55 - 32 133.866 789 8 0 -7.97788 -22.1833 34.15 - 32 117.011 861 7 1 -7.69759 -22.2189 5.55 - 32 277.418 789 7 0 -7.68339 -22.2201 4.15 - 32 154.759 863 6 1 -7.37181 -22.2504 -24.45 - 32 127.145 788 6 0 -7.35021 -22.2514 -25.85 - 32 178.933 865 5 1 -6.89653 -22.2796 -54.45 - 32 136.558 788 5 0 -6.87561 -22.2818 -55.85 - 32 115.398 868 4 1 -6.43804 -22.3293 -84.45 - 32 166.156 788 4 0 -6.41582 -22.3315 -85.85 - 32 143.226 870 3 1 -5.96409 -22.3681 -114.45 - 32 126.835 788 3 0 -5.94501 -22.372 -115.85 - 32 148.496 872 2 1 -5.5519 -22.4552 -144.45 - 32 102.205 787 2 0 -5.53129 -22.4578 -145.85 - 32 111.755 874 1 1 -5.11032 -22.5353 -174.45 - 32 134.71 787 1 0 -5.08697 -22.5348 -175.85 - 32 129.554 877 0 1 -4.6168 -22.5175 -204.45 - 32 109.712 787 0 0 -4.59734 -22.5174 -205.85 - 32 279.34 1181 0 0 69.1386 56.3064 -206.25 - 32 455.36 1182 0 0 69.1907 56.45 -206.121 - 32 163.19 1183 0 0 69.2683 56.65 -205.924 - 32 694.367 1248 0 1 69.7268 57.7658 -204.85 - 32 261.975 1249 0 1 69.85 58.055 -204.56 - 32 161.517 1251 1 0 71.6395 70.4296 -176.25 - 32 1477.14 1252 1 0 71.6423 70.45 -176.203 - 32 2880.3 1257 1 1 71.5838 70.8642 -174.85 - 32 829.934 1258 1 1 71.65 70.9844 -174.549 - 32 116.838 1334 2 0 85.9663 86.8855 -146.25 - 32 34.1718 1335 2 0 86.1142 87.05 -145.96 - 32 304.203 1333 2 1 86.6601 87.7029 -144.85 - 32 2.5691 1334 2 1 86.8505 87.9273 -144.459 - 32 62.0308 1415 3 0 101.699 103.239 -116.25 - 32 68.7071 1416 3 0 101.806 103.35 -116.044 - 32 78.0094 1411 3 1 102.429 103.984 -114.85 - 32 85.7831 1412 3 1 102.55 104.107 -114.619 - 32 14.6869 1502 4 0 118.55 120.724 -86.25 - 32 160.94 1503 4 0 118.576 120.751 -86.2042 - 32 4.17641 1504 4 0 118.764 120.95 -85.8677 - 32 11.3021 1495 4 1 119.326 121.565 -84.8495 - 32 125.781 1496 4 1 119.35 121.592 -84.8055 - 32 42.7541 1568 5 0 141.373 133.899 -56.25 - 32 142.508 1569 5 0 141.464 133.95 -56.1319 - 32 42.5927 1611 5 1 142.468 134.48 -54.85 - 32 123.158 1612 5 1 142.55 134.524 -54.7438 - 32 12.328 1613 5 1 142.75 134.624 -54.4842 - 32 51.5347 1666 6 0 173.465 153.466 -26.2499 - 32 111.431 1667 6 0 173.599 153.55 -26.1222 - 32 79.2643 1773 6 1 174.785 154.379 -24.85 - 32 86.5353 1774 6 1 174.951 154.493 -24.6709 - 32 2.89129 1775 6 1 175.15 154.625 -24.4585 - 32 77.4257 1570 5 0 141.522 134.15 -55.9782 - 32 121.803 1571 5 0 141.343 134.35 -56.0341 - 32 146.027 1572 5 0 141.24 134.55 -56.0425 - 32 198.98 1573 5 0 141.351 134.75 -55.9273 -Number of digits in this event = 37 +Number of tracker hits in this event = 24 + 32 109.154 1031 11 1 26.3851 -26.6242 125.55 + 32 161.448 767 11 0 26.3848 -26.6249 124.15 + 32 109.235 1031 10 1 26.3777 -26.6363 95.55 + 32 103.046 767 10 0 26.3773 -26.6369 94.15 + 32 100.874 1031 9 1 26.3695 -26.6483 65.55 + 32 120.476 767 9 0 26.3687 -26.6479 64.15 + 32 195.182 1031 8 1 26.3498 -26.6411 35.55 + 32 122.886 767 8 0 26.3488 -26.6411 34.15 + 32 118.368 1031 7 1 26.3297 -26.6385 5.55 + 32 102.485 767 7 0 26.3294 -26.6388 4.15 + 32 131.78 1031 6 1 26.3282 -26.6397 -24.45 + 32 262.79 767 6 0 26.3287 -26.6393 -25.85 + 32 122.604 1031 5 1 26.3407 -26.6276 -54.45 + 32 113.064 767 5 0 26.3409 -26.6262 -55.85 + 32 96.4803 1031 4 1 26.3453 -26.6009 -84.45 + 32 175.548 767 4 0 26.3459 -26.5992 -85.85 + 32 265.07 1031 3 1 26.3593 -26.5672 -114.45 + 32 108.652 767 3 0 26.3599 -26.5662 -115.85 + 32 117.127 1031 2 1 26.3686 -26.5433 -144.45 + 32 103.733 767 2 0 26.3671 -26.5428 -145.85 + 32 139.032 1031 1 1 26.3367 -26.5297 -174.45 + 32 120.49 767 1 0 26.3354 -26.5291 -175.85 + 32 106.57 1031 0 1 26.3105 -26.517 -204.45 + 32 105.373 767 0 0 26.3095 -26.515 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -1.67167 LIN +7.53579 LIN proton Event: 33 Number of tracker hits in this event = 26 - 33 123.925 969 11 1 13.8827 -23.4953 125.55 - 33 124.208 782 11 0 13.8817 -23.4943 124.15 - 33 117.403 969 10 1 13.8556 -23.4645 95.55 - 33 100.296 782 10 0 13.862 -23.4655 94.15 - 33 128.571 969 9 1 14.0002 -23.4726 65.55 - 33 164.751 782 9 0 14.0088 -23.4749 64.15 - 33 138.372 970 8 1 14.1794 -23.5113 35.55 - 33 137.56 782 8 0 14.188 -23.5081 34.15 - 33 119.524 971 7 1 14.3752 -23.4468 5.55 - 33 126.032 783 7 0 14.3855 -23.4443 4.15 - 33 115.039 972 6 1 14.5943 -23.3853 -24.45 - 33 172.815 783 6 0 14.6026 -23.3866 -25.85 - 33 98.2332 973 5 1 14.7804 -23.4275 -54.45 - 33 106.233 783 5 0 14.7893 -23.428 -55.85 - 33 139.425 974 4 1 14.9561 -23.4461 -84.45 - 33 123.52 783 4 0 14.962 -23.443 -85.85 - 33 172.819 975 3 1 15.0752 -23.388 -114.45 - 33 94.7132 783 3 0 15.0788 -23.3879 -115.85 - 33 204.89 975 2 1 15.1342 -23.3926 -144.45 - 33 171.102 783 2 0 15.139 -23.3973 -145.85 - 33 106.709 975 1 1 15.2261 -23.4875 -174.45 - 33 113.789 782 1 0 15.2307 -23.4958 -175.85 - 33 144.888 976 0 1 15.324 -23.6611 -204.45 - 33 132.571 781 0 0 15.3287 -23.6742 -205.85 - 33 23.9836 634 9 0 -39.0741 -53.2227 63.7502 - 33 191.21 633 9 0 -39.1052 -53.2501 63.7638 -Number of digits in this event = 17 + 33 99.8833 588 8 1 -62.3799 -121.668 35.55 + 33 120.597 292 8 0 -62.3804 -121.667 34.15 + 33 130.981 588 7 1 -62.3898 -121.661 5.55 + 33 99.6564 292 7 0 -62.391 -121.662 4.15 + 33 98.7086 588 6 1 -62.4084 -121.67 -24.45 + 33 101.974 292 6 0 -62.4089 -121.67 -25.85 + 33 95.3153 588 5 1 -62.4164 -121.679 -54.45 + 33 113.466 292 5 0 -62.4169 -121.679 -55.85 + 33 107.827 588 4 1 -62.4291 -121.685 -84.45 + 33 156.232 292 4 0 -62.4293 -121.686 -85.85 + 33 95.6586 588 3 1 -62.4354 -121.708 -114.45 + 33 122.472 292 3 0 -62.4362 -121.709 -115.85 + 33 233.711 587 2 1 -62.4539 -121.73 -144.45 + 33 207.92 292 2 0 -62.4535 -121.73 -145.85 + 33 108.24 588 1 1 -62.4432 -121.734 -174.45 + 33 164.131 292 1 0 -62.4427 -121.734 -175.85 + 33 102.445 588 0 1 -62.434 -121.745 -204.45 + 33 106.215 292 0 0 -62.4334 -121.746 -205.85 + 33 53.2758 586 2 1 -62.65 -121.633 -144.71 + 33 96.9874 293 2 0 -63.2607 -121.377 -145.85 + 33 16.7817 282 2 0 -69.5506 -123.568 -146.25 + 33 104.385 283 2 0 -69.5589 -123.55 -146.192 + 33 286.606 552 2 1 -69.6027 -122.926 -144.85 + 33 48.7914 551 2 1 -69.65 -122.976 -144.742 + 33 103.026 294 2 0 -69.9958 -121.255 -145.85 + 33 240.573 295 2 0 -70.02 -121.15 -145.914 +Number of digits in this event = 10 Using G4ParticleGun ... -8.63623 LIN +4.90545 LIN proton Event: 34 -Number of tracker hits in this event = 25 - 34 123.805 455 10 1 -88.874 -30.458 95.55 - 34 106.861 747 10 0 -88.8742 -30.4582 94.15 - 34 112.578 455 9 1 -88.877 -30.4637 65.55 - 34 164.616 747 9 0 -88.8769 -30.4639 64.15 - 34 126.887 455 8 1 -88.8763 -30.4711 35.55 - 34 123.444 747 8 0 -88.8759 -30.471 34.15 - 34 113.124 455 7 1 -88.8694 -30.4695 5.55 - 34 128.886 747 7 0 -88.8686 -30.4698 4.15 - 34 136.021 455 6 1 -88.8504 -30.4759 -24.45 - 34 119.941 747 6 0 -88.85 -30.4765 -25.85 - 34 102.856 456 5 1 -88.8445 -30.4869 -54.45 - 34 163.038 747 5 0 -88.844 -30.487 -55.85 - 34 152.682 456 4 1 -88.8343 -30.4883 -84.45 - 34 149.145 747 4 0 -88.8335 -30.4876 -85.85 - 34 101.205 456 3 1 -88.8174 -30.4767 -114.45 - 34 114.683 747 3 0 -88.8177 -30.4765 -115.85 - 34 125.621 456 2 1 -88.8218 -30.4731 -144.45 - 34 118.182 747 2 0 -88.8219 -30.4727 -145.85 - 34 109.263 456 1 1 -88.8223 -30.4657 -174.45 - 34 109.599 747 1 0 -88.8229 -30.4656 -175.85 - 34 107.348 456 0 1 -88.8352 -30.4657 -204.45 - 34 316.024 747 0 0 -88.8356 -30.4658 -205.85 - 34 3.84862 256 0 0 -135.967 -128.75 -206.199 - 34 57.7745 1685 12 0 -40.3252 157.316 154.15 - 34 208.748 92 9 1 -161.572 117.12 65.55 -Number of digits in this event = 16 -Using G4ParticleGun ... -4.66289 LIN -proton -Event: 35 -Number of tracker hits in this event = 26 - 35 100.093 1438 10 1 107.844 10.2647 95.55 - 35 107.171 951 10 0 107.845 10.2648 94.15 - 35 141.66 1438 9 1 107.865 10.2703 65.55 - 35 112.899 951 9 0 107.867 10.2714 64.15 - 35 116.133 1438 8 1 107.902 10.3016 35.55 - 35 115.787 951 8 0 107.904 10.3025 34.15 - 35 105.48 1439 7 1 107.957 10.3232 5.55 - 35 284.62 951 7 0 107.961 10.3252 4.15 - 35 120.403 1439 6 1 108.027 10.3738 -24.45 - 35 102.131 951 6 0 108.029 10.3771 -25.85 - 35 96.2149 1439 5 1 108.07 10.4408 -54.45 - 35 91.2175 951 5 0 108.072 10.4446 -55.85 - 35 119.136 1439 4 1 108.125 10.5147 -84.45 - 35 129.705 952 4 0 108.127 10.5181 -85.85 - 35 105.14 1440 3 1 108.171 10.5865 -114.45 - 35 100.453 952 3 0 108.174 10.5901 -115.85 - 35 116.314 1440 2 1 108.228 10.6694 -144.45 - 35 131.7 953 2 0 108.232 10.6725 -145.85 - 35 130.061 1440 1 1 108.323 10.7281 -174.45 - 35 153.664 953 1 0 108.325 10.732 -175.85 - 35 131.283 1441 0 1 108.378 10.8162 -204.45 - 35 207.945 953 0 0 108.381 10.8201 -205.85 - 35 61.0395 952 5 0 108.07 10.4502 -56.0507 - 35 75.7207 656 5 0 93.756 -48.6673 -56.25 - 35 40.0238 655 5 0 93.6819 -48.85 -56.2273 - 35 57.5173 950 7 0 107.946 10.25 4.03487 -Number of digits in this event = 11 -Using G4ParticleGun ... -4.38273 LIN -proton -Event: 36 -Number of tracker hits in this event = 17 - 36 99.5794 1600 7 1 140.281 43.7318 5.55 - 36 195.134 1118 7 0 140.282 43.7327 4.15 - 36 99.0904 1600 6 1 140.31 43.7484 -24.45 - 36 99.0571 1118 6 0 140.311 43.7489 -25.85 - 36 111.617 1600 5 1 140.344 43.7601 -54.45 - 36 135.716 1118 5 0 140.346 43.7607 -55.85 - 36 107.79 1601 4 1 140.388 43.7806 -84.45 - 36 140.875 1118 4 0 140.389 43.7804 -85.85 - 36 102.823 1601 3 1 140.458 43.7457 -114.45 - 36 213.987 1118 3 0 140.459 43.7438 -115.85 - 36 104.597 1601 2 1 140.489 43.7039 -144.45 - 36 296.772 1118 2 0 140.493 43.7005 -145.85 - 36 127.929 1602 1 1 140.572 43.6288 -174.45 - 36 101.38 1117 1 0 140.575 43.6247 -175.85 - 36 173.798 1602 0 1 140.652 43.5444 -204.45 - 36 129.472 1117 0 0 140.656 43.5393 -205.85 - 36 623.99 1601 5 1 140.35 43.7578 -54.7535 +Number of tracker hits in this event = 32 + 34 261.821 611 11 1 -57.8453 -9.589 125.55 + 34 81.7023 852 11 0 -57.8453 -9.5887 124.15 + 34 110.201 611 10 1 -57.8455 -9.5793 95.55 + 34 106.77 852 10 0 -57.8467 -9.57902 94.15 + 34 102.118 610 9 1 -57.8668 -9.56708 65.55 + 34 110.339 852 9 0 -57.8674 -9.56674 64.15 + 34 105.151 610 8 1 -57.8762 -9.56013 35.55 + 34 105.873 852 8 0 -57.8782 -9.56035 34.15 + 34 104.238 610 7 1 -57.9206 -9.56509 5.55 + 34 119.171 852 7 0 -57.9245 -9.56578 4.15 + 34 134.804 610 6 1 -58.0032 -9.57795 -24.45 + 34 167.901 852 6 0 -58.0092 -9.57925 -25.85 + 34 100.389 609 5 1 -58.1366 -9.6113 -54.45 + 34 101.387 852 5 0 -58.1431 -9.61227 -55.85 + 34 188.5 608 4 1 -58.2812 -9.63192 -84.45 + 34 181.209 852 4 0 -58.2868 -9.63343 -85.85 + 34 166.638 608 3 1 -58.4005 -9.66328 -114.45 + 34 119.194 851 3 0 -58.4056 -9.66424 -115.85 + 34 134.185 607 2 1 -58.5082 -9.68089 -144.45 + 34 108.135 851 2 0 -58.514 -9.68217 -145.85 + 34 98.5568 607 1 1 -58.6245 -9.70329 -174.45 + 34 100.888 851 1 0 -58.6303 -9.70771 -175.85 + 34 124.808 606 0 1 -58.7483 -9.80391 -204.45 + 34 109.182 851 0 0 -58.7529 -9.80794 -205.85 + 34 90.1075 847 0 0 -58.2471 -10.5272 -205.85 + 34 29.333 846 0 0 -58.1658 -10.65 -206.095 + 34 82.9807 861 0 0 -65.8517 -7.67946 -206.25 + 34 107.297 860 0 0 -65.9222 -7.85 -206.124 + 34 123.2 859 0 0 -65.9158 -8.05 -206.086 + 34 39.9135 578 0 1 -64.3455 -9.06365 -204.85 + 34 298.758 843 0 0 -61.4613 -11.2506 -205.85 + 34 162.877 610 10 1 -57.85 -9.58047 95.318 Number of digits in this event = 12 Using G4ParticleGun ... -5.26912 LIN +6.62245 LIN +proton +Event: 35 +Number of tracker hits in this event = 25 + 35 101.816 954 11 1 10.916 -67.6282 125.55 + 35 182.011 562 11 0 10.9156 -67.6272 124.15 + 35 102.342 954 10 1 10.9046 -67.6089 95.55 + 35 118.553 562 10 0 10.9036 -67.6078 94.15 + 35 159.329 954 9 1 10.8821 -67.5886 65.55 + 35 125.22 562 9 0 10.8808 -67.5871 64.15 + 35 96.4639 954 8 1 10.8532 -67.5545 35.55 + 35 114.096 562 8 0 10.8529 -67.5537 34.15 + 35 113.792 953 7 1 10.8452 -67.5352 5.55 + 35 126.803 562 7 0 10.8452 -67.534 4.15 + 35 98.1995 953 6 1 10.845 -67.513 -24.45 + 35 125.59 562 6 0 10.8455 -67.5122 -25.85 + 35 118.825 954 5 1 10.8591 -67.495 -54.45 + 35 162.086 562 5 0 10.8597 -67.4954 -55.85 + 35 154.726 954 4 1 10.875 -67.5013 -84.45 + 35 103.531 562 4 0 10.8762 -67.5013 -85.85 + 35 149.394 954 3 1 10.9052 -67.5048 -114.45 + 35 240.87 562 3 0 10.9051 -67.5042 -115.85 + 35 223.438 954 2 1 10.902 -67.495 -144.45 + 35 213.868 562 2 0 10.9021 -67.4955 -145.85 + 35 103.068 953 1 1 10.8164 -67.2294 -174.45 + 35 137.842 564 1 0 10.8129 -67.2159 -175.85 + 35 102.376 953 0 1 10.7424 -66.9378 -204.45 + 35 135.51 565 0 0 10.7391 -66.9252 -205.85 + 35 21.7172 563 5 0 10.8474 -67.45 -56.1875 +Number of digits in this event = 16 +Using G4ParticleGun ... +3.12043 LIN +proton +Event: 36 +Number of tracker hits in this event = 57 + 36 132.879 1186 11 1 57.3999 1.70459 125.55 + 36 97.0012 908 11 0 57.4005 1.70338 124.15 + 36 117.381 1186 10 1 57.4202 1.68243 95.55 + 36 98.5549 908 10 0 57.4242 1.68231 94.15 + 36 103.851 1187 9 1 57.5075 1.68252 65.55 + 36 186.556 908 9 0 57.5093 1.68213 64.15 + 36 198.686 1187 8 1 57.5487 1.67523 35.55 + 36 149.957 908 8 0 57.5496 1.67407 34.15 + 36 154.489 1187 7 1 57.5668 1.65492 5.55 + 36 102.795 908 7 0 57.5679 1.65243 4.15 + 36 111.911 1187 6 1 57.5853 1.59886 -24.45 + 36 148.446 907 6 0 57.5866 1.59639 -25.85 + 36 120.666 1187 5 1 57.6137 1.55371 -54.45 + 36 135.201 907 5 0 57.6145 1.55285 -55.85 + 36 119.403 1187 4 1 57.6342 1.53554 -84.45 + 36 133.892 907 4 0 57.6418 1.53463 -85.85 + 36 172.044 1188 3 1 57.7971 1.52293 -114.45 + 36 165.909 907 3 0 57.8056 1.52319 -115.85 + 36 96.3404 1189 2 1 57.974 1.52922 -144.45 + 36 143.912 907 2 0 57.9803 1.52846 -145.85 + 36 124.542 1190 1 1 58.1126 1.50548 -174.45 + 36 202.336 907 1 0 58.1194 1.50273 -175.85 + 36 103.764 1191 0 1 58.258 1.44937 -204.45 + 36 143.247 906 0 0 58.2657 1.44507 -205.85 + 36 16.0286 759 11 0 16.189 -28.0629 123.75 + 36 115.677 760 11 0 16.1694 -28.05 123.763 + 36 15.9846 861 1 0 116.021 -7.84276 -176.25 + 36 66.7069 872 9 1 -5.45 34.0114 65.1595 + 36 208.054 1012 0 0 56.1095 22.559 -206.25 + 36 80.8556 1013 0 0 56.1003 22.65 -205.919 + 36 186.759 1180 0 1 56.0718 22.9407 -204.85 + 36 363.005 1057 1 0 54.6408 31.4704 -176.25 + 36 172.959 1172 1 1 54.5741 31.8912 -174.85 + 36 143.835 1104 2 0 53.9788 40.8734 -146.25 + 36 158.417 1169 2 1 53.9437 41.3105 -144.85 + 36 10.0681 1153 3 0 52.6303 50.8355 -116.25 + 36 220.535 1154 3 0 52.6283 50.85 -116.207 + 36 149.352 1162 3 1 52.5681 51.2964 -114.85 + 36 46.1899 1202 4 0 51.5907 60.6084 -86.25 + 36 82.4764 1203 4 0 51.5863 60.65 -86.1222 + 36 125.421 1157 4 1 51.5482 61.0656 -84.85 + 36 12803 1192 8 0 -38.3779 58.5155 34.0148 + 36 220.783 1571 12 0 102.667 134.481 153.75 + 36 40.611 1572 12 0 102.673 134.55 153.794 + 36 94.338 1408 12 1 101.789 136.274 155.15 + 36 30.7861 1580 2 0 -165.345 136.305 -145.995 + 36 27.4257 1186 8 1 57.45 1.70994 35.1959 + 36 68.6707 909 8 0 56.3591 1.91946 34.15 + 36 192.042 1175 8 1 55.2203 -0.259294 35.1501 + 36 102.875 1174 8 1 55.05 -0.286204 35.2987 + 36 119.874 492 9 0 -60.6287 -81.52 63.7501 + 36 116.614 491 9 0 -60.9488 -81.65 63.8334 + 36 180.501 490 9 0 -61.1089 -81.85 63.8795 + 36 78.7994 489 9 0 -61.339 -82.0503 63.9775 + 36 128.131 488 9 0 -61.3132 -82.25 64.0224 + 36 74.4255 598 9 1 -60.4081 -82.7054 65.15 + 36 20.7 597 9 1 -60.45 -82.6942 65.1788 +Number of digits in this event = 32 +Using G4ParticleGun ... +6.55573 LIN proton Event: 37 -Number of tracker hits in this event = 24 - 37 141.773 937 10 1 7.51615 92.576 95.55 - 37 125.878 1362 10 0 7.51718 92.5768 94.15 - 37 139.577 937 9 1 7.53667 92.5912 65.55 - 37 180.966 1362 9 0 7.53808 92.5923 64.15 - 37 106.611 937 8 1 7.57154 92.6119 35.55 - 37 122.357 1362 8 0 7.57151 92.6121 34.15 - 37 94.4751 937 7 1 7.56555 92.6194 5.55 - 37 113.034 1362 7 0 7.56525 92.6193 4.15 - 37 129.207 937 6 1 7.55977 92.6136 -24.45 - 37 90.3318 1362 6 0 7.55963 92.6139 -25.85 - 37 199.748 937 5 1 7.55436 92.6248 -54.45 - 37 111.149 1362 5 0 7.55473 92.6253 -55.85 - 37 139.294 937 4 1 7.56326 92.6392 -84.45 - 37 178.501 1362 4 0 7.56432 92.6403 -85.85 - 37 94.6742 937 3 1 7.57902 92.6712 -114.45 - 37 131.522 1362 3 0 7.5801 92.673 -115.85 - 37 110.378 937 2 1 7.60917 92.7111 -144.45 - 37 198.002 1362 2 0 7.61159 92.7135 -145.85 - 37 205.888 938 1 1 7.66567 92.7636 -174.45 - 37 243.962 1363 1 0 7.66403 92.7652 -175.85 - 37 101.302 937 0 1 7.62743 92.7992 -204.45 - 37 228.85 1363 0 0 7.62592 92.8015 -205.85 - 37 61.8998 823 1 1 -15.45 -107.713 -174.841 - 37 138.893 575 1 1 -64.85 145.428 -174.603 +Number of tracker hits in this event = 27 + 37 120.932 637 11 1 -52.5347 11.9919 125.55 + 37 183.83 959 11 0 -52.5353 11.9922 124.15 + 37 121.066 637 10 1 -52.5434 12.001 95.55 + 37 116.385 959 10 0 -52.5433 12.0013 94.15 + 37 217.012 637 9 1 -52.5419 12.0038 65.55 + 37 130.106 959 9 0 -52.5414 12.0044 64.15 + 37 106.733 637 8 1 -52.5306 12.0106 35.55 + 37 94.2109 959 8 0 -52.5297 12.01 34.15 + 37 366.525 637 7 1 -52.5142 11.9951 5.55 + 37 132.593 959 7 0 -52.5122 11.9943 4.15 + 37 115.606 637 6 1 -52.4733 11.9796 -24.45 + 37 142.068 959 6 0 -52.4712 11.9793 -25.85 + 37 100.218 638 5 1 -52.4284 11.9739 -54.45 + 37 123.096 959 5 0 -52.4247 11.9743 -55.85 + 37 111.575 638 4 1 -52.34 11.9836 -84.45 + 37 184.293 959 4 0 -52.3369 11.9832 -85.85 + 37 177.287 638 3 1 -52.2652 11.9661 -114.45 + 37 120.138 959 3 0 -52.2611 11.9646 -115.85 + 37 139.899 639 2 1 -52.1782 11.9343 -144.45 + 37 141.313 959 2 0 -52.173 11.932 -145.85 + 37 144.423 639 1 1 -52.0719 11.8906 -174.45 + 37 93.6683 959 1 0 -52.067 11.8888 -175.85 + 37 251.924 640 0 1 -51.9679 11.849 -204.45 + 37 129.812 958 0 0 -51.9653 11.8479 -205.85 + 37 85.3953 956 0 0 -51.6198 11.3609 -205.85 + 37 36.7253 955 0 0 -51.5533 11.2497 -206.133 + 37 21.9541 636 7 1 -52.65 11.982 5.17678 Number of digits in this event = 18 Using G4ParticleGun ... -9.4223 LIN +5.95129 LIN proton Event: 38 -Number of tracker hits in this event = 23 - 38 110.635 645 10 1 -50.922 -98.348 95.55 - 38 192.048 409 10 0 -50.9214 -98.3479 94.15 - 38 215.024 645 9 1 -50.9065 -98.3434 65.55 - 38 102.14 409 9 0 -50.906 -98.3421 64.15 - 38 243.909 645 8 1 -50.8922 -98.309 35.55 - 38 141.762 409 8 0 -50.8908 -98.3067 34.15 - 38 126.116 645 7 1 -50.8607 -98.2559 5.55 - 38 99.9271 409 7 0 -50.8592 -98.253 4.15 - 38 110.39 646 6 1 -50.829 -98.1958 -24.45 - 38 234.319 409 6 0 -50.827 -98.1932 -25.85 - 38 116.718 646 5 1 -50.7865 -98.1425 -54.45 - 38 129 410 5 0 -50.7846 -98.1391 -55.85 - 38 144.464 646 4 1 -50.7416 -98.0709 -84.45 - 38 131.714 410 4 0 -50.7393 -98.068 -85.85 - 38 108.046 646 3 1 -50.6926 -98.01 -114.45 - 38 108.126 410 3 0 -50.6904 -98.0071 -115.85 - 38 152.457 647 2 1 -50.6456 -97.9527 -144.45 - 38 106.571 411 2 0 -50.6438 -97.9498 -145.85 - 38 112.123 647 1 1 -50.6074 -97.8931 -174.45 - 38 120.238 411 1 0 -50.6056 -97.8898 -175.85 - 38 150.857 647 0 1 -50.5666 -97.824 -204.45 - 38 132.046 411 0 0 -50.5646 -97.8219 -205.85 - 38 19.9995 646 8 1 -50.85 -98.3392 35.3709 -Number of digits in this event = 14 +Number of tracker hits in this event = 19 + 38 118.1 587 8 1 -62.6408 125.373 35.55 + 38 187.59 1526 8 0 -62.6396 125.374 34.15 + 38 103.277 587 7 1 -62.617 125.377 5.55 + 38 110.099 1526 7 0 -62.6162 125.377 4.15 + 38 312.09 587 6 1 -62.5992 125.374 -24.45 + 38 97.2086 1526 6 0 -62.5992 125.373 -25.85 + 38 97.5164 587 5 1 -62.6017 125.367 -54.45 + 38 173.017 1526 5 0 -62.6032 125.367 -55.85 + 38 236.199 587 4 1 -62.6386 125.365 -84.45 + 38 91.8435 1526 4 0 -62.6409 125.366 -85.85 + 38 155.352 586 3 1 -62.6921 125.383 -114.45 + 38 122.842 1526 3 0 -62.6934 125.382 -115.85 + 38 100.154 586 2 1 -62.7201 125.366 -144.45 + 38 122.853 1526 2 0 -62.7204 125.365 -145.85 + 38 151.82 586 1 1 -62.7238 125.358 -174.45 + 38 122.712 1526 1 0 -62.7252 125.358 -175.85 + 38 99.6547 586 0 1 -62.7539 125.361 -204.45 + 38 115.498 1526 0 0 -62.7547 125.361 -205.85 + 38 50.4438 586 4 1 -62.65 125.414 -84.725 +Number of digits in this event = 10 Using G4ParticleGun ... -5.82847 LIN +2.64153 LIN proton Event: 39 Number of tracker hits in this event = 25 - 39 139.403 953 11 1 10.693 16.1053 125.55 - 39 101.308 980 11 0 10.6927 16.1065 124.15 - 39 167.815 953 10 1 10.6888 16.1321 95.55 - 39 92.5986 980 10 0 10.6877 16.1333 94.15 - 39 106.248 953 9 1 10.6614 16.1588 65.55 - 39 115.681 980 9 0 10.6589 16.1599 64.15 - 39 122.889 952 8 1 10.6065 16.1866 35.55 - 39 120.918 980 8 0 10.6037 16.1884 34.15 - 39 111.468 952 7 1 10.54 16.224 5.55 - 39 132.759 980 7 0 10.5367 16.2251 4.15 - 39 186.877 952 6 1 10.4715 16.2457 -24.45 - 39 268.751 980 6 0 10.4672 16.246 -25.85 - 39 242.651 951 5 1 10.3779 16.2496 -54.45 - 39 170.83 981 5 0 10.3744 16.25 -55.85 - 39 106.659 951 4 1 10.3022 16.261 -84.45 - 39 103.522 981 4 0 10.2986 16.2625 -85.85 - 39 85.2929 950 3 1 10.2264 16.2876 -114.45 - 39 174.946 981 3 0 10.2223 16.2895 -115.85 - 39 133.686 950 2 1 10.1447 16.3253 -144.45 - 39 96.0606 981 2 0 10.1423 16.3266 -145.85 - 39 96.6753 950 1 1 10.0964 16.3495 -174.45 - 39 207.398 981 1 0 10.0931 16.3496 -175.85 - 39 113.953 949 0 1 10.0186 16.3491 -204.45 - 39 136.01 981 0 0 10.0163 16.3494 -205.85 - 39 63.7596 950 5 1 10.25 16.1795 -54.6815 -Number of digits in this event = 14 + 39 109.801 951 10 1 10.4055 106.777 95.55 + 39 319.806 1433 10 0 10.4061 106.777 94.15 + 39 176.7 951 9 1 10.4056 106.78 65.55 + 39 147.772 1433 9 0 10.402 106.781 64.15 + 39 140.848 951 8 1 10.3417 106.806 35.55 + 39 131.452 1433 8 0 10.3384 106.809 34.15 + 39 132.696 951 7 1 10.2595 106.887 5.55 + 39 156.89 1433 7 0 10.2562 106.89 4.15 + 39 111.468 950 6 1 10.1827 106.957 -24.45 + 39 111.145 1434 6 0 10.1766 106.961 -25.85 + 39 138.588 949 5 1 10.0449 107.026 -54.45 + 39 152.343 1434 5 0 10.0394 107.028 -55.85 + 39 142.497 949 4 1 9.91439 107.08 -84.45 + 39 187.673 1434 4 0 9.90678 107.083 -85.85 + 39 103.33 948 3 1 9.75053 107.128 -114.45 + 39 254.497 1434 3 0 9.74215 107.129 -115.85 + 39 104.736 947 2 1 9.56539 107.146 -144.45 + 39 104.921 1434 2 0 9.55445 107.147 -145.85 + 39 148.804 946 1 1 9.3315 107.172 -174.45 + 39 132.735 1435 1 0 9.3203 107.173 -175.85 + 39 141.207 945 0 1 9.09644 107.215 -204.45 + 39 102.538 1435 0 0 9.08479 107.218 -205.85 + 39 112.383 1435 3 0 9.71759 107.15 -116.109 + 39 34.9708 1432 10 0 10.4036 106.75 93.995 + 39 130.992 1483 10 0 1.12912 116.752 93.75 +Number of digits in this event = 17 Using G4ParticleGun ... -9.76545 LIN +9.94864 LIN proton Event: 40 -Number of tracker hits in this event = 31 - 40 99.9957 1040 9 1 28.0599 -122.666 65.55 - 40 96.1276 287 9 0 28.0602 -122.666 64.15 - 40 106.605 1040 8 1 28.0731 -122.673 35.55 - 40 103.89 287 8 0 28.0738 -122.673 34.15 - 40 133.773 1040 7 1 28.0829 -122.67 5.55 - 40 117.454 287 7 0 28.0837 -122.67 4.15 - 40 128.931 1040 6 1 28.0997 -122.673 -24.45 - 40 115.511 287 6 0 28.0995 -122.673 -25.85 - 40 134.19 1040 5 1 28.0942 -122.67 -54.45 - 40 146.537 287 5 0 28.0937 -122.67 -55.85 - 40 116.039 1040 4 1 28.0793 -122.671 -84.45 - 40 121.814 287 4 0 28.0789 -122.67 -85.85 - 40 103.366 1040 3 1 28.0689 -122.67 -114.45 - 40 84.8731 287 3 0 28.0698 -122.67 -115.85 - 40 94.6096 1040 2 1 28.0897 -122.671 -144.45 - 40 28665.8 287 2 0 28.0904 -122.671 -145.85 - 40 3228.83 286 2 0 28.1338 -122.75 -145.88 - 40 90.4341 285 2 0 28.1863 -122.95 -145.926 - 40 545.968 284 2 0 28.2309 -123.15 -146.086 - 40 55.0908 283 2 0 28.8363 -123.35 -146.162 - 40 5876.55 288 2 0 27.7536 -122.55 -145.87 - 40 886.327 1207 1 1 61.5288 -135.178 -174.45 - 40 1408.86 1208 1 1 61.65 -135.23 -174.558 - 40 1162.43 1209 1 1 61.85 -135.313 -174.729 - 40 2356.99 221 1 0 63.152 -135.842 -175.85 - 40 1776.19 220 1 0 63.4194 -135.95 -176.087 - 40 100.734 1037 1 1 27.5374 -122.601 -174.45 - 40 106.101 287 1 0 27.5099 -122.598 -175.85 - 40 160.244 1034 0 1 26.9511 -122.541 -204.45 - 40 122.697 288 0 0 26.9235 -122.539 -205.85 - 40 82.4704 420 2 0 15.5219 -96.0908 -146.25 -Number of digits in this event = 18 +Number of tracker hits in this event = 119 + 40 102.544 676 10 1 -44.8359 73.2769 95.55 + 40 112.396 1266 10 0 -44.8365 73.2767 94.15 + 40 203.947 676 9 1 -44.8473 73.272 65.55 + 40 116.72 1266 9 0 -44.8476 73.2717 64.15 + 40 100.566 675 8 1 -44.8566 73.2681 35.55 + 40 138.637 1266 8 0 -44.8564 73.2679 34.15 + 40 159.767 675 7 1 -44.8506 73.2678 5.55 + 40 106.757 1266 7 0 -44.8506 73.2671 4.15 + 40 97.462 675 6 1 -44.8506 73.2506 -24.45 + 40 93.317 1265 6 0 -44.8514 73.2499 -25.85 + 40 134.713 675 5 1 -44.8672 73.2359 -54.45 + 40 118.607 1265 5 0 -44.8682 73.2353 -55.85 + 40 122.723 675 4 1 -44.889 73.2198 -84.45 + 40 115.983 1265 4 0 -44.8885 73.2187 -85.85 + 40 107.022 675 3 1 -44.8786 73.1957 -114.45 + 40 178.658 1265 3 0 -44.8779 73.1959 -115.85 + 40 98.8514 675 2 1 -44.8655 73.2032 -144.45 + 40 112.701 1265 2 0 -44.8649 73.2029 -145.85 + 40 262.181 829 2 1 -14.1831 85.6581 -144.45 + 40 222.79 1287 5 0 -27.3292 77.6241 -56.25 + 40 0.113441 438 5 1 -92.35 5.47109 -54.7641 + 40 180.544 667 1 1 -46.471 75.4892 -174.45 + 40 66.9889 668 1 1 -46.45 75.4716 -174.61 + 40 134.475 666 1 1 -46.65 75.5837 -174.556 + 40 237.77 658 1 1 -48.3598 67.8958 -174.565 + 40 105.666 655 1 1 -48.9923 75.9338 -174.786 + 40 189.572 677 1 1 -44.4554 73.0802 -174.45 + 40 1023.01 678 1 1 -44.45 73.0785 -174.451 + 40 1000.86 679 1 1 -44.25 73.0172 -174.502 + 40 1159.65 680 1 1 -44.05 72.9543 -174.552 + 40 1063.73 681 1 1 -43.85 72.893 -174.604 + 40 1185.46 682 1 1 -43.65 72.8342 -174.65 + 40 745.112 683 1 1 -43.45 72.7734 -174.698 + 40 719.033 684 1 1 -43.25 72.7128 -174.745 + 40 778.845 685 1 1 -43.05 72.6491 -174.793 + 40 99.4817 686 1 1 -42.85 72.5853 -174.842 + 40 1703.78 1255 1 0 -38.539 71.1972 -175.85 + 40 2782.65 1254 1 0 -38.0817 71.05 -175.957 + 40 2872.34 1253 1 0 -37.4234 70.85 -176.121 + 40 813.063 675 1 1 -44.9878 73.3051 -174.45 + 40 1788.94 674 1 1 -45.05 73.3516 -174.51 + 40 1084.78 673 1 1 -45.25 73.5009 -174.702 + 40 503.378 1271 1 0 -46.402 74.3943 -175.85 + 40 2654.08 1272 1 0 -46.4739 74.45 -175.922 + 40 780.133 1273 1 0 -46.7286 74.65 -176.18 + 40 280.601 529 0 1 -74.2307 96.1309 -204.45 + 40 2268.12 528 0 1 -74.25 96.1481 -204.474 + 40 1272.19 527 0 1 -74.45 96.325 -204.722 + 40 288.023 1384 0 0 -75.3496 97.1308 -205.85 + 40 3048.03 1385 0 0 -75.371 97.15 -205.877 + 40 1052.38 1386 0 0 -75.5939 97.35 -206.159 + 40 520.697 676 1 1 -44.8324 73.1703 -174.45 + 40 171.232 1264 1 0 -44.6353 72.871 -175.85 + 40 446.374 1263 1 0 -44.6214 72.85 -175.948 + 40 132.836 697 0 1 -40.6183 66.7569 -204.45 + 40 10.0874 1232 0 0 -40.4167 66.4571 -205.85 + 40 125.903 1231 0 0 -40.4119 66.45 -205.883 + 40 119.294 712 0 1 -37.576 64.8741 -204.45 + 40 44.1454 1222 0 0 -37.2329 64.4862 -205.85 + 40 91.142 1221 0 0 -37.2008 64.45 -205.981 + 40 84.5825 1262 1 0 -44.3312 72.65 -176.05 + 40 47.6075 1248 1 0 -40.8938 69.6822 -175.85 + 40 415.538 1247 1 0 -40.8579 69.65 -175.864 + 40 446.693 1246 1 0 -40.6343 69.45 -175.948 + 40 514.421 1245 1 0 -40.4105 69.25 -176.033 + 40 363.136 1244 1 0 -40.1896 69.05 -176.117 + 40 238.163 1243 1 0 -39.9695 68.85 -176.201 + 40 299.253 1071 0 1 34.3025 -0.269282 -204.45 + 40 337.163 1072 0 1 34.45 -0.398704 -204.499 + 40 437.058 1073 0 1 34.65 -0.575651 -204.567 + 40 373.62 1074 0 1 34.85 -0.752104 -204.636 + 40 474.251 1075 0 1 35.05 -0.92623 -204.704 + 40 444.239 1076 0 1 35.25 -1.10134 -204.772 + 40 45.8732 1077 0 1 35.45 -1.27694 -204.84 + 40 378.837 880 0 0 38.3462 -3.862 -205.85 + 40 530.819 879 0 0 38.5568 -4.05 -205.923 + 40 663.498 878 0 0 38.7807 -4.25 -206.003 + 40 450.008 877 0 0 39.0056 -4.45 -206.084 + 40 493.05 876 0 0 39.2284 -4.65 -206.164 + 40 43.7127 875 0 0 39.4497 -4.85 -206.242 + 40 179.251 1266 1 0 -44.5406 73.4169 -175.85 + 40 59.8824 1267 1 0 -44.4938 73.45 -176.081 + 40 111.489 706 0 1 -38.7523 77.4933 -204.45 + 40 92.7021 1288 0 0 -38.4655 77.6891 -205.85 + 40 75.8478 183 0 1 -143.414 92.8857 -204.85 + 40 119.894 575 0 1 -64.9906 97.3957 -204.45 + 40 600.716 574 0 1 -65.05 97.4611 -204.535 + 40 46.1349 573 0 1 -65.25 97.6817 -204.821 + 40 184.298 1391 0 0 -65.9614 98.4645 -205.85 + 40 483.414 1392 0 0 -66.039 98.55 -205.962 + 40 40.0481 1393 0 0 -66.2206 98.75 -206.225 + 40 241.222 1256 2 0 -15.9386 71.3485 -146.25 + 40 20.5405 827 2 1 -14.4922 71.241 -144.85 + 40 118.303 828 2 1 -14.45 71.2377 -144.809 + 40 203.163 1243 3 0 17.3475 68.7502 -116.25 + 40 78.9586 994 3 1 18.915 68.6219 -114.85 + 40 91.946 995 3 1 19.05 68.6106 -114.73 + 40 43.7398 996 3 1 19.25 68.5936 -114.551 + 40 254.301 1233 4 0 51.3925 66.757 -86.25 + 40 28.8065 1164 4 1 52.984 66.6687 -84.85 + 40 118.432 1165 4 1 53.05 66.6651 -84.792 + 40 94.3159 1166 4 1 53.25 66.6537 -84.6161 + 40 201.848 1224 5 0 86.883 65.0338 -56.25 + 40 57.7636 1342 5 1 88.5489 64.9447 -54.85 + 40 86.7672 1343 5 1 88.65 64.939 -54.7651 + 40 99.0042 1344 5 1 88.85 64.9277 -54.5966 + 40 337.448 1211 6 0 124.277 62.3701 -26.25 + 40 50.4353 1529 6 1 126.018 62.2578 -24.85 + 40 94.2749 1530 6 1 126.15 62.2497 -24.7433 + 40 60.2267 1531 6 1 126.35 62.2375 -24.582 + 40 219.227 1198 7 0 160.933 59.7654 3.75 + 40 74.7931 1712 7 1 162.651 59.6458 5.15 + 40 129.209 1713 7 1 162.75 59.6389 5.23084 + 40 110.968 1714 7 1 162.95 59.6257 5.39492 + 40 408.661 648 0 1 -50.2599 75.3085 -204.45 + 40 136.311 1276 0 0 -50.5109 75.4063 -205.85 + 40 59.4995 747 0 1 -30.5314 69.3438 -204.45 + 40 60.4189 748 0 1 -30.45 69.3224 -204.622 + 40 137.039 1245 0 0 -29.8705 69.1703 -205.85 +Number of digits in this event = 74 Using G4ParticleGun ... -2.94824 LIN +2.2057 LIN proton Event: 41 -Number of tracker hits in this event = 24 - 41 231.377 1170 9 1 54.196 -117.654 65.55 - 41 98.3388 312 9 0 54.1954 -117.655 64.15 - 41 121.157 1170 8 1 54.191 -117.684 35.55 - 41 163.338 312 8 0 54.1904 -117.685 34.15 - 41 124.036 1170 7 1 54.1677 -117.712 5.55 - 41 101.305 312 7 0 54.1659 -117.713 4.15 - 41 264.496 1170 6 1 54.121 -117.738 -24.45 - 41 116.788 312 6 0 54.1226 -117.742 -25.85 - 41 137.503 1170 5 1 54.1603 -117.829 -54.45 - 41 136.158 311 5 0 54.1629 -117.831 -55.85 - 41 125.635 1170 4 1 54.219 -117.876 -84.45 - 41 85.2158 311 4 0 54.218 -117.88 -85.85 - 41 107.113 1170 3 1 54.1956 -117.964 -114.45 - 41 118.101 310 3 0 54.1927 -117.969 -115.85 - 41 123.006 1170 2 1 54.1376 -118.058 -144.45 - 41 190.406 310 2 0 54.1354 -118.064 -145.85 - 41 119.949 1170 1 1 54.1055 -118.189 -174.45 - 41 146.94 309 1 0 54.1034 -118.196 -175.85 - 41 124.56 1170 0 1 54.0681 -118.337 -204.45 - 41 123.063 309 0 0 54.0655 -118.343 -205.85 - 41 72.6664 1171 9 1 54.25 -117.535 65.422 - 41 25.7163 1172 9 1 54.45 -117.49 65.2187 - 41 101.519 309 9 0 56.9681 -118.274 64.15 - 41 129.73 308 9 0 57.0914 -118.35 64.0249 -Number of digits in this event = 15 +Number of tracker hits in this event = 78 + 41 117.875 1428 10 1 105.922 41.5973 95.55 + 41 124.454 1107 10 0 105.923 41.5996 94.15 + 41 135.605 1429 9 1 105.95 41.6495 65.55 + 41 110.344 1107 9 0 105.95 41.6483 64.15 + 41 115.727 1428 8 1 105.939 41.6162 35.55 + 41 93.8809 1107 8 0 105.935 41.6162 34.15 + 41 94.4993 1428 7 1 105.838 41.6051 5.55 + 41 116.342 1107 7 0 105.834 41.6039 4.15 + 41 94.6945 1427 6 1 105.743 41.588 -24.45 + 41 103.241 1107 6 0 105.738 41.5852 -25.85 + 41 243.195 1427 5 1 105.657 41.5234 -54.45 + 41 125.826 1107 5 0 105.655 41.5214 -55.85 + 41 110.904 1427 4 1 105.647 41.432 -84.45 + 41 109.071 1106 4 0 105.65 41.4256 -85.85 + 41 107.363 1427 3 1 105.722 41.3035 -114.45 + 41 126.196 1106 3 0 105.73 41.2936 -115.85 + 41 129.708 1428 2 1 105.881 41.1042 -144.45 + 41 103.075 1105 2 0 105.89 41.0972 -145.85 + 41 101.413 1429 1 1 106.076 40.9593 -174.45 + 41 198.317 1104 1 0 106.085 40.9554 -175.85 + 41 107.368 1430 0 1 106.254 40.8705 -204.45 + 41 120.223 1104 0 0 106.261 40.8668 -205.85 + 41 69.7737 915 0 0 117.318 3.19785 -206.25 + 41 101.304 914 0 0 117.341 3.04991 -206.094 + 41 141.158 1486 0 1 117.458 2.08236 -204.85 + 41 101.741 891 1 0 123.718 -1.68537 -176.25 + 41 101.815 1519 1 1 124.045 -2.01066 -174.85 + 41 0.0959238 982 2 0 121.254 16.6493 -146.25 + 41 92.9664 983 2 0 121.254 16.65 -146.249 + 41 50.567 984 2 0 121.191 16.85 -145.962 + 41 32.0905 1504 2 1 120.967 17.781 -144.85 + 41 119.262 1503 2 1 120.95 17.8505 -144.769 + 41 80.2697 1463 2 1 112.95 10.7466 -144.509 + 41 114.101 1462 2 1 112.75 10.7038 -144.659 + 41 26.8414 1461 2 1 112.55 10.8911 -144.8 + 41 0.598011 958 2 0 111.485 11.8479 -145.85 + 41 176.01 959 2 0 111.483 11.85 -145.852 + 41 244.234 957 2 0 57.1131 11.62 -146.25 + 41 110.147 930 0 0 118.059 6.1994 -206.25 + 41 6.96718 929 0 0 118.159 6.05 -205.875 + 41 90.2161 1491 0 1 118.458 5.59947 -204.85 + 41 28.667 1492 0 1 118.55 5.44198 -204.534 + 41 158.798 886 1 0 138.898 -2.67732 -176.25 + 41 43.9719 1598 1 1 139.881 -3.12244 -174.85 + 41 88.1567 1599 1 1 139.95 -3.15198 -174.759 + 41 50.8637 1600 1 1 140.15 -3.23677 -174.528 + 41 135.54 849 2 0 149.595 -10.1515 -146.25 + 41 109.527 1650 2 1 150.168 -10.4036 -144.85 + 41 3.31467 1651 2 1 150.35 -10.4931 -144.463 + 41 73.7946 809 3 0 161.207 -18.2101 -116.25 + 41 100.541 808 3 0 161.276 -18.25 -116.08 + 41 101.8 1708 3 1 161.793 -18.4162 -114.849 + 41 11.7578 1709 3 1 161.95 -18.4371 -114.495 + 41 123.92 811 4 0 175.233 -17.6894 -86.25 + 41 12.4197 1777 4 1 175.733 -17.6948 -84.85 + 41 90.2598 1778 4 1 175.75 -17.6952 -84.7993 + 41 12.1929 1394 2 0 139.899 98.9675 -145.858 + 41 108.877 273 0 0 160.662 -125.415 -205.992 + 41 88.3364 272 0 0 160.705 -125.55 -205.928 + 41 254.294 1706 0 1 161.464 -127.828 -204.85 + 41 330.293 1707 0 1 161.55 -128.104 -204.717 + 41 12.1178 1708 0 1 161.927 -129.408 -204.45 + 41 133.679 1709 0 1 161.95 -129.434 -204.47 + 41 122.967 1710 0 1 162.15 -129.639 -204.655 + 41 10.2977 1711 0 1 162.35 -129.827 -204.834 + 41 157.893 246 0 0 163.673 -130.856 -205.85 + 41 409.895 245 0 0 163.789 -130.95 -205.94 + 41 114.134 244 0 0 164.084 -131.15 -206.081 + 41 227.725 1705 0 1 161.241 -127.264 -204.85 + 41 95.5454 258 0 0 161.433 -128.498 -205.85 + 41 16.2914 257 0 0 161.388 -128.55 -206.187 + 41 144.754 259 0 0 162.702 -128.309 -205.85 + 41 73.1252 1704 0 1 161.15 -127.752 -204.749 + 41 73.345 1703 0 1 160.95 -127.897 -204.72 + 41 344.166 1702 0 1 160.75 -127.94 -204.722 + 41 102.202 1428 5 1 105.75 41.6367 -54.5271 + 41 138.961 1109 5 0 106.581 41.9102 -55.8502 + 41 201.723 1108 9 0 105.95 41.6501 63.8954 +Number of digits in this event = 28 Using G4ParticleGun ... -7.77702 LIN +4.34056 LIN proton Event: 42 -Number of tracker hits in this event = 167 - 42 111.603 942 11 1 8.50848 -67.3328 125.55 - 42 111.401 563 11 0 8.50906 -67.3319 124.15 - 42 190.573 942 10 1 8.51578 -67.3137 95.55 - 42 106.151 563 10 0 8.51579 -67.3119 94.15 - 42 26.1918 805 10 0 42.1885 -18.9777 93.75 - 42 216.891 806 10 0 42.2792 -18.85 93.8046 - 42 160.808 807 10 0 42.3786 -18.65 94.0698 - 42 50.5635 808 10 0 42.3445 -18.45 94.064 - 42 163.736 577 9 0 14.0375 -64.4506 63.8973 - 42 71.6505 1006 12 0 -43.9696 21.3763 154.123 - 42 485.701 525 10 0 -2.11272 -75.0157 93.75 - 42 1228.37 524 10 0 -2.1598 -75.05 93.8738 - 42 1773.24 886 10 1 -2.66414 -75.4143 95.15 - 42 2433.51 482 11 0 -19.644 -83.511 123.75 - 42 2329.06 797 11 1 -20.4806 -83.8648 125.15 - 42 1075.47 796 11 1 -20.65 -83.9359 125.438 - 42 202.417 1438 7 1 107.949 -161.813 5.15901 - 42 521.284 940 9 1 8.16616 -67.5066 65.55 - 42 897.472 939 9 1 8.05 -67.5816 65.4757 - 42 981.77 938 9 1 7.85 -67.7095 65.3438 - 42 463.085 937 9 1 7.65 -67.8398 65.2097 - 42 1038.83 555 9 0 6.02875 -68.9031 64.15 - 42 1614.09 554 9 0 5.80482 -69.05 64.0037 - 42 406.305 553 9 0 5.50182 -69.25 63.8031 - 42 574.738 720 8 1 -36.0004 -98.4697 35.55 - 42 2694.88 719 8 1 -36.05 -98.4943 35.5172 - 42 4232.89 718 8 1 -36.25 -98.587 35.3894 - 42 1616.65 717 8 1 -36.45 -98.6765 35.2741 - 42 1266.83 610 10 0 24.0384 -57.9707 93.75 - 42 92.2957 611 10 0 24.2398 -57.85 94.1129 - 42 141.817 1023 10 1 24.8348 -57.4931 95.15 - 42 1165.28 1024 10 1 24.85 -57.4839 95.1765 - 42 89.2757 1025 10 1 25.05 -57.3626 95.5251 - 42 215.666 663 11 0 38.6335 -47.2691 123.75 - 42 1431.33 664 11 0 38.6593 -47.25 123.803 - 42 1454.4 1096 11 1 39.2874 -46.7896 125.15 - 42 218.8 1097 11 1 39.45 -46.6714 125.5 - 42 2161.63 703 12 0 54.418 -39.4027 153.75 - 42 140.887 1175 12 1 55.2338 -39.072 155.15 - 42 1872.07 1176 12 1 55.25 -39.0656 155.177 - 42 235.885 1177 12 1 55.45 -38.993 155.51 - 42 4164.58 755 13 0 83.0204 -28.9821 183.75 - 42 198.228 243 10 0 -27.9389 -131.539 93.75 - 42 4639.77 242 10 0 -27.9451 -131.55 93.7548 - 42 4149.95 241 10 0 -28.0572 -131.75 93.8329 - 42 71.8428 557 9 0 9.82323 -68.6122 64.127 - 42 433.171 943 9 1 8.81691 -67.3575 65.55 - 42 114.119 944 9 1 8.85 -67.3671 65.5219 - 42 86.5715 945 9 1 9.05 -67.4251 65.3524 - 42 28.8097 946 9 1 9.25 -67.4833 65.1826 - 42 7.88515 561 9 0 10.468 -67.8408 64.15 - 42 615.936 560 9 0 10.4993 -67.85 64.1234 - 42 290.54 1119 8 1 43.9828 -77.4913 35.55 - 42 90.8364 1120 8 1 44.05 -77.5123 35.492 - 42 84.5687 1121 8 1 44.25 -77.5752 35.3189 - 42 191.734 510 8 0 45.5979 -77.9904 34.15 - 42 211.104 509 8 0 45.7917 -78.05 33.982 - 42 14.8663 1291 7 1 78.4144 -88.2683 5.55 - 42 76.6117 1292 7 1 78.45 -88.28 5.5199 - 42 145.019 1293 7 1 78.65 -88.3451 5.35113 - 42 110.407 1294 7 1 78.85 -88.4104 5.18091 - 42 47.0973 456 7 0 80.0621 -88.8003 4.15 - 42 119.345 455 7 0 80.2168 -88.85 4.01848 - 42 14.7431 1467 6 1 113.713 -99.6065 -24.45 - 42 73.8462 1468 6 1 113.75 -99.6193 -24.4806 - 42 63.1335 1469 6 1 113.95 -99.6879 -24.6446 - 42 12.924 1470 6 1 114.15 -99.7568 -24.8079 - 42 256.547 399 6 0 115.426 -100.192 -25.85 - 42 13.3382 398 6 0 115.89 -100.35 -26.2286 - 42 76.4328 1652 5 1 150.564 -112.299 -54.45 - 42 77.8942 1653 5 1 150.75 -112.364 -54.596 - 42 45.0441 1654 5 1 150.95 -112.435 -54.7535 - 42 208.327 336 5 0 152.357 -112.939 -55.85 - 42 332.895 335 5 0 152.389 -112.95 -55.8747 - 42 26.7254 337 5 0 152.634 -112.75 -56.2379 - 42 749.282 1610 4 1 142.257 -48.8105 -84.45 - 42 215.614 1609 4 1 142.15 -48.151 -84.7571 - 42 229.038 671 4 0 141.751 -45.8232 -85.85 - 42 181.362 672 4 0 141.721 -45.65 -85.9313 - 42 246.513 673 4 0 141.687 -45.45 -86.0246 - 42 224.594 674 4 0 141.652 -45.25 -86.1175 - 42 76.9357 675 4 0 141.614 -45.05 -86.213 - 42 777.353 1550 3 1 130.272 13.8897 -114.45 - 42 235.498 1549 3 1 130.15 14.5041 -114.735 - 42 143.37 984 3 0 129.686 16.9042 -115.85 - 42 202.684 985 3 0 129.658 17.05 -115.918 - 42 247.889 986 3 0 129.619 17.25 -116.01 - 42 190.151 987 3 0 129.581 17.45 -116.102 - 42 104.286 988 3 0 129.542 17.65 -116.195 - 42 929.548 1489 2 1 118.104 77.8751 -144.45 - 42 37.3564 1488 2 1 117.95 78.7059 -144.833 - 42 164.543 1304 2 0 117.556 80.9124 -145.85 - 42 244.664 1305 2 0 117.532 81.05 -145.913 - 42 199.511 1306 2 0 117.495 81.25 -146.006 - 42 221.831 1307 2 0 117.46 81.45 -146.098 - 42 128.524 1308 2 0 117.424 81.65 -146.19 - 42 1018.33 1431 1 1 106.441 143.216 -174.45 - 42 11.7034 1430 1 1 106.35 144.084 -174.843 - 42 11.3754 1630 1 0 106.115 146.339 -175.85 - 42 261.114 1631 1 0 106.113 146.35 -175.855 - 42 183.542 1632 1 0 106.093 146.55 -175.944 - 42 233.015 1633 1 0 106.072 146.75 -176.033 - 42 238.22 1634 1 0 106.051 146.95 -176.122 - 42 88.2465 1635 1 0 106.029 147.15 -176.212 - 42 154.044 699 4 0 130.149 -40.1254 -86.25 - 42 9.12672 462 7 0 79.1944 -87.4683 4.15 - 42 486.759 463 7 0 79.2041 -87.4499 4.11699 - 42 138.527 942 9 1 8.47481 -67.3159 65.55 - 42 57.1685 941 9 1 8.45 -67.338 65.4227 - 42 106.478 562 9 0 8.20177 -67.5584 64.15 - 42 104.56 912 8 1 2.63902 -72.5113 35.55 - 42 112.621 536 8 0 2.37194 -72.7481 34.15 - 42 177.022 884 7 1 -3.07485 -77.6143 5.55 - 42 132.112 510 7 0 -3.33724 -77.8506 4.15 - 42 108.554 856 6 1 -8.67617 -82.6716 -24.45 - 42 114.538 485 6 0 -8.94078 -82.9062 -25.85 - 42 142.591 828 5 1 -14.3492 -87.7021 -54.45 - 42 96.7873 460 5 0 -14.6153 -87.9364 -55.85 - 42 119.473 799 4 1 -20.0756 -92.7059 -84.45 - 42 16.1897 436 4 0 -20.3433 -92.9404 -85.85 - 42 78.6965 435 4 0 -20.3543 -92.95 -85.9076 - 42 110.03 771 3 1 -25.7954 -97.7014 -114.45 - 42 38.9697 770 3 1 -25.85 -97.748 -114.722 - 42 12.8395 411 3 0 -26.076 -97.942 -115.85 - 42 132.88 410 3 0 -26.0854 -97.95 -115.897 - 42 41.9928 741 2 1 -31.8253 -102.87 -144.45 - 42 223.891 740 2 1 -31.85 -102.889 -144.569 - 42 102.177 385 2 0 -32.116 -103.095 -145.85 - 42 18.1935 384 2 0 -32.1866 -103.15 -146.19 - 42 0.486028 710 1 1 -38.049 -107.673 -174.45 - 42 140.689 709 1 1 -38.05 -107.673 -174.455 - 42 119.92 361 1 0 -38.3413 -107.899 -175.85 - 42 14.4485 360 1 0 -38.4069 -107.95 -176.164 - 42 122.501 678 0 1 -44.3268 -112.522 -204.45 - 42 3.4885 337 0 0 -44.6196 -112.747 -205.85 - 42 106.248 336 0 0 -44.6236 -112.75 -205.869 - 42 0.588926 1266 4 1 73.311 57.8695 -84.45 - 42 56.8957 380 2 0 -32.3535 -104.018 -145.85 - 42 94.2015 379 2 0 -32.4415 -104.15 -145.967 - 42 307.935 378 2 0 -32.5393 -104.35 -146.083 - 42 73.6752 377 2 0 -32.6129 -104.55 -146.123 - 42 59.7565 376 2 0 -32.6497 -104.75 -146.119 - 42 58.3417 375 2 0 -32.6492 -104.95 -146.117 - 42 133.472 374 2 0 -32.649 -105.15 -146.154 - 42 189.905 509 7 0 -3.59385 -78.1021 4.14992 - 42 397.419 1002 8 1 20.4818 -78.7636 35.55 - 42 319.546 501 8 0 20.9165 -79.6515 34.15 - 42 80.8847 500 8 0 21.0155 -79.85 33.8386 - 42 435.602 1052 7 1 30.4665 -98.2365 5.55 - 42 220.63 405 7 0 30.8998 -99.0579 4.15 - 42 256.767 404 7 0 30.9483 -99.15 3.99339 - 42 295.105 1097 6 1 39.6269 -115.695 -24.45 - 42 375.08 1098 6 1 39.65 -115.768 -24.5503 - 42 44.7864 317 6 0 39.956 -116.719 -25.85 - 42 596.57 316 6 0 39.9662 -116.75 -25.8926 - 42 72.8454 315 6 0 40.0337 -116.95 -26.1653 - 42 575.246 1132 5 1 46.4788 -137.706 -54.45 - 42 288.926 206 5 0 46.6396 -138.791 -55.85 - 42 268.697 205 5 0 46.6641 -138.95 -56.0627 - 42 654.701 1148 4 1 49.7524 -160.972 -84.45 - 42 117.881 90 4 0 49.6951 -162.091 -85.85 - 42 472.595 89 4 0 49.6911 -162.15 -85.9231 - 42 135.468 88 4 0 49.6811 -162.35 -86.1621 - 42 128.628 1051 7 1 30.4495 -98.318 5.44906 - 42 12.1282 1021 8 1 24.3326 -82.0191 35.15 - 42 12.5721 479 8 0 25.8653 -84.0971 34.15 - 42 115.284 1032 8 1 26.4985 -85.1741 35.15 -Number of digits in this event = 101 +Number of tracker hits in this event = 24 + 42 102.151 1272 10 1 74.6327 43.8339 95.55 + 42 97.2919 1118 10 0 74.6334 43.8346 94.15 + 42 277.269 1272 9 1 74.6491 43.8518 65.55 + 42 106.355 1119 9 0 74.6515 43.853 64.15 + 42 116.102 1273 8 1 74.6983 43.8774 35.55 + 42 103.111 1119 8 0 74.7013 43.8783 34.15 + 42 96.911 1273 7 1 74.7587 43.89 5.55 + 42 136.137 1119 7 0 74.7634 43.8899 4.15 + 42 119.669 1274 6 1 74.8585 43.8813 -24.45 + 42 98.7806 1119 6 0 74.8636 43.8807 -25.85 + 42 120.867 1274 5 1 74.9657 43.8655 -54.45 + 42 121.848 1119 5 0 74.9709 43.865 -55.85 + 42 175.114 1275 4 1 75.0783 43.8533 -84.45 + 42 103.157 1119 4 0 75.0848 43.8522 -85.85 + 42 129.505 1275 3 1 75.2248 43.8302 -114.45 + 42 113.341 1118 3 0 75.2317 43.8286 -115.85 + 42 94.3883 1276 2 1 75.3654 43.7967 -144.45 + 42 95.5435 1118 2 0 75.3723 43.7961 -145.85 + 42 114.366 1277 1 1 75.5142 43.7853 -174.45 + 42 113.355 1118 1 0 75.5212 43.7837 -175.85 + 42 209.653 1278 0 1 75.6741 43.7485 -204.45 + 42 123.591 1118 0 0 75.6811 43.7451 -205.85 + 42 122.46 1114 9 0 74.1673 43.0044 64.15 + 42 350.066 1115 9 0 74.0726 43.0505 63.8648 +Number of digits in this event = 11 Using G4ParticleGun ... -6.05086 LIN +1.62942 LIN proton Event: 43 -Number of tracker hits in this event = 30 - 43 102.244 644 11 1 -51.0594 36.984 125.55 - 43 228.924 1084 11 0 -51.0573 36.9838 124.15 - 43 119.32 645 10 1 -51.0074 36.9773 95.55 - 43 126.776 1084 10 0 -51.0059 36.9773 94.15 - 43 125.978 645 9 1 -50.9814 36.9731 65.55 - 43 105.474 1084 9 0 -50.9804 36.9732 64.15 - 43 111.874 645 8 1 -50.9627 36.9731 35.55 - 43 151.336 1084 8 0 -50.9631 36.973 34.15 - 43 107.826 645 7 1 -50.9682 36.9658 5.55 - 43 99.3004 1084 7 0 -50.97 36.9657 4.15 - 43 119.065 645 6 1 -51.0142 36.9654 -24.45 - 43 104.522 1084 6 0 -51.018 36.966 -25.85 - 43 160.731 644 5 1 -51.0979 36.9799 -54.45 - 43 102.148 1084 5 0 -51.1022 36.9799 -55.85 - 43 140.499 644 4 1 -51.1899 36.9861 -84.45 - 43 126.088 1084 4 0 -51.1945 36.9845 -85.85 - 43 115.875 643 3 1 -51.2874 36.9521 -114.45 - 43 170.923 1084 3 0 -51.2907 36.9495 -115.85 - 43 114.787 643 2 1 -51.3603 36.8983 -144.45 - 43 98.5553 1084 2 0 -51.3638 36.8964 -145.85 - 43 454.218 643 1 1 -51.4396 36.8554 -174.45 - 43 104.297 1084 1 0 -51.443 36.854 -175.85 - 43 109.131 642 0 1 -51.5189 36.8269 -204.45 - 43 107.296 1083 0 0 -51.5221 36.8258 -205.85 - 43 64.3542 641 0 1 -51.701 36.7202 -204.45 - 43 85.6791 640 0 1 -51.85 36.6441 -204.61 - 43 4.1608 639 0 1 -52.05 36.5347 -204.835 - 43 29.6834 1080 0 0 -52.914 36.0834 -205.85 - 43 120.022 1079 0 0 -52.9849 36.05 -205.931 - 43 42.2779 798 0 0 -85.5111 -20.25 -206.182 +Number of tracker hits in this event = 20 + 43 127.126 275 9 1 -125.126 8.03809 65.55 + 43 111.86 939 9 0 -125.122 8.03659 64.15 + 43 142.08 275 8 1 -125.041 7.99058 35.55 + 43 134.616 939 8 0 -125.032 7.98843 34.15 + 43 127.56 276 7 1 -124.862 7.93953 5.55 + 43 113.103 939 7 0 -124.862 7.93461 4.15 + 43 131.797 276 6 1 -124.832 7.84046 -24.45 + 43 212.228 938 6 0 -124.833 7.83406 -25.85 + 43 116.69 276 5 1 -124.859 7.70907 -54.45 + 43 183.826 938 5 0 -124.859 7.70684 -55.85 + 43 167.738 276 4 1 -124.87 7.65241 -84.45 + 43 94.9741 938 4 0 -124.873 7.65364 -85.85 + 43 127.407 276 3 1 -124.93 7.67713 -114.45 + 43 116.476 938 3 0 -124.934 7.67647 -115.85 + 43 350.284 275 2 1 -125.005 7.68585 -144.45 + 43 116.272 938 2 0 -125.01 7.6873 -145.85 + 43 137.741 275 1 1 -125.08 7.70323 -174.45 + 43 130.995 938 1 0 -125.086 7.70476 -175.85 + 43 119.977 274 0 1 -125.214 7.75459 -204.45 + 43 110.918 938 0 0 -125.217 7.76362 -205.85 Number of digits in this event = 13 Using G4ParticleGun ... -2.99354 LIN +9.56079 LIN proton Event: 44 Number of tracker hits in this event = 20 - 44 104.992 769 8 1 -26.122 -135.41 35.55 - 44 129.597 223 8 0 -26.118 -135.411 34.15 - 44 197.417 770 7 1 -26.0157 -135.442 5.55 - 44 106.903 223 7 0 -26.0112 -135.444 4.15 - 44 126.112 770 6 1 -25.9157 -135.486 -24.45 - 44 125.684 223 6 0 -25.9081 -135.491 -25.85 - 44 102.935 771 5 1 -25.7556 -135.591 -54.45 - 44 124.216 222 5 0 -25.7482 -135.593 -55.85 - 44 109.036 772 4 1 -25.6094 -135.655 -84.45 - 44 108.311 222 4 0 -25.6025 -135.659 -85.85 - 44 101.501 772 3 1 -25.4608 -135.727 -114.45 - 44 185.046 222 3 0 -25.4532 -135.731 -115.85 - 44 95.7594 773 2 1 -25.2868 -135.811 -144.45 - 44 94.3988 221 2 0 -25.2773 -135.813 -145.85 - 44 116.508 774 1 1 -25.0751 -135.867 -174.45 - 44 114.844 221 1 0 -25.0641 -135.869 -175.85 - 44 106.396 776 0 1 -24.8383 -135.906 -204.45 - 44 165.214 221 0 0 -24.8278 -135.907 -205.85 - 44 6105.06 366 0 0 -14.3688 -106.799 -206.134 - 44 283.623 365 0 0 -14.161 -106.95 -206.12 -Number of digits in this event = 11 -Using G4ParticleGun ... -4.23252 LIN -proton -Event: 45 -Number of tracker hits in this event = 45 - 45 120.627 1281 10 1 76.4179 49.1144 95.55 - 45 163.566 1145 10 0 76.4191 49.1141 94.15 - 45 90.1467 1281 9 1 76.4423 49.0993 65.55 - 45 139.389 1145 9 0 76.4439 49.0978 64.15 - 45 195.946 1282 8 1 76.4738 49.0742 35.55 - 45 94.3209 1145 8 0 76.4768 49.0733 34.15 - 45 123.961 1282 7 1 76.5356 49.0554 5.55 - 45 137.35 1145 7 0 76.5378 49.056 4.15 - 45 108.279 1282 6 1 76.5807 49.0738 -24.45 - 45 122.664 1145 6 0 76.582 49.0739 -25.85 - 45 103.912 1282 5 1 76.6025 49.0733 -54.45 - 45 92.641 1145 5 0 76.6047 49.0754 -55.85 - 45 142.311 1283 4 1 76.6572 49.1107 -84.45 - 45 123.386 1145 4 0 76.6583 49.1132 -85.85 - 45 96.472 1283 3 1 76.6833 49.1629 -114.45 - 45 120.913 1145 3 0 76.6852 49.1663 -115.85 - 45 98.0281 1283 2 1 76.7304 49.2498 -144.45 - 45 97.8164 1146 2 0 76.7339 49.2539 -145.85 - 45 135.411 1283 1 1 76.8127 49.3169 -174.45 - 45 115.994 1146 1 0 76.816 49.32 -175.85 - 45 108.395 1284 0 1 76.8835 49.3812 -204.45 - 45 117.723 1146 0 0 76.8886 49.3847 -205.85 - 45 212.229 1145 2 0 76.7303 49.2499 -146.03 - 45 125.793 1283 5 1 76.6704 49.1258 -54.4504 - 45 25.3912 1284 5 1 76.85 49.2449 -54.663 - 45 57.8317 1149 5 0 76.5043 50.0016 -55.85 - 45 80.0505 1150 5 0 76.4744 50.05 -55.9258 - 45 116.576 1151 5 0 76.3578 50.25 -56.0975 - 45 94.5114 1152 5 0 76.1984 50.45 -56.1699 - 45 82.0115 1153 5 0 75.9865 50.65 -56.0707 - 45 96.2048 1154 5 0 75.7571 50.85 -55.9411 - 45 11.5797 1155 5 0 75.4875 51.0501 -55.8608 - 45 36.829 1260 5 1 72.157 53.6008 -54.8499 - 45 66.6516 1259 5 1 72.05 53.6909 -54.8093 - 45 56.4773 1258 5 1 71.8496 53.8371 -54.7298 - 45 60.9732 1257 5 1 71.65 53.9385 -54.7082 - 45 49.9295 1256 5 1 71.4495 53.9052 -54.7182 - 45 52.8181 1168 5 0 71.0337 53.6822 -55.85 - 45 52.298 1167 5 0 71.0436 53.6499 -56.0612 - 45 142.165 953 5 0 -19.4395 10.7459 -56.25 - 45 46.7842 1144 9 0 76.4504 49.05 63.8701 - 45 134.556 914 9 0 47.2927 2.90214 63.75 - 45 74.2078 1135 9 1 47.1372 2.67447 65.1502 - 45 113.906 1134 9 1 47.05 2.51416 65.2925 - 45 246.377 1133 9 1 46.8499 2.54457 65.3576 -Number of digits in this event = 17 -Using G4ParticleGun ... -8.62304 LIN -proton -Event: 46 -Number of tracker hits in this event = 22 - 46 115.676 883 10 1 -3.30447 97.479 95.55 - 46 197.925 1386 10 0 -3.30518 97.4784 94.15 - 46 128.773 883 9 1 -3.31567 97.4697 65.55 - 46 105.692 1386 9 0 -3.31557 97.4702 64.15 - 46 94.0038 883 8 1 -3.31117 97.4835 35.55 - 46 158.451 1386 8 0 -3.31008 97.4836 34.15 - 46 110.822 883 7 1 -3.29022 97.4909 5.55 - 46 180.948 1386 7 0 -3.28939 97.4915 4.15 - 46 147.152 883 6 1 -3.27554 97.5098 -24.45 - 46 149.885 1386 6 0 -3.27412 97.5113 -25.85 - 46 133.182 884 5 1 -3.2454 97.5439 -54.45 - 46 101.563 1386 5 0 -3.24353 97.5455 -55.85 - 46 103.049 884 4 1 -3.20756 97.5819 -84.45 - 46 106.792 1387 4 0 -3.20558 97.5833 -85.85 - 46 107.385 884 3 1 -3.1651 97.6084 -114.45 - 46 102.291 1387 3 0 -3.16326 97.6092 -115.85 - 46 130.202 884 2 1 -3.12428 97.623 -144.45 - 46 159.889 1387 2 0 -3.12331 97.6235 -145.85 - 46 120.801 884 1 1 -3.10518 97.6394 -174.45 - 46 219.198 1387 1 0 -3.10441 97.6401 -175.85 - 46 92.834 884 0 1 -3.08862 97.6528 -204.45 - 46 101.562 1387 0 0 -3.08738 97.6533 -205.85 + 44 131.294 295 9 1 -120.984 -6.9016 65.55 + 44 128.219 865 9 0 -120.985 -6.90162 64.15 + 44 118.053 295 8 1 -120.987 -6.90295 35.55 + 44 128.209 865 8 0 -120.986 -6.90352 34.15 + 44 124.984 295 7 1 -120.973 -6.91472 5.55 + 44 110.608 865 7 0 -120.972 -6.91552 4.15 + 44 167.487 296 6 1 -120.945 -6.93194 -24.45 + 44 104.444 865 6 0 -120.944 -6.93272 -25.85 + 44 85.0448 296 5 1 -120.92 -6.94728 -54.45 + 44 94.1252 865 5 0 -120.919 -6.94754 -55.85 + 44 104.507 296 4 1 -120.889 -6.95067 -84.45 + 44 117.076 865 4 0 -120.887 -6.95063 -85.85 + 44 172.51 296 3 1 -120.847 -6.95003 -114.45 + 44 118.485 865 3 0 -120.845 -6.94986 -115.85 + 44 222.144 296 2 1 -120.804 -6.94525 -144.45 + 44 141.133 865 2 0 -120.802 -6.94463 -145.85 + 44 100.014 296 1 1 -120.76 -6.93307 -174.45 + 44 130.96 865 1 0 -120.758 -6.9326 -175.85 + 44 134.331 297 0 1 -120.717 -6.92221 -204.45 + 44 186.65 865 0 0 -120.715 -6.92226 -205.85 Number of digits in this event = 12 Using G4ParticleGun ... -1.72068 LIN +5.51181 LIN proton -Event: 47 -Number of tracker hits in this event = 27 - 47 136.549 628 11 1 -54.3587 46.4382 125.55 - 47 176.263 1131 11 0 -54.3571 46.4406 124.15 - 47 153.416 628 10 1 -54.3296 46.4941 95.55 - 47 111.743 1132 10 0 -54.3269 46.4975 94.15 - 47 125.502 628 9 1 -54.2777 46.5737 65.55 - 47 152.269 1132 9 0 -54.2712 46.5741 64.15 - 47 114.076 629 8 1 -54.1453 46.5745 35.55 - 47 117.159 1132 8 0 -54.1385 46.5689 34.15 - 47 101.191 630 7 1 -53.9932 46.4612 5.55 - 47 120.02 1132 7 0 -53.9839 46.4544 4.15 - 47 112.666 631 6 1 -53.7883 46.3086 -24.45 - 47 129.742 1131 6 0 -53.7777 46.3007 -25.85 - 47 112.156 632 5 1 -53.5614 46.1351 -54.45 - 47 182.509 1130 5 0 -53.5489 46.1288 -55.85 - 47 135.755 633 4 1 -53.2819 46.0081 -84.45 - 47 106.722 1129 4 0 -53.2638 46.001 -85.85 - 47 126.853 635 3 1 -52.8991 45.8511 -114.45 - 47 106.321 1128 3 0 -52.8814 45.8467 -115.85 - 47 179.212 637 2 1 -52.5283 45.7672 -144.45 - 47 110.008 1128 2 0 -52.5158 45.7653 -145.85 - 47 236.044 638 1 1 -52.2519 45.7489 -174.45 - 47 67.3728 639 1 1 -52.25 45.7482 -174.64 - 47 92.7699 1128 1 0 -52.2382 45.7438 -175.85 - 47 111.205 640 0 1 -51.9664 45.635 -204.45 - 47 246.899 1127 0 0 -51.9527 45.627 -205.85 - 47 425.323 637 1 1 -52.4503 46.0099 -174.692 - 47 233.075 1130 11 0 -54.4058 46.25 124.017 +Event: 45 +Number of tracker hits in this event = 24 + 45 124.966 983 11 1 16.7102 -6.09214 125.55 + 45 239.219 869 11 0 16.7104 -6.09184 124.15 + 45 120.332 983 10 1 16.7183 -6.08875 95.55 + 45 189.286 869 10 0 16.7189 -6.08789 94.15 + 45 106.324 983 9 1 16.7243 -6.06502 65.55 + 45 183.335 869 9 0 16.7234 -6.06442 64.15 + 45 94.6478 983 8 1 16.7035 -6.05528 35.55 + 45 165.91 869 8 0 16.7024 -6.05461 34.15 + 45 129.532 983 7 1 16.6829 -6.03939 5.55 + 45 80.2106 870 7 0 16.6808 -6.03849 4.15 + 45 113.443 982 6 1 16.6427 -6.01945 -24.45 + 45 103.801 870 6 0 16.6407 -6.01823 -25.85 + 45 140.631 982 5 1 16.6003 -5.99201 -54.45 + 45 114.061 870 5 0 16.5981 -5.99154 -55.85 + 45 141.531 982 4 1 16.5541 -5.98562 -84.45 + 45 91.9276 870 4 0 16.5498 -5.98548 -85.85 + 45 109.717 982 3 1 16.4617 -5.98021 -114.45 + 45 135.322 870 3 0 16.4582 -5.97768 -115.85 + 45 139.08 981 2 1 16.3965 -5.92587 -144.45 + 45 166.011 870 2 0 16.3931 -5.92346 -145.85 + 45 185.005 981 1 1 16.3234 -5.87044 -174.45 + 45 180.717 870 1 0 16.3216 -5.8676 -175.85 + 45 118.506 981 0 1 16.2815 -5.80588 -204.45 + 45 128.6 871 0 0 16.2784 -5.80265 -205.85 Number of digits in this event = 16 Using G4ParticleGun ... -9.50442 LIN +4.52779 LIN +proton +Event: 46 +Number of tracker hits in this event = 60 + 46 107.414 1248 9 1 69.7956 -99.0417 65.55 + 46 99.57 405 9 0 69.7954 -99.0407 64.15 + 46 173.728 1248 8 1 69.7851 -99.0205 35.55 + 46 185.373 405 8 0 69.7853 -99.0182 34.15 + 46 92.0087 1248 7 1 69.7984 -98.9731 5.55 + 46 203.817 405 7 0 69.8002 -98.9709 4.15 + 46 105.26 1248 6 1 69.8418 -98.9288 -24.45 + 46 151.429 406 6 0 69.8442 -98.9277 -25.85 + 46 101.501 1249 5 1 69.8983 -98.9066 -54.45 + 46 366.698 406 5 0 69.9014 -98.9061 -55.85 + 46 125.057 1249 4 1 69.9654 -98.8978 -84.45 + 46 95.6716 406 4 0 69.9685 -98.8982 -85.85 + 46 113.851 1249 3 1 70.0246 -98.9022 -114.45 + 46 99.3406 406 3 0 70.0266 -98.9027 -115.85 + 46 122.623 1250 2 1 70.0622 -98.9184 -144.45 + 46 167.113 406 2 0 70.0653 -98.9164 -145.85 + 46 124.74 1250 1 1 70.1304 -98.8699 -174.45 + 46 122.974 406 1 0 70.1328 -98.8682 -175.85 + 46 148.509 1250 0 1 70.1871 -98.8409 -204.45 + 46 95.3158 406 0 0 70.1891 -98.8401 -205.85 + 46 81.127 247 2 0 9.65581 -130.661 -146.25 + 46 179.153 297 1 0 87.9094 -120.658 -176.25 + 46 9.8164 296 1 0 88.2034 -120.75 -175.876 + 46 309.812 1341 1 1 88.2917 -121.863 -174.85 + 46 13.1549 419 0 0 58.0494 -96.1511 -206.25 + 46 758.853 420 0 0 58.0446 -96.15 -206.242 + 46 230.734 1185 0 1 57.1449 -95.9438 -204.85 + 46 441.361 1184 0 1 57.05 -95.9221 -204.703 + 46 703.282 444 1 0 38.7839 -91.2522 -176.25 + 46 108.059 1089 1 1 37.8888 -91.0154 -174.85 + 46 586.002 1088 1 1 37.85 -91.005 -174.789 + 46 39.5435 1087 1 1 37.65 -90.9515 -174.477 + 46 885.181 466 2 0 19.9041 -86.7416 -146.25 + 46 474.433 994 2 1 19.0178 -86.5486 -144.85 + 46 248.935 993 2 1 18.85 -86.5133 -144.586 + 46 812.166 474 3 0 4.01373 -85.238 -116.25 + 46 153.934 916 3 1 3.29265 -85.1885 -114.85 + 46 770.574 915 3 1 3.25 -85.1858 -114.767 + 46 923.45 485 4 0 -9.43468 -82.9045 -86.25 + 46 876.107 849 4 1 -10.065 -82.8013 -84.85 + 46 943.717 496 5 0 -22.1924 -80.683 -56.25 + 46 359.745 786 5 1 -22.783 -80.5794 -54.85 + 46 572.339 785 5 1 -22.85 -80.5676 -54.691 + 46 1094.21 502 6 0 -33.9193 -79.4773 -26.25 + 46 961.032 727 6 1 -34.4713 -79.3948 -24.85 + 46 1208.77 503 7 0 -43.5584 -79.3967 3.75 + 46 437.613 680 7 1 -44.0029 -79.4206 5.15 + 46 767.558 679 7 1 -44.05 -79.424 5.29817 + 46 1401.76 515 8 0 -59.2545 -77.049 33.75 + 46 151.699 600 8 1 -60.0239 -76.9282 35.15 + 46 1272.73 599 8 1 -60.05 -76.9241 35.197 + 46 1896.23 521 9 0 -75.5511 -75.7272 63.75 + 46 503.422 518 9 1 -76.3955 -75.6523 65.15 + 46 1632.66 517 9 1 -76.45 -75.6471 65.2386 + 46 3786.05 511 10 0 -94.0697 -77.7397 93.75 + 46 2279.33 426 10 1 -94.8509 -77.8316 95.15 + 46 4957.65 425 10 1 -94.95 -77.843 95.3317 + 46 56.5538 171 2 0 -23.8752 -145.761 -146.234 + 46 289.328 261 0 1 -127.872 -63.2248 -204.747 + 46 145.093 406 8 0 69.9021 -98.95 34.0232 +Number of digits in this event = 49 +Using G4ParticleGun ... +7.37031 LIN +proton +Event: 47 +Number of tracker hits in this event = 67 + 47 234.9 835 10 1 -12.9792 -114.472 95.55 + 47 107.226 328 10 0 -12.9792 -114.471 94.15 + 47 114.535 835 9 1 -12.9827 -114.469 65.55 + 47 117.231 328 9 0 -12.9834 -114.47 64.15 + 47 107.223 835 8 1 -12.9943 -114.489 35.55 + 47 104.359 328 8 0 -12.9956 -114.49 34.15 + 47 118.06 835 7 1 -13.0235 -114.51 5.55 + 47 106.779 328 7 0 -13.0248 -114.51 4.15 + 47 99.5922 834 6 1 -13.0517 -114.512 -24.45 + 47 102.544 328 6 0 -13.0523 -114.512 -25.85 + 47 128.808 834 5 1 -13.0673 -114.518 -54.45 + 47 101.138 328 5 0 -13.0683 -114.518 -55.85 + 47 116.525 834 4 1 -13.084 -114.512 -84.45 + 47 120.213 328 4 0 -13.0849 -114.511 -85.85 + 47 124.823 834 3 1 -13.1048 -114.502 -114.45 + 47 111.624 328 3 0 -13.1064 -114.501 -115.85 + 47 105.775 834 2 1 -13.1363 -114.486 -144.45 + 47 119.372 328 2 0 -13.1388 -114.486 -145.85 + 47 203.119 834 1 1 -13.1937 -114.478 -174.45 + 47 109.47 328 1 0 -13.1965 -114.477 -175.85 + 47 108.79 833 0 1 -13.2555 -114.452 -204.45 + 47 123.713 328 0 0 -13.2585 -114.453 -205.85 + 47 23.8027 212 0 0 46.0852 -137.726 -206.25 + 47 331.989 211 0 0 46.147 -137.75 -206.231 + 47 391.61 210 0 0 46.6606 -137.95 -206.074 + 47 397.831 209 0 0 47.1736 -138.15 -205.918 + 47 103.213 1153 0 1 50.6866 -139.543 -204.85 + 47 97.2584 1154 0 1 50.85 -139.607 -204.8 + 47 236.658 1155 0 1 51.05 -139.687 -204.74 + 47 184.452 1156 0 1 51.25 -139.766 -204.679 + 47 109.816 1157 0 1 51.45 -139.845 -204.619 + 47 127.56 1158 0 1 51.65 -139.923 -204.558 + 47 298.562 1159 0 1 51.85 -140.001 -204.498 + 47 282.124 20 1 0 140.311 -175.956 -176.25 + 47 297.529 19 1 0 140.788 -176.15 -176.098 + 47 179.163 18 1 0 141.282 -176.35 -175.94 + 47 36.6846 1622 1 1 144.671 -177.722 -174.85 + 47 111.751 1623 1 1 144.75 -177.754 -174.825 + 47 106.185 1624 1 1 144.95 -177.835 -174.76 + 47 96.3065 1625 1 1 145.15 -177.916 -174.695 + 47 138.384 1626 1 1 145.35 -177.997 -174.631 + 47 129.502 1627 1 1 145.55 -178.079 -174.566 + 47 92.208 1628 1 1 145.75 -178.16 -174.501 + 47 189.59 1160 0 1 52.0501 -140.162 -204.516 + 47 66.8205 208 0 0 47.4629 -138.35 -205.966 + 47 41.7703 678 3 1 -44.2722 22.0535 -114.538 + 47 17.6438 980 4 0 -41.3346 16.0693 -86.25 + 47 88.5531 979 4 0 -41.3303 16.05 -86.1925 + 47 132.361 695 4 1 -40.9353 16.1717 -84.85 + 47 403.188 696 4 1 -40.85 16.2086 -84.7135 + 47 158.54 694 4 1 -41.05 16.902 -84.602 + 47 68.0586 679 3 1 -44.25 22.1127 -114.495 + 47 138.577 680 3 1 -44.05 22.1945 -114.595 + 47 168.711 1008 3 0 -43.4413 21.7502 -115.85 + 47 87.1176 1007 3 0 -43.6469 21.65 -116.152 + 47 11.6085 1338 3 0 -51.9692 87.8199 -116.25 + 47 206.596 1339 3 0 -51.978 87.8501 -116.237 + 47 44.1951 1395 1 1 99.15 -24.6628 -174.593 + 47 328.018 1396 1 1 99.35 -24.5127 -174.574 + 47 29.5806 1397 1 1 99.55 -24.4098 -174.804 + 47 206.567 1208 3 0 29.1218 61.65 -116.224 + 47 145.349 357 14 1 -108.55 -50.6488 215.163 + 47 7.65589 666 14 0 -112.132 -46.85 213.954 + 47 65.5145 358 14 1 -108.55 -50.657 215.291 + 47 105.373 833 9 1 -13.2971 -112.501 65.15 + 47 254.115 834 9 1 -13.2499 -112.385 65.3396 + 47 0.266132 330 9 0 -12.9802 -114.15 63.9978 +Number of digits in this event = 33 +Using G4ParticleGun ... +2.78845 LIN proton Event: 48 -Number of tracker hits in this event = 212 - 48 96.956 662 11 1 -47.6398 -9.82416 125.55 - 48 114.657 851 11 0 -47.6393 -9.82485 124.15 - 48 121.526 662 10 1 -47.6294 -9.83572 95.55 - 48 106.756 851 10 0 -47.629 -9.83693 94.15 - 48 111.791 662 9 1 -47.6198 -9.86322 65.55 - 48 126.254 850 9 0 -47.6198 -9.8643 64.15 - 48 143.342 662 8 1 -47.624 -9.88709 35.55 - 48 136.34 850 8 0 -47.6236 -9.88832 34.15 - 48 166.806 662 7 1 -47.6164 -9.91477 5.55 - 48 163.068 850 7 0 -47.6151 -9.91604 4.15 - 48 115.134 662 6 1 -47.589 -9.94318 -24.45 - 48 119.045 850 6 0 -47.5877 -9.94399 -25.85 - 48 131.996 662 5 1 -47.5634 -9.96082 -54.45 - 48 113.618 850 5 0 -47.5628 -9.96188 -55.85 - 48 114.984 662 4 1 -47.5477 -9.98284 -84.45 - 48 243.161 850 4 0 -47.5468 -9.98368 -85.85 - 48 156.446 662 3 1 -47.5304 -9.9996 -114.45 - 48 108.405 850 3 0 -47.5291 -9.99967 -115.85 - 48 128.349 662 2 1 -47.504 -10.0037 -144.45 - 48 139.269 850 2 0 -47.5029 -10.0031 -145.85 - 48 129.205 662 1 1 -47.4773 -9.99003 -174.45 - 48 118.873 850 1 0 -47.4764 -9.98926 -175.85 - 48 104.94 662 0 1 -47.4579 -9.97467 -204.45 - 48 103.746 850 0 0 -47.4564 -9.97336 -205.85 - 48 130.916 1164 0 0 -46.916 53.043 -206.014 - 48 146.039 85 7 1 -163.11 -96.5933 5.15 - 48 89.878 751 4 0 -24.6037 -29.6604 -86.25 - 48 152.318 973 1 1 14.7959 -21.6055 -174.45 - 48 0.193148 791 1 0 14.9101 -21.7165 -175.85 - 48 135.805 978 1 1 15.6684 -22.36 -174.85 - 48 113.526 979 1 1 15.85 -22.6362 -174.622 - 48 7.40044 1172 3 0 -174.722 54.5664 -116.25 - 48 32.803 24 3 1 -175.288 55.8336 -114.45 - 48 137.347 23 3 1 -175.35 55.9275 -114.466 - 48 173.65 22 3 1 -175.55 56.2566 -114.496 - 48 33.0441 1186 3 0 -175.13 57.3926 -115.85 - 48 90.1683 1187 3 0 -175.094 57.45 -115.933 - 48 115.116 1173 3 0 -174.752 54.65 -116.188 - 48 266.066 1174 3 0 -174.821 54.8501 -116.113 - 48 112.067 984 11 1 16.9991 56.9506 125.492 - 48 359.515 1042 0 0 -33.5474 28.5454 -206.25 - 48 740.223 1043 0 0 -33.5104 28.65 -206.194 - 48 745.833 1044 0 0 -33.4402 28.85 -206.088 - 48 738.98 1045 0 0 -33.3726 29.05 -205.983 - 48 155.274 1046 0 0 -33.3052 29.25 -205.878 - 48 12.6973 736 0 1 -32.6512 31.0574 -204.85 - 48 2111.1 737 0 1 -32.65 31.0607 -204.848 - 48 593.911 738 0 1 -32.45 31.6126 -204.534 - 48 370.28 1253 1 0 -17.1849 70.7983 -176.25 - 48 1274.19 1254 1 0 -17.1648 70.85 -176.213 - 48 1492.19 1255 1 0 -17.0863 71.05 -176.068 - 48 630.103 1256 1 0 -17.003 71.25 -175.92 - 48 1889.11 818 1 1 -16.3683 72.6575 -174.85 - 48 2482.89 819 1 1 -16.25 72.9169 -174.658 - 48 137.887 797 0 0 -38.0492 -20.5703 -206.25 - 48 195.103 796 0 0 -37.9787 -20.65 -206.1 - 48 213.99 713 0 1 -37.3949 -21.314 -204.85 - 48 65.5674 714 0 1 -37.25 -21.4791 -204.539 - 48 77.4903 715 1 0 -24.3321 -36.9911 -176.25 - 48 246.255 714 1 0 -24.2831 -37.05 -176.143 - 48 52.8086 781 1 1 -23.6916 -37.7584 -174.85 - 48 316.396 782 1 1 -23.65 -37.8082 -174.759 - 48 94.1119 635 2 0 -10.3651 -52.98 -146.25 - 48 222.264 634 2 0 -10.3038 -53.05 -146.118 - 48 112.323 851 2 1 -9.71854 -53.7224 -144.85 - 48 184.938 852 2 1 -9.65 -53.8012 -144.701 - 48 185.498 555 3 0 3.92176 -68.9665 -116.25 - 48 385.455 554 3 0 3.9965 -69.05 -116.093 - 48 88.5121 922 3 1 4.59007 -69.7107 -114.85 - 48 321.282 923 3 1 4.65 -69.7773 -114.724 - 48 102.529 474 4 0 18.5852 -85.1814 -86.25 - 48 198.988 473 4 0 18.6472 -85.25 -86.1233 - 48 294.007 996 4 1 19.2741 -85.9408 -84.85 - 48 23.8307 997 4 1 19.45 -86.1345 -84.493 - 48 101.163 388 5 0 33.9878 -102.486 -56.25 - 48 287.514 387 5 0 34.0446 -102.55 -56.1396 - 48 235.74 1073 5 1 34.7085 -103.296 -54.85 - 48 101.814 1074 5 1 34.85 -103.455 -54.5752 - 48 510.555 301 6 0 49.5168 -119.76 -26.25 - 48 66.7879 300 6 0 49.6869 -119.95 -25.9217 - 48 9.27846 1150 6 1 50.2454 -120.57 -24.85 - 48 310.211 1151 6 1 50.25 -120.575 -24.8412 - 48 6.57104 1152 6 1 50.45 -120.797 -24.4576 - 48 110.06 217 7 0 64.668 -136.682 3.75 - 48 253.789 216 7 0 64.7287 -136.75 3.87037 - 48 294.577 1226 7 1 65.3714 -137.475 5.15 - 48 191.456 1227 7 1 65.45 -137.563 5.30618 - 48 207.704 128 8 0 79.0514 -154.411 33.75 - 48 126.119 127 8 0 79.1634 -154.55 33.9846 - 48 204.811 1298 8 1 79.7174 -155.244 35.15 - 48 85.1172 1299 8 1 79.85 -155.41 35.4292 - 48 97.0284 43 9 0 92.8734 -171.494 63.75 - 48 255.5 42 9 0 92.9184 -171.55 63.848 - 48 47.9381 1366 9 1 93.5249 -172.291 65.15 - 48 314.668 1367 9 1 93.55 -172.322 65.2039 - 48 78.9697 302 6 0 49.656 -119.75 -26.0248 - 48 168.282 1149 6 1 49.9624 -119.946 -24.85 - 48 13.4203 914 3 1 3.01596 -72.294 -114.85 - 48 44.3573 528 3 0 1.97711 -74.3608 -115.85 - 48 74.3438 1176 0 0 -120.636 55.2504 -206.25 - 48 99.9749 1177 0 0 -120.692 55.45 -206.052 - 48 151.862 295 0 1 -121.03 56.6209 -204.85 - 48 144.296 1242 1 0 -120.71 68.5018 -176.25 - 48 101.636 296 1 1 -120.806 68.849 -174.85 - 48 8.73569 1284 2 0 -127.01 77.0405 -146.25 - 48 179.371 1285 2 0 -127.018 77.05 -146.215 - 48 162.571 264 2 1 -127.305 77.3899 -144.849 - 48 98.7897 263 2 1 -127.35 77.4376 -144.647 - 48 19.9052 1195 3 0 -133.57 59.0966 -116.25 - 48 93.4731 1194 3 0 -133.583 59.05 -116.185 - 48 55.8024 1193 3 0 -133.644 58.85 -115.955 - 48 18.1407 230 3 1 -134.126 57.5339 -114.85 - 48 168.429 229 3 1 -134.15 57.4669 -114.789 - 48 37.0175 1566 1 0 -150.446 133.431 -176.25 - 48 61.9393 1567 1 0 -150.497 133.55 -176.185 - 48 64.699 1568 1 0 -150.604 133.75 -176.08 - 48 122.535 1569 1 0 -150.723 133.95 -175.969 - 48 8.99728 1570 1 0 -150.827 134.15 -175.862 - 48 31.8023 142 1 1 -151.705 135.829 -174.85 - 48 174.293 141 1 1 -151.75 135.91 -174.801 - 48 148.087 140 1 1 -151.95 136.288 -174.663 - 48 134.21 139 1 1 -152.15 136.685 -174.578 - 48 112.519 138 1 1 -152.35 137.052 -174.577 - 48 71.1236 137 1 1 -152.55 137.335 -174.631 - 48 92.5943 136 1 1 -152.75 137.534 -174.681 - 48 64.637 135 1 1 -152.95 137.726 -174.734 - 48 62.5278 134 1 1 -153.15 137.91 -174.78 - 48 31.5589 133 1 1 -153.35 138.018 -174.825 - 48 301.581 1598 1 0 -158.161 139.783 -175.85 - 48 50.5378 75 1 1 -164.966 139.356 -174.85 - 48 52.5148 74 1 1 -165.15 139.332 -174.807 - 48 80.9062 73 1 1 -165.35 139.301 -174.779 - 48 55.777 72 1 1 -165.55 139.272 -174.743 - 48 60.9076 71 1 1 -165.751 139.242 -174.699 - 48 81.3102 70 1 1 -165.95 139.197 -174.648 - 48 60.0677 69 1 1 -166.15 139.15 -174.592 - 48 130.07 68 1 1 -166.35 139.123 -174.551 - 48 38.7099 67 1 1 -166.55 139.095 -174.509 - 48 59.6197 66 1 1 -166.75 139.066 -174.471 - 48 52.5021 65 1 1 -166.95 139.056 -174.458 - 48 62.3884 64 1 1 -167.151 139.037 -174.48 - 48 66.2973 63 1 1 -167.35 139.014 -174.507 - 48 62.7987 62 1 1 -167.55 138.978 -174.518 - 48 70.9665 61 1 1 -167.751 138.919 -174.51 - 48 95.5572 60 1 1 -167.95 138.851 -174.476 - 48 60.3133 59 1 1 -168.15 138.774 -174.466 - 48 94.0096 58 1 1 -168.35 138.711 -174.467 - 48 54.416 57 1 1 -168.55 138.628 -174.481 - 48 78.0628 56 1 1 -168.75 138.5 -174.504 - 48 31.0839 55 1 1 -168.95 138.368 -174.489 - 48 54.9395 51 1 1 -169.77 138.263 -174.45 - 48 69.7851 50 1 1 -169.95 138.335 -174.615 - 48 48.1118 49 1 1 -170.15 138.369 -174.64 - 48 102.851 48 1 1 -170.35 138.415 -174.666 - 48 57.1502 47 1 1 -170.55 138.487 -174.69 - 48 69.8395 46 1 1 -170.75 138.525 -174.737 - 48 81.9639 45 1 1 -170.95 138.557 -174.732 - 48 115.332 44 1 1 -171.15 138.336 -174.668 - 48 303.428 43 1 1 -171.35 138.049 -174.701 - 48 45.5351 42 1 1 -171.55 137.865 -174.539 - 48 89.7815 243 0 1 -131.459 84.1854 -204.45 - 48 37.9407 242 0 1 -131.55 84.2023 -204.75 - 48 155.911 1321 0 0 -131.948 84.2537 -205.85 - 48 14.7323 1322 0 0 -132.084 84.4501 -206.212 - 48 117.384 738 3 1 -32.4101 -37.8884 -114.85 - 48 53.826 1017 1 0 -0.811772 23.5987 -176.25 - 48 156.129 1018 1 0 -0.750221 23.65 -176.171 - 48 8.6841 1019 1 0 -0.517618 23.85 -175.869 - 48 124.712 901 1 1 0.27102 24.5361 -174.85 - 48 256.937 902 1 1 0.45 24.6874 -174.628 - 48 73.9567 1108 2 0 21.9688 41.717 -146.25 - 48 58.8901 1109 2 0 22.1302 41.85 -146.027 - 48 24.0599 1014 2 1 23.0062 42.5592 -144.85 - 48 132.151 1015 2 1 23.05 42.5949 -144.792 - 48 23.8344 1016 2 1 23.25 42.7585 -144.522 - 48 6.77362 1157 3 0 77.6822 51.6467 -116.25 - 48 289.692 1158 3 0 77.7037 51.65 -116.239 - 48 3.74186 1302 3 1 80.6334 52.0956 -114.85 - 48 57.3352 1303 3 1 80.65 52.0981 -114.842 - 48 77.5734 1304 3 1 80.85 52.1271 -114.744 - 48 66.6608 1305 3 1 81.05 52.1586 -114.64 - 48 121.402 1306 3 1 81.25 52.192 -114.542 - 48 0.471382 1307 3 1 81.45 52.2254 -114.451 - 48 103.135 1237 4 0 116.536 67.5396 -86.2499 - 48 133.825 1238 4 0 116.767 67.65 -86.0421 - 48 50.3404 1487 4 1 117.655 68.2962 -84.8499 - 48 109.243 1488 4 1 117.75 68.3684 -84.7124 - 48 97.8687 1259 5 0 134.438 72.0087 -56.25 - 48 29.1399 1260 5 0 134.588 72.0501 -55.9477 - 48 38.8472 1574 5 1 135.117 72.1927 -54.8497 - 48 351.189 1575 5 1 135.15 72.2032 -54.779 - 48 109.404 1281 6 0 131.138 76.2916 -26.25 - 48 113.813 1553 6 1 130.921 76.5231 -24.85 - 48 88.0437 1344 7 0 120.461 88.9447 3.75 - 48 48.0143 1345 7 0 120.373 89.05 3.99445 - 48 42.4667 1498 7 1 119.809 89.5078 5.15 - 48 125.833 1497 7 1 119.75 89.5543 5.26942 - 48 33.5533 1173 8 0 73.3403 54.7305 33.75 - 48 78.113 1172 8 0 73.2496 54.65 33.8025 - 48 64.3857 1171 8 0 73.0824 54.45 33.8988 - 48 93.1448 1170 8 0 72.9441 54.25 33.9642 - 48 39.1216 1169 8 0 72.7613 54.05 34.0831 - 48 300.279 1254 8 1 70.9129 51.9572 35.15 - 48 633.636 1253 8 1 70.8498 51.8724 35.1886 - 48 43.7936 1252 8 1 70.65 50.0507 35.2514 - 48 38.5584 1146 8 0 69.8525 49.3221 34.15 - 48 96.1137 1145 8 0 69.7756 49.25 34.0444 - 48 92.5399 1144 8 0 69.5483 49.05 33.8146 - 48 142.2 903 1 1 0.65 24.9559 -174.643 - 48 319.198 933 1 0 -23.4123 6.70964 -176.25 - 48 212.154 787 1 1 -22.6375 7.31599 -174.85 - 48 151.802 788 1 1 -22.45 7.82855 -174.549 -Number of digits in this event = 88 +Number of tracker hits in this event = 21 + 48 135.925 1353 9 1 90.8364 -74.3126 65.55 + 48 95.3898 528 9 0 90.8366 -74.3121 64.15 + 48 115.142 1353 8 1 90.8394 -74.2993 35.55 + 48 114.922 528 8 0 90.8375 -74.2972 34.15 + 48 130.738 1353 7 1 90.8003 -74.2524 5.55 + 48 53.9359 528 7 0 90.7962 -74.2503 4.15 + 48 53.6953 529 7 0 90.7957 -74.25 3.96093 + 48 97.0389 1352 6 1 90.7172 -74.2174 -24.45 + 48 116.992 529 6 0 90.714 -74.2167 -25.85 + 48 102.293 1352 5 1 90.6575 -74.2254 -54.45 + 48 134.96 529 5 0 90.6568 -74.2249 -55.85 + 48 169.838 1352 4 1 90.6391 -74.202 -84.45 + 48 122.37 529 4 0 90.638 -74.2001 -85.85 + 48 110.903 1352 3 1 90.6163 -74.1612 -114.45 + 48 86.3335 529 3 0 90.6154 -74.161 -115.85 + 48 149.263 1352 2 1 90.5922 -74.1731 -144.45 + 48 99.6637 529 2 0 90.5919 -74.1751 -145.85 + 48 118.826 1352 1 1 90.592 -74.2101 -174.45 + 48 91.1685 529 1 0 90.5928 -74.2125 -175.85 + 48 111.09 1352 0 1 90.6106 -74.2613 -204.45 + 48 158.345 528 0 0 90.6106 -74.2663 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -7.16906 LIN +5.56207 LIN proton Event: 49 Number of tracker hits in this event = 22 - 49 16.6116 1442 10 1 108.742 -40.1581 95.1977 - 49 97.4349 699 10 0 108.742 -40.1581 94.15 - 49 99.306 1442 9 1 108.736 -40.1567 65.55 - 49 107.889 699 9 0 108.735 -40.1561 64.15 - 49 93.9913 1442 8 1 108.731 -40.1443 35.55 - 49 107.521 699 8 0 108.731 -40.1451 34.15 - 49 95.9319 1442 7 1 108.719 -40.1637 5.55 - 49 134.093 699 7 0 108.719 -40.1648 4.15 - 49 97.1425 1442 6 1 108.701 -40.1861 -24.45 - 49 116.3 699 6 0 108.701 -40.1876 -25.85 - 49 130.72 1442 5 1 108.7 -40.2167 -54.45 - 49 104.193 699 5 0 108.7 -40.2181 -55.85 - 49 117.522 1442 4 1 108.694 -40.2493 -84.45 - 49 106.129 699 4 0 108.694 -40.2492 -85.85 - 49 130.452 1442 3 1 108.67 -40.2483 -114.45 - 49 104.946 699 3 0 108.668 -40.2482 -115.85 - 49 109.113 1442 2 1 108.639 -40.2433 -144.45 - 49 119.37 699 2 0 108.637 -40.2437 -145.85 - 49 102.144 1442 1 1 108.59 -40.2506 -174.45 - 49 106.37 698 1 0 108.587 -40.2514 -175.85 - 49 176.431 1441 0 1 108.538 -40.2652 -204.45 - 49 141.952 698 0 0 108.536 -40.2655 -205.85 -Number of digits in this event = 6 + 49 146.615 1458 10 0 -31.9423 111.871 94.15 + 49 129.478 740 9 1 -31.9401 111.871 65.55 + 49 141.833 1458 9 0 -31.9397 111.871 64.15 + 49 110.05 740 8 1 -31.9349 111.86 35.55 + 49 113.252 1458 8 0 -31.9343 111.86 34.15 + 49 98.0464 740 7 1 -31.9212 111.852 5.55 + 49 110.552 1458 7 0 -31.9213 111.851 4.15 + 49 122.2 740 6 1 -31.9237 111.835 -24.45 + 49 102.098 1458 6 0 -31.923 111.833 -25.85 + 49 111.911 740 5 1 -31.9013 111.806 -54.45 + 49 102.175 1458 5 0 -31.9003 111.805 -55.85 + 49 156.829 740 4 1 -31.8818 111.792 -84.45 + 49 116.572 1458 4 0 -31.8797 111.793 -85.85 + 49 98.7526 741 3 1 -31.8289 111.835 -114.45 + 49 148.807 1458 3 0 -31.8259 111.836 -115.85 + 49 214.499 741 2 1 -31.7641 111.861 -144.45 + 49 122.683 1458 2 0 -31.7603 111.862 -145.85 + 49 128.445 741 1 1 -31.6825 111.89 -174.45 + 49 100.934 1458 1 0 -31.6778 111.892 -175.85 + 49 89.2357 742 0 1 -31.5827 111.931 -204.45 + 49 135.018 1458 0 0 -31.5775 111.934 -205.85 + 49 89.1587 1459 0 0 -31.6166 111.95 -205.967 +Number of digits in this event = 11 Using G4ParticleGun ... -8.61232 LIN +1.97587 LIN proton Event: 50 -Number of tracker hits in this event = 98 - 50 154.309 1011 11 1 22.2565 47.06 125.55 - 50 119.376 1135 11 0 22.2568 47.0602 124.15 - 50 120.752 1011 10 1 22.2594 47.0633 95.55 - 50 101.204 1135 10 0 22.2589 47.0635 94.15 - 50 100.764 1010 9 1 22.2477 47.0671 65.55 - 50 107.423 1135 9 0 22.2479 47.0675 64.15 - 50 106.423 1011 8 1 22.2534 47.073 35.55 - 50 122.214 1135 8 0 22.2535 47.0734 34.15 - 50 116.154 1011 7 1 22.2535 47.0796 5.55 - 50 122.733 1135 7 0 22.253 47.0802 4.15 - 50 104.028 1010 6 1 22.2449 47.098 -24.45 - 50 95.5595 1135 6 0 22.245 47.0997 -25.85 - 50 96.7432 1010 5 1 22.2476 47.1349 -54.45 - 50 102.121 1135 5 0 22.2477 47.1366 -55.85 - 50 126.735 1010 4 1 22.2481 47.1719 -84.45 - 50 100.781 1135 4 0 22.2478 47.1731 -85.85 - 50 109.5 1010 3 1 22.2428 47.1921 -114.45 - 50 196.686 1135 3 0 22.2456 47.1931 -115.85 - 50 105.1 1011 2 1 22.3025 47.2103 -144.45 - 50 87.0307 1135 2 0 22.3052 47.2116 -145.85 - 50 199.45 1011 1 1 22.3592 47.2356 -174.45 - 50 142.706 1135 1 0 22.362 47.2365 -175.85 - 50 137.601 1011 0 1 22.4188 47.2553 -204.45 - 50 94.2103 1136 0 0 22.4229 47.257 -205.85 - 50 140.395 62 9 0 135.437 -167.664 63.75 - 50 4.40107 233 3 1 -133.35 -36.0716 -114.7 - 50 71.2806 178 7 1 -144.419 -47.3565 5.15 - 50 20.3723 300 6 0 4.43848 -120.137 -26.228 - 50 66.5935 191 7 1 -141.768 142.379 5.15 - 50 144.77 833 0 0 -4.69356 -13.4158 -206.25 - 50 954.63 832 0 0 -4.70947 -13.45 -206.236 - 50 1051.36 831 0 0 -4.80358 -13.65 -206.158 - 50 1075.93 830 0 0 -4.89441 -13.85 -206.083 - 50 1047.82 829 0 0 -4.98773 -14.05 -206.012 - 50 1118.44 828 0 0 -5.08552 -14.25 -205.941 - 50 286.393 827 0 0 -5.18569 -14.45 -205.87 - 50 1534.36 867 0 1 -6.53584 -17.1876 -204.85 - 50 2667.25 866 0 1 -6.65 -17.4192 -204.764 - 50 3143.95 865 0 1 -6.85 -17.8299 -204.613 - 50 139.108 1237 0 0 6.47924 67.4554 -206.25 - 50 65.338 1238 0 0 6.32724 67.65 -206.012 - 50 159.767 927 0 1 5.58619 68.5975 -204.85 - 50 80.5571 926 0 1 5.45 68.7715 -204.637 - 50 132.311 1355 1 0 -10.7666 91.1885 -176.25 - 50 77.6489 1356 1 0 -10.8833 91.35 -176.045 - 50 90.9634 842 1 1 -11.5652 92.2883 -174.85 - 50 121.638 841 1 1 -11.65 92.4048 -174.702 - 50 3.95067 1464 2 0 -27.3923 113.139 -146.25 - 50 145.244 1465 2 0 -27.4005 113.15 -146.235 - 50 47.3774 1466 2 0 -27.5523 113.35 -145.961 - 50 58.1685 759 2 1 -28.1748 114.162 -144.85 - 50 88.536 758 2 1 -28.25 114.26 -144.716 - 50 65.6282 1572 3 0 -44.3182 134.646 -116.25 - 50 114.153 1573 3 0 -44.4 134.75 -116.105 - 50 128.447 674 3 1 -45.0935 135.644 -114.85 - 50 52.3495 673 3 1 -45.25 135.846 -114.566 - 50 3.26858 1680 4 0 -60.8509 156.345 -86.25 - 50 108.367 1681 4 0 -60.8549 156.35 -86.2426 - 50 38.472 1682 4 0 -61.0069 156.55 -85.9665 - 50 16.1065 592 4 1 -61.6267 157.359 -84.85 - 50 149.093 591 4 1 -61.65 157.389 -84.808 - 50 117.445 1782 5 0 -78.9175 176.582 -56.25 - 50 65.3233 1783 5 0 -79.069 176.75 -56 - 50 110.031 501 5 1 -79.7663 177.523 -54.85 - 50 117.605 500 5 1 -79.85 177.616 -54.7119 - 50 25.961 1506 14 1 121.406 -123.176 215.181 - 50 197.17 1201 0 0 62.8718 60.3974 -206.25 - 50 92.1715 1200 0 0 63.0536 60.25 -206.065 - 50 76.9873 1221 0 1 64.2817 59.2027 -204.85 - 50 119.608 1222 0 1 64.45 59.0614 -204.675 - 50 3.10395 1223 0 1 64.65 58.9013 -204.46 - 50 131.021 1197 1 0 78.5487 59.5092 -176.25 - 50 68.1647 1295 1 1 79.1343 59.4956 -174.85 - 50 57.0658 1296 1 1 79.25 59.5053 -174.616 - 50 422.474 1298 1 1 79.8419 59.5393 -174.45 - 50 138.35 1299 1 1 79.85 59.5639 -174.543 - 50 4.05739 1187 1 0 79.8105 57.4597 -175.85 - 50 84.9925 1186 1 0 79.8118 57.45 -175.864 - 50 65.6085 1185 1 0 79.842 57.25 -176.045 - 50 106.337 1339 0 0 60.8003 87.8596 -206.25 - 50 89.5578 1356 0 0 44.5427 91.4779 -206.25 - 50 8.03364 1040 0 1 28.25 98.6403 -204.846 - 50 28.4301 1391 0 0 27.3489 98.5154 -205.85 - 50 51.9368 1024 0 1 24.8968 99.0019 -204.85 - 50 56.0909 1606 0 0 92.3776 141.422 -206.25 - 50 98.6035 1607 0 0 92.4701 141.55 -206.108 - 50 4.58757 1608 0 0 92.6583 141.75 -205.859 - 50 33.969 1366 0 1 93.4789 142.612 -204.85 - 50 169.537 1367 0 1 93.5501 142.685 -204.76 - 50 30.904 1368 0 1 93.75 142.884 -204.521 - 50 105.978 1736 1 0 110.611 167.361 -176.25 - 50 89.5979 1737 1 0 110.757 167.55 -176.02 - 50 33.1987 1456 1 1 111.501 168.682 -174.85 - 50 137.199 1457 1 1 111.55 168.771 -174.765 - 50 276.483 1458 1 1 111.75 169.116 -174.458 - 50 76.915 1756 1 0 111.639 171.405 -175.85 - 50 343.628 1757 1 0 111.624 171.55 -175.966 - 50 34.3562 1758 1 0 111.598 171.75 -176.167 -Number of digits in this event = 39 -Using G4ParticleGun ... -8.01578 LIN -proton -Event: 51 -Number of tracker hits in this event = 23 - 51 125.563 536 10 1 -72.7043 63.0735 95.55 - 51 103.536 1215 10 0 -72.7047 63.0726 94.15 - 51 330.769 536 9 1 -72.709 63.055 65.55 - 51 146.027 1215 9 0 -72.7085 63.0534 64.15 - 51 111.139 536 8 1 -72.6999 63.0209 35.55 - 51 101.951 1214 8 0 -72.7002 63.0192 34.15 - 51 97.676 536 7 1 -72.7067 62.988 5.55 - 51 134.338 1214 7 0 -72.7061 62.9857 4.15 - 51 121.183 536 6 1 -72.6922 62.9225 -24.45 - 51 107.729 1214 6 0 -72.6913 62.9189 -25.85 - 51 110.86 536 5 1 -72.6742 62.8426 -54.45 - 51 187.977 1213 5 0 -72.6753 62.8359 -55.85 - 51 195.033 536 4 1 -72.6978 62.6985 -84.45 - 51 126.869 1213 4 0 -72.7002 62.6916 -85.85 - 51 149.22 536 3 1 -72.7515 62.5468 -114.45 - 51 109.102 1212 3 0 -72.7536 62.5403 -115.85 - 51 136.556 536 2 1 -72.7983 62.4129 -144.45 - 51 119.792 1211 2 0 -72.8005 62.407 -145.85 - 51 112.079 536 1 1 -72.8464 62.2854 -174.45 - 51 129.709 1211 1 0 -72.8496 62.2806 -175.85 - 51 114.908 535 0 1 -72.914 62.177 -204.45 - 51 100.044 1210 0 0 -72.9182 62.1716 -205.85 - 51 28.1736 326 12 0 -58.6879 -114.885 153.966 -Number of digits in this event = 15 -Using G4ParticleGun ... -9.26251 LIN -proton -Event: 52 -Number of tracker hits in this event = 59 - 52 128.929 667 9 1 -46.6266 120.513 65.55 - 52 124.239 1501 9 0 -46.6274 120.513 64.15 - 52 102.893 667 8 1 -46.6455 120.521 35.55 - 52 180.028 1501 8 0 -46.6466 120.521 34.15 - 52 149.259 666 7 1 -46.6687 120.525 5.55 - 52 152.542 1501 7 0 -46.6699 120.525 4.15 - 52 118.087 666 6 1 -46.6947 120.527 -24.45 - 52 145.444 1501 6 0 -46.696 120.528 -25.85 - 52 156.562 666 5 1 -46.7272 120.543 -54.45 - 52 113.56 1501 5 0 -46.7282 120.543 -55.85 - 52 332.084 666 4 1 -46.7473 120.547 -84.45 - 52 369.294 1501 4 0 -46.7477 120.546 -85.85 - 52 96.4148 666 3 1 -46.7563 120.528 -114.45 - 52 128.967 1501 3 0 -46.7566 120.527 -115.85 - 52 111.949 666 2 1 -46.7635 120.516 -144.45 - 52 164.866 1501 2 0 -46.7642 120.515 -145.85 - 52 138.061 666 1 1 -46.7765 120.499 -174.45 - 52 137.131 1501 1 0 -46.7782 120.499 -175.85 - 52 234.391 665 0 1 -47.0099 120.367 -204.451 - 52 447.243 664 0 1 -47.05 120.344 -204.524 - 52 135.811 1499 0 0 -47.66 120.087 -205.851 - 52 66.9908 611 2 1 -57.7104 17.0295 -144.85 - 52 86.8023 983 2 0 -58.0086 16.737 -145.85 - 52 297.174 984 2 0 -57.9584 16.85 -146.018 - 52 4.65521 1164 1 0 -82.4504 53.05 -176.008 - 52 36.9437 515 1 1 -77.05 53.7225 -174.784 - 52 170.521 816 1 1 -16.7042 81.3368 -174.514 - 52 85.7992 1438 1 0 -68.6774 107.907 -176.25 - 52 96.044 1437 1 0 -68.8249 107.75 -176.007 - 52 38.5975 1436 1 0 -68.9283 107.55 -175.878 - 52 194.765 555 1 1 -68.8953 105.849 -174.85 - 52 282.258 556 1 1 -68.85 105.538 -174.594 - 52 31.2159 1422 1 0 -68.7715 104.595 -175.85 - 52 105.892 1421 1 0 -68.7828 104.55 -175.95 - 52 73.3776 1420 1 0 -68.8478 104.35 -176.142 - 52 10.0061 744 1 1 -31.0852 117.304 -174.585 - 52 468.282 662 0 1 -47.5406 120.332 -204.45 - 52 337.944 661 0 1 -47.65 120.312 -204.497 - 52 259.754 660 0 1 -47.85 120.274 -204.583 - 52 249.135 659 0 1 -48.05 120.236 -204.668 - 52 372.898 658 0 1 -48.25 120.2 -204.753 - 52 65.8968 657 0 1 -48.45 120.164 -204.835 - 52 1731.45 1497 0 0 -50.9141 119.718 -205.85 - 52 121.666 1496 0 0 -51.8402 119.55 -206.232 - 52 530.195 663 0 1 -47.25 119.983 -204.561 - 52 131.358 1490 0 0 -48.7104 118.209 -205.85 - 52 529.065 1489 0 0 -48.7591 118.15 -205.893 - 52 418.215 1488 0 0 -48.9251 117.95 -206.038 - 52 253.8 1487 0 0 -49.0922 117.75 -206.183 - 52 7.18614 702 0 1 -39.45 68.0719 -204.772 - 52 107.008 666 0 1 -46.8102 120.476 -204.45 - 52 97.9841 1501 0 0 -46.8034 120.471 -205.85 - 52 208.663 667 4 1 -46.65 120.528 -84.548 - 52 57.2527 667 5 1 -46.65 120.605 -54.6304 - 52 198.57 668 5 1 -46.45 120.6 -54.6633 - 52 160.28 1503 5 0 -47.1043 120.856 -55.85 - 52 146.605 1502 5 0 -47.0984 120.75 -56.0473 - 52 4.74436 1492 5 0 -47.5227 118.724 -55.8501 - 52 40.0441 656 5 1 -48.7957 117.147 -54.85 -Number of digits in this event = 39 -Using G4ParticleGun ... -4.19631 LIN -proton -Event: 53 -Number of tracker hits in this event = 24 - 53 260.507 1272 11 1 74.4563 -31.5748 125.55 - 53 142.186 742 11 0 74.4563 -31.5768 124.15 - 53 100.912 1272 10 1 74.4536 -31.6182 95.55 - 53 113.129 742 10 0 74.4536 -31.6212 94.15 - 53 108.209 1272 9 1 74.4512 -31.6764 65.55 - 53 112.442 741 9 0 74.4508 -31.6784 64.15 - 53 109.075 1271 8 1 74.4445 -31.7196 35.55 - 53 140.698 741 8 0 74.4439 -31.7233 34.15 - 53 175.56 1271 7 1 74.4254 -31.7985 5.55 - 53 109.653 741 7 0 74.4214 -31.8018 4.15 - 53 113.035 1271 6 1 74.3354 -31.8702 -24.45 - 53 103.203 740 6 0 74.3299 -31.8748 -25.85 - 53 102.061 1270 5 1 74.2194 -31.9731 -54.45 - 53 128.917 740 5 0 74.2135 -31.9772 -55.85 - 53 89.8138 1270 4 1 74.0942 -32.062 -84.45 - 53 205.68 739 4 0 74.0904 -32.0658 -85.85 - 53 134.172 1269 3 1 74.0201 -32.1484 -114.45 - 53 109.498 739 3 0 74.0173 -32.1537 -115.85 - 53 86.3577 1269 2 1 73.8702 -32.4611 -144.45 - 53 208.535 737 2 0 73.8643 -32.4763 -145.85 - 53 116.85 1268 1 1 73.7471 -32.7883 -174.45 - 53 102.957 736 1 0 73.7413 -32.8028 -175.85 - 53 111.085 1267 0 1 73.6202 -33.0907 -204.45 - 53 138.604 734 0 0 73.6139 -33.1057 -205.85 -Number of digits in this event = 10 -Using G4ParticleGun ... -7.63485 LIN -proton -Event: 54 -Number of tracker hits in this event = 33 - 54 94.3496 937 11 1 7.46904 -76.2142 125.55 - 54 164.08 519 11 0 7.4694 -76.2134 124.15 - 54 145.71 937 10 1 7.48261 -76.1992 95.55 - 54 119.804 519 10 0 7.48302 -76.1986 94.15 - 54 106.273 937 9 1 7.48812 -76.1856 65.55 - 54 127.683 519 9 0 7.48927 -76.185 64.15 - 54 107.897 937 8 1 7.51143 -76.1735 35.55 - 54 108.877 519 8 0 7.5123 -76.1728 34.15 - 54 107.197 937 7 1 7.52854 -76.1593 5.55 - 54 157.754 519 7 0 7.53004 -76.1587 4.15 - 54 76.8496 937 6 1 7.55699 -76.1426 -24.45 - 54 197.919 519 6 0 7.55931 -76.1423 -25.85 - 54 135.686 937 5 1 7.61036 -76.1338 -54.45 - 54 181.849 519 5 0 7.61296 -76.1336 -55.85 - 54 126.25 938 4 1 7.6667 -76.1255 -84.45 - 54 128.134 519 4 0 7.66979 -76.1254 -85.85 - 54 138.509 938 3 1 7.73785 -76.1273 -114.45 - 54 141.124 519 3 0 7.74185 -76.1269 -115.85 - 54 146.761 938 2 1 7.82278 -76.1186 -144.45 - 54 149.165 519 2 0 7.82578 -76.1192 -145.85 - 54 100.774 939 1 1 7.88735 -76.1371 -174.45 - 54 138.645 519 1 0 7.89001 -76.1371 -175.85 - 54 126.723 939 0 1 7.94792 -76.1362 -204.45 - 54 97.5269 519 0 0 7.95097 -76.1356 -205.85 - 54 26.0239 938 1 1 7.85 -76.1413 -174.815 - 54 111.681 510 1 0 5.96291 -77.9264 -175.85 - 54 22.7717 509 1 0 5.76147 -78.0502 -175.873 - 54 117.188 920 1 1 4.12596 -80.1519 -174.85 - 54 40.0088 919 1 1 4.04994 -80.2377 -174.804 - 54 225.592 496 1 0 3.24834 -80.8081 -175.85 - 54 27.5343 927 1 1 5.64053 -76.7141 -174.85 - 54 6.54697 928 1 1 5.65007 -76.6992 -174.844 - 54 62.1088 515 1 0 6.13021 -76.911 -175.85 -Number of digits in this event = 17 -Using G4ParticleGun ... -7.29328 LIN -proton -Event: 55 -Number of tracker hits in this event = 31 - 55 150.098 1312 10 1 82.5621 -64.7478 95.55 - 55 122.193 576 10 0 82.5621 -64.7475 94.15 - 55 156.817 1312 9 1 82.5609 -64.7396 65.55 - 55 104.962 576 9 0 82.5607 -64.74 64.15 - 55 128.513 1312 8 1 82.559 -64.7491 35.55 - 55 114.914 576 8 0 82.5589 -64.7494 34.15 - 55 120.033 1312 7 1 82.5549 -64.754 5.55 - 55 154.288 576 7 0 82.5545 -64.7536 4.15 - 55 161.99 1312 6 1 82.5516 -64.7464 -24.45 - 55 119.504 576 6 0 82.5509 -64.7464 -25.85 - 55 101.774 1312 5 1 82.5399 -64.7474 -54.45 - 55 105.775 576 5 0 82.5396 -64.7486 -55.85 - 55 91.8611 1312 4 1 82.5315 -64.772 -84.45 - 55 90.1815 576 4 0 82.5309 -64.7738 -85.85 - 55 128.643 1312 3 1 82.5147 -64.8082 -114.45 - 55 134.955 576 3 0 82.5143 -64.8096 -115.85 - 55 113.109 1312 2 1 82.5012 -64.8386 -144.45 - 55 107.24 576 2 0 82.499 -64.8397 -145.85 - 55 156.128 1312 1 1 82.4565 -64.8621 -174.45 - 55 134.324 575 1 0 82.4548 -64.8634 -175.85 - 55 126.722 1311 0 1 82.421 -64.8922 -204.45 - 55 139.679 575 0 0 82.4204 -64.8943 -205.85 - 55 2.49372 796 4 0 17.3677 -20.6561 -86.25 - 55 99.654 797 4 0 17.3574 -20.65 -86.2469 - 55 116.841 798 4 0 17.1242 -20.45 -86.0695 - 55 35.6255 974 4 1 14.9401 -20.2141 -84.85 - 55 52.5101 973 4 1 14.85 -20.2141 -84.8022 - 55 289.124 972 4 1 14.65 -20.1899 -84.6913 - 55 47.6808 971 4 1 14.45 -20.1056 -84.5384 - 55 33.9699 961 4 1 12.45 -17.4687 -84.786 - 55 205.243 803 2 0 63.0003 -19.2846 -145.875 -Number of digits in this event = 18 -Using G4ParticleGun ... -1.05928 LIN -proton -Event: 56 -Number of tracker hits in this event = 18 - 56 129.79 213 8 1 -137.503 -12.4772 35.55 - 56 119.854 837 8 0 -137.5 -12.4774 34.15 - 56 114.057 213 7 1 -137.449 -12.4728 5.55 - 56 145.357 837 7 0 -137.44 -12.4731 4.15 - 56 132.354 214 6 1 -137.266 -12.4862 -24.45 - 56 148.656 837 6 0 -137.254 -12.4795 -25.85 - 56 108.424 215 5 1 -137.02 -12.3459 -54.45 - 56 139.103 838 5 0 -137.004 -12.3382 -55.85 - 56 159.166 217 4 1 -136.684 -12.1917 -84.45 - 56 150.22 839 4 0 -136.668 -12.1816 -85.85 - 56 177.327 218 3 1 -136.356 -11.9766 -114.45 - 56 119.062 840 3 0 -136.339 -11.9707 -115.85 - 56 115.696 220 2 1 -135.987 -11.8594 -144.45 - 56 122.542 841 2 0 -135.971 -11.8484 -145.85 - 56 210.555 222 1 1 -135.653 -11.6226 -174.45 - 56 250.405 842 1 0 -135.637 -11.615 -175.85 - 56 197.817 224 0 1 -135.315 -11.4725 -204.45 - 56 139.855 842 0 0 -135.298 -11.4591 -205.85 -Number of digits in this event = 14 -Using G4ParticleGun ... -2.76686 LIN -proton -Event: 57 -Number of tracker hits in this event = 43 - 57 135.789 1054 11 1 30.8928 52.7393 125.55 - 57 100.136 1163 11 0 30.8938 52.7404 124.15 - 57 108.304 1054 10 1 30.8856 52.7622 95.55 - 57 112.708 1163 10 0 30.8868 52.765 94.15 - 57 154.781 1054 9 1 30.9015 52.8267 65.55 - 57 98.9825 1163 9 0 30.9038 52.8303 64.15 - 57 118.031 1054 8 1 30.9528 52.9131 35.55 - 57 115.987 1164 8 0 30.9577 52.9144 34.15 - 57 204.515 1055 7 1 31.0512 52.9531 5.55 - 57 124.053 1164 7 0 31.0566 52.9555 4.15 - 57 132.365 1055 6 1 31.1757 52.9905 -24.45 - 57 135.815 1164 6 0 31.1799 52.9936 -25.85 - 57 130.642 1056 5 1 31.2659 53.0615 -54.45 - 57 106.349 1165 5 0 31.2685 53.0619 -55.85 - 57 133.391 1056 4 1 31.3227 53.0683 -84.45 - 57 117.847 1165 4 0 31.3261 53.0697 -85.85 - 57 114.003 1056 3 1 31.3995 53.0952 -114.45 - 57 155.929 1165 3 0 31.4054 53.0957 -115.85 - 57 139.464 1057 2 1 31.5271 53.1079 -144.45 - 57 119.477 1165 2 0 31.5304 53.1095 -145.85 - 57 177.912 1057 1 1 31.5917 53.1457 -174.45 - 57 141.974 1165 1 0 31.5962 53.1493 -175.85 - 57 107.33 1058 0 1 31.6844 53.2319 -204.45 - 57 89.8246 1165 0 0 31.69 53.2378 -205.85 - 57 56.1368 1248 4 0 120.115 69.7214 -86.25 - 57 70.7529 1247 4 0 120.179 69.65 -86.0751 - 57 145.225 1499 4 1 120.019 69.3275 -84.85 - 57 87.3394 1500 4 1 120.15 69.3839 -84.4803 - 57 70.1971 1501 4 1 120.35 69.4504 -84.6443 - 57 78.1641 1502 4 1 120.55 69.5796 -84.6963 - 57 92.7698 1503 4 1 120.75 69.6677 -84.7617 - 57 275.826 1255 4 0 121.485 71.1454 -85.85 - 57 9.23668 1513 4 1 122.817 71.014 -84.85 - 57 261.482 1312 5 0 99.812 82.4664 -56.25 - 57 22.3824 1311 5 0 99.7947 82.45 -56.1321 - 57 73.8555 1395 5 1 99.2151 82.7811 -54.85 - 57 293.961 1394 5 1 99.15 82.8605 -54.6705 - 57 56.6428 30 1 1 -173.95 -124.839 -174.635 - 57 115.443 29 1 1 -174.15 -124.916 -174.584 - 57 113.737 1055 5 1 31.25 53.0586 -54.4788 - 57 113.028 1162 5 0 30.9307 52.573 -55.85 - 57 11.0958 1161 5 0 30.8938 52.4499 -56.212 - 57 287.964 1019 6 0 45.172 23.9226 -26.2496 -Number of digits in this event = 21 -Using G4ParticleGun ... -3.77237 LIN -proton -Event: 58 -Number of tracker hits in this event = 25 - 58 86.2399 1009 11 1 21.8752 18.6745 125.55 - 58 112.522 993 11 0 21.8758 18.6731 124.15 - 58 154.665 1009 10 1 21.8829 18.6498 95.55 - 58 182.018 992 10 0 21.8747 18.6488 94.15 - 58 127.39 1008 9 1 21.7053 18.6284 65.55 - 58 96.9083 992 9 0 21.6947 18.6292 64.15 - 58 101.033 1007 8 1 21.4794 18.6501 35.55 - 58 121.211 993 8 0 21.4702 18.6503 34.15 - 58 109.946 1006 7 1 21.2739 18.6506 5.55 - 58 112.844 993 7 0 21.2645 18.6521 4.15 - 58 111.223 1005 6 1 21.0749 18.6915 -24.45 - 58 141.372 993 6 0 21.0661 18.6942 -25.85 - 58 113.568 1004 5 1 20.886 18.7512 -54.45 - 58 118.478 993 5 0 20.8776 18.7528 -55.85 - 58 130.137 1003 4 1 20.7015 18.7813 -84.45 - 58 110.264 993 4 0 20.695 18.7822 -85.85 - 58 158.591 1002 3 1 20.5638 18.8116 -114.45 - 58 100.621 993 3 0 20.5603 18.8137 -115.85 - 58 118.061 1002 2 1 20.491 18.8535 -144.45 - 58 43.3353 994 2 0 20.4871 18.8504 -145.85 - 58 68.0735 993 2 0 20.4866 18.85 -146.049 - 58 103.915 1001 1 1 20.4048 18.7914 -174.45 - 58 186.919 993 1 0 20.401 18.7872 -175.85 - 58 260.157 1001 0 1 20.3273 18.7085 -204.45 - 58 136.127 993 0 0 20.3213 18.7038 -205.85 -Number of digits in this event = 11 -Using G4ParticleGun ... -8.76883 LIN -proton -Event: 59 -Number of tracker hits in this event = 35 - 59 104.761 957 11 1 11.5925 5.89166 125.55 - 59 105.391 929 11 0 11.5934 5.89173 124.15 - 59 113.823 957 10 1 11.6122 5.89547 95.55 - 59 107.159 929 10 0 11.6136 5.89628 94.15 - 59 110.148 957 9 1 11.6434 5.91176 65.55 - 59 115.515 929 9 0 11.6443 5.91182 64.15 - 59 98.3745 958 8 1 11.6629 5.92196 35.55 - 59 86.6685 929 8 0 11.6636 5.92238 34.15 - 59 114.214 958 7 1 11.6789 5.93082 5.55 - 59 91.0655 929 7 0 11.6802 5.93056 4.15 - 59 127.966 958 6 1 11.7051 5.92203 -24.45 - 59 113.251 929 6 0 11.7067 5.92222 -25.85 - 59 88.7408 958 5 1 11.7387 5.92189 -54.45 - 59 102.205 929 5 0 11.7396 5.92037 -55.85 - 59 96.3165 958 4 1 11.7598 5.88951 -84.45 - 59 189.176 929 4 0 11.7605 5.88777 -85.85 - 59 238.015 958 3 1 11.7735 5.84783 -114.45 - 59 93.4459 928 3 0 11.7735 5.84699 -115.85 - 59 335.675 958 2 1 11.7748 5.8319 -144.45 - 59 178.84 928 2 0 11.7748 5.83075 -145.85 - 59 102.97 958 1 1 11.7717 5.80959 -174.45 - 59 172.072 928 1 0 11.7711 5.80824 -175.85 - 59 274.6 958 0 1 11.7541 5.77474 -204.45 - 59 147.6 928 0 0 11.7527 5.77319 -205.85 - 59 52.28 929 1 0 11.798 5.85018 -176.061 - 59 62.6176 986 0 1 17.3709 22.9202 -204.45 - 59 69.7393 985 0 1 17.25 22.9376 -204.58 - 59 65.7264 984 0 1 17.05 22.9202 -204.669 - 59 70.1216 983 0 1 16.8498 22.8242 -204.62 - 59 83.2479 982 0 1 16.65 22.7072 -204.567 - 59 178.063 981 0 1 16.4277 22.5037 -204.45 - 59 153.398 1013 0 0 16.1962 22.8414 -205.85 - 59 176.541 872 9 0 29.6097 -5.4702 63.75 - 59 30.8308 1056 9 1 31.3794 -5.22699 65.15 - 59 122.473 1057 9 1 31.45 -5.21593 65.198 -Number of digits in this event = 13 -Using G4ParticleGun ... -7.95679 LIN -proton -Event: 60 -Number of tracker hits in this event = 22 - 60 116.162 1532 9 1 126.592 37.5196 65.55 - 60 115.155 1087 9 0 126.594 37.5199 64.15 - 60 89.4203 1532 8 1 126.617 37.5212 35.55 - 60 128.07 1087 8 0 126.618 37.52 34.15 - 60 126.01 1532 7 1 126.631 37.4939 5.55 - 60 131.979 1087 7 0 126.632 37.4928 4.15 - 60 101.781 1532 6 1 126.636 37.4716 -24.45 - 60 109.334 1087 6 0 126.637 37.4703 -25.85 - 60 107.788 1532 5 1 126.649 37.4433 -54.45 - 60 102.768 1086 5 0 126.65 37.441 -55.85 - 60 121.525 1532 4 1 126.664 37.3901 -84.45 - 60 148.661 1086 4 0 126.664 37.3871 -85.85 - 60 103.692 1532 3 1 126.654 37.3271 -114.45 - 60 99.5327 1086 3 0 126.655 37.3249 -115.85 - 60 209.527 1532 2 1 126.673 37.2789 -144.45 - 60 95.8023 1086 2 0 126.673 37.2761 -145.85 - 60 243.679 1532 1 1 126.67 37.217 -174.45 - 60 109.746 1085 1 0 126.67 37.213 -175.85 - 60 120.289 1532 0 1 126.667 37.1353 -204.45 - 60 95.2781 1085 0 0 126.669 37.1302 -205.85 - 60 96.9633 1531 1 1 126.55 37.4307 -174.741 - 60 193.175 1530 1 1 126.35 37.4723 -174.704 -Number of digits in this event = 10 -Using G4ParticleGun ... -2.50438 LIN -proton -Event: 61 Number of tracker hits in this event = 26 - 61 110.617 1046 11 1 29.4379 -68.3045 125.55 - 61 129.887 558 11 0 29.4375 -68.3017 124.15 - 61 106.272 1046 10 1 29.4271 -68.2412 95.55 - 61 155.538 559 10 0 29.4291 -68.2404 94.15 - 61 137.995 1047 9 1 29.4712 -68.2249 65.55 - 61 110.597 559 9 0 29.4729 -68.2238 64.15 - 61 127.88 1047 8 1 29.5173 -68.1504 35.55 - 61 147.453 559 8 0 29.52 -68.1482 34.15 - 61 359.978 1047 7 1 29.5717 -68.1084 5.55 - 61 102.739 559 7 0 29.5741 -68.1081 4.15 - 61 174.117 1047 6 1 29.6297 -68.0992 -24.45 - 61 136.002 559 6 0 29.6347 -68.1031 -25.85 - 61 138.232 1048 5 1 29.7361 -68.1942 -54.45 - 61 122.682 559 5 0 29.7422 -68.1982 -55.85 - 61 125.988 1049 4 1 29.8608 -68.2849 -84.45 - 61 110.036 558 4 0 29.8649 -68.288 -85.85 - 61 133.525 1049 3 1 29.9407 -68.3274 -114.45 - 61 100.537 558 3 0 29.9465 -68.3298 -115.85 - 61 105.51 1050 2 1 30.0694 -68.3803 -144.45 - 61 234.588 558 2 0 30.0753 -68.3832 -145.85 - 61 116.529 1050 1 1 30.1902 -68.448 -174.45 - 61 89.9259 557 1 0 30.1959 -68.4513 -175.85 - 61 201.727 1051 0 1 30.3154 -68.5207 -204.45 - 61 84.4129 557 0 0 30.3252 -68.5191 -205.85 - 61 73.5132 1046 7 1 29.45 -68.1283 5.28221 - 61 2.62489 558 10 0 29.4536 -68.2501 93.8196 -Number of digits in this event = 15 -Using G4ParticleGun ... -8.92578 LIN -proton -Event: 62 -Number of tracker hits in this event = 195 - 62 102.37 799 11 1 -20.1548 -0.357525 125.55 - 62 95.4146 898 11 0 -20.1542 -0.356111 124.15 - 62 98.8958 799 10 1 -20.1417 -0.327942 95.55 - 62 118.21 898 10 0 -20.1408 -0.327323 94.15 - 62 137.483 799 9 1 -20.119 -0.315654 65.55 - 62 101.346 898 9 0 -20.118 -0.314688 64.15 - 62 332.597 799 8 1 -20.0953 -0.298075 35.55 - 62 93.7922 898 8 0 -20.0931 -0.297259 34.15 - 62 105.405 800 7 1 -20.0487 -0.27922 5.55 - 62 118.639 898 7 0 -20.0458 -0.279243 4.15 - 62 134.338 800 6 1 -19.9889 -0.282257 -24.45 - 62 129.723 898 6 0 -19.986 -0.283285 -25.85 - 62 124.197 800 5 1 -19.9235 -0.302428 -54.45 - 62 95.0272 898 5 0 -19.9201 -0.303404 -55.85 - 62 99.8551 801 4 1 -19.8443 -0.325871 -84.45 - 62 108.892 898 4 0 -19.8411 -0.326958 -85.85 - 62 124.555 801 3 1 -19.78 -0.348435 -114.45 - 62 102.851 898 3 0 -19.777 -0.348533 -115.85 - 62 102.287 801 2 1 -19.7143 -0.34984 -144.45 - 62 162.823 898 2 0 -19.711 -0.350443 -145.85 - 62 116.053 802 1 1 -19.6417 -0.36309 -174.45 - 62 123.748 898 1 0 -19.6388 -0.363641 -175.85 - 62 140.613 802 0 1 -19.5807 -0.374901 -204.45 - 62 99.9227 898 0 0 -19.5774 -0.375812 -205.85 - 62 62.3561 1249 6 1 69.85 33.2667 -24.5638 - 62 93.4732 880 2 0 63.0643 -4.04281 -146.25 - 62 231.556 810 2 0 -15.4396 -18.0464 -146.25 - 62 36.5386 809 2 0 -15.457 -18.05 -146.233 - 62 62.1415 739 5 1 -32.05 7.72911 -54.6418 - 62 189.676 676 7 1 -44.6518 157.879 5.15 - 62 142.824 740 5 1 -32.05 7.65326 -54.4669 - 62 369.988 1240 2 1 68.2258 7.12735 -144.83 - 62 58.0225 1067 0 0 112.224 33.4791 -206.25 - 62 178.178 1168 2 1 53.85 77.2965 -144.776 - 62 128.231 1284 2 0 53.7733 77.0105 -145.85 - 62 123.279 1068 0 0 112.475 33.65 -206.038 - 62 22.0902 1469 0 1 114.07 34.7027 -204.85 - 62 237.218 1470 0 1 114.15 34.7535 -204.793 - 62 1117.93 958 0 0 -42.867 11.67 -206.25 - 62 263.497 959 0 0 -43.1788 11.85 -205.924 - 62 353.049 679 0 1 -44.1769 12.458 -204.85 - 62 791.038 678 0 1 -44.25 12.5025 -204.771 - 62 330.602 677 0 1 -44.45 12.6254 -204.553 - 62 1053.47 1043 1 0 -66.5439 28.6979 -176.25 - 62 487.081 1044 1 0 -66.7525 28.85 -175.982 - 62 81.0277 562 1 1 -67.6404 29.4898 -174.85 - 62 1160.81 561 1 1 -67.65 29.4967 -174.838 - 62 548.754 560 1 1 -67.85 29.6401 -174.584 - 62 252.145 1133 2 0 -89.1421 46.8159 -146.25 - 62 1694.93 1134 2 0 -89.1843 46.85 -146.194 - 62 26.1737 1135 2 0 -89.432 47.05 -145.855 - 62 333.923 447 2 1 -90.6883 47.8814 -144.85 - 62 1089.48 446 2 1 -90.75 47.9222 -144.801 - 62 1147.81 445 2 1 -90.95 48.0501 -144.641 - 62 261.866 444 2 1 -91.15 48.1703 -144.485 - 62 6286.52 1267 3 0 -153.204 73.4996 -116.25 - 62 198.198 1709 3 0 95.2858 161.95 -116.075 - 62 58.116 1292 4 1 78.5059 160.221 -84.85 - 62 27.5147 753 1 0 9.2193 -29.25 -176.145 - 62 24.8682 952 1 1 10.45 -30.6769 -174.737 - 62 220.343 951 1 1 10.45 -30.7384 -174.647 - 62 33.4327 965 2 1 13.0861 -60.7923 -144.694 - 62 61.4635 629 8 1 -54.0796 -91.0816 35.15 - 62 95.9779 451 8 0 -54.9475 -89.8462 34.15 - 62 295.873 452 8 0 -55.0452 -89.65 33.9599 - 62 21.8202 453 8 0 -55.0483 -89.45 33.9166 - 62 125.044 877 2 0 -122.735 -4.53214 -146.25 - 62 87.6275 626 3 0 154.088 -54.65 -116.02 - 62 187.225 627 3 0 154.094 -54.65 -115.937 - 62 186.494 1000 0 0 -83.2717 20.0509 -206.25 - 62 367.065 1001 0 0 -83.6482 20.25 -206.089 - 62 312.571 1002 0 0 -84.0154 20.4503 -205.936 - 62 57.4505 466 0 1 -86.6779 21.9669 -204.85 - 62 61.7071 465 0 1 -86.85 22.0639 -204.78 - 62 131.053 464 0 1 -87.05 22.1742 -204.7 - 62 64.8652 463 0 1 -87.25 22.283 -204.617 - 62 89.8827 462 0 1 -87.45 22.391 -204.528 - 62 203.66 1082 1 0 -113.186 36.5429 -176.25 - 62 72.8604 1083 1 0 -113.392 36.65 -176.03 - 62 38.2627 327 1 1 -114.635 37.2589 -174.85 - 62 95.2988 326 1 1 -114.75 37.3136 -174.74 - 62 33.1156 325 1 1 -114.95 37.4094 -174.539 - 62 174.128 1105 2 0 -140.275 41.1428 -146.25 - 62 40.0223 194 2 1 -141.277 41.2689 -144.849 - 62 366.437 193 2 1 -141.35 41.278 -144.741 - 62 11.5517 1029 3 0 -147.884 25.8783 -116.25 - 62 128.199 1028 3 0 -147.896 25.85 -116.197 - 62 1.02836 1027 3 0 -147.976 25.6499 -115.854 - 62 156.515 159 3 1 -148.221 25.0491 -114.85 - 62 77.1566 867 4 0 -152.395 -6.46992 -86.25 - 62 77.0246 866 4 0 -152.415 -6.65 -86.0825 - 62 26.5585 865 4 0 -152.438 -6.85019 -85.9075 - 62 205.199 137 4 1 -152.639 -8.19412 -84.85 - 62 25.8965 755 5 0 -162.132 -29.0186 -56.25 - 62 118.476 754 5 0 -162.147 -29.05 -56.2054 - 62 20.3155 753 5 0 -162.234 -29.2501 -55.9316 - 62 146.393 87 5 1 -162.611 -30.0204 -54.8499 - 62 5.67501 86 5 1 -162.75 -30.28 -54.4685 - 62 7.37705 605 6 0 -168.352 -59.014 -26.25 - 62 97.5313 604 6 0 -168.359 -59.05 -26.2145 - 62 71.9281 603 6 0 -168.402 -59.25 -26.0208 - 62 184.064 56 6 1 -168.77 -60.3514 -24.8497 - 62 136.847 540 7 0 -174.152 -71.963 3.75041 - 62 349.886 539 7 0 -174.202 -72.05 3.96422 - 62 178.21 28 7 1 -174.489 -72.6063 5.15 - 62 73.5501 27 7 1 -174.55 -72.7444 5.43406 - 62 50.2252 29 7 1 -174.35 -73.5782 5.23029 - 62 69.8982 541 7 0 -173.028 -71.85 3.91089 - 62 88.1771 542 7 0 -172.908 -71.65 3.82683 - 62 30.1098 924 7 0 -50.7248 5.03054 3.75 - 62 260.596 925 7 0 -50.6903 5.05 3.76642 - 62 157.525 926 7 0 -50.3269 5.25042 3.89915 - 62 23.4516 927 7 0 -49.7869 5.45 4.10041 - 62 69.8767 658 7 1 -48.4155 6.07021 5.15 - 62 68.2215 659 7 1 -48.2499 6.14754 5.30058 - 62 219.822 660 7 1 -48.0497 6.25026 5.46655 - 62 137.805 928 7 0 -48.3796 5.82324 4.14995 - 62 58.116 14 8 1 -177.176 -59.4023 35.15 - 62 139 1046 1 0 -83.2218 29.3706 -176.25 - 62 51.7968 486 1 1 -82.7228 29.6265 -174.85 - 62 167.035 487 1 1 -82.65 29.6586 -174.701 - 62 151.296 1092 2 0 -53.3166 38.5586 -146.25 - 62 182.132 640 2 1 -51.9931 38.4979 -144.85 - 62 77.4895 641 2 1 -51.8498 38.4922 -144.707 - 62 206.093 639 2 1 -52.05 39.0247 -144.603 - 62 75.0664 638 2 1 -52.25 39.3003 -144.77 - 62 35.5976 637 2 1 -52.4504 39.4597 -144.829 - 62 218.519 1099 2 0 -55.7348 40.0027 -145.85 - 62 92.5617 1100 2 0 -56.0237 40.05 -145.897 - 62 17.4437 1101 2 0 -56.4953 40.25 -146.204 - 62 180.169 1094 2 0 -53.1113 38.8519 -145.85 - 62 12.8696 1093 2 0 -53.1173 38.85 -145.857 - 62 48.6486 868 0 0 -48.4815 -6.3947 -206.25 - 62 166.757 867 0 0 -48.5581 -6.45022 -206.082 - 62 3.47933 654 0 1 -49.2408 -6.71783 -204.85 - 62 72.4048 653 0 1 -49.25 -6.72138 -204.834 - 62 60.6846 652 0 1 -49.45 -6.72473 -204.618 - 62 420.518 858 1 0 -16.5722 -8.33184 -176.25 - 62 9.78271 596 2 0 -156.329 -60.65 -146.09 - 62 400.411 848 0 0 -114.542 -10.333 -206.25 - 62 383.855 847 0 0 -115.175 -10.4501 -206.114 - 62 49.1289 846 0 0 -116.12 -10.6501 -205.9 - 62 66.9045 299 0 1 -120.171 -11.5516 -204.85 - 62 63.5927 298 0 1 -120.35 -11.5913 -204.804 - 62 69.6738 297 0 1 -120.55 -11.6331 -204.757 - 62 67.9737 296 0 1 -120.751 -11.6756 -204.713 - 62 47.3771 295 0 1 -120.95 -11.7159 -204.669 - 62 49.7385 294 0 1 -121.15 -11.7561 -204.628 - 62 56.1022 293 0 1 -121.35 -11.7984 -204.585 - 62 57.1314 292 0 1 -121.55 -11.8398 -204.543 - 62 64.2905 291 0 1 -121.75 -11.9098 -204.529 - 62 81.266 290 0 1 -121.95 -11.9873 -204.516 - 62 57.8642 289 0 1 -122.15 -12.0681 -204.495 - 62 31.2089 288 0 1 -122.35 -12.1481 -204.465 - 62 157.915 284 0 1 -123.189 -12.5003 -204.45 - 62 102.276 283 0 1 -123.35 -12.4405 -204.611 - 62 200.321 849 0 0 -123.454 -10.25 -206.15 - 62 320.372 850 0 0 -123.384 -10.0498 -206.215 - 62 11.8133 282 0 1 -123.639 -12.7561 -204.45 - 62 166.344 285 0 1 -123.019 -12.3833 -204.45 - 62 193.812 839 0 0 -125.071 -12.0602 -205.85 - 62 70.1791 843 0 0 -141.537 -11.3493 -206.25 - 62 147.308 842 0 0 -141.641 -11.45 -206.131 - 62 41.435 193 0 1 -141.414 -12.7448 -204.85 - 62 21.8198 194 0 1 -141.35 -12.8148 -204.832 - 62 19.0519 836 0 0 -139.415 -12.6901 -205.85 - 62 0.588707 214 0 1 -137.169 -12.6196 -204.85 - 62 182.02 835 0 0 -136.423 -12.915 -205.85 - 62 397.274 322 0 1 -115.68 -8.4567 -204.85 - 62 239.406 321 0 1 -115.75 -8.18674 -204.698 - 62 0.246844 677 1 0 -113.858 -44.6493 -176.25 - 62 81.1377 676 1 0 -113.858 -44.6502 -176.249 - 62 161.507 675 1 0 -113.862 -44.85 -176.027 - 62 32.1368 334 1 1 -113.231 -45.6215 -174.85 - 62 129.786 335 1 1 -113.15 -45.6465 -174.764 - 62 61.2292 336 1 1 -112.95 -45.6763 -174.68 - 62 136.593 337 1 1 -112.75 -45.7024 -174.69 - 62 292.229 338 1 1 -112.55 -45.8413 -174.672 - 62 51.4121 339 1 1 -112.35 -45.7244 -174.697 - 62 230.655 919 0 0 -68.184 3.87061 -206.25 - 62 8.09168 548 0 1 -70.4133 3.73025 -204.85 - 62 65.7128 547 0 1 -70.45 3.72775 -204.827 - 62 59.5425 546 0 1 -70.65 3.719 -204.7 - 62 62.5833 545 0 1 -70.8501 3.74637 -204.559 - 62 190.027 934 1 0 -68.9011 6.91437 -176.25 - 62 94.0242 555 1 1 -68.8643 7.18667 -174.85 - 62 60.0216 838 2 0 -22.3487 -12.3975 -146.25 - 62 276.719 837 2 0 -22.2284 -12.4503 -146.175 - 62 508.074 973 2 0 34.744 14.7869 -146.25 - 62 22.0963 1101 2 1 40.3666 14.3295 -144.85 - 62 91.9981 1102 2 1 40.45 14.3199 -144.825 - 62 83.9868 1103 2 1 40.65 14.2306 -144.743 - 62 401.899 1104 2 1 40.8504 14.1888 -144.598 - 62 142.628 273 3 1 -125.35 14.0042 -114.627 - 62 77.6754 433 1 1 -93.35 3.93759 -174.662 -Number of digits in this event = 91 -Using G4ParticleGun ... -6.50755 LIN -proton -Event: 63 -Number of tracker hits in this event = 18 - 63 89.5155 1352 8 1 90.5565 104.007 35.55 - 63 115.123 1419 8 0 90.5574 104.007 34.15 - 63 122.488 1352 7 1 90.5735 103.994 5.55 - 63 230.273 1419 7 0 90.5748 103.994 4.15 - 63 118.714 1352 6 1 90.6013 103.985 -24.45 - 63 189.154 1419 6 0 90.603 103.984 -25.85 - 63 98.3829 1352 5 1 90.6363 103.965 -54.45 - 63 103.9 1419 5 0 90.6386 103.963 -55.85 - 63 166.731 1352 4 1 90.6832 103.93 -84.45 - 63 115.704 1418 4 0 90.6854 103.929 -85.85 - 63 123.292 1352 3 1 90.7308 103.914 -114.45 - 63 88.2454 1418 3 0 90.732 103.914 -115.85 - 63 108.061 1353 2 1 90.7642 103.913 -144.45 - 63 88.4774 1418 2 0 90.7656 103.912 -145.85 - 63 168.57 1353 1 1 90.7917 103.897 -174.45 - 63 137.858 1418 1 0 90.7937 103.897 -175.85 - 63 151.87 1353 0 1 90.8366 103.892 -204.45 - 63 103.083 1418 0 0 90.8388 103.892 -205.85 -Number of digits in this event = 9 -Using G4ParticleGun ... -2.3333 LIN -proton -Event: 64 -Number of tracker hits in this event = 23 - 64 103.017 311 9 1 -117.813 -32.9822 65.55 - 64 97.2589 735 9 0 -117.814 -32.9828 64.15 - 64 172.895 311 8 1 -117.837 -33.0037 35.55 - 64 117.193 735 8 0 -117.843 -33.0064 34.15 - 64 105.195 310 7 1 -117.963 -33.0557 5.55 - 64 204.976 734 7 0 -117.969 -33.0572 4.15 - 64 155.734 310 6 1 -118.08 -33.0883 -24.45 - 64 104.381 734 6 0 -118.087 -33.0901 -25.85 - 64 132.027 309 5 1 -118.215 -33.1348 -54.45 - 64 142.972 734 5 0 -118.221 -33.1355 -55.85 - 64 125.017 309 4 1 -118.324 -33.1582 -84.45 - 64 95.9074 734 4 0 -118.33 -33.1625 -85.85 - 64 150.517 308 3 1 -118.45 -33.2478 -114.45 - 64 166.759 733 3 0 -118.458 -33.2531 -115.85 - 64 183.527 307 2 1 -118.604 -33.3703 -144.45 - 64 124.951 733 2 0 -118.611 -33.378 -145.85 - 64 69.3543 307 1 1 -118.749 -33.5427 -174.45 - 64 50.0772 306 1 1 -118.75 -33.5437 -174.695 - 64 107.131 732 1 0 -118.757 -33.5486 -175.85 - 64 138.709 306 0 1 -118.926 -33.6648 -204.45 - 64 162.395 731 0 0 -118.935 -33.6703 -205.85 - 64 161.493 308 4 1 -118.35 -33.1747 -84.5669 - 64 126.049 310 8 1 -117.95 -32.979 35.2005 -Number of digits in this event = 15 -Using G4ParticleGun ... -3.24117 LIN -proton -Event: 65 -Number of tracker hits in this event = 18 - 65 113.004 785 8 1 -22.9205 138.572 35.55 - 65 109.748 1592 8 0 -22.9218 138.572 34.15 - 65 154.04 785 7 1 -22.947 138.577 5.55 - 65 203.071 1592 7 0 -22.9494 138.578 4.15 - 65 111.446 785 6 1 -23.0013 138.609 -24.45 - 65 109.592 1592 6 0 -23.003 138.611 -25.85 - 65 107.867 785 5 1 -23.0304 138.664 -54.45 - 65 142.096 1592 5 0 -23.0334 138.668 -55.85 - 65 115.369 784 4 1 -23.0899 138.76 -84.45 - 65 107.92 1593 4 0 -23.0914 138.763 -85.85 - 65 142.299 784 3 1 -23.1213 138.823 -114.45 - 65 93.1693 1593 3 0 -23.1218 138.825 -115.85 - 65 113.645 784 2 1 -23.1371 138.851 -144.45 - 65 116.348 1593 2 0 -23.1376 138.853 -145.85 - 65 101.505 784 1 1 -23.1444 138.883 -174.45 - 65 114.761 1593 1 0 -23.1461 138.882 -175.85 - 65 124.13 784 0 1 -23.1841 138.863 -204.45 - 65 125.35 1593 0 0 -23.1843 138.864 -205.85 -Number of digits in this event = 7 -Using G4ParticleGun ... -4.59421 LIN -proton -Event: 66 -Number of tracker hits in this event = 23 - 66 113.667 883 10 1 -3.2839 -106.423 95.55 - 66 168.519 368 10 0 -3.28379 -106.424 94.15 - 66 116.979 883 9 1 -3.28207 -106.436 65.55 - 66 113.536 368 9 0 -3.28458 -106.435 64.15 - 66 105.65 883 8 1 -3.33669 -106.426 35.55 - 66 166.966 368 8 0 -3.33933 -106.425 34.15 - 66 105.261 883 7 1 -3.40049 -106.398 5.55 - 66 125.425 368 7 0 -3.40412 -106.398 4.15 - 66 153.37 882 6 1 -3.47653 -106.398 -24.45 - 66 161.881 368 6 0 -3.48075 -106.4 -25.85 - 66 98.0733 882 5 1 -3.56629 -106.439 -54.45 - 66 134.37 368 5 0 -3.5704 -106.439 -55.85 - 66 151.374 881 4 1 -3.65088 -106.451 -84.45 - 66 131.419 368 4 0 -3.6551 -106.451 -85.85 - 66 105.355 881 3 1 -3.74102 -106.455 -114.45 - 66 207.684 368 3 0 -3.74578 -106.456 -115.85 - 66 110.787 879 2 1 -4.10836 -106.211 -144.45 - 66 104.133 369 2 0 -4.12469 -106.198 -145.85 - 66 102.633 877 1 1 -4.46074 -105.917 -174.45 - 66 276.567 371 1 0 -4.47699 -105.9 -175.85 - 66 135.069 876 0 1 -4.80968 -105.572 -204.45 - 66 90.5112 372 0 0 -4.82601 -105.555 -205.85 - 66 9.89845 373 0 0 -4.8303 -105.55 -206.217 -Number of digits in this event = 12 -Using G4ParticleGun ... -2.14632 LIN -proton -Event: 67 -Number of tracker hits in this event = 21 - 67 108.836 1322 9 1 84.5633 -97.1699 65.55 - 67 155.48 414 9 0 84.5658 -97.1719 64.15 - 67 102.281 1322 8 1 84.6085 -97.2083 35.55 - 67 103.403 414 8 0 84.6102 -97.2088 34.15 - 67 119.813 1322 7 1 84.6442 -97.2231 5.55 - 67 95.2136 414 7 0 84.6455 -97.2236 4.15 - 67 92.2866 1323 6 1 84.6723 -97.2513 -24.45 - 67 121.042 414 6 0 84.6711 -97.2485 -25.85 - 67 137.983 1323 5 1 84.6685 -97.1916 -54.45 - 67 147.76 414 5 0 84.6699 -97.1879 -55.85 - 67 129.703 1323 4 1 84.6771 -97.1135 -84.45 - 67 137.511 415 4 0 84.6799 -97.1104 -85.85 - 67 207.325 1323 3 1 84.7496 -97.0457 -114.45 - 67 265.401 415 3 0 84.7543 -97.0431 -115.85 - 67 441.77 1323 2 1 84.8444 -96.9812 -144.45 - 67 174.183 415 2 0 84.8524 -96.977 -145.85 - 67 390.378 1324 1 1 85.0099 -96.8934 -174.45 - 67 121.872 416 1 0 85.0171 -96.8876 -175.85 - 67 132.074 1325 0 1 85.1506 -96.7659 -204.45 - 67 94.5313 416 0 0 85.1575 -96.7561 -205.85 - 67 75.598 1325 1 1 85.05 -96.8714 -174.595 -Number of digits in this event = 14 -Using G4ParticleGun ... -8.75856 LIN -proton -Event: 68 -Number of tracker hits in this event = 22 - 68 118.678 1509 9 1 121.953 -19.836 65.55 - 68 85.2507 801 9 0 121.953 -19.8357 64.15 - 68 205.634 1509 8 1 121.957 -19.828 35.55 - 68 381.085 801 8 0 121.956 -19.8272 34.15 - 68 103.327 1508 7 1 121.939 -19.8095 5.55 - 68 119.826 801 7 0 121.939 -19.8087 4.15 - 68 104.094 1508 6 1 121.921 -19.7976 -24.45 - 68 118.499 801 6 0 121.919 -19.7973 -25.85 - 68 195.527 1508 5 1 121.882 -19.7903 -54.45 - 68 105.893 801 5 0 121.882 -19.7901 -55.85 - 68 133.408 1508 4 1 121.876 -19.7899 -84.45 - 68 117.847 801 4 0 121.875 -19.7897 -85.85 - 68 119.605 1508 3 1 121.867 -19.7859 -114.45 - 68 122.801 801 3 0 121.867 -19.7852 -115.85 - 68 184.793 1508 2 1 121.862 -19.7743 -144.45 - 68 129.65 801 2 0 121.861 -19.774 -145.85 - 68 120.872 1508 1 1 121.855 -19.7651 -174.45 - 68 99.4885 801 1 0 121.855 -19.7651 -175.85 - 68 107.28 1508 0 1 121.85 -19.7642 -204.45 - 68 151.656 801 0 0 121.85 -19.7641 -205.85 - 68 110.499 787 2 0 125.104 -22.5462 -145.85 - 68 179.919 786 2 0 125.243 -22.65 -145.944 -Number of digits in this event = 11 -Using G4ParticleGun ... -9.80049 LIN -proton -Event: 69 -Number of tracker hits in this event = 21 - 69 119.713 325 9 1 -115.113 42.1156 65.55 - 69 109.627 1110 9 0 -115.113 42.1164 64.15 - 69 140.049 325 8 1 -115.11 42.1356 35.55 - 69 121.586 1110 8 0 -115.109 42.1369 34.15 - 69 123.318 325 7 1 -115.098 42.1631 5.55 - 69 136.403 1110 7 0 -115.097 42.1646 4.15 - 69 179.612 325 6 1 -115.074 42.2006 -24.45 - 69 187.201 1110 6 0 -115.072 42.2019 -25.85 - 69 121.561 325 5 1 -115.026 42.227 -54.45 - 69 106.693 1110 5 0 -115.024 42.2281 -55.85 - 69 207.108 325 4 1 -114.999 42.2509 -84.45 - 69 106.819 1111 4 0 -114.998 42.2522 -85.85 - 69 126.538 325 3 1 -114.971 42.2785 -114.45 - 69 99.2336 1111 3 0 -114.97 42.2797 -115.85 - 69 118.644 326 2 1 -114.943 42.3036 -144.45 - 69 104.303 1111 2 0 -114.941 42.3056 -145.85 - 69 217.332 326 1 1 -114.907 42.3486 -174.45 - 69 116.712 1111 1 0 -114.905 42.3505 -175.85 - 69 104.474 326 0 1 -114.859 42.3901 -204.45 - 69 130.431 1111 0 0 -114.856 42.3918 -205.85 - 69 65.0226 1111 6 0 -114.642 42.25 -26.019 -Number of digits in this event = 12 -Using G4ParticleGun ... -8.24251 LIN -proton -Event: 70 -Number of tracker hits in this event = 24 - 70 130.724 988 10 1 17.7167 85.4307 95.55 - 70 162.626 1326 10 0 17.7166 85.4305 94.15 - 70 108.855 988 9 1 17.716 85.43 65.55 - 70 139.056 1326 9 0 17.7165 85.4294 64.15 - 70 97.0337 988 8 1 17.7335 85.4158 35.55 - 70 140.881 1326 8 0 17.7348 85.4148 34.15 - 70 119.359 988 7 1 17.7655 85.3918 5.55 - 70 130.001 1326 7 0 17.7669 85.3903 4.15 - 70 323.363 988 6 1 17.7956 85.3547 -24.45 - 70 108.359 1326 6 0 17.7971 85.3533 -25.85 - 70 119.695 988 5 1 17.8233 85.3398 -54.45 - 70 108.654 1326 5 0 17.8246 85.3388 -55.85 - 70 1.40708 988 4 1 17.85 85.321 -84.45 - 70 118.626 989 4 1 17.85 85.321 -84.4582 - 70 96.5319 1326 4 0 17.8506 85.3205 -85.85 - 70 122.399 989 3 1 17.8667 85.3083 -114.45 - 70 110.564 1326 3 0 17.8669 85.3079 -115.85 - 70 286.119 989 2 1 17.8676 85.3012 -144.45 - 70 111.365 1326 2 0 17.8682 85.3021 -145.85 - 70 124.666 989 1 1 17.881 85.3205 -174.45 - 70 155.794 1326 1 0 17.8807 85.3219 -175.85 - 70 100.255 989 0 1 17.8731 85.3502 -204.45 - 70 118.895 1326 0 0 17.8735 85.3524 -205.85 - 70 183.707 988 3 1 17.85 85.2934 -114.656 -Number of digits in this event = 12 -Using G4ParticleGun ... -2.23179 LIN -proton -Event: 71 -Number of tracker hits in this event = 38 - 71 155.463 1036 11 1 27.449 -70.1966 125.55 - 71 120.798 549 11 0 27.4482 -70.1972 124.15 - 71 100.182 1036 10 1 27.4367 -70.2067 95.55 - 71 129.524 549 10 0 27.4365 -70.2064 94.15 - 71 114.504 1036 9 1 27.4411 -70.1853 65.55 - 71 145.322 549 9 0 27.443 -70.185 64.15 - 71 100.966 1037 8 1 27.4771 -70.1823 35.55 - 71 78.8719 549 8 0 27.4802 -70.1836 34.15 - 71 117.512 1037 7 1 27.5438 -70.205 5.55 - 71 203.726 549 7 0 27.5478 -70.2052 4.15 - 71 99.3166 1037 6 1 27.6352 -70.2107 -24.45 - 71 93.3339 549 6 0 27.639 -70.2113 -25.85 - 71 157.567 1038 5 1 27.7036 -70.2204 -54.45 - 71 110.592 549 5 0 27.7049 -70.2216 -55.85 - 71 197.071 1038 4 1 27.7392 -70.2498 -84.45 - 71 8613.44 548 4 0 27.7399 -70.2531 -85.85 - 71 476.81 549 4 0 27.7389 -70.25 -86.2115 - 71 2.01672 9 4 0 -42.2845 -178.235 -86.25 - 71 3523.38 547 4 0 27.6294 -70.45 -86.2193 - 71 38.4546 874 3 1 -5.16212 -70.8143 -114.45 - 71 65.95 873 3 1 -5.25 -70.815 -114.527 - 71 59.7952 872 3 1 -5.45 -70.8166 -114.701 - 71 207.161 546 3 0 -6.76447 -70.8282 -115.85 - 71 108.062 702 2 1 -39.4939 -71.3037 -144.45 - 71 82.7279 701 2 1 -39.65 -71.3093 -144.586 - 71 27.0366 700 2 1 -39.85 -71.3164 -144.759 - 71 166.116 543 2 0 -41.1091 -71.3572 -145.85 - 71 55.3011 528 1 1 -74.3126 -72.4637 -174.45 - 71 146.105 527 1 1 -74.45 -72.4675 -174.568 - 71 48.796 526 1 1 -74.65 -72.4737 -174.74 - 71 271.335 537 1 0 -75.946 -72.5086 -175.85 - 71 1.86877 355 0 1 -109.144 -73.2076 -204.45 - 71 83.4651 354 0 1 -109.15 -73.2076 -204.456 - 71 100.217 353 0 1 -109.35 -73.2077 -204.628 - 71 16.2888 352 0 1 -109.55 -73.2077 -204.8 - 71 219.109 534 0 0 -110.768 -73.2061 -205.85 - 71 94.7665 1037 5 1 27.65 -70.2191 -54.7302 - 71 298.505 1037 9 1 27.45 -70.1993 65.4854 -Number of digits in this event = 18 -Using G4ParticleGun ... -9.26813 LIN -proton -Event: 72 -Number of tracker hits in this event = 35 - 72 3.45279 409 10 0 -63.5726 -98.3249 93.759 - 72 99.9203 582 9 1 -63.5728 -98.325 65.55 - 72 248.936 409 9 0 -63.5734 -98.3249 64.15 - 72 126.285 582 8 1 -63.5851 -98.3208 35.55 - 72 193.036 409 8 0 -63.5867 -98.3208 34.15 - 72 268.104 582 7 1 -63.6185 -98.3217 5.55 - 72 124.341 409 7 0 -63.6195 -98.322 4.15 - 72 166.673 582 6 1 -63.6406 -98.3294 -24.45 - 72 97.3794 409 6 0 -63.6424 -98.33 -25.85 - 72 176.114 581 5 1 -63.6774 -98.339 -54.45 - 72 109.521 409 5 0 -63.6794 -98.3394 -55.85 - 72 130.959 581 4 1 -63.7168 -98.3517 -84.45 - 72 128.179 408 4 0 -63.7188 -98.3518 -85.85 - 72 159.822 581 3 1 -63.7605 -98.3563 -114.45 - 72 125.376 408 3 0 -63.7629 -98.3567 -115.85 - 72 121.626 581 2 1 -63.811 -98.3608 -144.45 - 72 358.223 408 2 0 -63.8137 -98.3609 -145.85 - 72 91.4911 580 1 1 -63.8642 -98.3616 -174.45 - 72 165.34 408 1 0 -63.8672 -98.3615 -175.85 - 72 128.147 580 0 1 -63.9306 -98.3587 -204.45 - 72 162.894 408 0 0 -63.9341 -98.3594 -205.85 - 72 190.329 885 13 0 20.0892 -2.95867 183.75 - 72 78.8745 886 13 0 20.1889 -2.84982 184.022 - 72 48.4157 1000 13 1 20.0823 -2.53491 185.15 - 72 109.067 999 13 1 20.05 -2.50027 185.201 - 72 72.5126 362 2 0 -52.7346 -107.588 -146.25 - 72 80.4584 363 2 0 -52.7292 -107.55 -146.206 - 72 7.56672 493 3 0 38.1696 -81.2751 -116.25 - 72 39.221 580 2 1 -63.8505 -98.3432 -144.776 - 72 46.8502 407 2 0 -66.6106 -98.55 -146.147 - 72 685.203 446 2 0 -120.388 -90.8682 -146.25 - 72 112.578 447 2 0 -120.499 -90.7499 -146.076 - 72 158.267 299 2 1 -120.288 -89.3311 -144.85 - 72 41.8902 412 7 0 -63.0223 -97.5899 4.15 - 72 110.918 413 7 0 -62.9877 -97.5499 4.06425 -Number of digits in this event = 22 -Using G4ParticleGun ... -9.99791 LIN -proton -Event: 73 -Number of tracker hits in this event = 23 - 73 124.466 1096 9 1 39.4211 -115.03 65.55 - 73 100.103 325 9 0 39.4212 -115.031 64.15 - 73 102.908 1096 8 1 39.4007 -115.038 35.55 - 73 110.95 325 8 0 39.3992 -115.038 34.15 - 73 103.53 1096 7 1 39.3689 -115.041 5.55 - 73 126.46 325 7 0 39.3672 -115.041 4.15 - 73 137.769 1096 6 1 39.3352 -115.03 -24.45 - 73 126.504 325 6 0 39.3334 -115.029 -25.85 - 73 104.737 1096 5 1 39.2965 -114.999 -54.45 - 73 88.4639 325 5 0 39.2954 -114.998 -55.85 - 73 108.286 1096 4 1 39.2721 -114.957 -84.45 - 73 106.75 325 4 0 39.2714 -114.955 -85.85 - 73 143.412 1096 3 1 39.2565 -114.926 -114.45 - 73 125.174 326 3 0 39.256 -114.925 -115.85 - 73 170.326 1095 2 1 39.2463 -114.915 -144.45 - 73 138.097 326 2 0 39.2459 -114.914 -145.85 - 73 92.3908 1095 1 1 39.2358 -114.893 -174.45 - 73 107.458 326 1 0 39.2353 -114.892 -175.85 - 73 136.014 1095 0 1 39.2211 -114.858 -204.45 - 73 144.018 326 0 0 39.2196 -114.856 -205.85 - 73 35.1549 330 3 0 39.3889 -114.1 -115.85 - 73 99.7883 1097 3 1 39.5395 -113.336 -114.85 - 73 325.916 326 4 0 39.2675 -114.95 -85.9155 -Number of digits in this event = 12 -Using G4ParticleGun ... -1.21662 LIN -proton -Event: 74 -Number of tracker hits in this event = 25 - 74 269.92 784 11 1 -23.1086 40.5912 125.55 - 74 313.706 1102 11 0 -23.1072 40.5869 124.15 - 74 112.005 784 10 1 -23.0647 40.5074 95.55 - 74 125.9 1102 10 0 -23.0629 40.5034 94.15 - 74 155.319 785 9 1 -23.0414 40.4203 65.55 - 74 124.019 1101 9 0 -23.0425 40.4092 64.15 - 74 143.111 784 8 1 -23.0801 40.1969 35.55 - 74 198.234 1100 8 0 -23.0873 40.1867 34.15 - 74 137.613 784 7 1 -23.2254 39.9727 5.55 - 74 110.461 1099 7 0 -23.2353 39.9644 4.15 - 74 140.805 783 6 1 -23.4435 39.7733 -24.45 - 74 144.597 1098 6 0 -23.455 39.7654 -25.85 - 74 154.219 781 5 1 -23.6691 39.6174 -54.45 - 74 126.338 1097 5 0 -23.6774 39.6057 -55.85 - 74 116.881 781 4 1 -23.8464 39.3648 -84.45 - 74 123.669 1096 4 0 -23.8542 39.3543 -85.85 - 74 157.204 779 3 1 -24.0502 39.1271 -114.45 - 74 162.582 1095 3 0 -24.0556 39.1209 -115.85 - 74 255.825 779 2 1 -24.2449 38.97 -144.45 - 74 351.049 1094 2 0 -24.2569 38.9641 -145.85 - 74 132.389 777 1 1 -24.5198 38.8525 -174.45 - 74 111.257 1093 1 0 -24.5427 38.8483 -175.85 - 74 163.41 774 0 1 -25.0778 38.7528 -204.45 - 74 120.565 1093 0 0 -25.1034 38.7461 -205.85 - 74 151.679 785 11 1 -23.0309 40.6255 125.55 -Number of digits in this event = 22 -Using G4ParticleGun ... -1.48977 LIN -proton -Event: 75 -Number of tracker hits in this event = 30 - 75 30.1938 1148 11 1 49.6941 65.8711 125.266 - 75 117.222 1229 11 0 49.6941 65.8712 124.15 - 75 117.86 1148 10 1 49.6936 65.8773 95.55 - 75 105.472 1229 10 0 49.6905 65.8782 94.15 - 75 102.43 1147 9 1 49.6244 65.8856 65.55 - 75 119.473 1229 9 0 49.6215 65.8863 64.15 - 75 114.401 1147 8 1 49.5688 65.8999 35.55 - 75 118.29 1229 8 0 49.567 65.9016 34.15 - 75 136.703 1147 7 1 49.5313 65.9436 5.55 - 75 153.608 1229 7 0 49.5274 65.945 4.15 - 75 152.425 1146 6 1 49.4373 65.965 -24.45 - 75 124.79 1229 6 0 49.4343 65.9653 -25.85 - 75 235.101 1146 5 1 49.3779 65.9604 -54.45 - 75 138.312 1229 5 0 49.3729 65.9632 -55.85 - 75 129.843 1146 4 1 49.2591 66.0108 -84.45 - 75 108.52 1229 4 0 49.2497 66.0138 -85.85 - 75 185.046 1144 3 1 49.0482 66.0896 -114.45 - 75 118.237 1230 3 0 49.0375 66.0911 -115.85 - 75 249.38 1143 2 1 48.8198 66.1116 -144.45 - 75 108.845 1230 2 0 48.8108 66.1147 -145.85 - 75 133.003 1142 1 1 48.6294 66.1923 -174.45 - 75 119.659 1230 1 0 48.6195 66.1983 -175.85 - 75 115.241 1141 0 1 48.434 66.3159 -204.45 - 75 191.085 1231 0 0 48.4257 66.3213 -205.85 - 75 313.739 659 1 0 -0.626291 -48.1171 -176.25 - 75 736.813 660 1 0 -0.84213 -48.05 -176.176 - 75 58.8715 754 13 0 29.5537 -29.1082 183.75 - 75 110.376 755 13 0 29.3356 -29.0499 183.795 - 75 110.966 756 13 0 29.1498 -28.8499 183.854 - 75 3.66579 757 13 0 29.1252 -28.65 183.755 -Number of digits in this event = 15 -Using G4ParticleGun ... -6.95547 LIN -proton -Event: 76 -Number of tracker hits in this event = 26 - 76 185.286 1365 10 1 93.2556 -12.0854 95.55 - 76 121.405 839 10 0 93.2544 -12.0856 94.15 - 76 84.8279 1365 9 1 93.2314 -12.0918 65.55 - 76 112.418 839 9 0 93.2298 -12.0913 64.15 - 76 113.88 1365 8 1 93.1938 -12.0815 35.55 - 76 112.938 839 8 0 93.1921 -12.0823 34.15 - 76 214.706 1365 7 1 93.1584 -12.0999 5.55 - 76 130.004 839 7 0 93.1554 -12.1004 4.15 - 76 109.02 1364 6 1 93.0968 -12.1107 -24.45 - 76 104.361 839 6 0 93.0947 -12.1112 -25.85 - 76 81.305 1364 5 1 93.0528 -12.118 -54.45 - 76 196.665 839 5 0 93.0496 -12.1189 -55.85 - 76 123.266 1364 4 1 92.9857 -12.1359 -84.45 - 76 125.765 839 4 0 92.9823 -12.1376 -85.85 - 76 107.457 1363 3 1 92.9157 -12.1735 -114.45 - 76 94.3474 839 3 0 92.9136 -12.1755 -115.85 - 76 117.419 1363 2 1 92.8713 -12.2143 -144.45 - 76 118.101 839 2 0 92.8704 -12.2166 -145.85 - 76 95.5998 1363 1 1 92.8503 -12.2609 -174.45 - 76 96.7083 838 1 0 92.8493 -12.2638 -175.85 - 76 117.043 1363 0 1 92.8318 -12.3209 -204.45 - 76 91.2653 838 0 0 92.8301 -12.3241 -205.85 - 76 46.5134 1651 3 1 150.416 -95.4494 -114.85 - 76 13.3598 1012 0 1 22.6132 -39.2081 -204.45 - 76 140.498 1013 0 1 22.65 -39.1829 -204.479 - 76 242.931 1014 0 1 22.85 -39.0696 -204.509 -Number of digits in this event = 13 -Using G4ParticleGun ... -7.1833 LIN -proton -Event: 77 -Number of tracker hits in this event = 116 - 77 136.402 1054 10 1 31.0474 -80.9142 95.55 - 77 138.615 495 10 0 31.0477 -80.9137 94.15 - 77 103.41 1055 9 1 31.0534 -80.9068 65.55 - 77 194.148 495 9 0 31.0539 -80.9071 64.15 - 77 173.96 1055 8 1 31.0632 -80.9129 35.55 - 77 162.77 495 8 0 31.0642 -80.9134 34.15 - 77 118.069 1055 7 1 31.0861 -80.9224 5.55 - 77 163.373 495 7 0 31.088 -80.9236 4.15 - 77 116.283 1055 6 1 31.1288 -80.9503 -24.45 - 77 118.59 495 6 0 31.1313 -80.9508 -25.85 - 77 187.406 1055 5 1 31.1855 -80.9608 -54.45 - 77 149.765 495 5 0 31.1885 -80.9598 -55.85 - 77 106.383 1055 4 1 31.2491 -80.9392 -84.45 - 77 125.159 495 4 0 31.2522 -80.9372 -85.85 - 77 114.169 1056 3 1 31.3172 -80.895 -114.45 - 77 116.165 495 3 0 31.3205 -80.8927 -115.85 - 77 100.472 1056 2 1 31.3887 -80.8463 -144.45 - 77 95.2578 496 2 0 31.3921 -80.8433 -145.85 - 77 113.331 1057 1 1 31.4604 -80.7837 -174.45 - 77 120.719 496 1 0 31.4639 -80.7796 -175.85 - 77 109.6 1057 0 1 31.5346 -80.6966 -204.45 - 77 148.49 496 0 0 31.5374 -80.6912 -205.85 - 77 32.7622 1169 0 1 53.9061 -23.572 -204.85 - 77 23.73 519 1 1 -76.05 -143.998 -174.71 - 77 35.753 518 1 1 -76.25 -144.261 -174.65 - 77 52.059 799 1 0 39.3143 -20.1542 -176.25 - 77 1971.22 578 0 0 56.8008 -64.4136 -206.25 - 77 4782.01 579 0 0 57.056 -64.25 -206.068 - 77 2363.77 580 0 0 57.37 -64.05 -205.85 - 77 353.526 1193 0 1 58.807 -63.1374 -204.85 - 77 1802.19 1194 0 1 58.85 -63.1101 -204.82 - 77 1884.75 1195 0 1 59.05 -62.9824 -204.682 - 77 1286.59 1196 0 1 59.25 -62.8634 -204.542 - 77 922.74 515 0 0 15.9989 -76.9393 -206.25 - 77 276.228 973 0 1 14.7543 -76.6442 -204.85 - 77 505.832 972 0 1 14.65 -76.6193 -204.733 - 77 286.084 971 0 1 14.45 -76.5714 -204.508 - 77 1016.3 531 1 0 -12.2047 -73.7981 -176.25 - 77 247.134 832 1 1 -13.5382 -73.6665 -174.85 - 77 490.671 831 1 1 -13.65 -73.6556 -174.733 - 77 268.417 830 1 1 -13.85 -73.6358 -174.521 - 77 1027.63 538 2 0 -38.6003 -72.3307 -146.25 - 77 14.9651 701 2 1 -39.8449 -72.2673 -144.85 - 77 521.763 700 2 1 -39.85 -72.267 -144.844 - 77 426.458 699 2 1 -40.05 -72.257 -144.621 - 77 1144.69 543 3 0 -65.4093 -71.3273 -116.25 - 77 593.329 566 3 1 -66.6713 -71.2815 -114.85 - 77 558.752 565 3 1 -66.85 -71.275 -114.652 - 77 1218.32 539 4 0 -91.6256 -72.2322 -86.25 - 77 390.354 436 4 1 -92.8501 -72.2824 -84.85 - 77 656.719 435 4 1 -92.95 -72.2866 -84.736 - 77 190.09 434 4 1 -93.15 -72.2937 -84.5119 - 77 1325.99 534 5 0 -118.554 -73.2055 -56.25 - 77 638.626 301 5 1 -119.804 -73.2619 -54.85 - 77 811.614 300 5 1 -119.95 -73.269 -54.686 - 77 44.1796 299 5 1 -120.15 -73.2822 -54.4621 - 77 1830.12 530 6 0 -143.683 -73.8687 -26.25 - 77 469.42 176 6 1 -144.867 -73.8934 -24.85 - 77 974.543 175 6 1 -144.95 -73.895 -24.7526 - 77 381.211 174 6 1 -145.15 -73.9014 -24.5186 - 77 2694.83 512 7 0 -167.977 -77.4984 3.75 - 77 1682.96 54 7 1 -169.16 -77.7247 5.15 - 77 1355.51 53 7 1 -169.35 -77.7629 5.38287 - 77 1.08642 199 9 0 142.125 -140.253 63.75 - 77 132.111 1608 9 1 141.859 -140.678 65.15 - 77 45.6621 1607 9 1 141.75 -140.815 65.1905 - 77 46.3106 191 9 0 141.299 -141.846 64.1499 - 77 59.4234 1611 9 1 142.426 -141.669 65.15 - 77 200.7 726 0 0 64.4098 -34.7176 -206.25 - 77 726.155 727 0 0 64.4584 -34.65 -206.223 - 77 439.708 728 0 0 64.6034 -34.45 -206.142 - 77 472.506 729 0 0 64.7496 -34.25 -206.06 - 77 564.219 730 0 0 64.8957 -34.05 -205.979 - 77 348.866 731 0 0 65.052 -33.85 -205.901 - 77 143.571 1235 0 1 67.1891 -31.0939 -204.85 - 77 600.522 1236 0 1 67.25 -31.0153 -204.82 - 77 561.616 1237 0 1 67.45 -30.7605 -204.721 - 77 636.54 1238 0 1 67.65 -30.5051 -204.62 - 77 697.549 1239 0 1 67.85 -30.2514 -204.518 - 77 217.064 993 1 0 97.8934 18.7767 -176.25 - 77 484.237 994 1 0 97.9381 18.85 -176.208 - 77 657.591 995 1 0 98.0591 19.05 -176.093 - 77 567.871 996 1 0 98.178 19.25 -175.98 - 77 107.885 997 1 0 98.2974 19.45 -175.863 - 77 1034.76 1396 1 1 99.3653 21.2152 -174.85 - 77 974.172 1397 1 1 99.55 21.5205 -174.675 - 77 281.293 1398 1 1 99.75 21.8466 -174.489 - 77 50.33 1225 2 0 119.602 65.2386 -146.25 - 77 642.469 1226 2 0 119.607 65.25 -146.243 - 77 627.228 1227 2 0 119.698 65.45 -146.112 - 77 717.048 1228 2 0 119.788 65.65 -145.98 - 77 1462.47 1502 2 1 120.576 67.3778 -144.85 - 77 885.022 1503 2 1 120.75 67.7586 -144.602 - 77 1.29171 1423 3 0 132.038 104.95 -116.25 - 77 986.014 1424 3 0 132.039 104.95 -116.25 - 77 1050.56 1425 3 0 132.099 105.15 -116.097 - 77 732.938 1426 3 0 132.158 105.35 -115.951 - 77 2003.72 1562 3 1 132.637 106.931 -114.85 - 77 1049.61 1563 3 1 132.75 107.317 -114.583 - 77 1542.21 1641 4 0 152.929 148.434 -86.25 - 77 3531.15 1642 4 0 152.985 148.55 -86.1699 - 77 3333.92 1643 4 0 153.086 148.75 -86.033 - 77 85.8231 807 5 0 51.9662 -18.506 -56.25 - 77 161.07 806 5 0 51.8912 -18.65 -56.0738 - 77 77.0496 1166 5 1 53.4126 -19.1268 -54.8499 - 77 108.746 1167 5 1 53.45 -19.1215 -54.7478 - 77 12.5491 462 0 0 29.6531 -87.5287 -206.25 - 77 74.4946 463 0 0 29.8457 -87.45 -205.912 - 77 1658.55 434 0 0 54.3755 -93.1768 -206.25 - 77 1155.08 433 0 0 54.6869 -93.35 -206.01 - 77 91.4895 1180 0 1 56.2339 -94.2279 -204.85 - 77 1069.06 1181 0 1 56.25 -94.237 -204.838 - 77 1232.08 1182 0 1 56.45 -94.351 -204.688 - 77 623.931 1183 0 1 56.65 -94.4758 -204.535 - 77 562.05 260 1 0 83.2985 -128.04 -176.25 - 77 65.2617 155 0 0 -32.6377 -149.146 -206.132 -Number of digits in this event = 89 -Using G4ParticleGun ... -6.60889 LIN -proton -Event: 78 -Number of tracker hits in this event = 19 - 78 150.924 1342 8 1 88.4802 109.885 35.55 - 78 231.506 1448 8 0 88.4786 109.884 34.15 - 78 175.143 1341 7 1 88.4469 109.876 5.55 - 78 144.01 1448 7 0 88.4456 109.876 4.15 - 78 126.149 1341 6 1 88.4179 109.879 -24.45 - 78 186.265 1448 6 0 88.4176 109.878 -25.85 - 78 113.148 1341 5 1 88.4112 109.873 -54.45 - 78 108.551 1448 5 0 88.4119 109.873 -55.85 - 78 145.491 1341 4 1 88.4291 109.883 -84.45 - 78 104.03 1448 4 0 88.4298 109.885 -85.85 - 78 108.645 1341 3 1 88.4375 109.924 -114.45 - 78 112.785 1448 3 0 88.4369 109.925 -115.85 - 78 103.896 1341 2 1 88.4238 109.958 -144.45 - 78 115.822 1449 2 0 88.4237 109.958 -145.85 - 78 98.8974 1341 1 1 88.4224 109.96 -174.45 - 78 116.985 1449 1 0 88.4233 109.96 -175.85 - 78 121.769 1341 0 1 88.4408 109.967 -204.45 - 78 100.313 1449 0 0 88.4427 109.968 -205.85 - 78 107.891 1486 8 0 126.302 117.507 33.75 -Number of digits in this event = 9 -Using G4ParticleGun ... -3.83175 LIN -proton -Event: 79 -Number of tracker hits in this event = 22 - 79 117.079 1341 10 1 88.2665 -22.9926 95.55 - 79 108.389 785 10 0 88.2668 -22.9921 94.15 - 79 104.719 1341 9 1 88.2752 -22.9864 65.55 - 79 103.166 785 9 0 88.276 -22.987 64.15 - 79 138.587 1341 8 1 88.2894 -22.9954 35.55 - 79 100.755 785 8 0 88.2893 -22.9955 34.15 - 79 144.572 1341 7 1 88.2834 -22.9952 5.55 - 79 117.532 785 7 0 88.2813 -22.9964 4.15 - 79 126.523 1340 6 1 88.2385 -23.0221 -24.45 - 79 95.4308 785 6 0 88.2367 -23.0236 -25.85 - 79 114.287 1340 5 1 88.1991 -23.0543 -54.45 - 79 128.66 784 5 0 88.1982 -23.0549 -55.85 - 79 123.647 1340 4 1 88.1782 -23.0689 -84.45 - 79 128.449 784 4 0 88.1778 -23.0705 -85.85 - 79 99.8575 1340 3 1 88.1731 -23.107 -114.45 - 79 132.052 784 3 0 88.1709 -23.107 -115.85 - 79 268.406 1340 2 1 88.1265 -23.1087 -144.45 - 79 112.266 784 2 0 88.1245 -23.1071 -145.85 - 79 148.189 1340 1 1 88.0852 -23.08 -174.45 - 79 123.782 784 1 0 88.0823 -23.0785 -175.85 - 79 112.352 1339 0 1 88.0258 -23.0416 -204.45 - 79 109.084 785 0 0 88.023 -23.0391 -205.85 -Number of digits in this event = 11 -Using G4ParticleGun ... -7.13566 LIN -proton -Event: 80 -Number of tracker hits in this event = 22 - 80 110.968 287 8 1 -122.557 -58.6272 35.55 - 80 108.477 607 8 0 -122.557 -58.6272 34.15 - 80 107.781 287 7 1 -122.567 -58.6245 5.55 - 80 123.171 607 7 0 -122.567 -58.6251 4.15 - 80 92.954 287 6 1 -122.574 -58.6409 -24.45 - 80 141.995 607 6 0 -122.574 -58.6406 -25.85 - 80 156.505 287 5 1 -122.577 -58.6326 -54.45 - 80 154.27 607 5 0 -122.577 -58.6323 -55.85 - 80 103.97 287 4 1 -122.583 -58.6277 -84.45 - 80 108.685 607 4 0 -122.583 -58.6276 -85.85 - 80 94.1908 287 3 1 -122.589 -58.6271 -114.45 - 80 111.139 607 3 0 -122.589 -58.6284 -115.85 - 80 125.52 287 2 1 -122.592 -58.6558 -144.45 - 80 109.765 606 2 0 -122.592 -58.6572 -145.85 - 80 101.691 287 1 1 -122.59 -58.683 -174.45 - 80 214.929 606 1 0 -122.59 -58.685 -175.85 - 80 98.1299 287 0 1 -122.592 -58.7258 -204.45 - 80 143.403 606 0 0 -122.594 -58.7282 -205.85 - 80 24.4304 263 2 1 -127.484 -173.298 -144.85 - 80 92.6559 262 2 1 -127.55 -173.372 -144.672 - 80 259.728 261 2 1 -127.75 -173.355 -144.555 - 80 42.2059 260 2 1 -127.95 -173.331 -144.477 -Number of digits in this event = 10 -Using G4ParticleGun ... -1.26762 LIN -proton -Event: 81 -Number of tracker hits in this event = 97 - 81 125.118 807 9 1 -18.6124 -119.01 65.55 - 81 113.255 305 9 0 -18.6171 -119.014 64.15 - 81 104.946 806 8 1 -18.6982 -119.095 35.55 - 81 120.895 305 8 0 -18.7025 -119.1 34.15 - 81 160.365 806 7 1 -18.8078 -119.178 5.55 - 81 124.414 304 7 0 -18.8148 -119.187 4.15 - 81 111.288 805 6 1 -18.9402 -119.366 -24.45 - 81 110.984 303 6 0 -18.9468 -119.374 -25.85 - 81 118.089 804 5 1 -19.077 -119.551 -54.45 - 81 107.374 302 5 0 -19.0799 -119.55 -55.85 - 81 127.016 804 4 1 -19.1493 -119.548 -84.45 - 81 123.995 303 4 0 -19.1486 -119.549 -85.85 - 81 117.129 804 3 1 -19.1302 -119.566 -114.45 - 81 166.055 302 3 0 -19.1305 -119.566 -115.85 - 81 30868.7 804 2 1 -19.1257 -119.596 -144.45 - 81 1021.93 805 2 1 -19.05 -119.641 -144.788 - 81 7367.41 300 2 0 -18.537 -119.969 -145.85 - 81 291.743 815 6 0 145.988 -16.8862 -26.1122 - 81 360.615 806 2 1 -18.85 -119.334 -144.59 - 81 236.525 807 2 1 -18.65 -119.143 -144.548 - 81 281.027 808 2 1 -18.45 -118.953 -144.506 - 81 90.299 809 2 1 -18.25 -118.764 -144.464 - 81 86.1998 828 3 0 89.7563 -14.304 -116.25 - 81 317.657 829 3 0 89.8121 -14.25 -116.235 - 81 152.857 830 3 0 90.0195 -14.05 -116.181 - 81 474.175 831 3 0 90.2287 -13.85 -116.127 - 81 434.512 832 3 0 90.4391 -13.65 -116.072 - 81 323.499 833 3 0 90.6491 -13.45 -116.017 - 81 442.519 834 3 0 90.8586 -13.25 -115.961 - 81 268.579 835 3 0 91.0702 -13.05 -115.906 - 81 1.37197 836 3 0 91.2824 -12.85 -115.851 - 81 122.052 1374 3 1 95.0569 -9.24642 -114.85 - 81 325.207 1375 3 1 95.15 -9.15749 -114.825 - 81 363.136 1376 3 1 95.35 -8.96672 -114.772 - 81 331.942 1377 3 1 95.55 -8.7748 -114.72 - 81 492.988 1378 3 1 95.75 -8.58322 -114.667 - 81 343.556 1379 3 1 95.95 -8.39223 -114.615 - 81 424.208 1380 3 1 96.15 -8.20097 -114.563 - 81 274.507 1381 3 1 96.35 -8.00742 -114.51 - 81 76.7376 1382 3 1 96.55 -7.81429 -114.458 - 81 826.142 803 2 1 -19.25 -119.739 -144.66 - 81 634.4 802 2 1 -19.45 -119.964 -144.681 - 81 833.238 801 2 1 -19.65 -120.19 -144.702 - 81 626.086 800 2 1 -19.85 -120.418 -144.725 - 81 668.255 799 2 1 -20.05 -120.645 -144.746 - 81 663.668 798 2 1 -20.25 -120.871 -144.765 - 81 691.419 797 2 1 -20.45 -121.091 -144.782 - 81 623.121 796 2 1 -20.65 -121.309 -144.796 - 81 696.564 795 2 1 -20.85 -121.522 -144.81 - 81 688.927 794 2 1 -21.05 -121.736 -144.818 - 81 834.163 793 2 1 -21.25 -121.951 -144.827 - 81 643.406 792 2 1 -21.45 -122.164 -144.839 - 81 504.575 228 2 0 -33.0068 -134.429 -145.85 - 81 723.001 227 2 0 -33.1211 -134.55 -145.86 - 81 682.67 226 2 0 -33.3099 -134.75 -145.875 - 81 673.294 225 2 0 -33.4973 -134.95 -145.885 - 81 694.918 224 2 0 -33.6819 -135.15 -145.894 - 81 797.901 223 2 0 -33.8665 -135.35 -145.904 - 81 877.455 222 2 0 -34.0491 -135.55 -145.913 - 81 773.366 221 2 0 -34.2309 -135.75 -145.921 - 81 796.811 220 2 0 -34.4136 -135.95 -145.931 - 81 734.171 219 2 0 -34.5943 -136.15 -145.943 - 81 843.459 218 2 0 -34.7765 -136.35 -145.952 - 81 946.807 217 2 0 -34.957 -136.55 -145.963 - 81 779.746 216 2 0 -35.1416 -136.75 -145.973 - 81 1020.35 215 2 0 -35.3312 -136.95 -145.981 - 81 925.33 214 2 0 -35.5209 -137.15 -145.987 - 81 974.162 213 2 0 -35.7181 -137.35 -145.993 - 81 960.755 212 2 0 -35.9147 -137.55 -145.995 - 81 995.31 211 2 0 -36.1018 -137.75 -145.995 - 81 890.182 210 2 0 -36.2914 -137.95 -145.995 - 81 889.942 209 2 0 -36.4832 -138.15 -145.993 - 81 1201.31 208 2 0 -36.6777 -138.35 -145.992 - 81 1100.6 207 2 0 -36.8699 -138.55 -145.988 - 81 1207.54 206 2 0 -37.0602 -138.75 -145.981 - 81 1174.35 205 2 0 -37.2542 -138.95 -145.978 - 81 1195.7 204 2 0 -37.4447 -139.15 -145.976 - 81 1063.48 203 2 0 -37.6328 -139.35 -145.973 - 81 1294.68 202 2 0 -37.8129 -139.55 -145.966 - 81 1268.88 201 2 0 -37.9933 -139.75 -145.958 - 81 1399.14 200 2 0 -38.17 -139.95 -145.953 - 81 1578.94 199 2 0 -38.3489 -140.15 -145.953 - 81 1724.47 198 2 0 -38.53 -140.35 -145.956 - 81 2055.98 197 2 0 -38.7131 -140.55 -145.955 - 81 2533.5 196 2 0 -38.9055 -140.75 -145.951 - 81 3392.76 195 2 0 -39.1258 -140.95 -145.956 - 81 4470.89 194 2 0 -39.3455 -141.15 -145.958 - 81 226.74 295 2 0 -20.9714 -120.99 -145.85 - 81 249.529 294 2 0 -21.183 -121.15 -145.988 - 81 137.028 293 2 0 -21.4481 -121.35 -146.162 - 81 109.612 576 1 1 -64.7189 -154.078 -174.45 - 81 209.504 575 1 1 -64.85 -154.179 -174.534 - 81 267.804 574 1 1 -65.05 -154.333 -174.663 - 81 69.3352 573 1 1 -65.25 -154.487 -174.791 - 81 246.289 121 1 0 -66.8974 -155.759 -175.85 - 81 505.685 120 1 0 -67.1448 -155.95 -176.009 - 81 106.431 119 1 0 -67.4058 -156.15 -176.175 -Number of digits in this event = 86 -Using G4ParticleGun ... -5.77627 LIN -proton -Event: 82 -Number of tracker hits in this event = 23 - 82 89.9936 1190 10 0 100.579 58.1636 94.15 - 82 138.136 1402 9 1 100.574 58.1635 65.55 - 82 177.512 1190 9 0 100.574 58.1644 64.15 - 82 166.825 1402 8 1 100.58 58.184 35.55 - 82 120.205 1190 8 0 100.578 58.183 34.15 - 82 122.307 1401 7 1 100.543 58.1605 5.55 - 82 156.422 1190 7 0 100.541 58.1584 4.15 - 82 146.898 1401 6 1 100.507 58.1058 -24.45 - 82 99.1907 1190 6 0 100.506 58.1033 -25.85 - 82 91.2229 1401 5 1 100.494 58.0511 -54.45 - 82 107.082 1189 5 0 100.493 58.0498 -55.85 - 82 93.2098 1401 4 1 100.463 58.0228 -84.45 - 82 122.358 1189 4 0 100.462 58.0205 -85.85 - 82 107.993 1401 3 1 100.441 57.9702 -114.45 - 82 124.672 1189 3 0 100.44 57.9673 -115.85 - 82 148.927 1401 2 1 100.413 57.9098 -144.45 - 82 100.936 1189 2 0 100.413 57.9072 -145.85 - 82 135.908 1401 1 1 100.407 57.8518 -174.45 - 82 108.162 1188 1 0 100.409 57.8485 -175.85 - 82 142.612 1401 0 1 100.447 57.787 -204.45 - 82 108.909 1188 0 0 100.45 57.7833 -205.85 - 82 44.0857 1191 7 0 100.523 58.25 3.78077 - 82 122.694 474 9 0 52.6282 -85.1969 63.75 -Number of digits in this event = 14 -Using G4ParticleGun ... -1.67349 LIN -proton -Event: 83 -Number of tracker hits in this event = 23 - 83 186.366 360 10 1 -108.117 19.1814 95.55 - 83 109.928 995 10 0 -108.118 19.1823 94.15 - 83 116.978 360 9 1 -108.14 19.1963 65.55 - 83 148.902 995 9 0 -108.142 19.2013 64.15 - 83 93.9394 359 8 1 -108.171 19.3117 35.55 - 83 113.695 996 8 0 -108.17 19.319 34.15 - 83 173.97 359 7 1 -108.16 19.459 5.55 - 83 124.094 997 7 0 -108.156 19.4666 4.15 - 83 215.018 360 6 1 -108.079 19.6291 -24.45 - 83 243.925 997 6 0 -108.075 19.6318 -25.85 - 83 174.82 360 5 1 -107.988 19.6846 -54.45 - 83 108.102 998 5 0 -107.981 19.6876 -55.85 - 83 127.605 361 4 1 -107.852 19.7345 -84.45 - 83 113.318 998 4 0 -107.851 19.7334 -85.85 - 83 149.375 361 3 1 -107.832 19.7064 -114.45 - 83 101.526 998 3 0 -107.834 19.7072 -115.85 - 83 147.395 361 2 1 -107.87 19.7309 -144.45 - 83 122.935 998 2 0 -107.873 19.7339 -145.85 - 83 109.82 361 1 1 -107.947 19.8007 -174.45 - 83 111.74 998 1 0 -107.947 19.803 -175.85 - 83 145.675 360 0 1 -107.961 19.8499 -204.45 - 83 109.563 999 0 0 -107.962 19.8522 -205.85 - 83 131.973 359 10 1 -108.15 19.2926 95.42 + 50 148.435 1104 11 1 40.8962 44.9822 125.55 + 50 114.758 1124 11 0 40.9017 44.9827 124.15 + 50 167.323 1104 10 1 41.0157 44.9962 95.55 + 50 118.688 1124 10 0 41.0213 44.9962 94.15 + 50 133.682 1105 9 1 41.1333 44.9882 65.55 + 50 96.5719 1124 9 0 41.1385 44.9903 64.15 + 50 196.945 1106 8 1 41.2589 45.0374 35.55 + 50 120.905 1124 8 0 41.2652 45.0435 34.15 + 50 107.993 1106 7 1 41.4123 45.1784 5.55 + 50 116.463 1125 7 0 41.421 45.1877 4.15 + 50 108.261 1107 6 1 41.6085 45.393 -24.45 + 50 146.336 1126 6 0 41.6176 45.3985 -25.85 + 50 238.377 1108 5 1 41.8051 45.5172 -54.45 + 50 128.668 1127 5 0 41.8112 45.5224 -55.85 + 50 136.341 1109 4 1 41.9353 45.6221 -84.45 + 50 127.856 1127 4 0 41.9438 45.6272 -85.85 + 50 111.144 1110 3 1 42.1133 45.7348 -114.45 + 50 132.503 1128 3 0 42.1218 45.7408 -115.85 + 50 126.635 1111 2 1 42.3001 45.8587 -144.45 + 50 116.721 1129 2 0 42.3072 45.8651 -145.85 + 50 34.366 1111 1 1 42.4495 45.9843 -174.45 + 50 120.733 1112 1 1 42.45 45.9847 -174.562 + 50 112.087 1129 1 0 42.4561 45.9891 -175.85 + 50 188.514 1112 0 1 42.579 46.0878 -204.45 + 50 257.237 1130 0 0 42.5867 46.0945 -205.85 + 50 61.3781 1129 0 0 42.5801 46.05 -205.979 Number of digits in this event = 16 Using G4ParticleGun ... -8.55614 LIN +4.31705 LIN proton -Event: 84 -Number of tracker hits in this event = 29 - 84 144.76 1102 11 1 40.5537 59.2496 125.55 - 84 104.493 1195 11 0 40.5543 59.2499 124.15 - 84 34.0519 1196 11 0 40.5545 59.25 123.804 - 84 103.035 1102 10 1 40.568 59.2564 95.55 - 84 114.291 1196 10 0 40.5682 59.2573 94.15 - 84 104.277 1102 9 1 40.5728 59.2743 65.55 - 84 96.167 1196 9 0 40.5725 59.2756 64.15 - 84 197.346 1102 8 1 40.565 59.2998 35.55 - 84 115.275 1196 8 0 40.5653 59.3 34.15 - 84 111.865 1102 7 1 40.5722 59.3027 5.55 - 84 96.6099 1196 7 0 40.5724 59.2999 4.15 - 84 107.372 1102 6 1 40.5768 59.2428 -24.45 - 84 120.816 1195 6 0 40.5771 59.2402 -25.85 - 84 97.1299 1102 5 1 40.5839 59.1826 -54.45 - 84 107.231 1195 5 0 40.585 59.1798 -55.85 - 84 147.511 1102 4 1 40.6068 59.1204 -84.45 - 84 110.876 1195 4 0 40.604 59.1145 -85.85 - 84 106.599 1102 3 1 40.5471 58.9975 -114.45 - 84 202.959 1194 3 0 40.5444 58.9915 -115.85 - 84 118.359 1102 2 1 40.4906 58.8694 -144.45 - 84 132.718 1194 2 0 40.4885 58.864 -145.85 - 84 134.26 1101 1 1 40.4433 58.7535 -174.45 - 84 230.419 1193 1 0 40.4407 58.7476 -175.85 - 84 115.55 1101 0 1 40.3919 58.6249 -204.45 - 84 114.962 1192 0 0 40.3897 58.6192 -205.85 - 84 88.3362 1194 1 0 40.4129 58.85 -176.035 - 84 199.903 1253 1 0 23.7737 70.8291 -176.25 - 84 344.988 1020 1 1 24.0581 71.216 -174.85 - 84 192.723 1102 1 1 40.45 58.7564 -174.592 -Number of digits in this event = 12 -Using G4ParticleGun ... -9.03455 LIN -proton -Event: 85 -Number of tracker hits in this event = 19 - 85 106.304 191 8 1 -141.79 -24.0116 35.55 - 85 106.788 780 8 0 -141.789 -24.0116 34.15 - 85 93.7026 191 7 1 -141.78 -24.0128 5.55 - 85 218.186 780 7 0 -141.779 -24.0127 4.15 - 85 100.786 191 6 1 -141.757 -24.0109 -24.45 - 85 153.42 780 6 0 -141.755 -24.0102 -25.85 - 85 116.684 192 5 1 -141.728 -23.9987 -54.45 - 85 184.218 780 5 0 -141.727 -23.9982 -55.85 - 85 129.501 192 4 1 -141.704 -23.9873 -84.45 - 85 149.822 780 4 0 -141.703 -23.9856 -85.85 - 85 118.296 192 3 1 -141.685 -23.9489 -114.45 - 85 119.406 780 3 0 -141.684 -23.9472 -115.85 - 85 115.863 192 2 1 -141.667 -23.9101 -144.45 - 85 115.333 780 2 0 -141.666 -23.9084 -145.85 - 85 314.976 192 1 1 -141.64 -23.8737 -174.45 - 85 111.31 780 1 0 -141.639 -23.8715 -175.85 - 85 102.383 192 0 1 -141.626 -23.824 -204.45 - 85 116.699 781 0 0 -141.624 -23.8221 -205.85 - 85 98.7286 193 1 1 -141.55 -23.8782 -174.683 +Event: 51 +Number of tracker hits in this event = 22 + 51 129.955 1554 9 1 131.092 4.92207 65.55 + 51 94.8082 924 9 0 131.093 4.9209 64.15 + 51 116.835 1554 8 1 131.107 4.90794 35.55 + 51 132.486 924 8 0 131.109 4.9083 34.15 + 51 101.663 1554 7 1 131.149 4.91194 5.55 + 51 96.5257 924 7 0 131.149 4.91125 4.15 + 51 149.843 1555 6 1 131.158 4.89477 -24.45 + 51 117.285 924 6 0 131.158 4.89441 -25.85 + 51 124.795 1555 5 1 131.159 4.8783 -54.45 + 51 106.953 924 5 0 131.157 4.87463 -55.85 + 51 106.748 1554 4 1 131.113 4.80282 -84.45 + 51 92.8795 923 4 0 131.111 4.79885 -85.85 + 51 104.937 1554 3 1 131.08 4.72067 -114.45 + 51 95.659 923 3 0 131.079 4.71599 -115.85 + 51 104.529 1554 2 1 131.047 4.62231 -144.45 + 51 99.5664 922 2 0 131.045 4.61606 -145.85 + 51 126.603 1554 1 1 131.006 4.49657 -174.45 + 51 222.115 922 1 0 131.004 4.49 -175.85 + 51 110.704 1554 0 1 130.954 4.3551 -204.45 + 51 109.088 921 0 0 130.953 4.34972 -205.85 + 51 59.7233 671 7 0 140.178 -45.6799 3.75004 + 51 73.2354 670 7 0 140.278 -45.8501 3.80782 Number of digits in this event = 7 Using G4ParticleGun ... -6.77409 LIN +5.16486 LIN proton -Event: 86 -Number of tracker hits in this event = 18 - 86 132.761 604 8 1 -59.1824 -131.295 35.55 - 86 143.565 244 8 0 -59.1834 -131.295 34.15 - 86 127.882 604 7 1 -59.203 -131.295 5.55 - 86 123.102 244 7 0 -59.2049 -131.296 4.15 - 86 121.658 604 6 1 -59.2464 -131.323 -24.45 - 86 148.483 244 6 0 -59.2488 -131.322 -25.85 - 86 112.878 603 5 1 -59.301 -131.299 -54.45 - 86 106.178 244 5 0 -59.3037 -131.298 -55.85 - 86 109.295 603 4 1 -59.3546 -131.268 -84.45 - 86 119.915 244 4 0 -59.3561 -131.266 -85.85 - 86 116.389 603 3 1 -59.3888 -131.228 -114.45 - 86 120.325 244 3 0 -59.3897 -131.226 -115.85 - 86 129.506 603 2 1 -59.4108 -131.19 -144.45 - 86 117.571 244 2 0 -59.4116 -131.188 -145.85 - 86 91.2567 603 1 1 -59.4387 -131.155 -174.45 - 86 182.279 244 1 0 -59.4397 -131.152 -175.85 - 86 120.739 602 0 1 -59.4665 -131.101 -204.45 - 86 148.443 245 0 0 -59.4684 -131.098 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -9.13688 LIN -proton -Event: 87 -Number of tracker hits in this event = 79 - 87 156.964 1165 9 1 53.1381 117.468 65.55 - 87 145.915 1486 9 0 53.1379 117.468 64.15 - 87 110.254 1165 8 1 53.1375 117.468 35.55 - 87 121.112 1486 8 0 53.137 117.467 34.15 - 87 272.088 1165 7 1 53.1269 117.471 5.55 - 87 142.958 1486 7 0 53.1269 117.47 4.15 - 87 144.203 1165 6 1 53.1285 117.451 -24.45 - 87 106.613 1486 6 0 53.1292 117.451 -25.85 - 87 111.905 1165 5 1 53.139 117.444 -54.45 - 87 140.619 1486 5 0 53.1398 117.444 -55.85 - 87 112.296 1165 4 1 53.1561 117.442 -84.45 - 87 108.833 1486 4 0 53.1573 117.441 -85.85 - 87 233.863 1165 3 1 53.1812 117.429 -114.45 - 87 119.624 1486 3 0 53.1833 117.429 -115.85 - 87 99.5879 1165 2 1 53.225 117.43 -144.45 - 87 106.127 1486 2 0 53.2268 117.43 -145.85 - 87 154.836 1166 1 1 53.2616 117.431 -174.45 - 87 174.093 1486 1 0 53.2629 117.431 -175.85 - 87 237.064 1166 0 1 53.2898 117.429 -204.45 - 87 126.587 1486 0 0 53.2905 117.428 -205.85 - 87 9.66529 1356 0 0 81.1729 91.3572 -206.25 - 87 186.896 1355 0 0 81.1774 91.35 -206.235 - 87 72.6728 1307 0 1 81.5997 90.6808 -204.85 - 87 131.338 1308 0 1 81.65 90.6008 -204.686 - 87 61.6812 1283 1 0 90.7324 76.7196 -176.25 - 87 106.061 1282 1 0 90.778 76.65 -176.107 - 87 193.937 1355 1 1 91.1732 76.0251 -174.85 - 87 141.981 1206 2 0 101.141 61.3973 -146.25 - 87 50.7388 1205 2 0 101.241 61.25 -145.962 - 87 207.919 1407 2 1 101.611 60.7508 -144.85 - 87 39.6271 1140 3 0 112.111 48.0914 -116.25 - 87 235.601 1139 3 0 112.145 48.05 -116.157 - 87 170.744 1462 3 1 112.636 47.4673 -114.85 - 87 57.1084 1463 3 1 112.75 47.3327 -114.548 - 87 156.903 1081 4 0 124.099 36.3566 -86.25 - 87 56.1387 1080 4 0 124.209 36.25 -85.9743 - 87 102.022 1522 4 1 124.667 35.7941 -84.85 - 87 92.9628 1523 4 1 124.75 35.7111 -84.6453 - 87 199.338 1030 5 0 134.654 26.2379 -56.25 - 87 6.06412 1574 5 1 135.145 25.7592 -54.85 - 87 238.955 1575 5 1 135.15 25.7545 -54.8362 - 87 198.703 974 6 0 146.113 14.9652 -26.25 - 87 48.8229 973 6 0 146.23 14.85 -25.9454 - 87 98.4088 1632 6 1 146.67 14.4389 -24.85 - 87 112.605 1633 6 1 146.75 14.3643 -24.651 - 87 235.264 918 7 0 157.242 3.78565 3.75 - 87 21.8313 917 7 0 157.377 3.65 4.11466 - 87 5.34394 1687 7 1 157.748 3.26175 5.15 - 87 208.318 1688 7 1 157.75 3.25932 5.15648 - 87 218.182 867 8 0 165.182 -6.48078 33.75 - 87 19.2871 1726 8 1 165.542 -6.95054 35.15 - 87 208.66 1727 8 1 165.55 -6.96027 35.1791 - 87 204.338 811 9 0 173.511 -17.6644 63.75 - 87 89.5847 1768 9 1 173.909 -18.1757 65.15 - 87 289.216 1769 9 1 173.95 -18.2279 65.2943 - 87 153.31 1770 9 1 174.15 -18.5759 65.3829 - 87 36.3917 818 9 0 174.413 -16.45 63.9918 - 87 5.99453 1484 1 0 53.7467 116.952 -175.85 - 87 101.827 1483 1 0 53.7493 116.95 -175.856 - 87 26.9426 1482 1 0 53.7627 116.75 -176.174 - 87 1.64734 1026 1 0 -21.0637 25.2524 -176.25 - 87 325.107 1025 1 0 -21.0659 25.25 -176.249 - 87 127.849 1024 1 0 -21.3334 25.0499 -176.071 - 87 83.5043 1023 1 0 -21.6405 24.85 -175.889 - 87 79.4804 1022 1 0 -21.7591 24.65 -175.866 - 87 75.153 1021 1 0 -21.7486 24.45 -175.874 - 87 124.059 1020 1 0 -21.6971 24.25 -176.006 - 87 65.9434 1019 1 0 -21.8453 24.05 -175.891 - 87 300.026 788 1 1 -22.2819 22.7574 -174.85 - 87 67.2936 782 1 1 -23.4751 24.4786 -174.85 - 87 135.681 781 1 1 -23.65 24.4824 -174.725 - 87 402.863 780 1 1 -23.8504 24.5713 -174.525 - 87 136.339 1166 7 1 53.25 117.772 5.22982 - 87 4.37412 1499 7 0 54.4684 120.136 4.15 - 87 11.7163 1500 7 0 54.4728 120.15 4.14455 - 87 93.7944 1174 7 1 54.9626 120.709 5.15003 - 87 41.7194 1173 7 1 54.85 120.661 5.19496 - 87 216.263 1507 7 0 51.6246 121.624 4.1499 - 87 226.798 1489 9 0 53.3174 118.046 64.15 -Number of digits in this event = 42 -Using G4ParticleGun ... -2.17008 LIN -proton -Event: 88 -Number of tracker hits in this event = 19 - 88 152.535 1109 8 1 41.883 139.362 35.55 - 88 105.197 1596 8 0 41.8833 139.362 34.15 - 88 118.952 1109 7 1 41.8936 139.34 5.55 - 88 102.049 1595 7 0 41.896 139.336 4.15 - 88 97.903 1109 6 1 41.9395 139.274 -24.45 - 88 119.936 1595 6 0 41.9445 139.269 -25.85 - 88 108.337 1109 5 1 42.0446 139.174 -54.45 - 88 126.656 1595 5 0 42.0491 139.172 -55.85 - 88 154.404 1110 4 1 42.1413 139.126 -84.45 - 88 132.856 1594 4 0 42.1444 139.126 -85.85 - 88 126.583 1110 3 1 42.2196 139.115 -114.45 - 88 98.3618 1594 3 0 42.2246 139.113 -115.85 - 88 114.087 1111 2 1 42.3254 139.061 -144.45 - 88 141.361 1594 2 0 42.3311 139.058 -145.85 - 88 108.439 1111 1 1 42.4469 139.008 -174.45 - 88 101.591 1594 1 0 42.4531 139.005 -175.85 - 88 139.98 1112 0 1 42.5826 138.957 -204.45 - 88 128.054 1594 0 0 42.5886 138.955 -205.85 - 88 188.508 1108 8 1 41.8498 139.346 35.1765 -Number of digits in this event = 12 -Using G4ParticleGun ... -5.69324 LIN -proton -Event: 89 -Number of tracker hits in this event = 50 - 89 103.306 1129 11 1 45.9836 68.0704 125.507 - 89 102.665 1240 11 0 45.9834 68.0703 124.15 - 89 220.96 1129 10 1 45.9764 68.0632 95.55 - 89 98.6903 1240 10 0 45.9775 68.0621 94.15 - 89 337.978 1129 9 1 46.0034 68.0385 65.55 - 89 149.151 1239 9 0 46.0037 68.0365 64.15 - 89 99.2392 1129 8 1 46.0159 67.9982 35.55 - 89 118.221 1239 8 0 46.0171 67.9961 34.15 - 89 135.874 1129 7 1 46.0437 67.9574 5.55 - 89 112.443 1239 7 0 46.0455 67.9548 4.15 - 89 157.213 1130 6 1 46.0827 67.9026 -24.45 - 89 212.066 1239 6 0 46.0845 67.8995 -25.85 - 89 106.052 1130 5 1 46.1182 67.8356 -54.45 - 89 140.028 1238 5 0 46.1186 67.8329 -55.85 - 89 87.4097 1130 4 1 46.1309 67.777 -84.45 - 89 88.3983 1238 4 0 46.1326 67.7727 -85.85 - 89 116.336 1130 3 1 46.1641 67.6792 -114.45 - 89 137.088 1238 3 0 46.1661 67.6746 -115.85 - 89 121.059 1130 2 1 46.2109 67.5907 -144.45 - 89 135.162 1237 2 0 46.2126 67.5863 -145.85 - 89 121.529 1130 1 1 46.2449 67.4979 -174.45 - 89 174.992 1237 1 0 46.2478 67.4916 -175.85 - 89 111.924 1131 0 1 46.3057 67.3629 -204.45 - 89 126.052 1236 0 0 46.309 67.3575 -205.85 - 89 118.524 1129 6 1 46.05 67.9413 -24.5167 - 89 168.439 1240 6 0 45.8755 68.0932 -25.8503 - 89 69.7122 1097 5 1 39.5025 71.5161 -54.45 - 89 132.344 1096 5 1 39.45 71.5932 -54.5027 - 89 55.5638 1095 5 1 39.25 71.884 -54.7135 - 89 85.8251 1266 5 0 38.1274 73.2692 -55.85 - 89 103.794 1267 5 0 37.9916 73.45 -55.9933 - 89 34.1389 1268 5 0 37.8491 73.65 -56.1693 - 89 129.488 983 4 1 16.7184 104.439 -84.45 - 89 83.8596 982 4 1 16.65 104.793 -84.7084 - 89 35.2714 1430 4 0 16.3216 106.248 -85.85 - 89 77.1431 1431 4 0 16.2894 106.35 -85.9345 - 89 59.3867 1432 4 0 16.2098 106.55 -86.117 - 89 260.217 916 3 1 3.35334 143.566 -114.45 - 89 28.5663 1626 3 0 3.57316 145.469 -115.85 - 89 65.5494 1627 3 0 3.58802 145.55 -115.908 - 89 71.1536 1628 3 0 3.62142 145.75 -116.052 - 89 28.8033 1629 3 0 3.654 145.95 -116.182 - 89 59.5279 1130 10 1 46.1132 67.8717 95.5499 - 89 72.7434 1128 10 1 45.85 67.4982 95.2881 - 89 24.4847 1127 10 1 45.65 67.3491 95.1918 - 89 49.2685 1228 10 0 44.0857 65.7413 94.15 - 89 79.5464 1227 10 0 44.009 65.65 94.0943 - 89 47.4284 1226 10 0 43.9139 65.45 94.0236 - 89 79.4362 1225 10 0 43.8521 65.2493 93.968 - 89 155.335 1117 10 1 43.6416 64.3612 95.15 -Number of digits in this event = 20 -Using G4ParticleGun ... -9.59382 LIN -proton -Event: 90 -Number of tracker hits in this event = 24 - 90 133.569 1184 11 1 56.9472 -51.6541 125.55 - 90 116.205 641 11 0 56.9473 -51.6544 124.15 - 90 110.076 1184 10 1 56.9495 -51.6608 95.55 - 90 117.821 641 10 0 56.9501 -51.661 94.15 - 90 116.852 1184 9 1 56.9604 -51.6644 65.55 - 90 116.714 641 9 0 56.9612 -51.6646 64.15 - 90 178.29 1184 8 1 56.9769 -51.6656 35.55 - 90 104.828 641 8 0 56.9774 -51.6656 34.15 - 90 95.1405 1184 7 1 56.9904 -51.6666 5.55 - 90 95.4234 641 7 0 56.9911 -51.6654 4.15 - 90 94.4959 1184 6 1 57.0094 -51.6368 -24.45 - 90 157.107 642 6 0 57.0112 -51.6348 -25.85 - 90 111.871 1184 5 1 57.048 -51.5944 -54.45 - 90 176.912 642 5 0 57.0492 -51.593 -55.85 - 90 111.896 1185 4 1 57.0739 -51.5679 -84.45 - 90 108.747 642 4 0 57.0748 -51.567 -85.85 - 90 208.009 1185 3 1 57.092 -51.5498 -114.45 - 90 114.675 642 3 0 57.093 -51.5483 -115.85 - 90 104.626 1185 2 1 57.1146 -51.5189 -144.45 - 90 117.769 642 2 0 57.1164 -51.5169 -145.85 - 90 105.688 1185 1 1 57.1522 -51.4751 -174.45 - 90 138.841 642 1 0 57.1542 -51.4724 -175.85 - 90 153.413 1185 0 1 57.1925 -51.4181 -204.45 - 90 98.9085 643 0 0 57.1942 -51.4154 -205.85 -Number of digits in this event = 8 -Using G4ParticleGun ... -8.26465 LIN -proton -Event: 91 -Number of tracker hits in this event = 73 - 91 97.2977 1192 11 1 58.6379 -35.6999 125.55 - 91 95.9884 721 11 0 58.639 -35.7002 124.15 - 91 151.12 1193 10 1 58.6618 -35.7068 95.55 - 91 210.522 721 10 0 58.6634 -35.7073 94.15 - 91 163.468 1193 9 1 58.6942 -35.7169 65.55 - 91 130.548 721 9 0 58.6953 -35.7177 64.15 - 91 114.339 1193 8 1 58.7212 -35.7367 35.55 - 91 112.088 721 8 0 58.7212 -35.7373 34.15 - 91 229.406 1193 7 1 58.7166 -35.7488 5.55 - 91 90.721 721 7 0 58.7167 -35.7496 4.15 - 91 99.0868 1193 6 1 58.7229 -35.7663 -24.45 - 91 133.616 721 6 0 58.7229 -35.767 -25.85 - 91 120.28 1193 5 1 58.7218 -35.781 -54.45 - 91 213.721 721 5 0 58.7205 -35.7814 -55.85 - 91 108.861 1193 4 1 58.6912 -35.7827 -84.45 - 91 151.233 721 4 0 58.6904 -35.7825 -85.85 - 91 211.261 1193 3 1 58.6767 -35.7803 -114.45 - 91 162.03 721 3 0 58.6745 -35.7799 -115.85 - 91 99.8491 1192 2 1 58.6248 -35.7737 -144.45 - 91 101.803 721 2 0 58.625 -35.7751 -145.85 - 91 175.56 1192 1 1 58.6289 -35.8066 -174.45 - 91 114.072 721 1 0 58.6287 -35.8086 -175.85 - 91 180.79 1192 0 1 58.6252 -35.8494 -204.45 - 91 119.987 720 0 0 58.6249 -35.8529 -205.85 - 91 234.176 1192 3 1 58.6333 -35.6658 -114.45 - 91 4.94754 727 3 0 58.6695 -34.4596 -115.85 - 91 122.892 728 3 0 58.6687 -34.45 -115.864 - 91 11.54 729 3 0 58.6774 -34.2499 -116.207 - 91 69.2837 861 3 0 39.3995 -7.74604 -116.25 - 91 106.461 862 3 0 39.3163 -7.65 -116.09 - 91 91.3066 1091 3 1 38.427 -8.09874 -114.85 - 91 211.299 1092 3 1 38.45 -8.2509 -114.707 - 91 5.1744 1093 3 1 38.65 -8.30237 -114.836 - 91 129.109 855 3 0 39.594 -8.91483 -115.85 - 91 76.2251 856 3 0 39.7546 -8.85 -116.134 - 91 301.308 857 3 0 39.7037 -8.65 -116.126 - 91 201.139 720 7 0 59.034 -35.9543 4.15 - 91 58.8895 1225 6 1 65.2048 -40.0681 -24.4503 - 91 61.9503 1226 6 1 65.25 -40.0567 -24.6664 - 91 112.476 700 6 0 65.4992 -40.0197 -25.8503 - 91 13.1936 1254 5 1 71.0307 -39.1581 -54.4502 - 91 126.587 1255 5 1 71.05 -39.1608 -54.4842 - 91 177.542 703 5 0 71.7429 -39.3023 -55.8501 - 91 75.0289 1330 4 1 86.1069 -44.9959 -84.45 - 91 32.4008 1331 4 1 86.25 -45.0999 -84.717 - 91 122.61 672 4 0 86.8665 -45.5824 -85.85 - 91 81.5026 671 4 0 86.9809 -45.65 -86.0522 - 91 56.0601 1388 3 1 97.8139 -54.1735 -114.45 - 91 123.407 1387 3 1 97.75 -54.2307 -114.598 - 91 127.685 626 3 0 97.0685 -54.7189 -115.85 - 91 15.0824 625 3 0 96.8843 -54.85 -116.204 - 91 23.9643 1314 2 1 82.8828 -64.4889 -144.45 - 91 115.622 1313 2 1 82.8499 -64.519 -144.533 - 91 117.623 574 2 0 82.2811 -65.063 -145.85 - 91 146.241 1261 1 1 72.3521 -76.2849 -174.45 - 91 3.68695 512 1 0 72.1084 -77.6405 -175.85 - 91 67.7288 511 1 0 72.107 -77.65 -175.859 - 91 105.863 510 1 0 72.0763 -77.8503 -176.05 - 91 8.60634 509 1 0 72.0737 -78.05 -176.229 - 91 291.833 1266 0 1 73.2978 -108.694 -204.45 - 91 33.4496 370 0 0 72.7322 -106.078 -205.85 - 91 99.9532 371 0 0 72.7017 -105.95 -205.902 - 91 81.5263 372 0 0 72.6398 -105.75 -205.916 - 91 57.8648 373 0 0 72.5332 -105.55 -205.9 - 91 87.8408 374 0 0 72.4348 -105.35 -205.899 - 91 13.2036 375 0 0 72.253 -105.15 -205.863 - 91 6.25245 1247 0 1 69.4672 -100.959 -204.85 - 91 122.353 1246 0 1 69.45 -100.933 -204.844 - 91 39.8322 1245 0 1 69.2499 -100.684 -204.799 - 91 262.475 398 0 0 67.2994 -100.483 -205.85 - 91 66.1804 397 0 0 66.8629 -100.551 -205.981 - 91 113.006 399 0 0 66.4808 -100.35 -206.184 - 91 6.5289 400 0 0 66.3314 -100.15 -206.247 -Number of digits in this event = 29 -Using G4ParticleGun ... -4.11591 LIN -proton -Event: 92 +Event: 52 Number of tracker hits in this event = 22 - 92 133.072 1189 9 1 57.8643 -116.011 65.55 - 92 104.641 320 9 0 57.8635 -116.01 64.15 - 92 71.2076 1188 8 1 57.8499 -115.99 35.55 - 92 71.2568 1189 8 1 57.85 -115.989 35.3735 - 92 144.18 320 8 0 57.8508 -115.987 34.15 - 92 100.955 1189 7 1 57.8699 -115.937 5.55 - 92 101.95 321 7 0 57.8692 -115.936 4.15 - 92 181.652 1189 6 1 57.8582 -115.917 -24.45 - 92 106.732 321 6 0 57.8594 -115.915 -25.85 - 92 114.007 1189 5 1 57.8844 -115.892 -54.45 - 92 169.378 321 5 0 57.8872 -115.891 -55.85 - 92 103.167 1189 4 1 57.94 -115.86 -84.45 - 92 113.245 321 4 0 57.9453 -115.859 -85.85 - 92 115.068 1189 3 1 58.0484 -115.832 -114.45 - 92 108.664 321 3 0 58.0524 -115.83 -115.85 - 92 104.146 1190 2 1 58.1281 -115.786 -144.45 - 92 123.607 321 2 0 58.1323 -115.784 -145.85 - 92 104.843 1190 1 1 58.2289 -115.747 -174.45 - 92 142.082 322 1 0 58.2323 -115.744 -175.85 - 92 105.473 1191 0 1 58.2966 -115.685 -204.45 - 92 121.519 322 0 0 58.2989 -115.683 -205.85 - 92 248.083 321 1 0 58.2885 -115.75 -176.132 -Number of digits in this event = 9 -Using G4ParticleGun ... -2.39205 LIN -proton -Event: 93 -Number of tracker hits in this event = 23 - 93 33.0021 1221 10 1 64.4205 -96.284 95.2858 - 93 172.353 419 10 0 64.4205 -96.284 94.15 - 93 102.564 1221 9 1 64.4211 -96.2826 65.55 - 93 153.872 419 9 0 64.4207 -96.2844 64.15 - 93 124.476 1221 8 1 64.4028 -96.3149 35.55 - 93 114.752 419 8 0 64.4008 -96.3182 34.15 - 93 106.508 1221 7 1 64.344 -96.3723 5.55 - 93 247.899 418 7 0 64.3417 -96.3753 4.15 - 93 130.848 1221 6 1 64.3093 -96.4408 -24.45 - 93 129.598 418 6 0 64.3072 -96.4441 -25.85 - 93 115.331 1221 5 1 64.264 -96.5069 -54.45 - 93 148.83 418 5 0 64.2627 -96.5069 -55.85 - 93 122.507 1220 4 1 64.235 -96.5105 -84.45 - 93 122.891 418 4 0 64.2333 -96.508 -85.85 - 93 151.672 1220 3 1 64.2031 -96.4491 -114.45 - 93 114.776 418 3 0 64.1994 -96.4454 -115.85 - 93 97.1806 1220 2 1 64.1279 -96.361 -144.45 - 93 214.201 418 2 0 64.1231 -96.3563 -145.85 - 93 102.454 1219 1 1 64.0233 -96.2622 -174.45 - 93 101.272 419 1 0 64.019 -96.2575 -175.85 - 93 145.624 1219 0 1 63.9242 -96.158 -204.45 - 93 88.5287 419 0 0 63.9204 -96.1557 -205.85 - 93 2.84677 768 10 0 -163.219 -26.409 93.75 -Number of digits in this event = 14 -Using G4ParticleGun ... -3.39379 LIN -proton -Event: 94 -Number of tracker hits in this event = 28 - 94 111.374 978 11 1 15.6717 -25.7361 125.55 - 94 110.679 771 11 0 15.6706 -25.7343 124.15 - 94 119.942 977 10 1 15.6431 -25.6916 95.55 - 94 162.947 771 10 0 15.6411 -25.6905 94.15 - 94 316.379 977 9 1 15.6001 -25.6652 65.55 - 94 148.019 771 9 0 15.5967 -25.664 64.15 - 94 97.3733 977 8 1 15.5248 -25.6435 35.55 - 94 85.8835 772 8 0 15.5205 -25.6423 34.15 - 94 492.24 976 7 1 15.4299 -25.6305 5.55 - 94 119.353 772 7 0 15.4254 -25.6304 4.15 - 94 123.828 976 6 1 15.3345 -25.6247 -24.45 - 94 173.144 772 6 0 15.3306 -25.6243 -25.85 - 94 111.212 975 5 1 15.2465 -25.6087 -54.45 - 94 144.475 772 5 0 15.2429 -25.6092 -55.85 - 94 117.564 975 4 1 15.1711 -25.6132 -84.45 - 94 144.779 772 4 0 15.1682 -25.6134 -85.85 - 94 119.95 975 3 1 15.113 -25.6205 -114.45 - 94 229.711 772 3 0 15.1099 -25.6216 -115.85 - 94 104.65 974 2 1 15.0466 -25.6494 -144.45 - 94 131.375 771 2 0 15.042 -25.6523 -145.85 - 94 83.8453 974 1 1 14.9524 -25.7158 -174.45 - 94 117.707 771 1 0 14.9484 -25.7191 -175.85 - 94 120.917 974 0 1 14.871 -25.7863 -204.45 - 94 127.939 771 0 0 14.8653 -25.7884 -205.85 - 94 163.387 975 7 1 15.2498 -25.7618 5.32897 - 94 76.7431 974 7 1 15.05 -25.7873 5.23622 - 94 69.9069 973 7 1 14.85 -25.7568 5.35321 - 94 256.307 770 7 0 15.4945 -26.03 4.15 -Number of digits in this event = 15 -Using G4ParticleGun ... -9.72802 LIN -proton -Event: 95 -Number of tracker hits in this event = 43 - 95 100.665 1359 9 1 92.0805 -84.3312 65.55 - 95 110.875 478 9 0 92.0807 -84.3313 64.15 - 95 104.865 1359 8 1 92.0868 -84.3368 35.55 - 95 111.637 478 8 0 92.0872 -84.337 34.15 - 95 117.873 1359 7 1 92.0948 -84.3388 5.55 - 95 124.111 478 7 0 92.0952 -84.3391 4.15 - 95 157.393 1359 6 1 92.1011 -84.3482 -24.45 - 95 150.946 478 6 0 92.1012 -84.3486 -25.85 - 95 156.454 1359 5 1 92.1084 -84.3544 -54.45 - 95 115.194 478 5 0 92.1083 -84.3538 -55.85 - 95 102.115 1359 4 1 92.1044 -84.3391 -84.45 - 95 217.759 478 4 0 92.1048 -84.338 -85.85 - 95 132.515 1359 3 1 92.0997 -84.3236 -114.45 - 95 107.896 478 3 0 92.0993 -84.3235 -115.85 - 95 153.376 1359 2 1 92.0928 -84.3217 -144.45 - 95 141.182 478 2 0 92.0928 -84.3215 -145.85 - 95 112.184 1359 1 1 92.0921 -84.3147 -174.45 - 95 127.92 478 1 0 92.0925 -84.3131 -175.85 - 95 181.408 1359 0 1 92.0991 -84.2784 -204.45 - 95 90.6434 478 0 0 92.0998 -84.2768 -205.85 - 95 7.63978 193 0 1 -141.35 -30.353 -204.538 - 95 27.8129 910 1 1 2.10403 1.2726 -174.45 - 95 345.141 909 1 1 2.05 1.26978 -174.489 - 95 179.366 908 1 1 1.85 1.1125 -174.628 - 95 173.365 902 1 0 2.16448 0.524853 -175.851 - 95 29.8703 901 1 0 2.19201 0.449906 -176.011 - 95 158.882 903 1 0 2.30946 0.65 -176.132 - 95 100.615 904 1 0 2.29406 0.85 -176.141 - 95 5.55551 901 1 1 0.262161 1.92607 -174.85 - 95 302.211 900 1 1 0.25 1.93553 -174.842 - 95 7.53729 128 0 0 83.9073 -154.55 -205.903 - 95 65.3158 1270 4 1 74.0658 -63.727 -84.4882 - 95 37.649 850 1 1 -9.9576 79.5679 -174.467 - 95 89.06 808 3 1 -18.3652 -44.6094 -114.829 - 95 58.1641 326 2 0 2.75299 -114.82 -146.25 - 95 108.944 872 1 1 -5.48887 -118.851 -174.45 - 95 10.1344 873 1 1 -5.45 -118.865 -174.485 - 95 116.892 913 2 1 2.83202 -114.913 -144.85 - 95 183.601 366 3 0 36.2487 -106.831 -116.25 - 95 6.92643 1085 3 1 37.2317 -107.214 -114.85 - 95 117.158 1086 3 1 37.2501 -107.221 -114.821 - 95 22.315 1087 3 1 37.45 -107.094 -114.513 - 95 406.334 1358 0 1 91.95 -84.2214 -204.664 -Number of digits in this event = 20 -Using G4ParticleGun ... -9.3965 LIN -proton -Event: 96 -Number of tracker hits in this event = 25 - 96 92.5431 503 9 1 -79.27 91.8339 65.55 - 96 104.163 1358 9 0 -79.2702 91.8333 64.15 - 96 104.939 503 8 1 -79.275 91.8188 35.55 - 96 127.518 1358 8 0 -79.2754 91.818 34.15 - 96 166.146 503 7 1 -79.2872 91.8015 5.55 - 96 106.559 1358 7 0 -79.2882 91.8005 4.15 - 96 108.515 503 6 1 -79.3115 91.7799 -24.45 - 96 120.276 1358 6 0 -79.3136 91.7778 -25.85 - 96 104.464 503 5 1 -79.3557 91.7373 -54.45 - 96 122.853 1357 5 0 -79.357 91.735 -55.85 - 96 184.18 503 4 1 -79.3835 91.682 -84.45 - 96 232.991 1357 4 0 -79.3842 91.6797 -85.85 - 96 272.568 503 3 1 -79.4016 91.6353 -114.45 - 96 142.056 1357 3 0 -79.4023 91.633 -115.85 - 96 292.218 503 2 1 -79.4164 91.5864 -144.45 - 96 142.307 1357 2 0 -79.4169 91.5837 -145.85 - 96 114.067 503 1 1 -79.4256 91.5286 -174.45 - 96 105.434 1356 1 0 -79.4252 91.5257 -175.85 - 96 139.457 503 0 1 -79.4089 91.4627 -204.45 - 96 103.879 1356 0 0 -79.4082 91.4598 -205.85 - 96 14.0945 1357 6 0 -79.3076 91.75 -26.201 - 96 66.7919 1192 6 0 -76.3665 58.546 -26.25 - 96 106.159 1193 6 0 -76.4228 58.65 -26.1738 - 96 237.351 1194 6 0 -76.3877 58.85 -26.0488 - 96 49.7369 1195 6 0 -76.4033 59.05 -25.922 + 52 96.2213 1248 8 1 69.7495 124.315 35.55 + 52 176.393 1520 8 0 69.7518 124.316 34.15 + 52 74.5446 1248 7 1 69.7962 124.336 5.55 + 52 141.756 1520 7 0 69.8007 124.336 4.15 + 52 120.411 1249 6 1 69.8919 124.333 -24.45 + 52 97.5857 1520 6 0 69.8977 124.332 -25.85 + 52 101.606 1249 5 1 70.0154 124.314 -54.45 + 52 95.1747 1520 5 0 70.0218 124.314 -55.85 + 52 151.897 1250 4 1 70.1499 124.297 -84.45 + 52 174.376 1520 4 0 70.1556 124.297 -85.85 + 52 124.806 1251 3 1 70.2784 124.301 -114.45 + 52 340.676 1520 3 0 70.2833 124.3 -115.85 + 52 111.46 1251 2 1 70.383 124.294 -144.45 + 52 135.004 1520 2 0 70.3875 124.294 -145.85 + 52 104.788 1252 1 1 70.4793 124.285 -174.45 + 52 191.707 1520 1 0 70.4837 124.283 -175.85 + 52 104.746 1252 0 1 70.5755 124.256 -204.45 + 52 101.641 1520 0 0 70.5793 124.255 -205.85 + 52 80.1405 1510 0 0 49.182 122.202 -206.25 + 52 124.893 1509 0 0 49.1984 122.15 -206.215 + 52 190.254 1521 4 0 70.1062 124.35 -85.98 + 52 216.184 1522 4 0 70.0788 124.55 -86.0391 Number of digits in this event = 13 Using G4ParticleGun ... -1.9747 LIN +3.35291 LIN +proton +Event: 53 +Number of tracker hits in this event = 56 + 53 104.442 238 9 1 -132.435 2.69892 65.55 + 53 115.806 913 9 0 -132.434 2.70014 64.15 + 53 160.764 238 8 1 -132.423 2.72212 35.55 + 53 102.553 913 8 0 -132.421 2.72433 34.15 + 53 96.6779 238 7 1 -132.393 2.76759 5.55 + 53 106.471 913 7 0 -132.392 2.76815 4.15 + 53 118.247 238 6 1 -132.363 2.78439 -24.45 + 53 114.766 913 6 0 -132.359 2.78457 -25.85 + 53 118.289 239 5 1 -132.286 2.79525 -54.45 + 53 186.493 913 5 0 -132.283 2.79614 -55.85 + 53 102.79 239 4 1 -132.208 2.81108 -84.45 + 53 281.919 913 4 0 -132.205 2.81289 -85.85 + 53 91.6813 240 3 1 -132.134 2.8505 -114.45 + 53 95.8046 914 3 0 -132.128 2.85274 -115.85 + 53 87.3164 240 2 1 -132.013 2.89783 -144.45 + 53 173.824 914 2 0 -132.008 2.90071 -145.85 + 53 123.428 241 1 1 -131.895 2.95294 -174.45 + 53 108.158 914 1 0 -131.889 2.95535 -175.85 + 53 110.253 241 0 1 -131.769 3.00348 -204.45 + 53 120.368 914 0 0 -131.764 3.00779 -205.85 + 53 101.773 991 0 0 -73.2843 18.4176 -206.25 + 53 287.042 992 0 0 -72.9984 18.45 -206.129 + 53 148.155 993 0 0 -72.4494 18.65 -205.987 + 53 92.4213 994 0 0 -72.0306 18.85 -206.042 + 53 84.1821 995 0 0 -71.8134 19.05 -206.152 + 53 278.979 1087 0 0 -103.144 37.5262 -206.25 + 53 76.9281 1013 0 0 -100.352 22.689 -206.25 + 53 47.6254 1012 0 0 -100.273 22.65 -205.971 + 53 10.5089 400 0 1 -99.964 22.1585 -204.849 + 53 151.504 401 0 1 -99.95 22.1378 -204.801 + 53 47.3063 875 1 0 -89.0318 -4.9476 -176.25 + 53 87.8458 874 1 0 -88.9802 -5.05 -176.132 + 53 86.0194 873 1 0 -88.8795 -5.25 -175.959 + 53 16.4661 872 1 0 -88.7486 -5.45 -175.871 + 53 80.8502 464 1 1 -87.1998 -7.95132 -174.85 + 53 92.3643 465 1 1 -87.05 -8.19851 -174.731 + 53 83.4833 466 1 1 -86.85 -8.46001 -174.614 + 53 84.1777 467 1 1 -86.6499 -8.60199 -174.553 + 53 79.9162 468 1 1 -86.45 -8.74504 -174.535 + 53 100.775 469 1 1 -86.25 -8.88301 -174.511 + 53 51.4611 470 1 1 -86.05 -8.91704 -174.518 + 53 53.6325 471 1 1 -85.85 -8.95263 -174.518 + 53 66.3661 472 1 1 -85.65 -9.03218 -174.517 + 53 113.703 473 1 1 -85.45 -9.17807 -174.509 + 53 70.49 474 1 1 -85.25 -9.34802 -174.499 + 53 76.6776 475 1 1 -85.0499 -9.48014 -174.489 + 53 409.944 476 1 1 -84.85 -9.69622 -174.511 + 53 42.8806 836 1 0 -84.2268 -12.6919 -175.85 + 53 46.7845 835 1 0 -84.1854 -12.85 -175.921 + 53 59.8107 834 1 0 -84.1433 -13.0503 -175.975 + 53 50.8181 833 1 0 -84.1102 -13.25 -176.04 + 53 52.7699 832 1 0 -84.1159 -13.45 -176.083 + 53 52.1302 831 1 0 -84.1299 -13.65 -176.139 + 53 38.937 830 1 0 -84.1993 -13.85 -176.183 + 53 192.49 913 3 0 -132.128 2.85 -115.925 + 53 28.6158 912 4 0 -132.293 2.65 -85.9538 +Number of digits in this event = 15 +Using G4ParticleGun ... +3.4583 LIN +proton +Event: 54 +Number of tracker hits in this event = 29 + 54 98.7841 674 11 1 -45.2289 -57.1123 125.55 + 54 98.1798 614 11 0 -45.2259 -57.1131 124.15 + 54 136.798 674 10 1 -45.1686 -57.129 95.55 + 54 101.059 614 10 0 -45.1645 -57.1294 94.15 + 54 106.68 674 9 1 -45.0982 -57.1336 65.55 + 54 232.71 614 9 0 -45.0929 -57.134 64.15 + 54 86.8731 675 8 1 -44.9913 -57.1411 35.55 + 54 113.106 614 8 0 -44.9845 -57.1408 34.15 + 54 154.133 676 7 1 -44.8404 -57.1343 5.55 + 54 138.997 614 7 0 -44.8326 -57.1356 4.15 + 54 133.47 676 6 1 -44.6728 -57.1739 -24.45 + 54 97.0723 614 6 0 -44.6647 -57.1777 -25.85 + 54 156.917 677 5 1 -44.497 -57.2485 -54.45 + 54 151.929 613 5 0 -44.4915 -57.2532 -55.85 + 54 150.364 678 4 1 -44.3834 -57.3457 -84.45 + 54 108.762 613 4 0 -44.3779 -57.3508 -85.85 + 54 169.588 678 3 1 -44.2654 -57.4482 -114.45 + 54 129.994 612 3 0 -44.2589 -57.4529 -115.85 + 54 111.665 679 2 1 -44.1247 -57.5465 -144.45 + 54 108.796 612 2 0 -44.1168 -57.5538 -145.85 + 54 132.397 680 1 1 -43.9493 -57.6998 -174.45 + 54 117.521 611 1 0 -43.9404 -57.7079 -175.85 + 54 125.81 681 0 1 -43.7721 -57.878 -204.45 + 54 135.939 610 0 0 -43.7626 -57.8866 -205.85 + 54 5.19465 678 5 1 -44.45 -57.3779 -54.8449 + 54 11.2158 604 5 0 -42.7022 -59.2218 -55.85 + 54 127.592 603 5 0 -42.6671 -59.2502 -55.8713 + 54 240.816 602 5 0 -42.4302 -59.45 -55.9397 + 54 7.68039 611 5 0 -41.1412 -57.85 -56.133 +Number of digits in this event = 16 +Using G4ParticleGun ... +3.16383 LIN +proton +Event: 55 +Number of tracker hits in this event = 149 + 55 149.829 861 11 1 -7.81386 -52.9997 125.55 + 55 157.991 635 11 0 -7.8122 -53.001 124.15 + 55 103.196 861 10 1 -7.78176 -53.0289 95.55 + 55 133.412 635 10 0 -7.78388 -53.0258 94.15 + 55 175.883 861 9 1 -7.81836 -52.966 65.55 + 55 153.976 635 9 0 -7.81896 -52.9621 64.15 + 55 109.138 861 8 1 -7.83923 -52.8652 35.55 + 55 118.253 635 8 0 -7.84207 -52.8631 34.15 + 55 94.8122 860 7 1 -7.89806 -52.8232 5.55 + 55 122.403 636 7 0 -7.89995 -52.8219 4.15 + 55 132.051 860 6 1 -7.92979 -52.788 -24.45 + 55 119.804 636 6 0 -7.92853 -52.7841 -25.85 + 55 109.612 860 5 1 -7.89465 -52.6957 -54.45 + 55 128.61 636 5 0 -7.89473 -52.6916 -55.85 + 55 104.426 860 4 1 -7.89085 -52.6167 -84.45 + 55 106.305 637 4 0 -7.8904 -52.6145 -85.85 + 55 123.565 860 3 1 -7.87335 -52.5702 -114.45 + 55 162.851 637 3 0 -7.87245 -52.5689 -115.85 + 55 118.821 860 2 1 -7.85093 -52.5434 -144.45 + 55 13.6877 861 2 1 -7.85 -52.5433 -144.809 + 55 185.943 637 2 0 -7.84786 -52.5431 -145.85 + 55 131.384 861 1 1 -7.79363 -52.5369 -174.45 + 55 101.938 637 1 0 -7.78885 -52.5386 -175.85 + 55 246.399 861 0 1 -7.69446 -52.5776 -204.45 + 55 127.415 637 0 0 -7.69059 -52.5828 -205.85 + 55 7.21471 575 3 0 -1.7207 -64.9652 -116.25 + 55 311.799 890 3 1 -2.01666 -65.0647 -114.85 + 55 142.279 889 3 1 -2.05002 -65.0871 -114.756 + 55 100.706 60 5 1 -167.962 160.935 -54.85 + 55 30.6218 1494 0 0 86.6792 119.15 -206.074 + 55 316.212 59 5 1 -168.15 161.283 -54.6242 + 55 114.822 931 0 0 -87.7962 6.29971 -206.25 + 55 60.8649 932 0 0 -88.0414 6.45 -205.977 + 55 64.7848 454 0 1 -89.1055 7.07746 -204.85 + 55 97.7258 453 0 1 -89.2505 7.1637 -204.699 + 55 54.8785 452 0 1 -89.45 7.27428 -204.496 + 55 40.3508 997 1 0 -112.945 19.6037 -176.25 + 55 184.539 998 1 0 -113.025 19.65 -176.152 + 55 15.3724 330 1 1 -114.116 20.3027 -174.85 + 55 91.7161 329 1 1 -114.15 20.323 -174.81 + 55 47.2162 328 1 1 -114.35 20.4651 -174.586 + 55 65.0051 1092 2 0 -157.295 38.603 -146.25 + 55 166.915 1093 2 0 -157.409 38.65 -146.176 + 55 59.607 1094 2 0 -157.793 38.85 -145.915 + 55 5.90804 104 2 1 -159.331 39.7203 -144.85 + 55 64.8202 103 2 1 -159.35 39.7312 -144.837 + 55 257.54 102 2 1 -159.55 39.8481 -144.7 + 55 68.1661 101 2 1 -159.751 39.9684 -144.564 + 55 50.8181 1001 4 0 -176.297 20.3921 -86.2497 + 55 68.6532 1000 4 0 -176.253 20.2499 -86.1105 + 55 47.4274 999 4 0 -176.215 20.05 -86.0186 + 55 52.6181 998 4 0 -176.156 19.8494 -85.9752 + 55 72.4377 997 4 0 -176.073 19.6493 -85.9399 + 55 82.0505 996 4 0 -176.033 19.4499 -85.9407 + 55 73.0587 995 4 0 -176.153 19.2497 -85.9205 + 55 89.0918 994 4 0 -176.178 19.05 -85.9368 + 55 49.8477 993 4 0 -176.177 18.85 -86.0137 + 55 102.512 992 4 0 -176.187 18.65 -86.0824 + 55 67.569 991 4 0 -176.135 18.45 -86.095 + 55 76.4884 990 4 0 -176.114 18.25 -85.974 + 55 165.298 23 4 1 -175.404 16.6578 -84.85 + 55 65.1009 24 4 1 -175.35 16.2609 -84.7317 + 55 311.506 981 4 0 -174.748 16.4242 -85.8502 + 55 3.65097 953 0 0 -84.9599 10.8428 -206.25 + 55 108.066 954 0 0 -84.9613 10.8501 -206.237 + 55 4.72278 955 0 0 -85 11.0502 -205.856 + 55 151.926 474 0 1 -85.1472 11.5706 -204.85 + 55 57.7566 1045 1 0 -59.114 29.1728 -176.25 + 55 119.622 1046 1 0 -59.0109 29.25 -176.115 + 55 59.5018 610 1 1 -57.9533 29.7571 -174.85 + 55 119.609 611 1 1 -57.85 29.8161 -174.706 + 55 7.60155 1509 4 1 121.95 161.79 -84.5547 + 55 166.466 949 0 0 -32.1647 9.95472 -206.25 + 55 108.381 950 0 0 -31.8091 10.05 -206.024 + 55 81.1167 750 0 1 -30.0309 10.473 -204.85 + 55 130.76 751 0 1 -29.85 10.5276 -204.733 + 55 61.3863 752 0 1 -29.6495 10.5959 -204.6 + 55 6.88518 753 0 1 -29.4495 10.692 -204.454 + 55 33.3114 1140 1 0 -2.79764 48.1507 -176.25 + 55 82.4519 1141 1 0 -2.71959 48.25 -176.174 + 55 203.777 1142 1 0 -2.54986 48.45 -176.034 + 55 38.2272 1143 1 0 -2.3589 48.6503 -175.903 + 55 75.09 896 1 1 -0.746428 50.187 -174.85 + 55 88.9852 897 1 1 -0.65 50.2814 -174.791 + 55 90.2793 898 1 1 -0.45 50.4356 -174.68 + 55 71.8075 899 1 1 -0.25 50.5724 -174.61 + 55 144.997 900 1 1 0.05 50.7366 -174.544 + 55 82.7246 901 1 1 0.25 50.8659 -174.461 + 55 44.2509 1160 1 0 -0.0502393 52.2286 -176.129 + 55 8.08947 1161 1 0 -0.0863902 52.25 -176.222 + 55 2.42187 856 0 1 -8.65435 58.9499 -204.45 + 55 151.893 857 0 1 -8.65 58.9594 -204.456 + 55 110.238 858 0 1 -8.45 59.3019 -204.64 + 55 98.4593 859 0 1 -8.25 59.6814 -204.713 + 55 356.531 860 0 1 -8.05 59.9697 -204.766 + 55 170.15 1209 0 0 -7.99104 61.868 -205.85 + 55 184.59 1068 0 0 -22.846 33.7176 -206.25 + 55 44.1062 1069 0 0 -22.9229 33.8501 -206.145 + 55 7.33177 463 0 0 -143.907 -87.4368 -206.25 + 55 70.6005 462 0 0 -143.918 -87.45 -206.248 + 55 107.866 461 0 0 -144.042 -87.65 -206.206 + 55 82.5708 460 0 0 -144.177 -87.85 -206.199 + 55 63.085 459 0 0 -144.332 -88.05 -206.174 + 55 53.1922 458 0 0 -144.508 -88.2501 -206.139 + 55 64.1707 457 0 0 -144.631 -88.45 -206.119 + 55 78.529 456 0 0 -144.763 -88.65 -206.123 + 55 64.948 455 0 0 -144.884 -88.8503 -206.153 + 55 65.3571 454 0 0 -144.989 -89.05 -206.184 + 55 55.1323 453 0 0 -145.066 -89.2501 -206.212 + 55 72.0167 452 0 0 -145.12 -89.45 -206.232 + 55 8.69859 451 0 0 -145.152 -89.6523 -206.246 + 55 3.95389 1108 0 0 -73.4646 41.8359 -206.25 + 55 50.0487 1109 0 0 -73.4619 41.8504 -206.244 + 55 54.5431 1110 0 0 -73.4235 42.05 -206.167 + 55 87.6123 1111 0 0 -73.3781 42.25 -206.082 + 55 62.4891 1112 0 0 -73.3298 42.4502 -205.997 + 55 46.3564 1113 0 0 -73.2901 42.65 -205.912 + 55 152.337 536 0 1 -72.7056 45.3549 -204.85 + 55 198.648 537 0 1 -72.65 45.524 -204.784 + 55 221.124 535 0 1 -72.85 46.4204 -204.47 + 55 208.033 534 0 1 -73.05 46.262 -204.691 + 55 10.9444 533 0 1 -73.25 46.1378 -204.823 + 55 36.8089 1128 0 0 -74.7484 45.672 -205.85 + 55 151.665 1127 0 0 -74.8112 45.65 -205.897 + 55 106.713 1118 0 0 -73.2512 43.7775 -205.85 + 55 100.937 1117 0 0 -73.4227 43.65 -206.076 + 55 290.857 1190 0 0 -66.9868 58.0834 -206.25 + 55 35.9143 851 0 0 -81.4398 -9.83912 -206.25 + 55 159.097 850 0 0 -81.5282 -9.85002 -206.146 + 55 29.8967 487 0 1 -82.6162 -10.1181 -204.85 + 55 80.0016 486 0 1 -82.65 -10.1269 -204.81 + 55 76.9163 485 0 1 -82.85 -10.1793 -204.573 + 55 175.065 843 1 0 -102.127 -11.4306 -176.25 + 55 155.952 384 1 1 -103.175 -11.4577 -174.85 + 55 54.651 383 1 1 -103.35 -11.464 -174.618 + 55 90.2206 763 2 0 -137.34 -27.3379 -146.25 + 55 113.509 762 2 0 -137.562 -27.45 -146.07 + 55 12.0831 205 2 1 -139.114 -28.1882 -144.85 + 55 82.3732 204 2 1 -139.151 -28.2065 -144.82 + 55 66.2648 203 2 1 -139.35 -28.3136 -144.648 + 55 117.993 202 2 1 -139.55 -28.4196 -144.495 + 55 151.606 725 3 0 -160.995 -34.9089 -116.25 + 55 60.4677 90 3 1 -162.104 -35.2782 -114.85 + 55 105.019 89 3 1 -162.15 -35.2931 -114.793 + 55 34.6724 88 3 1 -162.35 -35.3536 -114.543 + 55 119.918 403 1 1 -99.35 -58.9346 -174.521 + 55 0.187584 583 1 0 -92.01 -63.25 -176.01 + 55 219.75 402 1 1 -99.55 -59.0023 -174.506 + 55 109.337 1226 12 0 -6.13246 65.3539 154.124 +Number of digits in this event = 46 +Using G4ParticleGun ... +5.62472 LIN +proton +Event: 56 +Number of tracker hits in this event = 25 + 56 105.746 1293 10 1 78.7339 61.6688 95.55 + 56 138.773 1208 10 0 78.7342 61.67 94.15 + 56 98.3926 1293 9 1 78.7362 61.6934 65.55 + 56 116 1208 9 0 78.7364 61.6928 64.15 + 56 123.252 1293 8 1 78.7417 61.6767 35.55 + 56 119.336 1208 8 0 78.7422 61.6755 34.15 + 56 107.858 1293 7 1 78.7487 61.6502 5.55 + 56 116.167 1207 7 0 78.7489 61.6491 4.15 + 56 111.049 1293 6 1 78.7472 61.6262 -24.45 + 56 95.0002 1207 6 0 78.7462 61.6255 -25.85 + 56 89.1641 1293 5 1 78.7224 61.6138 -54.45 + 56 142.489 1207 5 0 78.7205 61.6135 -55.85 + 56 105.082 1293 4 1 78.6827 61.6058 -84.45 + 56 110.055 1207 4 0 78.6804 61.6075 -85.85 + 56 151.632 1292 3 1 78.6383 61.6438 -114.45 + 56 122.199 1207 3 0 78.6364 61.6462 -115.85 + 56 98.5815 1292 2 1 78.5997 61.698 -144.45 + 56 135.323 1208 2 0 78.5965 61.7003 -145.85 + 56 121.396 1292 1 1 78.5281 61.7665 -174.45 + 56 101.41 1208 1 0 78.5247 61.7688 -175.85 + 56 116.782 1292 0 1 78.4559 61.8183 -204.45 + 56 149.444 1208 0 0 78.4522 61.821 -205.85 + 56 25.2832 1235 9 0 78.5365 67.2372 63.75 + 56 116.892 1236 9 0 78.5342 67.25 63.8227 + 56 111.436 1292 9 1 78.5948 66.9964 65.15 +Number of digits in this event = 9 +Using G4ParticleGun ... +6.27011 LIN +proton +Event: 57 +Number of tracker hits in this event = 20 + 57 117.375 1515 9 1 123.203 8.41776 65.55 + 57 158.166 941 9 0 123.203 8.41805 64.15 + 57 106.94 1515 8 1 123.223 8.42977 35.55 + 57 133.658 941 8 0 123.224 8.43038 34.15 + 57 282.828 1515 7 1 123.24 8.4424 5.55 + 57 113.926 941 7 0 123.239 8.44299 4.15 + 57 82.7137 1515 6 1 123.223 8.45591 -24.45 + 57 164.789 942 6 0 123.222 8.45605 -25.85 + 57 161.863 1515 5 1 123.207 8.45668 -54.45 + 57 116.313 942 5 0 123.205 8.45743 -55.85 + 57 130.747 1515 4 1 123.165 8.47508 -84.45 + 57 94.7371 942 4 0 123.163 8.47521 -85.85 + 57 424.37 1514 3 1 123.113 8.47588 -114.45 + 57 91.5702 942 3 0 123.112 8.47554 -115.85 + 57 104.519 1514 2 1 123.088 8.4685 -144.45 + 57 131.265 942 2 0 123.087 8.46717 -145.85 + 57 140.001 1514 1 1 123.071 8.4391 -174.45 + 57 105.538 941 1 0 123.07 8.43772 -175.85 + 57 159.732 1514 0 1 123.057 8.40036 -204.45 + 57 166.123 941 0 0 123.056 8.39761 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +6.80449 LIN +proton +Event: 58 +Number of tracker hits in this event = 62 + 58 125.287 623 10 1 -55.3474 93.1143 95.55 + 58 195.72 1364 10 0 -55.3465 93.1141 94.15 + 58 109.508 623 9 1 -55.326 93.109 65.55 + 58 114.39 1364 9 0 -55.3255 93.1084 64.15 + 58 148.553 623 8 1 -55.3191 93.0978 35.55 + 58 128.969 1364 8 0 -55.3193 93.0983 34.15 + 58 88.7606 623 7 1 -55.3208 93.1142 5.55 + 58 237.357 1364 7 0 -55.3213 93.116 4.15 + 58 138.034 623 6 1 -55.3347 93.149 -24.45 + 58 142.457 1365 6 0 -55.336 93.1501 -25.85 + 58 103.814 623 5 1 -55.3584 93.1718 -54.45 + 58 161.341 1365 5 0 -55.3583 93.1725 -55.85 + 58 128.204 623 4 1 -55.3546 93.1924 -84.45 + 58 130.505 1365 4 0 -55.3542 93.1931 -85.85 + 58 150.635 623 3 1 -55.3443 93.2083 -114.45 + 58 296.872 1365 3 0 -55.3446 93.2092 -115.85 + 58 109.713 623 2 1 -55.3462 93.2305 -144.45 + 58 97.9629 1365 2 0 -55.3467 93.2322 -145.85 + 58 302.595 623 1 1 -55.3578 93.2729 -174.45 + 58 114.494 1365 1 0 -55.364 93.279 -175.85 + 58 94.8661 622 0 1 -55.4886 93.403 -204.45 + 58 149.075 1366 0 0 -55.4954 93.4084 -205.85 + 58 19.2059 1058 14 0 -117.596 31.6571 213.937 + 58 473.194 837 2 0 -99.9115 -12.5786 -145.903 + 58 79.856 1479 9 0 25.0086 115.95 63.8409 + 58 8.49727 1480 9 0 25.124 116.15 64.1474 + 58 312.64 1027 9 1 25.477 117.087 65.15 + 58 83.5395 1026 9 1 25.45 117.506 65.3765 + 58 66.8341 1028 9 1 25.6501 118.126 65.4222 + 58 12.6554 1555 0 0 -85.0962 131.326 -206.25 + 58 199.458 1556 0 0 -85.1093 131.35 -206.212 + 58 27.9035 1557 0 0 -85.2167 131.55 -205.899 + 58 151.807 472 0 1 -85.5669 132.217 -204.85 + 58 69.0474 471 0 1 -85.65 132.375 -204.601 + 58 74.9149 1649 1 0 -94.3445 150.038 -176.25 + 58 137.019 1650 1 0 -94.3996 150.15 -176.07 + 58 256.759 426 1 1 -94.7811 150.906 -174.85 + 58 78.4569 1753 2 0 -103.785 170.818 -146.25 + 58 128.612 1754 2 0 -103.844 170.95 -146.061 + 58 143.949 379 2 1 -104.229 171.807 -144.85 + 58 28.3432 378 2 1 -104.35 172.076 -144.47 + 58 116.613 821 2 1 -15.7263 -118.569 -144.85 + 58 75.4957 840 1 1 -12.0186 -124.15 -174.45 + 58 208.927 554 3 0 -135.67 -69.1667 -116.25 + 58 151.938 555 3 0 -136.103 -69.05 -116.123 + 58 72.8296 556 3 0 -136.131 -68.85 -115.928 + 58 53.386 223 3 1 -135.433 -68.8311 -114.85 + 58 55.2682 224 3 1 -135.35 -68.7727 -114.814 + 58 61.127 219 3 1 -136.153 -68.1527 -114.85 + 58 64.8898 220 3 1 -136.15 -68.0635 -114.83 + 58 6.72073 564 3 0 -135.801 -67.1076 -115.85 + 58 1.60733 216 3 1 -136.769 -65.5941 -114.85 + 58 28.3183 572 3 0 -142.982 -65.5206 -115.85 + 58 69.2457 624 1 1 -55.2496 92.9029 -174.807 + 58 191.371 1356 1 0 -52.9763 91.5401 -175.85 + 58 46.6335 650 1 1 -49.9262 92.6236 -174.85 + 58 272.324 651 1 1 -49.8499 92.6483 -174.746 + 58 228.178 1364 3 0 -54.3757 93.0438 -115.85 + 58 13.8722 628 3 1 -54.2563 92.834 -114.85 + 58 149.363 629 3 1 -54.25 92.8206 -114.826 + 58 99.1434 630 3 1 -54.0497 92.9285 -114.709 + 58 112.951 1365 10 0 -55.4509 93.15 94.0581 +Number of digits in this event = 32 +Using G4ParticleGun ... +6.78287 LIN +proton +Event: 59 +Number of tracker hits in this event = 23 + 59 96.5305 392 10 1 -101.558 15.6648 95.55 + 59 117.381 978 10 0 -101.557 15.6642 94.15 + 59 118.564 393 9 1 -101.53 15.6537 65.55 + 59 106.839 978 9 0 -101.529 15.6542 64.15 + 59 107.953 393 8 1 -101.5 15.6637 35.55 + 59 128.246 978 8 0 -101.499 15.6642 34.15 + 59 100.341 393 7 1 -101.456 15.677 5.55 + 59 101.595 978 7 0 -101.453 15.6796 4.15 + 59 96.1942 393 6 1 -101.409 15.7321 -24.45 + 59 128.766 978 6 0 -101.407 15.7335 -25.85 + 59 132.625 393 5 1 -101.373 15.7637 -54.45 + 59 108.591 978 5 0 -101.372 15.7654 -55.85 + 59 34.1037 393 4 1 -101.35 15.7995 -84.45 + 59 65.5162 394 4 1 -101.35 15.7996 -84.5801 + 59 209.105 978 4 0 -101.349 15.8004 -85.85 + 59 97.3402 394 3 1 -101.319 15.8206 -114.45 + 59 145.926 978 3 0 -101.317 15.8205 -115.85 + 59 101.776 394 2 1 -101.29 15.8157 -144.45 + 59 88.0402 978 2 0 -101.29 15.8144 -145.85 + 59 121.214 394 1 1 -101.298 15.7918 -174.45 + 59 122.608 978 1 0 -101.299 15.7912 -175.85 + 59 103.156 394 0 1 -101.305 15.7805 -204.45 + 59 99.1894 978 0 0 -101.304 15.7814 -205.85 +Number of digits in this event = 8 +Using G4ParticleGun ... +3.57484 LIN +proton +Event: 60 +Number of tracker hits in this event = 26 + 60 115.463 1015 11 1 23.0855 41.5477 125.55 + 60 105.742 1107 11 0 23.0868 41.5474 124.15 + 60 140.921 1015 10 1 23.1112 41.5405 95.55 + 60 99.4459 1107 10 0 23.1117 41.5373 94.15 + 60 99.6915 1015 9 1 23.1207 41.465 65.55 + 60 151.4 1107 9 0 23.1218 41.4635 64.15 + 60 102.342 1015 8 1 23.1442 41.421 35.55 + 60 107.169 1106 8 0 23.1463 41.4211 34.15 + 60 149.746 1015 7 1 23.1909 41.4159 5.55 + 60 88.3791 1106 7 0 23.1919 41.4151 4.15 + 60 110.993 1015 6 1 23.2062 41.3974 -24.45 + 60 152.405 1106 6 0 23.2078 41.3964 -25.85 + 60 137.837 1015 5 1 23.2396 41.3866 -54.45 + 60 103.067 1106 5 0 23.2411 41.3861 -55.85 + 60 105.083 1016 4 1 23.2748 41.3747 -84.45 + 60 102.413 1106 4 0 23.2765 41.3752 -85.85 + 60 136.202 1016 3 1 23.3119 41.3817 -114.45 + 60 170.926 1106 3 0 23.3145 41.3828 -115.85 + 60 100.213 1016 2 1 23.372 41.3998 -144.45 + 60 107.626 1106 2 0 23.3755 41.3982 -145.85 + 60 92.4923 1016 1 1 23.4459 41.3702 -174.45 + 60 131.064 1106 1 0 23.4478 41.368 -175.85 + 60 126.551 1017 0 1 23.4913 41.3294 -204.45 + 60 187.57 1106 0 0 23.4946 41.3244 -205.85 + 60 308.134 1112 0 0 24.6753 42.5469 -205.85 + 60 124.075 1107 3 0 23.3214 41.4501 -116.165 +Number of digits in this event = 13 +Using G4ParticleGun ... +8.38074 LIN +proton +Event: 61 +Number of tracker hits in this event = 20 + 61 137.409 1539 9 1 128.104 -39.9331 65.55 + 61 158.943 700 9 0 128.104 -39.9336 64.15 + 61 86.8425 1539 8 1 128.095 -39.945 35.55 + 61 121.169 700 8 0 128.095 -39.9459 34.15 + 61 157.314 1539 7 1 128.093 -39.965 5.55 + 61 97.3381 700 7 0 128.092 -39.9664 4.15 + 61 190.85 1539 6 1 128.068 -39.9961 -24.45 + 61 148.69 700 6 0 128.068 -39.9977 -25.85 + 61 116.27 1539 5 1 128.054 -40.0309 -54.45 + 61 118.96 700 5 0 128.053 -40.032 -55.85 + 61 101.964 1539 4 1 128.034 -40.0573 -84.45 + 61 188.853 699 4 0 128.033 -40.0586 -85.85 + 61 98.161 1539 3 1 128.005 -40.0876 -114.45 + 61 121.304 699 3 0 128.004 -40.0899 -115.85 + 61 106.024 1539 2 1 127.98 -40.1331 -144.45 + 61 105.265 699 2 0 127.979 -40.1356 -145.85 + 61 114.356 1539 1 1 127.958 -40.1857 -174.45 + 61 139.204 699 1 0 127.957 -40.1889 -175.85 + 61 125.463 1538 0 1 127.935 -40.2551 -204.45 + 61 131.638 698 0 0 127.933 -40.2585 -205.85 +Number of digits in this event = 12 +Using G4ParticleGun ... +9.84119 LIN +proton +Event: 62 +Number of tracker hits in this event = 22 + 62 106.967 656 10 1 -48.6998 104.078 95.55 + 62 116.777 1419 10 0 -48.7 104.079 94.15 + 62 106.385 656 9 1 -48.7024 104.091 65.55 + 62 109.458 1419 9 0 -48.7015 104.091 64.15 + 62 207.559 656 8 1 -48.6845 104.101 35.55 + 62 141.348 1419 8 0 -48.684 104.102 34.15 + 62 119.451 656 7 1 -48.6704 104.113 5.55 + 62 158.247 1419 7 0 -48.6683 104.114 4.15 + 62 94.2833 657 6 1 -48.6304 104.13 -24.45 + 62 88.6778 1419 6 0 -48.6292 104.13 -25.85 + 62 110.695 657 5 1 -48.6035 104.138 -54.45 + 62 127.264 1419 5 0 -48.602 104.14 -55.85 + 62 91.4461 657 4 1 -48.5697 104.168 -84.45 + 62 109.014 1420 4 0 -48.5684 104.169 -85.85 + 62 146.005 657 3 1 -48.5435 104.193 -114.45 + 62 107.11 1420 3 0 -48.5412 104.191 -115.85 + 62 137.075 657 2 1 -48.4967 104.15 -144.45 + 62 96.2681 1419 2 0 -48.4948 104.148 -145.85 + 62 125.742 657 1 1 -48.4582 104.116 -174.45 + 62 141.268 1419 1 0 -48.4559 104.115 -175.85 + 62 114.727 658 0 1 -48.4053 104.078 -204.45 + 62 187.551 1419 0 0 -48.4023 104.076 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +2.35171 LIN +proton +Event: 63 +Number of tracker hits in this event = 148 + 63 110.009 429 10 1 -94.1604 -64.4616 95.55 + 63 103.811 577 10 0 -94.1593 -64.4632 94.15 + 63 125.852 430 9 1 -94.1237 -64.4937 65.55 + 63 104.124 577 9 0 -94.1184 -64.4971 64.15 + 63 115.421 430 8 1 -94.0048 -64.5648 35.55 + 63 101.748 577 8 0 -93.9987 -64.5703 34.15 + 63 400.048 431 7 1 -93.884 -64.6876 5.55 + 63 427.605 576 7 0 -93.8795 -64.6919 4.15 + 63 87.9724 431 6 1 -93.7946 -64.7853 -24.45 + 63 146.044 576 6 0 -93.7918 -64.7888 -25.85 + 63 113.502 432 5 1 -93.7237 -64.8624 -54.45 + 63 100.012 575 5 0 -93.7192 -64.8674 -55.85 + 63 93.6032 432 4 1 -93.6128 -64.9767 -84.45 + 63 128.158 575 4 0 -93.6078 -64.982 -85.85 + 63 778.683 433 3 1 -93.4042 -65.0654 -114.45 + 63 1077.43 434 3 1 -93.35 -65.0466 -114.497 + 63 1110.03 435 3 1 -93.15 -64.9758 -114.674 + 63 392.198 577 3 0 -91.8337 -64.4864 -115.85 + 63 1306.93 578 3 0 -91.7357 -64.45 -115.938 + 63 333.947 602 2 1 -59.53 -52.0516 -144.45 + 63 1008.81 603 2 1 -59.45 -52.0135 -144.522 + 63 740.329 604 2 1 -59.25 -51.9185 -144.702 + 63 928.224 643 2 0 -57.9422 -51.3327 -145.85 + 63 1377.54 644 2 0 -57.7568 -51.25 -146.012 + 63 769.108 759 1 1 -28.141 -37.0559 -174.45 + 63 1773.8 760 1 1 -28.05 -36.9982 -174.559 + 63 441.16 761 1 1 -27.85 -36.8756 -174.793 + 63 1430.35 718 1 0 -26.9132 -36.332 -175.85 + 63 2398.34 719 1 0 -26.772 -36.25 -176.009 + 63 102.895 432 3 1 -93.6413 -65.0245 -114.45 + 63 210.406 431 3 1 -93.75 -64.9526 -114.537 + 63 231.135 430 3 1 -93.95 -64.8204 -114.696 + 63 18.013 580 3 0 -95.3981 -63.8646 -115.85 + 63 298.448 581 3 0 -95.4202 -63.85 -115.868 + 63 166.385 582 3 0 -95.7228 -63.65 -116.109 + 63 155.033 243 2 1 -131.388 -40.0246 -144.45 + 63 179.691 242 2 1 -131.55 -39.924 -144.572 + 63 158.399 241 2 1 -131.75 -39.7985 -144.725 + 63 32.0281 705 2 0 -133.226 -38.8699 -145.85 + 63 403.244 706 2 0 -133.258 -38.85 -145.874 + 63 250.906 707 2 0 -133.576 -38.65 -146.117 + 63 180.062 46 1 1 -170.781 -15.4463 -174.45 + 63 248.298 45 1 1 -170.95 -15.3334 -174.585 + 63 123.529 44 1 1 -171.15 -15.1994 -174.744 + 63 15.2943 828 1 0 -172.544 -14.2626 -175.85 + 63 578.46 829 1 0 -172.563 -14.25 -175.865 + 63 200.293 830 1 0 -172.86 -14.05 -176.1 + 63 131.687 436 3 1 -92.95 -65.3574 -114.796 + 63 90.1142 570 3 0 -91.6345 -65.9425 -115.85 + 63 290.814 569 3 0 -91.3927 -66.05 -116.044 + 63 38.1356 621 2 1 -55.7265 -81.775 -144.45 + 63 67.3995 622 2 1 -55.65 -81.806 -144.512 + 63 99.4862 623 2 1 -55.45 -81.8874 -144.673 + 63 9.55708 624 2 1 -55.25 -81.9688 -144.831 + 63 251.096 487 2 0 -53.9601 -82.4928 -145.85 + 63 46.2063 486 2 0 -53.5731 -82.65 -146.156 + 63 12.384 812 1 1 -17.4831 -97.2658 -174.45 + 63 51.7367 813 1 1 -17.45 -97.2786 -174.475 + 63 83.3403 814 1 1 -17.25 -97.3561 -174.629 + 63 27.708 815 1 1 -17.05 -97.4332 -174.782 + 63 181.287 410 1 0 -15.66 -97.97 -175.85 + 63 13.4591 409 1 0 -15.1939 -98.15 -176.208 + 63 17.149 1008 0 1 21.81 -112.476 -204.45 + 63 77.0072 1009 0 1 21.85 -112.49 -204.48 + 63 83.8597 1010 0 1 22.05 -112.562 -204.632 + 63 37.4044 1011 0 1 22.25 -112.634 -204.783 + 63 11.331 335 0 0 23.6617 -113.135 -205.85 + 63 264.886 334 0 0 23.7041 -113.15 -205.882 + 63 203.352 574 3 0 -93.227 -65.0864 -115.85 + 63 224.599 461 2 1 -87.7969 -64.5991 -144.45 + 63 225.209 577 2 0 -87.561 -64.5558 -145.85 + 63 134.015 486 1 1 -82.6932 -63.7518 -174.45 + 63 62.893 487 1 1 -82.65 -63.7463 -174.711 + 63 211.028 581 1 0 -82.4595 -63.7228 -175.85 + 63 295.296 511 0 1 -77.7518 -63.0862 -204.45 + 63 231.289 585 0 0 -77.5187 -63.0456 -205.85 + 63 108.458 568 3 0 -92.9655 -66.25 -116.096 + 63 274.165 479 2 1 -84.1329 -84.8466 -144.45 + 63 69.5582 480 2 1 -84.05 -85.0424 -144.754 + 63 127.606 471 2 0 -83.7504 -85.7491 -145.85 + 63 289.212 470 2 0 -83.7076 -85.85 -146.007 + 63 443.999 520 1 1 -76.0263 -104.326 -174.45 + 63 63.0366 374 1 0 -75.63 -105.285 -175.85 + 63 241.57 373 1 0 -75.603 -105.35 -175.945 + 63 7.47533 372 1 0 -75.5203 -105.55 -176.237 + 63 225.497 562 0 1 -67.5042 -124.803 -204.45 + 63 166.382 563 0 1 -67.45 -124.922 -204.629 + 63 11.0764 272 0 0 -67.0798 -125.737 -205.85 + 63 239.295 271 0 0 -67.0737 -125.75 -205.87 + 63 68.2117 270 0 0 -66.9827 -125.95 -206.17 + 63 114.699 519 1 1 -76.05 -104.346 -174.566 + 63 1.32072 599 3 0 -91.4208 -60.0564 -115.85 + 63 77.6265 600 3 0 -91.4181 -60.05 -115.852 + 63 70.122 601 3 0 -91.3356 -59.85 -115.911 + 63 74.1697 602 3 0 -91.2531 -59.65 -115.971 + 63 118.79 603 3 0 -91.1705 -59.45 -116.03 + 63 64.9217 604 3 0 -91.0886 -59.25 -116.089 + 63 70.8171 605 3 0 -91.0062 -59.05 -116.149 + 63 41.1156 606 3 0 -90.9231 -58.85 -116.209 + 63 348.173 643 2 1 -51.3704 36.1828 -144.45 + 63 147.307 644 2 1 -51.25 36.4554 -144.525 + 63 155.229 645 2 1 -51.05 36.9078 -144.649 + 63 99.5411 646 2 1 -50.85 37.3691 -144.774 + 63 17.725 1106 2 0 -49.1163 41.3797 -145.85 + 63 66.1775 1107 2 0 -49.0859 41.45 -145.869 + 63 84.7178 1108 2 0 -48.9989 41.65 -145.923 + 63 75.9818 1109 2 0 -48.9113 41.85 -145.977 + 63 49.4933 1110 2 0 -48.8237 42.05 -146.031 + 63 85.4093 1111 2 0 -48.7363 42.25 -146.085 + 63 54.7606 1112 2 0 -48.6493 42.45 -146.138 + 63 92.1639 1113 2 0 -48.5625 42.65 -146.192 + 63 6.36358 1114 2 0 -48.4759 42.85 -146.245 + 63 168.945 887 1 1 -2.60543 149.195 -174.45 + 63 136.529 888 1 1 -2.45 149.54 -174.53 + 63 164.785 889 1 1 -2.25 149.985 -174.631 + 63 232.978 890 1 1 -2.05 150.432 -174.733 + 63 23.7052 891 1 1 -1.85 150.882 -174.834 + 63 137.125 1676 1 0 0.175761 155.407 -175.85 + 63 74.9602 1677 1 0 0.239984 155.55 -175.882 + 63 55.417 1678 1 0 0.329731 155.75 -175.926 + 63 91.0417 1679 1 0 0.419785 155.95 -175.97 + 63 101.406 1680 1 0 0.50903 156.15 -176.014 + 63 174.219 1681 1 0 0.598126 156.35 -176.058 + 63 102.187 1682 1 0 0.687478 156.55 -176.103 + 63 59.3998 1683 1 0 0.776283 156.75 -176.148 + 63 73.8082 1684 1 0 0.86528 156.95 -176.192 + 63 24.2218 1685 1 0 0.95414 157.15 -176.236 + 63 222.192 642 2 1 -51.45 36.1721 -144.49 + 63 0.8264 641 2 1 -51.65 36.5086 -144.846 + 63 31.0146 1087 2 0 -52.0806 37.5733 -145.85 + 63 66.9192 1088 2 0 -52.1005 37.6502 -145.912 + 63 51.086 1089 2 0 -52.1672 37.85 -146.033 + 63 59.2982 1090 2 0 -52.2637 38.05 -146.047 + 63 154.912 1091 2 0 -52.3769 38.25 -146.035 + 63 80.5329 1092 2 0 -52.535 38.45 -146.071 + 63 126.685 1093 2 0 -52.6664 38.65 -146.114 + 63 300.819 1094 2 0 -52.8364 38.85 -146.087 + 63 315.54 1095 2 0 -52.9903 39.0501 -146.028 + 63 133.984 1096 2 0 -53.2649 39.2501 -145.966 + 63 24.417 618 2 1 -56.3474 39.5078 -144.85 + 63 57.7923 617 2 1 -56.45 39.5108 -144.814 + 63 64.1365 616 2 1 -56.6503 39.507 -144.777 + 63 83.3315 615 2 1 -56.85 39.5109 -144.732 + 63 134.287 614 2 1 -57.05 39.5817 -144.639 + 63 192.272 613 2 1 -57.25 39.6513 -144.573 + 63 30.4113 612 2 1 -57.45 39.6728 -144.463 + 63 8.42571 1081 2 0 -52.0689 36.3703 -145.85 + 63 163.061 413 6 0 -60.1129 -97.4816 -26.25 +Number of digits in this event = 75 +Using G4ParticleGun ... +3.65502 LIN +proton +Event: 64 +Number of tracker hits in this event = 25 + 64 169.046 541 11 1 -71.6888 10.6173 125.55 + 64 146.211 952 11 0 -71.6894 10.6177 124.15 + 64 190.582 541 10 1 -71.6944 10.631 95.55 + 64 120.636 952 10 0 -71.6939 10.6319 94.15 + 64 99.7582 541 9 1 -71.6931 10.6483 65.55 + 64 105.426 952 9 0 -71.6934 10.6474 64.15 + 64 148.538 541 8 1 -71.7057 10.6258 35.55 + 64 107.109 952 8 0 -71.7058 10.6277 34.15 + 64 96.4928 541 7 1 -71.7005 10.6642 5.55 + 64 126.097 953 7 0 -71.7001 10.6647 4.15 + 64 143.526 541 6 1 -71.6924 10.6724 -24.45 + 64 114.444 953 6 0 -71.6934 10.6719 -25.85 + 64 198.044 541 5 1 -71.7128 10.6755 -54.45 + 64 220.141 953 5 0 -71.7151 10.6742 -55.85 + 64 102.645 541 4 1 -71.7603 10.6528 -84.45 + 64 195.461 953 4 0 -71.7631 10.651 -85.85 + 64 104.839 541 3 1 -71.8247 10.6191 -114.45 + 64 111.027 952 3 0 -71.8249 10.6195 -115.85 + 64 124.495 541 2 1 -71.8245 10.6282 -144.45 + 64 122.637 952 2 0 -71.8217 10.6274 -145.85 + 64 130.768 541 1 1 -71.7659 10.6128 -174.45 + 64 104.265 952 1 0 -71.7621 10.612 -175.85 + 64 111.343 541 0 1 -71.6857 10.5979 -204.45 + 64 108.359 952 0 0 -71.6817 10.5982 -205.85 + 64 122.826 542 6 1 -71.65 10.6646 -24.5728 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.10908 LIN +proton +Event: 65 +Number of tracker hits in this event = 82 + 65 114.475 1287 9 1 77.5182 89.7682 65.55 + 65 98.2692 1348 9 0 77.5259 89.7706 64.15 + 65 187.012 1288 8 1 77.6906 89.8226 35.55 + 65 111.787 1348 8 0 77.7008 89.8272 34.15 + 65 139.458 1289 7 1 77.9164 89.9169 5.55 + 65 252.658 1349 7 0 77.9274 89.9161 4.15 + 65 117.128 1290 6 1 78.1465 89.9052 -24.45 + 65 113.427 1349 6 0 78.1618 89.9037 -25.85 + 65 156.133 1292 5 1 78.4737 89.8854 -54.45 + 65 125.646 1349 5 0 78.489 89.8831 -55.85 + 65 125.374 1293 4 1 78.8006 89.8473 -84.45 + 65 142.382 1348 4 0 78.8185 89.8431 -85.85 + 65 110.269 1295 3 1 79.1894 89.759 -114.45 + 65 142.958 1348 3 0 79.2102 89.7559 -115.85 + 65 115.69 1297 2 1 79.6358 89.6771 -144.45 + 65 231.633 1348 2 0 79.6579 89.6742 -145.85 + 65 126.439 1300 1 1 80.0716 89.6562 -174.45 + 65 120.589 1348 1 0 80.0921 89.657 -175.85 + 65 101.051 1302 0 1 80.5119 89.6814 -204.45 + 65 140.997 1348 0 0 80.5354 89.681 -205.85 + 65 25.9341 1122 10 1 44.5149 159.115 95.55 + 65 118.011 1121 10 1 44.45 159.08 95.5099 + 65 0.884229 377 7 0 60.6267 -104.55 3.98093 + 65 17.1783 1129 8 0 -7.89752 45.9818 33.75 + 65 79.8108 957 6 1 11.5146 59.5011 -24.45 + 65 47.1835 956 6 1 11.45 59.451 -24.7107 + 65 139.245 1198 6 0 10.4332 59.662 -25.85 + 65 136.963 272 9 0 -61.1283 -125.664 63.7502 + 65 212.686 1336 0 0 64.2372 87.3315 -206.25 + 65 26.6429 1216 0 1 63.296 87.1682 -204.85 + 65 133.426 1215 0 1 63.25 87.1601 -204.782 + 65 14.5727 1214 0 1 63.05 87.125 -204.484 + 65 2535.69 1328 1 0 45.1392 85.8269 -176.25 + 65 284.198 1120 1 1 44.2458 85.7706 -174.85 + 65 41.0564 1119 1 1 44.05 85.759 -174.543 + 65 67.0061 1322 1 0 43.9665 84.65 -176.002 + 65 1788.56 1118 1 1 43.8317 85.7313 -174.45 + 65 358.716 1117 1 1 43.65 85.732 -174.788 + 65 4724.91 1039 0 1 27.9988 85.5677 -204.45 + 65 1228.07 1038 0 1 27.85 85.5794 -204.671 + 65 457.953 1351 2 0 57.4386 90.3996 -146.25 + 65 318.03 1190 2 1 58.1166 90.6252 -144.85 + 65 139.697 1191 2 1 58.25 90.669 -144.575 + 65 542.01 1369 3 0 71.7507 94.0592 -116.25 + 65 104.663 1261 3 1 72.4144 94.2253 -114.85 + 65 564.239 1262 3 1 72.45 94.2342 -114.775 + 65 208.615 1389 4 0 85.683 98.1277 -86.25 + 65 353.529 1390 4 0 85.7583 98.15 -86.0876 + 65 289.805 1331 4 1 86.3355 98.3267 -84.85 + 65 404.628 1332 4 1 86.45 98.362 -84.6045 + 65 494.977 1420 5 0 99.5747 104.158 -56.25 + 65 400.876 1400 5 1 100.219 104.447 -54.85 + 65 154.51 1401 5 1 100.35 104.506 -54.5659 + 65 545.12 1458 6 0 112.969 111.849 -26.25 + 65 8.73476 1459 6 0 113.142 111.95 -25.8608 + 65 521.867 1467 6 1 113.591 112.218 -24.85 + 65 50.2832 1468 6 1 113.75 112.312 -24.4935 + 65 542.682 1502 7 0 126.823 120.573 3.75 + 65 202.434 1536 7 1 127.475 120.979 5.15 + 65 464.509 1537 7 1 127.55 121.026 5.31096 + 65 604.387 1541 8 0 142.089 128.391 33.75 + 65 481.857 1613 8 1 142.799 128.75 35.15 + 65 143.445 1614 8 1 142.95 128.827 35.4495 + 65 20.9525 1579 9 0 157.003 136.146 63.75 + 65 615.109 1580 9 0 157.011 136.15 63.7658 + 65 162.207 1687 9 1 157.694 136.515 65.15 + 65 516.657 1688 9 1 157.75 136.545 65.2628 + 65 76.6147 1608 10 0 171.544 141.938 93.75 + 65 479.936 1609 10 0 171.575 141.95 93.8147 + 65 422.534 1760 10 1 172.232 142.202 95.15 + 65 211.527 1761 10 1 172.35 142.247 95.3904 + 65 57.6877 1349 3 0 79.2281 89.8501 -116.223 + 65 46.0346 1291 5 1 78.45 89.8906 -54.7314 + 65 88.0778 1348 5 0 77.5525 89.7359 -55.85 + 65 138.187 1347 5 0 77.3562 89.65 -56.0068 + 65 100.526 1346 5 0 77.1954 89.45 -56.1548 + 65 47.3157 728 5 0 146.808 -34.3558 -56.25 + 65 154.487 727 5 0 146.911 -34.45 -56.1873 + 65 299.518 1635 5 1 147.258 -34.2022 -54.85 + 65 347.275 726 5 0 147.21 -34.7226 -55.85 + 65 74.2658 1287 8 1 77.65 89.7801 35.241 + 65 81.7619 1349 8 0 78.1372 89.9064 34.15 +Number of digits in this event = 56 +Using G4ParticleGun ... +3.89468 LIN +proton +Event: 66 +Number of tracker hits in this event = 16 + 66 100.634 1232 7 1 66.5433 133.097 5.55 + 66 114.483 1564 7 0 66.5426 133.099 4.15 + 66 105.913 1232 6 1 66.5327 133.134 -24.45 + 66 103.192 1564 6 0 66.5326 133.135 -25.85 + 66 132.333 1232 5 1 66.5388 133.146 -54.45 + 66 143.45 1564 5 0 66.5384 133.145 -55.85 + 66 123.949 1232 4 1 66.5219 133.148 -84.45 + 66 103.528 1564 4 0 66.5211 133.149 -85.85 + 66 120.804 1232 3 1 66.5122 133.156 -114.45 + 66 181.88 1565 3 0 66.5111 133.156 -115.85 + 66 130.873 1232 2 1 66.4964 133.157 -144.45 + 66 141.966 1565 2 0 66.4965 133.158 -145.85 + 66 99.6813 1232 1 1 66.5013 133.167 -174.45 + 66 133.007 1565 1 0 66.5018 133.167 -175.85 + 66 103.332 1232 0 1 66.5131 133.151 -204.45 + 66 102.142 1565 0 0 66.5136 133.152 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +9.90507 LIN +proton +Event: 67 +Number of tracker hits in this event = 20 + 67 185.949 247 9 1 -130.593 5.42033 65.55 + 67 140.18 926 9 0 -130.592 5.41943 64.15 + 67 121.869 247 8 1 -130.578 5.40433 35.55 + 67 135.476 926 8 0 -130.577 5.40293 34.15 + 67 147.499 247 7 1 -130.559 5.37339 5.55 + 67 106.81 926 7 0 -130.559 5.37237 4.15 + 67 142.523 248 6 1 -130.543 5.35004 -24.45 + 67 196.325 926 6 0 -130.543 5.34885 -25.85 + 67 134.101 247 5 1 -130.551 5.32395 -54.45 + 67 98.6542 926 5 0 -130.552 5.32238 -55.85 + 67 125.984 247 4 1 -130.585 5.2876 -84.45 + 67 212.144 926 4 0 -130.587 5.28602 -85.85 + 67 105.776 247 3 1 -130.636 5.2519 -114.45 + 67 117.812 925 3 0 -130.638 5.24969 -115.85 + 67 132.931 247 2 1 -130.681 5.20851 -144.45 + 67 225.858 925 2 0 -130.683 5.20689 -145.85 + 67 91.6725 247 1 1 -130.719 5.17575 -174.45 + 67 135.137 925 1 0 -130.721 5.17466 -175.85 + 67 124.344 246 0 1 -130.761 5.15269 -204.45 + 67 241.973 925 0 0 -130.762 5.15143 -205.85 +Number of digits in this event = 16 +Using G4ParticleGun ... +1.70826 LIN +proton +Event: 68 +Number of tracker hits in this event = 24 + 68 112.327 1128 8 1 45.7664 -129.631 35.55 + 68 377.828 252 8 0 45.7672 -129.63 34.15 + 68 99.0242 1128 7 1 45.7984 -129.62 5.55 + 68 114.43 252 7 0 45.8025 -129.611 4.15 + 68 133.031 1129 6 1 45.8875 -129.412 -24.45 + 68 171.174 253 6 0 45.8879 -129.388 -25.85 + 68 142.555 1129 5 1 45.8793 -128.907 -54.45 + 68 123.386 256 5 0 45.8801 -128.885 -55.85 + 68 123.035 1129 4 1 45.894 -128.43 -84.45 + 68 136.919 258 4 0 45.8951 -128.409 -85.85 + 68 104.778 1129 3 1 45.905 -127.991 -114.45 + 68 131.673 260 3 0 45.9068 -127.961 -115.85 + 68 112.996 1129 2 1 45.9559 -127.356 -144.45 + 68 339.669 264 2 0 45.9608 -127.326 -145.85 + 68 126.704 1130 1 1 46.0644 -126.71 -174.45 + 68 103.053 267 1 0 46.0727 -126.682 -175.85 + 68 112.154 1130 0 1 46.2298 -126.109 -204.45 + 68 136.953 270 0 0 46.2361 -126.08 -205.85 + 68 65.9137 263 2 0 45.9002 -127.35 -145.956 + 68 62.7377 251 8 0 45.7554 -129.75 33.8258 + 68 76.5034 250 8 0 45.8094 -129.95 33.8005 + 68 93.1268 249 8 0 45.9547 -130.15 33.8285 + 68 131.915 248 8 0 46.054 -130.35 33.9774 + 68 334.683 247 8 0 46.2199 -130.55 34.0297 +Number of digits in this event = 14 +Using G4ParticleGun ... +9.72465 LIN +proton +Event: 69 +Number of tracker hits in this event = 185 + 69 88.619 450 10 1 -89.9196 -48.8852 95.55 + 69 146.693 655 10 0 -89.9192 -48.8851 94.15 + 69 92.0314 450 9 1 -89.9063 -48.8841 65.55 + 69 231.709 655 9 0 -89.9057 -48.8845 64.15 + 69 1148.36 450 8 1 -89.8938 -48.8939 35.55 + 69 12.4987 451 8 1 -89.85 -48.8961 35.183 + 69 172.145 655 8 0 -89.3419 -48.9204 34.15 + 69 128.619 523 7 1 -75.3664 -49.3839 5.55 + 69 90.8808 524 7 1 -75.25 -49.3915 5.31378 + 69 202.525 653 7 0 -74.6765 -49.4283 4.15 + 69 195.834 597 6 1 -60.5567 -50.3238 -24.45 + 69 127.2 598 6 1 -60.45 -50.3295 -24.6703 + 69 312.731 648 6 0 -59.8797 -50.3588 -25.85 + 69 159.933 670 5 1 -46.0455 -51.0368 -54.45 + 69 189.277 644 5 0 -45.368 -51.0724 -55.85 + 69 195.639 742 4 1 -31.5793 -51.8102 -84.45 + 69 471.954 743 4 1 -31.45 -51.8171 -84.7224 + 69 129.34 641 4 0 -30.914 -51.8447 -85.85 + 69 64.9089 640 4 0 -30.8112 -51.85 -86.0664 + 69 60.8987 813 3 1 -17.3277 -52.5569 -114.45 + 69 74.8389 814 3 1 -17.25 -52.5617 -114.615 + 69 174.544 637 3 0 -16.6678 -52.5979 -115.85 + 69 126.89 884 2 1 -3.19391 -53.4006 -144.45 + 69 35.0027 885 2 1 -3.05 -53.4117 -144.752 + 69 171.15 632 2 0 -2.52644 -53.4516 -145.85 + 69 179.114 955 1 1 11.1435 -54.4758 -174.45 + 69 62.5115 956 1 1 11.25 -54.4839 -174.67 + 69 165.174 627 1 0 11.8207 -54.5253 -175.85 + 69 136.697 1028 0 1 25.6712 -55.5373 -204.45 + 69 43.3641 1029 0 1 25.85 -55.5514 -204.815 + 69 213.777 622 0 0 26.3576 -55.5905 -205.85 + 69 237.66 656 8 0 -90.453 -48.6988 34.15 + 69 153.061 657 8 0 -90.5929 -48.65 33.8694 + 69 22.2155 377 7 1 -104.702 -43.7643 5.55 + 69 198.531 376 7 1 -104.75 -43.7467 5.45155 + 69 237.348 682 7 0 -105.389 -43.5162 4.15 + 69 12.3907 683 7 0 -105.573 -43.45 3.77499 + 69 56.8359 303 6 1 -119.451 -38.4458 -24.45 + 69 92.8857 302 6 1 -119.55 -38.4119 -24.6488 + 69 97.9715 709 6 0 -120.144 -38.2089 -25.85 + 69 31.8099 229 5 1 -134.286 -33.3977 -54.45 + 69 86.2956 228 5 1 -134.35 -33.3742 -54.5817 + 69 204.144 734 5 0 -134.969 -33.147 -55.85 + 69 38.5504 156 4 1 -148.869 -28.0678 -84.45 + 69 53.8705 155 4 1 -148.95 -28.0381 -84.6183 + 69 294.419 761 4 0 -149.541 -27.8198 -85.85 + 69 131.391 84 3 1 -163.238 -22.7634 -114.45 + 69 72.0353 83 3 1 -163.35 -22.7239 -114.682 + 69 153.4 787 3 0 -163.922 -22.5284 -115.85 + 69 3.84877 11 2 1 -177.944 -17.7412 -144.45 + 69 107.387 10 2 1 -177.95 -17.7393 -144.462 + 69 117.33 812 2 0 -178.647 -17.5136 -145.85 + 69 1.61424 813 2 0 -178.844 -17.45 -146.242 + 69 44.0427 1005 3 0 57.8578 21.0637 -116.25 + 69 222.698 1193 3 1 58.6716 21.6781 -114.85 + 69 81.1471 1194 3 1 58.85 22.0653 -114.773 + 69 208.084 1195 3 1 59.05 22.2732 -114.721 + 69 56.3662 1196 3 1 59.25 22.3057 -114.806 + 69 85.1882 1197 3 1 59.45 22.4076 -114.799 + 69 66.8808 1198 3 1 59.65 22.6032 -114.778 + 69 75.6302 1018 3 0 59.5717 23.7205 -115.85 + 69 192.988 1019 3 0 59.5569 23.85 -116.042 + 69 121.228 1010 3 0 71.6285 22.0936 -116.25 + 69 129.183 1009 3 0 71.7225 22.05 -116.061 + 69 112.747 575 1 1 -65.0124 -135.567 -174.85 + 69 63.4579 1051 1 0 69.4728 30.3765 -176.136 + 69 158.972 854 14 0 56.0771 -9.05426 213.75 + 69 596.164 855 14 0 56.0796 -9.05 213.772 + 69 112.757 1179 14 1 56.0387 -8.71341 215.15 + 69 72.7315 658 8 0 -89.8167 -48.45 33.8892 + 69 109.372 459 7 1 -88.2328 -39.3622 5.55 + 69 26.4191 705 7 0 -88.1504 -38.8914 4.15 + 69 83.5368 706 7 0 -88.1433 -38.85 4.02727 + 69 104.318 468 6 1 -86.4094 -29.1893 -24.45 + 69 106.843 756 6 0 -86.3455 -28.7041 -25.85 + 69 67.1641 757 6 0 -86.3384 -28.65 -26.0055 + 69 158.826 475 5 1 -85.0125 -18.7569 -54.45 + 69 20.9756 808 5 0 -84.9592 -18.2764 -55.85 + 69 89.6759 809 5 0 -84.9563 -18.25 -55.9269 + 69 112.757 480 4 1 -83.9196 -8.53629 -84.45 + 69 135.045 860 4 0 -83.8544 -8.03847 -85.85 + 69 124.708 487 3 1 -82.5449 2.09948 -114.45 + 69 73.2778 912 3 0 -82.4772 2.58208 -115.85 + 69 63.4247 913 3 0 -82.4678 2.65 -116.047 + 69 120.166 494 2 1 -81.096 12.4807 -144.45 + 69 168.45 964 2 0 -80.9975 12.9501 -145.85 + 69 41.66 965 2 0 -80.9763 13.05 -146.148 + 69 129.701 504 1 1 -79.1017 22.3871 -174.45 + 69 101.709 1014 1 0 -79.0044 22.889 -175.85 + 69 251.066 515 0 1 -76.9639 33.129 -204.45 + 69 3.00311 1067 0 0 -76.8431 33.6489 -205.85 + 69 136.541 1068 0 0 -76.8429 33.65 -205.853 + 69 38.2665 659 8 0 -90.15 -48.1221 34.0338 + 69 53.3622 660 8 0 -90.1738 -48.05 33.9178 + 69 159.184 420 7 1 -95.9987 -30.3901 5.55 + 69 48.4324 752 7 0 -96.2916 -29.5177 4.15 + 69 123.136 753 7 0 -96.3144 -29.45 4.04143 + 69 27.96 389 6 1 -102.337 -11.5952 -24.45 + 69 104.477 388 6 1 -102.35 -11.561 -24.5051 + 69 35.6675 846 6 0 -102.655 -10.7268 -25.85 + 69 90.5702 847 6 0 -102.683 -10.65 -25.9737 + 69 167.972 354 5 1 -109.238 7.18513 -54.45 + 69 12.5282 939 5 0 -109.557 8.02287 -55.85 + 69 169.957 940 5 0 -109.568 8.05 -55.8953 + 69 9.52548 941 5 0 -109.644 8.25 -56.2293 + 69 36.485 320 4 1 -116.123 25.142 -84.45 + 69 94.1961 319 4 1 -116.15 25.2137 -84.5716 + 69 64.821 1029 4 0 -116.436 25.9645 -85.85 + 69 113.578 1030 4 0 -116.469 26.05 -85.9957 + 69 92.3326 286 3 1 -122.887 42.5197 -114.45 + 69 58.6883 285 3 1 -122.95 42.6779 -114.726 + 69 80.5762 1116 3 0 -123.207 43.322 -115.85 + 69 54.7913 1117 3 0 -123.258 43.45 -116.073 + 69 111.3 251 2 1 -129.788 59.678 -144.45 + 69 107.949 1202 2 0 -130.116 60.4662 -145.85 + 69 20.5271 1203 2 0 -130.193 60.65 -146.176 + 69 156.422 216 1 1 -136.793 76.6641 -174.45 + 69 104.63 1287 1 0 -137.124 77.456 -175.85 + 69 14.0726 1288 1 0 -137.205 77.65 -176.193 + 69 130.816 181 0 1 -143.834 93.6197 -204.45 + 69 99.6579 1371 0 0 -144.166 94.402 -205.85 + 69 53.1024 1372 0 0 -144.229 94.55 -206.116 + 69 12.9444 724 8 0 1.88706 -35.25 33.8534 + 69 228.587 709 0 0 -122.9 -38.2046 -206.25 + 69 247.025 509 3 1 -78.0764 -64.6031 -114.45 + 69 21.7182 510 3 1 -78.05 -64.6384 -114.787 + 69 337.676 576 3 0 -77.9681 -64.7475 -115.85 + 69 226.412 521 2 1 -75.6921 -67.7673 -144.45 + 69 170.664 560 2 0 -75.5723 -67.9164 -145.85 + 69 177.508 534 1 1 -73.1451 -70.9231 -174.45 + 69 161.11 544 1 0 -73.022 -71.0638 -175.85 + 69 160.858 547 0 1 -70.4835 -73.8694 -204.45 + 69 6.78712 548 0 1 -70.45 -73.905 -204.819 + 69 128.535 530 0 0 -70.3571 -74.0048 -205.85 + 69 61.788 520 2 1 -75.85 -67.8392 -144.684 + 69 62.048 519 2 1 -76.05 -67.8774 -144.784 + 69 7.5475 555 2 0 -77.7918 -69.0377 -145.85 + 69 133.577 554 2 0 -77.8121 -69.05 -145.865 + 69 105.299 553 2 0 -77.9917 -69.25 -146.1 + 69 16.4901 552 2 0 -78.1218 -69.45 -146.189 + 69 53.5941 498 2 0 -50.0695 -80.3253 -146.25 + 69 132.506 493 2 1 -81.3716 -65.9533 -144.45 + 69 96.871 573 2 0 -81.2828 -65.3764 -145.85 + 69 27.9892 574 2 0 -81.2578 -65.25 -146.166 + 69 54.8634 510 1 1 -77.9911 -55.4891 -174.45 + 69 82.0773 511 1 1 -77.85 -55.5201 -174.622 + 69 105.914 621 1 0 -76.8222 -55.8081 -175.85 + 69 77.2463 620 1 0 -76.6966 -55.85 -175.997 + 69 28.6095 812 0 0 -138.598 -17.65 -206.094 + 69 25.9114 759 1 1 -28.25 -69.2792 -174.495 + 69 175.701 758 1 1 -28.25 -69.2669 -174.463 + 69 121.385 426 7 1 -94.8021 -49.6156 5.55 + 69 50.0584 652 7 0 -95.0324 -49.6459 4.15 + 69 155.574 651 7 0 -95.0636 -49.65 3.96009 + 69 22.143 402 6 1 -99.7344 -50.2785 -24.45 + 69 98.3537 401 6 1 -99.75 -50.2807 -24.5441 + 69 182.994 377 5 1 -104.679 -50.9479 -54.45 + 69 294.465 645 5 0 -104.903 -50.9774 -55.85 + 69 145.059 353 4 1 -109.466 -51.5792 -84.45 + 69 123.955 642 4 0 -109.688 -51.6066 -85.85 + 69 140.744 329 3 1 -114.203 -52.1795 -114.45 + 69 129.594 639 3 0 -114.421 -52.2037 -115.85 + 69 162.159 306 2 1 -118.868 -52.693 -144.45 + 69 112.29 636 2 0 -119.079 -52.716 -145.85 + 69 99.0132 283 1 1 -123.4 -53.1892 -174.45 + 69 115.058 634 1 0 -123.613 -53.2113 -175.85 + 69 93.9439 260 0 1 -127.956 -53.643 -204.45 + 69 101.25 631 0 0 -128.168 -53.6633 -205.85 + 69 197.251 798 2 0 -166.591 -20.45 -146.168 + 69 124.254 453 7 1 -89.3877 -43.8481 5.55 + 69 102.225 457 6 1 -88.5423 -38.8706 -24.45 + 69 102.039 707 6 0 -88.5112 -38.636 -25.85 + 69 121.261 461 5 1 -87.8034 -33.8184 -54.45 + 69 124.4 732 5 0 -87.7732 -33.6059 -55.85 + 69 119.516 464 4 1 -87.1753 -29.2592 -84.45 + 69 117.309 755 4 0 -87.1141 -29.0305 -85.85 + 69 188.272 471 3 1 -85.735 -24.4152 -114.45 + 69 140.029 779 3 0 -85.6507 -24.1905 -115.85 + 69 109.758 480 2 1 -83.9706 -19.6526 -144.45 + 69 200.956 803 2 0 -83.884 -19.4166 -145.85 + 69 117.127 489 1 1 -82.104 -15.032 -174.45 + 69 2.98519 825 1 0 -81.9822 -14.8518 -175.85 + 69 129.039 826 1 0 -81.981 -14.85 -175.864 + 69 191.718 502 0 1 -79.525 -11.2076 -204.45 + 69 104.9 845 0 0 -79.3986 -11.0381 -205.85 +Number of digits in this event = 84 +Using G4ParticleGun ... +9.97916 LIN +proton +Event: 70 +Number of tracker hits in this event = 67 + 70 99.3291 1260 10 1 72.1197 -62.2744 95.55 + 70 98.4161 588 10 0 72.1191 -62.2742 94.15 + 70 257.197 1260 9 1 72.1059 -62.2725 65.55 + 70 327.164 588 9 0 72.1055 -62.2726 64.15 + 70 134.407 1260 8 1 72.0975 -62.2717 35.55 + 70 118.878 588 8 0 72.0975 -62.2727 34.15 + 70 104.564 1260 7 1 72.0981 -62.2936 5.55 + 70 122.668 588 7 0 72.0975 -62.2949 4.15 + 70 122.586 1260 6 1 72.0843 -62.3232 -24.45 + 70 96.7286 588 6 0 72.0836 -62.3244 -25.85 + 70 96.4314 1260 5 1 72.0673 -62.3499 -54.45 + 70 91.3446 588 5 0 72.0675 -62.3514 -55.85 + 70 116.495 1260 4 1 72.0709 -62.3835 -84.45 + 70 105.511 588 4 0 72.0705 -62.3849 -85.85 + 70 121.643 1260 3 1 72.0567 -62.4124 -114.45 + 70 108.726 588 3 0 72.0548 -62.4136 -115.85 + 70 112.419 1259 2 1 72.0184 -62.4372 -144.45 + 70 102.072 588 2 0 72.0169 -62.4388 -145.85 + 70 111.193 1259 1 1 71.9866 -62.4735 -174.45 + 70 100.14 587 1 0 71.9853 -62.4754 -175.85 + 70 122.187 1259 0 1 71.9602 -62.515 -204.45 + 70 145.946 587 0 0 71.9586 -62.5165 -205.85 + 70 27.4456 772 0 1 -25.502 126.328 -204.7 + 70 289.063 1548 7 0 131.988 129.887 3.98551 + 70 54.5462 804 8 0 29.3262 -19.1708 33.7501 + 70 236.9 805 8 0 29.2317 -19.05 33.8203 + 70 154.762 806 8 0 29.0437 -18.8499 33.995 + 70 25.6129 1044 8 1 28.875 -19.5619 35.15 + 70 149.905 797 8 0 28.7427 -20.5778 34.1499 + 70 145.141 652 4 0 125.398 -49.5265 -86.25 + 70 110.258 653 4 0 125.436 -49.45 -86.2095 + 70 174.221 654 4 0 125.536 -49.25 -86.0909 + 70 76.9338 1281 8 1 76.4181 -63.2704 35.5497 + 70 27.3351 1282 8 1 76.45 -63.2785 35.269 + 70 114.465 583 8 0 76.5689 -63.311 34.1497 + 70 109.723 1297 7 1 79.6057 -62.9738 5.55 + 70 125.163 1298 7 1 79.65 -62.9696 5.34616 + 70 116.196 585 7 0 79.8726 -62.9839 4.15 + 70 127.367 1323 6 1 84.6936 -63.2345 -24.4505 + 70 150.11 581 6 0 85.2078 -63.6749 -25.85 + 70 4.58257 1378 5 1 95.941 -73.1583 -54.4507 + 70 182.902 1379 5 1 95.9501 -73.1659 -54.4701 + 70 205.653 531 5 0 96.6001 -73.701 -55.85 + 70 18.5199 530 5 0 96.7578 -73.85 -56.1985 + 70 421.145 1443 4 1 108.761 -85.8345 -84.4501 + 70 13.5399 1444 4 1 108.95 -85.9192 -84.7985 + 70 110.1 469 4 0 109.56 -86.1772 -85.85 + 70 133.776 468 4 0 109.713 -86.25 -86.1265 + 70 72.1658 1524 3 1 125.086 -94.9089 -114.451 + 70 92.7201 1525 3 1 125.15 -94.9294 -114.571 + 70 26.466 425 3 0 125.855 -95.131 -115.85 + 70 91.1672 424 3 0 125.918 -95.15 -115.968 + 70 140.122 1603 2 1 140.819 -99.786 -144.45 + 70 107.916 401 2 0 141.205 -99.8081 -145.85 + 70 52.6889 1646 1 1 149.484 -101.201 -174.45 + 70 70.7013 1647 1 1 149.55 -101.27 -174.622 + 70 143.661 391 1 0 150.108 -101.791 -175.85 + 70 12.8717 390 1 0 150.273 -101.95 -176.201 + 70 68.2227 1715 0 1 163.268 -114.754 -204.45 + 70 200.75 1716 0 1 163.35 -114.737 -204.66 + 70 107.222 327 0 0 163.929 -114.614 -205.85 + 70 180.817 584 7 0 80.2329 -63.1532 4.15 + 70 248.276 1499 6 1 119.995 -131.136 -24.45 + 70 15.4438 1500 6 1 120.15 -130.836 -24.7489 + 70 70.4701 1498 6 1 119.95 -130.643 -24.765 + 70 303.646 1497 6 1 119.75 -130.661 -24.7093 + 70 111.054 1496 6 1 119.55 -130.972 -24.8051 +Number of digits in this event = 31 +Using G4ParticleGun ... +1.54239 LIN +proton +Event: 71 +Number of tracker hits in this event = 49 + 71 126.072 1087 11 0 -75.312 37.5383 124.15 + 71 217.734 523 10 1 -75.303 37.5396 95.55 + 71 112.931 1087 10 0 -75.3026 37.5425 94.15 + 71 106.165 523 9 1 -75.2916 37.5976 65.55 + 71 121.793 1087 9 0 -75.2897 37.6016 64.15 + 71 135.341 523 8 1 -75.2548 37.6771 35.55 + 71 110.829 1088 8 0 -75.2523 37.6811 34.15 + 71 129.344 524 7 1 -75.1957 37.7402 5.55 + 71 193.955 1088 7 0 -75.19 37.7458 4.15 + 71 102.131 524 6 1 -75.0609 37.8657 -24.45 + 71 121.036 1089 6 0 -75.0572 37.8705 -25.85 + 71 94.2858 525 5 1 -74.9761 37.9532 -54.45 + 71 123.181 1089 5 0 -74.9728 37.9604 -55.85 + 71 123.852 525 4 1 -74.9033 38.1065 -84.45 + 71 243.837 1090 4 0 -74.8995 38.1172 -85.85 + 71 156.978 526 3 1 -74.8244 38.3421 -114.45 + 71 179.96 1091 3 0 -74.8245 38.3511 -115.85 + 71 183.787 526 2 1 -74.8094 38.538 -144.45 + 71 132.28 1092 2 0 -74.8071 38.5499 -145.85 + 71 103.658 526 1 1 -74.7497 38.7575 -174.45 + 71 99.1851 1093 1 0 -74.7483 38.7633 -175.85 + 71 111.448 526 0 1 -74.7286 38.877 -204.45 + 71 121.929 1094 0 0 -74.7262 38.8809 -205.85 + 71 115.242 1086 10 0 -75.4087 37.4144 94.15 + 71 87.3281 1125 10 0 17.6107 45.0979 93.75 + 71 249.27 1126 10 0 17.8577 45.25 93.8568 + 71 131.784 1127 10 0 18.0902 45.45 93.9732 + 71 51.7242 1128 10 0 18.3813 45.65 94.0783 + 71 47.009 1007 10 1 21.4707 45.6956 95.15 + 71 54.7763 1008 10 1 21.65 45.7288 95.2072 + 71 91.5075 1009 10 1 21.85 45.7827 95.265 + 71 52.3513 1010 10 1 22.05 45.8163 95.2726 + 71 59.4321 1011 10 1 22.25 45.8706 95.3128 + 71 59.8442 1012 10 1 22.4501 45.9566 95.3552 + 71 103.224 1013 10 1 22.65 46.0116 95.3449 + 71 51.2986 1014 10 1 22.85 46.0726 95.2545 + 71 31.4447 1015 10 1 23.0503 46.1123 95.2039 + 71 7.16671 1138 10 0 25.1603 47.829 94.1499 + 71 76.1756 1139 10 0 25.1845 47.85 94.1365 + 71 88.324 1140 10 0 25.2883 48.0504 94.0142 + 71 77.4586 1141 10 0 25.3129 48.2502 93.8827 + 71 3.34265 1482 10 0 64.2282 116.74 93.7501 + 71 73.5582 1483 10 0 64.2324 116.75 93.7554 + 71 78.9018 1484 10 0 64.2723 116.95 93.8136 + 71 77.5219 1485 10 0 64.3277 117.15 93.8921 + 71 52.5483 1486 10 0 64.2763 117.35 94.0418 + 71 368.161 1215 10 1 63.1081 118.158 95.15 + 71 59.944 1214 10 1 63.05 118.351 95.2795 + 71 267.915 1216 10 1 63.25 118.414 95.2767 +Number of digits in this event = 20 +Using G4ParticleGun ... +6.27093 LIN +proton +Event: 72 +Number of tracker hits in this event = 26 + 72 144.595 1331 10 1 86.3645 73.5104 95.55 + 72 165.894 1267 10 0 86.3653 73.5099 94.15 + 72 107.875 1331 9 1 86.3818 73.4992 65.55 + 72 121.22 1267 9 0 86.3826 73.4991 64.15 + 72 265.612 1331 8 1 86.4014 73.4986 35.55 + 72 111.822 1267 8 0 86.4021 73.4975 34.15 + 72 118.929 1331 7 1 86.4177 73.4763 5.55 + 72 156.041 1267 7 0 86.4189 73.4752 4.15 + 72 477.028 1331 6 1 86.4457 73.4523 -24.45 + 72 167.423 1267 6 0 86.4463 73.4509 -25.85 + 72 124.248 1332 5 1 86.4555 73.4239 -54.45 + 72 109.352 1266 5 0 86.4557 73.423 -55.85 + 72 208.499 1332 4 1 86.4582 73.4013 -84.45 + 72 124.118 1266 4 0 86.4581 73.4012 -85.85 + 72 230.101 1332 3 1 86.459 73.4007 -114.45 + 72 93.9694 1266 3 0 86.4602 73.4016 -115.85 + 72 159.414 1332 2 1 86.4855 73.4263 -144.45 + 72 121.533 1266 2 0 86.4862 73.427 -145.85 + 72 129.856 1332 1 1 86.4987 73.4421 -174.45 + 72 132.004 1266 1 0 86.4981 73.4424 -175.85 + 72 288.62 1332 0 1 86.4807 73.4461 -204.45 + 72 119.853 1266 0 0 86.4813 73.444 -205.85 + 72 146.013 1332 6 1 86.45 73.4235 -24.5643 + 72 133.003 1266 6 0 86.6528 73.3419 -25.85 + 72 170.213 1488 7 0 27.0002 117.875 3.75 + 72 215.354 1489 7 0 26.9831 117.95 3.89167 +Number of digits in this event = 21 +Using G4ParticleGun ... +4.21991 LIN +proton +Event: 73 +Number of tracker hits in this event = 25 + 73 129.311 1215 11 1 63.1987 -14.228 125.55 + 73 97.6557 829 11 0 63.1986 -14.2287 124.15 + 73 103.474 1215 10 1 63.1952 -14.2395 95.55 + 73 157.247 829 10 0 63.1957 -14.2407 94.15 + 73 142.341 1215 9 1 63.2057 -14.2602 65.55 + 73 210.084 828 9 0 63.2084 -14.2583 64.15 + 73 180.637 1216 8 1 63.2651 -14.2196 35.55 + 73 140.845 829 8 0 63.2695 -14.2184 34.15 + 73 127.587 1216 7 1 63.3682 -14.2019 5.55 + 73 97.6347 829 7 0 63.3734 -14.1995 4.15 + 73 138.784 1217 6 1 63.4669 -14.1449 -24.45 + 73 125.737 829 6 0 63.4736 -14.1391 -25.85 + 73 125.05 1217 5 1 63.6052 -14.0198 -54.45 + 73 125.054 830 5 0 63.6134 -14.0137 -55.85 + 73 110.985 1218 4 1 63.7869 -13.8802 -84.45 + 73 102.709 830 4 0 63.796 -13.8726 -85.85 + 73 116.34 1219 3 1 63.9812 -13.7205 -114.45 + 73 105.635 831 3 0 63.9906 -13.7116 -115.85 + 73 179.497 1220 2 1 64.1852 -13.5304 -144.45 + 73 115.945 832 2 0 64.1943 -13.5214 -145.85 + 73 115.444 1221 1 1 64.3822 -13.3359 -174.45 + 73 120.391 833 1 0 64.3926 -13.3267 -175.85 + 73 101.891 1222 0 1 64.6153 -13.1415 -204.45 + 73 124.726 834 0 0 64.6271 -13.1326 -205.85 + 73 70.0223 1164 8 1 53.05 -9.96951 35.3015 +Number of digits in this event = 15 +Using G4ParticleGun ... +1.82705 LIN +proton +Event: 74 +Number of tracker hits in this event = 31 + 74 131.106 573 11 1 -65.2919 35.2072 125.55 + 74 167.344 1075 11 0 -65.2916 35.2084 124.15 + 74 156.424 573 10 1 -65.2926 35.2365 95.55 + 74 134.149 1075 10 0 -65.2945 35.2401 94.15 + 74 114.05 573 9 1 -65.3249 35.3111 65.55 + 74 163.772 1076 9 0 -65.325 35.313 64.15 + 74 103.336 573 8 1 -65.3241 35.3363 35.55 + 74 144.707 1076 8 0 -65.3243 35.3384 34.15 + 74 126.516 573 7 1 -65.3361 35.3894 5.55 + 74 108.218 1076 7 0 -65.3363 35.3907 4.15 + 74 116.669 573 6 1 -65.3497 35.4273 -24.45 + 74 139.241 1076 6 0 -65.3467 35.4302 -25.85 + 74 121.022 573 5 1 -65.277 35.4912 -54.45 + 74 113.258 1077 5 0 -65.2714 35.4936 -55.85 + 74 134.263 574 4 1 -65.1538 35.5366 -84.45 + 74 139.956 1077 4 0 -65.1438 35.5406 -85.85 + 74 118.883 575 3 1 -64.942 35.6187 -114.45 + 74 102.11 1077 3 0 -64.9323 35.6208 -115.85 + 74 90.851 576 2 1 -64.7289 35.6654 -144.45 + 74 143.192 1078 2 0 -64.7161 35.6663 -145.85 + 74 142.631 578 1 1 -64.4419 35.7 -174.45 + 74 112.53 1078 1 0 -64.4193 35.7011 -175.85 + 74 286.76 580 0 1 -63.9649 35.7194 -204.45 + 74 115.89 1078 0 0 -63.9438 35.714 -205.85 + 74 44.4151 581 0 1 -63.85 35.7347 -204.539 + 74 113.105 1076 4 0 -65.1273 35.45 -85.9437 + 74 102.996 1075 4 0 -65.3121 35.25 -85.9513 + 74 3.83656 1074 4 0 -65.5228 35.05 -85.8529 + 74 0.643745 563 4 1 -67.448 32.7162 -84.8498 + 74 367.826 562 4 1 -67.45 32.7139 -84.8489 + 74 164.234 561 4 1 -67.65 32.6045 -84.6765 +Number of digits in this event = 17 +Using G4ParticleGun ... +6.8254 LIN +proton +Event: 75 +Number of tracker hits in this event = 31 + 75 133.596 1316 10 1 83.3367 79.732 95.55 + 75 142.337 1298 10 0 83.3353 79.7309 94.15 + 75 174.088 1316 9 1 83.3083 79.7065 65.55 + 75 129.272 1298 9 0 83.3078 79.706 64.15 + 75 137.966 1316 8 1 83.2963 79.6955 35.55 + 75 102.515 1298 8 0 83.2966 79.6955 34.15 + 75 98.2681 1316 7 1 83.3012 79.6897 5.55 + 75 130.718 1298 7 0 83.3001 79.6887 4.15 + 75 239.353 1316 6 1 83.2811 79.6734 -24.45 + 75 138.898 1298 6 0 83.282 79.6721 -25.85 + 75 97.4363 1316 5 1 83.2997 79.6464 -54.45 + 75 134.03 1297 5 0 83.2996 79.6445 -55.85 + 75 111.003 1316 4 1 83.2965 79.6071 -84.45 + 75 139.615 1297 4 0 83.2973 79.6052 -85.85 + 75 122.4 1316 3 1 83.3107 79.5643 -114.45 + 75 118.37 1297 3 0 83.3131 79.5614 -115.85 + 75 215.17 1316 2 1 83.3694 79.4926 -144.45 + 75 126.094 1297 2 0 83.3717 79.4889 -145.85 + 75 103.754 1316 1 1 83.419 79.4158 -174.45 + 75 242.339 1296 1 0 83.421 79.4124 -175.85 + 75 144.305 1317 0 1 83.4619 79.3403 -204.45 + 75 141.654 1296 0 0 83.4653 79.3363 -205.85 + 75 50.7773 1276 0 0 89.2472 75.3217 -206.25 + 75 82.0027 1275 0 0 89.2975 75.25 -206.16 + 75 61.4647 1274 0 0 89.3922 75.0498 -205.985 + 75 34.7607 1350 0 1 90.3142 74.0993 -204.85 + 75 134.912 1351 0 1 90.3502 74.049 -204.779 + 75 4.51303 1352 0 1 90.55 73.8852 -204.46 + 75 55.9244 1315 6 1 83.25 79.824 -24.6957 + 75 25.1012 1305 6 0 83.0787 81.1769 -25.85 + 75 105.908 1306 6 0 83.0594 81.25 -25.9321 +Number of digits in this event = 21 +Using G4ParticleGun ... +6.03107 LIN +proton +Event: 76 +Number of tracker hits in this event = 18 + 76 101.063 1484 8 1 117.037 79.8475 35.55 + 76 91.9558 1298 8 0 117.038 79.8462 34.15 + 76 112.666 1484 7 1 117.047 79.8215 5.55 + 76 312.199 1298 7 0 117.046 79.8191 4.15 + 76 149.402 1484 6 1 117.03 79.7713 -24.45 + 76 112.199 1298 6 0 117.029 79.7687 -25.85 + 76 118.606 1484 5 1 117.002 79.7149 -54.45 + 76 231.31 1298 5 0 117.002 79.7121 -55.85 + 76 96.0215 1484 4 1 116.998 79.6557 -84.45 + 76 116.35 1298 4 0 116.998 79.6534 -85.85 + 76 185.658 1484 3 1 116.999 79.5995 -114.45 + 76 156.157 1297 3 0 116.999 79.5965 -115.85 + 76 104.533 1484 2 1 117 79.5322 -144.45 + 76 122.149 1297 2 0 117 79.5293 -145.85 + 76 256.502 1484 1 1 117.005 79.4685 -174.45 + 76 144.622 1297 1 0 117.006 79.4662 -175.85 + 76 100.534 1484 0 1 117.023 79.4148 -204.45 + 76 101.496 1296 0 0 117.023 79.4143 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +1.77187 LIN +proton +Event: 77 +Number of tracker hits in this event = 24 + 77 120.755 1193 11 1 58.7789 39.5784 125.55 + 77 155.56 1097 11 0 58.7801 39.5754 124.15 + 77 105.044 1193 10 1 58.8117 39.5179 95.55 + 77 105.561 1097 10 0 58.8084 39.5172 94.15 + 77 151.607 1193 9 1 58.7411 39.493 65.55 + 77 107.468 1097 9 0 58.7387 39.4888 64.15 + 77 184.205 1193 8 1 58.6738 39.399 35.55 + 77 148.887 1096 8 0 58.6718 39.3959 34.15 + 77 128.884 1192 7 1 58.6399 39.324 5.55 + 77 101.522 1096 7 0 58.6361 39.32 4.15 + 77 102.644 1192 6 1 58.5664 39.2451 -24.45 + 77 103.961 1095 6 0 58.5619 39.2418 -25.85 + 77 102.574 1192 5 1 58.4771 39.1788 -54.45 + 77 143.453 1095 5 0 58.4719 39.1763 -55.85 + 77 149.051 1191 4 1 58.3743 39.1188 -84.45 + 77 115.523 1095 4 0 58.3704 39.112 -85.85 + 77 135.256 1191 3 1 58.2934 38.9751 -114.45 + 77 127.987 1094 3 0 58.2911 38.9691 -115.85 + 77 128.147 1190 2 1 58.2371 38.8297 -144.45 + 77 125.174 1093 2 0 58.2354 38.8227 -145.85 + 77 108.481 1190 1 1 58.1963 38.6778 -174.45 + 77 124.856 1093 1 0 58.1916 38.6714 -175.85 + 77 173.936 1190 0 1 58.0836 38.5145 -204.45 + 77 120.521 1092 0 0 58.0792 38.507 -205.85 +Number of digits in this event = 16 +Using G4ParticleGun ... +6.27007 LIN +proton +Event: 78 +Number of tracker hits in this event = 24 + 78 122.411 1058 11 1 31.7119 -70.6524 125.55 + 78 112.863 546 11 0 31.7121 -70.6521 124.15 + 78 83.3154 1058 10 1 31.7256 -70.6495 95.55 + 78 125.074 546 10 0 31.726 -70.6504 94.15 + 78 106.77 1058 9 1 31.7275 -70.6761 65.55 + 78 156.239 546 9 0 31.7275 -70.6777 64.15 + 78 136.23 1058 8 1 31.733 -70.7115 35.55 + 78 224.728 546 8 0 31.7338 -70.7134 34.15 + 78 133.535 1058 7 1 31.7505 -70.7522 5.55 + 78 120.309 546 7 0 31.7521 -70.7537 4.15 + 78 119.824 1058 6 1 31.7825 -70.7865 -24.45 + 78 105.565 546 6 0 31.7831 -70.7892 -25.85 + 78 93.9397 1058 5 1 31.7935 -70.8421 -54.45 + 78 154.191 546 5 0 31.7938 -70.845 -55.85 + 78 107.144 1058 4 1 31.8013 -70.9029 -84.45 + 78 235.902 545 4 0 31.8014 -70.9072 -85.85 + 78 142.319 1058 3 1 31.8004 -70.992 -114.45 + 78 114.948 545 3 0 31.8007 -70.9963 -115.85 + 78 128.008 1058 2 1 31.8075 -71.0846 -144.45 + 78 180.926 544 2 0 31.8076 -71.0896 -145.85 + 78 125.701 1058 1 1 31.8102 -71.1919 -174.45 + 78 114.32 544 1 0 31.8115 -71.1969 -175.85 + 78 144.094 1058 0 1 31.8416 -71.2989 -204.45 + 78 141.325 543 0 0 31.8425 -71.3039 -205.85 +Number of digits in this event = 16 +Using G4ParticleGun ... +1.37272 LIN +proton +Event: 79 +Number of tracker hits in this event = 20 + 79 116.849 325 8 1 -115.091 73.2496 35.55 + 79 174.434 1265 8 0 -115.093 73.2496 34.15 + 79 319.969 325 7 1 -115.138 73.2581 5.55 + 79 146.836 1266 7 0 -115.147 73.2636 4.15 + 79 114.046 323 6 1 -115.354 73.3746 -24.45 + 79 135.608 1266 6 0 -115.362 73.3799 -25.85 + 79 133.229 323 5 1 -115.519 73.4926 -54.45 + 79 195.314 1267 5 0 -115.529 73.496 -55.85 + 79 121.291 321 4 1 -115.751 73.5693 -84.45 + 79 219.079 1267 4 0 -115.764 73.5735 -85.85 + 79 110.981 320 3 1 -116.03 73.6801 -114.45 + 79 131.369 1268 3 0 -116.048 73.6842 -115.85 + 79 123.9 318 2 1 -116.432 73.7769 -144.45 + 79 137.199 1268 2 0 -116.452 73.7834 -145.85 + 79 146.446 316 1 1 -116.857 73.9271 -174.45 + 79 295.848 1269 1 0 -116.872 73.93 -175.85 + 79 113.765 315 0 1 -117.138 73.9588 -204.45 + 79 94.6149 1269 0 0 -117.153 73.9621 -205.85 + 79 153.046 1270 1 0 -117.576 74.05 -175.987 + 79 246.674 326 7 1 -114.95 73.0466 5.39355 +Number of digits in this event = 17 +Using G4ParticleGun ... +2.24551 LIN +proton +Event: 80 +Number of tracker hits in this event = 24 + 80 108.428 907 11 1 1.60481 -43.9134 125.55 + 80 128.991 680 11 0 1.60466 -43.9153 124.15 + 80 121.782 907 10 1 1.60918 -43.9469 95.55 + 80 128.883 680 10 0 1.60853 -43.9486 94.15 + 80 133.631 907 9 1 1.58674 -43.983 65.55 + 80 123.557 680 9 0 1.58602 -43.9834 64.15 + 80 96.497 907 8 1 1.57268 -43.995 35.55 + 80 186.365 680 8 0 1.57291 -43.9988 34.15 + 80 107.228 907 7 1 1.56701 -44.075 5.55 + 80 188.176 679 7 0 1.567 -44.0789 4.15 + 80 136.355 907 6 1 1.57739 -44.1522 -24.45 + 80 376.64 679 6 0 1.58029 -44.1569 -25.85 + 80 131.516 907 5 1 1.64817 -44.2506 -54.45 + 80 128.415 678 5 0 1.65333 -44.2553 -55.85 + 80 113.198 908 4 1 1.76338 -44.3526 -84.45 + 80 200.321 678 4 0 1.76851 -44.3612 -85.85 + 80 113.471 909 3 1 1.85931 -44.5308 -114.45 + 80 131.003 677 3 0 1.86297 -44.5359 -115.85 + 80 116.837 909 2 1 1.93787 -44.6363 -144.45 + 80 189.393 677 2 0 1.94066 -44.6404 -145.85 + 80 115.326 909 1 1 2.00238 -44.721 -174.45 + 80 95.3999 676 1 0 2.0023 -44.7241 -175.85 + 80 89.4718 909 0 1 2.01162 -44.7894 -204.45 + 80 158.62 676 0 0 2.01435 -44.7909 -205.85 +Number of digits in this event = 16 +Using G4ParticleGun ... +2.47664 LIN +proton +Event: 81 +Number of tracker hits in this event = 20 + 81 136.783 1076 9 1 35.3987 -130.087 65.55 + 81 88.0697 250 9 0 35.3972 -130.087 64.15 + 81 90.893 1076 8 1 35.3663 -130.085 35.55 + 81 97.6524 250 8 0 35.3656 -130.087 34.15 + 81 126.508 1076 7 1 35.3475 -130.124 5.55 + 81 108.666 250 7 0 35.3454 -130.125 4.15 + 81 149.614 1076 6 1 35.2902 -130.142 -24.45 + 81 146.734 250 6 0 35.2899 -130.144 -25.85 + 81 163.469 1076 5 1 35.2912 -130.2 -54.45 + 81 158.219 249 5 0 35.2936 -130.2 -55.85 + 81 132.523 1076 4 1 35.3418 -130.222 -84.45 + 81 101.565 249 4 0 35.3456 -130.222 -85.85 + 81 165.668 1076 3 1 35.4218 -130.222 -114.45 + 81 116.018 249 3 0 35.4268 -130.221 -115.85 + 81 121.408 1077 2 1 35.5279 -130.2 -144.45 + 81 126.22 249 2 0 35.5323 -130.201 -145.85 + 81 143.657 1077 1 1 35.6182 -130.223 -174.45 + 81 110.914 249 1 0 35.6205 -130.226 -175.85 + 81 126.694 1078 0 1 35.673 -130.279 -204.45 + 81 107.903 249 0 0 35.676 -130.281 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +1.83753 LIN +proton +Event: 82 +Number of tracker hits in this event = 39 + 82 107.787 1356 8 1 91.4196 -102.643 35.55 + 82 104.432 387 8 0 91.4232 -102.645 34.15 + 82 120.052 1356 7 1 91.4924 -102.688 5.55 + 82 209.374 387 7 0 91.4955 -102.691 4.15 + 82 167.841 1356 6 1 91.548 -102.758 -24.45 + 82 128.857 386 6 0 91.5496 -102.763 -25.85 + 82 123.719 1357 5 1 91.5835 -102.863 -54.45 + 82 124.937 386 5 0 91.5834 -102.873 -55.85 + 82 116.25 1357 4 1 91.5641 -103.086 -84.45 + 82 121.697 385 4 0 91.5641 -103.093 -85.85 + 82 103.585 1357 3 1 91.5688 -103.228 -114.45 + 82 215.47 384 3 0 91.5676 -103.232 -115.85 + 82 123.642 1356 2 1 91.5298 -103.334 -144.45 + 82 152.767 384 2 0 91.5357 -103.334 -145.85 + 82 160.676 1357 1 1 91.6559 -103.324 -174.45 + 82 149.776 384 1 0 91.6633 -103.324 -175.85 + 82 124.872 1358 0 1 91.8189 -103.323 -204.45 + 82 108.6 384 0 0 91.826 -103.325 -205.85 + 82 522.678 354 0 0 90.7697 -109.325 -206.25 + 82 2881.15 353 0 0 90.7627 -109.35 -206.181 + 82 4310.39 1352 0 1 90.6015 -109.908 -204.85 + 82 1138.03 1351 0 1 90.55 -110.089 -204.511 + 82 190.971 377 0 0 103.795 -104.672 -206.25 + 82 26.2636 1420 0 1 104.339 -104.818 -204.85 + 82 205.551 1421 0 1 104.35 -104.821 -204.822 + 82 243.421 365 1 0 114.82 -107.071 -176.25 + 82 26.1213 1475 1 1 115.327 -107.183 -174.85 + 82 161.158 1476 1 1 115.35 -107.188 -174.787 + 82 202.498 358 2 0 127.351 -108.509 -146.25 + 82 4.09259 1538 2 1 127.944 -108.563 -144.85 + 82 199.905 1539 2 1 127.95 -108.563 -144.836 + 82 337.092 347 3 0 142.388 -110.584 -116.25 + 82 46.7692 1614 3 1 143.108 -110.689 -114.85 + 82 181.694 1615 3 1 143.15 -110.696 -114.768 + 82 237.184 348 4 0 164.219 -110.467 -86.25 + 82 86.7512 1725 4 1 165.258 -110.464 -84.85 + 82 291.894 1726 4 1 165.35 -110.464 -84.7258 + 82 181.645 1727 4 1 165.55 -110.464 -84.4531 + 82 17.8024 1606 7 0 79.3149 141.403 3.90486 +Number of digits in this event = 31 +Using G4ParticleGun ... +6.24207 LIN +proton +Event: 83 +Number of tracker hits in this event = 22 + 83 164.191 1413 10 1 102.935 -24.4276 95.55 + 83 108.83 778 10 0 102.936 -24.4282 94.15 + 83 122.349 1413 9 1 102.947 -24.4372 65.55 + 83 139.265 778 9 0 102.948 -24.4373 64.15 + 83 105.171 1414 8 1 102.96 -24.4365 35.55 + 83 99.0833 778 8 0 102.961 -24.4369 34.15 + 83 125.499 1414 7 1 102.981 -24.4468 5.55 + 83 101.05 778 7 0 102.981 -24.448 4.15 + 83 139.9 1414 6 1 102.983 -24.4708 -24.45 + 83 85.4098 777 6 0 102.984 -24.472 -25.85 + 83 139.302 1414 5 1 103.011 -24.4957 -54.45 + 83 107.619 777 5 0 103.013 -24.496 -55.85 + 83 151.877 1414 4 1 103.042 -24.5062 -84.45 + 83 110.142 777 4 0 103.044 -24.5061 -85.85 + 83 122.032 1414 3 1 103.087 -24.5041 -114.45 + 83 127.398 777 3 0 103.089 -24.5037 -115.85 + 83 146.199 1414 2 1 103.109 -24.4978 -144.45 + 83 101.919 777 2 0 103.11 -24.4974 -145.85 + 83 139.539 1414 1 1 103.129 -24.4976 -174.45 + 83 102.907 777 1 0 103.133 -24.4969 -175.85 + 83 115.956 1415 0 1 103.201 -24.4852 -204.45 + 83 154.572 777 0 0 103.204 -24.4855 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +3.9282 LIN +proton +Event: 84 +Number of tracker hits in this event = 22 + 84 116.655 1249 10 1 69.9743 -50.5295 95.55 + 84 132.725 647 10 0 69.9723 -50.5314 94.15 + 84 259.79 1249 9 1 69.9273 -50.5698 65.55 + 84 130.649 647 9 0 69.9243 -50.5721 64.15 + 84 110.812 1249 8 1 69.8635 -50.6266 35.55 + 84 105.267 647 8 0 69.8605 -50.6288 34.15 + 84 116.102 1248 7 1 69.8022 -50.6704 5.55 + 84 107.622 646 7 0 69.7991 -50.6722 4.15 + 84 121.288 1248 6 1 69.7356 -50.7144 -24.45 + 84 105.072 646 6 0 69.7334 -50.716 -25.85 + 84 120.983 1248 5 1 69.6896 -50.7474 -54.45 + 84 116.548 646 5 0 69.689 -50.7473 -55.85 + 84 117.489 1248 4 1 69.6694 -50.7567 -84.45 + 84 119.299 646 4 0 69.6666 -50.7581 -85.85 + 84 145.842 1247 3 1 69.6091 -50.7924 -114.45 + 84 94.43 646 3 0 69.6068 -50.7934 -115.85 + 84 113.448 1247 2 1 69.5564 -50.8145 -144.45 + 84 147.882 646 2 0 69.5526 -50.8153 -145.85 + 84 92.8907 1247 1 1 69.4661 -50.8287 -174.45 + 84 84.6013 646 1 0 69.4652 -50.8329 -175.85 + 84 111.348 1246 0 1 69.442 -50.9147 -204.45 + 84 106.471 645 0 0 69.4397 -50.9204 -205.85 +Number of digits in this event = 8 +Using G4ParticleGun ... +8.88372 LIN +proton +Event: 85 +Number of tracker hits in this event = 24 + 85 140.425 510 11 1 -78.0326 -20.9073 125.55 + 85 156.612 795 11 0 -78.033 -20.9077 124.15 + 85 132.365 510 10 1 -78.0395 -20.9143 95.55 + 85 109.858 795 10 0 -78.0406 -20.9139 94.15 + 85 109.857 509 9 1 -78.0607 -20.9021 65.55 + 85 142.125 795 9 0 -78.0612 -20.9014 64.15 + 85 105.766 509 8 1 -78.0745 -20.8841 35.55 + 85 160.825 795 8 0 -78.0751 -20.8827 34.15 + 85 146.6 509 7 1 -78.0851 -20.8535 5.55 + 85 115.766 795 7 0 -78.0866 -20.8519 4.15 + 85 98.8346 509 6 1 -78.1189 -20.8175 -24.45 + 85 170.703 796 6 0 -78.1196 -20.8139 -25.85 + 85 122.787 509 5 1 -78.1327 -20.7418 -54.45 + 85 110.609 796 5 0 -78.1335 -20.7377 -55.85 + 85 107.141 509 4 1 -78.1498 -20.6517 -84.45 + 85 107.001 797 4 0 -78.1515 -20.6467 -85.85 + 85 111.898 509 3 1 -78.1835 -20.5414 -114.45 + 85 118.054 797 3 0 -78.1841 -20.5357 -115.85 + 85 117.804 509 2 1 -78.1954 -20.415 -144.45 + 85 113.392 798 2 0 -78.1966 -20.4086 -145.85 + 85 171.125 509 1 1 -78.218 -20.2776 -174.45 + 85 129.838 798 1 0 -78.2186 -20.2717 -175.85 + 85 149.623 509 0 1 -78.2291 -20.1501 -204.45 + 85 144.653 799 0 0 -78.2293 -20.144 -205.85 +Number of digits in this event = 13 +Using G4ParticleGun ... +2.48431 LIN +proton +Event: 86 +Number of tracker hits in this event = 22 + 86 181.769 1233 10 1 66.8322 -62.2844 95.55 + 86 171.161 588 10 0 66.8322 -62.2862 94.15 + 86 190.88 1233 9 1 66.832 -62.3189 65.55 + 86 218.785 588 9 0 66.8325 -62.3179 64.15 + 86 182.718 1233 8 1 66.8197 -62.2988 35.55 + 86 92.0799 588 8 0 66.8199 -62.2962 34.15 + 86 110.939 1233 7 1 66.8352 -62.2644 5.55 + 86 119.513 588 7 0 66.8353 -62.2647 4.15 + 86 122.121 1233 6 1 66.8395 -62.2732 -24.45 + 86 125.122 588 6 0 66.8396 -62.2741 -25.85 + 86 120.795 1233 5 1 66.8362 -62.3014 -54.45 + 86 111.502 588 5 0 66.8372 -62.3022 -55.85 + 86 127.932 1234 4 1 66.8597 -62.3104 -84.45 + 86 111.267 588 4 0 66.8618 -62.3095 -85.85 + 86 198.775 1234 3 1 66.8949 -62.2908 -114.45 + 86 115.465 588 3 0 66.8934 -62.2914 -115.85 + 86 102.824 1234 2 1 66.8556 -62.2929 -144.45 + 86 129.691 588 2 0 66.8566 -62.2945 -145.85 + 86 194.422 1234 1 1 66.8757 -62.3232 -174.45 + 86 93.0741 588 1 0 66.8815 -62.3255 -175.85 + 86 124.968 1234 0 1 67.0022 -62.3775 -204.45 + 86 111.222 588 0 0 67.0087 -62.3811 -205.85 +Number of digits in this event = 14 +Using G4ParticleGun ... +9.39159 LIN +proton +Event: 87 +Number of tracker hits in this event = 24 + 87 123.569 626 11 1 -54.7429 -42.743 125.55 + 87 104.531 686 11 0 -54.743 -42.7432 124.15 + 87 131.316 626 10 1 -54.749 -42.7497 95.55 + 87 126.862 686 10 0 -54.7493 -42.7497 94.15 + 87 96.2083 626 9 1 -54.7544 -42.7564 65.55 + 87 175.541 686 9 0 -54.7552 -42.7574 64.15 + 87 108.123 626 8 1 -54.7699 -42.7796 35.55 + 87 119.179 686 8 0 -54.7708 -42.7807 34.15 + 87 115.292 626 7 1 -54.7879 -42.8012 5.55 + 87 135.745 686 7 0 -54.7885 -42.8014 4.15 + 87 89.4819 626 6 1 -54.8038 -42.8066 -24.45 + 87 106.136 686 6 0 -54.8043 -42.8077 -25.85 + 87 150.321 626 5 1 -54.8177 -42.8299 -54.45 + 87 132.026 686 5 0 -54.8176 -42.8317 -55.85 + 87 100.859 626 4 1 -54.817 -42.8702 -84.45 + 87 130.625 685 4 0 -54.8167 -42.8717 -85.85 + 87 108.738 626 3 1 -54.8119 -42.9037 -114.45 + 87 93.6509 685 3 0 -54.8115 -42.9046 -115.85 + 87 88.7792 626 2 1 -54.8022 -42.9198 -144.45 + 87 118.751 685 2 0 -54.8026 -42.9207 -145.85 + 87 106.109 626 1 1 -54.8107 -42.9377 -174.45 + 87 158.159 685 1 0 -54.8107 -42.9391 -175.85 + 87 217.151 626 0 1 -54.8101 -42.9683 -204.45 + 87 122.267 685 0 0 -54.8101 -42.9695 -205.85 +Number of digits in this event = 12 +Using G4ParticleGun ... +8.99557 LIN +proton +Event: 88 +Number of tracker hits in this event = 20 + 88 124.193 463 9 1 -87.4193 -101.359 65.55 + 88 99.2181 393 9 0 -87.4194 -101.359 64.15 + 88 101.722 463 8 1 -87.4223 -101.368 35.55 + 88 119.142 393 8 0 -87.4224 -101.369 34.15 + 88 162.018 463 7 1 -87.4247 -101.369 5.55 + 88 103.557 393 7 0 -87.424 -101.369 4.15 + 88 186.67 463 6 1 -87.4058 -101.354 -24.45 + 88 103.72 393 6 0 -87.4047 -101.354 -25.85 + 88 127.289 463 5 1 -87.3805 -101.348 -54.45 + 88 109.232 394 5 0 -87.3799 -101.349 -55.85 + 88 244.221 463 4 1 -87.3632 -101.353 -84.45 + 88 133.283 393 4 0 -87.3613 -101.353 -85.85 + 88 172.491 463 3 1 -87.3206 -101.347 -114.45 + 88 96.925 394 3 0 -87.3186 -101.346 -115.85 + 88 142.614 463 2 1 -87.2802 -101.335 -144.45 + 88 101.185 394 2 0 -87.2779 -101.334 -145.85 + 88 115.048 464 1 1 -87.2278 -101.316 -174.45 + 88 105.635 394 1 0 -87.2247 -101.316 -175.85 + 88 107.356 464 0 1 -87.1642 -101.317 -204.45 + 88 110.711 394 0 0 -87.1612 -101.317 -205.85 +Number of digits in this event = 9 +Using G4ParticleGun ... +8.64716 LIN +proton +Event: 89 +Number of tracker hits in this event = 32 + 89 113.407 867 11 1 -6.52646 -60.7979 125.55 + 89 97.9409 596 11 0 -6.52853 -60.7978 124.15 + 89 116.12 867 10 1 -6.56963 -60.7966 95.55 + 89 95.1425 596 10 0 -6.5714 -60.7974 94.15 + 89 119.908 867 9 1 -6.60601 -60.809 65.55 + 89 91.0091 596 9 0 -6.608 -60.8101 64.15 + 89 91.4081 866 8 1 -6.65093 -60.8367 35.55 + 89 119.065 596 8 0 -6.65304 -60.8382 34.15 + 89 276.659 866 7 1 -6.69825 -60.8649 5.55 + 89 373.662 595 7 0 -6.70065 -60.8662 4.15 + 89 104.848 866 6 1 -6.74898 -60.895 -24.45 + 89 127.751 595 6 0 -6.75128 -60.8972 -25.85 + 89 126.794 866 5 1 -6.80016 -60.9421 -54.45 + 89 100.208 595 5 0 -6.80237 -60.9444 -55.85 + 89 108.833 866 4 1 -6.84517 -60.9916 -84.45 + 89 175.836 595 4 0 -6.84709 -60.9943 -85.85 + 89 145.194 865 3 1 -6.89193 -61.0466 -114.45 + 89 102.22 595 3 0 -6.89392 -61.049 -115.85 + 89 157.237 865 2 1 -6.93524 -61.0987 -144.45 + 89 179.966 594 2 0 -6.93732 -61.102 -145.85 + 89 124.052 865 1 1 -6.97766 -61.1682 -174.45 + 89 124.858 594 1 0 -6.97949 -61.1711 -175.85 + 89 133.804 865 0 1 -7.01923 -61.2304 -204.45 + 89 163.259 594 0 0 -7.02087 -61.2331 -205.85 + 89 72.6726 596 0 0 -6.63476 -60.7472 -205.85 + 89 37.0934 597 0 0 -6.55607 -60.65 -206.129 + 89 194.507 646 0 0 11.3232 -50.8402 -206.25 + 89 67.7298 967 0 1 13.5248 -51.1822 -204.85 + 89 109.511 968 0 1 13.65 -51.315 -204.722 + 89 114.529 883 1 0 70.5857 -3.43639 -176.25 + 89 58.6006 189 7 0 -8.72101 -142.28 3.75002 + 89 107.876 188 7 0 -8.71651 -142.35 3.78085 +Number of digits in this event = 15 +Using G4ParticleGun ... +9.74759 LIN +proton +Event: 90 +Number of tracker hits in this event = 16 + 90 124.158 450 10 1 -90.0229 53.3648 95.55 + 90 103.627 1166 10 0 -90.0229 53.3656 94.15 + 90 112.874 450 9 1 -90.0251 53.3819 65.55 + 90 124.618 1166 9 0 -90.0243 53.3831 64.15 + 90 121.207 450 8 1 -90.0082 53.4064 35.55 + 90 106.81 1166 8 0 -90.0083 53.4076 34.15 + 90 114.73 450 7 1 -90.011 53.4311 5.55 + 90 130.412 1166 7 0 -90.0118 53.4328 4.15 + 90 132.36 450 6 1 -90.0268 53.4708 -24.45 + 90 125.227 1167 6 0 -90.0277 53.4727 -25.85 + 90 150.869 450 5 1 -90.0441 53.5119 -54.45 + 90 116.902 1167 5 0 -90.0453 53.5138 -55.85 + 90 70.6224 449 3 1 -90.1504 53.6588 -114.683 + 90 224.533 448 3 1 -90.35 53.8083 -114.714 + 90 534.856 447 3 1 -90.55 53.9313 -114.707 + 90 19.072 446 3 1 -90.75 53.9014 -114.647 +Number of digits in this event = 10 +Using G4ParticleGun ... +2.59869 LIN +proton +Event: 91 +Number of tracker hits in this event = 23 + 91 156.969 333 9 1 -113.473 48.2433 65.55 + 91 111.698 1140 9 0 -113.476 48.2456 64.15 + 91 140.833 333 8 1 -113.532 48.299 35.55 + 91 230.766 1141 8 0 -113.534 48.3033 34.15 + 91 131.341 332 7 1 -113.593 48.3956 5.55 + 91 179.521 1141 7 0 -113.596 48.4034 4.15 + 91 86.9658 332 6 1 -113.651 48.5658 -24.45 + 91 98.0037 1142 6 0 -113.654 48.5756 -25.85 + 91 118.993 332 5 1 -113.714 48.7646 -54.45 + 91 209.485 1143 5 0 -113.718 48.7723 -55.85 + 91 177.833 331 4 1 -113.791 48.9291 -84.45 + 91 105.677 1144 4 0 -113.794 48.9384 -85.85 + 91 103.59 331 3 1 -113.84 49.1318 -114.45 + 91 98.6477 1145 3 0 -113.841 49.139 -115.85 + 91 146.523 331 2 1 -113.872 49.2861 -144.45 + 91 117.339 1146 2 0 -113.874 49.2953 -145.85 + 91 145.625 331 1 1 -113.934 49.4776 -174.45 + 91 163.405 1147 1 0 -113.939 49.4871 -175.85 + 91 117.508 330 0 1 -114.02 49.6851 -204.45 + 91 133.252 1148 0 0 -114.025 49.6953 -205.85 + 91 96.342 1718 4 0 -178.433 163.75 -86.2284 + 91 184.546 1719 4 0 -178.456 163.95 -86.1403 + 91 209.716 332 9 1 -113.55 48.2437 65.4883 +Number of digits in this event = 16 +Using G4ParticleGun ... +5.39336 LIN +proton +Event: 92 +Number of tracker hits in this event = 21 + 92 135.188 1338 9 1 87.8256 -91.5657 65.55 + 92 102.309 442 9 0 87.8255 -91.5648 64.15 + 92 144.191 1338 8 1 87.8228 -91.5451 35.55 + 92 100.862 443 8 0 87.824 -91.5445 34.15 + 92 182.536 1338 7 1 87.8441 -91.5324 5.55 + 92 135.941 443 7 0 87.8446 -91.5311 4.15 + 92 108.68 1339 6 1 87.8532 -91.5024 -24.45 + 92 249.667 443 6 0 87.8527 -91.5005 -25.85 + 92 125.842 1338 5 1 87.8464 -91.4573 -54.45 + 92 133.722 443 5 0 87.8461 -91.4553 -55.85 + 92 123.851 1338 4 1 87.8391 -91.4095 -84.45 + 92 154.221 443 4 0 87.8404 -91.4002 -85.85 + 92 127.533 1339 3 1 87.865 -91.2123 -114.45 + 92 124.333 444 3 0 87.8659 -91.2029 -115.85 + 92 107.489 1339 2 1 87.8876 -91.0082 -144.45 + 92 97.904 445 2 0 87.8892 -90.9987 -145.85 + 92 161.071 1339 1 1 87.9195 -90.8104 -174.45 + 92 114.508 446 1 0 87.9225 -90.8002 -175.85 + 92 132.84 1339 0 1 87.9819 -90.5878 -204.45 + 92 136.11 447 0 0 87.9854 -90.5775 -205.85 + 92 76.4 448 0 0 87.9883 -90.5496 -206.042 +Number of digits in this event = 15 +Using G4ParticleGun ... +5.15389 LIN +proton +Event: 93 +Number of tracker hits in this event = 27 + 93 125.099 850 11 1 -9.91874 19.1468 125.55 + 93 105.52 995 11 0 -9.91803 19.1487 124.15 + 93 129.558 850 10 1 -9.89713 19.1851 95.55 + 93 115.594 995 10 0 -9.89813 19.1874 94.15 + 93 106.78 850 9 1 -9.92004 19.2341 65.55 + 93 103.402 995 9 0 -9.91935 19.2364 64.15 + 93 142.098 850 8 1 -9.91141 19.2822 35.55 + 93 109.737 996 8 0 -9.91206 19.2848 34.15 + 93 100.044 850 7 1 -9.93316 19.3349 5.55 + 93 112.174 996 7 0 -9.93384 19.3382 4.15 + 93 121.229 850 6 1 -9.94591 19.3985 -24.45 + 93 159.094 996 6 0 -9.94728 19.402 -25.85 + 93 123.76 850 5 1 -9.97296 19.4777 -54.45 + 93 95.2694 997 5 0 -9.97384 19.4813 -55.85 + 93 141.008 850 4 1 -9.99729 19.5566 -84.45 + 93 122.424 997 4 0 -9.99923 19.5603 -85.85 + 93 142.414 850 3 1 -10.0361 19.6394 -114.45 + 93 100.493 997 3 0 -10.0391 19.6421 -115.85 + 93 93.2033 849 2 1 -10.1022 19.6956 -144.45 + 93 113.552 998 2 0 -10.1048 19.6969 -145.85 + 93 191.707 849 1 1 -10.1541 19.7263 -174.45 + 93 137.044 998 1 0 -10.1566 19.7281 -175.85 + 93 113.867 849 0 1 -10.2078 19.7616 -204.45 + 93 134.578 998 0 0 -10.2107 19.7626 -205.85 + 93 66.3995 997 6 0 -9.9446 19.45 -26.0437 + 93 148.622 987 9 0 -8.85619 17.5716 64.15 + 93 121.246 856 9 1 -8.69138 15.311 65.15 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.64443 LIN +proton +Event: 94 +Number of tracker hits in this event = 31 + 94 103.748 1006 11 1 21.2991 35.0854 125.55 + 94 122.577 1075 11 0 21.3004 35.0846 124.15 + 94 116.916 1006 10 1 21.3211 35.0597 95.55 + 94 161.389 1075 10 0 21.3254 35.0586 94.15 + 94 115.176 1006 9 1 21.4113 35.0336 65.55 + 94 101.149 1074 9 0 21.4106 35.0377 64.15 + 94 102.032 1006 8 1 21.3946 35.1265 35.55 + 94 100.481 1075 8 0 21.393 35.1288 34.15 + 94 128.165 1006 7 1 21.3663 35.1749 5.55 + 94 105.234 1075 7 0 21.3665 35.1801 4.15 + 94 114.765 1006 6 1 21.3652 35.2797 -24.45 + 94 96.4622 1076 6 0 21.3663 35.283 -25.85 + 94 286.199 1006 5 1 21.3999 35.3509 -54.45 + 94 96.1816 1076 5 0 21.4006 35.3537 -55.85 + 94 116.657 1006 4 1 21.4142 35.4177 -84.45 + 94 120.501 1076 4 0 21.415 35.4232 -85.85 + 94 160.188 1006 3 1 21.4236 35.5367 -114.45 + 94 87.317 1077 3 0 21.4243 35.5415 -115.85 + 94 148.29 1006 2 1 21.4387 35.6508 -144.45 + 94 118.624 1078 2 0 21.4385 35.6551 -145.85 + 94 95.5214 1006 1 1 21.4479 35.7482 -174.45 + 94 135.044 1078 1 0 21.4488 35.7536 -175.85 + 94 135.072 1007 0 1 21.4701 35.8648 -204.45 + 94 125.623 1079 0 0 21.474 35.8694 -205.85 + 94 169.646 1107 0 0 15.4298 41.4912 -206.25 + 94 24.8389 969 0 1 13.9364 41.7038 -204.85 + 94 64.2513 968 0 1 13.85 41.7132 -204.77 + 94 35.3397 967 0 1 13.65 41.7307 -204.785 + 94 323.39 1104 0 0 11.5519 41.0406 -205.85 + 94 121.639 1141 0 0 47.9376 48.3048 -206.25 + 94 0.852832 1077 2 0 21.4285 35.65 -146.247 +Number of digits in this event = 15 +Using G4ParticleGun ... +1.9995 LIN +proton +Event: 95 +Number of tracker hits in this event = 32 + 95 138.485 353 8 1 -109.547 92.3603 35.55 + 95 121.647 1361 8 0 -109.546 92.3585 34.15 + 95 119.833 353 7 1 -109.541 92.3267 5.55 + 95 97.4304 1360 7 0 -109.543 92.3256 4.15 + 95 100.841 352 6 1 -109.593 92.2999 -24.45 + 95 112.069 1360 6 0 -109.595 92.3015 -25.85 + 95 88.8479 352 5 1 -109.657 92.3444 -54.45 + 95 105.959 1360 5 0 -109.658 92.3419 -55.85 + 95 193.612 352 4 1 -109.677 92.2874 -84.45 + 95 271.449 1360 4 0 -109.679 92.286 -85.85 + 95 110.186 352 3 1 -109.711 92.2433 -114.45 + 95 113.727 1360 3 0 -109.71 92.2391 -115.85 + 95 113.894 352 2 1 -109.685 92.1646 -144.45 + 95 107.648 1360 2 0 -109.684 92.1592 -145.85 + 95 269.691 352 1 1 -109.651 92.0537 -174.45 + 95 106.246 1359 1 0 -109.647 92.0497 -175.85 + 95 124.396 352 0 1 -109.591 91.9641 -204.45 + 95 99.4647 1359 0 0 -109.59 91.9593 -205.85 + 95 23.4938 1362 1 0 -109.361 92.7048 -175.85 + 95 93.2063 1363 1 0 -109.341 92.75 -175.931 + 95 14.1711 1114 1 0 29.9013 42.8755 -176.25 + 95 54.8079 1113 1 0 29.9481 42.85 -176.241 + 95 69.5056 1112 1 0 30.0865 42.6499 -176.217 + 95 60.7862 1111 1 0 30.1916 42.4499 -176.149 + 95 59.79 1110 1 0 30.3037 42.2492 -176.098 + 95 66.416 1109 1 0 30.4261 42.05 -176.053 + 95 63.7128 1108 1 0 30.5159 41.85 -176.016 + 95 68.2797 1107 1 0 30.5707 41.6498 -175.967 + 95 304.929 1106 1 0 30.7334 41.45 -175.935 + 95 87.2915 886 1 0 44.0562 -2.76822 -176.25 + 95 201.936 885 1 0 44.0496 -2.85 -176.048 + 95 44.8513 1361 4 0 -109.676 92.35 -85.8911 +Number of digits in this event = 10 +Using G4ParticleGun ... +1.1975 LIN +proton +Event: 96 +Number of tracker hits in this event = 79 + 96 146.614 776 11 1 -24.7909 16.6553 125.55 + 96 127.175 983 11 0 -24.7905 16.6582 124.15 + 96 127.858 776 10 1 -24.7885 16.7073 95.55 + 96 306.214 983 10 0 -24.7936 16.7127 94.15 + 96 149.684 775 9 1 -24.8875 16.7825 65.55 + 96 173.531 983 9 0 -24.8959 16.7821 64.15 + 96 140.833 774 8 1 -25.0729 16.7683 35.55 + 96 105.86 983 8 0 -25.0803 16.7644 34.15 + 96 198.367 774 7 1 -25.2209 16.6917 5.55 + 96 122.457 983 7 0 -25.2262 16.686 4.15 + 96 117.606 773 6 1 -25.3281 16.5692 -24.45 + 96 125.14 982 6 0 -25.3331 16.566 -25.85 + 96 140.191 773 5 1 -25.424 16.5149 -54.45 + 96 115.1 982 5 0 -25.4261 16.51 -55.85 + 96 182.186 772 4 1 -25.4644 16.409 -84.45 + 96 251.626 981 4 0 -25.4667 16.4018 -85.85 + 96 111.32 772 3 1 -25.5121 16.2628 -114.45 + 96 118.657 981 3 0 -25.5079 16.2562 -115.85 + 96 134.192 773 2 1 -25.4274 16.1253 -144.45 + 96 115.468 980 2 0 -25.427 16.1209 -145.85 + 96 106.101 773 1 1 -25.4169 16.0475 -174.45 + 96 129.625 979 1 0 -25.414 16.0393 -175.85 + 96 104.661 773 0 1 -25.3853 15.8663 -204.45 + 96 108.974 979 0 0 -25.3881 15.8574 -205.85 + 96 160.591 1219 4 0 49.3654 63.85 -85.9477 + 96 28.5936 1122 6 1 44.4561 114.355 -24.85 + 96 260.329 1123 6 1 44.65 114.591 -24.451 + 96 207.663 1124 6 1 44.85 114.654 -24.7175 + 96 6.84934 1391 0 0 67.1936 98.546 -206.25 + 96 139.792 1392 0 0 67.192 98.5503 -206.246 + 96 148.48 1288 8 0 126.631 77.7426 33.75 + 96 41.4254 1524 8 1 125.086 78.2081 35.15 + 96 124.03 1523 8 1 124.95 78.2507 35.2461 + 96 203.029 1522 8 1 124.75 78.371 35.422 + 96 591.872 1521 8 1 124.55 78.4017 35.5475 + 96 149.568 1403 9 1 100.909 75.2616 65.55 + 96 42.6387 819 2 0 84.4063 -16.2153 -146.25 + 96 193.935 818 2 0 84.5291 -16.25 -146.167 + 96 50.9545 1332 2 1 86.4827 -16.8207 -144.85 + 96 164.203 1333 2 1 86.6502 -16.8711 -144.737 + 96 56.2818 1334 2 1 86.85 -16.93 -144.606 + 96 12.8778 1335 2 1 87.05 -16.9931 -144.474 + 96 174.549 773 3 0 116.159 -25.2631 -116.25 + 96 204.58 1486 3 1 117.382 -25.6353 -114.85 + 96 82.5432 1487 3 1 117.55 -25.6883 -114.645 + 96 143.989 771 4 0 140.15 -25.8395 -86.25 + 96 64.808 1605 4 1 141.284 -25.8856 -84.85 + 96 101.062 1606 4 1 141.35 -25.8883 -84.771 + 96 56.2133 1607 4 1 141.55 -25.8871 -84.5373 + 96 7.84123 806 5 0 161.293 -18.656 -56.25 + 96 179.711 807 5 0 161.309 -18.65 -56.2262 + 96 46.3601 1710 5 1 162.247 -18.316 -54.85 + 96 95.5791 1711 5 1 162.35 -18.2778 -54.7012 + 96 10.4082 834 2 0 81.3739 -13.2424 -146.25 + 96 286.119 833 2 0 81.4066 -13.25 -146.226 + 96 14.4372 1315 2 1 83.2103 -13.6165 -144.85 + 96 70.9601 1316 2 1 83.2501 -13.6227 -144.819 + 96 74.485 1317 2 1 83.4503 -13.6545 -144.663 + 96 21.7166 1318 2 1 83.65 -13.687 -144.506 + 96 96.391 791 3 0 127.089 -21.8003 -116.25 + 96 405.773 790 3 0 127.354 -21.85 -116.079 + 96 34.4159 1545 3 1 129.215 -22.1818 -114.85 + 96 92.7275 1546 3 1 129.35 -22.2057 -114.76 + 96 70.0484 1547 3 1 129.55 -22.241 -114.629 + 96 23.1947 1548 3 1 129.75 -22.2787 -114.498 + 96 162.963 739 4 0 158.142 -32.0919 -86.25 + 96 9.98232 1696 4 1 159.516 -32.6161 -84.85 + 96 82.9884 1697 4 1 159.55 -32.6295 -84.8154 + 96 61.3484 1698 4 1 159.75 -32.7136 -84.5988 + 96 120.113 733 5 0 175.277 -33.4212 -56.2498 + 96 6.84561 1779 5 1 176.137 -33.4062 -54.85 + 96 301.705 1780 5 1 176.15 -33.4059 -54.8288 + 96 48.1777 1781 5 1 176.35 -33.4163 -54.5152 + 96 163.615 1210 0 0 119.838 62.0865 -206.25 + 96 366.695 1211 0 0 120.174 62.25 -205.999 + 96 296.006 980 4 0 -25.4096 16.25 -86.1858 + 96 296.283 773 4 1 -25.45 16.3897 -84.5847 + 96 40.2266 1296 8 0 0.575958 79.3194 33.75 + 96 158.6 1059 10 0 -24.3924 31.9789 93.7501 +Number of digits in this event = 43 +Using G4ParticleGun ... +9.66937 LIN proton Event: 97 -Number of tracker hits in this event = 22 - 97 131.157 651 10 1 -49.6857 81.896 95.55 - 97 166.651 1309 10 0 -49.6865 81.898 94.15 - 97 125.937 651 9 1 -49.7091 81.9446 65.55 - 97 110.093 1309 9 0 -49.7054 81.9475 64.15 - 97 141.321 652 8 1 -49.6298 82.0052 35.55 - 97 92.5928 1309 8 0 -49.6279 82.0072 34.15 - 97 166.648 652 7 1 -49.5879 82.0585 5.55 - 97 173.343 1310 7 0 -49.5834 82.0603 4.15 - 97 115.902 652 6 1 -49.4903 82.0961 -24.45 - 97 160.974 1310 6 0 -49.4858 82.0957 -25.85 - 97 151.755 653 5 1 -49.3914 82.0814 -54.45 - 97 126.526 1310 5 0 -49.3899 82.0839 -55.85 - 97 149.483 653 4 1 -49.3554 82.1433 -84.45 - 97 107.113 1310 4 0 -49.3541 82.1471 -85.85 - 97 116.745 653 3 1 -49.3262 82.2235 -114.45 - 97 100.115 1310 3 0 -49.3264 82.2254 -115.85 - 97 150.121 653 2 1 -49.3225 82.2607 -144.45 - 97 139.021 1311 2 0 -49.3248 82.2613 -145.85 - 97 130.375 653 1 1 -49.3623 82.2897 -174.45 - 97 111.972 1311 1 0 -49.3637 82.2915 -175.85 - 97 97.6992 653 0 1 -49.3987 82.3386 -204.45 - 97 114.797 1311 0 0 -49.3986 82.343 -205.85 -Number of digits in this event = 14 +Number of tracker hits in this event = 40 + 97 34.3912 488 11 1 -82.3005 5.99035 125.263 + 97 111.734 929 11 0 -82.3005 5.99037 124.15 + 97 85.9837 488 10 1 -82.3034 5.99268 95.55 + 97 192.215 929 10 0 -82.3031 5.99248 94.15 + 97 196.621 488 9 1 -82.2981 5.98934 65.55 + 97 198.064 929 9 0 -82.2982 5.98949 64.15 + 97 103.3 488 8 1 -82.2991 5.99058 35.55 + 97 177.43 929 8 0 -82.2988 5.99102 34.15 + 97 153.732 488 7 1 -82.2896 5.99907 5.55 + 97 130.365 929 7 0 -82.2893 6.00016 4.15 + 97 123.102 488 6 1 -82.2851 6.022 -24.45 + 97 110.581 929 6 0 -82.2854 6.02272 -25.85 + 97 126.034 488 5 1 -82.2955 6.03764 -54.45 + 97 120.625 929 5 0 -82.2964 6.0382 -55.85 + 97 126.269 488 4 1 -82.312 6.05044 -84.45 + 97 121.042 930 4 0 -82.3131 6.051 -85.85 + 97 168.188 488 3 1 -82.3359 6.06133 -114.45 + 97 119.368 930 3 0 -82.3382 6.06154 -115.85 + 97 167.498 488 2 1 -82.3877 6.06479 -144.45 + 97 137.699 930 2 0 -82.3906 6.06533 -145.85 + 97 101.4 487 1 1 -82.4515 6.07409 -174.45 + 97 167.845 930 1 0 -82.4546 6.07448 -175.85 + 97 107.975 487 0 1 -82.5246 6.07942 -204.45 + 97 170.919 930 0 0 -82.5284 6.07993 -205.85 + 97 50.0707 489 3 1 -82.25 5.95699 -114.688 + 97 112.931 928 3 0 -82.1316 5.81463 -115.85 + 97 22.0025 929 3 0 -82.1363 5.85 -116.181 + 97 152.813 1126 3 0 -112.133 45.2587 -116.25 + 97 320.514 339 3 1 -112.281 44.935 -114.85 + 97 130.816 489 6 1 -82.249 5.99993 -24.45 + 97 91.6678 490 6 1 -82.05 5.71943 -24.7232 + 97 75.3977 491 6 1 -81.85 5.43023 -24.7699 + 97 29.0749 918 6 0 -81.0934 3.73055 -25.85 + 97 111.142 917 6 0 -81.0507 3.65 -25.9045 + 97 155 906 6 0 -82.7695 1.35952 -26.2498 + 97 70.2071 483 6 1 -83.3909 0.902869 -24.8498 + 97 98.8115 482 6 1 -83.45 0.862931 -24.6776 + 97 79.866 481 6 1 -83.65 0.775285 -24.6526 + 97 285.921 480 6 1 -83.8504 0.795746 -24.6848 + 97 191.97 479 6 1 -84.05 0.979604 -24.7222 +Number of digits in this event = 23 Using G4ParticleGun ... -7.47692 LIN +9.51752 LIN proton Event: 98 -Number of tracker hits in this event = 25 - 98 167.427 681 10 1 -43.7899 -99.5199 95.55 - 98 119.602 403 10 0 -43.7891 -99.5207 94.15 - 98 135.384 681 9 1 -43.7682 -99.5343 65.55 - 98 192.973 403 9 0 -43.7676 -99.5346 64.15 - 98 112.495 681 8 1 -43.7632 -99.5353 35.55 - 98 139.847 403 8 0 -43.7626 -99.5363 34.15 - 98 131.169 681 7 1 -43.7503 -99.5582 5.55 - 98 100.634 402 7 0 -43.7508 -99.5596 4.15 - 98 107.301 681 6 1 -43.7641 -99.5882 -24.45 - 98 115.099 402 6 0 -43.7632 -99.5903 -25.85 - 98 238.165 681 5 1 -43.7414 -99.637 -54.45 - 98 130.027 402 5 0 -43.7406 -99.6383 -55.85 - 98 90.9596 681 4 1 -43.7248 -99.6635 -84.45 - 98 94.443 402 4 0 -43.7249 -99.6642 -85.85 - 98 111.013 681 3 1 -43.7289 -99.6809 -114.45 - 98 116.344 402 3 0 -43.7282 -99.6808 -115.85 - 98 134.45 681 2 1 -43.7128 -99.6784 -144.45 - 98 100.457 402 2 0 -43.7129 -99.6772 -145.85 - 98 109.478 681 1 1 -43.7157 -99.6514 -174.45 - 98 157.055 402 1 0 -43.7159 -99.6498 -175.85 - 98 138.162 681 0 1 -43.7194 -99.613 -204.45 - 98 174.292 402 0 0 -43.7205 -99.6117 -205.85 - 98 152.289 682 10 1 -43.65 -99.4864 95.4271 - 98 4.23386 394 10 0 -42.9521 -101.337 94.15 - 98 335.683 393 10 0 -42.9436 -101.35 94.1414 -Number of digits in this event = 14 +Number of tracker hits in this event = 19 + 98 105.889 177 8 1 -144.602 14.5931 35.55 + 98 118.259 972 8 0 -144.602 14.5927 34.15 + 98 133.096 177 7 1 -144.596 14.5852 5.55 + 98 138.865 972 7 0 -144.596 14.5852 4.15 + 98 139.305 177 6 1 -144.598 14.5839 -24.45 + 98 167.574 972 6 0 -144.598 14.5835 -25.85 + 98 163.471 177 5 1 -144.593 14.5733 -54.45 + 98 88.5108 972 5 0 -144.593 14.5727 -55.85 + 98 115.57 177 4 1 -144.587 14.5594 -84.45 + 98 115.979 972 4 0 -144.586 14.5585 -85.85 + 98 197.124 177 3 1 -144.588 14.5373 -114.45 + 98 113.197 972 3 0 -144.588 14.5366 -115.85 + 98 130.029 177 2 1 -144.586 14.5213 -144.45 + 98 119.866 972 2 0 -144.586 14.5212 -145.85 + 98 377.267 177 1 1 -144.585 14.5233 -174.45 + 98 123.809 972 1 0 -144.585 14.5237 -175.85 + 98 109.191 177 0 1 -144.584 14.5308 -204.45 + 98 106.923 972 0 0 -144.584 14.5312 -205.85 + 98 5.4626 176 1 1 -144.75 14.4657 -174.811 +Number of digits in this event = 10 Using G4ParticleGun ... -5.07593 LIN +9.48544 LIN proton Event: 99 -Number of tracker hits in this event = 26 - 99 119.507 478 10 1 -84.2747 13.3099 95.55 - 99 125.663 966 10 0 -84.2746 13.3095 94.15 - 99 154.117 478 9 1 -84.2691 13.2953 65.55 - 99 131.728 966 9 0 -84.2682 13.2957 64.15 - 99 90.7715 479 8 1 -84.2464 13.3061 35.55 - 99 116.549 966 8 0 -84.2463 13.3073 34.15 - 99 207.332 479 7 1 -84.2473 13.3317 5.55 - 99 106.046 966 7 0 -84.2482 13.332 4.15 - 99 116.056 478 6 1 -84.256 13.343 -24.45 - 99 108.556 966 6 0 -84.2569 13.3441 -25.85 - 99 96.5925 478 5 1 -84.2647 13.3859 -54.45 - 99 112.867 966 5 0 -84.2651 13.3867 -55.85 - 99 116.075 478 4 1 -84.2796 13.4061 -84.45 - 99 170.639 966 4 0 -84.2798 13.4069 -85.85 - 99 174.755 478 3 1 -84.282 13.4223 -114.45 - 99 98.7111 966 3 0 -84.2815 13.4242 -115.85 - 99 110.027 478 2 1 -84.2687 13.4659 -144.45 - 99 227.337 967 2 0 -84.2693 13.4671 -145.85 - 99 87.0297 478 1 1 -84.2854 13.493 -174.45 - 99 100.415 967 1 0 -84.2871 13.4937 -175.85 - 99 90.3831 478 0 1 -84.32 13.5035 -204.45 - 99 196.248 967 0 0 -84.3223 13.5046 -205.85 - 99 117.888 966 0 0 -84.3656 13.45 -206.028 - 99 21.5539 986 2 0 -83.6503 17.3539 -145.85 - 99 17.5431 483 2 1 -83.2569 15.4555 -144.85 - 99 81.9766 484 2 1 -83.25 15.4482 -144.847 -Number of digits in this event = 9 +Number of tracker hits in this event = 22 + 99 121.333 1387 10 1 97.7462 -57.3203 95.55 + 99 133.061 613 10 0 97.7463 -57.3217 94.15 + 99 115.225 1387 9 1 97.7486 -57.3498 65.55 + 99 176.806 613 9 0 97.7488 -57.3504 64.15 + 99 124.23 1388 8 1 97.7554 -57.3632 35.55 + 99 99.7445 613 8 0 97.7561 -57.3631 34.15 + 99 99.0783 1388 7 1 97.7656 -57.3667 5.55 + 99 107.97 613 7 0 97.7653 -57.3673 4.15 + 99 146.26 1388 6 1 97.7618 -57.3799 -24.45 + 99 115.617 613 6 0 97.7622 -57.3798 -25.85 + 99 112.904 1388 5 1 97.7699 -57.3757 -54.45 + 99 97.0341 613 5 0 97.7718 -57.3748 -55.85 + 99 234.145 1388 4 1 97.8121 -57.3541 -84.45 + 99 110.421 613 4 0 97.8139 -57.3538 -85.85 + 99 199.451 1388 3 1 97.8538 -57.3443 -114.45 + 99 110.156 613 3 0 97.8557 -57.3428 -115.85 + 99 120.248 1388 2 1 97.8946 -57.313 -144.45 + 99 168.205 613 2 0 97.8968 -57.3118 -145.85 + 99 154.363 1388 1 1 97.9438 -57.2902 -174.45 + 99 117.552 613 1 0 97.946 -57.2895 -175.85 + 99 140.008 1389 0 1 97.9877 -57.2785 -204.45 + 99 106.483 613 0 0 97.9892 -57.2778 -205.85 +Number of digits in this event = 12 Run terminated. Run Summary Number of events processed : 100 - User=3.940000s Real=6.028330s Sys=0.020000s + User=3.620000s Real=3.839175s Sys=0.050000s End of Run 0 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -5607,3174 +5524,3440 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -4.79105 LIN +7.19361 LIN gamma Event: 0 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 139 + 0 225.838 1168 9 1 53.6783 -85.4702 65.55 + 0 385.962 472 9 0 53.6782 -85.4702 64.15 + 0 211.165 1168 8 1 53.6763 -85.4404 35.55 + 0 120.303 473 8 0 53.6884 -85.4462 34.15 + 0 276.543 1169 7 1 53.9616 -85.5404 5.55 + 0 254.984 472 7 0 53.9776 -85.5691 4.15 + 0 112.71 1171 6 1 54.272 -86.1688 -24.45 + 0 115.463 469 6 0 54.2905 -86.1919 -25.85 + 0 134.144 1173 5 1 54.744 -86.676 -54.45 + 0 103.079 466 5 0 54.7525 -86.6918 -55.85 + 0 246.901 1172 4 1 54.5987 -87.3058 -84.4523 + 0 122.92 463 4 0 54.578 -87.2766 -85.8502 + 0 113.466 1171 3 1 54.3559 -86.8422 -114.45 + 0 156.312 465 3 0 54.2651 -86.8965 -115.85 + 0 162.967 1162 2 1 52.4769 -87.7895 -144.45 + 0 31.8587 461 2 0 52.4379 -87.8452 -145.85 + 0 101.578 460 2 0 52.4342 -87.85 -145.96 + 0 117.641 1158 1 1 51.8079 -89.0256 -174.45 + 0 117.795 455 1 0 51.7729 -88.9705 -175.85 + 0 105.052 1156 0 1 51.3046 -88.224 -204.45 + 0 125.501 459 0 0 51.4312 -88.2109 -205.85 + 0 80.514 746 6 0 113.395 -30.8445 -26.25 + 0 196.053 747 6 0 113.494 -30.6499 -25.9425 + 0 58.116 863 2 0 159.978 -7.45 -146.058 + 0 134.659 464 4 0 54.5464 -87.25 -86.1423 + 0 10.7806 465 4 0 54.3995 -87.05 -86.2329 + 0 15.5646 923 4 0 2.49031 4.83096 -86.2499 + 0 134.475 924 4 0 2.47333 4.85012 -86.24 + 0 197.616 1133 4 0 -31.2553 46.7749 -86.2499 + 0 105.439 1134 4 0 -31.1564 46.85 -86.0879 + 0 261.542 1483 4 1 116.779 6.93818 -84.85 + 0 53.3212 898 4 0 133.494 -0.25 -86.185 + 0 63.841 651 5 0 85.7871 -49.7192 -56.25 + 0 281.681 473 7 0 53.967 -85.4409 4.15 + 0 213.067 1170 6 1 54.1285 -83.5266 -24.45 + 0 145.579 483 6 0 54.0894 -83.4003 -25.85 + 0 111.227 1164 5 1 53.0261 -80.6578 -54.45 + 0 0.990694 1165 5 1 53.05 -80.5809 -54.844 + 0 107.145 498 5 0 53.108 -80.3782 -55.85 + 0 42.293 524 4 0 54.6685 -75.0698 -85.85 + 0 96.3823 525 4 0 54.6769 -75.05 -85.9937 + 0 109.596 1184 3 1 56.9072 -70.8696 -114.45 + 0 232.301 546 3 0 56.7471 -70.7361 -115.85 + 0 97.6392 1170 2 1 54.132 -68.2274 -144.45 + 0 150.306 560 2 0 53.8968 -67.9879 -145.85 + 0 106.634 1145 1 1 49.0709 -62.9812 -174.45 + 0 55.1644 586 1 0 49.1127 -62.6894 -175.85 + 0 53.8283 587 1 0 49.1174 -62.65 -176.035 + 0 184.493 1145 0 1 49.0523 -55.2934 -204.45 + 0 2.46632 631 0 0 49.109 -53.6594 -205.85 + 0 79.8908 632 0 0 49.1093 -53.65 -205.858 + 0 60.9452 633 0 0 49.1156 -53.45 -206.036 + 0 9.06729 634 0 0 49.1249 -53.25 -206.219 + 0 153.655 1144 0 1 49.05 -55.2718 -204.458 + 0 190.758 1143 0 1 48.85 -55.1188 -204.471 + 0 177.156 1124 0 1 45.0238 -66.9349 -204.45 + 0 101.186 564 0 0 44.9041 -67.055 -205.85 + 0 194.614 1123 0 1 44.8497 -66.8108 -204.474 + 0 391.572 1122 0 1 44.6486 -66.5955 -204.45 + 0 142.398 1121 0 1 44.45 -65.7332 -204.781 + 0 154.887 472 8 0 53.6765 -85.4674 34.15 + 0 402.844 1168 7 1 53.6859 -85.399 5.55 + 0 145.111 1168 6 1 53.6727 -85.309 -24.45 + 0 122.941 473 6 0 53.6736 -85.3047 -25.85 + 0 111.122 1168 5 1 53.7011 -85.214 -54.45 + 0 113.283 474 5 0 53.7029 -85.2094 -55.85 + 0 295.819 1168 4 1 53.7337 -85.1154 -84.45 + 0 129.552 474 4 0 53.7353 -85.1099 -85.85 + 0 172.355 1168 3 1 53.7651 -84.9966 -114.45 + 0 101.462 475 3 0 53.7663 -84.9911 -115.85 + 0 0.644172 1168 2 1 53.6548 -84.8799 -144.45 + 0 95.5991 1167 2 1 53.65 -84.8788 -144.451 + 0 168.682 1166 2 1 53.45 -84.8086 -144.489 + 0 63.8288 1165 2 1 53.25 -84.7502 -144.52 + 0 57.9507 1164 2 1 53.05 -84.6807 -144.548 + 0 52.4598 1163 2 1 52.85 -84.6291 -144.555 + 0 88.3177 1161 2 1 52.45 -84.5549 -144.542 + 0 65.0627 1160 2 1 52.25 -84.5105 -144.527 + 0 44.3191 1159 2 1 52.0499 -84.4982 -144.511 + 0 60.1728 1158 2 1 51.85 -84.5095 -144.472 + 0 58.3562 1157 2 1 51.65 -84.5148 -144.468 + 0 57.3118 1156 2 1 51.4186 -84.4772 -144.45 + 0 141.264 1155 2 1 51.2497 -84.5261 -144.505 + 0 60.4354 1154 2 1 51.05 -84.5942 -144.601 + 0 71.4965 1153 2 1 50.85 -84.6541 -144.709 + 0 32.1903 1152 2 1 50.6498 -84.7277 -144.806 + 0 297.096 471 2 0 48.19 -85.6654 -145.85 + 0 79.3657 470 2 0 47.6961 -85.85 -146.19 + 0 77.6434 774 0 0 88.4728 -25.25 -206.184 + 0 239.523 754 3 0 25.8886 -29.1721 -116.25 + 0 82.7993 1060 3 1 32.05 -29.1531 -114.821 + 0 10.3923 731 2 0 -157.455 -33.7054 -146.25 + 0 47.1678 1184 6 1 56.9928 -86.2528 -24.4507 + 0 65.44 1185 6 1 57.05 -86.1989 -24.6048 + 0 152.986 471 6 0 57.4782 -85.7669 -25.85 + 0 12.2527 472 6 0 57.5917 -85.65 -26.2023 + 0 10.1449 1241 5 1 68.4424 -75.8214 -54.45 + 0 175.816 1242 5 1 68.4501 -75.8088 -54.4765 + 0 2.13127 523 5 0 68.8324 -75.2555 -55.85 + 0 130.268 524 5 0 68.8364 -75.25 -55.8639 + 0 31.3865 1286 4 1 77.2757 -65.4747 -84.45 + 0 191.54 1285 4 1 77.25 -65.3692 -84.5354 + 0 74.0449 581 4 0 76.851 -63.8286 -85.85 + 0 65.9403 582 4 0 76.8153 -63.65 -86.0063 + 0 117.088 583 4 0 76.781 -63.45 -86.1976 + 0 116.133 1269 3 1 74.029 -36.4465 -114.45 + 0 121.978 719 3 0 74.1376 -36.2105 -115.85 + 0 124.222 1301 2 1 80.3838 -34.744 -144.45 + 0 91.1985 1302 2 1 80.45 -34.5354 -144.65 + 0 14.2653 732 2 0 80.6346 -33.4765 -145.85 + 0 108.314 733 2 0 80.6393 -33.45 -145.88 + 0 26.2261 734 2 0 80.7232 -33.25 -146.161 + 0 72.7069 520 5 0 68.4436 -75.98 -55.8501 + 0 325.302 519 5 0 68.512 -76.05 -56.0745 + 0 267.383 518 5 0 68.844 -76.2501 -56.1419 + 0 119.247 471 7 0 53.6736 -85.6976 4.14931 + 0 276.467 442 6 0 54.0977 -91.7001 -25.85 + 0 39.8464 1148 5 1 49.7627 -89.2688 -54.4501 + 0 107.819 1147 5 1 49.65 -89.2233 -54.521 + 0 56.0444 1146 5 1 49.45 -89.1707 -54.6254 + 0 135.784 1145 5 1 49.25 -89.1268 -54.6936 + 0 91.6634 1144 5 1 49.05 -89.0621 -54.7374 + 0 49.7476 1143 5 1 48.85 -88.9885 -54.7599 + 0 61.9617 1142 5 1 48.65 -88.9119 -54.7772 + 0 51.4844 1141 5 1 48.45 -88.8324 -54.8184 + 0 6.34444 1140 5 1 48.25 -88.7819 -54.847 + 0 284.842 462 5 0 40.104 -87.5102 -55.85 + 0 145.667 463 5 0 39.598 -87.45 -55.9917 + 0 201.329 461 5 0 38.624 -87.65 -56.0257 + 0 96.1104 460 5 0 38.2914 -87.8502 -56.0114 + 0 74.8493 459 5 0 38.0225 -88.05 -55.9569 + 0 42.8462 458 5 0 37.8162 -88.2504 -55.8862 + 0 17.8471 1070 5 1 34.1007 -91.2696 -54.85 + 0 82.9986 1069 5 1 34.0493 -91.3093 -54.8319 + 0 70.9674 1068 5 1 33.8498 -91.5133 -54.7486 + 0 313.844 1067 5 1 33.65 -91.7432 -54.6918 + 0 91.511 1066 5 1 33.45 -92.0375 -54.5597 + 0 69.075 435 5 0 32.4809 -92.9988 -55.85 + 0 72.5074 443 6 0 54.0493 -91.55 -26.0111 +Number of digits in this event = 57 Using G4ParticleGun ... -7.34407 LIN +8.21185 LIN gamma Event: 1 -Number of tracker hits in this event = 16 - 1 243.693 547 2 1 -70.5593 23.1872 -144.45 - 1 340.538 1015 2 0 -70.5438 23.1861 -145.85 - 1 220.679 549 1 1 -70.2484 23.2225 -174.45 - 1 294.928 1015 1 0 -70.2338 23.2118 -175.85 - 1 121.737 549 0 1 -70.0798 22.9418 -204.45 - 1 107.375 1014 0 0 -70.11 22.9313 -205.85 - 1 75.5344 1016 1 0 -70.1562 23.25 -175.923 - 1 16.3349 553 1 1 -69.4049 25.7053 -174.85 - 1 173.824 1034 1 0 -69.7389 26.9064 -175.85 - 1 127.823 547 1 1 -70.5728 23.2034 -174.45 - 1 134.018 547 0 1 -70.5743 23.2235 -204.45 - 1 192.106 1015 0 0 -70.5732 23.2243 -205.85 - 1 100.628 558 0 1 -68.3667 43.1754 -204.85 - 1 134.181 559 0 1 -68.25 43.4196 -204.471 - 1 235.267 560 0 1 -68.05 43.5293 -204.599 - 1 24.0012 1107 0 0 -64.2236 41.65 -206.195 -Number of digits in this event = 14 +Number of tracker hits in this event = 3 + 1 13.5647 663 4 0 -39.0926 -47.4207 -86.25 + 1 31.7991 662 4 0 -39.0999 -47.45 -86.2117 + 1 119.891 632 4 0 -22.0141 -53.507 -86.25 +Number of digits in this event = 2 Using G4ParticleGun ... -4.40893 LIN +6.94612 LIN gamma Event: 2 -Number of tracker hits in this event = 1 - 2 51.1986 387 1 1 -102.572 -143.026 -174.45 -Number of digits in this event = 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -2.34185 LIN +9.94016 LIN gamma Event: 3 -Number of tracker hits in this event = 71 - 3 274.989 907 10 1 1.5481 33.7708 95.55 - 3 301.389 1068 10 0 1.54346 33.7838 94.15 - 3 103.303 907 9 1 1.45888 34.0504 65.55 - 3 113.732 1069 9 0 1.45542 34.0287 64.15 - 3 141.946 906 8 1 1.39763 33.6171 35.55 - 3 140.902 1067 8 0 1.38778 33.6008 34.15 - 3 113.924 905 7 1 1.12724 33.2631 5.55 - 3 112.063 1066 7 0 1.12159 33.2748 4.15 - 3 110.884 904 6 1 1.01289 33.4912 -24.45 - 3 134.839 1067 6 0 0.994896 33.5186 -25.85 - 3 210.154 902 5 1 0.603588 34.0391 -54.45 - 3 123.992 1069 5 0 0.596985 34.0303 -55.85 - 3 126.056 900 4 1 0.230586 33.6947 -84.45 - 3 113.193 1068 4 0 0.219656 33.7395 -85.85 - 3 176.193 899 3 1 -0.227039 35.1736 -114.45 - 3 215.221 1076 3 0 -0.248299 35.2611 -115.85 - 3 127.668 897 2 1 -0.462269 36.7472 -144.45 - 3 178.855 1083 2 0 -0.43967 36.7886 -145.85 - 3 136.16 898 1 1 -0.258134 37.7031 -174.45 - 3 163.598 1090 1 0 -0.240705 38.168 -175.85 - 3 46.2514 1091 1 0 -0.236218 38.25 -176.089 - 3 146.675 901 0 1 0.346605 48.8328 -204.45 - 3 4.46842 1146 0 0 0.32264 49.4426 -205.85 - 3 128.329 1147 0 0 0.322357 49.45 -205.867 - 3 257.598 1113 1 0 19.747 42.7605 -176.25 - 3 172.244 1114 1 0 19.8317 42.85 -176.063 - 3 191.507 900 0 1 0.143892 47.0403 -204.45 - 3 18.8563 1103 1 0 9.32553 40.65 -175.915 - 3 145.943 914 1 1 3.02721 36.1896 -174.45 - 3 136.426 1081 1 0 2.58205 36.3879 -175.85 - 3 100.189 858 0 1 -8.39568 39.3934 -204.45 - 3 123.232 1095 0 0 -8.46406 39.1265 -205.85 - 3 12.5225 1676 4 0 19.0984 155.519 -86.25 - 3 208.237 1677 4 0 19.1005 155.55 -86.2297 - 3 5.66798 1678 4 0 19.0252 155.75 -86.2449 - 3 69.016 1749 6 0 -117.21 169.95 -26.1456 - 3 239.693 312 6 1 -117.64 170.735 -24.85 - 3 8.81156 313 6 1 -117.55 170.82 -24.8315 - 3 25.1843 908 10 1 1.65 33.7638 95.2432 - 3 110.22 948 9 1 9.72683 33.5745 65.55 - 3 124.879 1067 9 0 10.0502 33.5553 64.15 - 3 145.216 983 8 1 16.823 32.9608 35.55 - 3 118.278 1065 8 0 16.9024 33.1389 34.15 - 3 6.62326 991 7 1 18.4403 35.1017 5.55 - 3 297.235 992 7 1 18.45 35.1074 5.52856 - 3 66.1462 1076 7 0 19.1177 35.4139 4.15 - 3 69.2695 1077 7 0 19.2002 35.45 3.9842 - 3 137.213 1068 6 1 33.6797 41.2408 -24.45 - 3 116.911 1107 6 0 34.2867 41.5675 -25.85 - 3 82.5637 1126 5 1 45.2753 47.372 -54.4508 - 3 63.0709 1127 5 1 45.45 47.3316 -54.6829 - 3 173.333 1135 5 0 46.4175 47.1506 -55.85 - 3 12.6515 1134 5 0 46.7354 47.05 -56.2161 - 3 58.8457 1259 4 1 71.8882 38.1922 -84.45 - 3 74.8808 1260 4 1 72.0501 38.1157 -84.5906 - 3 53.0727 1261 4 1 72.2501 38.0212 -84.7497 - 3 85.8283 1086 4 0 73.8244 37.3446 -85.85 - 3 161.339 1085 4 0 74.0386 37.25 -85.9953 - 3 21.0097 1464 3 1 113.075 15.9406 -114.45 - 3 49.6323 1465 3 1 113.15 15.9298 -114.464 - 3 52.6837 1466 3 1 113.35 15.9034 -114.496 - 3 140.394 1467 3 1 113.55 15.8892 -114.532 - 3 44.2663 1468 3 1 113.75 15.8736 -114.583 - 3 115.145 1469 3 1 113.95 15.8602 -114.649 - 3 70.7922 1470 3 1 114.15 15.8546 -114.738 - 3 26.0617 1471 3 1 114.35 15.8486 -114.814 - 3 478.88 978 3 0 117.233 15.7874 -115.85 - 3 54.1506 977 3 0 118.631 15.65 -116.218 - 3 12.7668 1474 3 1 114.95 15.6026 -114.545 - 3 59.8591 1475 3 1 115.15 15.575 -114.548 - 3 84.4177 1325 0 1 85.1318 47.3124 -204.85 -Number of digits in this event = 34 +Number of tracker hits in this event = 6 + 3 109.134 991 8 1 18.3069 16.1511 35.15 + 3 33.4611 437 11 0 -135.661 -92.5961 123.75 + 3 128.048 436 11 0 -135.637 -92.75 123.978 + 3 711.387 435 11 0 -135.51 -92.95 124.104 + 3 2.07591 114 1 1 -157.28 -74.7165 -174.85 + 3 19.677 529 1 0 -158.583 -74.1713 -175.85 +Number of digits in this event = 5 Using G4ParticleGun ... -5.19332 LIN +9.96527 LIN gamma Event: 4 Number of tracker hits in this event = 1 - 4 59.7586 1145 0 1 49.05 136.613 -204.728 -Number of digits in this event = 3 + 4 32.7441 1642 7 0 156.34 148.55 3.81911 +Number of digits in this event = 2 Using G4ParticleGun ... -1.96413 LIN +7.28345 LIN gamma Event: 5 -Number of tracker hits in this event = 32 - 5 301.893 1097 3 1 39.5669 20.4308 -114.45 - 5 464.681 1001 3 0 39.5315 20.3944 -115.85 - 5 117.109 1093 2 1 38.8442 19.7255 -144.45 - 5 140.119 998 2 0 38.8231 19.6951 -145.85 - 5 197.436 1091 1 1 38.4468 19.1263 -174.45 - 5 150.27 995 1 0 38.4364 19.1068 -175.85 - 5 124.959 1090 0 1 38.1908 18.718 -204.45 - 5 184.519 993 0 0 38.184 18.7039 -205.85 - 5 89.172 1770 5 1 174.223 -31.5327 -54.85 - 5 66.4183 292 5 0 -35.3567 -121.55 -56.1111 - 5 136.464 724 5 1 -35.2424 -122.135 -54.8499 - 5 23.5478 288 5 0 -33.4641 -122.54 -55.85 - 5 114.276 287 5 0 -33.4562 -122.55 -55.8823 - 5 177.837 994 0 0 38.2052 18.85 -205.904 - 5 60.8668 1093 0 1 38.65 18.8816 -204.691 - 5 163.253 1097 2 1 39.5386 20.3608 -144.45 - 5 222.715 1001 2 0 39.5304 20.3606 -145.85 - 5 130.791 1096 1 1 39.3783 20.3463 -174.45 - 5 438.859 1001 1 0 39.361 20.3565 -175.85 - 5 613.56 1094 0 1 39.0161 20.557 -204.45 - 5 436.508 1002 0 0 38.98 20.5555 -205.85 - 5 26.8778 1046 0 0 51.5465 29.3904 -206.25 - 5 42.8727 1047 0 0 51.5972 29.45 -206.221 - 5 149.719 1095 0 1 39.05 20.5148 -204.693 - 5 71.4209 951 0 0 126.889 10.3833 -206.25 - 5 33.0888 469 1 1 -86.1824 -30.4505 -174.45 - 5 45.7324 1002 1 0 39.3454 20.45 -175.989 - 5 17.6124 1002 2 0 39.4261 20.45 -146.202 - 5 138.571 1055 2 0 26.5885 31.1461 -146.25 - 5 154.215 1054 2 0 26.4642 31.05 -145.987 - 5 172.237 1032 2 1 26.4986 30.5445 -144.85 - 5 5.15983 1059 2 0 26.9923 31.9595 -145.85 -Number of digits in this event = 20 +Number of tracker hits in this event = 54 + 5 242.547 1308 6 1 81.8334 83.0832 -24.45 + 5 301.013 1315 6 0 81.8334 83.0836 -25.85 + 5 238.893 1308 5 1 81.835 83.0906 -54.45 + 5 254.022 1315 5 0 81.8341 83.0898 -55.85 + 5 378.393 1308 4 1 81.8129 83.0734 -84.45 + 5 231.398 1315 4 0 81.8115 83.0738 -85.85 + 5 260.982 1308 3 1 81.7733 83.0761 -114.45 + 5 134.371 1315 3 0 81.7716 83.0758 -115.85 + 5 304.899 1308 2 1 81.7369 83.0675 -144.45 + 5 352.851 1315 2 0 81.7353 83.0656 -145.85 + 5 642.288 1308 1 1 81.6943 83.0204 -174.45 + 5 171.629 1314 1 0 81.6939 83.0155 -175.85 + 5 413.609 1308 0 1 81.6912 82.9206 -204.45 + 5 385.37 1314 0 0 81.702 82.9166 -205.85 + 5 140.931 876 4 1 -4.65 58.0577 -84.7538 + 5 132.385 1218 11 1 63.815 -15.7519 125.55 + 5 52.8205 1623 6 1 144.757 165.971 -24.85 + 5 79.749 1624 6 1 144.95 166.027 -24.5346 + 5 210.129 1313 1 0 81.7505 82.85 -175.962 + 5 140.209 1312 0 1 82.502 79.6399 -204.45 + 5 120.79 1297 0 0 82.3974 79.5278 -205.85 + 5 115.708 1315 1 0 81.6123 83.1389 -175.85 + 5 89.5703 1299 0 1 79.9789 85.4725 -204.45 + 5 80.4445 1300 0 1 80.05 85.4636 -204.769 + 5 95.3832 1326 0 0 80.2921 85.4401 -205.85 + 5 246.551 1288 1 0 61.3639 77.7226 -176.25 + 5 277.824 1316 1 0 81.6023 83.3177 -175.85 + 5 138.723 1301 0 1 80.4462 87.584 -204.45 + 5 162.263 1339 0 0 80.3556 87.8856 -205.85 + 5 136.487 1245 2 0 88.2224 69.2301 -146.25 + 5 25.1812 1346 2 1 89.3845 69.1806 -144.85 + 5 67.5551 1347 2 1 89.45 69.1779 -144.78 + 5 99.5775 1348 2 1 89.6501 69.1456 -144.573 + 5 147.676 1349 2 1 89.8952 68.9391 -144.45 + 5 129.554 1243 2 0 90.6494 68.8072 -145.85 + 5 33.0535 1244 2 0 90.7317 68.85 -146.13 + 5 184.435 1305 0 1 81.1068 83.625 -204.45 + 5 91.3433 1317 0 0 81.1083 83.625 -205.85 + 5 82.416 1304 0 1 81.05 83.5352 -204.56 + 5 40.387 1320 0 0 81.1067 84.146 -205.85 + 5 164.967 1321 0 0 81.1358 84.25 -205.959 + 5 136.771 1322 0 0 81.1046 84.45 -205.939 + 5 230.288 1323 0 0 80.9342 84.65 -206.068 + 5 571.713 1307 2 1 81.6498 83.0981 -144.539 + 5 29.8045 1306 2 1 81.45 83.1093 -144.802 + 5 112.24 1313 3 0 81.7917 82.76 -115.85 + 5 136.803 1313 2 0 81.644 82.7428 -145.85 + 5 127.572 1307 1 1 81.5356 82.7639 -174.45 + 5 122.001 1306 0 1 81.2739 82.632 -204.45 + 5 141.137 1312 0 0 81.2604 82.6114 -205.85 + 5 15.6863 139 5 1 -152.244 149.752 -54.85 + 5 16.2772 959 1 0 99.6262 12.05 -176.168 + 5 92.3725 793 3 0 100.638 -21.3488 -116.25 + 5 143.035 792 3 0 100.585 -21.45 -116.139 +Number of digits in this event = 39 Using G4ParticleGun ... -5.76803 LIN +7.20864 LIN gamma Event: 6 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 76 + 6 181.062 803 10 0 -108.122 -19.4423 93.984 + 6 230.557 360 9 1 -108.11 -19.4446 65.55 + 6 254.225 803 9 0 -108.111 -19.4419 64.15 + 6 435.699 360 8 1 -108.117 -19.3909 35.55 + 6 238.863 803 8 0 -108.117 -19.3887 34.15 + 6 204.987 360 7 1 -108.127 -19.3403 5.55 + 6 115.91 803 7 0 -108.13 -19.3418 4.15 + 6 130.341 359 6 1 -108.195 -19.3722 -24.45 + 6 161.681 803 6 0 -108.198 -19.3764 -25.85 + 6 227.297 359 5 1 -108.273 -19.4641 -54.45 + 6 166.483 802 5 0 -108.277 -19.46 -55.85 + 6 123.344 358 4 1 -108.395 -19.3641 -84.45 + 6 447.578 803 4 0 -108.402 -19.3576 -85.85 + 6 28.1797 358 3 1 -108.549 -19.2287 -114.45 + 6 199.215 357 3 1 -108.55 -19.2285 -114.52 + 6 110.365 804 3 0 -108.561 -19.2241 -115.85 + 6 114.753 356 2 1 -108.814 -19.1137 -144.45 + 6 118.787 804 2 0 -108.83 -19.1082 -145.85 + 6 114.1 355 1 1 -109.144 -19.0091 -174.45 + 6 131.643 805 1 0 -109.162 -19.0072 -175.85 + 6 121.041 353 0 1 -109.51 -18.9741 -204.45 + 6 197.899 805 0 0 -109.522 -18.9728 -205.85 + 6 78.192 354 1 1 -109.197 -19.0773 -174.45 + 6 62.9115 353 1 1 -109.35 -19.1283 -174.701 + 6 258.015 798 1 0 -112.867 -20.2804 -175.85 + 6 93.8884 328 1 1 -114.376 -22.6378 -174.85 + 6 91.4095 329 1 1 -114.35 -22.9092 -174.649 + 6 33.5985 358 5 1 -108.35 -19.3437 -54.7348 + 6 110.647 804 5 0 -108.554 -19.1606 -55.85 + 6 223.826 358 1 1 -108.479 -19.3603 -174.45 + 6 233.372 803 1 0 -108.383 -19.3245 -175.851 + 6 100.866 364 0 1 -107.338 -19.3554 -204.45 + 6 630.66 802 0 0 -107.339 -19.5445 -205.85 + 6 114.205 354 0 1 -109.152 -19.7051 -204.45 + 6 203.984 344 0 1 -111.281 -19.6757 -204.85 + 6 98.5468 801 8 0 -107.35 -19.6718 34.1498 + 6 84.3247 802 8 0 -107.191 -19.65 33.9517 + 6 247.622 360 4 1 -108.058 -19.182 -84.45 + 6 104.285 366 3 1 -106.812 -21.9645 -114.45 + 6 163.048 789 3 0 -106.79 -22.0831 -115.85 + 6 175.745 368 2 1 -106.393 -24.1047 -144.45 + 6 123.456 778 2 0 -106.405 -24.2954 -145.85 + 6 156.789 367 1 1 -106.648 -28.2131 -174.45 + 6 76.5588 758 1 0 -106.584 -28.413 -175.85 + 6 152.616 757 1 0 -106.574 -28.45 -176.098 + 6 115.358 372 0 1 -105.596 -32.6045 -204.45 + 6 118.414 735 0 0 -105.552 -32.8896 -205.85 + 6 150.055 804 4 0 -108.086 -19.2269 -85.85 + 6 126.884 798 3 0 -108.678 -20.378 -115.85 + 6 211.243 351 2 1 -109.766 -21.0573 -144.45 + 6 135.267 794 2 0 -109.766 -21.126 -145.85 + 6 169.569 352 1 1 -109.628 -22.6289 -174.45 + 6 208.879 786 1 0 -109.661 -22.6636 -175.85 + 6 104.398 349 0 1 -110.277 -23.51 -204.45 + 6 110.706 783 0 0 -110.274 -23.3221 -205.85 + 6 142.867 354 7 1 -109.206 -20.2676 5.55 + 6 115.629 798 7 0 -109.327 -20.3 4.15 + 6 107.9 341 6 1 -111.778 -20.884 -24.45 + 6 322.484 795 6 0 -111.965 -21.0063 -25.85 + 6 121.127 320 5 1 -116.004 -23.3464 -54.45 + 6 187.252 782 5 0 -116.195 -23.4577 -55.85 + 6 138.446 299 4 1 -120.163 -25.6643 -84.45 + 6 131.128 771 4 0 -120.425 -25.7282 -85.85 + 6 122.01 272 3 1 -125.682 -27.1549 -114.45 + 6 116.179 764 3 0 -125.862 -27.2002 -115.85 + 6 114.23 252 2 1 -129.658 -27.8892 -144.45 + 6 170.379 760 2 0 -129.907 -28.0215 -145.85 + 6 37.4976 759 2 0 -129.962 -28.05 -146.158 + 6 101.889 224 1 1 -135.242 -30.6087 -174.45 + 6 115.275 746 1 0 -135.412 -30.7133 -175.85 + 6 152.601 206 0 1 -138.77 -33.0192 -204.45 + 6 121.199 734 0 0 -138.851 -33.0823 -205.85 + 6 11.4916 198 0 1 -140.35 -33.5738 -204.711 + 6 36.6745 731 0 0 -140.497 -33.8322 -205.85 + 6 224.233 730 0 0 -140.497 -33.85 -205.914 + 6 183.378 796 6 0 -111.826 -20.8499 -26.1843 +Number of digits in this event = 47 Using G4ParticleGun ... -5.7104 LIN +1.85517 LIN gamma Event: 7 -Number of tracker hits in this event = 19 - 7 16.9011 1666 1 1 153.4 -44.3381 -174.85 - 7 77.1166 676 1 0 153.612 -44.7252 -175.85 - 7 84.7105 1667 1 1 153.607 -45.8112 -174.85 - 7 152.661 815 2 0 -87.1939 -16.9931 -146.25 - 7 124.151 814 2 0 -87.2306 -17.0501 -146.18 - 7 64.436 813 2 0 -87.3209 -17.25 -145.975 - 7 12.4513 462 2 1 -87.6384 -19.1332 -144.85 - 7 192.461 461 2 1 -87.65 -19.1825 -144.822 - 7 190.419 460 2 1 -87.8501 -19.6388 -144.56 - 7 0.268566 800 2 0 -87.8423 -20.0497 -145.85 - 7 195.007 799 2 0 -87.8422 -20.05 -145.851 - 7 138.327 790 0 0 110.249 -22.05 -206.17 - 7 65.6473 1454 0 1 111.063 -21.4647 -204.85 - 7 193.179 1455 0 1 111.15 -21.4433 -204.7 - 7 175.153 1456 0 1 111.35 -21.4043 -204.564 - 7 129.887 1175 2 1 55.1983 -38.8499 -144.85 - 7 13.0758 1280 13 0 -113.681 76.05 184.046 - 7 115.067 327 13 1 -114.565 76.4165 185.15 - 7 155.027 1300 5 0 149.672 80.0936 -56.25 -Number of digits in this event = 13 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -9.8401 LIN +3.41025 LIN gamma Event: 8 -Number of tracker hits in this event = 35 - 8 257.307 1387 3 1 97.7356 104.955 -114.45 - 8 109.122 1423 3 0 97.7359 104.92 -115.85 - 8 238.59 1387 2 1 97.6724 104.299 -144.45 - 8 139.781 1420 2 0 97.6542 104.256 -145.85 - 8 200.75 1385 1 1 97.1785 103.257 -174.45 - 8 2.84573 1384 1 1 97.15 103.232 -174.833 - 8 108.709 1415 1 0 97.0715 103.168 -175.85 - 8 22.785 1414 1 0 97.0487 103.15 -176.145 - 8 136.983 1373 0 1 94.8441 101.336 -204.45 - 8 133.241 1405 0 0 94.7095 101.29 -205.85 - 8 156.734 1386 0 1 97.4691 102.382 -204.45 - 8 144.611 1410 0 0 97.5421 102.27 -205.85 - 8 158.92 1424 3 0 97.736 104.955 -115.85 - 8 169.378 1424 2 0 97.7432 104.967 -145.85 - 8 112.353 1388 1 1 97.7583 104.986 -174.45 - 8 249.92 1424 1 0 97.7595 104.987 -175.85 - 8 137.403 1388 0 1 97.7815 104.995 -204.45 - 8 95.6017 1424 0 0 97.7818 104.995 -205.85 - 8 90.692 612 2 0 167.164 -57.4572 -146.25 - 8 17.2753 1423 1 0 97.8921 104.95 -176.216 - 8 24.2292 820 1 0 152.125 -16.008 -176.25 - 8 212.957 819 1 0 152.073 -16.05 -176.164 - 8 38.8907 1643 1 1 148.926 -17.0904 -174.85 - 8 1.35972 833 1 0 142.904 -13.2533 -175.85 - 8 135.457 834 1 0 142.899 -13.25 -175.851 - 8 84.7876 835 1 0 142.529 -13.05 -175.962 - 8 4.5867 836 1 0 142.397 -12.85 -175.858 - 8 165.487 1606 1 1 141.389 -11.1786 -174.85 - 8 88.3569 1605 1 1 141.35 -11.1185 -174.794 - 8 225.514 1607 1 1 141.55 -10.7974 -174.579 - 8 183.357 848 1 0 141.237 -10.3939 -175.85 - 8 32.3184 909 4 1 1.99343 168.43 -84.85 - 8 98.787 908 4 1 1.85 168.548 -84.6484 - 8 80.8195 1240 1 1 68.25 49.2311 -174.722 - 8 227.755 1512 2 1 122.707 75.87 -144.85 -Number of digits in this event = 20 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -2.75727 LIN +7.83122 LIN gamma Event: 9 -Number of tracker hits in this event = 56 - 9 324.413 364 8 1 -107.187 26.0449 35.55 - 9 256.9 1029 8 0 -107.212 26.0484 34.15 - 9 97.3188 362 7 1 -107.716 25.7732 5.55 - 9 142.018 1028 7 0 -107.714 25.8346 4.15 - 9 130.441 1029 7 0 -107.714 25.85 3.80395 - 9 115.391 359 6 1 -108.218 27.7163 -24.45 - 9 204.825 1039 6 0 -108.22 27.8562 -25.85 - 9 165.527 360 5 1 -108.143 30.7309 -54.45 - 9 125.3 1054 5 0 -108.096 30.9021 -55.85 - 9 116.028 363 4 1 -107.448 34.2829 -84.4502 - 9 110.314 1072 4 0 -107.349 34.4902 -85.8508 - 9 15.1565 372 3 1 -105.556 38.7854 -114.45 - 9 88.5001 373 3 1 -105.55 38.7952 -114.512 - 9 90.3503 1094 3 0 -105.408 39.011 -115.85 - 9 40.2999 1095 3 0 -105.381 39.05 -116.088 - 9 124.741 390 2 1 -102.134 43.6516 -144.45 - 9 19.58 1118 2 0 -101.902 43.8388 -145.85 - 9 107.706 1119 2 0 -101.888 43.85 -145.934 - 9 251.201 413 1 1 -97.4199 47.948 -174.45 - 9 84.3074 1140 1 0 -97.2141 48.1997 -175.85 - 9 27.9294 1141 1 0 -97.1718 48.25 -176.137 - 9 146.277 433 0 1 -93.4847 53.8601 -204.45 - 9 113.323 1170 0 0 -93.2498 54.1495 -205.85 - 9 19.8751 1162 1 0 -120.795 52.4883 -176.25 - 9 42.3078 1161 1 0 -120.764 52.45 -176.217 - 9 92.081 1111 1 0 -75.4883 42.317 -176.25 - 9 125.435 359 5 1 -108.204 30.6674 -54.45 - 9 142.012 364 7 1 -107.177 26.0344 5.55 - 9 142.917 364 6 1 -107.168 26.0107 -24.45 - 9 130.682 1029 6 0 -107.169 26.011 -25.85 - 9 135.445 364 5 1 -107.179 26.0335 -54.45 - 9 171.271 1029 5 0 -107.181 26.0345 -55.85 - 9 132.677 364 4 1 -107.236 26.0642 -84.45 - 9 133.991 1030 4 0 -107.24 26.0672 -85.85 - 9 105.915 364 3 1 -107.324 26.1227 -114.45 - 9 132.416 1030 3 0 -107.328 26.123 -115.85 - 9 103.634 363 2 1 -107.404 26.1329 -144.45 - 9 132.806 1030 2 0 -107.406 26.1338 -145.85 - 9 161.649 363 1 1 -107.47 26.1271 -174.45 - 9 107.837 1030 1 0 -107.469 26.1257 -175.85 - 9 339.555 363 0 1 -107.461 26.0974 -204.45 - 9 240.47 1030 0 0 -107.463 26.0992 -205.85 - 9 174.714 973 3 0 -90.2879 14.7731 -116.25 - 9 215.836 974 3 0 -90.4782 14.85 -116.17 - 9 155.591 1029 0 0 -107.36 25.9679 -205.85 - 9 2.75877 1471 3 0 67.802 114.35 -115.891 - 9 3.33469 1245 3 1 69.2435 114.582 -114.85 - 9 42.0205 1246 3 1 69.25 114.584 -114.846 - 9 101.754 1474 3 0 71.1111 115.135 -115.85 - 9 158.062 1257 3 1 71.4738 114.808 -114.85 - 9 165.736 505 4 0 -107.496 -78.8683 -86.25 - 9 73.4509 514 4 0 -30.2324 -77.05 -86.2354 - 9 37.4399 1540 8 0 -64.2296 128.253 33.75 - 9 91.4104 1541 8 0 -64.1932 128.35 34.0377 - 9 80.7169 577 8 1 -64.6221 132.415 35.15 - 9 121.615 576 8 1 -64.65 132.456 35.1943 -Number of digits in this event = 31 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -7.86887 LIN +6.84386 LIN gamma Event: 10 -Number of tracker hits in this event = 17 - 10 59.0576 1670 10 0 14.1441 154.264 93.75 - 10 68.2882 1671 10 0 14.2436 154.35 93.9174 - 10 155.971 973 10 1 14.792 155.108 95.15 - 10 145.907 974 10 1 14.8502 155.167 95.2681 - 10 8.95133 975 10 1 15.05 155.3 95.512 - 10 103.095 972 10 1 14.65 155.877 95.4654 - 10 137.635 971 10 1 14.45 156.121 95.4818 - 10 137.59 970 10 1 14.25 156.447 95.4615 - 10 34.6829 1688 10 0 13.8933 157.873 94.15 - 10 74.5323 1689 10 0 13.8451 157.95 94.0701 - 10 53.4533 1690 10 0 13.6803 158.15 93.9855 - 10 64.5215 1691 10 0 13.5985 158.35 93.9541 - 10 80.5109 1692 10 0 13.5323 158.55 93.9706 - 10 48.6576 1693 10 0 13.413 158.75 94.05 - 10 106.029 966 10 1 13.3277 159.233 95.15 - 10 112.378 965 10 1 13.2498 159.348 95.2931 - 10 194.285 1791 11 0 25.5793 178.35 123.756 -Number of digits in this event = 8 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -3.19261 LIN +6.6432 LIN gamma Event: 11 -Number of tracker hits in this event = 8 - 11 249.966 743 2 1 -31.3636 -45.0932 -144.45 - 11 302.483 674 2 0 -31.3573 -45.0967 -145.85 - 11 160.988 744 1 1 -31.2187 -45.1664 -174.45 - 11 213.383 674 1 0 -31.2165 -45.1723 -175.85 - 11 161.212 744 0 1 -31.1568 -45.2808 -204.45 - 11 264.054 673 0 0 -31.1549 -45.2866 -205.85 - 11 145.508 743 1 1 -31.4444 -45.1663 -174.45 - 11 115.539 743 0 1 -31.4344 -45.3051 -204.45 -Number of digits in this event = 8 -Using G4ParticleGun ... -7.01517 LIN -gamma -Event: 12 -Number of tracker hits in this event = 72 - 12 257.526 655 6 1 -48.8858 63.7037 -24.45 - 12 213.471 1218 6 0 -48.886 63.7037 -25.85 - 12 256.548 655 5 1 -48.8878 63.7016 -54.45 - 12 104.531 1218 5 0 -48.8878 63.7003 -55.85 - 12 298.89 655 4 1 -48.8906 63.6711 -84.45 - 12 221.671 1218 4 0 -48.8902 63.67 -85.85 - 12 110.269 655 3 1 -48.8876 63.6487 -114.45 - 12 126.931 1217 3 0 -48.8881 63.6462 -115.85 - 12 400.212 655 2 1 -48.9027 63.5943 -144.45 - 12 346.547 1217 2 0 -48.9043 63.5888 -145.85 - 12 266.781 655 1 1 -48.932 63.4736 -174.45 - 12 233.978 1217 1 0 -48.9311 63.4693 -175.85 - 12 349.353 655 0 1 -48.9131 63.3823 -204.45 - 12 272.809 1216 0 0 -48.9105 63.3787 -205.85 - 12 49.8694 1463 6 0 -33.3912 112.915 -26.25 - 12 226.276 1517 5 0 -106.239 123.55 -56.248 - 12 128.481 658 1 1 -48.4035 62.551 -174.45 - 12 112.833 1212 1 0 -48.3768 62.5229 -175.85 - 12 186.796 661 0 1 -47.7477 61.9411 -204.45 - 12 114.614 1209 0 0 -47.7309 61.9071 -205.85 - 12 181.672 1218 1 0 -48.9371 63.6604 -175.85 - 12 47.2923 654 0 1 -49.05 63.3654 -204.473 - 12 187.502 965 4 0 -113.748 13.1187 -86.25 - 12 8.51128 717 6 0 3.30922 -36.522 -26.25 - 12 32.8837 1246 1 0 -38.882 69.2569 -176.25 - 12 173.673 654 4 1 -49.05 63.691 -84.5833 - 12 35.281 653 4 1 -49.25 63.6979 -84.7702 - 12 281.389 1219 4 0 -50.4592 63.8558 -85.8503 - 12 348.15 1220 4 0 -51.0278 64.05 -86.0818 - 12 285.505 641 4 1 -51.7452 62.9043 -84.85 - 12 84.3874 640 4 1 -51.8542 62.7325 -84.4503 - 12 112.422 639 4 1 -52.05 62.8218 -84.6504 - 12 104.433 1211 4 0 -53.1513 62.4038 -85.8501 - 12 67.1087 1210 4 0 -53.3583 62.25 -86.0558 - 12 100.505 1209 4 0 -53.4693 62.05 -86.067 - 12 256.462 657 3 1 -48.4967 63.8202 -114.45 - 12 140.574 1218 3 0 -48.3749 63.7596 -115.85 - 12 109.792 671 2 1 -45.845 62.3318 -144.45 - 12 109.965 1210 2 0 -45.6367 62.2272 -145.85 - 12 217.059 693 1 1 -41.4025 60.4196 -174.45 - 12 11.8575 694 1 1 -41.25 61.1291 -174.826 - 12 6.15032 1214 1 0 -40.8211 63.0281 -175.85 - 12 55.1788 1215 1 0 -40.8163 63.05 -175.862 - 12 64.2685 1216 1 0 -40.7746 63.25 -175.968 - 12 163.896 790 0 1 -21.9894 113.874 -204.45 - 12 91.1384 791 0 1 -21.85 114.218 -204.671 - 12 23.595 1480 0 0 -21.0872 116.279 -205.85 - 12 84.9086 1481 0 0 -21.0618 116.35 -205.89 - 12 91.5433 1482 0 0 -20.9956 116.55 -206.001 - 12 116.65 1483 0 0 -20.9331 116.75 -206.117 - 12 7.71395 1484 0 0 -20.8871 116.95 -206.234 - 12 1.14665 1678 0 0 -9.80735 155.947 -206.25 - 12 99.7959 1679 0 0 -9.80734 155.95 -206.245 - 12 28.8133 1680 0 0 -9.86148 156.15 -205.944 - 12 273.492 852 0 1 -9.57873 156.414 -204.85 - 12 227.843 1225 1 0 -39.6381 65.05 -176.12 - 12 59.5497 1226 1 0 -39.5685 65.25 -176.209 - 12 297.683 710 0 1 -37.9478 57.8438 -204.45 - 12 154.929 1188 0 0 -37.8088 57.8152 -205.85 - 12 149.296 1189 0 0 -37.729 57.8814 -205.85 - 12 107.457 1219 5 0 -48.9283 63.8855 -55.85 - 12 179.522 651 3 1 -49.7397 64.6493 -114.45 - 12 307.23 1223 3 0 -49.7478 64.6824 -115.85 - 12 112.479 651 2 1 -49.6799 65.5082 -144.45 - 12 125.677 1227 2 0 -49.6832 65.5679 -145.85 - 12 109.422 651 1 1 -49.7787 66.7843 -174.45 - 12 109.185 1233 1 0 -49.7592 66.8307 -175.85 - 12 102.677 653 0 1 -49.4358 67.749 -204.45 - 12 118.285 1238 0 0 -49.4655 67.7904 -205.85 - 12 73.3254 1224 3 0 -49.8944 64.85 -115.97 - 12 145.323 648 3 1 -50.3968 64.8148 -114.85 - 12 236.394 647 3 1 -50.45 64.7196 -114.644 +Number of tracker hits in this event = 56 + 11 410.342 495 7 1 -81.0226 -44.6354 5.55 + 11 515.248 677 7 0 -81.0228 -44.6354 4.15 + 11 267.851 495 6 1 -81.0327 -44.6457 -24.45 + 11 151.729 677 6 0 -81.0336 -44.6474 -25.85 + 11 131.813 494 5 1 -81.0721 -44.6737 -54.45 + 11 336.749 676 5 0 -81.0748 -44.6738 -55.85 + 11 150.703 494 4 1 -81.1286 -44.6643 -84.45 + 11 283.181 676 4 0 -81.1299 -44.6632 -85.85 + 11 225.539 494 3 1 -81.1498 -44.6382 -114.45 + 11 210.427 677 3 0 -81.1467 -44.6349 -115.85 + 11 210.77 494 2 1 -81.0784 -44.5744 -144.45 + 11 102.742 677 2 0 -81.0804 -44.5778 -145.85 + 11 227.234 494 1 1 -81.115 -44.6519 -174.45 + 11 307.298 676 1 0 -81.1196 -44.6519 -175.85 + 11 137.894 494 0 1 -81.2147 -44.661 -204.45 + 11 119.255 676 0 0 -81.2219 -44.6585 -205.85 + 11 67.887 830 3 0 -32.5179 -13.9079 -116.25 + 11 132.486 496 6 1 -80.6617 -44.1592 -24.45 + 11 226.584 679 6 0 -80.6236 -44.1188 -25.85 + 11 97.4687 500 5 1 -79.8971 -43.3321 -54.45 + 11 173.121 683 5 0 -79.8152 -43.2755 -55.85 + 11 103.748 510 4 1 -77.9257 -42.1992 -84.45 + 11 102.769 689 4 0 -77.862 -42.1428 -85.85 + 11 123.892 516 3 1 -76.8023 -40.6708 -114.45 + 11 145.507 697 3 0 -76.7353 -40.5552 -115.85 + 11 109.865 524 2 1 -75.0766 -38.036 -144.45 + 11 209.727 710 2 0 -74.9964 -37.9589 -145.85 + 11 94.3434 535 1 1 -73.0427 -36.5759 -174.45 + 11 119.82 717 1 0 -72.8978 -36.5293 -175.85 + 11 112.813 550 0 1 -70.0376 -35.6976 -204.45 + 11 181.437 721 0 0 -69.9657 -35.6759 -205.85 + 11 29.6044 497 6 1 -80.65 -44.158 -24.6816 + 11 82.276 661 7 0 -57.5186 -47.7409 3.75 + 11 152.735 500 7 1 -80.0306 -43.4454 5.1501 + 11 77.3294 494 7 1 -81.05 -44.614 5.42726 + 11 141.998 678 7 0 -81.4126 -44.3708 4.15 + 11 144.558 458 6 1 -88.4136 -33.7408 -24.4501 + 11 116.845 734 6 0 -88.1436 -33.2131 -25.85 + 11 106.359 494 6 1 -81.0575 -44.6749 -24.45 + 11 122.854 676 6 0 -81.0568 -44.6761 -25.85 + 11 233.345 495 5 1 -81.0366 -44.687 -54.45 + 11 142.725 495 4 1 -81.0403 -44.6958 -84.45 + 11 148.708 676 3 0 -81.0868 -44.6862 -115.85 + 11 124.179 676 2 0 -81.1927 -44.7536 -145.85 + 11 135.093 493 1 1 -81.337 -44.6943 -174.45 + 11 118.023 492 0 1 -81.4872 -44.6393 -204.45 + 11 128.341 677 0 0 -81.496 -44.6377 -205.85 + 11 332.025 495 2 1 -81.0269 -44.9711 -144.45 + 11 252.583 675 2 0 -80.9918 -44.9872 -145.85 + 11 130.773 498 1 1 -80.3011 -45.4698 -174.45 + 11 115.477 672 1 0 -80.2895 -45.4793 -175.85 + 11 103.782 500 0 1 -79.8805 -45.5727 -204.45 + 11 111.382 672 0 0 -79.8428 -45.5707 -205.85 + 11 166.778 673 1 0 -81.0907 -45.3183 -175.85 + 11 107.83 493 0 1 -81.2523 -45.2059 -204.45 + 11 143.655 674 0 0 -81.2557 -45.205 -205.85 Number of digits in this event = 38 Using G4ParticleGun ... -1.09079 LIN +1.47949 LIN +gamma +Event: 12 +Number of tracker hits in this event = 79 + 12 272.275 959 9 1 11.9457 25.344 65.55 + 12 266.134 1026 9 0 11.942 25.343 64.15 + 12 408.562 959 8 1 11.916 25.3371 35.55 + 12 212.988 1026 8 0 11.9153 25.3314 34.15 + 12 115.932 959 7 1 11.9168 25.1612 5.55 + 12 145.688 1025 7 0 11.9489 25.177 4.15 + 12 473.286 962 6 1 12.5515 25.411 -24.45 + 12 106.261 1026 6 0 12.5864 25.4331 -25.85 + 12 221.154 965 5 1 13.1859 25.8949 -54.45 + 12 134.162 1029 5 0 13.2058 25.9226 -55.85 + 12 133.038 967 4 1 13.5905 26.5362 -84.45 + 12 113.343 1032 4 0 13.5839 26.5617 -85.85 + 12 110.959 966 3 1 13.4233 27.1896 -114.45 + 12 144.999 1036 3 0 13.4666 27.2545 -115.85 + 12 300.907 971 2 1 14.432 28.5086 -144.45 + 12 144.701 972 2 1 14.45 28.5176 -144.781 + 12 123.503 1042 2 0 14.5057 28.5458 -145.85 + 12 106.998 979 1 1 15.8532 29.4444 -174.45 + 12 135.866 1046 1 0 15.9027 29.4449 -175.85 + 12 119.138 984 0 1 16.8501 29.4693 -204.45 + 12 109.452 1047 0 0 16.8774 29.461 -205.85 + 12 247.028 1046 2 0 15.6239 29.2655 -145.85 + 12 184.614 1283 2 0 52.4801 76.7339 -146.25 + 12 121.872 960 7 1 12.1584 25.259 5.55 + 12 73.7157 1026 7 0 12.158 25.2515 4.15 + 12 121.912 960 6 1 12.1485 25.1016 -24.45 + 12 157.405 1025 6 0 12.1484 25.095 -25.85 + 12 122.902 960 5 1 12.1582 24.9557 -54.45 + 12 121.055 1024 5 0 12.1603 24.9549 -55.85 + 12 355.31 960 4 1 12.145 24.9686 -84.45 + 12 238.874 1024 4 0 12.1398 24.9749 -85.85 + 12 156.629 960 3 1 12.0647 25.0919 -114.45 + 12 107.305 1025 3 0 12.0588 25.1021 -115.85 + 12 103.381 959 2 1 11.887 25.3323 -144.45 + 12 121.202 1026 2 0 11.8777 25.3672 -145.85 + 12 136.556 958 1 1 11.6941 26.0771 -174.45 + 12 186.753 1030 1 0 11.6903 26.0831 -175.85 + 12 120.069 957 0 1 11.5639 26.1614 -204.45 + 12 180.877 1030 0 0 11.5584 26.1594 -205.85 + 12 114.509 1027 2 1 25.5778 -51.59 -144.85 + 12 105.247 980 1 0 -44.1908 16.2181 -176.25 + 12 200.111 981 1 0 -44.2828 16.25 -176.095 + 12 117.874 962 3 1 12.6007 26.5957 -114.45 + 12 107.519 1033 3 0 12.6779 26.6871 -115.85 + 12 120.753 1043 2 0 14.4176 28.6983 -145.85 + 12 129.171 981 1 1 16.29 30.0917 -174.45 + 12 134.226 1049 1 0 16.3828 30.0163 -175.85 + 12 166.805 986 0 1 17.3813 28.8029 -204.45 + 12 119.59 1043 0 0 17.3698 28.6774 -205.85 + 12 34.9338 1042 0 0 17.3676 28.65 -206.108 + 12 94.9153 1021 4 0 12.1461 24.3653 -85.85 + 12 9.48441 1020 4 0 12.1303 24.25 -86.2064 + 12 56.6133 979 3 1 15.851 16.2681 -114.45 + 12 61.0837 980 3 1 16.0509 16.2285 -114.529 + 12 54.8839 981 3 1 16.25 16.1955 -114.622 + 12 62.2305 982 3 1 16.45 16.1546 -114.719 + 12 100.231 977 3 0 17.5055 15.5344 -115.85 + 12 112.072 976 3 0 17.6676 15.4499 -116.018 + 12 149.723 1165 2 1 53.1307 -7.31502 -144.45 + 12 92.6387 857 2 0 53.1756 -8.46289 -145.85 + 12 55.1317 856 2 0 53.1825 -8.65 -146.087 + 12 195.88 1215 1 1 63.1861 -35.8231 -174.45 + 12 119.788 722 1 0 62.8135 -35.6225 -175.85 + 12 78.7492 850 1 0 29.6369 -9.92459 -176.25 + 12 186.436 851 1 0 29.5111 -9.85 -176.131 + 12 32.0717 1041 1 1 28.2808 -8.83912 -174.85 + 12 417.891 1040 1 1 28.25 -8.81062 -174.816 + 12 176.239 1039 1 1 28.0499 -8.62394 -174.618 + 12 13.4637 854 1 0 29.2593 -9.23275 -175.85 + 12 118.425 853 1 0 29.286 -9.25 -175.878 + 12 77.0548 852 1 0 29.4997 -9.45 -176.09 + 12 219.33 761 1 0 101.28 -27.8223 -176.25 + 12 69.2961 762 1 0 101.953 -27.65 -176.03 + 12 55.9813 1411 1 1 102.462 -27.3464 -174.849 + 12 424.92 1412 1 1 102.55 -27.3308 -174.705 + 12 190.924 1413 1 1 102.75 -26.9613 -174.664 + 12 114.41 1038 1 1 27.7362 -8.2868 -174.45 + 12 150.818 958 9 1 11.85 25.2709 65.3109 + 12 131.367 957 9 1 11.65 25.1569 65.4246 +Number of digits in this event = 45 +Using G4ParticleGun ... +7.93743 LIN gamma Event: 13 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 12 + 13 135.454 1274 2 0 63.1507 74.8847 -146.25 + 13 194.566 1273 2 0 63.1193 74.85 -146.192 + 13 85.21 808 1 0 104.626 -18.2902 -176.25 + 13 57.4623 807 1 0 104.742 -18.4502 -175.994 + 13 56.4548 1424 1 1 104.974 -19.4925 -174.85 + 13 64.0579 1423 1 1 104.95 -19.6064 -174.687 + 13 78.39 1422 1 1 104.75 -19.6755 -174.58 + 13 82.3546 1421 1 1 104.55 -19.6172 -174.495 + 13 524.442 1420 1 1 104.35 -19.45 -174.516 + 13 5.68622 1419 1 1 104.15 -19.5945 -174.706 + 13 40.7671 1220 6 0 47.0391 64.0922 -25.85 + 13 320.242 1206 7 0 36.5463 61.3612 3.75 +Number of digits in this event = 7 Using G4ParticleGun ... -1.80461 LIN +1.12185 LIN gamma Event: 14 -Number of tracker hits in this event = 23 - 14 212.738 347 4 1 -110.68 32.8606 -84.45 - 14 301.411 1064 4 0 -110.679 32.8591 -85.85 - 14 433.744 347 3 1 -110.686 32.842 -114.45 - 14 238.967 1063 3 0 -110.679 32.8394 -115.85 - 14 192.307 348 2 1 -110.548 32.7484 -144.45 - 14 104.125 1063 2 0 -110.534 32.7413 -145.85 - 14 89.8187 349 1 1 -110.271 32.58 -174.45 - 14 99.3539 1062 1 0 -110.25 32.5707 -175.85 - 14 120.549 351 0 1 -109.814 32.4334 -204.45 - 14 116.907 1061 0 0 -109.794 32.4264 -205.85 - 14 25.7855 1062 0 0 -110.212 32.4965 -205.85 - 14 148.212 346 2 1 -110.751 32.9642 -144.45 - 14 107.845 1064 2 0 -110.752 32.9677 -145.85 - 14 363.46 346 1 1 -110.774 32.9904 -174.45 - 14 230.118 1064 1 0 -110.767 32.9922 -175.85 - 14 109.485 347 0 1 -110.644 32.9882 -204.45 - 14 95.0658 1064 0 0 -110.638 32.9938 -205.85 - 14 107.736 1065 1 0 -110.973 33.0955 -175.85 - 14 60.8744 327 0 1 -114.733 33.9544 -204.45 - 14 35.4588 326 0 1 -114.75 34.0253 -204.715 - 14 161.539 1071 0 0 -114.8 34.3577 -205.85 - 14 140.94 353 0 1 -109.526 32.0005 -204.45 - 14 116.972 1060 0 0 -109.211 32.1135 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -4.24857 LIN -gamma -Event: 15 -Number of tracker hits in this event = 5 - 15 73.0983 1118 1 0 -86.0061 43.7321 -176.134 - 15 102.712 472 0 1 -85.5288 43.7914 -204.45 - 15 246.396 1118 0 0 -85.655 43.8105 -205.85 - 15 141.779 171 2 1 -145.82 43.828 -144.45 - 15 119.01 470 0 1 -86.0097 43.733 -204.45 -Number of digits in this event = 4 -Using G4ParticleGun ... -2.42808 LIN -gamma -Event: 16 -Number of tracker hits in this event = 11 - 16 62.819 1625 3 0 -94.951 145.15 -116.152 - 16 71.8232 1697 4 0 -108.449 159.625 -86.25 - 16 120.676 1698 4 0 -108.567 159.75 -86.1205 - 16 149.914 1699 4 0 -108.737 159.95 -86.0754 - 16 166.565 1700 4 0 -108.936 160.15 -86.0329 - 16 4.92293 1626 3 0 -94.8116 145.35 -115.864 - 16 101.323 435 3 1 -93.1329 146.187 -114.85 - 16 98.6765 436 3 1 -92.95 146.336 -114.66 - 16 80.5418 437 3 1 -92.75 146.538 -114.6 - 16 335.098 438 3 1 -92.55 146.679 -114.591 - 16 212.349 439 3 1 -92.3499 147.177 -114.504 -Number of digits in this event = 7 -Using G4ParticleGun ... -1.62654 LIN -gamma -Event: 17 -Number of tracker hits in this event = 60 - 17 211.878 1427 7 1 105.672 0.145532 5.55 - 17 123.517 900 7 0 105.666 0.155253 4.15 - 17 217.568 1426 6 1 105.519 0.352949 -24.45 - 17 117.782 901 6 0 105.517 0.377297 -25.85 - 17 114.417 1426 5 1 105.41 0.841894 -54.45 - 17 108.287 904 5 0 105.394 0.865745 -55.85 - 17 126.681 1424 4 1 105.129 1.37969 -84.45 - 17 133.302 906 4 0 105.118 1.41017 -85.85 - 17 119.676 1423 3 1 104.914 1.98253 -114.45 - 17 125.354 909 3 0 104.887 1.97134 -115.85 - 17 140.679 1420 2 1 104.314 1.74451 -144.45 - 17 112.947 908 2 0 104.3 1.71832 -145.85 - 17 117.688 1419 1 1 103.991 1.14395 -174.45 - 17 117.792 905 1 0 104.002 1.07434 -175.85 - 17 115.676 1420 0 1 104.226 -0.350477 -204.45 - 17 93.373 898 0 0 104.221 -0.430685 -205.85 - 17 30.1595 897 0 0 104.219 -0.45 -206.187 - 17 108.911 1624 4 1 144.99 -19.3696 -84.85 - 17 130.308 903 1 0 104.624 0.747103 -175.85 - 17 142.569 899 7 0 105.633 -0.0584585 4.15 - 17 125.221 899 6 0 105.344 -0.174028 -25.85 - 17 135.861 1423 5 1 104.887 -0.321611 -54.45 - 17 127.541 898 5 0 104.858 -0.329607 -55.85 - 17 122.356 1420 4 1 104.255 -0.508312 -84.45 - 17 264.87 897 4 0 104.24 -0.515336 -85.85 - 17 125.82 1418 3 1 103.919 -0.68267 -114.45 - 17 423.756 896 3 0 103.901 -0.692635 -115.85 - 17 129.32 1416 2 1 103.526 -0.90332 -144.45 - 17 131.453 895 2 0 103.507 -0.907837 -145.85 - 17 145.003 1414 1 1 103.068 -0.977774 -174.45 - 17 108.063 895 1 0 103.053 -0.985887 -175.85 - 17 164.819 1412 0 1 102.749 -1.13857 -204.45 - 17 497.497 894 0 0 102.723 -1.15876 -205.85 - 17 147.015 1120 9 0 21.7964 44.05 63.7519 - 17 267.144 895 0 0 102.586 -1.04985 -206.137 - 17 84.1161 1411 0 1 102.55 -1.10013 -204.568 - 17 111.736 893 0 0 102.45 -1.28874 -205.85 - 17 136.141 897 3 0 103.865 -0.622023 -115.853 - 17 273.72 895 3 0 104.077 -0.85 -116.117 - 17 53.5353 865 2 0 70.7202 -6.90153 -145.85 - 17 35.9746 1315 2 1 83.05 43.5429 -144.656 - 17 231.554 866 2 0 70.5342 -6.84991 -146.026 - 17 16.6629 867 2 0 70.6131 -6.64992 -146.079 - 17 100.511 1412 2 1 102.631 3.94137 -144.45 - 17 128.515 1413 2 1 102.75 4.09673 -144.625 - 17 45.1485 927 2 0 103.37 5.49958 -145.85 - 17 71.0765 928 2 0 103.429 5.65 -145.976 - 17 45.8821 929 2 0 103.512 5.85 -146.129 - 17 223.767 1482 1 1 116.679 30.0162 -174.45 - 17 1.38607 1483 1 1 116.75 30.1902 -174.844 - 17 117.212 1052 1 0 117.17 30.4545 -175.85 - 17 45.6475 1156 1 0 109.522 51.3835 -176.25 - 17 105.773 1157 1 0 109.544 51.45 -176.112 - 17 51.3597 1158 1 0 109.681 51.65 -175.928 - 17 117.168 1451 1 1 110.422 52.8161 -174.85 - 17 107.244 1452 1 1 110.55 52.8581 -174.714 - 17 231.267 1453 1 1 110.75 52.7523 -174.691 - 17 119.377 986 3 0 101.275 17.3054 -116.25 - 17 70.6906 987 3 0 101.149 17.4501 -116.158 - 17 134.816 1451 3 0 6.59984 110.476 -116.25 -Number of digits in this event = 32 -Using G4ParticleGun ... -3.63915 LIN -gamma -Event: 18 -Number of tracker hits in this event = 3 - 18 93.5286 1276 2 0 -101.497 75.3326 -146.25 - 18 201.292 584 0 1 -63.0972 -11.2503 -204.45 - 18 74.4577 585 0 1 -63.05 -11.2837 -204.613 -Number of digits in this event = 4 -Using G4ParticleGun ... -2.16475 LIN -gamma -Event: 19 -Number of tracker hits in this event = 72 - 19 263.784 833 10 1 -13.3536 82.6666 95.55 - 19 222.132 1313 10 0 -13.3547 82.6646 94.15 - 19 121.472 833 9 1 -13.3863 82.6121 65.55 - 19 97.1688 1312 9 0 -13.3907 82.6126 64.15 - 19 140.646 832 8 1 -13.47 82.6432 35.55 - 19 131.646 1312 8 0 -13.4704 82.6473 34.15 - 19 122.198 832 7 1 -13.4675 82.7312 5.55 - 19 107.716 1313 7 0 -13.4689 82.7358 4.15 - 19 129.025 832 6 1 -13.4886 82.8181 -24.45 - 19 120.653 1313 6 0 -13.493 82.8251 -25.85 - 19 145.54 832 5 1 -13.5734 82.9636 -54.45 - 19 105.242 1314 5 0 -13.5772 82.9701 -55.85 - 19 117.029 831 4 1 -13.6506 83.1058 -84.45 - 19 110.479 1315 4 0 -13.6573 83.1047 -85.85 - 19 136.852 831 3 1 -13.778 83.0914 -114.45 - 19 117.514 1315 3 0 -13.7907 83.0963 -115.85 - 19 109.342 829 2 1 -14.0654 83.1697 -144.45 - 19 209.467 1315 2 0 -14.0758 83.1724 -145.85 - 19 245.164 828 1 1 -14.3036 83.2201 -174.45 - 19 193.384 1315 1 0 -14.3122 83.2244 -175.85 - 19 124.91 827 0 1 -14.4747 83.2569 -204.45 - 19 112.292 1316 0 0 -14.4856 83.2589 -205.85 - 19 113.418 1258 0 0 69.8469 71.7794 -206.25 - 19 111.459 1259 0 0 70.0748 71.85 -205.943 - 19 100.226 1269 0 0 -16.5901 73.9956 -206.25 - 19 54.3513 1270 0 0 -16.5187 74.05 -205.98 - 19 40.3868 819 0 1 -16.1147 75.1861 -204.85 - 19 62.9228 820 0 1 -16.0499 75.2403 -204.797 - 19 31.4261 821 0 1 -15.8499 75.2155 -204.787 - 19 26.2797 1274 0 0 -16.2882 74.8668 -205.85 - 19 125.985 1273 0 0 -16.3103 74.85 -205.943 - 19 282.267 829 1 1 -14.25 83.1684 -174.548 - 19 16.0824 1314 3 0 -14.0286 83.0234 -115.85 - 19 139.386 808 3 1 -18.261 83.726 -114.45 - 19 13.7955 834 2 1 -13.0839 82.7859 -144.45 - 19 130.038 835 2 1 -13.05 82.8039 -144.497 - 19 21.0137 836 2 1 -12.85 82.9111 -144.798 - 19 106.643 1316 2 0 -12.0377 83.25 -145.986 - 19 633.51 964 1 1 12.9361 93.5038 -174.45 - 19 123.35 965 1 1 13.05 94.8634 -174.575 - 19 63.8491 1382 1 0 12.3769 96.6377 -175.85 - 19 98.1999 1383 1 0 12.2978 96.75 -176.001 - 19 20.5803 899 0 1 -0.192721 117.515 -204.45 - 19 113.03 898 0 1 -0.25 117.471 -204.513 - 19 90.0723 897 0 1 -0.45 117.335 -204.721 - 19 52.6722 1480 0 0 -1.90461 116.25 -205.85 - 19 103.542 1479 0 0 -2.017 116.15 -205.962 - 19 207.343 834 9 1 -13.1912 82.9637 65.55 - 19 104.791 1314 9 0 -13.0799 83.0093 64.15 - 19 106.355 846 8 1 -10.7855 83.5215 35.55 - 19 131.779 1317 8 0 -10.672 83.5087 34.15 - 19 117.184 859 7 1 -8.17596 83.3741 5.55 - 19 180.806 1316 7 0 -8.0429 83.2993 4.15 - 19 164.945 874 6 1 -5.20273 82.043 -24.45 - 19 138.437 1309 6 0 -5.05443 81.9215 -25.8502 - 19 117.214 890 5 1 -2.04408 79.2486 -54.45 - 19 115.771 1295 5 0 -1.87852 79.1393 -55.85 - 19 62.7091 906 4 1 1.41537 76.7405 -84.45 - 19 50.9239 907 4 1 1.45001 76.729 -84.6501 - 19 70.384 1283 4 0 1.66378 76.6651 -85.85 - 19 48.2369 1282 4 0 1.70953 76.65 -86.1048 - 19 116.021 935 3 1 7.06725 74.8174 -114.45 - 19 121.806 1273 3 0 7.28204 74.7332 -115.85 - 19 112.459 966 2 1 13.3225 74.6282 -144.45 - 19 108.118 1272 2 0 13.5798 74.6292 -145.85 - 19 107.444 995 1 1 19.1866 74.4932 -174.45 - 19 16.0517 996 1 1 19.25 74.4757 -174.805 - 19 134.052 1271 1 0 19.442 74.4181 -175.85 - 19 30.492 1022 0 1 24.6202 72.7573 -204.45 - 19 185.135 1023 0 1 24.65 72.7383 -204.561 - 19 80.9588 1262 0 0 25.007 72.5032 -205.85 - 19 30.3672 1261 0 0 25.0915 72.45 -206.148 -Number of digits in this event = 30 -Using G4ParticleGun ... -5.43301 LIN -gamma -Event: 20 -Number of tracker hits in this event = 12 - 20 307.751 830 0 1 -13.9334 -139.124 -204.85 - 20 237.156 829 0 1 -14.05 -139.781 -204.467 - 20 134.086 859 3 1 -8.11998 -110.231 -114.45 - 20 54.1857 336 3 0 -9.6725 -112.782 -115.85 - 20 8.04409 839 3 1 -12.2158 -115.256 -114.85 - 20 58.6974 838 3 1 -12.25 -115.284 -114.83 - 20 48.4838 837 3 1 -12.45 -115.362 -114.79 - 20 63.8063 836 3 1 -12.65 -115.408 -114.803 - 20 49.2953 835 3 1 -12.85 -115.505 -114.766 - 20 49.2016 834 3 1 -13.05 -115.473 -114.771 - 20 157.673 321 3 0 -14.824 -115.753 -115.85 - 20 293.947 822 3 1 -15.5107 -115.967 -114.85 -Number of digits in this event = 8 -Using G4ParticleGun ... -6.85738 LIN -gamma -Event: 21 -Number of tracker hits in this event = 17 - 21 199.608 164 4 1 -147.151 96.6469 -84.85 - 21 132.305 1304 11 0 -160.294 80.924 123.75 - 21 221.798 1303 11 0 -160.475 80.85 123.918 - 21 70.1376 1240 9 0 -106.021 68.1844 63.75 - 21 183.536 1241 9 0 -105.925 68.25 63.9312 - 21 159.197 374 9 1 -105.349 68.6469 65.1502 - 21 181.735 375 9 1 -105.15 68.8173 65.4788 - 21 9.02572 1249 9 0 -104.833 70.0291 64.15 - 21 76.7636 1250 9 0 -104.83 70.05 64.1258 - 21 92.0582 1251 9 0 -104.816 70.2505 63.958 - 21 55.7142 1252 9 0 -104.737 70.45 63.8599 - 21 70.6231 1253 9 0 -104.68 70.65 63.8067 - 21 116.943 1254 9 0 -104.677 70.85 63.864 - 21 2.71736 1255 9 0 -104.683 71.05 64.1412 - 21 84.686 371 9 1 -105.847 72.0222 65.15 - 21 84.4321 370 9 1 -105.95 72.0214 65.389 - 21 285.956 369 9 1 -106.15 72.0734 65.5166 -Number of digits in this event = 9 -Using G4ParticleGun ... -2.0381 LIN -gamma -Event: 22 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -4.14359 LIN -gamma -Event: 23 -Number of tracker hits in this event = 4 - 23 88.6022 1271 1 0 60.955 74.3022 -176.25 - 23 89.4861 1275 1 0 -56.3533 75.1709 -176.25 - 23 94.3636 1274 1 0 -56.3395 75.05 -176.054 - 23 231.78 1273 1 0 -56.3287 74.85 -176.032 -Number of digits in this event = 3 -Using G4ParticleGun ... -7.94519 LIN -gamma -Event: 24 -Number of tracker hits in this event = 84 - 24 253.107 1239 11 1 67.9415 -19.5089 125.55 - 24 257.309 802 11 0 67.9426 -19.5097 124.15 - 24 141.642 1239 10 1 67.9704 -19.5232 95.55 - 24 201.391 802 10 0 67.9725 -19.5231 94.15 - 24 425.774 1239 9 1 68.0128 -19.5125 65.55 - 24 114.247 802 9 0 68.0119 -19.5155 64.15 - 24 144.468 1239 8 1 67.996 -19.5663 35.55 - 24 124.831 802 8 0 67.9951 -19.5714 34.15 - 24 145.543 1239 7 1 67.9801 -19.6737 5.55 - 24 131.816 801 7 0 67.9795 -19.678 4.15 - 24 136.323 1239 6 1 67.9594 -19.7715 -24.45 - 24 111.629 801 6 0 67.9607 -19.7788 -25.85 - 24 286.408 1239 5 1 67.9865 -19.9283 -54.45 - 24 198.078 800 5 0 67.991 -19.9326 -55.85 - 24 266.264 1240 4 1 68.0695 -20.0229 -84.45 - 24 114.091 800 4 0 68.0756 -20.0272 -85.85 - 24 132.842 1240 3 1 68.2229 -20.1098 -114.45 - 24 117.308 799 3 0 68.2299 -20.1164 -115.85 - 24 183.511 1241 2 1 68.348 -20.2777 -144.45 - 24 154.509 798 2 0 68.3522 -20.2872 -145.85 - 24 138.126 1241 1 1 68.4134 -20.4981 -174.45 - 24 195.74 797 1 0 68.4113 -20.5131 -175.85 - 24 132.661 1241 0 1 68.3827 -20.8375 -204.45 - 24 129.26 795 0 0 68.375 -20.855 -205.85 - 24 64.9362 792 2 0 68.4812 -21.4786 -145.85 - 24 79.1548 791 2 0 68.4734 -21.65 -146.002 - 24 14.5415 836 2 0 78.0248 -12.6714 -146.25 - 24 162.27 837 2 0 78.0219 -12.65 -146.212 - 24 28.5178 1364 3 1 92.95 -18.1135 -114.593 - 24 40.0203 662 10 0 45.8095 -47.5699 93.75 - 24 68.4971 661 10 0 45.7515 -47.65 93.8218 - 24 65.3283 660 10 0 45.6132 -47.85 93.9442 - 24 171.926 659 10 0 45.4582 -48.05 94.0227 - 24 38.8039 658 10 0 45.339 -48.25 94.0921 - 24 24.296 1120 10 1 44.0835 -50.8293 95.15 - 24 127.952 1119 10 1 44.05 -50.9008 95.186 - 24 96.8046 1118 10 1 43.85 -51.303 95.3478 - 24 290.571 1117 10 1 43.65 -51.5244 95.5237 - 24 6.37194 639 10 0 43.7358 -52.2405 94.15 - 24 77.2372 638 10 0 43.7404 -52.25 94.123 - 24 147.291 637 10 0 43.7948 -52.45 93.9403 - 24 30.6519 631 10 0 44.2179 -53.78 94.15 - 24 99.9892 630 10 0 44.2307 -53.85 94.0963 - 24 94.1814 629 10 0 44.25 -54.05 93.9868 - 24 94.0769 482 10 0 32.8394 -83.5707 93.75 - 24 146.805 481 10 0 32.8103 -83.6501 93.876 - 24 81.301 1431 1 0 31.401 106.478 -176.012 - 24 80.9507 1432 1 0 31.3824 106.55 -175.986 - 24 20.3916 1433 1 0 31.3304 106.75 -175.891 - 24 375.999 1054 1 1 30.9386 107.909 -174.85 - 24 191.972 1053 1 1 30.85 108.124 -174.788 - 24 192.652 1052 1 1 30.65 108.45 -174.662 - 24 125.757 1055 1 1 31.0901 107.407 -174.85 - 24 107.192 1240 10 1 68.2107 -19.8883 95.55 - 24 127.777 800 10 0 68.2277 -19.906 94.15 - 24 142.442 1242 9 1 68.602 -20.286 65.55 - 24 133.655 798 9 0 68.6172 -20.3091 64.15 - 24 222.005 1243 8 1 68.8419 -20.7123 35.55 - 24 106.114 796 8 0 68.861 -20.7476 34.15 - 24 126.987 1246 7 1 69.2872 -21.4553 5.55 - 24 128.594 792 7 0 69.3146 -21.4804 4.15 - 24 185.161 1249 6 1 69.8746 -21.9851 -24.45 - 24 120.521 790 6 0 69.9207 -22.0333 -25.85 - 24 137.431 1252 5 1 70.545 -23.2256 -54.45 - 24 124.411 784 5 0 70.6546 -23.2077 -55.85 - 24 206.866 1265 4 1 73.1092 -23.1075 -84.45 - 24 118.587 784 4 0 73.2076 -23.1008 -85.85 - 24 104.702 1275 3 1 75.1365 -22.9347 -114.45 - 24 136.583 785 3 0 75.2735 -22.9533 -115.85 - 24 123.253 1289 2 1 77.8947 -23.0168 -144.45 - 24 112.968 784 2 0 78.0343 -23.0546 -145.85 - 24 112.059 1305 1 1 81.1905 -23.8971 -174.45 - 24 147.531 781 1 0 81.3698 -23.8455 -175.85 - 24 112.487 1325 0 1 85.162 -22.8226 -204.45 - 24 128.932 787 0 0 85.3198 -22.597 -205.85 - 24 409.158 864 1 0 137.028 -7.13325 -175.85 - 24 387.951 1264 4 1 72.8931 -22.9882 -84.45 - 24 46.4446 1263 4 1 72.8499 -23.042 -84.7792 - 24 41.6065 1262 4 1 72.65 -23.0398 -84.8362 - 24 28.4159 788 4 0 71.3786 -22.3302 -85.8501 - 24 111.779 789 4 0 71.3572 -22.25 -85.8995 - 24 191.531 790 4 0 71.4052 -22.05 -85.9745 - 24 13.7813 1462 4 0 -6.79158 112.627 -86.25 - 24 33.4142 488 4 1 -82.25 135.366 -84.8063 -Number of digits in this event = 51 -Using G4ParticleGun ... -1.33542 LIN -gamma -Event: 25 -Number of tracker hits in this event = 2 - 25 31.53 744 0 1 -31.2206 -72.8986 -204.85 - 25 204.248 745 0 1 -31.05 -73.011 -204.717 -Number of digits in this event = 2 -Using G4ParticleGun ... -4.80043 LIN -gamma -Event: 26 -Number of tracker hits in this event = 13 - 26 32.5653 648 0 0 101.688 -50.3016 -206.25 - 26 105.834 649 0 0 101.629 -50.25 -206.213 - 26 45.5759 650 0 0 101.343 -50.05 -205.986 - 26 147.02 1403 0 1 100.939 -49.2564 -204.85 - 26 129.28 1402 0 1 100.75 -49.0735 -204.558 - 26 16.2561 1401 0 1 100.51 -48.8889 -204.45 - 26 10.6312 656 0 0 101.769 -48.6601 -205.85 - 26 170.607 657 0 0 101.804 -48.65 -205.886 - 26 493.423 713 0 0 137.287 -37.3687 -206.25 - 26 14.3641 714 0 0 137.765 -37.2499 -205.895 - 26 110.154 1586 0 1 137.411 -37.5899 -204.85 - 26 187.734 1585 0 1 137.35 -37.6019 -204.638 - 26 87.2649 824 1 0 -19.3614 -15.25 -176.179 -Number of digits in this event = 7 -Using G4ParticleGun ... -4.38658 LIN -gamma -Event: 27 -Number of tracker hits in this event = 25 - 27 421.622 822 5 1 -15.5228 -1.04513 -54.45 - 27 253.223 895 5 0 -15.4987 -0.995912 -55.8502 - 27 230.911 822 4 1 -15.5957 -0.875404 -84.45 - 27 336 894 4 0 -15.6237 -1.15137 -85.85 - 27 117.76 817 3 1 -16.4629 -7.14862 -114.45 - 27 122.935 863 3 0 -16.6489 -7.31332 -115.85 - 27 124.522 796 2 1 -20.6694 -10.4818 -144.45 - 27 118.327 847 2 0 -20.9515 -10.593 -145.85 - 27 8.29709 763 1 1 -27.4457 -12.606 -174.45 - 27 144.574 762 1 1 -27.45 -12.608 -174.465 - 27 143.065 836 1 0 -27.8511 -12.7521 -175.85 - 27 117.963 722 0 1 -35.476 -16.1394 -204.45 - 27 15.5754 817 0 0 -35.7727 -16.6274 -205.851 - 27 95.3309 816 0 0 -35.787 -16.65 -205.918 - 27 31.2734 466 2 0 83.127 -86.6943 -146.25 - 27 32.2562 486 2 0 78.5334 -82.85 -145.969 - 27 203.37 465 2 0 83.3193 -86.85 -146.046 - 27 107.429 822 3 1 -15.5179 -1.06395 -114.45 - 27 105.779 894 3 0 -15.5169 -1.06638 -115.85 - 27 117.304 822 2 1 -15.506 -1.11061 -144.45 - 27 141.034 894 2 0 -15.5051 -1.11066 -145.85 - 27 180.106 822 1 1 -15.4819 -1.10797 -174.45 - 27 136.363 894 1 0 -15.4807 -1.10831 -175.85 - 27 219.113 822 0 1 -15.4586 -1.11626 -204.45 - 27 108.183 894 0 0 -15.4566 -1.11602 -205.85 -Number of digits in this event = 15 -Using G4ParticleGun ... -9.53462 LIN -gamma -Event: 28 -Number of tracker hits in this event = 42 - 28 321.553 619 5 1 -56.1903 98.6479 -54.45 - 28 334.035 1392 5 0 -56.1905 98.6479 -55.85 - 28 226.005 619 4 1 -56.1971 98.647 -84.45 - 28 238.112 1392 4 0 -56.1978 98.6463 -85.85 - 28 402.288 619 3 1 -56.2106 98.6333 -114.45 - 28 229.236 1392 3 0 -56.2104 98.6322 -115.85 - 28 714.6 619 2 1 -56.2088 98.6052 -144.45 - 28 626.92 1392 2 0 -56.2084 98.6014 -145.85 - 28 463.016 619 1 1 -56.2034 98.5168 -174.45 - 28 375.497 1391 1 0 -56.2019 98.5148 -175.85 - 28 319.921 619 0 1 -56.1754 98.4722 -204.45 - 28 370.327 1391 0 0 -56.1756 98.4725 -205.85 - 28 325.383 620 2 1 -56.05 98.6429 -144.568 - 28 106.769 1390 2 0 -56.2783 98.2802 -145.85 - 28 123.969 612 1 1 -57.5913 91.4254 -174.45 - 28 131.912 1354 1 0 -57.7055 91.1226 -175.85 - 28 637.419 602 0 1 -59.4661 85.3472 -204.45 - 28 175.823 603 0 1 -59.45 85.3383 -204.741 - 28 132.891 1326 0 0 -59.4001 85.3075 -205.85 - 28 33.2455 153 11 1 -149.394 141.189 125.15 - 28 340.959 1393 2 0 -56.1746 98.75 -146.088 - 28 23.907 1360 2 0 -57.4003 92.169 -146.25 - 28 106.5 615 1 1 -56.9761 97.4063 -174.45 - 28 121.264 1386 1 0 -57.0825 97.4123 -175.85 - 28 222.426 1384 0 0 -59.5567 97.0618 -205.85 - 28 93.1129 593 2 1 -61.3762 137.065 -144.85 - 28 262.841 624 0 1 -55.1969 98.531 -204.45 - 28 149.907 622 1 1 -55.6371 98.8531 -174.45 - 28 280.015 1393 1 0 -55.6102 98.8657 -175.85 - 28 147.89 1394 0 0 -55.034 99.1325 -205.85 - 28 117.977 669 1 1 -46.1751 85.2116 -174.45 - 28 96.5402 1325 1 0 -46.2937 85.1548 -175.85 - 28 51.7155 1324 1 0 -46.3266 85.0496 -176.122 - 28 26.4592 1134 1 0 -80.3553 47.0366 -176.25 - 28 221.628 1135 1 0 -80.3155 47.0501 -176.158 - 28 129.881 1136 1 0 -80.0577 47.25 -176.067 - 28 1.95717 780 2 1 -23.9319 86.1202 -144.85 - 28 129.55 781 2 1 -23.8499 86.1237 -144.741 - 28 172.86 621 1 1 -55.65 98.8857 -174.606 - 28 243.792 623 0 1 -55.4162 98.8861 -204.45 - 28 115.496 1392 0 0 -54.8591 98.7179 -205.85 - 28 141.025 1393 0 0 -55.3801 98.8792 -205.85 +Number of tracker hits in this event = 53 + 14 289.366 1556 6 1 131.426 -31.3594 -24.45 + 14 213.968 743 6 0 131.451 -31.3823 -25.85 + 14 126.748 1558 5 1 131.867 -31.8386 -54.45 + 14 176.479 741 5 0 131.916 -31.8452 -55.85 + 14 232.035 1563 4 1 132.818 -32.0003 -84.45 + 14 122.742 740 4 0 132.83 -31.9708 -85.85 + 14 184.583 1564 3 1 133.035 -31.4642 -114.45 + 14 90.8374 743 3 0 133.084 -31.4254 -115.85 + 14 140.846 1569 2 1 134.141 -30.5865 -144.45 + 14 128.214 1570 2 1 134.15 -30.5798 -144.642 + 14 261.218 747 2 0 134.209 -30.5447 -145.85 + 14 167.299 1577 1 1 135.565 -29.8159 -174.45 + 14 128.118 751 1 0 135.672 -29.7948 -175.85 + 14 100.782 1588 0 1 137.911 -29.2821 -204.45 + 14 8.97972 1589 0 1 137.95 -29.2756 -204.817 + 14 245.581 753 0 0 138.054 -29.2585 -205.85 + 14 80.3957 746 2 0 134.011 -30.6501 -146.01 + 14 58.9212 745 2 0 133.969 -30.85 -145.975 + 14 238.69 744 2 0 133.954 -31.05 -145.886 + 14 58.6991 1562 2 1 132.664 -31.6497 -144.85 + 14 123.036 1561 2 1 132.55 -31.7375 -144.748 + 14 126.662 1560 2 1 132.35 -31.8348 -144.716 + 14 165.372 1559 2 1 132.15 -31.8543 -144.746 + 14 81.1267 1568 2 1 133.95 -30.9824 -144.72 + 14 295.54 748 2 0 132.319 -30.4073 -145.85 + 14 182.455 809 3 0 134.567 -18.203 -116.25 + 14 180.112 1561 3 1 132.471 -31.3259 -114.45 + 14 19.3929 1560 3 1 132.35 -31.404 -114.812 + 14 46.5924 742 3 0 132.107 -31.6337 -115.85 + 14 187.163 741 3 0 132.08 -31.65 -116.026 + 14 127.701 1556 5 1 131.502 -31.5011 -54.45 + 14 135.968 742 5 0 131.513 -31.5089 -55.85 + 14 182.384 1557 4 1 131.745 -31.6784 -84.45 + 14 109.337 741 4 0 131.748 -31.6839 -85.85 + 14 92.0666 1558 3 1 131.857 -31.7752 -114.45 + 14 203.468 1558 2 1 131.848 -31.7156 -144.45 + 14 111.413 741 2 0 131.843 -31.7074 -145.85 + 14 145.366 1558 1 1 131.774 -31.519 -174.45 + 14 146.538 742 1 0 131.766 -31.5057 -175.85 + 14 112.077 1557 0 1 131.568 -31.2263 -204.45 + 14 123.151 744 0 0 131.558 -31.1963 -205.85 + 14 10.7974 931 3 0 65.078 6.45 -116.081 + 14 124.583 1228 3 1 65.6562 5.91799 -114.85 + 14 117.395 1229 3 1 65.8503 5.92782 -114.554 + 14 151.76 1230 3 1 66.05 5.95009 -114.626 + 14 143.224 932 3 0 66.4531 6.47261 -115.85 + 14 78.6373 1557 2 1 131.75 -31.6859 -144.609 + 14 36.0095 743 2 0 131.054 -31.2873 -145.85 + 14 40.1834 657 2 0 123.179 -48.5413 -146.25 + 14 55.2929 656 2 0 123.198 -48.65 -146.135 + 14 42.9095 655 2 0 123.197 -48.85 -145.996 + 14 21.3051 654 2 0 123.176 -49.05 -145.885 + 14 266.757 1513 2 1 122.931 -50.7921 -144.85 Number of digits in this event = 34 Using G4ParticleGun ... -6.89348 LIN +4.55791 LIN gamma -Event: 29 -Number of tracker hits in this event = 6 - 29 305.726 983 1 1 16.6949 -69.6194 -174.45 - 29 358.122 552 1 0 16.6961 -69.6167 -175.85 - 29 233.599 983 0 1 16.7262 -69.5579 -204.45 - 29 229.944 552 0 0 16.7271 -69.5549 -205.85 - 29 38.8873 979 2 1 15.85 0.388527 -144.623 - 29 172.73 978 2 1 15.85 0.407406 -144.584 -Number of digits in this event = 9 -Using G4ParticleGun ... -4.27833 LIN -gamma -Event: 30 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -5.15369 LIN -gamma -Event: 31 -Number of tracker hits in this event = 30 - 31 233.312 296 6 1 -120.857 62.6072 -24.45 - 31 418.591 1212 6 0 -120.856 62.6026 -25.85 - 31 241.829 296 5 1 -120.816 62.4541 -54.45 - 31 101.752 1211 5 0 -120.812 62.4465 -55.85 - 31 164.814 297 4 1 -120.721 62.2762 -84.45 - 31 120.042 1211 4 0 -120.724 62.273 -85.85 - 31 233.951 296 3 1 -120.79 62.2186 -114.45 - 31 112.389 1210 3 0 -120.797 62.2173 -115.85 - 31 248.431 295 2 1 -120.965 62.1668 -144.45 - 31 117.085 1210 2 0 -120.974 62.1622 -145.85 - 31 123.666 295 1 1 -121.12 62.2682 -174.45 - 31 119.342 1211 1 0 -121.115 62.2781 -175.85 - 31 130.67 295 0 1 -121.008 62.4674 -204.45 - 31 142.273 1212 0 0 -121.007 62.477 -205.85 - 31 132.758 1212 5 0 -120.863 62.6007 -55.85 - 31 219.986 296 4 1 -120.863 62.621 -84.45 - 31 177.233 1212 4 0 -120.864 62.6226 -85.85 - 31 124.653 1213 3 0 -120.891 62.6659 -115.85 - 31 175.383 1213 2 0 -121.024 62.7985 -145.85 - 31 183.961 294 1 1 -121.188 62.8579 -174.45 - 31 144.84 1214 1 0 -121.198 62.8587 -175.85 - 31 127.021 293 0 1 -121.412 62.8792 -204.45 - 31 399.538 1214 0 0 -121.42 62.8814 -205.85 - 31 376.116 294 0 1 -121.216 63.0238 -204.45 - 31 211.819 426 1 1 -94.9055 115.444 -174.85 - 31 52.7163 427 1 1 -94.75 115.493 -174.458 - 31 169.357 295 4 1 -120.95 62.5458 -84.7884 - 31 231.132 296 0 1 -120.785 62.6556 -204.45 - 31 253.208 1213 0 0 -120.821 62.6924 -205.85 - 31 17.051 297 0 1 -120.75 62.6605 -204.638 -Number of digits in this event = 27 -Using G4ParticleGun ... -7.87451 LIN -gamma -Event: 32 -Number of tracker hits in this event = 2 - 32 14.9751 1483 0 1 116.879 27.7609 -204.85 - 32 2.90779 1096 1 0 141.695 39.45 -175.913 -Number of digits in this event = 2 -Using G4ParticleGun ... -7.34884 LIN -gamma -Event: 33 -Number of tracker hits in this event = 7 - 33 4.34538 1066 14 0 10.7894 33.4387 213.75 - 33 234.624 1067 14 0 10.7955 33.45 213.77 - 33 14.9743 954 14 1 11.0379 33.6835 215.15 - 33 117.189 955 14 1 11.05 33.6886 215.214 - 33 70.6309 956 14 1 11.25 33.8254 215.406 - 33 49.0781 957 14 1 11.45 33.8544 215.475 - 33 50.6902 1647 14 1 149.55 -132.393 215.263 -Number of digits in this event = 3 -Using G4ParticleGun ... -2.82964 LIN -gamma -Event: 34 -Number of tracker hits in this event = 49 - 34 308.256 817 7 1 -16.4619 -23.7871 5.55 - 34 352.62 781 7 0 -16.4657 -23.7913 4.15 - 34 257.572 817 6 1 -16.5537 -23.884 -24.45 - 34 295.94 780 6 0 -16.5565 -23.8929 -25.85 - 34 265.797 817 5 1 -16.6065 -24.0769 -54.45 - 34 172.965 779 5 0 -16.5988 -24.092 -55.85 - 34 183.715 817 4 1 -16.476 -24.4257 -84.45 - 34 20.1752 778 4 0 -16.4622 -24.4488 -85.85 - 34 107.178 777 4 0 -16.4615 -24.45 -85.9235 - 34 347.065 819 3 1 -16.1966 -24.9042 -114.45 - 34 111.617 775 3 0 -16.1931 -24.9294 -115.85 - 34 125.822 819 2 1 -16.1308 -25.4536 -144.45 - 34 151.498 772 2 0 -16.1348 -25.4737 -145.85 - 34 118.482 819 1 1 -16.2306 -25.9316 -174.45 - 34 110.718 770 1 0 -16.2365 -25.9501 -175.85 - 34 184.471 818 0 1 -16.3823 -26.3107 -204.45 - 34 117.355 768 0 0 -16.3991 -26.3326 -205.85 - 34 86.458 655 0 1 -49.05 -72.1272 -204.695 - 34 178.905 818 4 1 -16.45 -24.1361 -84.6044 - 34 15.9528 780 4 0 -15.6467 -23.8628 -85.85 - 34 139.153 781 4 0 -15.6108 -23.85 -85.9068 - 34 20.8247 892 3 1 -1.63934 -18.0124 -114.45 - 34 135.747 891 3 1 -1.65 -18.0426 -114.5 - 34 113.518 807 3 0 -1.67691 -18.5127 -115.85 - 34 54.9827 864 2 1 -7.10156 -26.902 -144.45 - 34 53.2048 863 2 1 -7.25 -26.9976 -144.501 - 34 94.2146 862 2 1 -7.45 -27.0982 -144.527 - 34 83.3589 861 2 1 -7.65038 -27.2579 -144.564 - 34 82.7135 860 2 1 -7.85 -27.3854 -144.666 - 34 27.8984 859 2 1 -8.05 -27.4111 -144.773 - 34 4.95716 762 2 0 -8.50873 -27.6478 -145.85 - 34 203.145 761 2 0 -8.51274 -27.65 -145.86 - 34 209.451 725 2 0 -60.4408 -35.0363 -146.25 - 34 58.3206 597 2 1 -60.5426 -34.4904 -144.85 - 34 165.905 596 2 1 -60.6501 -34.5839 -144.775 - 34 37.7761 595 2 1 -60.8504 -34.9524 -144.78 - 34 121.608 720 2 0 -60.466 -35.9907 -145.85 - 34 118.083 719 2 0 -60.4765 -36.05 -145.898 - 34 103.607 780 5 0 -16.5417 -24.0486 -55.85 - 34 208.928 779 4 0 -16.3908 -24.0968 -85.85 - 34 122.162 779 3 0 -16.1029 -24.1407 -115.85 - 34 155.653 825 2 1 -14.8849 -24.0736 -144.45 - 34 140.261 780 2 0 -14.7929 -24.0499 -145.85 - 34 53.1385 833 1 1 -13.2806 -23.5096 -174.45 - 34 54.9029 834 1 1 -13.25 -23.5136 -174.667 - 34 126.655 782 1 0 -13.0908 -23.5288 -175.85 - 34 46.5273 852 0 1 -9.47662 -24.146 -204.45 - 34 66.3525 853 0 1 -9.45 -24.1369 -204.61 - 34 137.737 779 0 0 -9.23306 -24.0791 -205.85 -Number of digits in this event = 27 -Using G4ParticleGun ... -2.68265 LIN -gamma -Event: 35 -Number of tracker hits in this event = 62 - 35 253.752 1179 7 1 55.9207 -36.1456 5.55 - 35 251.142 719 7 0 55.9191 -36.144 4.15 - 35 332.788 1179 6 1 55.873 -36.1043 -24.45 - 35 238.506 719 6 0 55.8814 -36.0927 -25.85 - 35 269.007 1180 5 1 56.0711 -35.8317 -54.45 - 35 111.068 721 5 0 56.0852 -35.8146 -55.85 - 35 245.813 1181 4 1 56.3875 -35.4493 -84.45 - 35 160.244 723 4 0 56.4009 -35.424 -85.85 - 35 110.94 1183 3 1 56.6686 -34.8954 -114.45 - 35 159.404 725 3 0 56.6819 -34.8656 -115.85 - 35 246.159 1184 2 1 56.9592 -34.2401 -144.45 - 35 350.346 729 2 0 56.972 -34.2063 -145.85 - 35 111.569 1185 1 1 57.2258 -33.5038 -174.45 - 35 96.9165 732 1 0 57.245 -33.4741 -175.85 - 35 127.51 1188 0 1 57.6545 -32.8748 -204.45 - 35 135.021 736 0 0 57.6843 -32.8421 -205.85 - 35 29.2033 728 2 0 56.9756 -34.25 -146.121 - 35 125.082 719 5 0 56.1452 -36.1936 -55.85 - 35 96.4883 718 4 0 56.3299 -36.2745 -85.85 - 35 161.722 1181 3 1 56.4268 -36.2936 -114.45 - 35 520.077 718 3 0 56.4292 -36.2942 -115.85 - 35 98.8111 1182 2 1 56.4718 -36.2928 -144.45 - 35 158.003 718 2 0 56.4737 -36.2957 -145.85 - 35 112.143 1182 1 1 56.5166 -36.3534 -174.45 - 35 115.013 718 1 0 56.5111 -36.355 -175.85 - 35 117.026 1181 0 1 56.3963 -36.3854 -204.45 - 35 118.196 718 0 0 56.3916 -36.3878 -205.85 - 35 64.8022 809 4 0 -58.9262 -18.1306 -86.2499 - 35 190.492 808 4 0 -58.9734 -18.25 -86.201 - 35 48.4832 1182 3 1 56.45 -36.303 -114.782 - 35 270.506 1180 4 1 56.2156 -36.198 -84.45 - 35 104.8 720 4 0 56.3627 -35.9991 -85.85 - 35 123.663 1197 3 1 59.5397 -30.7596 -114.45 - 35 149.61 749 3 0 59.3308 -30.188 -115.85 - 35 17.5472 750 3 0 59.2769 -30.05 -116.199 - 35 40.7689 1171 2 1 54.4226 -20.4469 -144.45 - 35 87.5607 1172 2 1 54.45 -20.4248 -144.593 - 35 216.081 799 2 0 54.7178 -20.2268 -145.85 - 35 43.1478 1199 1 1 59.9864 -21.1681 -174.45 - 35 91.5442 1200 1 1 60.05 -21.1968 -174.571 - 35 108.532 792 1 0 60.5991 -21.5033 -175.85 - 35 205.146 1242 0 1 68.5566 -26.7106 -204.45 - 35 36.6709 1243 0 1 68.6501 -26.9261 -204.81 - 35 51.9142 762 0 0 68.8818 -27.5606 -205.85 - 35 153.495 761 0 0 68.9151 -27.65 -206 - 35 86.9414 717 4 0 56.1981 -36.5404 -85.8503 - 35 140.653 1176 3 1 55.3511 -42.9334 -114.45 - 35 184.241 683 3 0 55.5109 -43.296 -115.85 - 35 112.736 647 2 0 57.1282 -50.5925 -145.85 - 35 35.2358 646 2 0 57.1647 -50.65 -146.182 - 35 204.301 1190 1 1 58.1025 -55.4805 -174.45 - 35 22.5652 610 1 0 58.5424 -57.9671 -175.85 - 35 55.0681 609 1 0 58.558 -58.05 -175.894 - 35 65.8486 608 1 0 58.6071 -58.2502 -176.015 - 35 149.965 607 1 0 58.6663 -58.45 -176.127 - 35 63.0119 606 1 0 58.7213 -58.65 -176.249 - 35 43.235 1246 0 1 69.3991 -99.914 -204.45 - 35 166.753 1247 0 1 69.45 -99.9865 -204.538 - 35 22.2583 393 0 0 70.1475 -101.469 -205.85 - 35 83.8377 392 0 0 70.1812 -101.55 -205.921 - 35 62.205 391 0 0 70.2532 -101.75 -206.097 - 35 343.454 768 1 0 37.7651 -26.2964 -176.25 -Number of digits in this event = 31 -Using G4ParticleGun ... -6.48424 LIN -gamma -Event: 36 -Number of tracker hits in this event = 5 - 36 78.7845 729 3 1 -34.0663 97.2397 -114.85 - 36 94.8766 1384 3 0 -34.7829 97.0241 -115.85 - 36 30.5011 725 3 1 -34.9742 97.1855 -114.85 - 36 82.1032 1346 2 1 89.3856 -4.94246 -144.85 - 36 153.863 1635 4 0 -0.34666 147.15 -86.1919 +Event: 15 +Number of tracker hits in this event = 4 + 15 68.7258 1399 3 0 -125.232 100.014 -116.25 + 15 202.416 1398 3 0 -125.059 99.9499 -116.126 + 15 51.8813 1397 3 0 -124.655 99.75 -116.12 + 15 38.4602 970 3 1 14.1866 -114.003 -114.85 Number of digits in this event = 4 Using G4ParticleGun ... -4.17224 LIN +8.62686 LIN gamma -Event: 37 -Number of tracker hits in this event = 41 - 37 365.907 1065 5 1 33.1799 -104.667 -54.45 - 37 216.996 377 5 0 33.1807 -104.669 -55.85 - 37 300.336 1065 4 1 33.2 -104.687 -84.45 - 37 226.239 377 4 0 33.2047 -104.693 -85.85 - 37 383.516 1066 3 1 33.3023 -104.805 -114.45 - 37 484.523 376 3 0 33.3067 -104.811 -115.85 - 37 271.477 1066 2 1 33.3863 -104.936 -144.45 - 37 277.382 376 2 0 33.3921 -104.944 -145.85 - 37 98.8171 1067 1 1 33.5082 -105.107 -174.45 - 37 222.735 375 1 0 33.5121 -105.11 -175.85 - 37 123.128 1067 0 1 33.5882 -105.172 -204.45 - 37 133.1 374 0 0 33.5927 -105.174 -205.85 - 37 9.6919 843 1 0 60.7252 -11.45 -176.233 - 37 397.873 288 0 1 -122.35 -24.0603 -204.727 - 37 68.6283 550 1 0 -146.623 -69.85 -175.893 - 37 127.172 375 2 0 33.4202 -105.015 -145.85 - 37 100.734 1066 1 1 33.389 -104.897 -174.45 - 37 133.681 376 1 0 33.3852 -104.908 -175.85 - 37 164.386 1066 0 1 33.2645 -105.071 -204.45 - 37 102.031 375 0 0 33.2591 -105.09 -205.85 - 37 203.099 1068 2 1 33.6665 -104.905 -144.45 - 37 149.869 1068 1 1 33.6728 -105.115 -174.45 - 37 198.222 1068 0 1 33.7167 -104.709 -204.45 - 37 407.149 377 0 0 33.6945 -104.694 -205.85 - 37 116.155 1397 1 1 99.55 40.2282 -174.671 - 37 5.59843 1749 1 1 169.95 82.5383 -174.659 - 37 3.67918 465 1 0 21.4363 -87.05 -175.903 - 37 10.8078 992 1 1 18.65 -86.8997 -174.598 - 37 145.695 377 3 0 33.3499 -104.637 -115.85 - 37 119.072 377 2 0 33.7534 -104.557 -145.85 - 37 19.9978 1070 1 1 34.2488 -104.458 -174.45 - 37 132.396 1071 1 1 34.25 -104.457 -174.531 - 37 104.029 378 1 0 34.268 -104.454 -175.85 - 37 156.604 1073 0 1 34.6865 -104.381 -204.45 - 37 163.03 378 0 0 34.7011 -104.361 -205.85 - 37 206.697 509 4 0 -65.0731 -78.2098 -86.25 - 37 130.244 280 3 1 -124.053 75.1023 -114.45 - 37 16.004 281 3 1 -123.95 75.2202 -114.481 - 37 18.0982 510 4 0 -65.1787 -78.05 -86.0267 - 37 56.341 1064 5 1 33.05 -104.849 -54.8041 - 37 119.02 381 5 0 33.2466 -103.827 -55.85 -Number of digits in this event = 27 +Event: 16 +Number of tracker hits in this event = 176 + 16 236.312 950 10 1 10.2403 4.83559 95.55 + 16 256.501 923 10 0 10.2398 4.83592 94.15 + 16 91.6492 950 9 1 10.2256 4.84347 65.55 + 16 232.823 923 9 0 10.2252 4.84219 64.15 + 16 141.344 950 8 1 10.2243 4.82001 35.55 + 16 246.648 923 8 0 10.2258 4.82022 34.15 + 16 200.346 950 7 1 10.2485 4.83292 5.55 + 16 341.233 923 7 0 10.2505 4.83246 4.15 + 16 240.866 951 6 1 10.2887 4.82027 -24.45 + 16 234.488 923 6 0 10.2926 4.81915 -25.85 + 16 103.393 951 5 1 10.3677 4.80078 -54.45 + 16 276.884 923 5 0 10.3714 4.79804 -55.85 + 16 206.637 951 4 1 10.4456 4.74435 -84.45 + 16 385.171 923 4 0 10.4477 4.74228 -85.85 + 16 126.499 952 3 1 10.4775 4.69749 -114.45 + 16 389.837 923 3 0 10.4763 4.69199 -115.85 + 16 255.148 952 2 1 10.4541 4.58009 -144.45 + 16 128.352 922 2 0 10.443 4.5682 -145.85 + 16 121.247 950 1 1 10.2334 4.31249 -174.45 + 16 328.099 921 1 0 10.2141 4.30594 -175.85 + 16 111.377 948 0 1 9.77318 4.18728 -204.45 + 16 301.157 920 0 0 9.75157 4.17626 -205.85 + 16 238.691 941 2 0 -75.4323 8.30223 -146.25 + 16 4.46213 942 2 0 -75.5233 8.45002 -146.162 + 16 209.952 923 2 0 10.599 4.76557 -145.85 + 16 444.242 952 1 1 10.5305 5.00694 -174.45 + 16 345.954 924 1 0 10.5212 4.9839 -175.85 + 16 284.461 951 0 1 10.3771 4.51137 -204.45 + 16 180.892 922 0 0 10.3594 4.48031 -205.85 + 16 238.75 921 0 0 10.3731 4.45 -205.955 + 16 107.937 953 1 1 10.7009 4.70017 -174.45 + 16 136.474 923 1 0 10.6963 4.70426 -175.85 + 16 403.287 952 0 1 10.6255 4.79203 -204.45 + 16 214.475 923 0 0 10.6313 4.77955 -205.85 + 16 3.61791 1413 1 1 102.75 141.531 -174.799 + 16 56.814 1150 8 1 50.05 -169.489 35.1838 + 16 213.28 1149 8 1 50.0498 -169.654 35.447 + 16 11.1836 902 6 1 0.65 97.745 -24.7434 + 16 23.0129 936 0 0 10.0773 7.36577 -205.85 + 16 66.0442 937 0 0 10.0646 7.45107 -205.891 + 16 53.4442 938 0 0 10.0514 7.65 -205.99 + 16 88.4075 939 0 0 10.0143 7.85008 -206.043 + 16 53.4965 940 0 0 9.99287 8.05022 -206.105 + 16 65.2877 941 0 0 9.95917 8.25 -206.165 + 16 12.5468 942 0 0 9.87409 8.45 -206.235 + 16 59.683 1434 0 0 -14.3339 106.978 -206.25 + 16 63.9744 1435 0 0 -14.3659 107.15 -206.223 + 16 69.3966 1436 0 0 -14.4014 107.35 -206.165 + 16 70.6498 1437 0 0 -14.4597 107.55 -206.098 + 16 196.107 1438 0 0 -14.486 107.75 -206.07 + 16 45.929 1439 0 0 -14.4896 107.95 -206.108 + 16 61.2435 1440 0 0 -14.4806 108.15 -206.082 + 16 68.2632 1441 0 0 -14.4613 108.35 -206.037 + 16 9.50571 1442 0 0 -14.3399 108.55 -205.88 + 16 37.6779 833 0 1 -13.345 109.273 -204.85 + 16 95.5334 834 0 1 -13.2499 109.339 -204.748 + 16 8.31005 781 1 0 43.1602 -23.8347 -176.25 + 16 145.28 780 1 0 43.1787 -23.8501 -176.226 + 16 135.213 779 1 0 43.6343 -24.05 -176.034 + 16 17.6142 1126 1 1 45.3852 -24.3024 -174.85 + 16 52.8539 1127 1 1 45.45 -24.3223 -174.802 + 16 71.282 1128 1 1 45.65 -24.3966 -174.676 + 16 63.8981 1129 1 1 45.85 -24.4503 -174.536 + 16 62.8775 1130 1 1 46.0634 -24.4544 -174.45 + 16 6.75198 927 1 0 10.2465 5.63538 -175.85 + 16 112.116 928 1 0 10.2398 5.65 -175.875 + 16 30.6848 929 1 0 10.1624 5.85 -176.174 + 16 40.7313 1248 1 0 46.7816 69.7629 -176.25 + 16 63.9669 1249 1 0 46.8754 69.85 -176.207 + 16 225.173 1250 1 0 46.938 70.05 -176.194 + 16 57.3206 1251 1 0 46.9015 70.25 -176.245 + 16 61.3758 1252 1 0 46.8857 70.45 -176.203 + 16 60.6065 1253 1 0 46.978 70.65 -176.214 + 16 257.523 926 1 0 43.5227 5.32959 -176.25 + 16 93.5538 925 1 0 43.5468 5.24993 -176.203 + 16 35.4622 911 1 1 2.45 14.4595 -174.799 + 16 1.81638 941 1 0 17.5107 8.45 -175.859 + 16 144.262 1056 9 1 31.2926 14.5442 65.15 + 16 18.2324 971 9 0 30.9638 14.45 64.1295 + 16 99.7554 950 0 1 10.25 4.59729 -204.576 + 16 2.33598 949 0 1 10.0496 4.53967 -204.84 + 16 133.815 978 0 0 1.02074 15.7344 -206.25 + 16 61.8732 979 0 0 1.18692 15.85 -205.867 + 16 75.0666 912 0 1 2.46727 15.8333 -204.85 + 16 143.294 913 0 1 2.65007 15.9184 -204.791 + 16 211.234 983 0 0 4.22448 16.7786 -205.85 + 16 24.826 982 0 0 4.50543 16.65 -206.221 + 16 23.0262 856 0 0 34.4911 -8.82353 -206.25 + 16 18.7761 855 0 0 34.5093 -8.85 -206.241 + 16 84.5289 804 0 0 57.5349 -19.2486 -206.25 + 16 80.3237 906 0 1 1.26249 17.2883 -204.85 + 16 251.273 950 4 1 10.1095 4.58639 -84.4503 + 16 25.7156 949 4 1 10.0499 4.32082 -84.7609 + 16 176.624 917 4 0 9.87325 3.56524 -85.85 + 16 72.2207 916 4 0 9.85474 3.44997 -85.9991 + 16 39.3913 915 4 0 9.83859 3.24989 -86.2043 + 16 94.8452 943 3 1 8.75992 -26.9743 -114.45 + 16 78.7623 944 3 1 8.85011 -26.8236 -114.645 + 16 66.0846 771 3 0 9.14481 -25.7975 -115.85 + 16 93.3253 772 3 0 9.18799 -25.65 -116.041 + 16 26.9837 969 2 1 13.9467 -0.180014 -144.45 + 16 101.603 952 4 1 10.45 5.04402 -84.5331 + 16 491.096 953 4 1 10.65 5.21561 -84.5716 + 16 84.9453 954 4 1 10.85 5.41328 -84.5829 + 16 91.5918 955 4 1 11.05 5.6179 -84.5524 + 16 55.7768 956 4 1 11.2502 5.807 -84.521 + 16 23.5822 957 4 1 11.45 5.90551 -84.4734 + 16 23.541 967 5 0 0.200163 13.6409 -56.25 + 16 192.862 968 5 0 0.161157 13.65 -56.1791 + 16 7.08189 896 5 1 -0.833377 14.0941 -54.8498 + 16 79.4417 895 5 1 -0.850045 14.1042 -54.8259 + 16 67.2521 894 5 1 -1.05017 14.1871 -54.6357 + 16 130.437 893 5 1 -1.25 14.2131 -54.5343 + 16 63.6887 892 5 1 -1.45 14.2037 -54.4946 + 16 45.7187 891 5 1 -1.65 14.1819 -54.5239 + 16 65.4695 890 5 1 -1.85 14.1078 -54.5493 + 16 227.382 889 5 1 -2.05 14.0119 -54.5894 + 16 78.0343 888 5 1 -2.25 13.7973 -54.7404 + 16 74.0079 962 5 0 -2.77592 12.6246 -55.85 + 16 98.3423 961 5 0 -2.90031 12.45 -56.0486 + 16 8.34967 960 5 0 -3.00233 12.2499 -56.2252 + 16 206.585 901 5 1 0.31628 13.4149 -54.85 + 16 121.812 951 9 1 10.2649 4.82491 65.55 + 16 245.586 951 8 1 10.2539 4.75991 35.55 + 16 150.13 951 7 1 10.2916 4.75527 5.55 + 16 122.349 952 5 1 10.5331 4.73575 -54.45 + 16 135.843 954 3 1 10.8886 4.80317 -114.45 + 16 125.41 955 2 1 11.102 4.91325 -144.45 + 16 120.326 924 2 0 11.1107 4.91642 -145.85 + 16 119.088 956 1 1 11.2932 4.98299 -174.45 + 16 131.942 957 0 1 11.4984 5.0565 -204.45 + 16 107.11 925 0 0 11.5096 5.05814 -205.85 + 16 27.2558 924 4 0 10.5124 4.85 -86.1163 + 16 108.142 937 3 1 7.52179 7.59114 -114.45 + 16 24.1482 936 3 1 7.45 7.62898 -114.75 + 16 143.997 938 3 0 7.18597 7.76457 -115.85 + 16 126.325 901 2 1 0.448436 11.2991 -144.45 + 16 104.697 956 2 0 0.126198 11.4011 -145.85 + 16 139.394 868 1 1 -6.37912 13.4522 -174.45 + 16 8.33773 867 1 1 -6.45 13.4742 -174.808 + 16 131.901 967 1 0 -6.65913 13.5352 -175.85 + 16 118.393 837 0 1 -12.5907 15.1782 -204.45 + 16 8.2033 836 0 1 -12.65 15.2141 -204.813 + 16 134.981 976 0 0 -12.8135 15.3163 -205.85 + 16 43.8614 931 0 0 -67.4184 6.36369 -206.25 + 16 9.15081 930 0 0 -67.5177 6.25 -206.242 + 16 358.777 847 0 0 -105.908 -10.5469 -206.25 + 16 63.7145 921 4 0 10.7892 4.30842 -85.8502 + 16 39.2373 920 4 0 10.8078 4.24997 -86.1046 + 16 117.243 964 3 1 12.9936 -2.02335 -114.45 + 16 55.7594 965 3 1 13.05 -2.1173 -114.682 + 16 75.4397 887 3 0 13.3099 -2.59869 -115.85 + 16 405.291 886 3 0 13.3406 -2.65 -115.973 + 16 223.031 1006 2 1 21.4186 -15.6494 -144.45 + 16 84.8038 1005 2 1 21.25 -16.314 -144.756 + 16 17.9431 809 2 0 19.8673 -18.1968 -145.85 + 16 203.082 808 2 0 19.8274 -18.25 -145.882 + 16 120.73 807 2 0 19.6823 -18.4501 -146.006 + 16 40.4134 806 2 0 19.5157 -18.6502 -146.154 + 16 87.5565 869 1 1 -6.25 -50.2544 -174.582 + 16 154.146 647 1 0 -6.19129 -50.4828 -175.85 + 16 32.8613 881 0 1 -3.69917 -57.4667 -204.45 + 16 125.526 882 0 1 -3.65 -57.5896 -204.532 + 16 36.0539 607 0 0 -2.94761 -58.595 -205.85 + 16 94.1946 606 0 0 -2.90882 -58.65 -205.937 + 16 8.86858 605 0 0 -2.85259 -58.8501 -206.224 + 16 115.82 1007 3 0 -43.8533 21.5004 -116.25 + 16 71.2815 835 0 0 6.29538 -12.8874 -205.85 + 16 113.243 954 0 1 10.9472 -9.81899 -204.45 + 16 83.1993 1466 0 0 28.9687 113.464 -206.25 + 16 110.391 1465 0 0 29.0136 113.35 -206.089 + 16 75.951 1464 0 0 28.9843 113.15 -205.931 + 16 1.12743 1040 0 1 28.0507 112.191 -204.85 + 16 58.9161 1039 0 1 28.05 112.19 -204.849 + 16 120.282 1455 0 0 26.9234 111.171 -205.85 + 16 17.371 1026 0 1 25.3237 110.975 -204.85 +Number of digits in this event = 68 Using G4ParticleGun ... -8.84738 LIN +4.28688 LIN gamma -Event: 38 -Number of tracker hits in this event = 42 - 38 263.421 532 9 1 -73.4664 49.3936 65.55 - 38 397.182 1146 9 0 -73.4646 49.3949 64.15 - 38 125.613 533 8 1 -73.4169 49.4245 35.55 - 38 248.307 1146 8 0 -73.4164 49.4254 34.15 - 38 116.445 533 7 1 -73.409 49.4497 5.55 - 38 115.57 1147 7 0 -73.4066 49.4506 4.15 - 38 279.333 533 6 1 -73.3507 49.4754 -24.45 - 38 163.634 1147 6 0 -73.3533 49.4582 -25.85 - 38 223.81 533 5 1 -73.4184 49.1055 -54.45 - 38 121.559 1145 5 0 -73.4224 49.089 -55.85 - 38 123.914 532 4 1 -73.5113 48.7531 -84.45 - 38 149.376 1143 4 0 -73.514 48.7343 -85.85 - 38 244.343 532 3 1 -73.5685 48.3194 -114.45 - 38 169.328 1141 3 0 -73.5727 48.2946 -115.85 - 38 116.884 531 2 1 -73.6641 47.7913 -144.45 - 38 141.849 1138 2 0 -73.6681 47.7656 -145.85 - 38 184.805 531 1 1 -73.7505 47.2318 -174.45 - 38 151.323 1135 1 0 -73.7541 47.2066 -175.85 - 38 122.601 531 0 1 -73.8349 46.686 -204.45 - 38 98.6346 1133 0 0 -73.848 46.6559 -205.85 - 38 32.4712 1132 0 0 -73.8506 46.65 -206.123 - 38 98.0283 509 5 0 -18.0828 -78.0905 -56.25 - 38 88.3691 427 6 0 -91.7844 -94.55 -25.9881 - 38 13.5936 1137 1 0 -73.8765 47.5677 -175.85 - 38 43.3993 1150 1 0 -82.4131 50.1071 -176.25 - 38 300.989 1145 9 0 -73.6444 49.25 64.0052 - 38 53.1608 528 9 1 -74.3016 47.7853 65.15 - 38 144.41 532 8 1 -73.4602 49.3874 35.55 - 38 92.663 532 7 1 -73.4656 49.3921 5.55 - 38 142.298 1146 7 0 -73.4643 49.3913 4.15 - 38 142.062 1146 6 0 -73.4324 49.3715 -25.85 - 38 138.878 1146 5 0 -73.4083 49.3262 -55.85 - 38 136.85 533 4 1 -73.3995 49.2769 -84.45 - 38 208.25 1146 4 0 -73.4028 49.2717 -85.85 - 38 99.2495 1145 3 0 -73.4757 49.1666 -115.85 - 38 137.008 532 2 1 -73.517 49.0735 -144.45 - 38 141.938 1145 2 0 -73.5188 49.0689 -145.85 - 38 148.186 532 1 1 -73.556 48.9796 -174.45 - 38 120.931 1144 1 0 -73.5587 48.9747 -175.85 - 38 134.886 532 0 1 -73.6173 48.8715 -204.45 - 38 135.841 1144 0 0 -73.6212 48.8662 -205.85 - 38 22.9314 852 0 1 -9.45 4.0444 -204.735 -Number of digits in this event = 31 -Using G4ParticleGun ... -5.2859 LIN -gamma -Event: 39 -Number of tracker hits in this event = 29 - 39 259.356 1366 3 1 93.4526 -85.099 -114.45 - 39 246.486 474 3 0 93.4523 -85.0985 -115.85 - 39 262.589 1366 2 1 93.443 -85.0731 -144.45 - 39 154.418 474 2 0 93.4413 -85.0749 -145.85 - 39 255.778 1366 1 1 93.3893 -85.1028 -174.45 - 39 128.115 474 1 0 93.3861 -85.1043 -175.85 - 39 146.286 1365 0 1 93.3271 -85.1426 -204.45 - 39 214.022 474 0 0 93.3242 -85.143 -205.85 - 39 131.768 1561 3 1 132.386 -57.0065 -114.85 - 39 7.15998 1565 1 1 133.19 34.4444 -174.45 - 39 59.9612 1564 1 1 133.15 34.4804 -174.581 - 39 120.242 475 2 0 93.4451 -85.02 -145.85 - 39 157.347 475 1 0 93.4584 -84.9577 -175.85 - 39 285.17 1366 0 1 93.4311 -84.9128 -204.45 - 39 156.182 475 0 0 93.4309 -84.908 -205.85 - 39 203.012 1238 0 1 67.85 -103.423 -204.749 - 39 25.5262 1192 4 1 58.6283 -47.733 -84.45 - 39 116.24 1193 4 1 58.65 -47.7033 -84.4792 - 39 114.618 503 1 0 122.101 -79.4431 -176.25 - 39 67.1347 504 1 0 122.103 -79.25 -175.973 - 39 17.5006 1508 1 1 121.766 -78.4518 -174.85 - 39 363.544 1507 1 1 121.75 -78.4144 -174.808 - 39 7.09547 1209 1 1 62.05 92.1468 -174.792 - 39 87.7833 1364 0 1 93.15 -84.7925 -204.525 - 39 144.073 477 0 0 92.4177 -84.5349 -205.85 - 39 18.2404 641 0 0 85.6924 -51.7096 -206.25 - 39 86.6769 642 0 0 85.703 -51.65 -206.23 - 39 119.457 471 0 0 93.2345 -85.7063 -205.85 - 39 50.9192 470 0 0 93.1984 -85.85 -206.117 -Number of digits in this event = 19 -Using G4ParticleGun ... -9.94059 LIN -gamma -Event: 40 -Number of tracker hits in this event = 18 - 40 220.595 383 1 1 -103.462 -108.592 -174.45 - 40 330.38 357 1 0 -103.463 -108.593 -175.85 - 40 210.171 383 0 1 -103.474 -108.603 -204.45 - 40 254 357 0 0 -103.477 -108.603 -205.85 - 40 31.3945 681 3 1 -43.847 160.401 -114.85 - 40 7.71058 149 8 0 -30.438 -150.204 33.75 - 40 162.251 1218 0 0 -107.82 63.6868 -206.25 - 40 24.2268 366 0 1 -106.807 63.7287 -204.85 - 40 71.2857 367 0 1 -106.75 63.7134 -204.806 - 40 84.2261 368 0 1 -106.55 63.5548 -204.689 - 40 58.3476 369 0 1 -106.35 63.4687 -204.635 - 40 46.6225 370 0 1 -106.15 63.3719 -204.674 - 40 80.1922 371 0 1 -105.95 63.3632 -204.728 - 40 57.1422 372 0 1 -105.75 63.4413 -204.68 - 40 167.949 373 0 1 -105.55 63.4631 -204.656 - 40 93.6829 374 0 1 -105.35 63.4869 -204.566 - 40 115.859 375 0 1 -105.15 63.4716 -204.465 - 40 344.844 376 0 1 -104.95 63.5497 -204.509 -Number of digits in this event = 9 -Using G4ParticleGun ... -7.69046 LIN -gamma -Event: 41 -Number of tracker hits in this event = 34 - 41 297.513 548 4 1 -70.3182 -28.3132 -84.45 - 41 242.63 758 4 0 -70.3175 -28.3134 -85.85 - 41 269.877 548 3 1 -70.3056 -28.3269 -114.45 - 41 234.085 758 3 0 -70.3052 -28.3267 -115.85 - 41 280.1 548 2 1 -70.3015 -28.3316 -144.45 - 41 526.56 758 2 0 -70.3022 -28.3311 -145.85 - 41 112.605 548 1 1 -70.3133 -28.3377 -174.45 - 41 212.028 758 1 0 -70.313 -28.3374 -175.85 - 41 136.024 548 0 1 -70.3041 -28.3331 -204.45 - 41 394.731 758 0 0 -70.3017 -28.3332 -205.85 - 41 9.70508 1522 5 0 -129.96 124.749 -56.25 - 41 233.885 1523 5 0 -129.985 124.75 -56.2392 - 41 32.1232 739 2 0 -105.332 -32.2373 -146.25 - 41 205.85 375 2 1 -105.035 -31.7721 -144.85 - 41 86.5348 376 2 1 -104.95 -31.7347 -144.63 - 41 33.963 1371 1 1 94.35 -140.994 -174.792 - 41 134.062 1372 1 1 94.55 -141.057 -174.723 - 41 130.054 549 2 1 -70.2259 -28.3639 -144.45 - 41 133.889 549 1 1 -70.192 -28.3977 -174.45 - 41 111.191 549 0 1 -70.1454 -28.4099 -204.45 - 41 217.381 741 4 1 -31.6697 -14.8265 -84.45 - 41 41.3485 583 2 0 -3.36679 -63.363 -146.25 - 41 13.2607 582 2 0 -3.25453 -63.45 -145.869 - 41 249.063 880 2 1 -3.86976 -63.6023 -144.85 - 41 84.2225 898 2 0 -44.2434 -0.447649 -146.249 - 41 95.6546 899 2 0 -44.2653 -0.25 -146.09 - 41 27.5757 900 2 0 -44.5157 0.05 -145.888 - 41 219.841 673 2 1 -45.3327 3.33983 -144.85 - 41 90.6666 918 2 0 -47.3346 3.6572 -145.85 - 41 61.6351 919 2 0 -47.5103 3.85 -145.925 - 41 238.075 657 2 1 -48.4625 4.68486 -144.85 - 41 58.3838 547 2 1 -70.45 -28.473 -144.756 - 41 36.681 755 2 0 -71.9049 -29.0082 -145.85 - 41 170.13 754 2 0 -72.0084 -29.05 -145.931 -Number of digits in this event = 22 -Using G4ParticleGun ... -7.3716 LIN -gamma -Event: 42 -Number of tracker hits in this event = 13 - 42 236.967 419 2 1 -96.2456 -70.8109 -144.45 - 42 329.939 546 2 0 -96.2462 -70.81 -145.85 - 42 267.251 419 1 1 -96.2508 -70.789 -174.45 - 42 250.356 546 1 0 -96.2547 -70.7874 -175.85 - 42 235.077 418 0 1 -96.3513 -70.7757 -204.45 - 42 246.43 546 0 0 -96.3475 -70.7763 -205.85 - 42 124.178 405 11 0 -45.9285 -99.0856 123.75 - 42 75.7022 524 0 0 -136.037 -75.1395 -206.25 - 42 127.532 419 0 1 -96.35 -70.7809 -204.768 - 42 304.63 543 0 0 -97.5642 -71.3291 -205.85 - 42 141.463 548 1 0 -95.5054 -70.4248 -175.85 - 42 30.0913 549 1 0 -95.1703 -70.25 -176.18 - 42 194.648 585 4 1 -63.05 -101.364 -84.7505 -Number of digits in this event = 13 -Using G4ParticleGun ... -3.37318 LIN -gamma -Event: 43 -Number of tracker hits in this event = 8 - 43 243.471 1082 2 1 36.5703 -126.136 -144.45 - 43 236.592 270 2 0 36.5694 -126.135 -145.85 - 43 256.092 1082 1 1 36.5474 -126.077 -174.45 - 43 233.497 270 1 0 36.5383 -126.073 -175.85 - 43 160.056 1081 0 1 36.3859 -125.955 -204.45 - 43 269.259 271 0 0 36.3663 -125.942 -205.85 - 43 129.278 1083 0 1 36.7982 -126.119 -204.45 - 43 126.382 270 0 0 36.8029 -126.129 -205.85 -Number of digits in this event = 11 -Using G4ParticleGun ... -8.7123 LIN -gamma -Event: 44 -Number of tracker hits in this event = 4 - 44 18.5315 1276 1 0 -4.83152 75.4015 -176.25 - 44 19.711 875 1 1 -4.85 73.8586 -174.637 - 44 103.831 1277 1 0 -4.82631 75.45 -176.2 - 44 200.748 1292 2 0 98.0607 78.6267 -146.25 +Event: 17 +Number of tracker hits in this event = 0 Number of digits in this event = 3 Using G4ParticleGun ... -5.42556 LIN +5.75354 LIN gamma -Event: 45 -Number of tracker hits in this event = 106 - 45 203.224 1377 8 1 95.6595 -86.3054 35.55 - 45 229.36 468 8 0 95.659 -86.3055 34.15 - 45 174.928 1377 7 1 95.6489 -86.2994 5.55 - 45 274.962 468 7 0 95.6479 -86.2971 4.15 - 45 105.478 1377 6 1 95.6265 -86.2507 -24.45 - 45 105.318 469 6 0 95.6265 -86.2469 -25.85 - 45 140.351 1377 5 1 95.6349 -86.1669 -54.45 - 45 110.952 469 5 0 95.6367 -86.1629 -55.85 - 45 392.624 1377 4 1 95.6721 -86.0778 -84.45 - 45 280.281 469 4 0 95.6719 -86.1036 -85.85 - 45 224.872 1376 3 1 95.4216 -86.8657 -114.45 - 45 516.999 465 3 0 95.4134 -86.861 -115.85 - 45 106.252 1375 2 1 95.2887 -86.6397 -144.45 - 45 264.068 467 2 0 95.2959 -86.5766 -145.85 - 45 324.814 1376 1 1 95.4585 -85.5085 -174.45 - 45 150.11 473 1 0 95.4539 -85.4314 -175.85 - 45 321.793 1376 0 1 95.4089 -83.9367 -204.45 - 45 235.88 480 0 0 95.4411 -83.909 -205.85 - 45 78.5501 1375 1 1 95.35 -85.5976 -174.814 - 45 127.602 470 4 0 95.6006 -86.0276 -85.85 - 45 135.707 1369 3 1 94.0854 -84.9922 -114.45 - 45 114.706 475 3 0 93.9549 -84.8725 -115.85 - 45 39.3588 476 3 0 93.9293 -84.85 -116.123 - 45 117.43 1350 2 1 90.3283 -82.1121 -144.451 - 45 54.0204 490 2 0 90.05 -81.9439 -146.042 - 45 31.7547 1328 1 1 85.6818 -79.334 -174.45 - 45 129.616 1327 1 1 85.65 -79.3163 -174.554 - 45 41.8797 504 1 0 85.2342 -79.0765 -175.85 - 45 143.765 505 1 0 85.1847 -79.05 -176 - 45 187.859 1279 0 1 75.9044 -74.0464 -204.45 - 45 56.1404 1278 0 1 75.85 -73.9793 -204.642 - 45 70.3283 532 0 0 75.5098 -73.511 -205.85 - 45 81.7937 533 0 0 75.4678 -73.45 -206.001 - 45 40.7081 1280 0 1 76.1262 -73.3513 -204.85 - 45 79.1591 530 0 0 74.7094 -73.8919 -205.85 - 45 86.3164 1379 3 1 95.9588 -85.8723 -114.45 - 45 22.1185 1378 3 1 95.95 -85.8657 -114.754 - 45 102.253 471 3 0 95.9213 -85.8406 -115.85 - 45 132.028 1373 2 1 94.9494 -85.35 -144.45 - 45 213.951 473 2 0 94.9014 -85.3177 -145.85 - 45 128.679 1369 1 1 94.0631 -84.4786 -174.45 - 45 107.916 478 1 0 94.0877 -84.4068 -175.85 - 45 109.542 1371 0 1 94.5239 -82.9817 -204.45 - 45 118.953 485 0 0 94.5452 -82.8947 -205.85 - 45 93.0202 494 2 0 153.872 -81.05 -146.082 - 45 133.129 493 2 0 153.848 -81.25 -145.965 - 45 80.902 1327 2 1 85.572 -114.057 -144.45 - 45 296.464 1377 3 1 95.5815 -86.0502 -114.45 - 45 224.976 470 3 0 95.5942 -86.0377 -115.85 - 45 267.368 1378 2 1 95.855 -85.779 -144.45 - 45 164.362 471 2 0 95.866 -85.7712 -145.85 - 45 120.57 1379 1 1 96.1024 -85.6074 -174.45 - 45 136.469 472 1 0 96.1478 -85.5658 -175.85 - 45 205.937 1384 0 1 97.0875 -84.7484 -204.45 - 45 108.42 476 0 0 97.1295 -84.7042 -205.85 - 45 48.8337 1371 2 1 94.4882 -118.322 -144.85 - 45 111.007 1377 2 1 95.7494 -85.3898 -144.45 - 45 308.167 1383 1 1 96.8768 -86.201 -174.45 - 45 97.7103 470 1 0 97.066 -85.9937 -175.85 - 45 121.242 1406 0 1 101.423 -82.3802 -204.45 - 45 36.3052 487 0 0 101.525 -82.6279 -205.85 - 45 85.7632 486 0 0 101.534 -82.65 -205.976 - 45 124.95 1379 7 1 95.9816 -86.2618 5.55 - 45 115.685 1375 6 1 95.2668 -86.2952 -24.45 - 45 103.426 468 6 0 95.2168 -86.2975 -25.85 - 45 105.901 1370 5 1 94.3363 -86.307 -54.45 - 45 127.139 468 5 0 94.3335 -86.3624 -55.85 - 45 128.685 1371 4 1 94.3975 -87.4822 -84.45 - 45 112.923 462 4 0 94.3389 -87.5639 -85.85 - 45 130.425 1365 3 1 93.2156 -89.151 -114.45 - 45 147.114 453 3 0 93.2063 -89.3329 -115.85 - 45 118.361 1364 2 1 92.9691 -92.7104 -144.45 - 45 139.937 436 2 0 92.9169 -92.8843 -145.85 - 45 164.347 1357 1 1 91.6974 -96.2024 -174.45 - 45 106.95 418 1 0 91.6098 -96.3572 -175.85 - 45 91.1612 1348 0 1 89.6782 -99.6807 -204.45 - 45 18.4154 1347 0 1 89.65 -99.7421 -204.779 - 45 12.7466 401 0 0 89.558 -99.9438 -205.85 - 45 175.368 400 0 0 89.5552 -99.95 -205.883 - 45 104.332 1375 3 1 95.3309 -86.9664 -114.45 - 45 163.152 464 3 0 94.9988 -87.0784 -115.85 - 45 123.025 1348 2 1 89.8043 -91.1881 -144.45 - 45 65.3568 444 2 0 89.8348 -91.2112 -145.85 - 45 94.6486 445 2 0 89.855 -91.15 -145.948 - 45 32.6113 446 2 0 89.9208 -90.95 -146.146 - 45 42.6913 604 1 0 96.8367 -59.1626 -175.85 - 45 85.9093 605 1 0 96.8356 -59.05 -175.976 - 45 18.4411 606 1 0 96.8413 -58.8499 -176.197 - 45 61.1774 1390 0 1 98.3136 -32.2387 -204.45 - 45 126.695 1391 0 1 98.35 -32.043 -204.583 - 45 34.2271 748 0 0 98.7623 -30.3531 -205.85 - 45 64.5171 749 0 0 98.7932 -30.25 -205.92 - 45 69.4158 750 0 0 98.8651 -30.05 -206.05 - 45 38.8717 751 0 0 98.931 -29.8499 -206.179 - 45 82.2415 814 0 0 145.272 -17.1265 -206.25 - 45 104.124 813 0 0 145.528 -17.2502 -206.17 - 45 59.9903 812 0 0 145.859 -17.45 -206.189 - 45 7.27698 352 12 1 -109.55 -169.561 155.326 - 45 121.795 460 2 0 95.7305 -87.8968 -145.85 - 45 139.237 1378 1 1 95.8757 -88.9422 -174.45 - 45 111.959 455 1 0 95.8748 -89.0109 -175.85 - 45 110.626 1378 0 1 95.8377 -90.5171 -204.45 - 45 137.781 447 0 0 95.8105 -90.5524 -205.85 - 45 184.344 1375 0 1 95.1624 -83.8659 -204.45 - 45 394.907 481 0 0 95.1435 -83.8005 -205.85 - 45 51.5111 1374 0 1 95.15 -83.855 -204.709 -Number of digits in this event = 51 +Event: 18 +Number of tracker hits in this event = 52 + 18 427.007 1456 8 1 111.524 -12.4453 35.55 + 18 237.552 838 8 0 111.522 -12.4438 34.15 + 18 289.477 1456 7 1 111.5 -12.415 5.55 + 18 242.196 838 7 0 111.502 -12.4113 4.15 + 18 312.229 1456 6 1 111.532 -12.3293 -24.45 + 18 326.161 838 6 0 111.536 -12.3299 -25.85 + 18 331.575 1457 5 1 111.609 -12.3364 -54.45 + 18 282.847 838 5 0 111.611 -12.3359 -55.85 + 18 115.478 1457 4 1 111.67 -12.3172 -84.45 + 18 110.882 838 4 0 111.669 -12.3168 -85.85 + 18 124.896 1457 3 1 111.648 -12.3165 -114.45 + 18 120.456 838 3 0 111.646 -12.3118 -115.85 + 18 225.755 1457 2 1 111.616 -12.224 -144.45 + 18 113.809 839 2 0 111.612 -12.2181 -145.85 + 18 111.222 1456 1 1 111.528 -12.0899 -174.45 + 18 177.943 839 1 0 111.523 -12.0863 -175.85 + 18 106.635 1456 0 1 111.437 -12.0086 -204.45 + 18 142.336 840 0 0 111.438 -12.005 -205.85 + 18 54.7326 1193 1 0 96.0275 58.8109 -176.25 + 18 37.1323 1111 1 0 86.8796 42.4183 -176.25 + 18 64.2729 921 2 0 125.389 4.28921 -146.25 + 18 90.4635 922 2 0 125.509 4.45 -146.163 + 18 164.28 923 2 0 125.683 4.65 -146.172 + 18 103.991 924 2 0 126.09 4.85 -146.007 + 18 284.912 1528 2 1 125.82 5.70901 -144.85 + 18 83.3206 1529 2 1 125.95 5.8983 -144.527 + 18 15.66 837 6 0 111.638 -12.45 -26.1914 + 18 16.7703 708 6 0 116.475 -38.4011 -26.25 + 18 71.4436 707 6 0 116.491 -38.45 -26.2044 + 18 84.0698 706 6 0 116.53 -38.65 -26.0454 + 18 215.393 1483 6 1 116.794 -39.7625 -24.8493 + 18 103.776 1482 6 1 116.75 -40.4064 -24.5978 + 18 83.6864 1481 6 1 116.55 -40.7044 -24.6136 + 18 80.0832 1480 6 1 116.35 -40.9259 -24.7027 + 18 92.8714 1479 6 1 116.15 -40.9582 -24.797 + 18 93.6843 1478 6 1 115.95 -41.0301 -24.7476 + 18 62.5222 1477 6 1 115.75 -41.0357 -24.6588 + 18 119.657 1476 6 1 115.55 -40.9343 -24.6833 + 18 111.153 1475 6 1 115.35 -40.6216 -24.7746 + 18 297.343 1474 6 1 115.15 -40.527 -24.6772 + 18 126.592 837 8 0 111.529 -12.45 33.7838 + 18 96.0409 837 7 0 111.518 -12.4601 4.15 + 18 128.559 1456 4 1 111.548 -12.1061 -84.45 + 18 196.696 839 4 0 111.548 -12.1015 -85.85 + 18 117.001 1456 3 1 111.542 -12.0125 -114.45 + 18 154.032 840 3 0 111.54 -12.0081 -115.85 + 18 135.87 1456 2 1 111.485 -11.9087 -144.45 + 18 107.877 840 2 0 111.476 -11.8993 -145.85 + 18 102.081 1455 1 1 111.299 -11.7033 -174.45 + 18 150.794 841 1 0 111.289 -11.6943 -175.85 + 18 98.3175 1454 0 1 111.087 -11.5044 -204.45 + 18 109.845 842 0 0 111.077 -11.4915 -205.85 +Number of digits in this event = 26 Using G4ParticleGun ... -5.36866 LIN +3.20419 LIN gamma -Event: 46 +Event: 19 +Number of tracker hits in this event = 2 + 19 103.701 733 1 1 -33.3213 81.3991 -174.85 + 19 96.1413 459 2 1 -88.05 115.897 -144.518 +Number of digits in this event = 1 +Using G4ParticleGun ... +7.36127 LIN +gamma +Event: 20 +Number of tracker hits in this event = 162 + 20 208.029 512 9 1 -77.5811 22.0004 65.419 + 20 241.852 1009 9 0 -77.5811 22.0004 64.15 + 20 287.61 512 8 1 -77.579 22.0007 35.55 + 20 491.833 1009 8 0 -77.5781 21.9992 34.15 + 20 237.442 512 7 1 -77.5637 21.9664 5.55 + 20 325.635 1009 7 0 -77.5636 21.9649 4.15 + 20 381.713 512 6 1 -77.5603 21.9332 -24.45 + 20 383.655 1009 6 0 -77.5597 21.9318 -25.85 + 20 231.746 512 5 1 -77.5439 21.899 -54.45 + 20 419.041 1009 5 0 -77.5449 21.8948 -55.85 + 20 303.002 512 4 1 -77.5657 21.814 -84.45 + 20 109.499 1008 4 0 -77.5688 21.8051 -85.85 + 20 250.913 512 3 1 -77.6329 21.6302 -114.45 + 20 370.092 1007 3 0 -77.6365 21.6229 -115.85 + 20 231.247 511 2 1 -77.7101 21.4751 -144.45 + 20 201.364 1007 2 0 -77.7123 21.4692 -145.85 + 20 244.267 511 1 1 -77.7633 21.3528 -174.45 + 20 95.3103 1006 1 0 -77.7674 21.3469 -175.85 + 20 397.817 510 0 1 -77.8536 21.2206 -204.45 + 20 713.079 1005 0 0 -77.8993 21.2153 -205.85 + 20 133.005 1004 0 0 -77.9799 21.0499 -206.223 + 20 256.376 512 1 1 -77.5333 21.6768 -174.45 + 20 222.278 1008 1 0 -77.5325 21.6869 -175.85 + 20 247.012 512 0 1 -77.5531 21.911 -204.45 + 20 113.837 1009 0 0 -77.5419 21.8973 -205.85 + 20 97.6171 1007 1 0 -77.5402 21.65 -175.89 + 20 260.225 511 0 1 -77.666 21.0354 -204.45 + 20 74.0022 1008 3 0 -77.6271 21.6683 -115.85 + 20 164.373 473 2 1 -85.37 14.2708 -144.45 + 20 74.6182 472 2 1 -85.45 14.2045 -144.556 + 20 88.8552 471 2 1 -85.65 14.1036 -144.772 + 20 1.77279 470 2 1 -85.8502 13.9762 -144.849 + 20 3.0167 962 2 0 -88.3378 12.4514 -145.85 + 20 271.478 961 2 0 -88.3402 12.4499 -145.851 + 20 88.8251 960 2 0 -88.6883 12.25 -146.082 + 20 100.018 513 3 1 -77.4498 21.7232 -114.53 + 20 147.457 1001 3 0 -76.9358 20.4449 -115.85 + 20 131.348 1000 3 0 -76.6124 20.25 -116.12 + 20 126.396 1009 4 0 -77.5994 21.8989 -85.85 + 20 115.18 511 3 1 -77.6602 21.9561 -114.45 + 20 142.315 1009 3 0 -77.6637 21.954 -115.85 + 20 301.751 1009 2 0 -77.7219 21.9193 -145.85 + 20 113.034 1009 1 0 -77.7843 21.8828 -175.85 + 20 118.531 1008 0 0 -77.8041 21.8217 -205.85 + 20 93.2034 1296 3 0 -106.64 79.25 -116.246 + 20 10.6796 427 9 1 -94.55 159.449 65.5488 + 20 104.997 901 2 0 26.9014 0.405633 -146.25 + 20 149.756 486 4 1 -82.7695 17.9559 -84.45 + 20 38.9925 986 4 0 -82.6836 17.2981 -85.85 + 20 184.17 985 4 0 -82.6874 17.25 -85.96 + 20 84.9272 465 3 1 -86.9393 6.70255 -114.45 + 20 121.986 932 3 0 -87.2816 6.52787 -115.85 + 20 122.528 424 2 1 -95.3314 9.05548 -144.45 + 20 181.476 946 2 0 -94.6237 9.32471 -145.85 + 20 238.472 911 2 0 -44.1749 2.35901 -146.25 + 20 111.243 680 2 1 -43.9182 2.09225 -144.85 + 20 60.2832 681 2 1 -43.85 1.87486 -144.577 + 20 212.345 947 2 0 -94.5062 9.45 -146.161 + 20 86.1435 516 4 1 -76.6882 22.4697 -84.45 + 20 50.0597 517 4 1 -76.65 22.4832 -84.7257 + 20 132.271 1012 4 0 -76.5429 22.5379 -85.85 + 20 54.9442 520 3 1 -75.9922 22.9723 -114.45 + 20 80.9386 519 3 1 -76.0502 22.9495 -114.675 + 20 113.34 1014 3 0 -76.373 22.8844 -115.85 + 20 8.98694 486 2 1 -82.8319 21.0271 -144.45 + 20 101.88 485 2 1 -82.85 21.0224 -144.483 + 20 130.283 1003 2 0 -83.455 20.7581 -145.85 + 20 80.54 416 1 1 -96.8374 16.0522 -174.45 + 20 397.83 415 1 1 -96.95 15.9823 -174.52 + 20 140.916 414 1 1 -97.1503 15.849 -174.643 + 20 48.5956 413 1 1 -97.35 15.7009 -174.773 + 20 177.116 972 1 0 -98.8548 14.6225 -175.85 + 20 102.692 971 1 0 -99.1007 14.45 -176.013 + 20 50.4394 970 1 0 -99.3998 14.25 -176.179 + 20 48.5675 130 0 1 -154.026 -20.5813 -204.45 + 20 78.2321 129 0 1 -154.15 -20.5365 -204.595 + 20 99.3707 799 0 0 -154.832 -20.1391 -205.85 + 20 39.0045 800 0 0 -154.967 -20.05 -206.118 + 20 91.6662 895 0 0 -170.643 -0.920591 -206.25 + 20 91.0394 896 0 0 -170.695 -0.85 -206.17 + 20 23.8126 897 0 0 -170.803 -0.65 -205.917 + 20 47.2007 44 0 1 -171.299 0.05 -204.797 + 20 61.6371 43 0 1 -171.35 0.130943 -204.647 + 20 113.328 822 1 0 -175.402 -15.5525 -176.25 + 20 61.4605 821 1 0 -175.421 -15.65 -176.094 + 20 148.777 24 1 1 -175.347 -16.1784 -174.85 + 20 164.547 855 2 0 -171.058 -8.97207 -146.25 + 20 240.978 45 2 1 -171.005 -9.05782 -144.85 + 20 202.601 853 2 0 -169.615 -9.31959 -145.85 + 20 334.413 852 2 0 -169.099 -9.45 -145.891 + 20 13.7107 38 2 1 -172.535 -11.2825 -144.85 + 20 74.6893 37 2 1 -172.55 -11.2885 -144.847 + 20 36.7216 36 2 1 -172.75 -11.2605 -144.801 + 20 190.374 393 1 1 -101.358 13.1963 -174.85 + 20 49.8932 978 1 0 -105.407 15.6946 -175.85 + 20 170.185 974 1 0 -97.7853 15.0154 -175.85 + 20 101.867 973 1 0 -97.901 14.85 -176.111 + 20 40.2356 749 1 0 -116.801 -30.1383 -176.25 + 20 86.5013 748 1 0 -116.735 -30.25 -176.071 + 20 26.4589 747 1 0 -116.693 -30.4501 -175.907 + 20 207.237 316 1 1 -116.882 -32.1065 -174.85 + 20 118.048 315 1 1 -116.95 -32.2817 -174.752 + 20 191.401 317 1 1 -116.75 -32.2697 -174.492 + 20 141.725 318 1 1 -116.55 -32.1866 -174.609 + 20 7.4095 884 2 0 -110.563 -3.10709 -146.25 + 20 113.777 516 5 1 -76.811 21.3072 -54.45 + 20 39.9703 1006 5 0 -76.7446 21.256 -55.85 + 20 64.2748 1005 5 0 -76.7363 21.25 -56.0146 + 20 153.59 526 4 1 -74.6825 20.546 -84.45 + 20 148.628 1002 4 0 -74.6964 20.5701 -85.85 + 20 131.37 526 3 1 -74.8112 21.5684 -114.45 + 20 153.961 522 2 1 -75.5476 21.847 -144.45 + 20 236.437 1008 2 0 -75.5922 21.7965 -145.85 + 20 129.63 518 1 1 -76.2602 20.6086 -174.451 + 20 175.978 1002 1 0 -76.2436 20.5786 -175.85 + 20 156.268 519 0 1 -76.0835 19.8096 -204.451 + 20 142.917 998 0 0 -76.0826 19.7191 -205.85 + 20 7.17664 950 1 0 -54.6791 10.1076 -176.25 + 20 77.8368 481 1 1 -83.8361 25.1622 -174.45 + 20 83.2613 480 1 1 -83.85 25.1747 -174.583 + 20 140.84 1026 1 0 -84.06 25.3832 -175.85 + 20 24.996 1027 1 0 -84.1006 25.45 -176.185 + 20 152.676 459 0 1 -88.0748 31.8053 -204.45 + 20 130.142 1061 0 0 -88.3697 32.3002 -205.85 + 20 114.697 1084 3 0 -70.0506 37.0306 -116.25 + 20 172.699 551 3 1 -69.8067 36.1348 -114.85 + 20 173.467 650 3 1 -50.05 14.2725 -114.686 + 20 156.4 513 6 1 -77.4485 22.1241 -24.45 + 20 97.4732 1010 6 0 -77.4592 22.1269 -25.85 + 20 113.108 513 5 1 -77.363 21.653 -54.45 + 20 135.606 1007 5 0 -77.4873 21.6291 -55.8501 + 20 144.709 502 4 1 -79.6077 20.9606 -84.45 + 20 11.6463 501 4 1 -79.65 20.971 -84.812 + 20 101.976 1004 4 0 -79.7688 21.0012 -85.85 + 20 147.251 486 3 1 -82.801 22.1531 -114.45 + 20 129.203 1011 3 0 -82.9289 22.2795 -115.85 + 20 126.192 1023 2 0 -85.3327 24.7546 -145.85 + 20 103.167 475 1 1 -85.0356 28.1002 -174.45 + 20 6.74181 1041 1 0 -85.0403 28.4411 -175.85 + 20 226.679 1042 1 0 -85.0405 28.45 -175.886 + 20 99.2919 474 0 1 -85.1531 35.7218 -204.45 + 20 131.309 1080 0 0 -85.2255 36.0931 -205.85 + 20 199.013 1142 0 0 -107.329 48.4878 -206.25 + 20 60 1143 0 0 -107.471 48.65 -206.182 + 20 85.0557 1144 0 0 -107.471 48.85 -206.194 + 20 6.62817 1145 0 0 -107.41 49.0504 -206.244 + 20 268.595 1428 0 0 -123.869 105.801 -206.25 + 20 79.4905 1340 0 0 -135.633 88.1827 -206.25 + 20 158.093 514 2 1 -77.1558 21.6378 -144.451 + 20 171.582 1006 2 0 -77.3278 21.45 -146.112 + 20 178.465 500 1 1 -79.9886 18.3875 -174.45 + 20 104.843 990 1 0 -79.9499 18.2449 -175.85 + 20 186.585 505 0 1 -79.0171 15.4973 -204.45 + 20 8.49524 504 0 1 -79.05 15.4796 -204.814 + 20 119.001 976 0 0 -79.144 15.4423 -205.85 + 20 138.609 515 2 1 -77.05 21.8956 -144.561 + 20 109.366 1013 2 0 -76.7689 22.6878 -145.85 + 20 50.7735 1014 2 0 -76.7256 22.85 -146.117 + 20 106.93 557 1 1 -68.4794 43.299 -174.45 + 20 358.41 558 1 1 -68.45 43.254 -174.473 + 20 355.317 559 1 1 -68.25 43.1083 -174.68 + 20 197.321 560 1 1 -68.05 43.0019 -174.718 +Number of digits in this event = 87 +Using G4ParticleGun ... +8.72958 LIN +gamma +Event: 21 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -4.26671 LIN +5.41054 LIN gamma -Event: 47 -Number of tracker hits in this event = 2 - 47 37.6547 341 4 0 24.9027 -111.75 -85.9553 - 47 153.545 1028 4 1 25.7773 -112.222 -84.85 -Number of digits in this event = 3 -Using G4ParticleGun ... -7.39234 LIN -gamma -Event: 48 -Number of tracker hits in this event = 27 - 48 220.586 1601 5 1 140.54 32.833 -54.45 - 48 265.518 1063 5 0 140.541 32.8334 -55.85 - 48 331 1602 4 1 140.555 32.8423 -84.45 - 48 117.135 1063 4 0 140.554 32.843 -85.85 - 48 239.229 1601 3 1 140.547 32.8571 -114.45 - 48 156.575 1064 3 0 140.544 32.8565 -115.85 - 48 153.223 1601 2 1 140.518 32.8593 -144.45 - 48 147.398 1064 2 0 140.516 32.8521 -145.85 - 48 533.402 1601 1 1 140.457 32.6971 -174.45 - 48 136.612 1063 1 0 140.458 32.6842 -175.85 - 48 600.974 1601 0 1 140.492 32.4182 -204.45 - 48 116.557 1061 0 0 140.491 32.4049 -205.85 - 48 103.763 880 2 1 -3.85 122.292 -144.71 - 48 314.259 1064 1 0 140.491 32.914 -175.85 - 48 205.005 1064 0 0 140.512 32.9823 -205.85 - 48 332.802 1210 0 0 -20.0032 62.2398 -206.25 - 48 118.336 1064 4 0 140.653 32.8642 -85.85 - 48 105.882 1063 3 0 140.541 32.7665 -115.85 - 48 143.885 1602 2 1 140.63 32.4132 -144.45 - 48 165.319 1061 2 0 140.66 32.3987 -145.85 - 48 109.277 1605 1 1 141.26 32.1149 -174.45 - 48 137.123 1060 1 0 141.292 32.1023 -175.85 - 48 107.232 1608 0 1 141.917 31.8356 -204.45 - 48 110.153 1058 0 0 141.945 31.8358 -205.85 - 48 58.5367 1275 10 1 75.1641 114.483 95.55 - 48 85.6642 1691 6 0 116.116 158.438 -26.25 - 48 91.3297 1690 6 0 116.13 158.35 -26.2005 -Number of digits in this event = 19 -Using G4ParticleGun ... -4.74187 LIN -gamma -Event: 49 -Number of tracker hits in this event = 30 - 49 394.324 650 4 1 -49.948 -51.9664 -84.45 - 49 252.438 640 4 0 -49.948 -51.9664 -85.85 - 49 289.355 650 3 1 -49.9457 -51.9719 -114.45 - 49 113.488 640 3 0 -49.9453 -51.9737 -115.85 - 49 134.458 650 2 1 -49.9407 -52.0163 -144.45 - 49 153.029 640 2 0 -49.9382 -52.0153 -145.85 - 49 114.227 650 1 1 -49.8937 -51.9969 -174.45 - 49 121.972 640 1 0 -49.8889 -51.9965 -175.85 - 49 136.202 651 0 1 -49.8004 -51.9886 -204.45 - 49 161.083 640 0 0 -49.7974 -51.9891 -205.85 - 49 154.953 1516 2 1 123.35 136.742 -144.672 - 49 16.2306 940 1 0 -4.88698 8.05 -176.062 - 49 47.2506 1110 3 0 25.3666 42.178 -116.25 - 49 61.5739 649 4 1 -50.0503 -51.9922 -84.7804 - 49 138.168 641 4 0 -49.8888 -51.7781 -85.8501 - 49 147.628 642 3 0 -50.0199 -51.4821 -115.85 - 49 101.224 636 2 1 -52.7085 -50.4096 -144.45 - 49 12.0587 637 2 1 -52.65 -50.3836 -144.812 - 49 107.318 648 2 0 -52.4484 -50.3264 -145.85 - 49 25.7698 667 1 1 -46.5126 -49.4722 -174.45 - 49 89.339 668 1 1 -46.45 -49.4593 -174.56 - 49 117.001 653 1 0 -45.7893 -49.3155 -175.85 - 49 69.9989 753 0 1 -29.3757 -48.6219 -204.45 - 49 179.479 754 0 1 -29.25 -48.7149 -204.646 - 49 70.3087 653 0 0 -28.5519 -49.3699 -205.85 - 49 100.211 652 0 0 -28.4702 -49.45 -206.004 - 49 55.7597 631 1 0 -50.0621 -53.6753 -175.85 - 49 40.4239 848 1 0 -32.9909 -10.3052 -176.25 - 49 130.497 849 1 0 -32.9207 -10.25 -176.152 - 49 307.664 732 1 1 -33.5842 -9.813 -174.85 +Event: 22 +Number of tracker hits in this event = 23 + 22 229.149 1162 5 1 52.5088 97.0657 -54.45 + 22 458.47 1384 5 0 52.5115 97.0654 -55.85 + 22 401.397 1162 4 1 52.5614 97.0548 -84.45 + 22 323.378 1384 4 0 52.5639 97.0532 -85.85 + 22 558.391 1162 3 1 52.6222 97.0192 -114.45 + 22 233.194 1384 3 0 52.627 97.0204 -115.85 + 22 227.829 1163 2 1 52.7315 97.0422 -144.45 + 22 117.135 1384 2 0 52.7366 97.0434 -145.85 + 22 112.921 1163 1 1 52.8397 97.0646 -174.45 + 22 191.261 1384 1 0 52.846 97.0661 -175.85 + 22 114.848 1164 0 1 52.9883 97.1125 -204.45 + 22 207.824 1384 0 0 52.9929 97.1151 -205.85 + 22 81.5103 1163 3 1 52.6502 96.8583 -114.736 + 22 38.324 1164 3 1 52.85 96.7898 -114.814 + 22 289.367 1385 3 0 53.0636 97.1912 -115.85 + 22 173.367 1162 2 1 52.6105 96.9572 -144.45 + 22 123.318 1383 2 0 52.6005 96.9455 -145.85 + 22 175.734 1161 1 1 52.4035 96.7015 -174.45 + 22 114.386 1382 1 0 52.3932 96.6886 -175.85 + 22 108.196 1160 0 1 52.1751 96.4465 -204.45 + 22 96.5021 1381 0 0 52.1725 96.4323 -205.85 + 22 95.7513 1192 3 0 157.919 58.5797 -116.25 + 22 250.433 1193 3 0 157.837 58.65 -116.147 Number of digits in this event = 16 Using G4ParticleGun ... -6.1771 LIN +5.21267 LIN gamma -Event: 50 -Number of tracker hits in this event = 6 - 50 132.02 400 0 0 51.6822 -99.9893 -206.25 - 50 38.0962 1160 0 1 52.0592 -99.8274 -204.85 - 50 223.863 1159 0 1 52.05 -99.7857 -204.746 - 50 22.6233 398 0 0 52.842 -100.505 -205.85 - 50 15.843 1162 0 1 52.524 -101.361 -204.85 - 50 41.2618 394 0 0 52.2107 -101.343 -205.85 +Event: 23 +Number of tracker hits in this event = 95 + 23 307.151 380 8 1 -104.032 67.2612 35.55 + 23 224.555 1236 8 0 -104.032 67.2549 34.15 + 23 307.112 380 7 1 -104.027 67.1077 5.55 + 23 255.39 1235 7 0 -104.034 67.111 4.15 + 23 115.521 379 6 1 -104.178 67.1795 -24.45 + 23 279.211 1235 6 0 -104.172 67.1882 -25.85 + 23 473.338 380 5 1 -104.036 67.404 -54.45 + 23 249.527 1236 5 0 -104.026 67.4242 -55.85 + 23 114.571 381 4 1 -103.773 67.7971 -84.45 + 23 166.816 1238 4 0 -103.758 67.8162 -85.85 + 23 136.777 383 3 1 -103.463 68.1984 -114.45 + 23 151.286 1240 3 0 -103.437 68.2226 -115.85 + 23 163.925 386 2 1 -102.815 68.7502 -144.45 + 23 103.339 1243 2 0 -102.786 68.7653 -145.85 + 23 119.943 389 1 1 -102.169 69.089 -174.45 + 23 107.474 1245 1 0 -102.139 69.0939 -175.85 + 23 116.321 393 0 1 -101.523 69.2027 -204.45 + 23 120.319 1245 0 0 -101.491 69.1981 -205.85 + 23 158.51 380 6 1 -104.027 67.2318 -24.45 + 23 238.756 1235 5 0 -103.972 67.2117 -55.85 + 23 235.283 380 4 1 -103.972 67.2056 -84.45 + 23 203.885 1235 4 0 -103.97 67.207 -85.85 + 23 348.735 381 3 1 -103.939 67.2362 -114.45 + 23 117.387 1235 3 0 -103.932 67.2391 -115.85 + 23 393.376 381 2 1 -103.786 67.3046 -144.45 + 23 365.92 1236 2 0 -103.778 67.3109 -145.85 + 23 404.638 382 1 1 -103.597 67.4363 -174.45 + 23 92.8929 1236 1 0 -103.585 67.4465 -175.85 + 23 124.704 384 0 1 -103.33 67.6389 -204.45 + 23 209.376 1238 0 0 -103.314 67.6513 -205.85 + 23 110.747 526 0 1 -74.827 94.8696 -204.85 + 23 220.105 383 0 1 -103.409 67.5568 -204.45 + 23 236.15 1237 0 0 -103.34 67.5511 -205.85 + 23 231.476 1236 4 0 -103.889 67.25 -86.0098 + 23 259.131 380 3 1 -103.954 67.3036 -114.45 + 23 242.929 1236 3 0 -103.935 67.3035 -115.85 + 23 117.994 383 2 1 -103.549 67.3213 -144.45 + 23 204.077 385 1 1 -103.015 67.5199 -174.45 + 23 135.773 1237 1 0 -102.991 67.5399 -175.85 + 23 147.114 388 0 1 -102.481 67.9444 -204.45 + 23 174.233 1239 0 0 -102.451 67.9618 -205.85 + 23 0.0586071 66 0 0 -82.8803 -166.95 -206.25 + 23 34.402 65 0 0 -82.8803 -166.95 -206.25 + 23 187.507 378 2 1 -104.479 67.5211 -144.45 + 23 120.396 375 1 1 -105.066 66.1869 -174.45 + 23 338.492 1230 1 0 -105.074 66.1247 -175.85 + 23 124.779 372 0 1 -105.712 65.122 -204.45 + 23 139.384 1225 0 0 -105.781 65.0755 -205.85 + 23 30.6218 1403 0 0 -65.5083 100.924 -206.25 + 23 172.757 1477 0 0 -88.8612 115.584 -206.25 + 23 106.719 1233 4 0 -103.971 66.6634 -85.85 + 23 145.853 1227 3 0 -103.907 65.6497 -115.85 + 23 33.1812 377 2 1 -104.55 62.6705 -144.721 + 23 121.338 1212 2 0 -104.634 62.5746 -145.85 + 23 121.254 366 1 1 -106.763 60.1819 -174.45 + 23 127.067 1200 1 0 -106.977 60.166 -175.85 + 23 189.86 343 0 1 -111.407 60.1513 -204.45 + 23 195.133 1200 0 0 -111.679 60.0874 -205.85 + 23 28.8197 727 2 0 -34.1578 -34.45 -145.977 + 23 7.27221 725 2 1 -35.0443 -33.371 -144.85 + 23 19.7331 724 2 1 -35.05 -33.3627 -144.845 + 23 77.029 740 2 0 -34.2972 -31.9121 -145.85 + 23 59.483 495 2 1 -81.0253 54.5405 -144.85 + 23 139.488 1228 3 0 -103.909 65.65 -115.861 + 23 331.556 376 4 1 -104.751 68.0658 -84.45 + 23 132.238 1240 4 0 -104.747 68.1197 -85.85 + 23 106.272 379 3 1 -104.2 69.5995 -114.45 + 23 124.668 1247 3 0 -104.144 69.5584 -115.85 + 23 76.3082 385 2 1 -102.978 69.1563 -144.45 + 23 133.749 1245 2 0 -102.853 69.1043 -145.85 + 23 369.368 392 1 1 -101.604 66.2276 -174.45 + 23 153.648 1228 1 0 -101.66 65.8158 -175.85 + 23 14.1369 377 0 1 -104.708 60.9634 -204.45 + 23 58.466 376 0 1 -104.75 60.9561 -204.471 + 23 71.1129 375 0 1 -104.95 60.913 -204.574 + 23 68.9411 374 0 1 -105.15 60.84 -204.688 + 23 42.3349 373 0 1 -105.35 60.7726 -204.805 + 23 139.461 1199 0 0 -107.215 60.05 -205.974 + 23 245.992 1235 2 0 -103.923 67.1141 -145.85 + 23 230.756 1233 1 0 -103.505 66.6925 -175.85 + 23 221.082 391 0 1 -101.935 66.6884 -204.45 + 23 145.686 1233 0 0 -101.832 66.6677 -205.85 + 23 4.32659 386 0 1 -102.751 66.5943 -204.45 + 23 186.086 387 0 1 -102.75 66.5942 -204.469 + 23 238.915 1232 0 0 -102.705 66.5856 -205.85 + 23 133.864 381 0 1 -103.924 66.5707 -204.45 + 23 17.7021 1159 1 0 -116.762 51.8994 -176.249 + 23 83.3081 1158 1 0 -116.79 51.85 -176.187 + 23 41.103 1157 1 0 -116.849 51.65 -175.958 + 23 278.023 317 1 1 -116.679 50.1364 -174.85 + 23 122.196 316 1 1 -116.75 49.8439 -174.626 + 23 225.966 1147 1 0 -117.812 49.5894 -175.85 + 23 137.498 974 1 0 -115.367 14.8775 -176.25 + 23 260.025 1357 0 0 -119.505 91.5966 -206.25 + 23 10.266 1356 0 0 -119.491 91.5499 -206.015 +Number of digits in this event = 66 +Using G4ParticleGun ... +7.83499 LIN +gamma +Event: 24 +Number of tracker hits in this event = 4 + 24 5.57913 1666 4 0 -124.539 153.445 -86.25 + 24 0.649994 233 4 1 -133.35 160.764 -84.5531 + 24 73.0642 232 4 1 -133.55 160.936 -84.5151 + 24 8.84154 1768 0 0 -58.6253 173.819 -206.25 +Number of digits in this event = 2 +Using G4ParticleGun ... +1.95158 LIN +gamma +Event: 25 +Number of tracker hits in this event = 18 + 25 220.434 509 3 1 -78.0608 -75.7248 -114.45 + 25 292.997 521 3 0 -78.0711 -75.6949 -115.85 + 25 120.752 507 2 1 -78.464 -75.2083 -144.45 + 25 146.905 524 2 0 -78.4486 -75.2113 -145.85 + 25 130.686 510 1 1 -78.0419 -75.3187 -174.45 + 25 132.262 523 1 0 -77.9959 -75.3454 -175.85 + 25 121.46 514 0 1 -77.1112 -75.9244 -204.45 + 25 134.486 520 0 0 -77.0829 -75.9424 -205.85 + 25 125.722 509 2 1 -78.073 -75.6456 -144.45 + 25 123.365 522 2 0 -78.0788 -75.6463 -145.85 + 25 231.21 509 1 1 -78.1998 -75.6775 -174.45 + 25 103.65 521 1 0 -78.2116 -75.6777 -175.85 + 25 5.02408 508 0 1 -78.4497 -75.6841 -204.45 + 25 109.618 507 0 1 -78.45 -75.6842 -204.476 + 25 111.541 521 0 0 -78.464 -75.6855 -205.85 + 25 6.47644 347 5 0 21.7777 -110.681 -56.25 + 25 129.536 428 5 0 69.9004 -94.4673 -56.25 + 25 142.473 430 1 1 -94.0477 13.5232 -174.85 +Number of digits in this event = 14 +Using G4ParticleGun ... +7.53796 LIN +gamma +Event: 26 +Number of tracker hits in this event = 9 + 26 274.201 1029 0 1 25.9136 -0.391585 -204.45 + 26 231.875 898 0 0 25.9145 -0.391349 -205.85 + 26 39.9021 103 4 0 57.7864 -159.412 -86.25 + 26 30.4998 1016 7 0 67.7522 23.2886 3.75 + 26 224.586 1015 7 0 67.7966 23.2499 4.01244 + 26 28.949 1144 0 0 -17.1745 48.8734 -206.25 + 26 55.0665 1145 0 0 -17.2987 49.05 -206.173 + 26 56.0624 464 0 1 -87.25 29.3598 -204.459 + 26 121.78 368 1 1 -106.391 -2.02238 -174.45 +Number of digits in this event = 6 +Using G4ParticleGun ... +1.08873 LIN +gamma +Event: 27 +Number of tracker hits in this event = 105 + 27 293.617 915 10 1 3.08517 35.6831 95.55 + 27 255.095 1078 10 0 3.0797 35.682 94.15 + 27 122.601 914 9 1 2.95702 35.619 65.55 + 27 239.284 1077 9 0 2.96072 35.6169 64.15 + 27 116.994 914 8 1 3.03789 35.5561 35.55 + 27 133.451 1077 8 0 3.05346 35.5655 34.15 + 27 356.058 916 7 1 3.38751 35.7409 5.55 + 27 303.706 1078 7 0 3.38771 35.7497 4.15 + 27 116.327 916 6 1 3.35389 35.9613 -24.45 + 27 101.032 1079 6 0 3.34727 35.9951 -25.85 + 27 124.133 920 5 1 4.18922 36.1193 -54.45 + 27 152.511 1080 5 0 4.22781 36.1209 -55.85 + 27 148.158 925 4 1 5.06431 36.1919 -84.45 + 27 106.018 1080 4 0 5.11994 36.1481 -85.85 + 27 119.273 931 3 1 6.25349 34.6463 -114.45 + 27 104.62 1072 3 0 6.32529 34.6472 -115.85 + 27 111.028 936 2 1 7.25526 34.579 -144.45 + 27 1.10212 935 2 1 7.25 34.5656 -144.844 + 27 116.968 1072 2 0 7.23193 34.5279 -145.85 + 27 195.585 933 1 1 6.68964 33.3596 -174.45 + 27 260.731 1065 1 0 6.62871 33.1851 -175.85 + 27 143.109 925 0 1 5.09034 29.5525 -204.45 + 27 147.548 1046 0 0 5.04015 29.4163 -205.85 + 27 48.3141 917 7 1 3.45 35.8596 5.26413 + 27 116.723 1080 7 0 3.84403 36.1716 4.15 + 27 9.18619 1331 7 0 -12.6198 86.4427 3.75008 + 27 228.672 1332 7 0 -12.6241 86.45 3.75349 + 27 82.9034 1333 7 0 -12.8054 86.65 3.82642 + 27 71.7157 1572 7 0 68.8738 134.585 3.75 + 27 37.8242 924 6 1 4.99177 34.7206 -24.4505 + 27 81.9515 925 6 1 5.05006 34.7027 -24.5626 + 27 77.7054 1072 6 0 5.80516 34.4917 -25.8503 + 27 52.5635 1071 6 0 5.93667 34.45 -26.0753 + 27 19.9871 998 5 1 19.829 31.2198 -54.45 + 27 95.2564 999 5 1 19.85 31.2093 -54.4982 + 27 122.407 1054 5 0 20.4113 31.039 -55.85 + 27 72.2802 1062 4 1 32.5599 27.4223 -84.45 + 27 80.9107 1063 4 1 32.6501 27.5231 -84.6231 + 27 15.0708 1040 4 0 33.402 28.2179 -85.8505 + 27 138.449 1041 4 0 33.438 28.25 -85.9073 + 27 57.159 1156 3 1 51.3298 42.6676 -114.45 + 27 81.1258 1157 3 1 51.45 42.7705 -114.538 + 27 62.1479 1158 3 1 51.65 42.9435 -114.701 + 27 61.5662 1120 3 0 52.8198 44.0806 -115.85 + 27 83.4119 1121 3 0 52.9496 44.25 -115.986 + 27 72.0119 1122 3 0 53.09 44.4508 -116.123 + 27 81.3502 1306 2 1 81.3046 84.6605 -144.45 + 27 105.775 1307 2 1 81.45 84.8196 -144.618 + 27 12.6364 1308 2 1 81.6501 85.0725 -144.834 + 27 21.6273 1330 2 0 82.505 86.1952 -145.85 + 27 98.075 1331 2 0 82.5477 86.25 -145.901 + 27 50.8268 1332 2 0 82.7263 86.45 -146.112 + 27 40.8013 1436 1 1 107.456 112.007 -174.45 + 27 84.3296 1435 1 1 107.35 112.01 -174.572 + 27 6.00498 1434 1 1 107.15 111.978 -174.83 + 27 192.888 1458 1 0 106.353 111.856 -175.85 + 27 2.51429 1300 0 1 80.0536 105.44 -204.45 + 27 95.6245 1299 0 1 80.05 105.434 -204.452 + 27 92.0639 1298 0 1 79.85 105.118 -204.556 + 27 143.844 1297 0 1 79.65 104.835 -204.685 + 27 3.81077 1296 0 1 79.45 104.521 -204.842 + 27 7.00136 1411 0 0 78.4342 102.377 -205.85 + 27 64.1374 1410 0 0 78.4198 102.35 -205.863 + 27 65.6253 1409 0 0 78.3232 102.15 -205.931 + 27 70.4858 1408 0 0 78.2052 101.95 -205.963 + 27 85.2484 1407 0 0 78.0762 101.75 -205.988 + 27 207.722 1406 0 0 77.9131 101.55 -206.017 + 27 110.95 1405 0 0 77.7065 101.35 -206.109 + 27 30.9628 1404 0 0 77.4142 101.15 -206.203 + 27 742.763 1287 0 1 77.5275 100.034 -204.85 + 27 352.471 1286 0 1 77.45 99.722 -204.681 + 27 115.347 1288 0 1 77.65 98.6072 -204.5 + 27 48.0228 1285 0 1 77.25 98.9275 -204.735 + 27 1.96416 1396 0 0 76.4438 99.5459 -205.85 + 27 90.1878 1397 0 0 76.4364 99.55 -205.859 + 27 145.607 1398 0 0 76.3133 99.75 -206.029 + 27 115.93 916 9 1 3.27322 35.5861 65.55 + 27 117.567 917 8 1 3.48172 35.0528 35.55 + 27 133.11 1074 8 0 3.49303 35.0319 34.15 + 27 138.072 918 7 1 3.71779 34.6005 5.55 + 27 111.975 1072 7 0 3.73528 34.5804 4.15 + 27 135.927 920 6 1 4.09574 34.1786 -24.45 + 27 110.871 1070 6 0 4.12642 34.1397 -25.85 + 27 116.719 923 5 1 4.76347 33.3784 -54.45 + 27 118.17 1066 5 0 4.81611 33.3487 -55.85 + 27 121.742 929 4 1 5.92082 32.7518 -84.45 + 27 121.335 1063 4 0 5.97438 32.7256 -85.85 + 27 146.964 935 3 1 7.07224 32.1962 -114.45 + 27 114.977 1060 3 0 7.13773 32.1688 -115.85 + 27 139.789 942 2 1 8.48099 31.6351 -144.45 + 27 160.291 1057 2 0 8.5485 31.6018 -145.85 + 27 104.664 949 1 1 9.9453 30.9227 -174.45 + 27 94.0434 1054 1 0 10.0225 30.9027 -175.85 + 27 156.595 957 0 1 11.5508 30.4792 -204.45 + 27 111.93 1052 0 0 11.6218 30.4775 -205.85 + 27 60.0447 922 5 1 4.52187 33.6887 -54.45 + 27 14.9777 921 5 1 4.45 33.684 -54.6312 + 27 67.3433 1063 5 0 4.57264 32.8098 -55.85 + 27 109.808 1064 5 0 4.52232 32.85 -55.9712 + 27 126.779 1065 5 0 4.43288 33.0502 -56.0612 + 27 162.266 1119 5 0 -28.3548 43.9309 -56.25 + 27 50.9698 916 8 1 3.44956 35.0478 35.1856 + 27 70.1625 1076 8 0 1.21893 35.2594 34.15 + 27 17.8595 915 8 1 3.14904 35.7114 35.15 + 27 107.798 1080 8 0 4.13408 36.1555 34.15 +Number of digits in this event = 37 +Using G4ParticleGun ... +9.33832 LIN +gamma +Event: 28 +Number of tracker hits in this event = 19 + 28 257.89 1308 2 1 81.7141 -17.2109 -144.45 + 28 312.251 814 2 0 81.7166 -17.2089 -145.85 + 28 201.056 1308 1 1 81.8104 -17.1506 -174.45 + 28 237.925 814 1 0 81.8102 -17.1472 -175.85 + 28 254.559 1308 0 1 81.8003 -17.0563 -204.45 + 28 277.583 814 0 0 81.7966 -17.0526 -205.85 + 28 14.8515 150 10 1 -149.95 -68.6855 95.171 + 28 28.733 1370 2 1 94.2089 109.63 -144.85 + 28 39.6245 963 0 0 28.9871 12.7918 -206.25 + 28 115.801 964 0 0 28.9637 12.8504 -206.096 + 28 25.3177 1062 0 1 32.5603 12.3362 -204.85 + 28 78.7953 1063 0 1 32.65 12.3228 -204.815 + 28 156.125 1064 0 1 32.85 12.277 -204.685 + 28 39.6108 1065 0 1 33.05 12.2475 -204.542 + 28 67.6225 1012 0 0 103.507 22.452 -206.25 + 28 40.372 1013 0 0 103.602 22.65 -205.865 + 28 2.49339 1439 0 1 108.067 26.6168 -204.85 + 28 61.6421 1045 0 0 109.75 29.0959 -205.85 + 28 162.536 1453 0 1 110.859 28.6558 -204.85 +Number of digits in this event = 11 +Using G4ParticleGun ... +6.20902 LIN +gamma +Event: 29 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +1.47578 LIN +gamma +Event: 30 +Number of tracker hits in this event = 61 + 30 236.563 929 10 1 6.00938 -106.872 95.55 + 30 232.004 366 10 0 6.01149 -106.878 94.15 + 30 124.368 929 9 1 6.04293 -107.006 65.55 + 30 103.932 365 9 0 6.04469 -107.009 64.15 + 30 147.279 930 8 1 6.13241 -107.078 35.55 + 30 201.991 365 8 0 6.12711 -107.086 34.15 + 30 133.651 930 7 1 6.05409 -107.239 5.55 + 30 256.864 364 7 0 6.06199 -107.251 4.15 + 30 173.194 930 6 1 6.19616 -107.452 -24.45 + 30 159.01 363 6 0 6.1871 -107.432 -25.85 + 30 309.685 929 5 1 5.98022 -107.089 -54.45 + 30 128.889 365 5 0 5.96784 -107.08 -55.85 + 30 115.32 928 4 1 5.76328 -106.888 -84.45 + 30 124.453 366 4 0 5.73953 -106.865 -85.85 + 30 108.528 925 3 1 5.24272 -106.376 -114.45 + 30 66.7257 368 3 0 5.22706 -106.353 -115.85 + 30 83.4571 369 3 0 5.22484 -106.35 -116.059 + 30 198.767 924 2 1 4.93579 -105.867 -144.45 + 30 118.693 371 2 0 4.92431 -105.832 -145.85 + 30 150.958 923 1 1 4.68911 -105.17 -174.45 + 30 118.73 375 1 0 4.67613 -105.138 -175.85 + 30 205.289 921 0 1 4.38038 -104.471 -204.45 + 30 121.05 378 0 0 4.35057 -104.439 -205.85 + 30 94.967 465 0 0 105.109 -86.8854 -206.25 + 30 56.1263 466 0 0 105.188 -86.85 -206.03 + 30 5.54718 1428 0 1 105.937 -86.3071 -204.85 + 30 183.874 1429 0 1 105.95 -86.2961 -204.829 + 30 10.4184 1430 0 1 106.15 -86.0155 -204.476 + 30 72.3013 1443 1 1 108.886 -84.4018 -174.85 + 30 245.221 933 2 1 6.81267 -108.455 -144.45 + 30 286.082 358 2 0 6.79343 -108.485 -145.85 + 30 111.938 932 1 1 6.53742 -108.973 -174.45 + 30 162.556 356 1 0 6.54783 -108.862 -175.85 + 30 128.31 934 0 1 6.89266 -106.042 -204.45 + 30 125.651 370 0 0 6.90092 -106.059 -205.85 + 30 189.784 944 1 1 8.96282 -108.055 -174.45 + 30 151.637 359 1 0 8.69325 -108.171 -175.85 + 30 111.604 915 0 1 3.18757 -111.206 -204.45 + 30 22.6305 914 0 1 3.05 -111.316 -204.816 + 30 98.688 342 0 0 2.66104 -111.642 -205.85 + 30 22.4591 341 0 0 2.5453 -111.75 -206.167 + 30 673.995 927 9 1 5.58137 -106.885 65.55 + 30 149.752 366 9 0 5.57846 -106.89 64.15 + 30 134.154 927 8 1 5.56731 -107.017 35.55 + 30 132.022 928 7 1 5.70845 -107.383 5.55 + 30 117.392 363 7 0 5.68397 -107.411 4.15 + 30 105.197 925 6 1 5.13341 -107.913 -24.45 + 30 130.417 361 6 0 5.09238 -107.938 -25.85 + 30 103.756 921 5 1 4.43154 -108.32 -54.45 + 30 128.036 359 5 0 4.39486 -108.322 -55.85 + 30 134.759 917 4 1 3.56143 -108.415 -84.45 + 30 133.226 358 4 0 3.51979 -108.414 -85.85 + 30 90.8458 913 3 1 2.73472 -108.373 -114.45 + 30 111.959 358 3 0 2.69104 -108.372 -115.85 + 30 135.07 908 2 1 1.84954 -108.299 -144.45 + 30 113.023 359 2 0 1.78446 -108.304 -145.85 + 30 335.322 902 1 1 0.513399 -108.367 -174.45 + 30 206.997 358 1 0 0.513276 -108.399 -175.85 + 30 113.115 902 0 1 0.50674 -109.033 -204.45 + 30 144.143 355 0 0 0.51379 -109.104 -205.85 + 30 108.997 903 1 1 0.65 -108.331 -174.768 +Number of digits in this event = 38 +Using G4ParticleGun ... +7.61258 LIN +gamma +Event: 31 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +5.58315 LIN +gamma +Event: 32 +Number of tracker hits in this event = 1 + 32 200.273 225 5 0 89.643 -135.089 -56.25 +Number of digits in this event = 3 +Using G4ParticleGun ... +9.23641 LIN +gamma +Event: 33 +Number of tracker hits in this event = 3 + 33 185.697 1244 3 0 -59.7531 68.9132 -116.25 + 33 103.203 1245 3 0 -59.617 69.0501 -116.11 + 33 61.3038 1165 6 0 128.357 53.1924 -26.25 +Number of digits in this event = 2 +Using G4ParticleGun ... +8.141 LIN +gamma +Event: 34 +Number of tracker hits in this event = 142 + 34 279.716 582 9 1 -63.5998 92.2003 65.55 + 34 299.93 1360 9 0 -63.6011 92.2004 64.15 + 34 127.372 582 8 1 -63.6301 92.2018 35.55 + 34 119.776 1360 8 0 -63.6326 92.2013 34.15 + 34 139.803 581 7 1 -63.6814 92.1901 5.55 + 34 124.492 1360 7 0 -63.6841 92.1899 4.15 + 34 484.536 581 6 1 -63.7376 92.1838 -24.45 + 34 394.075 1360 6 0 -63.7399 92.1841 -25.85 + 34 262.13 581 5 1 -63.7847 92.1892 -54.45 + 34 393.322 1360 5 0 -63.7886 92.1904 -55.85 + 34 147.865 580 4 1 -63.8713 92.2165 -84.45 + 34 130.242 1360 4 0 -63.8746 92.2183 -85.85 + 34 132.691 580 3 1 -63.9354 92.26 -114.45 + 34 126.604 1360 3 0 -63.9373 92.2628 -115.85 + 34 156.301 580 2 1 -63.9755 92.3173 -144.45 + 34 152.772 1360 2 0 -63.98 92.3196 -145.85 + 34 130.265 579 1 1 -64.071 92.3592 -174.45 + 34 211.512 1361 1 0 -64.0751 92.3627 -175.85 + 34 122.671 579 0 1 -64.1588 92.4357 -204.45 + 34 147.766 1361 0 0 -64.1619 92.4381 -205.85 + 34 6.90121 1448 1 0 -88.8708 109.93 -176.25 + 34 170.132 1449 1 0 -88.898 109.95 -176.225 + 34 24.4831 448 1 1 -90.5244 112.005 -174.85 + 34 91.2779 447 1 1 -90.55 112.034 -174.834 + 34 183.154 446 1 1 -90.7501 112.077 -174.758 + 34 239.909 445 1 1 -90.95 112.227 -174.647 + 34 115.067 444 1 1 -91.15 112.226 -174.557 + 34 86.065 578 1 1 -64.25 92.6479 -174.456 + 34 127.49 1359 1 0 -64.0325 92.0188 -175.85 + 34 67.8108 1358 1 0 -63.9752 91.95 -176.03 + 34 118.454 582 5 1 -63.65 92.0941 -54.4839 + 34 107.474 1359 5 0 -63.5548 92.0693 -55.85 + 34 133.139 592 4 1 -61.5984 91.4445 -84.45 + 34 46.2339 1356 4 0 -61.5016 91.3601 -85.85 + 34 93.7752 1355 4 0 -61.4909 91.35 -86.0113 + 34 147.374 603 3 1 -59.3776 89.8734 -114.45 + 34 293.457 1348 3 0 -59.2463 89.7432 -115.85 + 34 166.092 618 2 1 -56.4063 87.0124 -144.45 + 34 135.141 1335 2 0 -56.2906 87.1904 -145.85 + 34 142.607 634 1 1 -53.1025 90.0346 -174.45 + 34 196.446 1349 1 0 -53.2418 89.9185 -175.85 + 34 11.759 623 0 1 -55.4385 84.4125 -204.45 + 34 126.166 622 0 1 -55.45 84.4024 -204.499 + 34 124.624 1320 0 0 -55.7774 84.1252 -205.851 + 34 11.4272 1319 0 0 -55.8679 84.05 -206.212 + 34 119.492 583 2 1 -63.3901 92.4612 -144.45 + 34 6.01419 1358 2 0 -63.5344 91.7649 -145.85 + 34 121.072 1357 2 0 -63.5372 91.75 -145.877 + 34 254.584 564 1 1 -67.1391 81.999 -174.45 + 34 39.1582 1318 1 0 -66.2558 83.7473 -175.85 + 34 39.2622 1319 1 0 -66.2155 83.8505 -175.892 + 34 60.5811 1320 1 0 -66.178 84.05 -175.921 + 34 103.266 1321 1 0 -66.1089 84.25 -175.999 + 34 91.4625 1322 1 0 -65.9884 84.45 -176.085 + 34 143.431 580 5 1 -63.8502 92.1021 -54.7354 + 34 103.67 468 4 1 -86.2612 90.8952 -84.45 + 34 45.3393 467 4 1 -86.45 90.8866 -84.7322 + 34 224.022 1353 4 0 -87.6754 90.8998 -85.85 + 34 6.46183 976 4 0 -155.524 15.2709 -86.25 + 34 102.184 975 4 0 -155.537 15.25 -86.2427 + 34 166.743 974 4 0 -155.698 15.05 -86.1298 + 34 90.7016 973 4 0 -155.939 14.85 -86.0553 + 34 75.8792 972 4 0 -156.147 14.65 -85.9507 + 34 112.695 971 4 0 -156.344 14.45 -85.9877 + 34 120.895 970 4 0 -156.502 14.25 -86.0253 + 34 61.486 969 4 0 -156.734 14.0499 -86.0525 + 34 97.9634 968 4 0 -156.881 13.85 -86.0371 + 34 131.507 967 4 0 -157.088 13.65 -85.9603 + 34 155.659 966 4 0 -157.472 13.45 -85.8706 + 34 130.908 965 4 0 -157.805 13.2499 -85.9064 + 34 33.5079 964 4 0 -157.915 13.05 -85.9332 + 34 92.8701 108 4 1 -158.514 13.8272 -84.85 + 34 146.194 107 4 1 -158.55 13.8158 -84.732 + 34 10.4594 400 2 0 174.522 -100.15 -145.998 + 34 295.582 1359 6 0 -63.7211 92.0315 -25.85 + 34 73.3108 574 5 1 -65.1659 84.8126 -54.45 + 34 42.1344 575 5 1 -65.05 84.7649 -54.7365 + 34 134.001 1322 5 0 -64.6383 84.5771 -55.85 + 34 48.7592 624 4 1 -55.0745 78.9408 -84.45 + 34 80.9462 625 4 1 -55.05 78.8524 -84.6035 + 34 4.73837 1290 4 0 -54.8625 78.0608 -85.85 + 34 101.039 1289 4 0 -54.86 78.05 -85.8665 + 34 45.457 1288 4 0 -54.7995 77.85 -86.1639 + 34 66.8768 648 3 1 -50.4143 59.7678 -114.45 + 34 75.6878 649 3 1 -50.2499 59.7997 -114.624 + 34 170.344 1199 3 0 -49.1432 59.9624 -115.85 + 34 111.23 768 2 1 -26.2631 66.9713 -144.45 + 34 67.8214 1237 2 0 -26.2665 67.5353 -145.85 + 34 46.1296 1238 2 0 -26.2847 67.65 -146.099 + 34 123.407 759 1 1 -28.0547 82.2034 -174.45 + 34 116.635 1309 1 0 -28.0747 81.9848 -175.85 + 34 17.4223 755 0 1 -29.0434 78.1894 -204.45 + 34 79.8277 754 0 1 -29.05 78.1903 -204.529 + 34 135.283 1290 0 0 -29.2612 78.1566 -205.85 + 34 56.5024 1324 1 0 -29.6819 85.0037 -176.25 + 34 80.1871 1325 1 0 -29.6774 85.05 -176.104 + 34 158.473 752 1 1 -29.4835 85.6037 -174.85 + 34 102.663 753 1 1 -29.4498 85.7032 -174.589 + 34 67.4095 754 1 1 -29.2499 85.7434 -174.575 + 34 31.2089 1327 1 0 -29.0049 85.4735 -175.85 + 34 77.9881 1326 1 0 -29.0014 85.4499 -175.959 + 34 50.9748 1125 1 0 -35.2376 45.081 -176.25 + 34 340.645 1124 1 0 -35.2587 45.05 -176.19 + 34 118.28 1123 1 0 -35.6972 44.85 -176.035 + 34 221.428 714 1 1 -37.1741 45.368 -174.85 + 34 152.953 715 1 1 -37.05 45.322 -174.75 + 34 152.221 760 1 1 -28.05 82.1594 -174.779 + 34 335.425 581 8 1 -63.8318 92.4027 35.55 + 34 94.055 1361 8 0 -63.8399 92.4175 34.15 + 34 136.57 580 7 1 -63.9846 92.5653 5.55 + 34 107.351 1362 7 0 -63.9886 92.5836 4.15 + 34 119.725 579 6 1 -64.0709 92.9729 -24.45 + 34 137.636 1364 6 0 -64.0674 92.9907 -25.85 + 34 122.841 1366 5 0 -63.9945 93.3514 -55.85 + 34 123.637 583 4 1 -63.3527 93.4302 -84.45 + 34 201.934 1366 4 0 -63.3097 93.4124 -85.85 + 34 727.004 588 3 1 -62.4004 93.0057 -114.45 + 34 116.754 1364 3 0 -62.3723 92.9897 -115.85 + 34 123.227 591 2 1 -61.8485 92.723 -144.45 + 34 123.493 1362 2 0 -61.8217 92.7107 -145.85 + 34 125.351 593 1 1 -61.3367 92.4774 -174.45 + 34 118.497 595 0 1 -60.8881 92.7311 -204.45 + 34 104.752 1362 0 0 -60.8751 92.7337 -205.85 + 34 100.521 1341 7 1 88.25 173.225 5.21427 + 34 58.3035 589 3 1 -62.25 94.4788 -114.691 + 34 101.89 590 3 1 -62.05 94.4218 -114.697 + 34 40.625 1375 3 0 -61.75 95.2727 -115.85 + 34 33.0487 1376 3 0 -61.6597 95.35 -115.892 + 34 44.1174 611 3 1 -57.7789 96.2805 -114.85 + 34 4.40009 612 3 1 -57.65 96.3138 -114.844 + 34 0.380216 1366 3 0 -54.2689 93.5349 -115.85 + 34 10.663 641 3 1 -51.6796 90.8656 -114.85 + 34 25.0274 1340 3 0 -50.397 88.0858 -115.85 + 34 1.8359 1339 3 0 -50.3791 88.05 -115.852 + 34 22.785 651 3 1 -49.818 85.6525 -114.85 + 34 270.686 1319 3 0 -50.1855 83.9611 -115.85 + 34 159.772 587 1 1 -62.5857 92.7966 -174.45 + 34 16.5482 586 1 1 -62.65 92.868 -174.515 + 34 170.176 588 1 1 -62.4499 92.8757 -174.715 + 34 121.187 865 10 1 -6.98994 -3.52556 95.15 + 34 158.888 1363 6 0 -64.1205 92.95 -26.0169 + 34 213.672 574 6 1 -65.0737 92.1471 -24.85 +Number of digits in this event = 71 +Using G4ParticleGun ... +8.7292 LIN +gamma +Event: 35 +Number of tracker hits in this event = 1 + 35 108.629 854 5 0 -3.82871 -9.07345 -56.25 +Number of digits in this event = 3 +Using G4ParticleGun ... +6.47067 LIN +gamma +Event: 36 +Number of tracker hits in this event = 27 + 36 255.641 967 4 1 13.5364 -86.5228 -84.45 + 36 239.642 467 4 0 13.5332 -86.5184 -85.85 + 36 320.128 967 3 1 13.4765 -86.4302 -114.45 + 36 129.454 468 3 0 13.4707 -86.4294 -115.85 + 36 101.472 966 2 1 13.3375 -86.4166 -144.45 + 36 124.674 468 2 0 13.3319 -86.4212 -145.85 + 36 135.492 966 1 1 13.2506 -86.5093 -174.45 + 36 340.336 467 1 0 13.249 -86.5189 -175.85 + 36 127.991 965 0 1 13.2163 -86.6955 -204.45 + 36 119.791 466 0 0 13.2135 -86.7067 -205.85 + 36 29.9018 962 0 1 12.6339 -68.2886 -204.45 + 36 113.94 963 0 1 12.65 -68.317 -204.455 + 36 20.5549 965 1 1 13.2492 -86.5101 -174.802 + 36 99.3484 918 0 1 3.80357 -82.0715 -204.45 + 36 220.88 917 0 1 3.64993 -82.4618 -204.507 + 36 72.0749 478 0 0 3.32336 -84.3595 -205.85 + 36 66.9561 477 0 0 3.31567 -84.45 -205.916 + 36 51.6729 476 0 0 3.35269 -84.65 -206.115 + 36 165.915 468 1 0 13.1925 -86.4111 -175.85 + 36 146.118 966 0 1 13.3244 -84.7226 -204.451 + 36 82.846 479 0 0 13.2851 -84.25 -205.924 + 36 113.779 467 3 0 13.5306 -86.502 -115.85 + 36 154.857 967 2 1 13.5497 -86.5104 -144.45 + 36 174.371 467 2 0 13.551 -86.5119 -145.85 + 36 103.61 967 1 1 13.5748 -86.5404 -174.45 + 36 389.631 967 0 1 13.6016 -86.5798 -204.45 + 36 378.469 467 0 0 13.6044 -86.5811 -205.85 +Number of digits in this event = 17 +Using G4ParticleGun ... +3.00745 LIN +gamma +Event: 37 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +2.02377 LIN +gamma +Event: 38 +Number of tracker hits in this event = 17 + 38 251.028 1272 4 1 74.562 -92.7656 -84.45 + 38 365.233 436 4 0 74.562 -92.7614 -85.85 + 38 110.681 1272 3 1 74.5529 -92.6878 -114.45 + 38 136.199 437 3 0 74.5512 -92.6894 -115.85 + 38 103.114 1272 2 1 74.5348 -92.7693 -144.45 + 38 316.66 436 2 0 74.5321 -92.7748 -145.85 + 38 157.63 1272 1 1 74.4749 -92.8798 -174.45 + 38 103.903 436 1 0 74.4682 -92.8865 -175.85 + 38 153.525 1271 0 1 74.3401 -93.0133 -204.45 + 38 166.47 435 0 0 74.3352 -93.0194 -205.85 + 38 100.676 1273 3 1 74.7951 -92.8552 -114.45 + 38 112.85 436 3 0 74.7974 -92.8538 -115.85 + 38 135.175 1273 2 1 74.8193 -92.815 -144.45 + 38 111.976 1274 1 1 74.9518 -92.9338 -174.45 + 38 98.678 435 1 0 74.9706 -92.9537 -175.85 + 38 126.398 1276 0 1 75.3319 -93.3474 -204.45 + 38 202.972 433 0 0 75.3422 -93.3662 -205.85 +Number of digits in this event = 12 +Using G4ParticleGun ... +3.60599 LIN +gamma +Event: 39 +Number of tracker hits in this event = 52 + 39 212.716 1387 9 1 97.7025 72.2555 65.55 + 39 412.17 1261 9 0 97.7044 72.2579 64.15 + 39 248.803 1387 8 1 97.7479 72.3186 35.55 + 39 109.758 1261 8 0 97.7458 72.3214 34.15 + 39 115.788 1387 7 1 97.6921 72.36 5.55 + 39 157.82 1261 7 0 97.6899 72.3598 4.15 + 39 153.091 1387 6 1 97.6569 72.2929 -24.45 + 39 126.567 1261 6 0 97.6567 72.2916 -25.85 + 39 112.908 1387 5 1 97.6647 72.2921 -54.45 + 39 131.337 1261 5 0 97.6686 72.2931 -55.85 + 39 112.621 1388 4 1 97.7681 72.3119 -84.45 + 39 123.458 1261 4 0 97.7718 72.3083 -85.85 + 39 114.913 1388 3 1 97.8345 72.2383 -114.45 + 39 112.19 1260 3 0 97.829 72.2302 -115.85 + 39 123.441 1387 2 1 97.7327 72.0886 -144.45 + 39 144.432 1260 2 0 97.7376 72.0771 -145.85 + 39 136.333 1388 1 1 97.8542 71.8351 -174.45 + 39 157.805 1258 1 0 97.8452 71.8176 -175.85 + 39 111.181 1387 0 1 97.6616 71.3861 -204.45 + 39 238.316 1256 0 0 97.662 71.3739 -205.85 + 39 6.97164 1261 0 0 98.1323 72.4262 -205.85 + 39 227.915 1428 0 0 109.858 105.811 -206.25 + 39 57.7504 1260 9 0 97.7019 72.25 63.875 + 39 81.6522 1259 9 0 97.6483 72.05 63.8158 + 39 118.541 1260 8 0 97.7494 72.1902 34.15 + 39 254.927 1388 7 1 97.905 72.1383 5.55 + 39 164.765 1260 7 0 97.9098 72.135 4.15 + 39 153.329 1389 6 1 98.0115 72.0843 -24.45 + 39 203.565 1260 6 0 98.0158 72.0804 -25.85 + 39 143.007 1389 5 1 98.0908 71.9946 -54.45 + 39 255.394 1259 5 0 98.0915 71.9909 -55.85 + 39 150.962 1389 4 1 98.1215 71.8958 -84.45 + 39 135.012 1259 4 0 98.1247 71.8899 -85.85 + 39 136.586 1390 3 1 98.1833 71.7639 -114.45 + 39 128.67 1258 3 0 98.1847 71.7553 -115.85 + 39 102.735 1390 2 1 98.2012 71.5733 -144.45 + 39 124.453 1257 2 0 98.1962 71.5636 -145.85 + 39 111.54 1389 1 1 98.0872 71.3637 -174.45 + 39 145.032 1256 1 0 98.0795 71.3596 -175.85 + 39 217.68 1388 0 1 97.9239 71.2636 -204.45 + 39 189.273 484 11 0 87.5519 -83.2466 123.75 + 39 98.7973 483 11 0 87.5558 -83.25 123.751 + 39 88.7022 367 11 0 121.611 -106.579 123.75 + 39 0.109774 1674 0 0 98.2279 154.95 -206.152 + 39 18.156 1676 0 0 98.2235 155.35 -206.067 + 39 67.8166 1286 6 0 169.724 77.3174 -26.25 + 39 0.496882 1285 6 0 169.807 77.25 -25.8507 + 39 228.44 1752 6 1 170.626 76.375 -24.8498 + 39 167.253 1753 6 1 170.75 75.8764 -24.6785 + 39 190.641 1279 6 0 170.191 75.9385 -25.85 + 39 11.31 826 2 0 -48.8384 -14.7093 -146.25 + 39 131.935 1253 7 0 98.2311 70.7583 4.15 +Number of digits in this event = 35 +Using G4ParticleGun ... +8.88814 LIN +gamma +Event: 40 +Number of tracker hits in this event = 11 + 40 223.297 788 2 1 -22.398 115.508 -144.45 + 40 285.442 1476 2 0 -22.3983 115.508 -145.85 + 40 224.446 788 1 1 -22.4011 115.505 -174.45 + 40 268.361 1476 1 0 -22.401 115.504 -175.85 + 40 178.258 788 0 1 -22.4012 115.494 -204.45 + 40 122.754 1476 0 0 -22.401 115.493 -205.85 + 40 147.266 623 0 1 -55.4457 93.4489 -204.45 + 40 98.6832 622 0 1 -55.4502 93.3304 -204.597 + 40 118.669 1379 3 0 103.017 96.15 -116.136 + 40 113.094 789 0 1 -22.06 115.309 -204.45 + 40 226.103 1475 0 0 -22.0674 115.286 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +2.29722 LIN +gamma +Event: 41 +Number of tracker hits in this event = 5 + 41 398.115 142 2 0 -15.5756 -151.669 -146.25 + 41 87.667 141 2 0 -16.0261 -151.75 -146.045 + 41 86.2083 143 2 0 -16.4333 -151.549 -145.995 + 41 144.382 144 2 0 -16.4244 -151.35 -145.995 + 41 122.245 817 2 1 -16.5511 -150.727 -144.85 Number of digits in this event = 4 Using G4ParticleGun ... -8.51831 LIN +5.65647 LIN gamma -Event: 51 -Number of tracker hits in this event = 97 - 51 282.011 733 10 1 -33.3069 -108.343 95.55 - 51 271.906 359 10 0 -33.3064 -108.345 94.15 - 51 307.809 733 9 1 -33.2975 -108.391 65.55 - 51 199.05 358 9 0 -33.297 -108.389 64.15 - 51 288.627 733 8 1 -33.3009 -108.357 35.55 - 51 217.182 358 8 0 -33.3024 -108.355 34.15 - 51 577.087 733 7 1 -33.332 -108.327 5.55 - 51 558.96 359 7 0 -33.3305 -108.323 4.15 - 51 265.494 733 6 1 -33.2913 -108.262 -24.45 - 51 256.311 359 6 0 -33.2875 -108.262 -25.85 - 51 216.704 734 5 1 -33.2106 -108.267 -54.45 - 51 390.842 359 5 0 -33.2158 -108.271 -55.85 - 51 197.371 733 4 1 -33.2952 -108.364 -84.45 - 51 137.842 358 4 0 -33.296 -108.367 -85.85 - 51 256.547 733 3 1 -33.3186 -108.446 -114.45 - 51 133.583 358 3 0 -33.3175 -108.449 -115.85 - 51 142.817 733 2 1 -33.3277 -108.501 -144.45 - 51 317.876 358 2 0 -33.3272 -108.503 -145.85 - 51 335.634 733 1 1 -33.3191 -108.528 -174.45 - 51 119.012 358 1 0 -33.32 -108.534 -175.85 - 51 131.876 733 0 1 -33.4031 -108.675 -204.45 - 51 295.314 357 0 0 -33.4147 -108.684 -205.85 - 51 238.991 734 6 1 -33.2058 -108.522 -24.45 - 51 495.985 358 6 0 -33.2075 -108.522 -25.85 - 51 237.242 357 5 0 -33.2281 -108.552 -55.85 - 51 161.202 734 4 1 -33.1915 -108.634 -84.45 - 51 137.015 357 4 0 -33.2013 -108.636 -85.85 - 51 150.511 357 3 0 -33.4125 -108.663 -115.85 - 51 206.93 731 2 1 -33.6537 -108.455 -144.45 - 51 253.482 730 1 1 -33.9533 -108.194 -174.45 - 51 132.894 359 1 0 -33.9322 -108.214 -175.85 - 51 110.143 732 0 1 -33.469 -108.585 -204.45 - 51 155.038 732 2 1 -33.6038 -108.468 -144.45 - 51 372.887 356 2 0 -32.6325 -108.79 -145.85 - 51 72.4757 556 2 0 6.98463 -68.7685 -146.25 - 51 37.1794 787 2 0 20.978 -22.6318 -146.25 - 51 128.681 357 2 0 -32.3217 -108.75 -146.189 - 51 258.404 728 0 1 -34.316 -107.655 -204.45 - 51 300.278 362 0 0 -34.3337 -107.646 -205.85 - 51 129.325 735 5 1 -32.997 -108.618 -54.45 - 51 24.2206 358 5 0 -33.0152 -108.55 -56.162 - 51 225.674 364 4 0 -33.2971 -107.304 -85.85 - 51 337.497 728 3 1 -34.3695 -104.998 -114.45 - 51 157.916 376 3 0 -34.3957 -104.868 -115.85 - 51 113.148 725 2 1 -34.9045 -102.229 -144.45 - 51 137.99 390 2 0 -34.9499 -102.121 -145.85 - 51 114.303 721 1 1 -35.7526 -99.6104 -174.45 - 51 113.27 403 1 0 -35.7444 -99.4659 -175.85 - 51 135.308 723 0 1 -35.4282 -96.5265 -204.45 - 51 43.9697 722 0 1 -35.45 -96.4925 -204.696 - 51 113.532 419 0 0 -35.5519 -96.3388 -205.85 - 51 223.699 359 9 0 -33.3219 -108.318 64.15 - 51 101.254 359 8 0 -33.3489 -108.307 34.15 - 51 138.504 732 5 1 -33.5544 -108.224 -54.45 - 51 149.348 731 4 1 -33.6651 -108.149 -84.45 - 51 208.86 360 4 0 -33.6704 -108.145 -85.85 - 51 291.166 731 3 1 -33.7727 -108.061 -114.45 - 51 135.38 360 3 0 -33.7786 -108.057 -115.85 - 51 151.124 730 2 1 -33.8945 -107.959 -144.45 - 51 103.98 360 2 0 -33.9011 -107.956 -145.85 - 51 140.704 361 1 0 -34.0397 -107.898 -175.85 - 51 126.927 729 0 1 -34.165 -107.815 -204.45 - 51 119.555 361 0 0 -34.1698 -107.808 -205.85 - 51 162.098 43 1 0 15.3652 -171.35 -176.158 - 51 89.1117 813 3 0 51.3395 -17.45 -116.097 - 51 7.48646 436 1 1 -92.75 30.5401 -174.613 - 51 237.017 732 8 1 -33.45 -108.407 35.4926 - 51 134.524 730 6 1 -34.0186 -108.213 -24.45 - 51 268.746 360 6 0 -33.9589 -108.111 -25.85 - 51 107.068 736 5 1 -32.7211 -105.605 -54.4502 - 51 142.75 373 5 0 -32.5894 -105.519 -55.85 - 51 128.114 753 4 1 -29.2727 -102.962 -84.4501 - 51 169.224 387 4 0 -29.4171 -102.728 -85.85 - 51 137.997 408 3 0 -33.9051 -98.53 -115.85 - 51 149.495 714 2 1 -37.1065 -96.224 -144.45 - 51 119.884 420 2 0 -37.305 -96.1214 -145.85 - 51 129.801 695 1 1 -40.8698 -92.7383 -174.45 - 51 125.761 438 1 0 -41.2014 -92.5137 -175.85 - 51 270.607 665 0 1 -46.8987 -87.0952 -204.45 - 51 110.6 464 0 0 -47.2766 -87.0605 -205.85 - 51 69.0757 465 0 0 -47.3699 -87.05 -206.2 - 51 204.112 466 0 0 -47.643 -86.85 -205.892 - 51 163.309 212 5 0 -23.5305 -137.574 -56.2495 - 51 159.087 786 5 1 -22.8459 -138.146 -54.8499 - 51 132.216 732 6 1 -33.6136 -108.058 -24.45 - 51 179.725 731 5 1 -33.769 -107.806 -54.45 - 51 103.897 361 5 0 -33.7801 -107.779 -55.85 - 51 113.773 730 4 1 -33.9713 -107.165 -84.45 - 51 143.186 730 3 1 -34.0437 -106.949 -114.45 - 51 113.333 366 3 0 -34.0311 -106.937 -115.85 - 51 156.576 367 2 0 -33.833 -106.725 -145.85 - 51 136.14 365 1 0 -33.4091 -106.992 -175.85 - 51 128.106 734 0 1 -33.1632 -107.202 -204.45 - 51 162.824 364 0 0 -33.157 -107.216 -205.85 - 51 70.9322 588 4 0 -50.1148 -62.3737 -86.25 - 51 83.888 589 4 0 -50.1354 -62.2499 -86.0172 - 51 214.933 699 0 0 -50.232 -40.0767 -206.25 +Event: 42 +Number of tracker hits in this event = 134 + 42 46.8769 516 9 1 -76.8388 -47.6101 65.1762 + 42 238.856 662 9 0 -76.8388 -47.6101 64.15 + 42 259.333 516 8 1 -76.8391 -47.6012 35.55 + 42 260.036 662 8 0 -76.8397 -47.6011 34.15 + 42 454.501 515 7 1 -76.855 -47.5935 5.55 + 42 102.978 662 7 0 -76.8572 -47.5921 4.15 + 42 222.804 515 6 1 -76.8979 -47.5628 -24.45 + 42 186.804 662 6 0 -76.8976 -47.5607 -25.85 + 42 264.728 515 5 1 -76.8879 -47.5133 -54.45 + 42 114.533 662 5 0 -76.8885 -47.5118 -55.85 + 42 225.881 515 4 1 -76.902 -47.4689 -84.45 + 42 134.303 662 4 0 -76.9062 -47.4653 -85.85 + 42 219.887 515 3 1 -76.9833 -47.3871 -114.45 + 42 118.713 663 3 0 -76.9858 -47.3815 -115.85 + 42 967.084 515 2 1 -77.0358 -47.2611 -144.45 + 42 382.567 663 2 0 -77.0396 -47.2577 -145.85 + 42 277.822 514 1 1 -77.1138 -47.1842 -174.45 + 42 251.982 664 1 0 -77.1151 -47.1834 -175.85 + 42 132.172 514 0 1 -77.1406 -47.162 -204.45 + 42 117.556 664 0 0 -77.1418 -47.1604 -205.85 + 42 106.703 337 1 1 -112.638 -9.07268 -174.45 + 42 195.063 514 2 1 -77.05 -47.7575 -144.626 + 42 45.0921 503 1 1 -79.4306 -47.0077 -174.45 + 42 59.9285 502 1 1 -79.45 -47.0309 -174.628 + 42 121.951 488 0 1 -82.2871 -50.7216 -204.45 + 42 101.459 646 0 0 -82.3775 -50.7439 -205.85 + 42 114.917 515 1 1 -77.0107 -47.9312 -174.45 + 42 113.701 660 1 0 -77.0409 -47.9553 -175.85 + 42 114.017 511 0 1 -77.715 -48.343 -204.45 + 42 166.471 658 0 0 -77.7485 -48.3517 -205.85 + 42 5.46607 104 2 0 -29.7132 -159.247 -146.25 + 42 140.737 515 8 1 -76.852 -47.6101 35.55 + 42 252.255 661 7 0 -76.8666 -47.6789 4.15 + 42 144.993 661 6 0 -76.9251 -47.7244 -25.85 + 42 129.556 661 5 0 -76.9613 -47.7297 -55.85 + 42 189.017 661 4 0 -76.9675 -47.7231 -85.85 + 42 173.054 661 3 0 -76.9415 -47.7684 -115.85 + 42 123.024 661 2 0 -76.9847 -47.8155 -145.85 + 42 137.123 661 1 0 -77.1608 -47.7651 -175.85 + 42 154.397 513 0 1 -77.3083 -47.7577 -204.45 + 42 135.835 661 0 0 -77.3107 -47.7537 -205.85 + 42 151.01 296 1 1 -120.841 74.1107 -174.45 + 42 99.5205 660 0 0 -77.1335 -47.9469 -206.082 + 42 117.819 660 7 0 -76.8918 -47.9647 4.15 + 42 156.016 520 6 1 -75.9697 -52.643 -24.45 + 42 106.189 521 6 1 -75.85 -52.7653 -24.6921 + 42 243.375 633 6 0 -75.3693 -53.3603 -25.85 + 42 329.01 632 6 0 -75.3013 -53.45 -26.0211 + 42 6.35778 585 5 1 -62.8662 -69.5653 -54.45 + 42 108.32 586 5 1 -62.85 -69.5661 -54.4746 + 42 17.4132 587 5 1 -62.65 -69.5881 -54.7865 + 42 150.819 551 5 0 -61.983 -69.704 -55.8503 + 42 54.7584 686 4 1 -42.7955 -67.3026 -84.45 + 42 48.6169 687 4 1 -42.6498 -67.3253 -84.5487 + 42 59.93 688 4 1 -42.4498 -67.3517 -84.6734 + 42 18.3825 689 4 1 -42.25 -67.383 -84.8078 + 42 217.906 562 4 0 -40.8564 -67.4989 -85.8501 + 42 134.277 890 3 1 -1.99088 -65.2833 -114.45 + 42 100.405 574 3 0 -2.00151 -65.0835 -115.85 + 42 29.0504 575 3 0 -1.99389 -65.05 -116.156 + 42 97.2519 527 3 0 5.08676 -74.5185 -116.25 + 42 30.375 526 3 0 5.10342 -74.65 -115.984 + 42 137.402 925 3 1 5.21181 -75.1118 -114.85 + 42 89.4785 540 4 0 -5.19885 -71.8718 -86.25 + 42 70.4568 541 4 0 -5.25665 -71.85 -86.0738 + 42 168.051 872 4 1 -5.51287 -71.1737 -84.85 + 42 360.397 871 4 1 -5.65 -70.8414 -84.4613 + 42 637.92 516 6 1 -76.7809 -47.4002 -24.45 + 42 355.463 663 6 0 -76.8162 -47.3762 -25.85 + 42 130.971 512 5 1 -77.4643 -46.9125 -54.45 + 42 123.451 665 5 0 -77.4975 -46.9 -55.85 + 42 146.82 510 4 1 -77.855 -47.3389 -84.45 + 42 132.108 663 4 0 -77.8729 -47.367 -85.85 + 42 343.391 502 3 1 -79.6251 -48.2319 -114.45 + 42 55.218 501 3 1 -79.65 -48.247 -114.721 + 42 127.032 658 3 0 -79.7611 -48.3056 -115.85 + 42 152.582 487 2 1 -82.4616 -49.3932 -144.45 + 42 105.616 653 2 0 -82.7248 -49.4176 -145.85 + 42 132.615 459 1 1 -88.0884 -50.1964 -174.45 + 42 118.9 649 1 0 -88.3798 -50.1683 -175.85 + 42 165.207 428 0 1 -94.3809 -49.5929 -204.45 + 42 180.675 652 0 0 -94.7753 -49.5656 -205.85 + 42 108.101 503 3 1 -79.4496 -48.79 -114.728 + 42 306.391 646 3 0 -80.0693 -50.6714 -115.85 + 42 132.587 645 3 0 -80.1628 -50.85 -115.903 + 42 226.178 509 3 1 -78.065 -48.2069 -114.45 + 42 342.226 659 3 0 -78.02 -48.1581 -115.852 + 42 130.028 666 2 0 -76.9558 -46.7275 -145.85 + 42 105.069 512 1 1 -77.5897 -43.3757 -174.45 + 42 118.488 683 1 0 -77.4971 -43.3158 -175.85 + 42 44.5117 523 0 1 -75.2601 -42.0571 -204.45 + 42 72.4386 524 0 1 -75.25 -42.0466 -204.6 + 42 102.04 690 0 0 -75.1591 -41.9725 -205.851 + 42 170.254 511 2 1 -77.7492 -47.2325 -144.45 + 42 111.144 664 2 0 -77.8114 -47.228 -145.85 + 42 120.105 505 1 1 -79.0303 -46.4759 -174.451 + 42 114.4 667 1 0 -79.0853 -46.4675 -175.85 + 42 123.167 496 0 1 -80.8123 -45.6007 -204.45 + 42 128.811 671 0 0 -80.921 -45.675 -205.85 + 42 128.267 623 1 0 0.705259 -55.4008 -176.25 + 42 33.1025 622 1 0 0.715014 -55.45 -176.16 + 42 32.2436 385 0 1 -102.95 -61.7728 -204.749 + 42 9.6919 451 0 1 -89.8061 -93.5143 -204.45 + 42 12.9686 613 6 0 -152.689 -57.4422 -26.2498 + 42 94.4064 612 6 0 -152.703 -57.45 -26.2118 + 42 174.232 611 6 0 -152.802 -57.65 -26.0535 + 42 65.0478 610 6 0 -152.924 -57.85 -25.9328 + 42 206.134 134 6 1 -153.255 -59.7803 -24.85 + 42 316.811 517 6 1 -76.65 -48.3856 -24.7908 + 42 257.59 518 6 1 -76.45 -49.5163 -24.821 + 42 115.37 519 6 1 -76.25 -49.8489 -24.7952 + 42 196.212 522 6 1 -75.65 -50.4274 -24.7481 + 42 119.569 523 6 1 -75.45 -50.6374 -24.7106 + 42 80.5964 524 6 1 -75.25 -50.923 -24.6752 + 42 362.97 525 6 1 -75.05 -51.161 -24.6699 + 42 55.4513 526 6 1 -74.85 -51.2927 -24.6568 + 42 66.7087 527 6 1 -74.65 -51.3901 -24.6495 + 42 59.4883 528 6 1 -74.45 -51.4989 -24.6972 + 42 52.6349 529 6 1 -74.25 -51.5438 -24.7795 + 42 6.88167 530 6 1 -74.05 -51.5919 -24.8412 + 42 557.394 638 6 0 -70.7199 -52.4054 -25.85 + 42 543.296 639 6 0 -69.4174 -52.25 -26.0341 + 42 160.675 640 6 0 -68.6155 -52.05 -25.9991 + 42 94.4249 557 6 1 -68.4508 -52.7302 -24.85 + 42 390.656 556 6 1 -68.65 -52.813 -24.7241 + 42 158.445 555 6 1 -68.85 -52.7383 -24.671 + 42 33.6376 655 6 0 -66.9605 -48.9714 -25.85 + 42 13.9456 656 6 0 -66.9206 -48.85 -25.8597 + 42 22.5497 574 6 1 -65.0643 -45.3587 -24.85 + 42 283.878 575 6 1 -65.05 -45.33 -24.84 + 42 85.284 576 6 1 -64.85 -44.8324 -24.6179 + 42 265.735 577 6 1 -64.65 -44.8142 -24.5516 + 42 58.116 698 7 1 -40.45 -82.1537 5.50488 + 42 158.819 661 8 0 -76.8517 -47.65 33.9746 Number of digits in this event = 76 Using G4ParticleGun ... -4.28176 LIN +9.86169 LIN +gamma +Event: 43 +Number of tracker hits in this event = 52 + 43 330.737 1503 5 1 120.762 13.7164 -54.45 + 43 330.274 968 5 0 120.762 13.718 -55.85 + 43 127.299 1502 4 1 120.743 13.7413 -84.45 + 43 535.566 968 4 0 120.733 13.7541 -85.85 + 43 109.096 1501 3 1 120.508 14.0555 -114.45 + 43 115.447 970 3 0 120.501 14.0776 -115.85 + 43 185.072 1501 2 1 120.366 14.555 -144.45 + 43 159.095 972 2 0 120.362 14.577 -145.85 + 43 111.03 1500 1 1 120.266 15.0173 -174.45 + 43 146.557 974 1 0 120.243 14.9957 -175.85 + 43 122.876 1498 0 1 119.795 14.6078 -204.45 + 43 134.16 972 0 0 119.81 14.6081 -205.85 + 43 50.2248 1013 0 0 138.566 22.6711 -206.25 + 43 180.089 1499 0 1 120.132 15.43 -204.45 + 43 116.099 976 0 0 119.858 15.3278 -205.85 + 43 86.1732 1510 2 1 122.241 28.6468 -144.85 + 43 3.77837 967 4 0 120.724 13.65 -86.2376 + 43 57.4386 1504 3 1 121.104 -0.707742 -114.45 + 43 79.8351 1503 3 1 120.95 -0.803266 -114.61 + 43 235.277 1502 3 1 120.75 -0.91711 -114.84 + 43 86.2051 893 3 0 119.985 -1.40162 -115.85 + 43 138.792 892 3 0 119.903 -1.45 -115.953 + 43 38.7383 1388 2 1 97.8887 -12.8974 -144.45 + 43 116.027 1387 2 1 97.7493 -12.8577 -144.592 + 43 33.2479 1386 2 1 97.55 -12.8304 -144.788 + 43 172.147 834 2 0 96.4269 -13.1308 -145.85 + 43 19.1801 882 2 0 63.0082 -3.49712 -146.25 + 43 72.2375 883 2 0 63.0335 -3.45 -146.199 + 43 82.9289 884 2 0 63.0503 -3.25 -146.055 + 43 12.8443 885 2 0 63.0161 -3.05 -145.874 + 43 60.6344 1212 2 1 62.5889 -1.66566 -144.85 + 43 66.5744 901 2 0 60.2268 0.32778 -145.85 + 43 115.102 902 2 0 60.1359 0.45 -145.998 + 43 237.7 1057 2 0 53.6224 31.5202 -146.25 + 43 289.712 1058 2 0 53.6496 31.65 -146.099 + 43 231.005 1503 4 1 120.754 13.7185 -84.45 + 43 119.896 968 3 0 120.737 13.7233 -115.85 + 43 109.062 1502 2 1 120.716 13.7399 -144.45 + 43 123.815 968 2 0 120.714 13.741 -145.85 + 43 144.324 1502 1 1 120.688 13.7646 -174.45 + 43 142.564 968 1 0 120.687 13.7667 -175.85 + 43 184.064 1502 0 1 120.669 13.8157 -204.45 + 43 128.538 968 0 0 120.67 13.8181 -205.85 + 43 83.52 1131 6 1 46.45 136.005 -24.8315 + 43 134.368 1092 6 0 160.222 38.5496 -26.25 + 43 143.147 1698 6 1 159.906 38.8337 -24.85 + 43 75.3443 1200 6 0 145.87 60.1452 -26.2499 + 43 36.6575 1201 6 0 145.845 60.25 -25.9739 + 43 174.609 1628 6 1 145.866 60.5997 -24.85 + 43 138.493 1627 6 1 145.75 60.8155 -24.5419 + 43 120.752 1206 6 0 145.443 61.3095 -25.85 + 43 7.89913 1207 6 0 145.424 61.45 -26.2187 +Number of digits in this event = 29 +Using G4ParticleGun ... +4.44365 LIN +gamma +Event: 44 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +8.97276 LIN +gamma +Event: 45 +Number of tracker hits in this event = 32 + 45 274.902 677 2 1 -44.6379 -120.551 -144.45 + 45 255.744 297 2 0 -44.6377 -120.551 -145.85 + 45 235.859 677 1 1 -44.6319 -120.56 -174.45 + 45 240.786 297 1 0 -44.6312 -120.56 -175.85 + 45 242.214 677 0 1 -44.6181 -120.554 -204.45 + 45 313.569 297 0 0 -44.6186 -120.554 -205.85 + 45 49.0184 139 3 0 -151.671 -152.35 -116.195 + 45 84.2681 414 3 1 -97.3389 -169.079 -114.45 + 45 70.5578 415 3 1 -97.15 -168.992 -114.603 + 45 93.387 54 3 0 -97.0343 -169.188 -115.85 + 45 138.927 53 3 0 -97.0819 -169.35 -116.03 + 45 209.736 52 3 0 -96.8539 -169.55 -116.086 + 45 154.519 51 3 0 -97.0577 -169.75 -116.205 + 45 53.0303 676 1 1 -44.6668 -120.592 -174.45 + 45 51.2722 675 1 1 -44.85 -120.586 -174.525 + 45 44.6384 674 1 1 -45.05 -120.563 -174.599 + 45 68.9862 673 1 1 -45.25 -120.547 -174.64 + 45 78.4743 672 1 1 -45.4504 -120.526 -174.648 + 45 71.8281 671 1 1 -45.6503 -120.468 -174.605 + 45 53.6875 670 1 1 -45.8501 -120.407 -174.555 + 45 65.1443 669 1 1 -46.05 -120.347 -174.507 + 45 33.8584 668 1 1 -46.2504 -120.317 -174.471 + 45 117.673 307 2 0 -40.2845 -118.66 -146.25 + 45 6.33478 703 2 1 -39.2638 -118.784 -144.85 + 45 87.2015 704 2 1 -39.25 -118.786 -144.832 + 45 68.3963 705 2 1 -39.05 -118.735 -144.646 + 45 37.0941 706 2 1 -38.85 -118.68 -144.482 + 45 178.918 115 3 0 3.00962 -156.967 -116.25 + 45 2.44638 114 3 0 3.42911 -157.15 -115.854 + 45 348.243 918 3 1 3.77616 -157.394 -114.85 + 45 245.031 917 3 1 3.64985 -157.572 -114.495 + 45 176.766 93 3 0 3.90905 -161.366 -115.85 +Number of digits in this event = 15 +Using G4ParticleGun ... +5.75331 LIN +gamma +Event: 46 +Number of tracker hits in this event = 1 + 46 187.539 1515 2 1 123.15 -136.776 -144.62 +Number of digits in this event = 3 +Using G4ParticleGun ... +7.10365 LIN +gamma +Event: 47 +Number of tracker hits in this event = 4 + 47 75.7055 110 0 0 141.145 -157.95 -205.97 + 47 31.8583 469 8 1 -86.05 -41.2039 35.3115 + 47 17.7534 705 7 0 163.662 -38.85 3.76472 + 47 211.168 1719 7 1 164.011 -40.2499 5.15 +Number of digits in this event = 4 +Using G4ParticleGun ... +1.02262 LIN +gamma +Event: 48 +Number of tracker hits in this event = 60 + 48 255.289 303 5 1 -119.544 36.5117 -54.45 + 48 309.104 1082 5 0 -119.537 36.5375 -55.85 + 48 164.627 304 4 1 -119.304 36.9103 -84.45 + 48 114.405 1084 4 0 -119.328 36.923 -85.85 + 48 125.902 301 3 1 -119.779 37.4008 -114.45 + 48 152.984 1087 3 0 -119.812 37.4655 -115.85 + 48 109.997 298 2 1 -120.469 38.7975 -144.45 + 48 148.702 1094 2 0 -120.464 38.901 -145.85 + 48 129.912 299 1 1 -120.165 40.9234 -174.45 + 48 262.017 1104 1 0 -120.228 40.9843 -175.85 + 48 101.946 294 0 1 -121.297 42.1683 -204.45 + 48 123.473 1110 0 0 -121.374 42.2076 -205.85 + 48 141.052 302 0 1 -119.588 36.9572 -204.45 + 48 116.284 1085 0 0 -119.911 37.1295 -205.85 + 48 88.7243 1081 5 0 -119.586 36.45 -55.9532 + 48 152.38 1080 5 0 -119.612 36.25 -56.0161 + 48 21.2701 1079 5 0 -119.71 36.05 -55.9365 + 48 246.152 298 5 1 -120.429 37.1911 -54.85 + 48 149.028 302 4 1 -119.602 36.3629 -84.45 + 48 92.2848 1081 4 0 -119.6 36.368 -85.85 + 48 335.182 302 3 1 -119.568 36.4799 -114.45 + 48 173.287 1082 3 0 -119.566 36.4823 -115.85 + 48 136.383 303 2 1 -119.535 36.5641 -144.45 + 48 158.702 1082 2 0 -119.548 36.5648 -145.85 + 48 240.983 301 1 1 -119.841 36.5723 -174.45 + 48 206.17 1082 1 0 -119.851 36.5709 -175.85 + 48 113.406 301 0 1 -119.877 36.5112 -204.45 + 48 143.688 1082 0 0 -119.881 36.5198 -205.85 + 48 86.2581 1092 11 1 38.45 -105.157 125.324 + 48 177.318 1083 1 0 -120.095 36.6977 -175.85 + 48 111.937 273 0 1 -125.405 38.8627 -204.45 + 48 110.4 1094 0 0 -125.393 38.9165 -205.85 + 48 125.635 1083 0 0 -119.154 36.7158 -205.85 + 48 71.7856 1062 0 0 -113.704 32.5909 -206.25 + 48 129.433 1063 0 0 -113.72 32.65 -206.049 + 48 548.293 334 0 1 -113.247 33.4353 -204.85 + 48 0.24856 1090 0 0 -115.213 38.2495 -205.85 + 48 67.5903 1091 0 0 -115.213 38.25 -205.85 + 48 56.5474 320 0 1 -116.086 42.2207 -204.85 + 48 292.907 319 0 1 -116.15 42.3254 -204.765 + 48 80.2497 318 0 1 -116.35 42.0402 -204.817 + 48 76.4881 1115 0 0 -116.419 43.0937 -205.85 + 48 1.41024 1088 0 0 -88.3033 37.65 -206.25 + 48 267.442 1081 3 0 -119.583 36.4371 -115.85 + 48 150.658 301 2 1 -119.924 35.4627 -144.45 + 48 103.834 1076 2 0 -119.899 35.3119 -145.85 + 48 90.6542 302 1 1 -119.649 32.7936 -174.45 + 48 169.07 1062 1 0 -119.436 32.5593 -175.85 + 48 181.589 321 0 1 -115.81 27.5348 -204.45 + 48 113.13 1035 0 0 -115.689 27.225 -205.85 + 48 53.8561 131 0 1 -153.832 88.1521 -204.85 + 48 53.942 293 2 1 -121.521 34.0963 -144.45 + 48 110.242 292 2 1 -121.55 34.0926 -144.576 + 48 132.756 1070 2 0 -121.849 34.0638 -145.85 + 48 145.597 261 1 1 -127.764 33.7925 -174.45 + 48 152.546 1068 1 0 -128.08 33.7942 -175.85 + 48 142.314 229 0 1 -134.183 34.255 -204.45 + 48 136.264 1071 0 0 -134.571 34.3827 -205.85 + 48 89.6644 1088 1 0 -120.793 37.7397 -175.85 + 48 97.0737 1089 1 0 -144.384 38.0058 -176.25 +Number of digits in this event = 37 +Using G4ParticleGun ... +6.62252 LIN +gamma +Event: 49 +Number of tracker hits in this event = 27 + 49 410.461 1468 3 1 113.9 52.8372 -114.45 + 49 287.501 1163 3 0 113.901 52.8374 -115.85 + 49 277.948 1468 2 1 113.918 52.8426 -144.45 + 49 256.081 1163 2 0 113.917 52.8426 -145.85 + 49 284.375 1468 1 1 113.914 52.8415 -174.45 + 49 286.047 1163 1 0 113.914 52.8411 -175.85 + 49 147.478 1468 0 1 113.928 52.8242 -204.45 + 49 429.513 1163 0 0 113.928 52.8243 -205.85 + 49 188.858 1210 3 0 101.001 62.1886 -116.25 + 49 7.29064 1399 3 1 100.041 61.6533 -114.85 + 49 63.5826 1212 3 0 99.4468 62.5704 -115.85 + 49 46.6787 1213 3 0 99.4727 62.65 -115.899 + 49 50.398 1397 3 1 99.7413 61.6187 -114.85 + 49 23.7671 935 3 0 -149.769 7.20314 -116.25 + 49 8.92291 934 3 0 -150.374 7.05 -115.873 + 49 232.09 149 3 1 -150.207 6.97688 -114.849 + 49 11.9551 839 8 0 -87.9086 -12.1192 33.75 + 49 301.057 457 8 1 -88.5249 -11.79 35.15 + 49 251.268 456 8 1 -88.6502 -11.5566 35.384 + 49 61.3782 455 8 1 -88.85 -11.4429 35.3108 + 49 159.277 1469 1 1 113.98 52.7379 -174.45 + 49 121.972 1469 0 1 113.979 52.6867 -204.45 + 49 8.90387 1467 1 1 113.75 52.9223 -174.82 + 49 72.3267 1167 1 0 112.737 53.5861 -175.85 + 49 118.872 1168 1 0 112.576 53.65 -175.987 + 49 67.9809 342 6 0 -4.15384 -111.55 -26.0126 + 49 200.816 873 6 1 -5.31666 -113.099 -24.8498 +Number of digits in this event = 17 +Using G4ParticleGun ... +4.65152 LIN +gamma +Event: 50 +Number of tracker hits in this event = 27 + 50 291.204 180 4 1 -144.092 34.4428 -84.45 + 50 384.908 1071 4 0 -144.094 34.4445 -85.85 + 50 429.7 180 3 1 -144.125 34.4715 -114.45 + 50 125.034 1072 3 0 -144.125 34.4695 -115.85 + 50 244.267 180 2 1 -144.121 34.4327 -144.45 + 50 246.644 1071 2 0 -144.114 34.4281 -145.85 + 50 104.213 180 1 1 -143.983 34.3579 -174.45 + 50 140.285 1071 1 0 -143.97 34.3614 -175.85 + 50 386.248 182 0 1 -143.682 34.4482 -204.45 + 50 150.371 1072 0 0 -143.671 34.4532 -205.85 + 50 10.1536 181 3 1 -143.95 33.8615 -114.822 + 50 101.355 1062 3 0 -142.985 32.6332 -115.85 + 50 29.9218 1061 3 0 -142.856 32.45 -116.118 + 50 344.593 892 3 0 -136.786 -1.6309 -116.25 + 50 214.124 891 3 0 -136.785 -1.65 -116.227 + 50 12.6424 213 3 1 -137.514 -1.62224 -114.85 + 50 110.353 212 3 1 -137.55 -1.61 -114.795 + 50 198.09 211 3 1 -137.75 -1.6208 -114.651 + 50 172.885 210 3 1 -137.95 -1.56982 -114.779 + 50 148.721 1071 3 0 -144.038 34.3958 -115.85 + 50 108.291 181 2 1 -143.92 34.2852 -144.45 + 50 143.89 182 1 1 -143.732 34.1638 -174.45 + 50 108.318 1070 1 0 -143.724 34.1569 -175.85 + 50 122.912 1069 0 0 -143.556 34.014 -205.85 + 50 86.4515 1114 0 0 -140.518 42.85 -206.217 + 50 18.2841 1413 1 0 -140.681 102.913 -176.25 + 50 71.9892 1414 1 0 -140.683 102.95 -176.225 +Number of digits in this event = 19 +Using G4ParticleGun ... +2.30982 LIN +gamma +Event: 51 +Number of tracker hits in this event = 4 + 51 76.6857 749 5 0 -5.12214 -30.1589 -56.25 + 51 53.9709 750 5 0 -5.10566 -30.05 -56.0121 + 51 103.974 873 5 1 -5.27105 -29.458 -54.8495 + 51 7.36444 874 5 1 -5.25 -29.3232 -54.4795 +Number of digits in this event = 1 +Using G4ParticleGun ... +5.9176 LIN gamma Event: 52 Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -5.9886 LIN -gamma -Event: 53 -Number of tracker hits in this event = 70 - 53 236.901 791 8 1 -21.8301 98.3807 35.55 - 53 260.222 1391 8 0 -21.8548 98.3778 34.15 - 53 116.391 788 7 1 -22.3143 98.2257 5.55 - 53 102.356 1390 7 0 -22.322 98.2147 4.15 - 53 171.603 787 6 1 -22.4839 97.8957 -24.45 - 53 127.439 1388 6 0 -22.4997 97.8803 -25.85 - 53 151.403 785 5 1 -22.891 97.5715 -54.45 - 53 122.774 1387 5 0 -22.9099 97.566 -55.85 - 53 116.002 787 4 1 -22.586 98.2589 -84.45 - 53 134.886 1391 4 0 -22.5708 98.4032 -85.85 - 53 291.022 787 3 1 -22.5286 100.734 -114.45 - 53 21.9942 788 3 1 -22.45 100.711 -114.747 - 53 593.55 1402 3 0 -22.1723 100.613 -115.85 - 53 109.052 822 2 1 -15.6394 96.6165 -144.45 - 53 128.235 1382 2 0 -15.0538 96.6408 -145.85 - 53 74.8885 862 1 1 -7.61456 95.6355 -174.45 - 53 39.4847 861 1 1 -7.65 95.4611 -174.72 - 53 3.22964 1373 1 0 -7.81799 94.7555 -175.85 - 53 95.5547 1372 1 0 -7.81931 94.75 -175.859 - 53 17.9453 1371 1 0 -7.87087 94.55 -176.192 - 53 124.347 836 0 1 -12.7267 77.1531 -204.45 - 53 90.2258 1283 0 0 -13.0688 76.7446 -205.85 - 53 36.9685 1282 0 0 -13.1407 76.65 -206.16 - 53 5.61405 878 1 1 -4.45 78.3862 -174.797 - 53 125.514 1401 3 0 -21.7998 100.362 -115.85 - 53 114.157 1400 3 0 -21.5536 100.35 -115.964 - 53 157.602 1399 3 0 -21.5657 100.15 -115.941 - 53 125.653 786 6 1 -22.65 98.1549 -24.552 - 53 33.7414 785 6 1 -22.85 98.3532 -24.7607 - 53 71.857 1396 6 0 -23.5561 99.43 -25.8503 - 53 75.0274 1397 6 0 -23.6729 99.55 -26.0824 - 53 300.589 1348 6 0 -131.799 89.8029 -26.25 - 53 6.39936 1347 6 0 -132.767 89.65 -26.2419 - 53 249.669 773 1 1 -25.3612 98.5372 -174.45 - 53 113.844 1394 1 0 -25.3389 98.9938 -175.85 - 53 55.1236 762 0 1 -27.5392 101.715 -204.45 - 53 59.1188 763 0 1 -27.45 101.832 -204.635 - 53 157.819 1409 0 0 -27.0271 102.032 -205.85 - 53 47.7925 1538 1 0 110.095 127.75 -176.243 - 53 113.091 1391 1 0 -25.4378 98.4741 -175.85 - 53 141.096 766 0 1 -26.8366 97.4322 -204.45 - 53 122.424 1386 0 0 -26.7518 97.4131 -205.85 - 53 114.916 791 7 1 -21.7427 98.3727 5.55 - 53 168.509 1391 7 0 -21.7387 98.3717 4.15 - 53 135.442 791 6 1 -21.657 98.3506 -24.45 - 53 126.63 1390 6 0 -21.6638 98.3472 -25.85 - 53 130.194 791 5 1 -21.8381 98.5711 -54.45 - 53 38.3024 790 5 1 -21.85 98.5777 -54.7066 - 53 181.201 1392 5 0 -21.9047 98.6071 -55.85 - 53 120.104 783 4 1 -23.2884 99.2341 -84.45 - 53 135.252 1395 4 0 -23.3406 99.2906 -85.85 - 53 122.633 778 3 1 -24.3445 100.581 -114.45 - 53 113.622 770 2 1 -25.9221 101.944 -144.45 - 53 111.821 1409 2 0 -26.047 101.99 -145.85 - 53 116.179 756 1 1 -28.6907 102.919 -174.45 - 53 339.185 1414 1 0 -28.8052 102.985 -175.85 - 53 132.218 743 0 1 -31.2563 104.149 -204.45 - 53 114.166 1420 0 0 -31.3716 104.199 -205.85 - 53 70.4945 1403 3 0 -24.2734 100.75 -116.144 - 53 81.8101 792 6 1 -21.65 98.3401 -24.822 - 53 142.343 1386 6 0 -20.1989 97.3685 -25.8502 - 53 38.1648 1387 6 0 -20.152 97.55 -26.1788 - 53 139.323 1427 3 0 60.5632 105.558 -116.25 - 53 148.52 1209 3 1 61.8622 106.339 -114.85 - 53 10.5286 1210 3 1 62.05 106.642 -114.489 - 53 80.276 793 6 1 -21.45 98.3322 -24.6519 - 53 155.221 1391 6 0 -20.6369 98.433 -25.85 - 53 122.325 947 5 1 9.55005 92.4406 -54.45 - 53 108.548 1360 5 0 10.0689 92.3228 -55.8504 - 53 131.307 1390 8 0 -21.823 98.35 34.038 -Number of digits in this event = 38 -Using G4ParticleGun ... -3.44134 LIN -gamma -Event: 54 -Number of tracker hits in this event = 60 - 54 203.268 1119 9 1 43.9159 9.28101 65.55 - 54 264.82 946 9 0 43.9132 9.28473 64.15 - 54 253.491 1119 8 1 43.8702 9.35351 35.55 - 54 127.946 946 8 0 43.8649 9.35492 34.15 - 54 123.279 1118 7 1 43.7593 9.39378 5.55 - 54 149.913 946 7 0 43.7532 9.39766 4.15 - 54 131.213 1117 6 1 43.623 9.47087 -24.45 - 54 116.003 947 6 0 43.6204 9.47373 -25.85 - 54 117.427 1117 5 1 43.5697 9.52622 -54.45 - 54 147.205 947 5 0 43.5685 9.52803 -55.85 - 54 128.763 1117 4 1 43.5441 9.55168 -84.45 - 54 399.648 947 4 0 43.548 9.55084 -85.85 - 54 192.553 1117 3 1 43.6338 9.54196 -114.45 - 54 136.138 947 3 0 43.6381 9.54255 -115.85 - 54 113.069 1118 2 1 43.7303 9.52501 -144.45 - 54 124.262 947 2 0 43.7367 9.52298 -145.85 - 54 106.682 1119 1 1 43.8945 9.46085 -174.45 - 54 132.239 947 1 0 43.9016 9.45465 -175.85 - 54 172.559 1119 0 1 44.0239 9.31847 -204.45 - 54 555.95 946 0 0 44.026 9.30767 -205.85 - 54 63.7551 919 4 0 -50.7884 3.99453 -86.25 - 54 191.131 1115 1 1 43.1354 9.92491 -174.45 - 54 5.94513 1116 1 1 43.25 9.91002 -174.812 - 54 93.0147 949 1 0 43.4994 9.99216 -175.85 - 54 157.501 1135 0 1 47.0873 8.78921 -204.45 - 54 74.0791 1136 0 1 47.2502 8.84135 -204.535 - 54 117.011 1137 0 1 47.45 8.9187 -204.633 - 54 50.8238 1138 0 1 47.65 8.9767 -204.755 - 54 57.602 947 0 0 49.6772 9.4501 -206.144 - 54 103.079 948 1 0 42.9641 9.72638 -175.85 - 54 311.976 1105 0 1 41.0907 6.32422 -204.45 - 54 108.184 931 0 0 41.5667 6.39332 -205.85 - 54 151.422 945 8 0 43.9926 9.18361 34.15 - 54 172.881 1120 7 1 44.0974 8.99011 5.55 - 54 119.383 944 7 0 44.1079 8.98501 4.15 - 54 259.573 1121 6 1 44.3438 8.88589 -24.45 - 54 170.409 944 6 0 44.3575 8.87485 -25.85 - 54 127.001 1123 5 1 44.6541 8.65585 -54.45 - 54 145.094 942 5 0 44.6703 8.64794 -55.85 - 54 139.9 1124 4 1 44.9766 8.47757 -84.45 - 54 100.193 942 4 0 44.9985 8.4548 -85.85 - 54 28.5935 941 4 0 45.0031 8.45 -86.1416 - 54 128.187 1126 3 1 45.4187 7.99134 -114.45 - 54 92.8682 939 3 0 45.4373 7.96379 -115.85 - 54 119.556 1128 2 1 45.8434 7.38435 -144.45 - 54 10.0498 1129 2 1 45.85 7.37531 -144.818 - 54 115.786 936 2 0 45.8681 7.34868 -145.85 - 54 116.575 1131 1 1 46.367 6.61705 -174.45 - 54 141.581 932 1 0 46.4019 6.58398 -175.85 - 54 134.134 929 0 0 47.1428 5.87496 -205.85 - 54 30.9489 1786 7 0 91.1835 177.35 3.79168 - 54 53.2447 1785 7 0 91.1705 177.35 3.90085 - 54 152.584 1133 0 1 46.6657 6.0764 -204.45 - 54 114.602 1132 0 1 46.65 6.03418 -204.538 - 54 205.137 926 0 0 46.3612 5.40957 -205.85 - 54 30.4228 925 0 0 46.2985 5.25 -206.187 - 54 50.1366 927 0 0 46.7496 5.52367 -205.85 - 54 205.199 1122 6 1 44.5683 9.27091 -24.85 - 54 37.568 952 6 0 42.4305 10.5431 -25.85 - 54 242.186 942 6 0 44.4459 8.59983 -25.85 -Number of digits in this event = 36 -Using G4ParticleGun ... -5.49689 LIN -gamma -Event: 55 -Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -4.33996 LIN +5.28508 LIN +gamma +Event: 53 +Number of tracker hits in this event = 6 + 53 236.442 1284 1 1 76.9877 -47.9137 -174.45 + 53 299.268 660 1 0 76.9859 -47.9138 -175.85 + 53 309.21 1284 0 1 76.9461 -47.9128 -204.45 + 53 118.744 660 0 0 76.9452 -47.9124 -205.85 + 53 171.707 905 1 0 162.335 1.13147 -176.25 + 53 122.613 661 0 0 77.012 -47.8135 -205.85 +Number of digits in this event = 6 +Using G4ParticleGun ... +2.48631 LIN +gamma +Event: 54 +Number of tracker hits in this event = 38 + 54 339.533 1254 3 1 71.0032 11.336 -114.45 + 54 204.944 956 3 0 71.001 11.3359 -115.85 + 54 456.185 1254 2 1 70.9639 11.3065 -144.45 + 54 273.228 956 2 0 70.9749 11.3088 -145.85 + 54 132.342 1255 1 1 71.223 11.3388 -174.45 + 54 147.421 956 1 0 71.245 11.34 -175.85 + 54 115.808 1258 0 1 71.6989 11.3063 -204.45 + 54 131.594 956 0 0 71.7119 11.2831 -205.85 + 54 286.918 1606 13 1 141.426 15.821 185.15 + 54 81.8827 955 0 0 71.7342 11.25 -205.991 + 54 47.057 954 0 0 71.8827 11.05 -206.167 + 54 181.752 953 0 0 71.8413 10.85 -206.188 + 54 116.028 941 0 0 60.6976 8.31105 -206.25 + 54 366.166 942 0 0 60.5837 8.45025 -206.111 + 54 130.952 957 1 0 71.239 11.45 -176.187 + 54 122.813 958 1 0 71.081 11.65 -176.02 + 54 137.05 1258 1 1 71.679 10.8207 -174.85 + 54 64.3489 1259 1 1 71.85 10.762 -174.78 + 54 59.2314 1253 2 1 70.85 11.2244 -144.657 + 54 328.346 955 2 0 70.7233 11.1893 -145.85 + 54 173.009 1237 1 1 67.6023 10.3673 -174.45 + 54 314.465 951 1 0 67.2905 10.3655 -175.85 + 54 103.553 1201 0 1 60.3916 10.5092 -204.45 + 54 16.7757 1200 0 1 60.25 10.5109 -204.794 + 54 118.491 952 0 0 59.7948 10.5208 -205.85 + 54 103.342 1249 1 1 70.0423 10.3531 -174.45 + 54 19.3586 1250 0 1 70.0653 8.79346 -204.45 + 54 102.132 1249 0 1 70.05 8.79397 -204.521 + 54 117.66 943 0 0 69.7746 8.82682 -205.85 + 54 109.078 1254 1 1 70.8857 11.073 -174.45 + 54 151.957 955 1 0 70.8788 11.0606 -175.85 + 54 219.251 1253 0 1 70.7328 10.8025 -204.45 + 54 4.91492 1021 1 0 133.078 24.25 -175.897 + 54 99.3267 1485 0 1 117.15 -112.829 -204.76 + 54 166.967 1252 0 1 70.6499 10.8121 -204.795 + 54 109.962 1042 2 0 85.5739 28.5169 -146.25 + 54 0.763162 1326 2 1 85.2823 30.8778 -144.85 + 54 128.851 1056 2 0 84.8034 31.3692 -145.85 +Number of digits in this event = 23 +Using G4ParticleGun ... +6.09753 LIN +gamma +Event: 55 +Number of tracker hits in this event = 12 + 55 222.796 498 2 1 -80.2641 -8.56807 -144.45 + 55 246.688 857 2 0 -80.2638 -8.56818 -145.85 + 55 329.845 498 1 1 -80.253 -8.56273 -174.45 + 55 288.222 857 1 0 -80.254 -8.56567 -175.85 + 55 526.703 498 0 1 -80.272 -8.6257 -204.45 + 55 418.5 857 0 0 -80.2721 -8.62898 -205.85 + 55 249.573 1 1 0 18.7082 -179.904 -176.25 + 55 9.29645 858 1 0 -80.8013 -8.25873 -175.85 + 55 348.051 859 1 0 -80.816 -8.25 -175.882 + 55 174.549 860 1 0 -80.9908 -8.04995 -176.11 + 55 24.9488 803 0 0 -108.569 -19.45 -206.14 + 55 8.2019 632 0 1 -53.6359 -92.6167 -204.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +9.07465 LIN gamma Event: 56 -Number of tracker hits in this event = 134 - 56 270.683 499 9 1 -80.1396 104.761 65.55 - 56 229.124 1423 9 0 -80.138 104.763 64.15 - 56 653.041 499 8 1 -80.1169 104.811 35.55 - 56 526.365 1423 8 0 -80.1151 104.811 34.15 - 56 314.418 499 7 1 -80.0986 104.839 5.55 - 56 178.593 1423 7 0 -80.0932 104.82 4.15 - 56 112.055 500 6 1 -79.9443 104.521 -24.45 - 56 102.699 1421 6 0 -79.937 104.513 -25.85 - 56 111.139 501 5 1 -79.7628 104.317 -54.45 - 56 156.249 1420 5 0 -79.7545 104.297 -55.85 - 56 134.04 501 4 1 -79.757 104.277 -84.45 - 56 143.53 1420 4 0 -79.6907 104.281 -85.85 - 56 160.358 509 3 1 -78.137 104.265 -114.45 - 56 132.102 1420 3 0 -78.1678 104.212 -115.85 - 56 154.111 505 2 1 -78.9746 102.846 -144.45 - 56 132.869 1412 2 0 -79.0244 102.704 -145.85 - 56 150.419 499 1 1 -80.1352 99.5962 -174.45 - 56 21.4286 1396 1 0 -80.1884 99.3588 -175.85 - 56 116.722 1395 1 0 -80.1904 99.35 -175.901 - 56 112.426 495 0 1 -80.9715 94.1957 -204.45 - 56 205.864 1368 0 0 -81.1349 93.9402 -205.85 - 56 331.145 1394 1 0 -79.2587 99.0401 -175.85 - 56 184.632 1444 1 0 -71.4065 109.076 -176.249 - 56 61.4602 1445 1 0 -71.3441 109.15 -176.066 - 56 112.607 1446 1 0 -71.2872 109.35 -176.057 - 56 154.556 814 1 0 -119.327 -17.1523 -176.25 - 56 105.115 498 7 1 -80.2561 104.731 5.55 - 56 317.334 1422 7 0 -80.2605 104.727 4.15 - 56 238.442 498 6 1 -80.3457 104.632 -24.45 - 56 340.912 1422 6 0 -80.3348 104.596 -25.85 - 56 107.663 498 5 1 -80.2876 104.072 -54.45 - 56 145.514 1419 5 0 -80.3066 104.079 -55.85 - 56 125.707 496 4 1 -80.7935 104.117 -84.45 - 56 98.1044 1419 4 0 -80.851 104.009 -85.85 - 56 234.732 494 3 1 -81.2105 101.715 -114.45 - 56 219.453 1407 3 0 -81.2663 101.62 -115.85 - 56 123.11 485 2 1 -82.9818 99.8125 -144.45 - 56 114.956 1397 2 0 -83.0542 99.6595 -145.85 - 56 134.71 477 1 1 -84.508 96.3477 -174.45 - 56 121.26 1380 1 0 -84.596 96.2097 -175.85 - 56 228.314 467 0 1 -86.4845 93.5842 -204.45 - 56 126.055 1366 0 0 -86.6029 93.4963 -205.85 - 56 122.453 1365 0 0 -86.1814 93.35 -205.875 - 56 247.443 1423 6 0 -80.3223 104.75 -25.9027 - 56 71.5886 526 6 1 -74.7835 104.27 -24.85 - 56 264.615 527 6 1 -74.6499 104.249 -24.7795 - 56 112.633 499 5 1 -80.1822 104.797 -54.45 - 56 134.558 1423 5 0 -80.1715 104.791 -55.85 - 56 116.078 500 4 1 -79.8974 104.702 -84.45 - 56 140.611 1422 4 0 -79.8744 104.717 -85.85 - 56 125.269 503 3 1 -79.3768 105.057 -114.45 - 56 204.806 1424 3 0 -79.3358 105.078 -115.85 - 56 138.178 507 2 1 -78.4766 105.49 -144.45 - 56 159.768 1425 2 0 -78.4832 105.297 -145.85 - 56 131.558 502 1 1 -79.5676 100.371 -174.451 - 56 78.4202 1400 1 0 -79.7455 100.173 -175.851 - 56 171.879 1399 1 0 -79.7614 100.15 -176.003 - 56 154.552 475 0 1 -84.8742 94.2768 -204.45 - 56 9.74391 1369 0 0 -84.9372 93.9566 -205.85 - 56 160.958 609 0 1 -58.1154 105.646 -204.45 - 56 129.588 608 0 1 -58.25 105.493 -204.58 - 56 96.8497 1419 0 0 -58.6268 104.091 -205.85 - 56 96.1622 1418 0 0 -58.6419 103.95 -205.966 - 56 41.8246 1417 0 0 -58.6585 103.75 -206.156 - 56 5.61902 1421 4 0 -80.0897 104.55 -86.2302 - 56 100.177 467 3 1 -86.5992 100.351 -114.45 - 56 323.416 466 3 1 -86.65 100.144 -114.618 - 56 28.4728 1387 3 0 -86.8471 97.6555 -115.85 - 56 82.5648 1386 3 0 -86.8548 97.55 -115.903 - 56 66.4344 1385 3 0 -86.8671 97.35 -116.019 - 56 49.5578 1384 3 0 -86.892 97.15 -116.149 - 56 6.87065 212 2 0 -11.1135 -137.743 -146.25 - 56 132.107 211 2 0 -11.1153 -137.75 -146.243 - 56 192.395 210 2 0 -11.0407 -137.95 -146.223 - 56 82.9315 502 7 1 -79.5088 104.864 5.15 - 56 126.24 1422 8 0 -80.239 104.672 34.15 - 56 101.715 494 7 1 -81.244 102.817 5.55 - 56 111.771 1412 7 0 -81.2535 102.722 4.15 - 56 201.784 492 6 1 -81.5534 101.123 -24.45 - 56 105.666 1404 6 0 -81.6514 100.98 -25.85 - 56 25.9583 1403 6 0 -81.6713 100.95 -26.139 - 56 299.853 482 5 1 -83.6098 97.8727 -54.45 - 56 144.715 1387 5 0 -83.6864 97.725 -55.8502 - 56 116.675 475 4 1 -84.9218 94.3918 -84.45 - 56 113.02 1370 4 0 -84.6805 94.2496 -85.85 - 56 85.495 510 3 1 -78.05 90.2745 -114.535 - 56 97.8803 1349 3 0 -77.7895 89.9356 -115.85 - 56 17.8908 1348 3 0 -77.7406 89.85 -116.173 - 56 34.4424 527 2 1 -74.5964 81.5104 -144.45 - 56 88.3515 526 2 1 -74.65 81.534 -144.568 - 56 141.704 1308 2 0 -75.512 81.6647 -145.85 - 56 89.9017 412 1 1 -97.5942 89.8726 -174.45 - 56 58.6105 413 1 1 -97.55 89.8491 -174.675 - 56 107.177 1348 1 0 -97.1014 89.7948 -175.85 - 56 93.9874 415 1 1 -97.0785 88.9622 -174.85 - 56 102.308 416 1 1 -96.95 88.7435 -174.695 - 56 131.068 1343 1 0 -96.3138 88.8455 -175.85 - 56 74.0256 1344 1 0 -96.309 88.85 -175.86 - 56 1.52912 481 5 1 -83.65 97.8485 -54.8462 - 56 130.658 1390 5 0 -83.7674 98.2807 -55.8502 - 56 321.306 469 4 1 -86.1999 94.7308 -84.45 - 56 125.771 1371 4 0 -86.0797 94.4376 -85.85 - 56 19.1429 482 3 1 -83.4548 89.1148 -114.45 - 56 117.425 483 3 1 -83.45 89.0934 -114.5 - 56 40.1523 1342 3 0 -83.3332 88.5042 -115.85 - 56 87.8829 1341 3 0 -83.3258 88.4499 -115.973 - 56 128.33 494 2 1 -81.1279 76.1493 -144.45 - 56 101.725 1277 2 0 -80.8603 75.5826 -145.85 - 56 15.6763 1276 2 0 -80.8002 75.45 -146.171 - 56 146.719 524 1 1 -75.2207 63.5619 -174.45 - 56 53.1159 1213 1 0 -75.0213 62.7555 -175.85 - 56 82.6667 1212 1 0 -74.9954 62.65 -176.043 - 56 63.5287 529 0 1 -74.215 47.0068 -204.45 - 56 156.369 528 0 1 -74.25 46.9362 -204.562 - 56 13.1973 1130 0 0 -74.6622 46.0754 -205.85 - 56 108.853 1129 0 0 -74.6743 46.05 -205.888 - 56 30.7991 1128 0 0 -74.7698 45.85 -206.186 - 56 116.772 1373 4 0 -86.0788 94.8035 -85.85 - 56 173.133 1370 3 0 -80.8948 94.1898 -115.85 - 56 207.675 519 2 1 -76.218 98.4512 -144.45 - 56 189.799 1388 2 0 -76.2721 97.8916 -145.85 - 56 16.5551 1387 2 0 -76.2763 97.75 -146.182 - 56 12.0331 516 1 1 -76.6785 85.0677 -174.45 - 56 90.2696 517 1 1 -76.65 85.0792 -174.484 - 56 64.4026 518 1 1 -76.4495 85.1558 -174.715 - 56 145.972 1327 1 0 -75.5456 85.537 -175.85 - 56 95.9396 610 0 1 -58.05 87.9031 -204.722 - 56 224.656 1339 0 0 -57.1752 87.9439 -205.85 - 56 188.658 1144 2 0 -34.7616 48.9623 -146.25 - 56 116.568 1184 2 0 -14.4149 56.9701 -146.25 - 56 87.4596 1408 6 0 -81.2984 101.8 -25.8503 - 56 75.4529 1409 6 0 -81.2337 101.95 -26.1139 - 56 92.393 533 5 1 -73.427 112.776 -54.45 - 56 108.996 1461 5 0 -73.3013 112.446 -55.8507 -Number of digits in this event = 67 +Number of tracker hits in this event = 2 + 56 20.9239 809 1 0 -52.964 -18.05 -176.231 + 56 158.25 634 1 1 -53.108 -18.3521 -174.85 +Number of digits in this event = 4 Using G4ParticleGun ... -6.84275 LIN +7.36338 LIN gamma Event: 57 -Number of tracker hits in this event = 24 - 57 335.531 494 2 1 -81.1928 39.2124 -144.45 - 57 246.989 1095 2 0 -81.1919 39.2127 -145.85 - 57 161.719 494 1 1 -81.1743 39.2122 -174.45 - 57 128.062 1095 1 0 -81.1731 39.212 -175.85 - 57 107.661 494 0 1 -81.1469 39.2058 -204.45 - 57 124.531 1095 0 0 -81.1454 39.2053 -205.85 - 57 171.926 459 0 1 -88.1408 100.4 -204.85 - 57 216.464 460 0 1 -88.05 100.444 -204.612 - 57 110.872 914 1 0 -100.065 2.94694 -176.25 - 57 53.7633 386 1 1 -102.824 2.45986 -174.85 - 57 200.58 493 1 1 -81.2526 38.5808 -174.45 - 57 104.853 1092 1 0 -81.3105 38.6039 -175.85 - 57 143.621 488 0 1 -82.3161 39.2401 -204.45 - 57 109.747 1096 0 0 -82.345 39.2804 -205.85 - 57 309.886 496 0 1 -80.7684 38.1414 -204.45 - 57 110.485 1089 0 0 -80.7237 37.977 -205.85 - 57 4.49262 497 0 1 -80.65 38.232 -204.832 - 57 140.493 1092 0 0 -80.4332 38.4506 -205.85 - 57 215.059 1147 0 0 -98.2714 49.5268 -206.25 - 57 71.9911 404 0 1 -99.2586 49.61 -204.85 - 57 130.437 403 0 1 -99.35 49.6011 -204.689 - 57 182.006 1148 0 0 -98.5424 49.65 -206.101 - 57 112.739 495 2 1 -81.05 39.0868 -144.609 - 57 304.113 1093 2 0 -80.754 38.7939 -145.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 14 + 57 332 1607 4 1 141.738 40.5007 -84.45 + 57 243.6 1102 4 0 141.735 40.5029 -85.85 + 57 337.187 1607 3 1 141.652 40.5455 -114.45 + 57 332.774 1102 3 0 141.655 40.5449 -115.85 + 57 236.359 1607 2 1 141.718 40.5312 -144.45 + 57 246.803 1102 2 0 141.691 40.5379 -145.85 + 57 306.743 1604 1 1 141.145 40.6635 -174.45 + 57 100.789 1103 1 0 141.119 40.6737 -175.85 + 57 159.797 1602 0 1 140.613 40.8878 -204.45 + 57 110.416 1104 0 0 140.586 40.9039 -205.85 + 57 139.262 1607 1 1 141.708 40.4381 -174.45 + 57 98.9945 1101 1 0 141.706 40.4375 -175.85 + 57 115.945 1607 0 1 141.669 40.4207 -204.45 + 57 116.339 1101 0 0 141.679 40.4296 -205.85 +Number of digits in this event = 11 Using G4ParticleGun ... -1.45941 LIN +3.85773 LIN gamma Event: 58 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -4.96554 LIN +6.25992 LIN gamma Event: 59 -Number of tracker hits in this event = 59 - 59 33.5541 645 9 0 -9.48587 -50.9485 63.807 - 59 230.581 852 8 1 -9.48528 -50.9453 35.55 - 59 258.08 645 8 0 -9.48471 -50.9466 34.15 - 59 121.292 852 7 1 -9.47586 -50.9785 5.55 - 59 333.6 645 7 0 -9.47539 -50.9791 4.15 - 59 107.121 852 6 1 -9.46684 -50.9889 -24.45 - 59 110.077 645 6 0 -9.46328 -50.9901 -25.85 - 59 125.856 853 5 1 -9.38618 -51.0186 -54.45 - 59 118.882 645 5 0 -9.38129 -51.0196 -55.85 - 59 118.294 853 4 1 -9.29727 -51.0762 -84.45 - 59 194.97 644 4 0 -9.29678 -51.0786 -85.85 - 59 127.002 854 3 1 -9.18443 -51.1134 -114.45 - 59 115.63 644 3 0 -9.18312 -51.1058 -115.85 - 59 163.049 854 2 1 -9.17213 -50.953 -144.45 - 59 437.709 645 2 0 -9.16836 -50.9402 -145.85 - 59 105.905 854 1 1 -9.09211 -50.7065 -174.45 - 59 121.946 646 1 0 -9.08826 -50.7057 -175.85 - 59 273.55 855 0 1 -8.97448 -50.7192 -204.45 - 59 115.998 646 0 0 -8.97325 -50.7207 -205.85 - 59 15.9308 262 1 0 -24.0493 -127.55 -176.054 - 59 74.6758 856 0 1 -8.77807 -50.3704 -204.45 - 59 61.7699 857 0 1 -8.64995 -50.2658 -204.562 - 59 64.4041 858 0 1 -8.44992 -50.1338 -204.699 - 59 85.5048 651 0 0 -7.02316 -49.7038 -205.85 - 59 150.85 652 0 0 -6.78684 -49.65 -206.002 - 59 115.364 649 0 0 40.242 -50.1914 -206.25 - 59 180.532 648 0 0 40.5228 -50.25 -205.939 - 59 14.8357 1106 0 1 41.4438 -50.1585 -204.85 - 59 89.8681 1107 0 1 41.45 -50.1581 -204.843 - 59 56.6057 1108 0 1 41.65 -50.1588 -204.703 - 59 56.0008 1109 0 1 41.85 -50.1433 -204.649 - 59 69.8509 1110 0 1 42.05 -50.1548 -204.554 - 59 11.5674 1111 0 1 42.25 -50.2483 -204.458 - 59 196.436 854 0 1 -9.15589 -50.6216 -204.45 - 59 25.108 627 0 0 -11.5207 -54.4586 -205.85 - 59 12.2602 833 0 1 -13.4068 -56.2167 -204.85 - 59 182.702 832 0 1 -13.45 -56.2464 -204.839 - 59 92.6451 831 0 1 -13.65 -56.6946 -204.607 - 59 21.6931 830 0 1 -13.85 -56.6854 -204.787 - 59 91.9097 611 0 0 -14.4214 -57.6964 -205.85 - 59 268.121 610 0 0 -14.5255 -57.85 -205.869 - 59 295.351 849 7 1 -10.1605 -50.9668 5.55 - 59 267.891 845 6 1 -10.9176 -51.3264 -24.45 - 59 118.575 643 6 0 -10.9387 -51.3488 -25.85 - 59 186.917 844 5 1 -11.2357 -51.9515 -54.45 - 59 177.489 640 5 0 -11.2438 -51.9891 -55.85 - 59 284.041 843 4 1 -11.3467 -52.6578 -84.45 - 59 158.579 636 4 0 -11.3416 -52.6717 -85.85 - 59 112.784 844 3 1 -11.1822 -52.9991 -114.45 - 59 289.997 635 3 0 -11.1419 -53.0224 -115.85 - 59 126.823 848 2 1 -10.416 -53.5191 -144.45 - 59 133.043 632 2 0 -10.3459 -53.5773 -145.85 - 59 119.54 855 1 1 -9.00814 -54.7477 -174.45 - 59 92.3991 626 1 0 -8.96675 -54.8092 -175.85 - 59 112.601 859 0 1 -8.22853 -56.1527 -204.45 - 59 106.351 619 0 0 -8.1634 -56.2106 -205.85 - 59 275.313 632 4 0 -11.0738 -53.5637 -85.85 - 59 235.937 631 4 0 -10.9486 -53.6502 -85.9749 - 59 191.344 633 4 0 -10.6177 -53.45 -85.939 -Number of digits in this event = 30 -Using G4ParticleGun ... -5.20858 LIN -gamma -Event: 60 -Number of tracker hits in this event = 56 - 60 267.083 944 7 1 8.89539 -111.69 5.55 - 60 406.08 342 7 0 8.89523 -111.688 4.15 - 60 256.182 944 6 1 8.89359 -111.646 -24.45 - 60 245.412 342 6 0 8.89018 -111.64 -25.85 - 60 132.049 943 5 1 8.8208 -111.511 -54.45 - 60 227.023 343 5 0 8.81698 -111.505 -55.85 - 60 357.763 943 4 1 8.76034 -111.392 -84.45 - 60 349.614 343 4 0 8.75756 -111.384 -85.85 - 60 252.867 943 3 1 8.70196 -111.221 -114.45 - 60 124.431 344 3 0 8.69892 -111.214 -115.85 - 60 159.784 942 2 1 8.62454 -111.081 -144.45 - 60 120.989 345 2 0 8.62067 -111.072 -145.85 - 60 112.497 942 1 1 8.54595 -110.892 -174.45 - 60 161.422 346 1 0 8.54787 -110.879 -175.85 - 60 102.608 942 0 1 8.57288 -110.615 -204.45 - 60 564.797 347 0 0 8.57967 -110.605 -205.85 - 60 232.834 941 0 1 8.41771 -110.673 -204.45 - 60 184.887 342 5 0 8.86054 -111.55 -56.0476 - 60 150.296 344 4 0 8.76296 -111.321 -85.85 - 60 47.7065 942 3 1 8.6106 -109.535 -114.45 - 60 125.962 353 3 0 9.02297 -109.454 -115.85 - 60 111.032 982 2 1 16.5688 -107.133 -144.45 - 60 119.447 365 2 0 16.7237 -107.135 -145.85 - 60 122.06 1006 1 1 21.4383 -106.007 -174.45 - 60 15.7258 369 1 0 21.3679 -106.331 -175.85 - 60 114.793 368 1 0 21.3632 -106.35 -175.928 - 60 0.554411 995 0 1 19.2497 -114.118 -204.45 - 60 103.924 996 0 1 19.25 -114.119 -204.453 - 60 111.354 328 0 0 19.357 -114.406 -205.85 - 60 233 938 3 1 7.78385 -111.948 -114.45 - 60 139.186 340 3 0 7.71301 -111.962 -115.85 - 60 120.412 930 2 1 6.09696 -112.046 -144.45 - 60 119.218 340 2 0 6.02114 -112.072 -145.85 - 60 115.786 922 1 1 4.59991 -112.617 -174.45 - 60 154.518 337 1 0 4.50405 -112.651 -175.85 - 60 201.144 912 0 1 2.48107 -113.418 -204.45 - 60 128.365 336 0 0 2.43558 -112.943 -205.85 - 60 95.6918 911 0 1 2.44981 -113.347 -204.56 - 60 20.4772 528 4 0 -0.961658 -74.3125 -86.25 - 60 183.16 529 4 0 -0.970154 -74.25 -86.1962 - 60 33.2783 530 4 0 -0.913578 -74.05 -86.1615 - 60 239.643 252 4 0 26.5962 -129.668 -86.25 - 60 156.887 944 5 1 8.91705 -111.626 -54.45 - 60 137.551 944 4 1 8.85569 -111.581 -84.45 - 60 165.208 342 4 0 8.85676 -111.583 -85.85 - 60 118.996 944 3 1 8.88396 -111.599 -114.45 - 60 144.923 342 3 0 8.89157 -111.595 -115.85 - 60 126.822 944 2 1 9.04775 -111.501 -144.45 - 60 1.72116 945 2 1 9.05 -111.499 -144.838 - 60 133.677 343 2 0 9.05619 -111.494 -145.85 - 60 173.254 945 1 1 9.23663 -111.329 -174.45 - 60 120.157 344 1 0 9.24661 -111.322 -175.85 - 60 102.703 946 0 1 9.43221 -111.184 -204.45 - 60 128.172 344 0 0 9.44005 -111.176 -205.85 - 60 64.6294 235 4 0 -16.9603 -132.993 -86.25 - 60 96.9602 255 4 0 -76.6031 -129.054 -86.25 -Number of digits in this event = 38 -Using G4ParticleGun ... -8.58066 LIN -gamma -Event: 61 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -6.09812 LIN -gamma -Event: 62 -Number of tracker hits in this event = 179 - 62 248.233 755 9 1 -28.9172 -76.2662 65.55 - 62 233.986 518 9 0 -28.913 -76.2648 64.15 - 62 128.021 756 8 1 -28.8243 -76.221 35.55 - 62 98.5247 519 8 0 -28.8216 -76.2211 34.15 - 62 345.668 756 7 1 -28.7065 -76.2612 5.55 - 62 95.7802 518 7 0 -28.7067 -76.2621 4.15 - 62 412.57 756 6 1 -28.8223 -76.1244 -24.45 - 62 267.02 519 6 0 -28.828 -76.1195 -25.85 - 62 111.382 755 5 1 -28.9202 -76.0089 -54.45 - 62 265.25 520 5 0 -28.9428 -76.0055 -55.85 - 62 415.718 753 4 1 -29.4244 -75.9416 -84.45 - 62 266.397 520 4 0 -29.4426 -75.9457 -85.85 - 62 182.229 750 3 1 -29.8605 -76.0531 -114.45 - 62 242.216 519 3 0 -29.8535 -76.0571 -115.85 - 62 238.106 751 2 1 -29.7102 -76.0751 -144.45 - 62 119.643 519 2 0 -29.6843 -76.0781 -145.85 - 62 109.081 754 1 1 -29.2021 -76.1084 -174.45 - 62 118.797 519 1 0 -29.1887 -76.1099 -175.85 - 62 149.186 755 0 1 -28.9148 -76.1185 -204.45 - 62 110.306 519 0 0 -28.8908 -76.1139 -205.85 - 62 271.136 518 0 0 -28.8668 -76.3031 -205.851 - 62 224.928 755 6 1 -28.9178 -76.4788 -24.45 - 62 128.117 517 6 0 -28.9391 -76.4716 -25.85 - 62 105.216 753 5 1 -29.2806 -76.3723 -54.45 - 62 241.579 518 5 0 -29.2831 -76.3521 -55.85 - 62 347.605 521 4 0 -29.2606 -75.8362 -85.85 - 62 107.677 758 3 1 -28.3448 -75.6141 -114.45 - 62 115.973 522 3 0 -28.3167 -75.5667 -115.85 - 62 173.973 761 2 1 -27.8262 -74.5276 -144.45 - 62 111.729 527 2 0 -27.7862 -74.4827 -145.85 - 62 112.854 765 1 1 -26.949 -73.4721 -174.45 - 62 164.858 533 1 0 -26.9598 -73.429 -175.85 - 62 100.325 764 0 1 -27.1078 -72.8168 -204.45 - 62 109.341 535 0 0 -27.0804 -72.9083 -205.85 - 62 236.393 518 6 0 -28.8911 -76.444 -25.85 - 62 99.4734 758 5 1 -28.3496 -75.4515 -54.45 - 62 136.808 523 5 0 -28.3095 -75.3892 -55.85 - 62 138.753 762 4 1 -27.5453 -74.0589 -84.45 - 62 177.469 530 4 0 -27.4464 -73.9732 -85.85 - 62 114.317 773 3 1 -25.4461 -72.2802 -114.45 - 62 138.525 539 3 0 -25.347 -72.1703 -115.85 - 62 150.748 783 2 1 -23.3556 -70.1124 -144.45 - 62 98.498 550 2 0 -23.2601 -69.9412 -145.85 - 62 228.034 792 1 1 -21.5068 -66.4003 -174.45 - 62 110.768 569 1 0 -21.4252 -66.2459 -175.85 - 62 119.252 801 0 1 -19.8296 -62.9294 -204.45 - 62 177.726 586 0 0 -19.7112 -62.7225 -205.85 - 62 103.803 773 1 1 -25.2506 -72.5828 -174.45 - 62 387.914 774 1 1 -25.25 -72.5819 -174.465 - 62 110.025 537 1 0 -25.2157 -72.492 -175.85 - 62 212.994 783 0 1 -23.3528 -69.9422 -204.45 - 62 101.482 552 0 0 -23.2735 -69.5844 -205.85 - 62 250.656 784 0 1 -23.25 -69.8928 -204.686 - 62 26.814 539 1 0 -25.6979 -72.0825 -175.85 - 62 221.626 540 1 0 -25.7431 -72.0499 -175.936 - 62 183.552 588 1 0 -96.9887 -62.3748 -176.25 - 62 173.33 587 1 0 -97.2851 -62.4502 -176.051 - 62 68.0936 406 1 1 -98.7867 -63.1106 -174.85 - 62 62.4244 405 1 1 -98.95 -63.1762 -174.723 - 62 63.6195 404 1 1 -99.1505 -63.2506 -174.601 - 62 59.8158 403 1 1 -99.35 -63.3385 -174.516 - 62 114.091 402 1 1 -99.55 -63.4073 -174.455 - 62 88.9464 589 1 0 -99.8133 -62.25 -176.064 - 62 20.1545 590 1 0 -99.9776 -62.05 -176.202 - 62 102.56 767 2 1 -26.5873 -76.5063 -144.45 - 62 115.542 516 2 0 -26.4762 -76.7377 -145.85 - 62 115.464 499 1 0 -25.5001 -80.1127 -175.85 - 62 124.866 745 0 1 -31.0203 -79.6373 -204.45 - 62 114.458 501 0 0 -30.5905 -79.6816 -205.85 - 62 386.203 755 8 1 -28.9022 -76.2691 35.55 - 62 342.259 518 8 0 -28.9197 -76.2837 34.15 - 62 111.746 753 7 1 -29.2586 -76.6799 5.55 - 62 93.5267 516 7 0 -29.3546 -76.7408 4.15 - 62 120.002 742 6 1 -31.5734 -77.9096 -24.45 - 62 135.576 510 6 0 -31.6621 -77.9986 -25.85 - 62 114.649 732 5 1 -33.6043 -79.8922 -54.45 - 62 111.689 500 5 0 -33.7243 -79.9518 -55.85 - 62 127.918 718 4 1 -36.3173 -81.5242 -84.45 - 62 8.00872 492 4 0 -36.4928 -81.647 -85.85 - 62 104.863 491 4 0 -36.4972 -81.65 -85.8849 - 62 124.965 699 3 1 -40.1811 -84.1779 -114.45 - 62 133.929 478 3 0 -40.3987 -84.3427 -115.85 - 62 154.731 675 2 1 -44.855 -87.5079 -144.45 - 62 129.104 461 2 0 -45.0765 -87.7267 -145.85 - 62 87.042 651 1 1 -49.8153 -92.5809 -174.45 - 62 34.2569 650 1 1 -49.85 -92.6264 -174.754 - 62 133.266 436 1 0 -49.9782 -92.7904 -175.85 - 62 599.915 634 0 1 -53.1726 -97.1131 -204.45 - 62 28.8535 414 0 0 -53.3548 -97.334 -205.85 - 62 87.8171 413 0 0 -53.3681 -97.35 -205.952 - 62 235.332 633 0 1 -53.25 -97.068 -204.795 - 62 136.834 417 0 0 -54.2654 -96.6265 -205.85 - 62 113.585 635 0 1 -53.05 -97.4192 -204.552 - 62 139.073 683 1 1 -43.3754 -85.7799 -174.45 - 62 40.9967 460 1 0 -42.3995 -87.9322 -175.85 - 62 183.37 459 1 0 -42.3373 -88.05 -175.92 - 62 18.3528 458 1 0 -41.9947 -88.25 -176.158 - 62 162.599 800 1 0 16.3006 -20.0234 -176.25 - 62 137.92 630 1 0 -22.4997 -54.0343 -176.25 - 62 72.0733 629 1 0 -22.5116 -54.0503 -176.231 - 62 68.1778 790 1 1 -21.9466 -54.4554 -174.85 - 62 254.552 791 1 1 -21.8499 -54.5386 -174.714 - 62 226.421 519 7 0 -28.8378 -76.2269 4.15 - 62 227.775 756 5 1 -28.8285 -76.3799 -54.45 - 62 106.64 518 4 0 -29.3388 -76.374 -85.85 - 62 114.868 753 3 1 -29.2837 -76.3488 -114.45 - 62 178.39 518 3 0 -29.3019 -76.355 -115.85 - 62 175.754 517 2 0 -29.6901 -76.5868 -145.85 - 62 136.474 749 1 1 -30.1304 -77.0858 -174.45 - 62 155.766 513 1 0 -30.0496 -77.252 -175.85 - 62 151.908 758 0 1 -28.4168 -80.6315 -204.45 - 62 135.545 496 0 0 -28.3434 -80.7994 -205.85 - 62 331.237 748 0 1 -30.3521 -77.6241 -204.45 - 62 138.8 512 0 0 -29.9974 -77.6279 -205.85 - 62 113.938 511 0 0 -30.388 -77.6535 -205.85 - 62 75.1098 716 2 0 -27.2282 -36.6949 -146.25 - 62 96.3609 717 2 0 -27.2932 -36.6498 -146.169 - 62 499.38 522 4 0 -29.7744 -75.65 -86.1942 - 62 18.0461 523 4 0 -30.0382 -75.45 -86.1011 - 62 266.541 1093 4 0 66.4545 38.7099 -86.2497 - 62 113.94 748 1 1 -30.4494 -76.7108 -174.45 - 62 112.694 747 1 1 -30.45 -76.7104 -174.458 - 62 383.598 516 1 0 -30.553 -76.6833 -175.85 - 62 118.321 737 0 1 -32.6391 -78.6381 -204.45 - 62 119.141 506 0 0 -32.5058 -78.7856 -205.85 - 62 153.734 759 0 1 -28.084 -76.718 -204.45 - 62 127.538 516 0 0 -27.9805 -76.6972 -205.85 - 62 217.283 843 6 1 -11.45 -151.184 -24.667 - 62 305.354 248 5 0 -133.71 -130.524 -56.25 - 62 116.042 247 5 0 -134.469 -130.55 -55.9755 - 62 39.7093 222 5 1 -135.688 -131.695 -54.85 - 62 265.347 221 5 1 -135.75 -131.746 -54.7966 - 62 13.1173 220 5 1 -135.95 -131.878 -54.6978 - 62 33.922 447 2 1 -90.55 23.2599 -144.673 - 62 22.914 899 2 1 -0.167698 -15.2057 -144.85 - 62 0.876888 1468 13 1 113.75 -144.585 185.361 - 62 161.804 675 13 0 28.7894 -45.0063 183.75 - 62 268.622 674 13 0 28.664 -45.05 184.001 - 62 422.307 756 1 1 -28.8233 -76.611 -174.45 - 62 114.944 517 1 0 -28.8372 -76.6005 -175.85 - 62 192.263 753 0 1 -29.4481 -76.6698 -204.45 - 62 314.709 517 0 0 -28.8412 -76.4799 -205.85 - 62 106.249 755 1 1 -28.85 -76.6018 -174.508 - 62 106.462 768 0 1 -26.4218 -77.1849 -204.45 - 62 27.5602 767 0 1 -26.45 -77.2003 -204.727 - 62 122.23 513 0 0 -26.5579 -77.2684 -205.85 - 62 195.047 755 7 1 -28.8516 -76.1872 5.55 - 62 140.856 756 4 1 -28.7217 -75.8112 -84.45 - 62 174.292 756 3 1 -28.6874 -75.6889 -114.45 - 62 110.516 521 3 0 -28.6877 -75.6838 -115.85 - 62 134.667 756 2 1 -28.6939 -75.5812 -144.45 - 62 103.139 522 2 0 -28.6932 -75.5779 -145.85 - 62 124.662 522 1 0 -28.6845 -75.504 -175.85 - 62 133.915 756 0 1 -28.6801 -75.4252 -204.45 - 62 269.448 523 0 0 -28.6774 -75.4187 -205.85 - 62 8.91273 522 0 0 -28.5936 -75.45 -205.923 - 62 110.762 757 3 1 -28.65 -75.7666 -114.511 - 62 68.0392 811 2 1 -17.8059 -82.7113 -144.45 - 62 167.373 812 2 1 -17.6499 -82.7132 -144.613 - 62 248.131 485 2 0 -16.8024 -82.9639 -145.85 - 62 72.5262 915 1 1 3.1633 -82.8008 -174.45 - 62 201.633 916 1 1 3.25002 -82.6225 -174.564 - 62 29.1126 917 1 1 3.45 -82.1391 -174.806 - 62 42.4089 502 1 0 3.984 -79.5934 -175.85 - 62 56.5338 503 1 0 4.00934 -79.45 -175.909 - 62 74.0817 504 1 0 4.04486 -79.25 -176.004 - 62 60.4279 505 1 0 4.09231 -79.05 -176.098 - 62 26.9277 506 1 0 4.12671 -78.85 -176.199 - 62 127.828 948 0 1 9.774 -31.4679 -204.45 - 62 101.325 744 0 0 9.77402 -31.158 -205.85 - 62 181.44 391 5 0 -48.6103 -101.876 -56.25 - 62 170.843 390 5 0 -48.9812 -101.95 -56.1835 - 62 77.3583 389 5 0 -48.937 -102.15 -56.061 - 62 5.42886 497 7 0 -26.409 -80.6245 4.15 - 62 28.574 496 7 0 -26.4014 -80.65 4.14504 - 62 119.414 769 7 1 -26.1407 -84.3323 5.15 - 62 373.559 770 7 1 -26.05 -84.484 5.32986 - 62 283.485 479 7 0 -26.2 -84.0965 4.15 - 62 90.9084 596 7 1 -60.7495 73.8681 5.15 -Number of digits in this event = 94 -Using G4ParticleGun ... -7.73127 LIN -gamma -Event: 63 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -7.69662 LIN -gamma -Event: 64 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -9.16942 LIN -gamma -Event: 65 -Number of tracker hits in this event = 2 - 65 144.711 823 2 1 -15.3846 45.951 -144.85 - 65 150.839 822 2 1 -15.45 46.3037 -144.6 +Number of tracker hits in this event = 8 + 59 14.2919 768 4 1 -26.3819 -18.2898 -84.45 + 59 45.1911 767 4 1 -26.45 -18.5109 -84.5841 + 59 66.7513 296 0 0 -61.2371 -120.801 -206.25 + 59 87.1249 295 0 0 -61.2803 -120.95 -206.162 + 59 89.1743 294 0 0 -61.4378 -121.15 -206.059 + 59 3.18742 589 0 1 -62.2474 -121.517 -204.85 + 59 140.786 588 0 1 -62.25 -121.518 -204.846 + 59 36.6023 374 3 1 -105.215 -162.309 -114.85 Number of digits in this event = 3 Using G4ParticleGun ... -6.56127 LIN +4.42311 LIN +gamma +Event: 60 +Number of tracker hits in this event = 2 + 60 47.9598 150 0 0 -81.1568 -149.95 -205.997 + 60 114.333 491 0 1 -81.7456 -149.321 -204.85 +Number of digits in this event = 2 +Using G4ParticleGun ... +9.8427 LIN +gamma +Event: 61 +Number of tracker hits in this event = 74 + 61 220.378 954 10 1 10.9831 -17.492 95.55 + 61 226.906 812 10 0 10.9836 -17.4921 94.15 + 61 567.7 954 9 1 10.9925 -17.4926 65.55 + 61 261.032 812 9 0 10.9933 -17.4925 64.15 + 61 99.2796 954 8 1 11.0124 -17.4895 35.55 + 61 231.379 812 8 0 11.0136 -17.4892 34.15 + 61 151.124 954 7 1 11.0409 -17.4838 5.55 + 61 227.907 812 7 0 11.0425 -17.4836 4.15 + 61 125.807 955 6 1 11.0735 -17.4792 -24.45 + 61 131.722 812 6 0 11.0752 -17.4797 -25.85 + 61 119.611 955 5 1 11.1124 -17.4904 -54.45 + 61 133.677 812 5 0 11.1143 -17.4911 -55.85 + 61 109.077 955 4 1 11.154 -17.5085 -84.45 + 61 106.792 812 4 0 11.1557 -17.51 -85.85 + 61 131.686 955 3 1 11.1881 -17.5397 -114.45 + 61 117.713 812 3 0 11.1881 -17.5414 -115.85 + 61 126.784 955 2 1 11.1906 -17.5743 -144.45 + 61 139.351 812 2 0 11.1912 -17.5761 -145.85 + 61 104.103 955 1 1 11.2044 -17.6095 -174.45 + 61 115.495 812 1 0 11.205 -17.6116 -175.85 + 61 225.567 955 0 1 11.2173 -17.6506 -204.45 + 61 177.227 811 0 0 11.2174 -17.6523 -205.85 + 61 181.386 960 1 1 12.2418 -130.129 -174.85 + 61 8.86582 961 1 1 12.2501 -130.24 -174.678 + 61 49.7961 812 0 0 11.236 -17.65 -205.944 + 61 72.3356 611 3 1 -57.7161 -178.713 -114.85 + 61 83.957 610 3 1 -57.85 -178.916 -114.717 + 61 18.6809 609 3 1 -58.05 -179.073 -114.525 + 61 248.365 813 0 0 11.0375 -17.3902 -205.85 + 61 180.466 880 0 0 14.4023 -3.925 -206.25 + 61 112.564 313 2 0 -59.243 -117.35 -146 + 61 104.448 607 2 1 -58.5638 -117.949 -144.85 + 61 61.5634 590 1 1 -61.8867 -48.2992 -174.85 + 61 99.3567 956 0 1 11.2596 -17.3837 -204.45 + 61 15.3978 814 0 0 11.7146 -17.064 -205.85 + 61 117.287 815 0 0 11.74 -17.05 -205.914 + 61 129.177 952 8 1 10.5715 -17.5603 35.55 + 61 153.37 949 7 1 9.96426 -17.5963 5.55 + 61 126.554 942 6 1 8.58878 -18.0525 -24.45 + 61 115.626 809 6 0 8.50318 -18.0674 -25.85 + 61 126.132 932 5 1 6.64241 -18.2668 -54.45 + 61 125.597 808 5 0 6.53065 -18.279 -55.85 + 61 136.545 921 4 1 4.34229 -18.5822 -84.45 + 61 109.195 807 4 0 4.23702 -18.6266 -85.85 + 61 93.4027 910 3 1 2.08522 -19.5108 -114.45 + 61 8.9604 909 3 1 2.05 -19.5299 -114.809 + 61 198.999 802 3 0 1.95417 -19.5898 -115.85 + 61 273.895 896 2 1 -0.802667 -21.222 -144.45 + 61 99.9419 793 2 0 -0.920795 -21.3201 -145.85 + 61 128.269 884 1 1 -3.17001 -23.3438 -174.45 + 61 123.904 783 1 0 -3.23862 -23.4023 -175.85 + 61 116.549 877 0 1 -4.61124 -24.5308 -204.45 + 61 102.625 776 0 0 -4.67039 -24.6548 -205.85 + 61 12.8701 895 2 1 -0.85 -21.1521 -144.777 + 61 193.662 919 3 1 3.86802 -18.999 -114.45 + 61 107.899 804 3 0 3.90864 -19.0645 -115.85 + 61 123.397 922 2 1 4.62649 -19.9611 -144.45 + 61 114.327 801 2 0 4.61995 -19.7733 -145.85 + 61 122.716 921 1 1 4.44617 -15.8078 -174.45 + 61 56.168 821 1 0 4.3319 -15.6716 -175.85 + 61 56.4072 822 1 0 4.31254 -15.65 -176.061 + 61 127.775 905 0 1 1.21852 -12.562 -204.45 + 61 134.973 837 0 0 1.06241 -12.5069 -205.85 + 61 73.5418 920 3 1 4.05006 -19.0919 -114.656 + 61 157.685 803 3 0 4.84411 -19.3068 -115.85 + 61 112.369 787 3 0 26.1766 -22.5201 -116.25 + 61 114.956 1032 3 1 26.4615 -22.5849 -114.85 + 61 95.5137 946 5 1 9.37345 -17.4779 -54.45 + 61 76.04 945 5 1 9.25 -17.3134 -54.723 + 61 97.822 944 5 1 9.04997 -17.1601 -54.6898 + 61 146.577 943 5 1 8.84994 -17.1257 -54.6317 + 61 133.799 942 5 1 8.65 -17.1563 -54.7508 + 61 68.8456 816 5 0 8.65541 -16.8192 -55.85 + 61 101.281 815 5 0 8.67177 -16.85 -55.9106 +Number of digits in this event = 37 +Using G4ParticleGun ... +3.26895 LIN +gamma +Event: 62 +Number of tracker hits in this event = 59 + 62 313.041 1295 4 1 79.2421 -6.94025 -84.45 + 62 237.439 865 4 0 79.2417 -6.9401 -85.85 + 62 172.115 1295 3 1 79.2372 -6.93533 -114.45 + 62 116.721 865 3 0 79.236 -6.9383 -115.85 + 62 109.3 1295 2 1 79.2036 -7.00624 -144.45 + 62 121.856 865 2 0 79.2033 -7.0135 -145.85 + 62 137.51 1295 1 1 79.1923 -7.17883 -174.45 + 62 228.499 864 1 0 79.1907 -7.18566 -175.85 + 62 119.534 1295 0 1 79.1544 -7.31979 -204.45 + 62 236.7 863 0 0 79.2838 -7.30782 -205.85 + 62 38.4158 838 9 0 166.478 -12.316 63.75 + 62 67.0839 1739 9 1 168.097 -12.8376 65.15 + 62 98.9657 1036 3 0 119.241 27.2989 -116.25 + 62 401.209 1296 3 1 79.2563 -6.93614 -114.45 + 62 242.98 866 3 0 79.4137 -6.84753 -115.85 + 62 127.351 1316 2 1 83.3396 -4.67334 -144.45 + 62 96.8314 876 2 0 83.2229 -4.74423 -145.85 + 62 163.215 1312 1 1 82.5267 -1.17924 -174.45 + 62 118.701 891 1 0 82.9119 -1.69033 -175.85 + 62 138.81 1350 0 1 90.1947 -13.4478 -204.45 + 62 73.8362 827 0 0 90.5173 -14.5055 -205.85 + 62 97.6161 826 0 0 90.5598 -14.65 -206.04 + 62 54.8329 407 3 0 9.67735 -98.7033 -116.25 + 62 130.571 406 3 0 9.70975 -98.75 -116.241 + 62 105.932 863 3 0 79.3498 -7.32308 -115.85 + 62 135.166 1315 2 1 83.0678 -14.4627 -144.45 + 62 294.72 1314 2 1 83.05 -14.4216 -144.593 + 62 15.9406 829 2 0 82.7872 -14.0645 -145.85 + 62 118.253 830 2 0 82.7769 -14.05 -145.901 + 62 160.192 1287 1 1 77.581 -10.0508 -174.45 + 62 66.137 849 1 0 77.7962 -10.2136 -175.85 + 62 51.8884 848 1 0 77.8461 -10.25 -176.13 + 62 232.075 865 1 0 61.366 -7.05 -176.07 + 62 35.658 866 1 0 61.2092 -6.85 -175.869 + 62 35.6394 1186 1 1 57.3535 -5.50604 -174.85 + 62 70.8029 1185 1 1 57.2498 -5.47839 -174.824 + 62 80.8908 1184 1 1 57.05 -5.35347 -174.765 + 62 55.7684 1183 1 1 56.8499 -5.20342 -174.736 + 62 110.497 1182 1 1 56.65 -5.08087 -174.666 + 62 287.342 1181 1 1 56.45 -4.8907 -174.535 + 62 127.247 1180 1 1 56.25 -4.72875 -174.451 + 62 10.8993 883 1 0 56.8423 -3.26747 -175.85 + 62 102.153 884 1 0 56.8494 -3.25 -175.875 + 62 68.6473 885 1 0 56.861 -3.04941 -176.086 + 62 39.0361 886 1 0 56.7493 -2.85 -176.181 + 62 10.905 1007 1 0 44.2275 21.6299 -176.25 + 62 195.715 1008 1 0 44.249 21.65 -176.223 + 62 36.5867 1009 1 0 44.5369 21.85 -176.104 + 62 151.544 1203 1 1 60.7874 -5.21137 -174.85 + 62 42.9689 1202 1 1 60.6499 -5.0345 -174.726 + 62 80.2803 825 2 0 82.7104 -14.8811 -145.85 + 62 97.2254 1291 3 1 78.4334 -6.72817 -114.45 + 62 211.559 1288 2 1 77.688 -6.75605 -144.45 + 62 130.269 866 2 0 77.643 -6.76197 -145.85 + 62 96.0603 1283 1 1 76.703 -6.94714 -174.45 + 62 121.78 1278 0 1 75.7483 -7.38831 -204.45 + 62 67.7057 862 0 0 75.7137 -7.45 -206.064 + 62 304.366 1275 2 0 -17.7652 75.1033 -146.249 + 62 101.316 1276 2 0 -18.2425 75.25 -146.07 +Number of digits in this event = 28 +Using G4ParticleGun ... +6.78298 LIN +gamma +Event: 63 +Number of tracker hits in this event = 42 + 63 268.164 1080 6 1 36.1491 102.785 -24.45 + 63 222.719 1413 6 0 36.1487 102.786 -25.85 + 63 373.375 1080 5 1 36.1389 102.808 -54.45 + 63 256.65 1413 5 0 36.1385 102.808 -55.85 + 63 235.408 1080 4 1 36.1142 102.813 -84.45 + 63 236.194 1413 4 0 36.1129 102.818 -85.85 + 63 258.752 1080 3 1 36.0937 102.891 -114.45 + 63 380.489 1413 3 0 36.0923 102.891 -115.85 + 63 132.358 1079 2 1 36.0492 102.886 -144.45 + 63 446.633 1413 2 0 36.036 102.88 -145.85 + 63 136.376 1078 1 1 35.7696 102.697 -174.45 + 63 304.635 1412 1 0 35.7868 102.669 -175.85 + 63 144.083 1080 0 1 36.2032 102.072 -204.45 + 63 115.855 1409 0 0 36.2419 102.073 -205.85 + 63 102.509 1349 3 0 3.02433 89.8893 -116.25 + 63 338.102 518 7 1 -76.2815 6.88288 5.15 + 63 345.444 1080 2 1 36.0752 102.925 -144.45 + 63 113.084 1085 1 1 37.2053 103.121 -174.45 + 63 114.266 1415 1 0 37.2439 103.292 -175.85 + 63 102.523 1088 0 1 37.6631 106.096 -204.45 + 63 108.164 1430 0 0 37.7527 106.194 -205.85 + 63 119.44 1074 1 1 34.9387 103.261 -174.45 + 63 167.128 1416 1 0 34.9136 103.397 -175.85 + 63 176.825 1071 0 1 34.2799 106.282 -204.45 + 63 107.838 1431 0 0 34.2519 106.409 -205.85 + 63 368.319 1081 2 1 36.25 102.978 -144.639 + 63 237.91 1080 1 1 36.0832 103.043 -174.45 + 63 209.288 1414 1 0 36.0796 103.056 -175.85 + 63 118.559 1079 0 1 36.0478 103.26 -204.45 + 63 126.136 1415 0 0 36.0526 103.218 -205.85 + 63 226.372 1457 1 0 58.9993 111.69 -176.25 + 63 305.727 1084 0 1 36.9114 102.67 -204.45 + 63 278.974 1412 0 0 36.9689 102.684 -205.85 + 63 410.343 1081 1 1 36.2591 102.751 -174.45 + 63 223.592 1413 1 0 36.2614 102.751 -175.85 + 63 307.802 1081 0 1 36.3177 102.75 -204.45 + 63 103.715 1413 0 0 36.3208 102.751 -205.85 + 63 109.269 1408 0 0 36.3171 101.924 -205.85 + 63 89.2443 1082 0 1 36.45 101.937 -204.513 + 63 240.203 1083 0 1 36.6503 102.028 -204.515 + 63 69.0261 1072 0 1 34.4707 102.73 -204.45 + 63 104.069 1411 0 0 34.3318 102.55 -205.889 +Number of digits in this event = 31 +Using G4ParticleGun ... +3.48594 LIN +gamma +Event: 64 +Number of tracker hits in this event = 8 + 64 227.585 1000 1 1 20.233 7.77738 -174.45 + 64 327.004 938 1 0 20.2385 7.77671 -175.85 + 64 116.156 1001 0 1 20.3473 7.75251 -204.45 + 64 277.149 938 0 0 20.3526 7.74764 -205.85 + 64 62.1913 1496 2 1 119.35 -61.5392 -144.632 + 64 7.40029 589 1 0 117.862 -62.2116 -175.85 + 64 262.68 1497 2 1 119.55 -61.5739 -144.498 + 64 132.507 1000 0 1 20.1916 7.78387 -204.45 +Number of digits in this event = 6 +Using G4ParticleGun ... +6.15 LIN +gamma +Event: 65 +Number of tracker hits in this event = 29 + 65 409.033 298 3 1 -120.523 -39.6444 -114.45 + 65 282.123 702 3 0 -120.523 -39.6454 -115.85 + 65 614.823 298 2 1 -120.532 -39.6715 -144.45 + 65 416.211 701 2 0 -120.531 -39.6713 -145.85 + 65 224.445 298 1 1 -120.504 -39.6486 -174.45 + 65 436.727 701 1 0 -120.523 -39.6986 -175.85 + 65 97.5951 296 0 1 -120.893 -40.7193 -204.45 + 65 119.176 696 0 0 -120.941 -40.8205 -205.85 + 65 247.292 298 0 1 -120.479 -39.7254 -204.45 + 65 108.994 701 0 0 -120.48 -39.7259 -205.85 + 65 79.5277 299 0 1 -120.35 -39.98 -204.608 + 65 441.643 700 0 0 -120.015 -40.0307 -205.85 + 65 261.175 301 1 1 -119.949 -39.6565 -174.45 + 65 124.556 306 0 1 -118.916 -39.8352 -204.45 + 65 90.0117 660 2 0 -86.8135 -48.0241 -146.25 + 65 90.5649 659 2 0 -86.593 -48.05 -146.072 + 65 145.608 476 2 1 -84.7628 -48.4898 -144.85 + 65 178.908 477 2 1 -84.65 -48.541 -144.757 + 65 96.7424 478 2 1 -84.45 -48.7259 -144.482 + 65 12.5038 475 2 1 -84.85 -49.0755 -144.812 + 65 286.885 654 2 0 -85.5103 -49.0644 -145.85 + 65 145.631 653 2 0 -85.6076 -49.25 -146.096 + 65 4.94111 263 0 1 -127.449 -51.524 -204.45 + 65 130.776 702 2 0 -120.525 -39.6382 -145.85 + 65 189.64 293 1 1 -121.424 -38.0399 -174.45 + 65 153.686 710 1 0 -121.671 -37.9338 -175.85 + 65 74.6536 266 0 1 -126.861 -35.0765 -204.45 + 65 160.359 265 0 1 -126.95 -35.0815 -204.591 + 65 161.583 724 0 0 -127.733 -35.164 -205.85 +Number of digits in this event = 21 +Using G4ParticleGun ... +8.62375 LIN gamma Event: 66 -Number of tracker hits in this event = 2 - 66 229.977 1272 0 1 74.5017 129.448 -204.45 - 66 249.215 1546 0 0 74.5065 129.451 -205.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 1 + 66 36.9313 1470 5 1 114.336 115.425 -54.85 +Number of digits in this event = 3 Using G4ParticleGun ... -8.9312 LIN +2.5986 LIN gamma Event: 67 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Using G4ParticleGun ... -6.59539 LIN +8.09737 LIN gamma Event: 68 -Number of tracker hits in this event = 0 +Number of tracker hits in this event = 1 + 68 51.789 433 3 1 -93.55 -107.61 -114.519 Number of digits in this event = 2 Using G4ParticleGun ... -9.11493 LIN +7.6189 LIN gamma Event: 69 -Number of tracker hits in this event = 40 - 69 236.821 1007 6 1 21.6094 -123.628 -24.45 - 69 243.572 282 6 0 21.6125 -123.628 -25.85 - 69 152.424 1008 5 1 21.6755 -123.625 -54.45 - 69 406.189 282 5 0 21.6807 -123.622 -55.85 - 69 261.344 1008 4 1 21.7629 -123.545 -84.45 - 69 293.303 283 4 0 21.7671 -123.544 -85.85 - 69 110.493 1009 3 1 21.8719 -123.534 -114.45 - 69 141.05 283 3 0 21.875 -123.531 -115.85 - 69 259.974 1009 2 1 21.9311 -123.455 -144.45 - 69 179.819 283 2 0 21.9359 -123.457 -145.85 - 69 94.0466 1009 1 1 22.0305 -123.515 -174.45 - 69 207.252 283 1 0 22.0361 -123.519 -175.85 - 69 118.124 1010 0 1 22.1868 -123.6 -204.45 - 69 149.073 282 0 0 22.2 -123.608 -205.85 - 69 16.0096 1009 4 1 21.85 -123.053 -84.7986 - 69 18.3171 290 4 0 22.2141 -121.997 -85.85 - 69 138.443 291 4 0 22.2288 -121.95 -85.9023 - 69 46.7369 292 4 0 22.2714 -121.75 -86.1134 - 69 25.0797 476 4 0 9.07615 -84.6835 -86.25 - 69 168.25 477 4 0 9.02387 -84.65 -86.1669 - 69 23.3943 940 4 1 8.08664 -84.1062 -84.85 - 69 109.833 939 4 1 8.05 -84.0872 -84.7974 - 69 10.7132 938 4 1 7.8499 -84.0164 -84.4947 - 69 129.895 487 5 0 -14.7718 -82.6361 -56.2497 - 69 169.337 823 5 1 -15.3367 -82.287 -54.85 - 69 136.445 1007 5 1 21.6103 -123.604 -54.45 - 69 125.001 1007 4 1 21.5871 -123.587 -84.45 - 69 221.608 282 4 0 21.5854 -123.587 -85.85 - 69 138.416 1007 3 1 21.5508 -123.572 -114.45 - 69 166.606 282 3 0 21.5494 -123.572 -115.85 - 69 114.211 1007 2 1 21.5177 -123.571 -144.45 - 69 121.288 282 2 0 21.5166 -123.57 -145.85 - 69 120.297 1007 1 1 21.4923 -123.548 -174.45 - 69 121.375 1007 0 1 21.4764 -123.509 -204.45 - 69 94.9896 283 0 0 21.4777 -123.508 -205.85 - 69 24.7563 1287 3 0 140.648 77.45 -116.111 - 69 117.941 1060 0 1 32.1359 -111.58 -204.85 - 69 30.4011 1618 11 0 -0.635978 143.833 123.75 - 69 137.625 1619 11 0 -0.612495 143.95 123.996 - 69 74.6194 978 4 1 15.7162 -119.706 -84.85 -Number of digits in this event = 27 +Number of tracker hits in this event = 134 + 69 229.045 942 7 1 8.51022 -104.073 5.55 + 69 346.762 380 7 0 8.51059 -104.074 4.15 + 69 322.852 942 6 1 8.5267 -104.088 -24.45 + 69 281.394 380 6 0 8.52664 -104.089 -25.85 + 69 305.526 942 5 1 8.5201 -104.108 -54.45 + 69 278.418 380 5 0 8.51951 -104.109 -55.85 + 69 665.144 942 4 1 8.49881 -104.116 -84.45 + 69 237.938 380 4 0 8.49719 -104.119 -85.85 + 69 109.635 942 3 1 8.47138 -104.178 -114.45 + 69 266.557 379 3 0 8.47 -104.18 -115.85 + 69 133.101 941 2 1 8.44727 -104.228 -144.45 + 69 293.929 379 2 0 8.44646 -104.23 -145.85 + 69 235.975 941 1 1 8.42615 -104.271 -174.45 + 69 110.88 379 1 0 8.42534 -104.272 -175.85 + 69 122.252 941 0 1 8.41176 -104.283 -204.45 + 69 120.443 379 0 0 8.41186 -104.285 -205.85 + 69 142.151 1107 0 1 41.45 -109.799 -204.724 + 69 95.9119 1576 7 0 131.634 135.501 3.75 + 69 96.1335 728 0 1 -34.3407 -80.5704 -204.85 + 69 58.4767 942 1 1 8.45 -104.32 -174.715 + 69 56.1774 606 0 0 44.6834 -58.85 -206.233 + 69 12.7855 384 4 0 6.01248 -103.318 -85.85 + 69 16.7681 922 4 1 4.45624 -106.385 -84.85 + 69 0.607626 346 4 0 -3.15087 -110.907 -85.85 + 69 0.500334 848 4 1 -10.368 -114.702 -84.85 + 69 1.36542 293 4 0 -14.3572 -121.527 -85.85 + 69 19.5143 820 4 1 -15.9373 -121.039 -84.8499 + 69 148.23 941 6 1 8.45 -104.043 -24.5679 + 69 262.405 942 2 1 8.54514 -104.158 -144.45 + 69 155.825 940 1 1 8.10773 -105.297 -174.45 + 69 165.107 374 1 0 8.03563 -105.311 -175.851 + 69 99.3321 931 0 1 6.42698 -105.593 -204.45 + 69 132.584 372 0 0 6.41251 -105.686 -205.85 + 69 170.617 989 2 1 17.9226 -55.0363 -144.85 + 69 118.276 381 2 0 8.7546 -103.915 -145.85 + 69 46.7027 957 1 1 11.6141 -100.367 -174.45 + 69 109.56 958 1 1 11.65 -100.382 -174.555 + 69 15.0636 398 1 0 12.1876 -100.545 -175.85 + 69 110.557 397 1 0 12.2065 -100.55 -175.896 + 69 218.336 1023 0 1 24.7216 -106.839 -204.45 + 69 224.827 1022 0 1 24.65 -106.396 -204.602 + 69 20.5372 385 0 0 24.9905 -103.011 -205.85 + 69 61.984 386 0 0 24.9993 -102.95 -205.873 + 69 62.3312 387 0 0 25.0161 -102.75 -205.969 + 69 292.785 388 0 0 25.0315 -102.55 -206.093 + 69 150.762 941 4 1 8.37265 -104.172 -84.45 + 69 282.308 379 4 0 8.36749 -104.176 -85.85 + 69 115.651 941 3 1 8.26247 -104.276 -114.45 + 69 137.415 939 2 1 7.93077 -104.41 -144.45 + 69 130.054 378 2 0 7.91565 -104.416 -145.85 + 69 140.384 937 1 1 7.60854 -104.537 -174.45 + 69 118.633 378 1 0 7.59277 -104.544 -175.85 + 69 120.931 936 0 1 7.27855 -104.689 -204.45 + 69 108.768 377 0 0 7.26678 -104.697 -205.85 + 69 318.274 1428 13 0 -99.5165 105.907 183.75 + 69 152.864 1429 13 0 -99.4443 105.95 183.867 + 69 61.454 409 13 1 -98.3112 106.675 185.151 + 69 140.113 410 13 1 -98.15 106.779 185.331 + 69 84.2364 411 13 1 -97.9498 106.931 185.391 + 69 82.5416 412 13 1 -97.75 106.988 185.449 + 69 182.937 413 13 1 -97.55 107.022 185.513 + 69 236.894 414 13 1 -97.35 106.877 185.324 + 69 115.144 567 4 0 22.5333 -66.5603 -86.25 + 69 182.784 351 0 0 -63.9557 -109.754 -206.25 + 69 211.874 352 0 0 -64.0467 -109.75 -206.191 + 69 96.2112 875 10 0 -96.132 -4.97429 93.7501 + 69 69.8913 874 10 0 -96.2446 -5.05 93.9608 + 69 159.172 416 10 1 -96.8737 -6.0541 95.15 + 69 113.232 415 10 1 -96.95 -6.21131 95.3458 + 69 76.6 862 10 0 -96.7919 -7.49465 94.15 + 69 81.7876 861 10 0 -96.7246 -7.65 93.9613 + 69 6.25018 860 10 0 -96.5739 -7.85 93.7633 + 69 15.3503 385 10 0 -64.0878 -103.098 93.75 + 69 161.725 384 10 0 -64.0616 -103.15 93.7868 + 69 156.458 383 10 0 -63.757 -103.35 94.0409 + 69 26.1008 601 10 1 -59.7381 -104.604 95.15 + 69 91.074 602 10 1 -59.65 -104.63 95.1779 + 69 96.5674 603 10 1 -59.45 -104.653 95.3512 + 69 228.888 604 10 1 -59.25 -104.662 95.549 + 69 157.578 854 0 0 54.0981 -9.22989 -206.25 + 69 342.616 855 0 0 54.0904 -9.04972 -206.097 + 69 104.735 945 3 1 9.22027 -104.412 -114.45 + 69 19.6315 946 3 1 9.25 -104.426 -114.759 + 69 174 378 3 0 9.35557 -104.481 -115.85 + 69 114.468 960 2 1 12.1006 -105.941 -144.45 + 69 275.434 370 2 0 12.2738 -106.038 -145.85 + 69 159.457 978 1 1 15.6695 -108.324 -174.45 + 69 136.997 358 1 0 15.8743 -108.439 -175.85 + 69 214.211 998 0 1 19.7137 -110.887 -204.45 + 69 136.491 345 0 0 19.8717 -111.012 -205.85 + 69 134.052 1265 1 1 73.05 -117.503 -174.709 + 69 110.114 381 4 0 8.38099 -103.852 -85.85 + 69 98.8766 923 3 1 4.71266 -101.141 -114.45 + 69 24.2881 922 3 1 4.65 -101.295 -114.783 + 69 93.2205 391 3 0 4.55352 -101.819 -115.85 + 69 29.9374 390 3 0 4.54705 -101.95 -116.145 + 69 109.584 915 2 1 3.12289 -114.941 -144.45 + 69 154.114 326 2 0 3.36483 -114.887 -145.85 + 69 41.0384 900 1 1 0.108785 -119.636 -174.45 + 69 71.9289 899 1 1 -0.0500781 -119.805 -174.635 + 69 15.9687 898 1 1 -0.25 -119.962 -174.808 + 69 34.6878 293 1 0 -1.46736 -121.453 -175.85 + 69 66.7078 292 1 0 -1.54054 -121.55 -175.911 + 69 65.3711 291 1 0 -1.63317 -121.75 -176.036 + 69 56.4829 290 1 0 -1.68096 -121.95 -176.072 + 69 117.9 289 1 0 -1.8525 -122.15 -176.068 + 69 94.0341 288 1 0 -1.99336 -122.35 -175.989 + 69 149.773 287 1 0 -2.09035 -122.55 -175.947 + 69 55.2993 286 1 0 -2.19476 -122.751 -175.954 + 69 59.9419 285 1 0 -2.33605 -122.95 -175.928 + 69 64.2259 284 1 0 -2.39706 -123.15 -175.9 + 69 418.436 884 1 1 -3.06572 -127.417 -174.85 + 69 29.3033 885 1 1 -3.05 -127.642 -174.777 + 69 45.8081 264 1 0 -3.19372 -127.217 -175.85 + 69 102.857 265 1 0 -3.23963 -127.15 -175.983 + 69 20.3176 281 1 0 -3.12263 -123.75 -176.018 + 69 87.9759 943 4 1 8.65 -103.922 -84.4554 + 69 62.2231 944 4 1 8.85027 -103.981 -84.6319 + 69 26.5365 945 4 1 9.05 -104.044 -84.7943 + 69 27.9135 378 4 0 10.2242 -104.35 -86.147 + 69 177.476 1026 3 1 25.2669 -112.754 -114.45 + 69 74.0461 337 3 0 25.5568 -112.569 -115.85 + 69 122.28 338 3 0 25.5698 -112.55 -115.914 + 69 155.417 1035 3 1 27.1345 -111.615 -114.85 + 69 208.938 351 3 0 27.4296 -109.925 -115.85 + 69 34.536 1033 3 1 26.7372 -111.382 -114.85 + 69 213.496 336 3 0 27.5265 -112.75 -116.082 + 69 16.1996 1024 3 1 25.0252 -112.526 -114.45 + 69 112.438 1025 3 1 25.05 -112.509 -114.465 + 69 5.33404 376 4 0 8.04087 -104.94 -85.8507 + 69 112.334 375 4 0 8.03444 -104.95 -85.8691 + 69 168.33 892 3 1 -1.55133 -115.752 -114.45 + 69 180.955 320 3 0 -1.65835 -116.014 -115.85 + 69 117.276 334 3 0 22.1346 -113.176 -116.25 +Number of digits in this event = 63 Using G4ParticleGun ... -1.53821 LIN +6.12536 LIN gamma Event: 70 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 54 + 70 245.794 1510 5 1 122.155 -60.6532 -54.45 + 70 316.474 596 5 0 122.157 -60.6534 -55.85 + 70 468.626 1510 4 1 122.165 -60.6558 -84.45 + 70 369.774 596 4 0 122.159 -60.6538 -85.85 + 70 281.573 1509 3 1 122.01 -60.616 -114.45 + 70 180.158 597 3 0 122.002 -60.6186 -115.85 + 70 159.052 1508 2 1 121.847 -60.6738 -144.45 + 70 260.029 596 2 0 121.841 -60.6756 -145.85 + 70 137.794 1507 1 1 121.686 -60.73 -174.45 + 70 195.852 596 1 0 121.676 -60.72 -175.85 + 70 214.268 1506 0 1 121.454 -60.4971 -204.45 + 70 99.5012 597 0 0 121.441 -60.4803 -205.85 + 70 169.237 597 4 0 122.267 -60.6267 -85.85 + 70 177.122 1518 3 1 123.89 -60.1019 -114.45 + 70 141.572 600 3 0 124.015 -60.0219 -115.85 + 70 127.922 1532 2 1 126.671 -58.3731 -144.45 + 70 112.763 608 2 0 126.778 -58.3753 -145.85 + 70 87.6912 1544 1 1 129.087 -58.163 -174.45 + 70 39.4141 1545 1 1 129.15 -58.1716 -174.707 + 70 125.575 609 1 0 129.419 -58.2245 -175.85 + 70 157.907 1583 0 1 136.81 -59.8794 -204.45 + 70 121.555 599 0 0 137.083 -60.1706 -205.851 + 70 1.75933 598 0 0 137.158 -60.25 -206.243 + 70 35.0596 697 0 0 163.906 -40.6051 -206.25 + 70 19.8833 1784 1 1 177.113 -55.7245 -174.85 + 70 287.231 1785 1 1 177.15 -55.7306 -174.822 + 70 46.4146 698 0 0 163.914 -40.4496 -205.942 + 70 161.347 1719 0 1 164.003 -39.4909 -204.85 + 70 90.7812 1718 0 1 163.95 -39.3604 -204.651 + 70 97.8398 1717 0 1 163.75 -39.4417 -204.548 + 70 68.4985 1716 0 1 163.55 -39.4187 -204.475 + 70 89.0445 1715 0 1 163.35 -39.3202 -204.461 + 70 325.788 1714 0 1 163.15 -39.2765 -204.48 + 70 134.435 1519 3 1 123.95 -60.1155 -114.512 + 70 90.6963 1520 3 1 124.15 -60.2035 -114.766 + 70 99.8273 598 3 0 124.526 -60.45 -115.936 + 70 247.214 1510 3 1 122.166 -60.6898 -114.45 + 70 330.91 596 3 0 122.168 -60.6934 -115.85 + 70 117.249 1510 2 1 122.19 -60.753 -144.45 + 70 184.733 1510 1 1 122.287 -60.8893 -174.45 + 70 252.52 595 1 0 122.283 -60.898 -175.85 + 70 456.18 1510 0 1 122.177 -61.0752 -204.45 + 70 270.511 594 0 0 122.171 -61.0819 -205.85 + 70 130.641 331 0 0 143.717 -113.751 -206.25 + 70 219.028 1614 0 1 143.114 -114.407 -204.85 + 70 317.463 1616 5 0 165.073 143.35 -56.0833 + 70 466.133 595 0 0 122.227 -60.9023 -205.85 + 70 127.182 1509 4 1 122.125 -60.7078 -84.45 + 70 129.327 1509 2 1 122.138 -60.9081 -144.45 + 70 96.05 595 2 0 122.138 -60.9114 -145.85 + 70 180.38 1509 1 1 122.129 -60.9831 -174.45 + 70 120.976 1509 0 1 122.067 -61.1091 -204.45 + 70 78.4684 594 1 0 122.176 -61.05 -175.994 + 70 23.661 593 1 0 122.216 -61.2502 -176.179 +Number of digits in this event = 40 Using G4ParticleGun ... -8.56843 LIN +4.46356 LIN gamma Event: 71 -Number of tracker hits in this event = 194 - 71 253.533 1396 8 1 99.5495 55.3613 35.55 - 71 55.5895 1397 8 1 99.55 55.3645 35.3389 - 71 241.033 1176 8 0 99.5519 55.3821 34.15 - 71 120.725 1397 7 1 99.6945 55.7971 5.55 - 71 93.7854 1398 7 1 99.75 55.7844 5.44221 - 71 66.2554 1178 7 0 100.355 55.6704 4.15 - 71 174.607 1177 7 0 100.459 55.65 3.92605 - 71 0.680652 1472 6 1 114.747 53.0419 -24.45 - 71 132.078 1473 6 1 114.75 53.0421 -24.454 - 71 22.5969 1474 6 1 114.95 53.0548 -24.775 - 71 142.803 1165 6 0 115.56 53.0812 -25.85 - 71 136.819 1549 5 1 130.069 52.4618 -54.45 - 71 104.823 1161 5 0 130.108 52.296 -55.85 - 71 108.981 1560 4 1 132.157 50.7442 -84.45 - 71 95.3854 1153 4 0 132.51 50.6774 -85.85 - 71 11.6824 1152 4 0 132.611 50.65 -86.2011 - 71 1.91844 1611 3 1 142.546 48.8701 -114.45 - 71 263.489 1612 3 1 142.55 48.8751 -114.456 - 71 153.422 1613 3 1 142.75 49.1337 -114.834 - 71 44.7349 1148 3 0 143.285 49.7752 -115.85 - 71 566.068 1149 3 0 143.361 49.85 -115.975 - 71 141.283 1742 2 1 168.646 67.8132 -144.45 - 71 44.9102 1242 2 0 168.989 68.5697 -145.85 - 71 70.0806 1243 2 0 169.025 68.65 -146.013 - 71 59.3 1345 2 0 165.401 89.0503 -146.25 - 71 306.409 1614 3 1 142.95 48.95 -114.747 - 71 17.4848 1150 3 0 143.005 50.05 -115.89 - 71 222.407 1397 6 1 99.6595 56.2597 -24.45 - 71 310.144 1181 6 0 99.7788 56.2649 -25.85 - 71 132.026 1408 5 1 101.855 56.6037 -54.45 - 71 116.56 1182 5 0 101.585 56.6359 -55.85 - 71 126.164 1365 4 1 93.2864 56.2078 -84.45 - 71 82.4381 1179 4 0 92.9138 55.909 -85.85 - 71 31.939 1178 4 0 92.8375 55.8498 -86.124 - 71 103.655 1327 3 1 85.5988 49.9703 -114.45 - 71 120.36 1326 2 1 85.3261 47.2614 -144.45 - 71 308.056 1134 2 0 85.5067 47.0045 -145.85 - 71 312.878 1345 1 1 89.0907 41.8697 -174.45 - 71 136.095 1108 1 0 89.2534 41.7117 -175.85 - 71 154.562 1363 0 1 92.9133 40.0035 -204.45 - 71 88.6987 1364 0 1 92.95 39.9821 -204.558 - 71 125.877 1098 0 0 93.436 39.7263 -205.85 - 71 10.0197 1097 0 0 93.5576 39.65 -206.209 - 71 133.496 1107 1 0 89.2961 41.65 -176.121 - 71 114.074 1397 5 1 99.5943 56.8242 -54.45 - 71 114.579 1183 5 0 99.5896 56.8427 -55.85 - 71 298.527 1396 4 1 99.4149 57.3103 -84.45 - 71 122.583 1187 4 0 99.223 57.4737 -85.8503 - 71 133.764 1376 3 1 95.496 60.5964 -114.45 - 71 122.946 1203 3 0 95.305 60.6811 -115.85 - 71 18.5709 1354 2 1 90.9608 62.8713 -144.45 - 71 121.301 1353 2 1 90.95 62.8704 -144.514 - 71 351.564 1214 2 0 90.7176 62.8663 -145.85 - 71 66.1835 1325 1 1 85.1126 62.7453 -174.45 - 71 93.8833 1324 1 1 85.05 62.7445 -174.673 - 71 108.932 1213 1 0 84.6985 62.6993 -175.85 - 71 162.166 1280 0 1 76.2435 61.5337 -204.45 - 71 125.002 1206 0 0 76.0303 61.4453 -205.85 - 71 265.929 1339 1 1 87.9915 64.221 -174.45 - 71 45.2429 1235 1 0 87.365 67.1627 -175.85 - 71 74.0072 1236 1 0 87.3392 67.25 -175.909 - 71 86.9467 1237 1 0 87.2466 67.45 -176.035 - 71 62.4174 1238 1 0 87.0692 67.65 -176.16 - 71 101.139 1239 1 0 87.0081 67.85 -176.162 - 71 64.9651 1240 1 0 87.0543 68.05 -176.019 - 71 87.5458 1241 1 0 87.1213 68.2504 -175.944 - 71 66.1183 1343 1 1 88.6604 68.111 -174.85 - 71 169.684 1344 1 1 88.85 68.1446 -174.742 - 71 554.216 1346 1 1 89.25 67.9085 -174.65 - 71 28.0236 1397 4 1 99.5557 57.2534 -84.7926 - 71 235.184 1186 4 0 99.5546 57.2705 -85.85 - 71 117.394 1397 3 1 99.7069 57.8214 -114.45 - 71 234.94 1188 3 0 99.746 57.8425 -115.85 - 71 178.138 1400 2 1 100.235 57.909 -144.45 - 71 126.646 1189 2 0 100.203 57.9816 -145.85 - 71 672.795 1396 1 1 99.4888 59.5531 -174.45 - 71 117.101 1198 1 0 99.4422 59.6624 -175.85 - 71 131.655 1391 0 1 98.4071 61.8739 -204.45 - 71 151.904 1209 0 0 98.3558 62.004 -205.85 - 71 354.653 1396 3 1 99.5164 57.7083 -114.45 - 71 110.353 1391 2 1 98.5103 58.5762 -144.45 - 71 206.213 1192 2 0 98.4761 58.5863 -145.85 - 71 100.944 1388 1 1 97.8159 58.9373 -174.45 - 71 98.2792 1194 1 0 97.7781 58.9508 -175.85 - 71 202.412 1384 0 1 97.0612 59.1908 -204.45 - 71 104.06 1196 0 0 97.0557 59.2588 -205.85 - 71 16.8499 1626 3 1 145.361 -97.2631 -114.45 - 71 138.135 1625 3 1 145.35 -97.2461 -114.481 - 71 25.1951 1118 6 0 117.669 43.664 -26.25 - 71 215.971 1117 6 0 117.62 43.65 -26.2172 - 71 155.49 1396 2 1 99.3923 57.4491 -144.45 - 71 260.869 1395 2 1 99.35 57.4723 -144.537 - 71 13.8912 1191 2 0 98.8951 58.4168 -145.85 - 71 39.7154 1193 2 0 98.8575 58.65 -146.113 - 71 181.971 1180 13 0 -42.3031 56.1454 183.75 - 71 111.193 1459 1 1 111.991 67.9422 -174.45 - 71 16.3074 1394 2 1 98.9841 56.8579 -144.45 - 71 111.232 1393 2 1 98.95 56.8129 -144.497 - 71 41.7215 1392 2 1 98.75 56.548 -144.775 - 71 29.3669 1177 2 0 97.9229 55.5075 -145.85 - 71 178.049 1176 2 0 97.8808 55.45 -145.913 - 71 78.3453 1175 2 0 97.7822 55.25 -146.086 - 71 57.7489 1174 2 0 97.7055 55.05 -146.173 - 71 43.2056 812 2 0 61.8102 -17.5772 -146.25 - 71 145.927 811 2 0 61.761 -17.65 -146.136 - 71 113.877 1206 2 1 61.3626 -18.5334 -144.85 - 71 42.9102 1205 2 1 61.25 -18.7566 -144.512 - 71 4.48952 914 3 0 103.239 3.04314 -116.25 - 71 113.266 915 3 0 103.253 3.05002 -116.241 - 71 6.74796 1417 3 1 103.742 3.21082 -114.85 - 71 92.7842 1418 3 1 103.75 3.21271 -114.821 - 71 47.6954 905 4 0 104.787 1.23121 -86.25 - 71 130.585 906 4 0 104.785 1.25 -86.086 - 71 111.366 1423 4 1 104.789 1.56338 -84.85 - 71 266.391 1396 7 1 99.5353 55.3532 5.55 - 71 281.464 1176 7 0 99.5343 55.3528 4.15 - 71 153.505 1396 6 1 99.5133 55.3384 -24.45 - 71 109.627 1176 6 0 99.5131 55.3382 -25.85 - 71 120.597 1396 5 1 99.506 55.3352 -54.45 - 71 149.126 1176 5 0 99.5047 55.3341 -55.85 - 71 129.432 1176 4 0 99.4797 55.3133 -85.85 - 71 115.979 1176 3 0 99.4724 55.3116 -115.85 - 71 106.178 1176 1 0 99.5 55.2755 -175.85 - 71 225.192 1396 0 1 99.525 55.2554 -204.45 - 71 122.102 1176 0 0 99.5274 55.2561 -205.85 - 71 8.11684 919 2 0 133.765 3.85 -145.873 - 71 22.5755 299 1 1 -120.15 -45.4956 -174.532 - 71 3.68031 300 1 1 -120.15 -45.5188 -174.465 - 71 244.936 1188 0 0 86.7451 57.7752 -206.25 - 71 55.7788 1737 2 0 -150.683 167.55 -146.015 - 71 6.98997 139 2 1 -152.339 168.55 -144.85 - 71 228.86 138 2 1 -152.35 168.558 -144.842 - 71 94.259 1548 2 1 129.79 47.6037 -144.85 - 71 328.776 1505 3 1 121.267 29.2067 -114.85 - 71 39.3066 1504 3 1 121.15 29.0819 -114.563 - 71 489.058 1175 1 0 99.691 55.1672 -175.85 - 71 81.6285 1418 0 1 103.786 52.6597 -204.45 - 71 57.6272 1419 0 1 103.95 52.696 -204.685 - 71 132.455 1164 0 0 104.851 52.8696 -205.85 - 71 138.859 1408 0 1 101.845 52.6657 -204.45 - 71 97.9091 1162 0 0 101.872 52.4957 -205.85 - 71 6.97947 1161 0 0 101.87 52.45 -206.228 - 71 160.607 1389 6 1 98.0183 57.3396 -24.45 - 71 95.0866 1188 6 0 98.3862 57.771 -25.85 - 71 32.9235 1189 6 0 98.4542 57.85 -26.124 - 71 181.781 1424 5 1 105.142 64.7235 -54.45 - 71 210.938 1223 5 0 105.008 64.7356 -55.8509 - 71 95.4799 1418 4 1 103.889 64.9346 -84.45 - 71 21.1337 1417 4 1 103.75 64.9121 -84.7646 - 71 115.454 1224 4 0 103.261 64.8552 -85.85 - 71 134.907 1223 4 0 103.216 64.85 -85.9529 - 71 62.1824 1355 3 1 91.2302 63.8878 -114.45 - 71 62.499 1354 3 1 91.15 63.8835 -114.637 - 71 106.701 1218 3 0 90.6179 63.8206 -115.85 - 71 71.2154 1282 2 1 76.6062 61.3427 -144.45 - 71 67.594 1281 2 1 76.45 61.391 -144.668 - 71 179.883 1208 2 0 75.3534 61.6553 -145.85 - 71 136.228 1136 1 1 47.2548 66.5466 -174.45 - 71 97.9834 1135 1 1 47.25 66.5463 -174.461 - 71 130.995 1233 1 0 46.8458 66.6959 -175.85 - 71 1.27977 1218 1 0 31.6509 63.6548 -176.25 - 71 198.499 1217 1 0 31.6504 63.65 -176.242 - 71 129.442 1059 1 1 31.9527 63.5263 -174.85 - 71 16.1827 1224 1 0 47.6478 64.8783 -175.85 - 71 160.582 1223 1 0 47.6587 64.85 -175.883 - 71 22.6476 1222 1 0 47.5536 64.65 -176.209 - 71 53.0979 1225 4 0 103.939 65.05 -86.1425 - 71 179.333 1425 5 1 105.15 64.6886 -54.5898 - 71 318.71 1426 5 1 105.35 64.5819 -54.6167 - 71 317.648 1493 0 1 118.801 82.8509 -204.45 - 71 82.579 1186 6 0 97.9594 57.4099 -25.85 - 71 158.702 1382 5 1 96.7018 58.8498 -54.45 - 71 124.517 1196 5 0 96.297 59.3735 -55.85 - 71 345.424 1197 5 0 96.2229 59.4502 -56.0985 - 71 91.723 1344 4 1 88.8963 70.4069 -84.45 - 71 139.32 1345 4 1 89.05 70.6352 -84.6502 - 71 48.1287 1259 4 0 89.9962 71.8782 -85.85 - 71 95.7923 1260 4 0 90.15 72.0639 -86.0329 - 71 39.9432 1261 4 0 90.3061 72.25 -86.2041 - 71 208.422 1506 3 1 121.449 106.908 -114.45 - 71 74.0018 1507 3 1 121.55 106.821 -114.659 - 71 358.239 1432 3 0 121.995 106.667 -115.85 - 71 43.8623 1346 3 0 146.196 89.3273 -116.249 - 71 100.513 1345 3 0 146.242 89.25 -116.117 - 71 26.5399 1633 3 1 146.917 88.613 -114.85 - 71 259.552 1634 3 1 146.95 88.5841 -114.765 - 71 21.4137 1635 3 1 147.15 88.588 -114.48 - 71 277.32 1344 3 0 147.102 88.9819 -115.85 - 71 25.4662 1343 3 0 147.073 88.85 -116.025 - 71 45.7825 1431 3 0 120.463 106.55 -116.134 - 71 20.5872 871 7 0 18.6365 -5.79865 3.75 - 71 168.779 1423 6 1 104.892 57.1306 -24.45 - 71 87.424 1185 6 0 104.954 57.2234 -25.85 - 71 15.559 1423 5 1 104.915 59.3302 -54.45 -Number of digits in this event = 92 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -9.78913 LIN +6.89618 LIN gamma Event: 72 -Number of tracker hits in this event = 8 - 72 180.718 110 13 0 98.8966 -157.969 183.75 - 72 79.8139 109 13 0 98.9001 -158.15 183.856 - 72 69.6115 174 13 0 117.125 -145.213 183.75 - 72 212.442 1447 5 1 109.684 -153.713 -54.45 - 72 0.801226 1448 5 1 109.75 -153.66 -54.5463 - 72 319.915 1446 5 1 109.55 -153.668 -54.6504 - 72 188.304 724 4 1 -35.05 106.122 -84.5478 - 72 59.483 1690 7 0 -67.0618 158.35 3.78378 -Number of digits in this event = 7 +Number of tracker hits in this event = 30 + 72 243.092 689 4 1 -42.0625 -38.8834 -84.45 + 72 239.827 705 4 0 -42.0649 -38.875 -85.85 + 72 290.101 689 3 1 -42.1792 -38.7051 -114.45 + 72 132.538 706 3 0 -42.1719 -38.6973 -115.85 + 72 122.743 690 2 1 -42.0462 -38.6026 -144.45 + 72 121.444 707 2 0 -42.0325 -38.6104 -145.85 + 72 128.876 691 1 1 -41.709 -38.5996 -174.45 + 72 156.008 707 1 0 -41.7406 -38.6101 -175.85 + 72 133.776 688 0 1 -42.3758 -38.8749 -204.45 + 72 250.881 705 0 0 -42.4729 -38.89 -205.85 + 72 160.946 705 3 0 -42.0755 -38.9152 -115.85 + 72 104.493 689 2 1 -42.0909 -38.9376 -144.45 + 72 105.195 705 2 0 -42.0904 -38.9392 -145.85 + 72 170.279 689 1 1 -42.081 -38.9686 -174.45 + 72 161.939 705 1 0 -42.0808 -38.9687 -175.85 + 72 115.194 689 0 1 -42.0704 -38.9753 -204.45 + 72 111.456 1256 1 0 -82.0219 71.3725 -176.25 + 72 59.483 1477 4 0 -112.363 115.55 -86.0292 + 72 72.9776 845 3 0 -145.555 -10.9526 -116.25 + 72 216.014 844 3 0 -145.518 -11.0502 -116.147 + 72 16.5529 165 3 1 -147.109 -9.73366 -114.85 + 72 12.9144 873 3 0 -148.585 -5.41379 -115.85 + 72 84.3207 145 3 1 -151.056 -3.36885 -114.85 + 72 1.49502 690 1 1 -42.05 -39.0168 -174.849 + 72 83.4902 704 1 0 -41.2801 -39.0904 -175.85 + 72 17.3119 643 10 0 173.372 -51.3532 93.75 + 72 148.361 1769 10 1 174.119 -51.3509 95.15 + 72 232.034 1770 10 1 174.15 -51.3447 95.2352 + 72 90.6538 645 10 0 173.343 -50.9452 94.1499 + 72 271.284 646 10 0 173.365 -50.8498 93.9528 +Number of digits in this event = 19 Using G4ParticleGun ... -2.08053 LIN +1.50654 LIN gamma Event: 73 -Number of tracker hits in this event = 50 - 73 289.564 337 8 1 -112.684 -68.8468 35.55 - 73 127.506 556 8 0 -112.697 -68.8497 34.15 - 73 53.7011 555 8 0 -112.699 -68.85 33.9885 - 73 168.086 335 7 1 -112.988 -68.8881 5.55 - 73 339.316 555 7 0 -112.998 -68.8836 4.15 - 73 138.424 334 6 1 -113.178 -68.7511 -24.45 - 73 233.215 556 6 0 -113.199 -68.7199 -25.85 - 73 112.389 332 5 1 -113.659 -68.0878 -54.45 - 73 105.527 559 5 0 -113.685 -68.0636 -55.85 - 73 138.419 329 4 1 -114.159 -67.5246 -84.45 - 73 112.2 562 4 0 -114.171 -67.5034 -85.85 - 73 147.467 328 3 1 -114.436 -67.0288 -114.45 - 73 129.864 565 3 0 -114.441 -66.9985 -115.85 - 73 139.497 328 2 1 -114.505 -66.3886 -144.45 - 73 123.984 568 2 0 -114.552 -66.3776 -145.85 - 73 131.158 323 1 1 -115.516 -66.1793 -174.45 - 73 141.96 569 1 0 -115.568 -66.1778 -175.85 - 73 159.698 317 0 1 -116.674 -66.1151 -204.45 - 73 167.413 569 0 0 -116.726 -66.1034 -205.85 - 73 442.024 322 1 1 -115.65 -65.8809 -174.45 - 73 109.322 570 1 0 -115.711 -65.8636 -175.85 - 73 129.958 318 0 1 -116.519 -65.1417 -204.45 - 73 184.324 574 0 0 -116.538 -65.1679 -205.85 - 73 132.321 571 1 0 -115.625 -65.7609 -175.85 - 73 167.171 323 0 1 -115.47 -66.0484 -204.45 - 73 112.247 575 0 0 -115.189 -65.05 -206.022 - 73 105.644 655 0 0 -102.245 -48.9681 -206.25 - 73 151.068 389 0 1 -102.197 -48.8907 -204.85 - 73 169.149 109 1 1 -158.303 -114.507 -174.45 - 73 102.031 337 7 1 -112.718 -68.9082 5.55 - 73 223.35 337 6 1 -112.688 -68.801 -24.45 - 73 136.691 337 5 1 -112.649 -68.6993 -54.45 - 73 234.364 556 5 0 -112.653 -68.6967 -55.85 - 73 113.048 337 4 1 -112.722 -68.6297 -84.45 - 73 102.901 557 4 0 -112.728 -68.6289 -85.85 - 73 137.706 336 3 1 -112.832 -68.6099 -114.45 - 73 301.1 557 3 0 -112.837 -68.603 -115.85 - 73 161.812 336 2 1 -112.926 -68.4703 -144.45 - 73 105.907 557 2 0 -112.936 -68.4556 -145.85 - 73 330.631 335 1 1 -113.117 -68.2119 -174.45 - 73 438.736 559 1 0 -113.125 -68.1918 -175.85 - 73 127.991 334 0 1 -113.266 -67.8046 -204.45 - 73 201.959 561 0 0 -113.263 -67.7895 -205.85 - 73 37.5305 74 6 0 -1.68544 -165.31 -26.25 - 73 144.704 73 6 0 -1.66208 -165.35 -26.1622 - 73 137.526 72 6 0 -1.6717 -165.55 -26.1854 - 73 107.035 333 0 1 -113.37 -67.6988 -204.45 - 73 184.812 331 0 1 -113.869 -66.4827 -204.45 - 73 91.1241 568 0 0 -113.82 -66.3677 -205.85 - 73 133.132 483 7 0 -107.266 -83.3124 3.7501 -Number of digits in this event = 38 +Number of tracker hits in this event = 63 + 73 383.996 1123 8 1 44.777 57.1146 35.55 + 73 320.68 1185 8 0 44.778 57.1132 34.15 + 73 242.167 1123 7 1 44.7907 57.057 5.55 + 73 174.572 1184 7 0 44.7853 57.0486 4.15 + 73 120.317 1123 6 1 44.6882 56.8881 -24.45 + 73 85.8777 1184 6 0 44.6814 56.8866 -25.85 + 73 141.85 1122 5 1 44.5385 56.875 -54.45 + 73 103.439 1184 5 0 44.5289 56.8736 -55.85 + 73 223.373 1121 4 1 44.336 56.855 -84.45 + 73 130.361 1184 4 0 44.3255 56.8555 -85.85 + 73 115.054 1120 3 1 44.1218 56.8657 -114.45 + 73 125.257 1184 3 0 44.1113 56.8677 -115.85 + 73 98.6456 1119 2 1 43.8862 56.9007 -144.45 + 73 118.631 1184 2 0 43.8798 56.9045 -145.85 + 73 107.077 1118 1 1 43.7351 56.9749 -174.45 + 73 126.202 1184 1 0 43.731 56.9809 -175.85 + 73 114.228 1117 0 1 43.6168 57.1231 -204.45 + 73 173.182 1185 0 0 43.6107 57.1303 -205.85 + 73 187.035 317 10 0 71.9195 -116.55 93.7926 + 73 3.69918 318 10 0 72.0485 -116.55 93.8353 + 73 33.9614 1181 1 0 87.5979 56.4388 -176.25 + 73 168.872 1121 2 1 44.2822 56.4719 -144.45 + 73 52.1837 1120 2 1 44.25 56.4857 -144.7 + 73 161.993 1182 2 0 44.1522 56.5683 -145.85 + 73 183.386 1104 1 1 40.8625 60.4271 -174.45 + 73 84.8735 1207 1 0 40.9126 61.4645 -175.85 + 73 43.8545 1208 1 0 40.9266 61.65 -176.109 + 73 238.992 1181 2 0 44.3809 56.3812 -145.85 + 73 117.186 1132 1 1 46.5345 55.4577 -174.45 + 73 110.201 1176 1 0 46.7862 55.4241 -175.85 + 73 117.778 1159 0 1 52.0349 54.771 -204.45 + 73 112.337 1172 0 0 52.0842 54.6224 -205.85 + 73 283.233 1122 8 1 44.65 57.135 35.2313 + 73 107.409 1124 7 1 45.0196 58.2477 5.54989 + 73 174.167 1191 7 0 44.9466 58.3205 4.15 + 73 113.259 1113 6 1 42.7352 60.1599 -24.45 + 73 112.562 1200 6 0 42.4621 60.2271 -25.8502 + 73 15.824 1201 6 0 42.3896 60.25 -26.2057 + 73 137.159 1078 5 1 35.674 61.916 -54.4506 + 73 328.033 1209 5 0 35.6516 61.8905 -55.85 + 73 142.977 1074 4 1 34.9591 61.0194 -84.45 + 73 134.433 1204 4 0 35.1847 60.9614 -85.8505 + 73 150.43 1096 3 1 39.3506 59.4927 -114.45 + 73 129.736 1196 3 0 39.5019 59.4071 -115.85 + 73 14.4625 1111 2 1 42.4244 58.3923 -144.45 + 73 126.168 1112 2 1 42.45 58.3596 -144.475 + 73 99.0535 1113 2 1 42.6501 58.1004 -144.672 + 73 255.359 1180 2 0 44.0414 56.25 -146.043 + 73 64.7975 1179 2 0 44.1696 56.05 -146.146 + 73 10.0021 1178 2 0 44.3096 55.8499 -146.243 + 73 70.7359 1328 1 1 85.6686 1.43019 -174.45 + 73 81.934 1329 1 1 85.85 1.32158 -174.588 + 73 51.2618 1330 1 1 86.0501 1.18881 -174.751 + 73 11.7666 901 1 0 87.3523 0.262814 -175.85 + 73 124.415 900 1 0 87.3699 0.25 -175.865 + 73 313.777 1508 0 1 121.813 -21.0057 -204.45 + 73 26.7667 1509 0 1 121.95 -21.3193 -204.773 + 73 87.1273 789 0 0 122.209 -22.0934 -205.85 + 73 62.2545 788 0 0 122.256 -22.25 -206.085 + 73 39.9806 889 2 0 40.3794 -2.05911 -146.25 + 73 127.663 890 2 0 40.3816 -2.05 -146.225 + 73 79.3497 1258 2 0 36.0221 71.6502 -145.85 + 73 324.731 1092 3 1 38.4916 130.545 -114.85 +Number of digits in this event = 32 Using G4ParticleGun ... -2.4014 LIN +9.21214 LIN gamma Event: 74 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -9.63335 LIN +3.69571 LIN gamma Event: 75 -Number of tracker hits in this event = 54 - 75 283.463 1348 6 1 89.7726 -56.1581 -24.45 - 75 240.333 619 6 0 89.7729 -56.1579 -25.85 - 75 325.419 1348 5 1 89.7798 -56.1539 -54.45 - 75 235.008 619 5 0 89.7803 -56.1537 -55.85 - 75 202.526 1348 4 1 89.7929 -56.1457 -84.45 - 75 233.167 619 4 0 89.7933 -56.144 -85.85 - 75 228.343 1348 3 1 89.8037 -56.1102 -114.45 - 75 662.965 619 3 0 89.8038 -56.1082 -115.85 - 75 418.052 1348 2 1 89.7958 -56.089 -144.45 - 75 502.8 619 2 0 89.7947 -56.0872 -145.85 - 75 245.725 1348 1 1 89.7642 -56.0453 -174.45 - 75 93.6896 620 1 0 89.7618 -56.0434 -175.85 - 75 621.3 1348 0 1 89.7161 -56.0036 -204.45 - 75 294.871 620 0 0 89.7134 -56.0017 -205.85 - 75 45.5804 1255 1 0 19.9186 71.1283 -176.25 - 75 44.3404 1469 3 0 -23.4072 114.12 -116.25 - 75 101.18 1470 3 0 -23.53 114.15 -116.116 - 75 1.77297 1471 3 0 -23.5426 114.35 -115.855 - 75 311.163 782 3 1 -23.4904 115.132 -114.85 - 75 138.947 783 3 1 -23.45 115.248 -114.734 - 75 173.46 1477 3 0 -23.8432 115.645 -115.85 - 75 180.427 1476 3 0 -23.9015 115.55 -116.119 - 75 39.2561 619 2 1 -56.05 126.364 -144.482 - 75 264.401 959 4 1 11.85 103.42 -84.7056 - 75 223.351 1256 1 0 19.7959 71.25 -176.209 - 75 129.28 1257 1 0 19.3665 71.4501 -176.146 - 75 95.6901 220 1 0 -29.6518 -136.057 -176.25 - 75 69.8178 219 1 0 -29.6644 -136.15 -176.246 - 75 57.0092 218 1 0 -29.6274 -136.35 -176.226 - 75 61.6867 217 1 0 -29.5687 -136.55 -176.213 - 75 20.761 216 1 0 -29.5526 -136.75 -176.243 - 75 0.169728 528 1 0 93.8922 -74.45 -175.857 - 75 113.996 618 2 0 89.7895 -56.2501 -146.08 - 75 28.0209 1349 2 1 89.85 -55.7307 -144.706 - 75 400.732 622 2 0 89.9376 -55.4654 -145.85 - 75 115.731 623 2 0 89.9929 -55.45 -145.91 - 75 80.8183 1351 2 1 90.4805 -55.6439 -144.85 - 75 29.4103 1349 5 1 89.8502 -56.1955 -54.7639 - 75 251.449 614 5 0 90.5103 -57.2143 -55.85 - 75 260.957 613 5 0 90.5354 -57.25 -55.8992 - 75 90.3969 612 5 0 90.7787 -57.45 -56.1317 - 75 154.389 618 1 0 89.7924 -56.2605 -175.85 - 75 126.102 617 0 0 89.8479 -56.4733 -205.85 - 75 253.204 750 14 1 -29.8628 -1.41853 215.15 - 75 43.9021 749 14 1 -30.0501 -1.39177 215.503 - 75 44.8229 1349 0 1 89.8594 -56.3825 -204.45 - 75 177.898 616 0 0 89.4862 -56.7598 -205.85 - 75 156.555 663 0 1 -47.25 -177.181 -204.519 - 75 279.956 619 0 0 89.744 -56.1185 -205.85 - 75 65.0705 713 0 0 91.8156 -37.4179 -206.25 - 75 100.277 714 0 0 91.8276 -37.25 -206.123 - 75 85.4452 715 0 0 91.8196 -37.05 -206.069 - 75 229.636 716 0 0 91.7505 -36.85 -205.999 - 75 104.045 717 0 0 91.5805 -36.65 -205.98 -Number of digits in this event = 33 -Using G4ParticleGun ... -4.8889 LIN -gamma -Event: 76 -Number of tracker hits in this event = 19 - 76 581.939 583 4 1 -63.41 94.349 -84.45 - 76 244.992 1370 4 0 -63.4109 94.3475 -85.85 - 76 119.586 583 3 1 -63.4342 94.3206 -114.45 - 76 264.25 1370 3 0 -63.4353 94.321 -115.85 - 76 106.877 582 2 1 -63.4691 94.3305 -144.45 - 76 192.94 1370 2 0 -63.4723 94.329 -145.85 - 76 392.326 582 1 1 -63.5314 94.2986 -174.45 - 76 111.76 1370 1 0 -63.5347 94.2968 -175.85 - 76 107.726 582 0 1 -63.6033 94.2652 -204.45 - 76 167.592 1370 0 0 -63.6068 94.2635 -205.85 - 76 263.457 1590 0 0 -28.6461 138.307 -206.25 - 76 149.516 1589 0 0 -28.3109 138.15 -205.938 - 76 144.183 584 3 1 -63.1094 94.0046 -114.45 - 76 159.58 1369 3 0 -63.111 93.9696 -115.85 - 76 121.941 584 2 1 -63.1642 93.2467 -144.45 - 76 162.793 1365 2 0 -63.1801 93.1754 -145.85 - 76 105.512 1357 1 0 -63.5705 91.61 -175.85 - 76 207.263 583 0 1 -63.3401 89.829 -204.45 - 76 123.79 1348 0 0 -63.3391 89.7571 -205.85 -Number of digits in this event = 17 -Using G4ParticleGun ... -6.83563 LIN -gamma -Event: 77 -Number of tracker hits in this event = 0 +Number of tracker hits in this event = 1 + 75 98.0064 846 2 1 -10.85 83.3552 -144.531 Number of digits in this event = 1 Using G4ParticleGun ... -2.3069 LIN +4.04533 LIN +gamma +Event: 76 +Number of tracker hits in this event = 5 + 76 262.105 516 1 1 -76.7744 77.8457 -174.45 + 76 132.882 1288 1 0 -76.7762 77.8465 -175.85 + 76 266.417 516 0 1 -76.8029 77.8671 -204.45 + 76 245.899 1289 0 0 -76.8062 77.8685 -205.85 + 76 99.2394 1289 1 0 -76.7763 77.8533 -175.85 +Number of digits in this event = 7 +Using G4ParticleGun ... +9.55166 LIN +gamma +Event: 77 +Number of tracker hits in this event = 9 + 77 278.765 161 1 1 -147.803 -19.1347 -174.45 + 77 283.513 804 1 0 -147.798 -19.1304 -175.85 + 77 139.948 162 0 1 -147.683 -19.0343 -204.45 + 77 115.199 805 0 0 -147.678 -19.028 -205.85 + 77 104.977 161 0 1 -147.826 -19.1377 -204.45 + 77 98.8532 804 0 0 -147.827 -19.1367 -205.85 + 77 57.6181 1709 9 1 161.95 179.427 65.3466 + 77 8.51557 1710 9 1 162.15 179.434 65.5331 + 77 19.0425 1068 3 1 33.684 9.24316 -114.85 +Number of digits in this event = 5 +Using G4ParticleGun ... +5.84581 LIN gamma Event: 78 -Number of tracker hits in this event = 29 - 78 310.989 864 5 1 -7.05196 135.954 -54.45 - 78 218.833 1579 5 0 -7.05258 135.954 -55.85 - 78 113.824 864 4 1 -7.07207 135.954 -84.45 - 78 115.745 1579 4 0 -7.0725 135.951 -85.85 - 78 228.688 864 3 1 -7.08605 135.889 -114.45 - 78 124.02 1578 3 0 -7.08578 135.885 -115.85 - 78 239.001 864 2 1 -7.0769 135.814 -144.45 - 78 91.8574 1578 2 0 -7.07535 135.812 -145.85 - 78 91.3175 864 1 1 -7.05026 135.776 -174.45 - 78 58.3715 865 1 1 -7.05 135.776 -174.623 - 78 112.958 1578 1 0 -7.04758 135.776 -175.85 - 78 405.439 865 0 1 -7.00366 135.77 -204.45 - 78 97.4765 1578 0 0 -7.00405 135.772 -205.85 - 78 274.295 1399 5 0 29.2737 99.9641 -56.2499 - 78 11.876 866 0 1 -6.85 135.594 -204.805 - 78 122.026 1576 0 0 -6.51985 135.513 -205.85 - 78 109.295 862 4 1 -7.50745 136.418 -84.45 - 78 40.4502 1581 4 0 -7.53063 136.355 -85.85 - 78 96.957 1580 4 0 -7.53268 136.35 -85.9654 - 78 7.37372 859 3 1 -8.05144 134.794 -114.45 - 78 124.691 860 3 1 -8.04999 134.793 -114.472 - 78 139.678 1572 3 0 -8.03499 134.693 -115.85 - 78 113.499 1560 2 0 -7.40079 132.339 -145.85 - 78 115.225 840 1 1 -11.9038 128.786 -174.45 - 78 143.399 1540 1 0 -12.1268 128.347 -175.851 - 78 140.358 815 0 1 -16.9571 118.525 -204.45 - 78 82.3244 1488 0 0 -17.0163 117.849 -205.85 - 78 44.9303 1487 0 0 -17.0241 117.75 -206.065 - 78 8.3898 1572 1 0 28.81 134.584 -176.25 -Number of digits in this event = 14 +Number of tracker hits in this event = 3 + 78 83.4841 908 1 0 -84.2161 1.8211 -176.083 + 78 254.696 479 0 1 -84.2169 1.8145 -204.45 + 78 291.605 908 0 0 -84.2189 1.8156 -205.85 +Number of digits in this event = 6 Using G4ParticleGun ... -8.41273 LIN +6.15006 LIN gamma Event: 79 Number of tracker hits in this event = 2 - 79 35.7456 14 0 0 78.7792 -177.15 -206.035 - 79 125.116 13 0 0 78.8445 -177.35 -205.889 -Number of digits in this event = 4 + 79 14.8066 1439 2 1 108.15 107.858 -144.815 + 79 94.926 1438 2 1 107.95 108.004 -144.528 +Number of digits in this event = 1 Using G4ParticleGun ... -9.1383 LIN +6.14673 LIN gamma Event: 80 -Number of tracker hits in this event = 8 - 80 99.2993 1326 6 0 -69.0158 85.3273 -26.2498 - 80 266.265 1327 6 0 -69.0954 85.45 -26.2146 - 80 164.799 285 6 1 -123.087 -26.9785 -24.85 - 80 156.122 284 6 1 -123.15 -26.7727 -24.763 - 80 44.4375 803 12 0 3.18726 -19.3206 153.75 - 80 3.14033 804 12 0 3.24978 -19.2499 154.145 - 80 135.116 919 12 1 3.87469 -18.2302 155.15 - 80 136.159 918 12 1 3.85 -18.1652 155.235 -Number of digits in this event = 7 +Number of tracker hits in this event = 29 + 80 238.999 1479 4 1 115.961 85.0687 -84.45 + 80 367.048 1325 4 0 115.96 85.0676 -85.85 + 80 282.137 1479 3 1 116.059 85.2481 -114.45 + 80 118.329 1325 3 0 116.08 85.2439 -115.85 + 80 112.612 1480 2 1 116.213 85.9362 -144.45 + 80 137.843 1330 2 0 116.373 86.1126 -145.85 + 80 90.9814 1498 1 1 119.889 89.8214 -174.45 + 80 21.0932 1499 1 1 119.95 89.8491 -174.753 + 80 132.73 1349 1 0 120.179 89.9448 -175.85 + 80 174.194 1530 0 1 126.295 93.0106 -204.45 + 80 3.27812 1531 0 1 126.35 93.0657 -204.839 + 80 179.018 1365 0 0 126.502 93.2138 -205.85 + 80 166.548 1324 3 0 115.997 85.027 -115.85 + 80 128.045 1479 2 1 116.043 85.0146 -144.45 + 80 115.891 1324 2 0 116.04 85.0092 -145.85 + 80 101.039 1479 1 1 116.002 84.9114 -174.45 + 80 142.364 1324 1 0 116.003 84.9065 -175.85 + 80 252.75 1479 0 1 116.018 84.7959 -204.45 + 80 218.974 1323 0 0 116.019 84.7897 -205.85 + 80 31.1796 1422 10 0 114.109 104.75 93.8907 + 80 125.003 1478 0 1 115.924 85.0725 -204.45 + 80 32.9266 1321 0 0 116.596 84.3148 -205.85 + 80 83.2759 1320 0 0 116.639 84.25 -205.921 + 80 56.8441 1319 0 0 116.648 84.0498 -206.014 + 80 31.352 1318 0 0 116.631 83.85 -205.954 + 80 204.779 889 0 0 135.637 -2.12494 -206.25 + 80 38.5667 1324 0 0 116.113 84.85 -206.096 + 80 55.1829 417 10 1 -96.5737 -46.3681 95.15 + 80 183.902 416 10 1 -96.75 -46.4233 95.4192 +Number of digits in this event = 17 Using G4ParticleGun ... -8.55751 LIN +7.20212 LIN gamma Event: 81 Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of digits in this event = 1 Using G4ParticleGun ... -2.40975 LIN +4.15992 LIN gamma Event: 82 -Number of tracker hits in this event = 1 - 82 19.5586 1350 3 1 90.35 -108.965 -114.589 -Number of digits in this event = 2 +Number of tracker hits in this event = 3 + 82 150.439 497 1 0 -100.789 -80.5108 -176.25 + 82 61.5894 757 1 1 -28.65 22.9775 -174.791 + 82 74.5736 756 1 1 -28.65 23.0923 -174.608 +Number of digits in this event = 3 Using G4ParticleGun ... -3.60387 LIN +1.9234 LIN gamma Event: 83 -Number of tracker hits in this event = 1 - 83 85.6903 259 0 0 1.72959 -128.15 -206.238 -Number of digits in this event = 3 +Number of tracker hits in this event = 65 + 83 300.714 289 8 1 -122.245 -44.7024 35.55 + 83 248.803 676 8 0 -122.222 -44.6805 34.15 + 83 95.2294 291 7 1 -121.759 -44.432 5.55 + 83 38.6189 292 7 1 -121.75 -44.4279 5.28932 + 83 115.254 678 7 0 -121.7 -44.4088 4.15 + 83 168.229 298 6 1 -120.527 -43.8179 -24.45 + 83 107.516 681 6 0 -120.514 -43.8149 -25.85 + 83 87.5663 299 5 1 -120.212 -43.64 -54.45 + 83 107.93 681 5 0 -120.203 -43.6529 -55.85 + 83 126.297 300 4 1 -120.082 -44.1181 -84.45 + 83 131.804 679 4 0 -120.04 -44.1569 -85.85 + 83 114.795 304 3 1 -119.195 -45.0596 -114.45 + 83 132.101 674 3 0 -119.115 -45.1079 -115.85 + 83 105.338 313 2 1 -117.527 -46.0668 -144.45 + 83 109.926 669 2 0 -117.436 -46.121 -145.85 + 83 143.345 323 1 1 -115.405 -47.1693 -174.45 + 83 136.889 664 1 0 -115.341 -47.183 -175.85 + 83 164.654 329 0 1 -114.171 -47.4589 -204.45 + 83 94.201 662 0 0 -114.099 -47.4853 -205.85 + 83 139.562 289 7 1 -122.288 -44.6347 5.55 + 83 119.656 677 7 0 -122.285 -44.6297 4.15 + 83 123.416 289 6 1 -122.246 -44.5296 -24.45 + 83 346.229 677 6 0 -122.244 -44.5273 -25.85 + 83 187.75 289 5 1 -122.222 -44.485 -54.45 + 83 124.551 677 5 0 -122.221 -44.4776 -55.85 + 83 208.951 289 4 1 -122.219 -44.3583 -84.45 + 83 261.432 678 4 0 -122.222 -44.3578 -85.85 + 83 105.605 289 3 1 -122.28 -44.3418 -114.45 + 83 163.772 678 3 0 -122.286 -44.3432 -115.85 + 83 132.246 288 2 1 -122.403 -44.3776 -144.45 + 83 109.432 678 2 0 -122.41 -44.3757 -145.85 + 83 105.239 287 1 1 -122.567 -44.3504 -174.45 + 83 218.463 678 1 0 -122.577 -44.3512 -175.85 + 83 105.394 286 0 1 -122.81 -44.3575 -204.45 + 83 101.453 678 0 0 -122.815 -44.3617 -205.85 + 83 3.20768 1007 1 0 -138.445 21.5241 -176.25 + 83 154.284 1008 1 0 -138.404 21.6504 -176.106 + 83 350.226 210 1 1 -138.046 21.6863 -174.85 + 83 82.6427 679 1 0 -122.607 -44.25 -176.138 + 83 227.899 772 1 1 -25.65 37.1855 -174.691 + 83 80.2664 740 1 1 -31.85 49.0792 -174.709 + 83 135.797 770 6 0 -28.0422 -25.9274 -26.25 + 83 212.049 771 6 0 -27.8193 -25.8499 -26.0432 + 83 368.537 764 6 1 -27.1573 -25.6335 -24.8496 + 83 428.252 288 4 1 -122.35 -44.3626 -84.563 + 83 13.6268 685 4 0 -141.234 -42.8569 -86.25 + 83 114.632 686 4 0 -141.241 -42.85 -86.2039 + 83 105.936 191 4 1 -141.85 -43.0679 -84.85 + 83 79.651 190 4 1 -141.95 -43.0648 -84.5878 + 83 179.843 780 2 1 -24.05 89.7125 -144.707 + 83 152.702 781 2 1 -23.85 89.7374 -144.679 + 83 221.649 682 4 0 -143.641 -43.6091 -85.85 + 83 251.414 681 4 0 -143.601 -43.65 -85.9996 + 83 106.974 287 4 1 -122.55 -44.3446 -84.7475 + 83 24.6171 255 3 1 -129.007 -24.7681 -114.45 + 83 66.1437 256 3 1 -128.95 -24.764 -114.507 + 83 73.05 257 3 1 -128.75 -24.746 -114.68 + 83 15.5739 258 3 1 -128.549 -24.707 -114.824 + 83 45.4067 777 3 0 -127.064 -24.4908 -115.85 + 83 285.35 778 3 0 -126.909 -24.45 -115.949 + 83 9.39748 1016 3 0 -39.8313 23.4181 -116.25 + 83 87.8823 1017 3 0 -39.8197 23.45 -116.226 + 83 87.4904 1018 3 0 -39.7668 23.6502 -116.087 + 83 2.2191 701 3 1 -39.6506 24.4263 -114.85 + 83 128.853 702 3 1 -39.65 24.4323 -114.84 +Number of digits in this event = 33 Using G4ParticleGun ... -1.87232 LIN +2.61131 LIN gamma Event: 84 -Number of tracker hits in this event = 8 - 84 334.873 816 1 1 -16.8089 -54.842 -174.45 - 84 226.872 626 1 0 -16.8058 -54.8486 -175.85 - 84 34.6265 625 1 0 -16.8053 -54.85 -176.097 - 84 122.083 817 0 1 -16.6301 -54.9854 -204.45 - 84 286.061 625 0 0 -16.5881 -55.0079 -205.85 - 84 123.303 816 0 1 -16.8039 -54.8686 -204.45 - 84 5.76244 1107 2 1 41.6484 -72.0429 -144.45 - 84 146.652 1108 2 1 41.65 -72.0398 -144.457 -Number of digits in this event = 7 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -8.44051 LIN +4.53793 LIN gamma Event: 85 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Using G4ParticleGun ... -7.18124 LIN -gamma -Event: 86 Number of tracker hits in this event = 3 - 86 39.5284 1244 1 0 67.9677 69.0156 -176.192 - 86 247.581 1239 0 1 67.9673 69.0201 -204.45 - 86 279.098 1244 0 0 67.9725 69.0189 -205.85 -Number of digits in this event = 4 -Using G4ParticleGun ... -6.16797 LIN -gamma -Event: 87 -Number of tracker hits in this event = 3 - 87 6.99618 156 2 0 24.5105 -148.803 -146.25 - 87 160.544 682 0 1 -43.5865 -85.3986 -204.85 - 87 139.38 681 0 1 -43.65 -85.2972 -204.606 -Number of digits in this event = 5 -Using G4ParticleGun ... -2.72063 LIN -gamma -Event: 88 -Number of tracker hits in this event = 7 - 88 118.826 218 5 1 -136.35 142.952 -54.7786 - 88 155.921 1744 2 1 168.959 -57.6942 -144.45 - 88 67.7862 1743 2 1 168.95 -57.5137 -144.766 - 88 46.1128 619 2 0 164.683 -56.132 -145.85 - 88 328.712 620 2 0 164.575 -56.0497 -145.892 - 88 35.5777 621 2 0 164.575 -55.85 -146.05 - 88 79.9843 998 13 1 19.8376 164.273 185.15 -Number of digits in this event = 4 -Using G4ParticleGun ... -2.71425 LIN -gamma -Event: 89 -Number of tracker hits in this event = 1 - 89 59.7397 1662 2 0 166.517 152.56 -146.25 -Number of digits in this event = 2 -Using G4ParticleGun ... -6.87289 LIN -gamma -Event: 90 -Number of tracker hits in this event = 47 - 90 241.687 378 6 1 -104.517 63.8118 -24.45 - 90 340.383 1218 6 0 -104.518 63.8117 -25.85 - 90 255.706 378 5 1 -104.547 63.8299 -54.45 - 90 213.887 1218 5 0 -104.547 63.8304 -55.85 - 90 111.058 377 4 1 -104.558 63.8517 -84.45 - 90 120.083 1219 4 0 -104.559 63.8524 -85.85 - 90 117.253 377 3 1 -104.597 63.8654 -114.45 - 90 134.604 1219 3 0 -104.602 63.8663 -115.85 - 90 117.381 377 2 1 -104.719 63.8837 -144.45 - 90 100.934 1219 2 0 -104.727 63.8798 -145.85 - 90 117.67 376 1 1 -104.908 63.8012 -174.45 - 90 246.922 1218 1 0 -104.911 63.8032 -175.85 - 90 131.415 376 0 1 -104.94 63.8469 -204.45 - 90 162.602 1218 0 0 -104.943 63.8497 -205.85 - 90 73.0821 1219 0 0 -104.943 63.85 -206.012 - 90 265.198 1313 7 0 11.5493 82.6983 3.75 - 90 16.7834 1047 0 0 -91.8604 29.65 -206.079 - 90 106.72 1327 5 0 -92.5001 85.5733 -56.25 - 90 311.328 477 0 1 -84.65 35.7753 -204.615 - 90 107.245 478 0 1 -84.45 35.4572 -204.56 - 90 19.6168 1354 3 0 -81.2417 91.1126 -116.25 - 90 79.9961 1355 3 0 -81.2167 91.1501 -116.215 - 90 100.592 1356 3 0 -81.1206 91.35 -116.081 - 90 31.4622 1357 3 0 -80.9841 91.55 -115.905 - 90 137.072 500 3 1 -79.9815 92.8941 -114.85 - 90 162.94 501 3 1 -79.85 93.081 -114.701 - 90 42.7704 502 3 1 -79.6497 93.3888 -114.516 - 90 58.4085 499 3 1 -80.05 93.6982 -114.453 - 90 103.336 498 3 1 -80.25 93.8095 -114.563 - 90 87.235 497 3 1 -80.45 93.7526 -114.758 - 90 122.196 1335 3 0 -80.0788 87.239 -115.85 - 90 47.068 1334 3 0 -79.9204 87.05 -115.91 - 90 69.9056 516 3 1 -76.7717 83.6109 -114.85 - 90 259.13 517 3 1 -76.65 83.5363 -114.841 - 90 51.3987 743 4 0 -144.553 -31.25 -86.0405 - 90 126.738 378 4 1 -104.497 63.8229 -84.45 - 90 115.645 1218 4 0 -104.493 63.8217 -85.85 - 90 118.355 378 3 1 -104.43 63.7985 -114.45 - 90 274.069 1218 3 0 -104.427 63.7977 -115.85 - 90 587.897 378 2 1 -104.425 63.7667 -144.45 - 90 146.478 1218 2 0 -104.425 63.7657 -145.85 - 90 364.192 378 1 1 -104.412 63.7458 -174.45 - 90 266.177 378 0 1 -104.425 63.7606 -204.45 - 90 59.483 1268 2 0 -149.146 73.7749 -146.25 - 90 199.41 1198 1 0 -97.6405 59.7065 -176.25 - 90 27.7795 379 2 1 -104.35 63.68 -144.782 - 90 100.875 1297 2 1 79.5216 128.986 -144.45 -Number of digits in this event = 26 -Using G4ParticleGun ... -7.5323 LIN -gamma -Event: 91 -Number of tracker hits in this event = 3 - 91 26.1296 1701 7 0 -71.754 160.35 4.06138 - 91 206.8 536 7 1 -72.6627 160.704 5.15 - 91 59.4711 535 7 1 -72.85 160.967 5.17897 + 85 0.182227 209 3 1 -138.15 24.5593 -114.618 + 85 78.3024 94 11 0 25.6243 -161.212 123.75 + 85 55.4421 80 11 0 27.7846 -163.95 123.839 Number of digits in this event = 3 Using G4ParticleGun ... -3.52961 LIN +1.8905 LIN +gamma +Event: 86 +Number of tracker hits in this event = 2 + 86 294.22 463 0 1 -87.2609 -50.2127 -204.45 + 86 240.933 649 0 0 -87.2622 -50.2136 -205.85 +Number of digits in this event = 3 +Using G4ParticleGun ... +8.16668 LIN +gamma +Event: 87 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +1.04028 LIN +gamma +Event: 88 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +3.40516 LIN +gamma +Event: 89 +Number of tracker hits in this event = 5 + 89 243.181 1563 1 1 132.87 -21.9567 -174.45 + 89 215.622 790 1 0 132.871 -21.9557 -175.85 + 89 135.259 1563 0 1 132.886 -21.9407 -204.45 + 89 312.271 790 0 0 132.888 -21.9406 -205.85 + 89 203.608 1562 0 1 132.725 -21.9977 -204.45 +Number of digits in this event = 7 +Using G4ParticleGun ... +9.6059 LIN +gamma +Event: 90 +Number of tracker hits in this event = 115 + 90 119.326 1350 6 1 90.1585 25.8987 -24.45 + 90 110.718 1029 6 0 90.1609 25.8978 -25.85 + 90 102.43 1350 5 1 90.2016 25.8709 -54.45 + 90 323.06 1029 5 0 90.2056 25.8596 -55.85 + 90 534.737 1350 4 1 90.2719 25.6092 -84.45 + 90 313.306 1027 4 0 90.2711 25.5974 -85.85 + 90 391.771 1350 3 1 90.2744 25.3613 -114.45 + 90 124.426 1026 3 0 90.274 25.3503 -115.85 + 90 111.034 1350 2 1 90.282 25.1122 -144.45 + 90 115.166 1025 2 0 90.2813 25.0957 -145.85 + 90 107.359 1350 1 1 90.2313 24.8311 -174.45 + 90 202.081 1023 1 0 90.2255 24.8235 -175.85 + 90 152.632 1024 1 0 90.2243 24.85 -175.904 + 90 72.8933 945 5 0 94.5211 9.23 -56.25 + 90 141.929 1357 2 0 -14.1955 91.6512 -146.25 + 90 245.877 1029 4 0 90.2132 25.9154 -85.85 + 90 160.198 1029 3 0 90.3298 25.971 -115.85 + 90 140.451 1351 2 1 90.3604 26.0192 -144.45 + 90 112.605 1029 2 0 90.3639 26.0203 -145.85 + 90 143.393 1351 1 1 90.457 26.0529 -174.45 + 90 154.984 1029 1 0 90.4673 26.0474 -175.85 + 90 227.588 1352 0 1 90.706 25.9381 -204.45 + 90 109.304 1029 0 0 90.7188 25.9374 -205.85 + 90 127.077 1338 3 1 87.7775 23.9184 -114.45 + 90 113.515 1018 3 0 87.5688 23.7721 -115.85 + 90 112.426 1320 2 1 84.2341 20.329 -144.45 + 90 1.06394 1321 2 1 84.2501 20.2951 -144.845 + 90 113.985 1000 2 0 84.3613 20.2165 -145.85 + 90 72.7029 1340 1 1 88.1984 17.725 -174.45 + 90 180.816 1341 1 1 88.2505 17.7504 -174.566 + 90 137.918 990 1 0 88.9125 18.1366 -175.85 + 90 0.0336035 991 1 0 89.1121 18.25 -176.249 + 90 159.011 1421 0 1 104.47 26.8044 -204.45 + 90 56.8177 1420 0 1 104.35 26.6235 -204.687 + 90 97.9795 1028 0 0 103.711 25.8265 -205.85 + 90 42.2272 1027 0 0 103.556 25.65 -206.133 + 90 412.021 1351 0 1 90.4791 15.6538 -204.45 + 90 34.953 1353 0 1 90.75 15.9615 -204.819 + 90 21.7242 1042 0 0 94.9917 28.5798 -205.85 + 90 55.6375 1043 0 0 95.0235 28.6502 -205.86 + 90 268.937 1044 0 0 95.0495 28.85 -205.997 + 90 265.359 1068 0 0 101.225 33.81 -206.25 + 90 259.874 1069 0 0 101.271 33.85 -206.169 + 90 48.6211 983 1 0 88.8764 16.7684 -175.85 + 90 165.966 982 1 0 88.9411 16.65 -175.98 + 90 2.06909 682 1 0 150.674 -43.6432 -176.25 + 90 102.292 681 1 0 150.679 -43.6502 -176.246 + 90 67.0431 680 1 0 150.802 -43.85 -176.151 + 90 116.494 679 1 0 150.781 -44.05 -176.065 + 90 72.1462 678 1 0 150.692 -44.25 -175.985 + 90 55.0685 677 1 0 150.666 -44.45 -175.932 + 90 34.2755 676 1 0 150.687 -44.65 -175.906 + 90 292.047 1656 1 1 151.387 -45.3833 -174.85 + 90 175.28 1028 4 0 90.168 25.669 -85.85 + 90 169.53 1347 3 1 89.574 19.9859 -114.45 + 90 47.1611 997 3 0 89.7386 19.5125 -115.85 + 90 60.2655 996 3 0 89.7628 19.45 -116.033 + 90 109.827 1367 2 1 93.6104 10.6313 -144.45 + 90 111.568 951 2 0 93.7873 10.385 -145.85 + 90 91.0592 1394 1 1 98.9708 5.40869 -174.45 + 90 71.6862 925 1 0 98.9196 5.10332 -175.85 + 90 37.5275 924 1 0 98.9017 5.04994 -176.103 + 90 55.4292 1377 0 1 95.7142 -1.38859 -204.45 + 90 129.069 1376 0 1 95.55 -1.43537 -204.579 + 90 52.7159 1375 0 1 95.3494 -1.49134 -204.733 + 90 192.076 890 0 0 93.8999 -1.91709 -205.85 + 90 18.9345 889 0 0 93.4569 -2.05 -206.2 + 90 165.778 1348 2 1 89.7204 26.8559 -144.45 + 90 114.464 1034 2 0 89.7225 26.9085 -145.85 + 90 101.264 1348 1 1 89.8048 27.9693 -174.45 + 90 123.206 1039 1 0 89.8246 28.0234 -175.85 + 90 239.348 1045 0 0 90.4419 29.1212 -205.85 + 90 161.987 1349 8 1 89.8645 25.8549 35.55 + 90 103.353 1028 8 0 89.8564 25.8356 34.15 + 90 220.92 1347 7 1 89.6039 25.424 5.55 + 90 131.19 1026 7 0 89.5915 25.4218 4.15 + 90 114.331 1346 6 1 89.3109 25.2955 -24.45 + 90 251.344 1026 6 0 89.3182 25.3226 -25.85 + 90 230.5 1346 5 1 89.4369 25.4213 -54.45 + 90 21.9561 1347 5 1 89.45 25.4252 -54.8126 + 90 117.62 1026 5 0 89.4877 25.4334 -55.85 + 90 69.2105 1351 4 1 90.35 25.7328 -84.5926 + 90 366.094 1354 3 1 91.0118 26.6315 -114.45 + 90 234.312 1033 3 0 91.0268 26.6729 -115.85 + 90 171.4 1355 2 1 91.3173 27.6566 -144.45 + 90 158.724 1038 2 0 91.3155 27.7416 -145.85 + 90 125.815 1355 1 1 91.2996 29.3385 -174.45 + 90 172.071 1046 1 0 91.2471 29.4133 -175.85 + 90 18.0042 1350 0 1 90.35 31.0061 -204.775 + 90 134.035 1055 0 0 90.3362 31.0677 -205.85 + 90 95.1006 1047 1 0 91.2904 29.45 -176.104 + 90 92.1259 1444 0 1 108.95 39.1332 -204.737 + 90 34.1483 1348 3 1 89.7076 24.5728 -114.45 + 90 74.2585 1349 3 1 89.85 24.6197 -114.474 + 90 62.6271 1351 3 1 90.35 24.8955 -114.532 + 90 88.1247 1352 3 1 90.55 25.0438 -114.541 + 90 116.751 1353 3 1 90.75 25.2458 -114.565 + 90 169.281 1355 3 1 91.15 26.157 -114.59 + 90 122.227 1356 3 1 91.3502 26.4907 -114.495 + 90 102.278 1357 3 1 91.55 26.5944 -114.594 + 90 172.128 1031 3 0 92.0332 26.3681 -115.85 + 90 95.4302 1509 2 1 122.116 33.1144 -144.45 + 90 103.725 1510 2 1 122.15 32.9299 -144.639 + 90 64.3754 1511 2 1 122.35 32.7497 -144.773 + 90 210.342 1512 2 1 122.55 32.6626 -144.835 + 90 83.6041 1513 2 1 122.75 33.3096 -144.686 + 90 67.1228 1514 2 1 122.95 33.5474 -144.741 + 90 230.552 1515 2 1 123.15 33.6703 -144.826 + 90 62.899 1516 2 1 123.35 33.7565 -144.815 + 90 110.315 1517 2 1 123.55 33.775 -144.769 + 90 205.494 1518 2 1 123.75 33.7595 -144.776 + 90 214.923 1061 2 0 122.952 32.3901 -145.85 + 90 231.836 1335 0 1 87.24 21.6935 -204.45 + 90 235.667 1007 0 0 87.2508 21.5947 -205.85 + 90 68.4414 1008 0 0 87.2138 21.6549 -205.85 +Number of digits in this event = 55 +Using G4ParticleGun ... +5.84678 LIN +gamma +Event: 91 +Number of tracker hits in this event = 99 + 91 258.575 737 10 1 -32.5377 -29.6403 95.55 + 91 228.676 752 10 0 -32.5385 -29.6416 94.15 + 91 226.186 737 9 1 -32.5689 -29.6773 65.55 + 91 232.946 751 9 0 -32.5681 -29.6808 64.15 + 91 262.664 737 8 1 -32.5513 -29.7576 35.55 + 91 266.672 751 8 0 -32.5502 -29.764 34.15 + 91 287.915 737 7 1 -32.526 -29.8957 5.55 + 91 329.627 750 7 0 -32.5098 -29.8987 4.15 + 91 146.077 739 6 1 -32.147 -29.9955 -24.45 + 91 241.765 750 6 0 -32.1191 -29.9914 -25.85 + 91 262.38 742 5 1 -31.5461 -29.9686 -54.45 + 91 274.885 750 5 0 -31.5322 -29.9503 -55.85 + 91 112.604 744 4 1 -31.2456 -29.5938 -84.45 + 91 127.113 752 4 0 -31.2223 -29.5628 -85.85 + 91 385.552 746 3 1 -30.7478 -28.8398 -114.45 + 91 83.6348 758 3 0 -30.9119 -28.3683 -115.85 + 91 49.4619 759 3 0 -30.9112 -28.25 -116.105 + 91 4.60058 776 3 0 -52.4012 -24.841 -116.25 + 91 136.319 775 3 0 -52.4143 -24.8505 -116.237 + 91 180.121 774 3 0 -52.6231 -25.0501 -115.942 + 91 94.3374 636 3 1 -52.8371 -26.7025 -114.85 + 91 82.6544 635 3 1 -52.85 -26.7936 -114.794 + 91 0.848994 755 3 0 -52.7928 -29.0444 -115.85 + 91 70.6007 754 3 0 -52.7928 -29.0501 -115.853 + 91 89.4173 753 3 0 -52.7122 -29.2501 -115.996 + 91 33.3847 752 3 0 -52.5717 -29.45 -116.17 + 91 128.079 744 5 0 -31.1126 -31.1126 -55.85 + 91 11.5218 893 2 0 96.311 -1.27103 -146.25 + 91 137.938 894 2 0 96.3035 -1.25 -146.233 + 91 61.3868 895 2 0 96.1944 -1.05 -146.183 + 91 122.748 797 5 0 -59.7457 -20.5625 -56.25 + 91 17.7661 798 5 0 -59.8014 -20.45 -55.9087 + 91 107.182 600 5 1 -59.9868 -20.0449 -54.85 + 91 249.111 738 4 1 -32.3006 -30.2467 -84.45 + 91 132.77 749 4 0 -32.2907 -30.245 -85.85 + 91 139.874 740 3 1 -32.0292 -30.3134 -114.45 + 91 110.685 748 3 0 -32.0285 -30.3231 -115.85 + 91 125.184 740 2 1 -32.0051 -30.4769 -144.45 + 91 285.422 747 2 0 -32.0004 -30.4867 -145.85 + 91 109.718 740 1 1 -31.9147 -30.6422 -174.45 + 91 145.239 747 1 0 -31.9162 -30.6315 -175.85 + 91 122.25 740 0 1 -31.9727 -30.4126 -204.45 + 91 106.622 748 0 0 -31.9621 -30.4035 -205.85 + 91 22.3667 1392 0 0 -38.3062 98.55 -206.029 + 91 56.5395 1393 0 0 -38.3292 98.75 -205.93 + 91 7.19503 705 0 1 -39.0372 100.753 -204.85 + 91 176.049 704 0 1 -39.05 100.782 -204.832 + 91 65.6789 703 0 1 -39.25 101.198 -204.515 + 91 3.24889 1622 1 0 -36.0081 144.74 -176.25 + 91 56.8694 1623 1 0 -36.0058 144.75 -176.242 + 91 114.721 1624 1 0 -35.99 144.95 -176.166 + 91 35.9194 1674 1 0 146.216 155.005 -176.25 + 91 5.12981 1673 1 0 146.229 154.95 -176.245 + 91 142.899 1143 1 0 101.434 48.811 -176.25 + 91 48.6675 1210 1 0 114.639 62.0912 -176.25 + 91 281.333 748 4 0 -32.2909 -30.2544 -85.85 + 91 134.712 739 3 1 -32.1104 -30.456 -114.45 + 91 262.895 747 3 0 -32.1114 -30.4757 -115.85 + 91 242.721 739 2 1 -32.2104 -30.8605 -144.45 + 91 126.357 745 2 0 -32.209 -30.8804 -145.85 + 91 112.25 739 1 1 -32.1163 -31.2557 -174.45 + 91 108.127 743 1 0 -32.1066 -31.2633 -175.85 + 91 259.913 741 0 1 -31.8334 -31.4371 -204.45 + 91 266.482 743 0 0 -31.8403 -31.4356 -205.85 + 91 112.576 1028 0 0 -68.302 25.6813 -206.25 + 91 197.252 560 0 1 -67.8662 25.7382 -204.85 + 91 32.0592 561 0 1 -67.85 25.7311 -204.831 + 91 65.6888 748 2 0 -32.0489 -30.4371 -145.85 + 91 53.7574 772 1 1 -25.5301 -35.6041 -174.45 + 91 133.738 771 1 1 -25.65 -35.691 -174.642 + 91 78.3644 715 1 0 -26.6156 -36.9253 -175.85 + 91 112.566 714 1 0 -26.7193 -37.05 -175.991 + 91 32.0177 713 1 0 -26.9801 -37.25 -176.188 + 91 262.296 513 1 0 -96.2511 -77.3453 -176.25 + 91 369.522 512 1 0 -96.8597 -77.4501 -176.013 + 91 448.996 511 1 0 -97.5889 -77.65 -176.17 + 91 106.664 510 1 0 -97.9719 -77.85 -176.009 + 91 46.2437 413 1 1 -97.384 -79.1737 -174.85 + 91 118.611 414 1 1 -97.35 -79.2456 -174.72 + 91 101.873 415 1 1 -97.15 -79.2023 -174.505 + 91 125.267 737 6 1 -32.64 -30.0314 -24.45 + 91 141.574 736 5 1 -32.6936 -30.2003 -54.45 + 91 126.721 749 5 0 -32.6984 -30.21 -55.85 + 91 84.1327 736 4 1 -32.8065 -30.4037 -84.45 + 91 172.087 735 3 1 -32.8866 -30.5982 -114.45 + 91 43.7834 735 2 1 -33.049 -30.7811 -144.45 + 91 114.111 734 2 1 -33.05 -30.7819 -144.572 + 91 104.202 746 2 0 -33.0601 -30.79 -145.85 + 91 463.18 733 1 1 -33.2876 -30.9761 -174.45 + 91 378.316 745 1 0 -33.2923 -30.9871 -175.85 + 91 246.95 733 0 1 -33.4055 -31.2146 -204.45 + 91 214.933 744 0 0 -33.4169 -31.2303 -205.85 + 91 5.70683 1405 6 1 101.23 48.3515 -24.45 + 91 122.118 745 0 0 -33.3361 -30.9883 -205.85 + 91 147.778 731 0 1 -33.8075 -31.0761 -204.45 + 91 25.1844 919 0 1 3.98167 6.5808 -204.85 + 91 117.59 920 0 1 4.05 6.62691 -204.538 + 91 95.8644 870 0 1 -6.05 -53.9189 -204.721 + 91 65.5471 871 0 1 -5.85 -53.9994 -204.661 +Number of digits in this event = 54 +Using G4ParticleGun ... +1.75007 LIN gamma Event: 92 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 15 + 92 328.768 728 3 1 -34.4121 6.09321 -114.45 + 92 263.216 930 3 0 -34.4155 6.09406 -115.85 + 92 111.659 727 2 1 -34.4904 6.08381 -144.45 + 92 308.148 930 2 0 -34.497 6.08159 -145.85 + 92 111.697 727 1 1 -34.6208 6.0251 -174.45 + 92 156.212 929 1 0 -34.6301 6.02518 -175.85 + 92 106.178 726 0 1 -34.8127 6.02585 -204.45 + 92 207.147 929 0 0 -34.8189 6.02876 -205.85 + 92 93.7132 149 14 0 156.864 -150.186 213.75 + 92 174.032 728 2 1 -34.3776 6.25129 -144.451 + 92 107.487 704 1 1 -39.0698 6.50844 -174.45 + 92 109.895 933 1 0 -39.2958 6.6791 -175.85 + 92 127.076 681 0 1 -43.7302 10.1008 -204.45 + 92 154.807 952 0 0 -43.9222 10.4815 -205.85 + 92 5.40657 374 0 1 -105.35 33.7773 -204.452 +Number of digits in this event = 9 Using G4ParticleGun ... -1.87429 LIN +4.26696 LIN gamma Event: 93 -Number of tracker hits in this event = 49 - 93 239.164 979 6 1 15.9638 113.527 -24.45 - 93 219.838 1466 6 0 15.9605 113.527 -25.85 - 93 243.886 979 5 1 15.8914 113.548 -54.45 - 93 204.482 1466 5 0 15.8906 113.538 -55.85 - 93 413.992 979 4 1 15.9095 113.34 -84.45 - 93 93.5346 1465 4 0 15.9108 113.338 -85.85 - 93 129.494 979 3 1 15.9847 113.29 -114.45 - 93 171.02 1465 3 0 15.9886 113.284 -115.85 - 93 122.564 980 2 1 16.0676 113.152 -144.45 - 93 139.68 1464 2 0 16.0757 113.133 -145.85 - 93 116.417 980 1 1 16.243 112.708 -174.45 - 93 112.926 1462 1 0 16.2592 112.691 -175.85 - 93 138.779 982 0 1 16.6088 112.357 -204.45 - 93 133.632 1460 0 0 16.6232 112.34 -205.85 - 93 19.7107 1778 1 0 36.9846 175.853 -176.25 - 93 28.2213 1772 1 0 23.2355 174.75 -176.025 - 93 149.929 1779 1 0 36.9931 175.95 -176.119 - 93 312.22 1336 1 0 22.2168 87.3107 -176.25 - 93 471.094 980 4 1 16.1515 113.688 -84.45 - 93 143.21 1467 4 0 16.1573 113.696 -85.85 - 93 151.013 980 3 1 16.2448 113.834 -114.45 - 93 112.117 1468 3 0 16.2521 113.841 -115.85 - 93 105.044 981 2 1 16.4247 114.003 -144.45 - 93 204.835 1469 2 0 16.4342 114.015 -145.85 - 93 235.304 982 1 1 16.6287 114.289 -174.45 - 93 127.97 1470 1 0 16.6413 114.304 -175.85 - 93 105.1 984 0 1 16.939 114.644 -204.45 - 93 117.525 1472 0 0 16.9583 114.678 -205.85 - 93 107.665 1141 0 0 -129.326 48.429 -206.25 - 93 68.8711 1140 0 0 -129.538 48.2489 -206.162 - 93 66.6185 1139 0 0 -129.696 48.05 -206.071 - 93 56.6294 1138 0 0 -129.822 47.85 -206.043 - 93 61.5871 1137 0 0 -129.907 47.6499 -206.059 - 93 58.248 1136 0 0 -129.969 47.4499 -206.118 - 93 85.0773 1135 0 0 -130.063 47.25 -206.162 - 93 80.0164 1134 0 0 -130.235 47.05 -206.16 - 93 183.015 1133 0 0 -130.386 46.85 -206.188 - 93 71.4168 1132 0 0 -130.586 46.6498 -206.219 - 93 87.2048 1131 0 0 -130.682 46.45 -206.122 - 93 67.6772 1130 0 0 -130.715 46.2489 -205.973 - 93 106.531 249 0 1 -130.282 44.4266 -204.85 - 93 322.622 250 0 1 -130.15 44.0574 -204.675 - 93 157.736 1120 0 0 -129.83 44.2361 -205.85 - 93 19.4986 1121 0 0 -129.717 44.25 -206.108 - 93 67.0779 1176 0 0 -111.47 55.3616 -206.25 - 93 76.0375 1177 0 0 -111.437 55.45 -206.064 - 93 244.11 347 0 1 -110.572 55.8314 -204.85 - 93 164.794 348 0 1 -110.55 55.8423 -204.812 - 93 130.893 1596 12 1 139.421 87.2697 155.15 -Number of digits in this event = 27 +Number of tracker hits in this event = 7 + 93 2.20819 1214 1 0 -39.5555 63.05 -176.201 + 93 150.733 1303 4 0 49.314 80.8332 -86.25 + 93 196.73 1147 4 1 49.5183 81.089 -84.85 + 93 98.045 1148 4 1 49.65 80.7018 -84.5707 + 93 257.311 1149 4 1 49.85 80.6974 -84.5968 + 93 40.68 1307 4 0 50.5388 81.4933 -85.85 + 93 101.534 1391 0 1 98.3662 80.2913 -204.85 +Number of digits in this event = 5 Using G4ParticleGun ... -2.04652 LIN +6.52075 LIN gamma Event: 94 +Number of tracker hits in this event = 37 + 94 297.562 1420 8 1 104.274 -63.4831 35.55 + 94 251.98 582 8 0 104.272 -63.4843 34.15 + 94 106.811 1420 7 1 104.235 -63.5085 5.55 + 94 153.669 582 7 0 104.234 -63.5098 4.15 + 94 139.086 1420 6 1 104.206 -63.5297 -24.45 + 94 111.484 582 6 0 104.205 -63.5292 -25.85 + 94 155.138 1420 5 1 104.19 -63.5208 -54.45 + 94 142.079 582 5 0 104.19 -63.5197 -55.85 + 94 412.024 1420 4 1 104.193 -63.4947 -84.45 + 94 107.91 582 4 0 104.193 -63.4921 -85.85 + 94 97.651 1420 3 1 104.202 -63.4397 -114.45 + 94 124.239 583 3 0 104.201 -63.4376 -115.85 + 94 126.264 1420 2 1 104.193 -63.3995 -144.45 + 94 107.546 583 2 0 104.193 -63.3964 -145.85 + 94 130.401 1420 1 1 104.173 -63.332 -174.45 + 94 216.746 583 1 0 104.171 -63.3245 -175.85 + 94 103.29 1419 0 1 104.13 -63.1714 -204.45 + 94 126.174 584 0 0 104.129 -63.1631 -205.85 + 94 111.74 1419 4 1 104.15 -63.3924 -84.7846 + 94 255.962 1421 4 1 104.35 -62.9456 -84.6329 + 94 97.8862 1419 7 1 104.028 -63.935 5.55 + 94 123.77 580 7 0 104.005 -63.9541 4.15 + 94 125.846 1416 6 1 103.398 -65.0674 -24.45 + 94 113.573 574 6 0 103.384 -65.1263 -25.85 + 94 143.613 1414 5 1 103.036 -66.3712 -54.45 + 94 117.193 568 5 0 102.944 -66.3864 -55.85 + 94 126.1 1404 4 1 101.078 -66.6967 -84.45 + 94 132.925 566 4 0 100.971 -66.743 -85.85 + 94 133.012 1392 3 1 98.748 -67.7758 -114.45 + 94 143.84 561 3 0 98.6507 -67.8009 -115.85 + 94 110.107 1382 2 1 96.6646 -68.3701 -144.45 + 94 144.5 558 2 0 96.5771 -68.402 -145.85 + 94 123.328 1373 1 1 94.7619 -69.0841 -174.45 + 94 42.2952 1372 1 1 94.75 -69.0883 -174.698 + 94 130.352 554 1 0 94.6916 -69.1076 -175.85 + 94 188.244 1365 0 1 93.3182 -69.5466 -204.45 + 94 104.185 552 0 0 93.2415 -69.5964 -205.85 +Number of digits in this event = 28 +Using G4ParticleGun ... +8.12183 LIN +gamma +Event: 95 +Number of tracker hits in this event = 1 + 95 12.2451 953 3 0 -3.62887 10.6565 -116.25 +Number of digits in this event = 1 +Using G4ParticleGun ... +8.07835 LIN +gamma +Event: 96 +Number of tracker hits in this event = 32 + 96 258.936 370 4 1 -106.084 -49.1031 -84.45 + 96 236.14 654 4 0 -106.083 -49.0905 -85.85 + 96 55.6314 371 3 1 -105.943 -48.8358 -114.45 + 96 195.971 370 3 1 -105.95 -48.8338 -114.63 + 96 107.405 656 3 0 -105.997 -48.8214 -115.85 + 96 98.1251 364 2 1 -107.245 -48.569 -144.45 + 96 124.415 657 2 0 -107.351 -48.5346 -145.85 + 96 89.0436 353 1 1 -109.533 -47.8286 -174.45 + 96 50.5513 352 1 1 -109.55 -47.812 -174.696 + 96 267.63 661 1 0 -109.636 -47.7312 -175.85 + 96 141.51 343 0 1 -111.35 -45.5393 -204.45 + 96 134.876 673 0 0 -111.421 -45.4253 -205.85 + 96 58.8938 440 0 1 -91.9954 1.0274 -204.85 + 96 120.881 654 3 0 -106.092 -49.1037 -115.85 + 96 107.716 370 2 1 -106.083 -49.0852 -144.45 + 96 117.62 654 2 0 -106.082 -49.0849 -145.85 + 96 291.614 370 1 1 -106.063 -49.0771 -174.45 + 96 305.29 654 1 0 -106.062 -49.0768 -175.85 + 96 195.205 370 0 1 -106.04 -49.0538 -204.45 + 96 163.415 654 0 0 -106.039 -49.054 -205.85 + 96 148.792 801 2 1 -19.8344 -165.728 -144.85 + 96 101.872 802 2 1 -19.65 -166.25 -144.637 + 96 342.316 803 2 1 -19.45 -166.156 -144.647 + 96 144.788 804 2 1 -19.25 -165.81 -144.562 + 96 225.335 369 1 1 -106.15 -48.7551 -174.718 + 96 104.248 866 1 0 -160.429 -6.83003 -176.25 + 96 83.8402 867 1 0 -160.57 -6.64968 -176.142 + 96 367.331 868 1 0 -160.745 -6.45 -176.017 + 96 46.3947 869 1 0 -161.142 -6.25 -176.015 + 96 134.643 656 1 0 -105.892 -48.7682 -175.85 + 96 158.524 416 0 1 -96.7514 -38.1871 -204.451 + 96 148.181 706 0 0 -96.8566 -38.6959 -205.85 +Number of digits in this event = 23 +Using G4ParticleGun ... +5.83149 LIN +gamma +Event: 97 +Number of tracker hits in this event = 8 + 97 82.8478 793 1 0 179.153 -21.3215 -176.25 + 97 61.6421 792 1 0 179.247 -21.45 -176.025 + 97 117.373 1795 1 1 179.339 -22.2601 -174.85 + 97 13.959 1796 1 1 179.35 -22.5321 -174.496 + 97 15.2432 817 2 0 170.3 -16.4618 -146.25 + 97 86.4317 818 2 0 170.283 -16.45 -146.2 + 97 53.3456 1747 2 1 169.637 -16.0362 -144.85 + 97 62.5985 1746 2 1 169.55 -16.0068 -144.699 +Number of digits in this event = 2 +Using G4ParticleGun ... +8.38521 LIN +gamma +Event: 98 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -9.28205 LIN -gamma -Event: 95 -Number of tracker hits in this event = 24 - 95 328.231 484 2 1 -83.1836 99.7867 -144.45 - 95 288.67 1398 2 0 -83.1815 99.7888 -145.85 - 95 238.368 484 1 1 -83.1463 99.8405 -174.45 - 95 317.993 1398 1 0 -83.1416 99.8413 -175.85 - 95 198.272 485 0 1 -83.0199 99.8419 -204.45 - 95 617.624 1398 0 0 -83.0077 99.8384 -205.85 - 95 197.066 1554 0 0 -46.0446 131.04 -206.25 - 95 118.356 486 0 1 -82.85 99.7337 -204.615 - 95 74.9803 487 0 1 -82.65 99.6757 -204.768 - 95 68.8965 1399 0 0 -82.3838 99.9908 -205.85 - 95 164.531 484 0 1 -83.2172 99.7718 -204.45 - 95 96.004 381 1 1 -103.814 178.605 -174.45 - 95 68.6031 382 1 1 -103.75 178.603 -174.638 - 95 140.589 1791 1 0 -103.348 178.481 -175.85 - 95 14.2831 1790 1 0 -103.261 178.35 -176.231 - 95 37.6518 1775 2 0 -101.189 175.157 -146.25 - 95 82.1271 1774 2 0 -101.162 175.15 -146.134 - 95 106.337 400 2 1 -100.053 175.873 -144.85 - 95 568.306 401 2 1 -99.9499 175.932 -144.731 - 95 1.98798 1797 2 0 -99.6623 179.743 -145.85 - 95 61.9557 1798 2 0 -99.6614 179.75 -145.852 - 95 21.1286 1315 0 0 -32.5003 83.05 -205.914 - 95 159.172 736 0 1 -32.6799 83.2866 -204.85 - 95 154.925 737 0 1 -32.65 83.1818 -204.606 -Number of digits in this event = 15 -Using G4ParticleGun ... -2.02465 LIN -gamma -Event: 96 -Number of tracker hits in this event = 7 - 96 245.39 770 1 1 -25.9069 38.2095 -174.45 - 96 272.285 1091 1 0 -25.84 38.2606 -175.85 - 96 99.656 776 0 1 -24.6571 38.9727 -204.45 - 96 123.784 1094 0 0 -24.6502 38.9939 -205.85 - 96 117.692 1090 1 0 -25.9093 38.2105 -175.85 - 96 111.352 771 0 1 -25.8192 38.2059 -204.45 - 96 89.6163 1090 0 0 -25.8155 38.2038 -205.85 -Number of digits in this event = 5 -Using G4ParticleGun ... -4.65789 LIN -gamma -Event: 97 -Number of tracker hits in this event = 32 - 97 335.262 1365 7 1 93.232 12.3939 5.55 - 97 248.035 961 7 0 93.2332 12.3934 4.15 - 97 206.439 1365 6 1 93.2509 12.3893 -24.45 - 97 288.219 961 6 0 93.2499 12.3906 -25.85 - 97 138.937 1365 5 1 93.2213 12.4159 -54.45 - 97 198.73 961 5 0 93.2207 12.4175 -55.85 - 97 101.895 1365 4 1 93.2085 12.442 -84.45 - 97 119.583 961 4 0 93.2085 12.4431 -85.85 - 97 223.437 1365 3 1 93.2187 12.4619 -114.45 - 97 103.571 962 3 0 93.2195 12.4611 -115.85 - 97 233.399 1365 2 1 93.2319 12.4427 -144.45 - 97 138.115 961 2 0 93.2322 12.4443 -145.85 - 97 262.978 1365 1 1 93.2392 12.4748 -174.45 - 97 105.348 962 1 0 93.242 12.4715 -175.85 - 97 117.447 1365 0 1 93.1967 12.3737 -204.45 - 97 115.963 961 0 0 93.1937 12.3687 -205.85 - 97 44.7036 699 1 1 -40.1729 29.6744 -174.85 - 97 14.7794 698 1 1 -40.25 29.7082 -174.822 - 97 41.444 1630 2 1 146.15 -2.55764 -144.593 - 97 106.35 1364 5 1 93.0281 12.268 -54.45 - 97 122.092 960 5 0 93.0231 12.25 -56.0912 - 97 111.947 1363 4 1 92.944 11.9497 -84.45 - 97 283.405 959 4 0 92.9461 11.9404 -85.85 - 97 105.481 1363 3 1 92.8441 11.7068 -114.45 - 97 136.249 958 3 0 92.8402 11.6796 -115.85 - 97 159.186 1362 2 1 92.7393 11.1141 -144.45 - 97 235.902 955 2 0 92.7605 11.1314 -145.85 - 97 205.806 957 1 0 93.3011 11.4931 -175.85 - 97 192.602 1370 0 1 94.166 11.7704 -204.45 - 97 142.384 958 0 0 94.2213 11.8082 -205.85 - 97 27.399 1278 2 1 75.65 -168.283 -144.809 - 97 52.202 958 4 0 92.9655 11.8499 -85.9685 -Number of digits in this event = 20 -Using G4ParticleGun ... -9.4079 LIN -gamma -Event: 98 -Number of tracker hits in this event = 46 - 98 450.839 1248 6 1 69.7547 -100.577 -24.45 - 98 240.365 397 6 0 69.7534 -100.576 -25.85 - 98 243.661 1248 5 1 69.7368 -100.559 -54.45 - 98 251.285 397 5 0 69.7386 -100.552 -55.85 - 98 476.981 1248 4 1 69.7864 -100.406 -84.45 - 98 99.7951 398 4 0 69.7799 -100.401 -85.85 - 98 219.153 1247 3 1 69.6406 -100.283 -114.45 - 98 115.994 399 3 0 69.6339 -100.274 -115.85 - 98 226.668 1247 2 1 69.4657 -100.09 -144.45 - 98 116.269 400 2 0 69.4578 -100.088 -145.85 - 98 129.529 1246 1 1 69.2868 -100.028 -174.45 - 98 132.247 400 1 0 69.2643 -100.014 -175.85 - 98 128.295 1243 0 1 68.8133 -99.6859 -204.45 - 98 301.798 402 0 0 68.789 -99.6552 -205.85 - 98 40.4454 412 4 0 68.2392 -97.6866 -85.8501 - 98 70.4576 413 4 0 68.1742 -97.55 -85.8733 - 98 63.2356 414 4 0 68.0656 -97.35 -85.8767 - 98 87.5797 415 4 0 67.9473 -97.15 -85.9081 - 98 96.1073 416 4 0 67.9075 -96.9499 -85.9568 - 98 185.99 417 4 0 67.9837 -96.7499 -85.9984 - 98 59.0402 418 4 0 68.0375 -96.55 -86.1067 - 98 64.8854 419 4 0 68.0717 -96.3498 -86.1679 - 98 4.78194 420 4 0 68.0499 -96.15 -86.2403 - 98 182.934 874 4 0 57.5922 -5.21753 -86.25 - 98 251.399 875 4 0 57.4273 -5.05 -85.9564 - 98 219.988 1249 2 1 69.8848 -100.195 -144.45 - 98 292.082 399 2 0 69.8733 -100.16 -145.85 - 98 284.538 1247 1 1 69.5476 -99.6499 -174.45 - 98 127.02 402 1 0 69.5694 -99.6253 -175.85 - 98 123.319 1249 0 1 69.9345 -99.0865 -204.45 - 98 116.056 405 0 0 69.9226 -98.9895 -205.85 - 98 203.597 1251 1 1 70.4278 -99.9499 -174.45 - 98 176.019 401 1 0 70.4269 -99.9316 -175.85 - 98 142.977 1251 0 1 70.3355 -99.6323 -204.45 - 98 40.5095 507 0 0 68.7459 -78.5484 -206.25 - 98 117.444 397 4 0 69.7013 -100.598 -85.85 - 98 142.87 1248 3 1 69.6767 -100.616 -114.45 - 98 108.976 397 3 0 69.6747 -100.617 -115.85 - 98 101.29 397 2 0 69.6295 -100.633 -145.85 - 98 112.183 397 1 0 69.5781 -100.659 -175.85 - 98 360.237 1247 0 1 69.5342 -100.668 -204.45 - 98 251.515 397 0 0 69.5316 -100.665 -205.85 - 98 179.191 229 3 1 -134.15 -43.5515 -114.495 - 98 26.0554 131 2 0 40.3587 -153.943 -146.25 - 98 4.68109 1248 0 1 69.65 -100.646 -204.833 - 98 213.878 398 0 0 69.9254 -100.524 -205.85 -Number of digits in this event = 30 -Using G4ParticleGun ... -3.23943 LIN +5.37189 LIN gamma Event: 99 -Number of tracker hits in this event = 24 - 99 457.809 1523 5 1 124.875 -35.4683 -54.45 - 99 212.536 723 5 0 124.863 -35.4468 -55.85 - 99 118.527 1522 4 1 124.625 -35.0269 -84.45 - 99 97.7409 725 4 0 124.604 -35.0023 -85.85 - 99 123.466 1519 3 1 124.005 -34.5177 -114.45 - 99 120.608 727 3 0 123.956 -34.4749 -115.85 - 99 118.83 1514 2 1 123.001 -33.7467 -144.45 - 99 126.606 731 2 0 122.937 -33.7125 -145.85 - 99 144.847 1507 1 1 121.699 -32.9875 -174.45 - 99 129.211 735 1 0 121.624 -32.9588 -175.85 - 99 107.697 1499 0 1 120.079 -32.2667 -204.45 - 99 118.113 739 0 0 119.976 -32.2021 -205.85 - 99 117.615 722 5 0 124.873 -35.4665 -55.85 - 99 115.709 1523 4 1 124.828 -35.4265 -84.45 - 99 103.985 723 4 0 124.826 -35.4191 -85.85 - 99 295.035 1523 3 1 124.794 -35.2586 -114.45 - 99 121.521 724 3 0 124.793 -35.248 -115.85 - 99 109.104 1523 2 1 124.786 -35.0236 -144.45 - 99 130.163 725 2 0 124.784 -35.0127 -145.85 - 99 126.168 1522 1 1 124.74 -34.7919 -174.45 - 99 115.48 726 1 0 124.73 -34.776 -175.85 - 99 125.239 1521 0 1 124.54 -34.4266 -204.45 - 99 133.22 728 0 0 124.53 -34.4091 -205.85 - 99 81.695 224 14 1 -135.15 -165.585 215.362 -Number of digits in this event = 15 +Number of tracker hits in this event = 4 + 99 118.628 920 4 0 25.0304 4.12103 -86.2497 + 99 231.007 359 7 1 -108.248 169.393 5.55 + 99 120.671 358 7 1 -108.35 169.208 5.28752 + 99 175.746 840 0 0 -2.16955 -11.857 -206.25 +Number of digits in this event = 6 Run terminated. Run Summary Number of events processed : 100 - User=32.550000s Real=35.904531s Sys=0.030000s + User=40.470000s Real=41.046459s Sys=0.020000s End of Run 1 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -8846,8692 +9029,7744 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -8.96954 LIN +3.10458 LIN e- Event: 0 -Number of tracker hits in this event = 51 - 0 121.443 975 11 0 -82.5719 15.1974 124.15 - 0 116.562 487 10 1 -82.5703 15.1944 95.55 - 0 106.968 975 10 0 -82.5706 15.1946 94.15 - 0 299.039 487 9 1 -82.5761 15.1991 65.55 - 0 170.293 975 9 0 -82.576 15.199 64.15 - 0 120.875 487 8 1 -82.5772 15.1993 35.55 - 0 101.657 975 8 0 -82.5782 15.1992 34.15 - 0 200.612 487 7 1 -82.5971 15.1992 5.55 - 0 96.9855 975 7 0 -82.5988 15.1996 4.15 - 0 110.295 487 6 1 -82.6432 15.2058 -24.45 - 0 142.64 975 6 0 -82.6462 15.2068 -25.85 - 0 116.331 486 5 1 -82.7091 15.2345 -54.45 - 0 129.253 975 5 0 -82.7124 15.2347 -55.85 - 0 137.185 486 4 1 -82.7801 15.2349 -84.45 - 0 98.4568 975 4 0 -82.784 15.2352 -85.85 - 0 127.41 485 3 1 -82.8652 15.2437 -114.45 - 0 102.012 975 3 0 -82.8698 15.2438 -115.85 - 0 175.045 485 2 1 -82.964 15.2427 -144.45 - 0 134.616 975 2 0 -82.9676 15.2424 -145.85 - 0 135.024 485 1 1 -83.0394 15.2341 -174.45 - 0 130.827 975 1 0 -83.0414 15.2336 -175.85 - 0 125.966 484 0 1 -83.0789 15.224 -204.45 - 0 138.216 975 0 0 -83.0814 15.2226 -205.85 - 0 20.8896 47 1 1 -170.55 -83.7006 -174.675 - 0 74.3612 46 1 1 -170.75 -83.8523 -174.583 - 0 75.2777 45 1 1 -170.95 -83.8733 -174.657 - 0 38.2918 480 1 0 -171.31 -83.8682 -175.85 - 0 84.5214 481 1 0 -171.327 -83.85 -175.991 - 0 73.7988 569 1 0 -171.337 -66.2117 -176.25 - 0 294.539 568 1 0 -171.314 -66.25 -176.115 - 0 30.6218 886 0 0 143.773 -2.65 -206.184 - 0 108.213 484 2 1 -83.05 15.3975 -144.614 - 0 13.8467 981 2 0 -82.6685 16.4237 -145.85 - 0 137.433 982 2 0 -82.6575 16.4503 -145.877 - 0 69.1094 983 2 0 -82.561 16.65 -146.014 - 0 158.152 984 2 0 -82.3847 16.85 -146.067 - 0 70.4234 985 2 0 -82.1715 17.05 -146.086 - 0 68.8406 974 9 0 -82.3277 14.8835 64.15 - 0 158.729 973 9 0 -82.2489 14.85 63.9842 - 0 146.65 963 9 0 -41.4293 12.6646 63.75 - 0 4.02795 964 9 0 -41.2878 12.85 64.1404 - 0 243.451 695 9 1 -40.9634 13.4705 65.15 - 0 249.104 696 9 1 -40.85 13.6704 65.387 - 0 213.694 716 0 1 -36.7459 36.3431 -204.45 - 0 0.160056 8 7 0 -154.71 -178.55 3.75 - 0 103.714 7 7 0 -154.711 -178.55 3.75159 - 0 49.2671 6 7 0 -154.796 -178.75 3.98823 - 0 54.132 5 7 0 -154.76 -178.95 4.01079 - 0 19.6489 4 7 0 -154.776 -179.15 4.09407 - 0 45.1104 711 1 0 1.89778 -37.6865 -175.85 - 0 141.145 535 1 0 10.7997 -72.8599 -176.25 -Number of digits in this event = 26 +Number of tracker hits in this event = 31 + 0 122.344 341 10 1 -111.756 -24.7033 95.55 + 0 138.444 776 10 0 -111.761 -24.7043 94.15 + 0 121.957 341 9 1 -111.873 -24.7484 65.55 + 0 131.691 776 9 0 -111.875 -24.7442 64.15 + 0 115.794 341 8 1 -111.915 -24.6824 35.55 + 0 240.175 776 8 0 -111.923 -24.6736 34.15 + 0 128.915 340 7 1 -112.071 -24.4933 5.55 + 0 152.276 777 7 0 -112.094 -24.4863 4.15 + 0 142.656 338 6 1 -112.537 -24.2856 -24.45 + 0 134.533 778 6 0 -112.561 -24.2895 -25.85 + 0 191.894 335 5 1 -113.012 -24.411 -54.45 + 0 125.962 778 5 0 -113.041 -24.4236 -55.85 + 0 260.731 332 4 1 -113.615 -24.661 -84.45 + 0 122.084 776 4 0 -113.651 -24.6897 -85.85 + 0 78.1834 329 3 1 -114.341 -25.3686 -114.45 + 0 37.4161 328 3 1 -114.35 -25.3791 -114.755 + 0 107.087 773 3 0 -114.38 -25.4142 -115.85 + 0 238.462 325 2 1 -115.125 -26.3277 -144.45 + 0 117.638 768 2 0 -115.148 -26.3834 -145.85 + 0 145.744 322 1 1 -115.587 -27.5047 -174.45 + 0 169.355 762 1 0 -115.602 -27.5726 -175.85 + 0 115.042 320 0 1 -115.96 -28.9593 -204.45 + 0 156.571 755 0 0 -115.981 -29.0194 -205.85 + 0 86.1607 326 2 1 -114.95 -25.9774 -144.668 + 0 84.4232 327 2 1 -114.75 -25.8544 -144.778 + 0 77.9241 328 2 1 -114.55 -25.695 -144.757 + 0 46.7112 329 2 1 -114.35 -25.5554 -144.782 + 0 27.9062 779 2 0 -113.26 -24.1098 -145.85 + 0 225.398 780 2 0 -113.222 -24.0499 -145.879 + 0 18.4189 1316 2 0 -97.0706 83.3665 -146.25 + 0 142.171 1375 2 0 -129.834 95.2514 -146.25 +Number of digits in this event = 20 Using G4ParticleGun ... -4.65553 LIN +3.73723 LIN e- Event: 1 -Number of tracker hits in this event = 97 - 1 106.814 671 11 1 -45.7904 -41.2472 125.55 - 1 109.07 693 11 0 -45.7944 -41.2529 124.15 - 1 154.979 670 10 1 -45.8815 -41.3591 95.55 - 1 119.124 693 10 0 -45.8862 -41.3651 94.15 - 1 123.71 670 9 1 -45.9891 -41.4968 65.55 - 1 147.213 692 9 0 -45.9954 -41.5014 64.15 - 1 186.029 669 8 1 -46.1252 -41.5926 35.55 - 1 98.1928 692 8 0 -46.1313 -41.5959 34.15 - 1 135.228 668 7 1 -46.2627 -41.6639 5.55 - 1 128.009 691 7 0 -46.2707 -41.6677 4.15 - 1 121.69 668 6 1 -46.4254 -41.7488 -24.45 - 1 108.837 691 6 0 -46.4305 -41.7537 -25.85 - 1 118.357 667 5 1 -46.5425 -41.848 -54.45 - 1 110.856 690 5 0 -46.5466 -41.8543 -55.85 - 1 396.343 667 4 1 -46.6269 -41.9898 -84.45 - 1 289.679 690 4 0 -46.6335 -41.9964 -85.85 - 1 105.501 666 3 1 -46.7696 -42.1347 -114.45 - 1 182.178 689 3 0 -46.7753 -42.1378 -115.85 - 1 463.69 665 2 1 -46.8842 -42.1986 -144.45 - 1 520.177 689 2 0 -46.8919 -42.2015 -145.85 - 1 236.948 665 1 1 -47.0426 -42.2594 -174.45 - 1 544.538 688 1 0 -47.0525 -42.2624 -175.85 - 1 273.58 663 0 1 -47.2648 -42.3238 -204.45 - 1 245.323 688 0 0 -47.2731 -42.3275 -205.85 - 1 207.947 1162 3 0 2.26498 52.45 -116.223 - 1 6.47865 735 6 1 -32.976 40.2995 -24.85 - 1 8.99797 147 2 0 -49.658 -150.55 -145.964 - 1 193.395 651 2 1 -49.7833 -151.231 -144.85 - 1 97.3717 650 2 1 -49.85 -151.489 -144.451 - 1 39.4043 649 2 1 -50.0502 -151.434 -144.71 - 1 14.1829 141 2 0 -50.2825 -151.926 -145.85 - 1 150.168 140 2 0 -50.2858 -151.95 -145.891 - 1 77.0439 139 2 0 -50.3012 -152.15 -146.132 - 1 8.78063 1422 10 0 -139.261 104.55 94.0284 - 1 64.4193 201 10 1 -139.893 105.274 95.15 - 1 83.2475 200 10 1 -139.951 105.299 95.2349 - 1 65.4645 199 10 1 -140.15 105.327 95.3735 - 1 58.965 198 10 1 -140.351 105.258 95.4551 - 1 134.005 662 0 1 -47.45 -42.2575 -204.53 - 1 61.2083 661 0 1 -47.65 -42.1523 -204.617 - 1 66.6467 660 0 1 -47.8515 -42.0687 -204.685 - 1 74.4017 659 0 1 -48.05 -41.9315 -204.74 - 1 36.0552 658 0 1 -48.25 -41.795 -204.819 - 1 115.681 695 0 0 -49.2421 -41.0248 -205.85 - 1 93.3232 696 0 0 -49.4997 -40.85 -206.102 - 1 8.83685 697 0 0 -49.6825 -40.65 -206.24 - 1 47.1315 1042 0 0 -72.475 28.5479 -206.25 - 1 100.31 1043 0 0 -72.4435 28.65 -206.131 - 1 55.7043 1044 0 0 -72.3934 28.85 -205.937 - 1 140.006 539 0 1 -72.0658 30.4734 -204.85 - 1 180.217 666 1 1 -46.6717 -42.2757 -174.45 - 1 115.908 668 0 1 -46.3219 -42.9683 -204.45 - 1 97.6571 685 0 0 -46.2866 -43.009 -205.85 - 1 53.0971 664 1 1 -47.05 -42.4654 -174.72 - 1 107.78 689 1 0 -47.4041 -42.25 -176.22 - 1 88.4728 731 1 0 -72.5992 -33.7566 -176.25 - 1 86.0955 732 1 0 -72.7663 -33.6499 -176.132 - 1 107.917 650 1 1 -49.9848 -42.049 -174.45 - 1 12.5265 649 1 1 -50.05 -42.0706 -174.815 - 1 97.3036 614 0 1 -57.1326 -44.8817 -204.45 - 1 65.2927 613 0 1 -57.25 -44.9131 -204.521 - 1 76.4525 612 0 1 -57.45 -44.9706 -204.639 - 1 66.0145 611 0 1 -57.65 -45.0272 -204.742 - 1 112.597 672 0 0 -59.7275 -45.5655 -205.85 - 1 129.286 671 0 0 -60.078 -45.65 -206.04 - 1 49.9537 666 2 1 -46.85 -42.202 -144.798 - 1 385.441 502 1 0 75.7022 -79.5604 -176.25 - 1 33.196 503 1 0 75.7519 -79.45 -176.223 - 1 6.59555 501 1 0 75.7763 -79.65 -176.142 - 1 103.08 693 3 1 -41.2959 -38.5563 -114.45 - 1 37.7225 694 3 1 -41.25 -38.5819 -114.696 - 1 109.814 706 3 0 -41.0343 -38.654 -115.85 - 1 181.733 730 2 1 -34.0139 -37.3535 -144.45 - 1 277.008 731 2 1 -33.8499 -37.2199 -144.603 - 1 44.8573 732 2 1 -33.65 -37.1009 -144.76 - 1 22.7307 718 2 0 -32.1793 -36.2796 -145.85 - 1 204.88 719 2 0 -32.1276 -36.25 -145.89 - 1 81.5294 720 2 0 -31.7737 -36.05 -146.129 - 1 186.23 818 2 0 -7.15661 -16.3905 -146.25 - 1 40.4515 861 2 1 -7.82705 -16.6098 -144.85 - 1 205.655 860 2 1 -7.85 -16.6152 -144.804 - 1 282.61 820 3 0 3.56722 -15.8874 -116.25 - 1 445.28 918 3 1 3.77823 -16.2049 -114.849 - 1 1.30549 919 3 1 3.85 -17.1423 -114.84 - 1 28.024 812 3 0 4.19153 -17.6095 -115.85 - 1 105.81 811 3 0 4.21256 -17.65 -115.935 - 1 168.162 689 4 0 -46.353 -42.2208 -85.8501 - 1 132.444 690 3 1 -41.9628 -43.2094 -114.45 - 1 4.66007 691 3 1 -41.85 -43.1888 -114.832 - 1 149.895 684 3 0 -41.5535 -43.0963 -115.85 - 1 409.352 738 2 1 -32.3333 -42.6072 -144.45 - 1 22.6496 724 1 1 -35.0626 -35.9265 -174.45 - 1 141.559 725 1 1 -35.05 -35.9185 -174.496 - 1 103.88 722 1 0 -34.6425 -35.5997 -175.85 - 1 164.871 774 0 1 -25.0964 -30.0603 -204.45 - 1 76.7575 754 0 0 -25.5527 -29.1819 -205.85 - 1 104.93 755 0 0 -25.6161 -29.05 -206.043 -Number of digits in this event = 39 +Number of tracker hits in this event = 90 + 1 125.569 312 8 1 -117.658 -68.8602 35.55 + 1 112.026 555 8 0 -117.659 -68.862 34.15 + 1 102.715 312 7 1 -117.669 -68.8932 5.55 + 1 106.849 555 7 0 -117.672 -68.8941 4.15 + 1 389.587 312 6 1 -117.737 -68.9097 -24.45 + 1 216.198 555 6 0 -117.74 -68.91 -25.85 + 1 115.927 311 5 1 -117.811 -68.9161 -54.45 + 1 166.167 555 5 0 -117.815 -68.9211 -55.85 + 1 115.775 311 4 1 -117.906 -69.0373 -84.45 + 1 118.059 555 4 0 -117.913 -69.0444 -85.85 + 1 226.996 310 3 1 -118.044 -69.1825 -114.45 + 1 151.643 554 3 0 -118.05 -69.1931 -115.85 + 1 378.805 309 2 1 -118.183 -69.412 -144.45 + 1 428.419 553 2 0 -118.187 -69.4273 -145.85 + 1 424.167 309 1 1 -118.25 -69.7554 -174.45 + 1 278.13 551 1 0 -118.249 -69.7688 -175.85 + 1 137.137 309 0 1 -118.211 -70.0447 -204.45 + 1 183.388 550 0 0 -118.241 -70.0363 -205.85 + 1 52.9684 308 1 1 -118.35 -69.5092 -174.78 + 1 224.386 557 1 0 -120.736 -68.597 -175.85 + 1 231.561 558 1 0 -121.31 -68.45 -176.176 + 1 61.1003 712 1 0 -141.417 -37.6451 -176.25 + 1 131.845 711 1 0 -141.338 -37.65 -176.167 + 1 265.604 710 1 0 -141.057 -37.8503 -176.092 + 1 203.15 553 1 0 -118.327 -69.3515 -175.85 + 1 126.888 308 0 1 -118.539 -69.3794 -204.45 + 1 131.548 553 0 0 -118.544 -69.3766 -205.85 + 1 11.9341 644 0 0 -128.266 -51.2202 -206.25 + 1 14.2328 705 0 0 -120.263 -38.9373 -206.25 + 1 1.64079 389 6 0 35.3505 -102.15 -26.0986 + 1 96.2713 1005 2 0 -63.8322 21.2168 -146.25 + 1 245.636 1006 2 0 -63.8046 21.25 -146.219 + 1 352.519 1004 2 0 -63.3667 21.05 -146.087 + 1 141.451 310 2 1 -118.15 -69.261 -144.457 + 1 13.6646 557 2 0 -117.925 -68.4995 -145.85 + 1 86.8149 558 2 0 -117.93 -68.45 -145.879 + 1 182.077 559 2 0 -117.862 -68.25 -146.066 + 1 456.294 560 2 0 -118.01 -68.05 -146.099 + 1 95.4985 305 1 1 -119.004 -69.6456 -174.45 + 1 160.228 294 0 1 -121.188 -70.8096 -204.45 + 1 285.955 546 0 0 -121.327 -70.7979 -205.85 + 1 127.739 300 0 1 -120.068 -71.2503 -204.45 + 1 78.1936 301 0 1 -119.95 -71.2111 -204.642 + 1 7.98256 302 0 1 -119.75 -71.164 -204.833 + 1 388.767 545 0 0 -118.222 -70.9999 -205.85 + 1 33.9834 547 0 0 -117.209 -70.65 -206.208 + 1 84.9771 299 0 1 -120.15 -71.145 -204.598 + 1 135.597 548 0 0 -120.567 -70.4145 -205.85 + 1 4.73504 549 0 0 -120.658 -70.2496 -206.232 + 1 22.9847 554 2 0 -118.257 -69.25 -146.226 + 1 80.9909 758 2 0 -99.0456 -28.3172 -146.25 + 1 126.978 315 5 1 -116.962 -70.3041 -54.4501 + 1 118.036 548 5 0 -116.957 -70.2792 -55.8501 + 1 119.849 317 4 1 -116.705 -69.6729 -84.4503 + 1 138.92 551 4 0 -116.76 -69.7354 -85.85 + 1 117.998 314 3 1 -117.321 -70.9042 -114.45 + 1 106.337 545 3 0 -117.348 -70.9518 -115.85 + 1 254.365 312 2 1 -117.554 -72.0983 -144.45 + 1 127.557 539 2 0 -117.678 -72.1376 -145.85 + 1 179.597 297 1 1 -120.57 -73.2596 -174.45 + 1 232.863 533 1 0 -120.624 -73.2884 -175.85 + 1 106.188 292 0 1 -121.623 -73.7151 -204.45 + 1 160.583 531 0 0 -121.637 -73.787 -205.85 + 1 179.737 654 0 0 -73.3676 -49.2462 -206.25 + 1 221.208 556 6 0 -117.543 -68.6992 -25.85 + 1 51.0345 557 6 0 -117.495 -68.65 -26.1942 + 1 84.5831 332 5 1 -113.614 -64.4002 -54.45 + 1 43.7486 333 5 1 -113.55 -64.3521 -54.7074 + 1 259.374 579 5 0 -113.258 -64.1347 -55.85 + 1 97.6051 372 4 1 -105.623 -59.3684 -84.4502 + 1 27.7242 373 4 1 -105.55 -59.3252 -84.766 + 1 135.707 604 4 0 -105.29 -59.1603 -85.85 + 1 61.0672 409 3 1 -98.2067 -54.1528 -114.45 + 1 53.8921 410 3 1 -98.15 -54.1109 -114.658 + 1 50.8302 630 3 0 -97.8343 -53.8775 -115.85 + 1 108.776 631 3 0 -97.7995 -53.85 -115.982 + 1 140.403 450 2 1 -89.8945 -47.2317 -144.45 + 1 112.107 451 2 1 -89.85 -47.224 -144.753 + 1 124.584 664 2 0 -89.6643 -47.1753 -145.85 + 1 260.073 476 1 1 -84.6706 -46.101 -174.45 + 1 46.3587 672 1 0 -84.7713 -45.4843 -175.85 + 1 113.405 673 1 0 -84.7768 -45.45 -175.927 + 1 186.175 468 0 1 -86.2648 -33.2544 -204.45 + 1 93.7135 737 0 0 -86.2689 -32.5382 -205.85 + 1 171.183 738 0 0 -86.2696 -32.45 -206.024 + 1 45.0872 498 3 1 -80.4149 23.4049 -114.85 + 1 215.09 689 6 0 -133.335 -42.2346 -26.25 + 1 84.288 688 6 0 -133.448 -42.25 -26.234 + 1 47.1221 637 2 0 -109.543 -52.5387 -145.85 + 1 29.688 638 2 0 -109.53 -52.45 -146.174 +Number of digits in this event = 48 Using G4ParticleGun ... -3.37574 LIN +7.05784 LIN e- Event: 2 -Number of tracker hits in this event = 141 - 2 129.933 451 10 1 -89.8427 36.4748 95.55 - 2 106.104 1082 10 0 -89.8408 36.4785 94.15 - 2 593.084 451 9 1 -89.7994 36.5586 65.55 - 2 228.729 1082 9 0 -89.7942 36.5603 64.15 - 2 109.892 451 8 1 -89.7 36.6045 35.55 - 2 257.242 1082 8 0 -89.6955 36.6083 34.15 - 2 127.433 452 7 1 -89.5954 36.6864 5.55 - 2 441.274 1083 7 0 -89.5903 36.6889 4.15 - 2 112.019 452 6 1 -89.4901 36.7527 -24.45 - 2 151.048 1083 6 0 -89.4876 36.7587 -25.85 - 2 107.767 453 5 1 -89.4392 36.8843 -54.45 - 2 132.191 1084 5 0 -89.4366 36.8882 -55.85 - 2 101.077 453 4 1 -89.3831 36.9635 -84.45 - 2 111.813 1084 4 0 -89.38 36.9684 -85.85 - 2 169.732 453 3 1 -89.3243 37.0847 -114.45 - 2 114.873 1085 3 0 -89.3154 37.0956 -115.85 - 2 141.679 454 2 1 -89.1518 37.3118 -144.45 - 2 144.847 1086 2 0 -89.1395 37.3226 -145.85 - 2 110.85 455 1 1 -88.8738 37.5264 -174.45 - 2 140.196 1087 1 0 -88.8601 37.5492 -175.85 - 2 114.177 457 0 1 -88.6207 38.0531 -204.45 - 2 113.055 1090 0 0 -88.6132 38.0811 -205.85 - 2 257.378 451 7 1 -89.6513 36.6567 5.55 - 2 168.766 451 6 1 -89.8149 37.1108 -24.45 - 2 177.167 1085 6 0 -89.767 37.1266 -25.85 - 2 194.51 456 5 1 -88.7874 37.3227 -54.45 - 2 131.267 1086 5 0 -88.7924 37.4086 -55.85 - 2 119.196 455 4 1 -88.9532 39.3572 -84.45 - 2 228.409 1097 4 0 -89.0188 39.5633 -85.8502 - 2 177.364 446 3 1 -90.9043 43.7196 -114.45 - 2 10.8616 1119 3 0 -91.0454 44.0437 -115.85 - 2 99.4917 1120 3 0 -91.0482 44.05 -115.877 - 2 130.996 431 2 1 -93.7832 50.8656 -144.45 - 2 44.6898 1154 2 0 -94.0248 51.0336 -145.85 - 2 68.5495 1155 2 0 -94.0497 51.05 -145.993 - 2 123.004 406 1 1 -98.779 54.0989 -174.45 - 2 142.028 1169 1 0 -98.9709 54.0035 -175.85 - 2 40.2122 384 0 1 -103.332 51.2273 -204.45 - 2 87.1484 383 0 1 -103.35 51.2025 -204.588 - 2 122.793 1154 0 0 -103.514 50.9751 -205.85 - 2 17.1349 1237 0 0 -124.97 67.4845 -206.25 - 2 18.3082 1068 0 0 -84.5512 33.8424 -205.85 - 2 7.58524 1069 0 0 -84.5523 33.85 -206.222 - 2 216.964 472 2 1 -85.5097 38.5222 -144.45 - 2 226.801 1092 2 0 -85.4112 38.4822 -145.85 - 2 158.192 493 1 1 -81.3495 35.718 -174.45 - 2 7.03659 494 1 1 -81.25 35.8215 -174.823 - 2 52.658 1080 1 0 -80.9965 36.1835 -175.85 - 2 88.3313 1081 1 0 -80.9542 36.25 -176.027 - 2 143.215 530 0 1 -73.903 48.5985 -204.45 - 2 156.922 1144 0 0 -73.6992 49.0004 -205.85 - 2 58.5983 1145 0 0 -73.6529 49.05 -206.103 - 2 84.9989 483 1 1 -83.2705 38.1056 -174.45 - 2 44.03 484 1 1 -83.25 38.1034 -174.761 - 2 130.061 1090 1 0 -83.171 38.0856 -175.85 - 2 135.668 493 0 1 -81.4209 37.0273 -204.45 - 2 125.375 1084 0 0 -81.2849 37.0164 -205.85 - 2 116.447 462 1 1 -87.5394 39.4881 -174.45 - 2 112.406 463 1 1 -87.45 39.2225 -174.634 - 2 32.7492 1086 1 0 -86.787 37.3594 -175.85 - 2 71.1671 1085 1 0 -86.7537 37.25 -175.925 - 2 59.1228 1084 1 0 -86.6857 37.05 -176.034 - 2 66.5891 1083 1 0 -86.6422 36.85 -176.081 - 2 60.2647 1082 1 0 -86.6066 36.65 -176.124 - 2 130.915 442 6 1 -91.5577 37.5829 -24.45 - 2 126.242 1087 6 0 -91.7365 37.598 -25.85 - 2 82.7594 434 5 1 -93.3041 38.5118 -54.45 - 2 159.473 433 5 1 -93.35 38.5015 -54.697 - 2 119.242 1091 5 0 -93.5705 38.4499 -55.85 - 2 117.407 405 4 1 -98.9536 37.4213 -84.45 - 2 187.533 1085 4 0 -99.1155 37.2451 -85.85 - 2 105.09 386 3 1 -102.856 33.1935 -114.45 - 2 139.045 1064 3 0 -103.011 32.9504 -115.85 - 2 103.652 370 2 1 -106.119 28.3495 -144.45 - 2 26.0816 369 2 1 -106.15 28.3151 -144.731 - 2 158.042 1040 2 0 -106.276 28.1858 -145.85 - 2 115.465 354 1 1 -109.302 24.4291 -174.45 - 2 106.343 1021 1 0 -109.404 24.3813 -175.85 - 2 118.102 343 0 1 -111.414 23.3637 -204.45 - 2 127.306 1017 0 0 -111.543 23.5025 -205.85 - 2 88.7358 1483 2 0 -106.249 116.75 -146.084 - 2 512.847 1484 2 0 -106.055 116.95 -146.035 - 2 12.8564 1485 2 0 -105.762 117.15 -146.196 - 2 11.0724 965 2 1 13.1573 32.3828 -144.85 - 2 2.82363 450 9 1 -89.85 36.4124 65.1545 - 2 131.825 1080 9 0 -89.8706 36.2187 64.15 - 2 92.5141 455 8 1 -88.9792 36.3008 35.5499 - 2 18.6746 456 8 1 -88.8498 36.2495 35.2172 - 2 95.8962 1080 8 0 -88.4659 36.1037 34.15 - 2 11.4014 1079 8 0 -88.3499 36.05 33.7808 - 2 470.705 502 7 1 -79.4603 30.8141 5.55 - 2 221.044 1051 7 0 -79.4763 30.4263 4.15 - 2 140.155 484 6 1 -83.069 25.1318 -24.45 - 2 137.89 1025 6 0 -83.2294 25.0713 -25.8517 - 2 0.917285 1024 6 0 -83.2725 25.05 -26.2453 - 2 138.497 473 5 1 -85.2548 22.8658 -54.45 - 2 121.498 1016 5 0 -85.8268 23.2765 -55.85 - 2 10.9652 419 4 1 -96.3132 23.9637 -84.4501 - 2 166.595 418 4 1 -96.35 23.9706 -84.4812 - 2 10.4491 1032 4 0 -95.4172 26.614 -85.85 - 2 66.3194 1033 4 0 -95.4007 26.65 -85.8685 - 2 87.0788 1034 4 0 -95.2579 26.85 -85.9457 - 2 113.338 1035 4 0 -95.0348 27.05 -85.9917 - 2 43.9713 1036 4 0 -94.7712 27.25 -85.9497 - 2 2.51874 435 4 1 -92.9585 27.4683 -84.85 - 2 66.4004 436 4 1 -92.95 27.4692 -84.8446 - 2 42.8543 437 4 1 -92.75 27.5437 -84.7438 - 2 103.321 438 4 1 -92.5497 27.6017 -84.6616 - 2 398.143 439 4 1 -92.35 27.7383 -84.5767 - 2 330.703 440 4 1 -92.15 28.0709 -84.5257 - 2 179.062 503 7 1 -79.45 30.6732 5.21204 - 2 118.932 452 8 1 -89.6107 36.6035 35.55 - 2 90.5056 455 7 1 -88.8865 35.0858 5.55 - 2 253.719 1074 7 0 -88.8148 34.9948 4.15 - 2 149.832 462 6 1 -87.5948 32.8667 -24.45 - 2 129.505 1063 6 0 -87.5171 32.7706 -25.85 - 2 95.8162 470 5 1 -85.864 30.8689 -54.45 - 2 66.6029 471 5 1 -85.85 30.8594 -54.6126 - 2 251.868 1053 5 0 -85.7438 30.7886 -55.85 - 2 44.9085 483 4 1 -83.2684 29.1586 -84.45 - 2 53.6933 484 4 1 -83.25 29.1509 -84.638 - 2 107.375 1045 4 0 -83.131 29.106 -85.85 - 2 176.492 499 3 1 -80.1087 28.1535 -114.45 - 2 177.207 1040 3 0 -79.9696 28.0911 -115.85 - 2 148.101 513 2 1 -77.3615 26.8304 -144.45 - 2 170.108 1032 2 0 -77.3756 26.649 -145.85 - 2 174.82 512 1 1 -77.4821 22.8798 -174.45 - 2 127.166 1013 1 0 -77.4507 22.7296 -175.85 - 2 119.903 515 0 1 -76.9423 19.7092 -204.45 - 2 111.633 997 0 0 -76.8986 19.5165 -205.851 - 2 149.654 431 3 1 -93.85 -27.6289 -114.45 - 2 163.01 432 3 1 -93.75 -27.94 -114.709 - 2 57.2347 469 5 1 -86.05 30.6731 -54.769 - 2 172.32 487 2 1 -82.5268 26.7502 -144.45 - 2 149.239 488 2 1 -82.45 27.2475 -144.679 - 2 97.5398 489 2 1 -82.2499 27.7199 -144.656 - 2 214.427 490 2 1 -82.05 28.0193 -144.585 - 2 92.4326 491 2 1 -81.85 28.3319 -144.627 - 2 181.943 492 2 1 -81.6495 28.5535 -144.686 - 2 160.177 493 2 1 -81.45 28.6591 -144.528 - 2 287.534 1039 2 0 -82.7923 28.05 -145.926 -Number of digits in this event = 70 +Number of tracker hits in this event = 58 + 2 163.563 466 9 1 -86.7586 -84.0625 65.55 + 2 99.4141 479 9 0 -86.7584 -84.0631 64.15 + 2 107.038 466 8 1 -86.7567 -84.0712 35.55 + 2 202.112 479 8 0 -86.7569 -84.0709 34.15 + 2 287.723 466 7 1 -86.7586 -84.0671 5.55 + 2 104.418 479 7 0 -86.758 -84.0679 4.15 + 2 157.267 466 6 1 -86.7463 -84.0746 -24.45 + 2 276.385 479 6 0 -86.7465 -84.0741 -25.85 + 2 122.096 466 5 1 -86.7444 -84.0704 -54.45 + 2 105.451 479 5 0 -86.7463 -84.0702 -55.85 + 2 113.477 466 4 1 -86.7903 -84.067 -84.45 + 2 106.655 479 4 0 -86.7931 -84.0667 -85.85 + 2 135.097 465 3 1 -86.8532 -84.0649 -114.45 + 2 442.045 479 3 0 -86.8551 -84.0669 -115.85 + 2 159.491 465 2 1 -86.8944 -84.1126 -144.45 + 2 120.527 479 2 0 -86.8974 -84.1155 -145.85 + 2 130.718 465 1 1 -86.9698 -84.1817 -174.45 + 2 434.948 479 1 0 -86.976 -84.1841 -175.85 + 2 126.083 464 0 1 -87.1058 -84.2267 -204.45 + 2 222.559 479 0 0 -87.1114 -84.2319 -205.85 + 2 122.623 1413 6 1 102.786 123.815 -24.4501 + 2 14.2124 1414 6 1 102.95 123.936 -24.8023 + 2 39.4949 1518 6 0 103.549 123.778 -25.85 + 2 120.481 1517 6 0 103.592 123.75 -25.9699 + 2 218.25 1733 7 0 70.9831 166.87 3.75005 + 2 425.374 466 0 1 -86.7465 -84.0203 -204.45 + 2 233.687 480 0 0 -86.7485 -84.0162 -205.85 + 2 741.606 466 1 1 -86.708 -84.0866 -174.451 + 2 557.803 481 0 0 -86.673 -83.8229 -205.85 + 2 28.9217 480 1 0 -86.6685 -83.8734 -175.85 + 2 79.9901 481 1 0 -86.6642 -83.85 -175.971 + 2 11.5162 488 0 1 -82.4251 -80.1141 -204.45 + 2 185.651 487 0 1 -82.45 -80.0842 -204.475 + 2 96.0872 486 0 1 -82.65 -79.8456 -204.655 + 2 25.3001 485 0 1 -82.85 -79.6337 -204.808 + 2 54.9018 507 0 0 -84.3875 -78.5577 -205.85 + 2 69.0705 508 0 0 -84.4985 -78.4497 -205.922 + 2 78.6576 509 0 0 -84.6736 -78.25 -206.037 + 2 31.1614 510 0 0 -84.819 -78.0497 -206.19 + 2 35.4021 634 0 0 -116.82 -53.1291 -206.25 + 2 144.679 635 0 0 -116.923 -53.05 -206.165 + 2 146.78 467 7 1 -86.65 -84.0931 5.34352 + 2 118.936 446 0 1 -90.776 -83.977 -204.45 + 2 110.276 470 0 1 -85.9902 -84.0763 -204.45 + 2 245.4 466 3 1 -86.7834 -84.0722 -114.45 + 2 114.92 467 2 1 -86.5336 -84.4684 -144.45 + 2 128.491 477 2 0 -86.5464 -84.4784 -145.85 + 2 123.794 476 1 0 -86.8294 -84.6502 -175.85 + 2 138.742 465 0 1 -86.8956 -85.1309 -204.45 + 2 112.195 474 0 0 -86.8969 -85.1877 -205.85 + 2 97.4167 1140 0 0 -126.536 48.05 -206.022 + 2 103.344 464 2 1 -87.2325 -83.6622 -144.45 + 2 7.43085 463 2 1 -87.25 -83.6566 -144.826 + 2 102.295 482 2 0 -87.2977 -83.6416 -145.85 + 2 122.303 458 1 1 -88.4217 -83.2429 -174.45 + 2 139.742 484 1 0 -88.4678 -83.1938 -175.85 + 2 180.561 452 0 1 -89.4815 -82.2624 -204.45 + 2 136.11 489 0 0 -89.586 -82.1909 -205.85 +Number of digits in this event = 35 Using G4ParticleGun ... -8.64088 LIN +9.67737 LIN e- Event: 3 -Number of tracker hits in this event = 291 - 3 184.885 982 10 1 16.5465 114.413 95.55 - 3 110.286 1471 10 0 16.5463 114.413 94.15 - 3 132.895 982 9 1 16.5451 114.416 65.55 - 3 169.448 1471 9 0 16.5451 114.416 64.15 - 3 122.785 982 8 1 16.5412 114.415 35.55 - 3 111.683 1471 8 0 16.5369 114.417 34.15 - 3 329.835 982 7 1 16.473 114.468 5.55 - 3 136.148 1471 7 0 16.4715 114.475 4.15 - 3 480.043 981 6 1 16.4443 114.602 -24.45 - 3 406.815 1472 6 0 16.438 114.608 -25.85 - 3 766.241 981 5 1 16.3199 114.748 -54.45 - 3 221.093 1473 5 0 16.3068 114.759 -55.85 - 3 271.105 980 4 1 16.0573 114.955 -84.45 - 3 213.262 1474 4 0 16.0589 114.988 -85.85 - 3 424.178 980 3 1 16.078 115.69 -114.45 - 3 128.894 1477 3 0 16.0718 115.721 -115.85 - 3 207.588 979 2 1 16.0093 116.391 -144.45 - 3 165.232 1481 2 0 15.9995 116.412 -145.85 - 3 181.685 978 1 1 15.8086 116.846 -174.45 - 3 108.71 1483 1 0 15.7887 116.866 -175.85 - 3 34.1711 977 0 1 15.4545 117.271 -204.45 - 3 73.8134 976 0 1 15.45 117.274 -204.585 - 3 128.311 1485 0 0 15.4085 117.298 -205.85 - 3 107.924 1396 0 0 8.96196 99.55 -206.023 - 3 30.9789 1160 0 1 52.1797 140.027 -204.85 - 3 298.366 979 1 1 15.9123 115.218 -174.45 - 3 231.323 1476 1 0 15.7094 115.355 -175.85 - 3 74.055 965 0 1 13.0997 119.353 -204.45 - 3 26.5274 964 0 1 13.05 119.354 -204.763 - 3 329.293 1496 0 0 12.8852 119.404 -205.85 - 3 84.2259 1541 1 0 -28.937 128.535 -176.25 - 3 280.606 1542 1 0 -28.967 128.55 -176.178 - 3 395.336 1474 1 0 15.6555 114.981 -175.85 - 3 113.06 960 5 1 12.1867 115.311 -54.45 - 3 44 959 5 1 12.05 115.269 -54.7388 - 3 201.265 1474 5 0 11.4994 115.099 -55.85 - 3 42.3865 884 4 1 -3.15814 111.068 -84.45 - 3 104.282 883 4 1 -3.25 111.064 -84.5862 - 3 164.792 1454 4 0 -4.09617 110.991 -85.8502 - 3 48.5956 784 3 1 -23.1193 108.594 -114.45 - 3 65.894 783 3 1 -23.2503 108.585 -114.559 - 3 51.0876 782 3 1 -23.45 108.57 -114.725 - 3 173.988 1441 3 0 -24.8396 108.432 -115.85 - 3 81.1426 616 2 1 -56.6646 104.602 -144.45 - 3 62.3184 615 2 1 -56.85 104.616 -144.594 - 3 57.4384 614 2 1 -57.0501 104.647 -144.724 - 3 131.538 1424 2 0 -58.7441 105.052 -145.85 - 3 52.6293 1425 2 0 -59.0354 105.15 -146.101 - 3 128.815 544 1 1 -71.1171 120.532 -174.45 - 3 68.9829 1507 1 0 -71.1577 121.626 -175.85 - 3 52.709 1508 1 0 -71.1635 121.75 -176.018 - 3 63.5597 538 0 1 -72.3802 140.65 -204.45 - 3 80.5155 539 0 1 -72.25 140.778 -204.596 - 3 43.9937 540 0 1 -72.05 140.938 -204.78 - 3 45.8605 1608 0 0 -70.8119 141.885 -205.85 - 3 123.469 1609 0 0 -70.7207 141.95 -205.927 - 3 46.0133 1610 0 0 -70.4478 142.15 -206.164 - 3 661.387 1471 5 0 16.4512 114.452 -55.85 - 3 207.343 987 4 1 17.57 115.661 -84.45 - 3 106.318 1477 4 0 17.6696 115.714 -85.85 - 3 123.22 997 3 1 19.6122 116.731 -114.45 - 3 162.21 1483 3 0 19.7294 116.829 -115.85 - 3 133.835 1010 2 1 22.0896 118.791 -144.45 - 3 119.556 1493 2 0 22.1757 118.89 -145.85 - 3 125.159 1020 1 1 24.0994 120.998 -174.45 - 3 35.0797 1504 1 0 24.2286 121.136 -175.85 - 3 81.8536 1505 1 0 24.2411 121.15 -175.986 - 3 93.3265 1033 0 1 26.7108 123.803 -204.45 - 3 108.747 1519 0 0 26.8436 124 -205.85 - 3 886.547 1472 3 0 16.0994 114.702 -115.85 - 3 0.0194793 970 2 1 14.05 113.394 -144.45 - 3 118.807 969 2 1 14.05 113.394 -144.45 - 3 281.142 1464 2 0 13.8817 113.085 -145.85 - 3 128.107 953 1 1 10.8022 105.944 -174.45 - 3 23.2695 1427 1 0 10.6254 105.571 -175.85 - 3 86.9996 1426 1 0 10.6158 105.55 -175.927 - 3 118.313 936 0 1 7.37278 96.8716 -204.45 - 3 62.4547 1378 0 0 7.66735 95.8383 -205.85 - 3 79.2905 1377 0 0 7.69961 95.75 -205.982 - 3 228.031 981 2 1 16.2807 114.349 -144.45 - 3 139.354 1470 2 0 16.3826 114.285 -145.85 - 3 128.655 992 1 1 18.4769 112.871 -174.45 - 3 391.471 1464 1 0 18.5125 113.082 -175.85 - 3 444.494 996 0 1 19.4479 117.23 -204.45 - 3 108.447 997 0 1 19.45 117.24 -204.485 - 3 472.458 1487 0 0 19.5305 117.633 -205.851 - 3 12.1497 1486 0 0 19.5739 117.55 -206.047 - 3 54.5367 1488 0 0 19.6211 117.75 -206.12 - 3 50.5656 1477 0 0 35.4087 115.672 -206.25 - 3 86.0978 1476 0 0 35.4496 115.55 -206.138 - 3 179.276 1475 0 0 35.5352 115.35 -205.913 - 3 97.1393 1079 0 1 36.0038 114.454 -204.85 - 3 174.001 1080 0 1 36.05 114.393 -204.759 - 3 42.0235 1081 0 1 36.25 114.311 -204.509 - 3 49.5403 1078 0 1 35.85 114.571 -204.592 - 3 64.9697 1077 0 1 35.65 114.601 -204.652 - 3 18.234 1076 0 1 35.45 114.601 -204.8 - 3 381.59 1473 0 0 34.6462 114.919 -205.85 - 3 6.16251 1445 0 0 14.2177 109.158 -206.25 - 3 67.7061 1444 0 0 14.207 109.15 -206.211 - 3 97.8156 1443 0 0 14.2732 108.95 -206.027 - 3 12.482 981 0 1 16.4107 107.33 -204.85 - 3 449.943 982 0 1 16.45 107.299 -204.837 - 3 146.842 983 0 1 16.65 107.257 -204.807 - 3 2.66114 984 0 1 16.85 107.132 -204.841 - 3 121.828 1430 0 0 18.0049 106.325 -205.85 - 3 90.9154 1429 0 0 18.3439 106.15 -205.978 - 3 22.7424 1428 0 0 18.5638 105.95 -205.9 - 3 333.285 994 0 1 18.9803 105.126 -204.85 - 3 120.181 995 0 1 19.05 105.076 -204.614 - 3 219.443 982 6 1 16.4955 114.455 -24.45 - 3 239.474 1471 6 0 16.485 114.457 -25.85 - 3 395.192 1471 4 0 16.052 114.536 -85.85 - 3 441.171 979 3 1 15.9234 114.617 -114.45 - 3 318.228 978 2 1 15.6709 114.734 -144.45 - 3 332.778 1472 2 0 15.6554 114.737 -145.85 - 3 120.414 976 1 1 15.3434 114.771 -174.45 - 3 123.781 1473 1 0 15.3238 114.778 -175.85 - 3 127.413 974 0 1 14.9074 114.889 -204.45 - 3 6.46254 379 4 0 50.3299 -104.311 -85.85 - 3 2.45686 1219 4 1 63.85 -104.879 -84.8379 - 3 4.14684 560 5 0 56.3384 -67.8607 -56.2498 - 3 270.217 561 5 0 56.3402 -67.85 -56.241 - 3 72.1491 562 5 0 56.4342 -67.65 -56.0487 - 3 33.1684 563 5 0 56.4398 -67.45 -55.9637 - 3 124.682 1178 5 1 55.6885 -66.1061 -54.85 - 3 153.064 1177 5 1 55.65 -66.0575 -54.8051 - 3 87.8767 1001 2 1 20.2704 114.09 -144.45 - 3 34.9097 1002 2 1 20.45 114.161 -144.73 - 3 119.324 1471 2 0 21.2046 114.521 -145.85 - 3 44.308 1154 1 1 50.9825 130.575 -174.45 - 3 316.791 1155 1 1 51.05 130.688 -174.513 - 3 47.7465 1572 1 0 50.9705 134.57 -175.85 - 3 79.9895 1573 1 0 50.965 134.75 -175.906 - 3 66.0505 1574 1 0 50.9606 134.95 -175.968 - 3 61.1185 1575 1 0 50.9754 135.15 -176.081 - 3 25.427 1576 1 0 50.9884 135.35 -176.196 - 3 362.682 1471 3 0 15.9385 114.55 -115.979 - 3 331.846 982 2 1 16.5309 112.808 -144.45 - 3 114.131 1463 2 0 16.785 112.896 -145.85 - 3 135.177 1006 1 1 21.3734 115 -174.45 - 3 100.185 1006 0 1 21.3435 114.436 -204.45 - 3 102.438 1007 0 1 21.45 114.369 -204.729 - 3 120.955 1469 0 0 21.8835 114.096 -205.85 - 3 256.341 1381 1 0 22.2169 96.5443 -176.25 - 3 6.66347 1382 1 0 22.2239 96.55 -176.177 - 3 727.688 982 5 1 16.4777 114.466 -54.45 - 3 404.857 982 4 1 16.5322 114.525 -84.45 - 3 357.509 981 3 1 16.4353 114.685 -114.45 - 3 128.387 1473 2 0 16.3273 114.797 -145.85 - 3 119.616 980 1 1 16.1841 114.959 -174.45 - 3 37.5611 979 0 1 15.8529 114.962 -204.45 - 3 69.0233 978 0 1 15.85 114.962 -204.607 - 3 159.902 1474 0 0 15.8256 114.96 -205.85 - 3 166.939 857 0 1 -8.53161 173.996 -204.85 - 3 250.506 735 0 1 -32.85 114.988 -204.742 - 3 332.188 981 4 1 16.45 114.343 -84.6871 - 3 400.447 1468 4 0 16.1249 113.937 -85.85 - 3 102.43 964 3 1 12.9641 102.057 -114.45 - 3 147.097 1408 3 0 13.2032 101.824 -115.85 - 3 535.821 1011 2 1 22.4284 98.824 -144.451 - 3 36.4467 1406 2 0 21.9222 101.409 -145.85 - 3 47.7872 1407 2 0 21.903 101.55 -145.916 - 3 62.6222 1408 2 0 21.8867 101.75 -145.985 - 3 101.639 1409 2 0 21.8994 101.95 -146.069 - 3 70.5923 1410 2 0 21.8992 102.15 -146.151 - 3 62.6899 1411 2 0 21.9057 102.35 -146.213 - 3 82.2864 1396 2 0 23.6977 99.3697 -145.85 - 3 81.8653 1395 2 0 23.8899 99.35 -145.958 - 3 154.728 1394 2 0 23.9554 99.15 -146.084 - 3 21.635 1277 2 0 88.3407 75.5611 -146.25 - 3 117.82 1595 2 0 156.068 139.204 -146.25 - 3 114.076 1472 0 0 16.6159 114.659 -205.85 - 3 120.813 982 3 1 16.5449 114.363 -114.45 - 3 74.7762 1470 3 0 16.5552 114.35 -115.987 - 3 266.142 983 2 1 16.7456 114.113 -144.45 - 3 174.721 1469 2 0 16.7555 114.098 -145.85 - 3 168.28 984 1 1 16.9591 113.756 -174.45 - 3 119.602 1467 1 0 16.9699 113.739 -175.85 - 3 118.769 985 0 1 17.1879 113.381 -204.45 - 3 111.222 1466 0 0 17.1998 113.37 -205.85 - 3 38.8573 159 7 1 -148.15 146.847 5.37708 - 3 7.32908 1473 4 0 16.8266 114.941 -85.85 - 3 89.2613 1018 3 1 23.8192 125.253 -114.45 - 3 107.55 1017 3 1 23.65 125.327 -114.639 - 3 186.71 1528 3 0 22.5879 125.755 -115.85 - 3 53.7979 861 2 1 -7.76954 137.404 -144.45 - 3 109.419 860 2 1 -7.85006 137.413 -144.586 - 3 152.049 1586 2 0 -8.76475 137.403 -145.85 - 3 113.33 762 1 1 -27.5301 139.16 -174.45 - 3 132.197 1593 1 0 -27.7452 138.869 -175.85 - 3 2.09748 746 0 1 -30.8483 131.569 -204.45 - 3 179.985 745 0 1 -30.8501 131.567 -204.454 - 3 12.3411 744 0 1 -31.05 131.442 -204.803 - 3 176.974 1554 0 0 -31.7076 131.118 -205.85 - 3 180.906 1522 0 0 -57.0015 124.715 -206.25 - 3 65.0291 610 0 1 -57.9464 123.886 -204.85 - 3 203.026 609 0 1 -58.05 123.777 -204.68 - 3 46.984 1514 0 0 -57.7072 123.017 -205.85 - 3 70.527 1513 0 0 -57.655 122.95 -205.995 - 3 106.8 1497 0 0 -47.8395 119.628 -206.249 - 3 16.948 659 0 1 -48.2286 118.81 -204.85 - 3 206.652 658 0 1 -48.25 118.781 -204.807 - 3 117.869 1597 1 0 -28.7288 139.694 -175.85 - 3 397.312 1598 1 0 -29.0698 139.75 -175.933 - 3 25.3185 750 1 1 -30.0184 140.069 -174.85 - 3 137.091 749 1 1 -30.0502 140.066 -174.813 - 3 243.576 984 4 1 16.8586 114.72 -84.45 - 3 142.561 1472 4 0 16.902 114.692 -85.85 - 3 128.297 988 3 1 17.7454 114.186 -114.45 - 3 113.193 1469 3 0 17.77 114.128 -115.85 - 3 194.787 991 2 1 18.2991 113.08 -144.45 - 3 218.674 988 1 1 17.6893 112.419 -174.45 - 3 167.939 987 1 1 17.65 112.408 -174.65 - 3 113.167 1460 1 0 17.4214 112.333 -175.85 - 3 136.183 953 0 1 10.7997 110.304 -204.45 - 3 102.056 1450 0 0 10.4754 110.317 -205.85 - 3 79.9344 1331 0 0 -14.1615 86.45 -206.021 - 3 77.5382 986 1 1 17.4497 112.363 -174.669 - 3 77.8335 985 1 1 17.25 112.368 -174.76 - 3 73.0036 983 1 1 16.85 112.45 -174.705 - 3 100.213 982 1 1 16.6495 112.462 -174.694 - 3 104.35 1458 1 0 16.9384 111.848 -175.85 - 3 191.973 1457 1 0 17.056 111.75 -175.948 - 3 144.571 1461 1 0 17.8778 112.527 -175.85 - 3 12.9598 1462 1 0 17.9212 112.55 -176.197 - 3 70.7167 1008 0 1 21.6501 115.265 -204.61 - 3 51.991 1463 1 0 17.4384 112.856 -175.851 - 3 0.572936 1465 1 0 17.4404 113.15 -176.247 - 3 121.363 1024 0 1 24.886 133.444 -204.45 - 3 214.11 1569 0 0 25.1758 134.063 -205.85 - 3 65.3149 1570 0 0 25.2047 134.15 -206.073 - 3 82.0551 983 4 1 16.8312 114.737 -84.4502 - 3 67.9904 979 4 1 16.05 114.396 -84.7513 - 3 0.580141 978 4 1 15.85 114.333 -84.8483 - 3 103.39 1469 4 0 14.1632 113.995 -85.85 - 3 41.0556 1467 4 0 13.1451 113.75 -86.1547 - 3 49.3101 1164 0 0 0.548888 53.05 -206.161 - 3 54.0422 45 3 1 -170.95 0.652198 -114.514 - 3 83.471 1163 0 0 0.503435 52.8499 -206.048 - 3 37.7731 1475 5 0 16.2478 115.15 -56.1139 - 3 31.8548 953 4 1 10.673 125.837 -84.45 - 3 94.2339 952 4 1 10.65 125.799 -84.5526 - 3 65.5648 1525 4 0 10.4016 125.23 -85.85 - 3 51.2903 1524 4 0 10.3506 125.15 -86.0617 - 3 30.7157 1462 4 0 16.1476 112.575 -86.2498 - 3 217.02 1461 4 0 16.1905 112.55 -86.1489 - 3 265.063 985 4 1 17.0519 111.084 -84.8499 - 3 53.5509 986 4 1 17.25 110.553 -84.5272 - 3 75.8138 988 4 1 17.65 110.556 -84.6552 - 3 210.808 989 4 1 17.85 110.613 -84.6441 - 3 203.783 990 4 1 18.05 110.617 -84.5952 - 3 301.976 991 4 1 18.25 110.511 -84.565 - 3 223.115 992 4 1 18.45 110.402 -84.5549 - 3 95.4829 817 5 1 -16.4691 -62.7416 -54.85 - 3 117.328 971 5 1 14.45 117.026 -54.4966 - 3 40.6557 1493 5 0 16.6997 118.792 -55.85 - 3 51.2935 1494 5 0 16.7165 118.95 -55.897 - 3 70.8902 1495 5 0 16.7423 119.15 -55.9659 - 3 52.6791 1496 5 0 16.7711 119.35 -56.0312 - 3 60.8973 1497 5 0 16.8035 119.55 -56.0938 - 3 53.6802 1498 5 0 16.8309 119.75 -56.1631 - 3 8.68518 1499 5 0 16.8539 119.95 -56.2345 - 3 132.301 728 0 1 -34.3412 86.129 -204.543 - 3 147.54 727 0 1 -34.45 86.0625 -204.718 - 3 80.8124 1328 0 0 -35.2412 85.6638 -205.85 - 3 215.949 1327 0 0 -35.2685 85.65 -205.889 - 3 39.1535 1334 0 0 -34.1669 86.9318 -205.85 - 3 88.8701 1333 0 0 -34.1538 86.85 -205.891 - 3 121.098 724 0 1 -35.1711 85.6444 -204.85 - 3 123.637 1467 2 0 15.7276 113.687 -145.85 - 3 62.2039 1460 0 0 16.8269 112.343 -205.85 - 3 141.701 1461 0 0 16.8313 112.35 -206.081 - 3 34.0094 1472 5 0 17.0534 114.55 -56.1542 - 3 80.8826 1598 5 0 76.8625 139.844 -56.25 - 3 203.414 1599 5 0 77.0735 139.95 -56.1286 - 3 57.976 1293 5 1 78.6918 140.806 -54.8495 - 3 88.8389 1294 5 1 78.8506 140.905 -54.7223 - 3 39.1585 1295 5 1 79.05 141.071 -54.5497 - 3 141.717 1646 6 0 57.7148 149.464 -26.25 - 3 119.752 1183 6 1 56.8362 149.527 -24.8497 - 3 13.9955 1182 6 1 56.6497 149.525 -24.5046 - 3 73.482 1694 7 0 21.2728 159.108 3.75 - 3 118.047 1695 7 0 21.1006 159.15 3.8927 - 3 61.6313 997 7 1 19.6157 159.426 5.15 - 3 76.5958 996 7 1 19.45 159.443 5.27519 - 3 80.0066 995 7 1 19.25 159.455 5.39289 - 3 24.4801 994 7 1 19.05 159.375 5.51216 - 3 53.7065 1722 8 0 17.0669 164.591 33.75 - 3 81.6449 1721 8 0 17.0453 164.55 33.8786 - 3 129.188 1720 8 0 17.0488 164.35 33.9439 -Number of digits in this event = 124 +Number of tracker hits in this event = 115 + 3 104.159 567 10 1 -66.4799 77.4559 95.55 + 3 127.072 1287 10 0 -66.4804 77.4557 94.15 + 3 116.078 567 9 1 -66.4867 77.4524 65.55 + 3 99.4929 1287 9 0 -66.4876 77.4523 64.15 + 3 171.166 567 8 1 -66.5021 77.4499 35.55 + 3 107.665 1287 8 0 -66.502 77.4501 34.15 + 3 325.065 567 7 1 -66.5009 77.4509 5.55 + 3 294.739 1287 7 0 -66.5011 77.4506 4.15 + 3 147.431 567 6 1 -66.5025 77.4411 -24.45 + 3 334.323 1286 6 0 -66.5022 77.4404 -25.85 + 3 170.505 567 5 1 -66.4966 77.425 -54.45 + 3 115.323 1286 5 0 -66.4954 77.4247 -55.85 + 3 204.612 567 4 1 -66.4778 77.4154 -84.45 + 3 129.141 1286 4 0 -66.4769 77.4148 -85.85 + 3 445.207 567 3 1 -66.4611 77.4052 -114.45 + 3 331.994 1286 3 0 -66.4591 77.4041 -115.85 + 3 107.414 568 2 1 -66.4391 77.382 -144.45 + 3 334.316 1286 2 0 -66.4381 77.3806 -145.85 + 3 275.442 568 1 1 -66.414 77.3488 -174.45 + 3 283.641 1286 1 0 -66.4124 77.3476 -175.85 + 3 90.5393 568 0 1 -66.3816 77.3221 -204.45 + 3 225.477 1286 0 0 -66.3803 77.3201 -205.85 + 3 27.6877 33 0 1 -173.35 113.057 -204.758 + 3 278.943 32 0 1 -173.55 113.125 -204.58 + 3 129.623 995 2 1 19.05 103.767 -144.729 + 3 95.9876 573 6 1 -65.2838 78.0471 -24.45 + 3 14.2027 574 6 1 -65.25 78.0422 -24.7792 + 3 145.796 1289 6 0 -65.143 78.0296 -25.85 + 3 128.71 591 5 1 -61.8326 77.9928 -54.45 + 3 119.056 1290 5 0 -61.6568 78.2003 -55.85 + 3 11.6971 1291 5 0 -61.6054 78.25 -56.2242 + 3 201.754 613 4 1 -57.346 83.0465 -84.45 + 3 105.102 1316 4 0 -57.292 83.3647 -85.8505 + 3 12.8093 1317 4 0 -57.2839 83.45 -86.1867 + 3 235.2 615 3 1 -56.9446 91.2962 -114.45 + 3 70.1737 616 3 1 -56.8499 91.2741 -114.662 + 3 171.45 1354 3 0 -56.2583 91.1172 -115.85 + 3 24.792 688 2 1 -42.4343 87.8796 -144.45 + 3 129.327 687 2 1 -42.45 87.8286 -144.516 + 3 12.3906 1333 2 0 -42.7924 86.6872 -145.85 + 3 79.287 1332 2 0 -42.8034 86.65 -145.893 + 3 57.0191 1331 2 0 -42.8694 86.4499 -146.107 + 3 47.9298 955 2 0 -64.2767 11.1747 -146.25 + 3 72.532 954 2 0 -64.3006 11.049 -146.163 + 3 44.0828 953 2 0 -64.3135 10.85 -145.984 + 3 76.4295 579 2 1 -64.1006 9.78532 -144.85 + 3 94.0361 580 2 1 -64.05 9.6032 -144.686 + 3 63.7016 578 2 1 -64.25 9.21349 -144.493 + 3 57.7937 577 2 1 -64.4501 9.24838 -144.587 + 3 88.7119 576 2 1 -64.65 9.27445 -144.703 + 3 20.2802 575 2 1 -64.85 9.30502 -144.815 + 3 386.606 948 2 0 -66.817 9.68601 -145.85 + 3 82.0056 947 2 0 -67.7836 9.65 -145.986 + 3 90.9082 549 2 1 -70.155 9.158 -144.85 + 3 93.6262 548 2 1 -70.25 9.13107 -144.808 + 3 77.3294 547 2 1 -70.45 9.07613 -144.769 + 3 64.1799 546 2 1 -70.65 8.94435 -144.719 + 3 62.4139 545 2 1 -70.85 8.79252 -144.657 + 3 78.4577 544 2 1 -71.05 8.77171 -144.58 + 3 7.07529 543 2 1 -71.2501 8.73938 -144.467 + 3 8.3898 963 4 1 12.7178 46.3054 -84.45 + 3 81.0222 1050 2 0 -40.4905 30.1701 -146.25 + 3 49.8481 1049 2 0 -40.3528 30.05 -146.017 + 3 98.7653 700 2 1 -39.9936 30.025 -144.85 + 3 246.498 614 4 1 -57.25 83.1187 -84.5272 + 3 126.812 615 4 1 -57.05 83.3283 -84.7073 + 3 230.007 616 4 1 -56.85 83.4236 -84.566 + 3 97.8668 1290 6 0 -65.1721 78.05 -25.8965 + 3 55.8574 568 7 1 -66.45 77.421 5.2321 + 3 211.686 1286 7 0 -66.3064 77.3266 4.14897 + 3 198.443 597 6 1 -60.5359 77.405 -24.45 + 3 68.9005 641 5 1 -51.7297 74.6757 -54.45 + 3 24.2812 642 5 1 -51.65 74.6695 -54.7665 + 3 127.016 1273 5 0 -51.3373 74.6847 -55.85 + 3 109.505 680 4 1 -43.8637 77.8983 -84.45 + 3 360.741 1289 4 0 -44.1425 77.8923 -85.85 + 3 26.7875 1236 4 0 -46.4688 67.2771 -86.25 + 3 78.9653 1235 4 0 -46.467 67.25 -86.1536 + 3 149.701 668 4 1 -46.428 66.7994 -84.8496 + 3 61.6752 968 5 0 -121.197 13.7802 -56.2498 + 3 89.6995 967 5 0 -121.376 13.65 -56.1869 + 3 82.0119 966 5 0 -121.606 13.45 -56.099 + 3 77.3188 965 5 0 -121.808 13.2495 -56.045 + 3 97.1299 964 5 0 -121.994 13.05 -55.9789 + 3 41.2518 963 5 0 -122.263 12.85 -55.8799 + 3 2.47605 263 5 1 -127.541 9.66056 -54.85 + 3 269.33 262 5 1 -127.55 9.65537 -54.8484 + 3 86.1356 942 5 0 -131.234 8.52651 -55.85 + 3 35.3086 230 5 1 -134.036 7.79885 -54.8496 + 3 67.2689 229 5 1 -134.15 7.76757 -54.8127 + 3 100.201 228 5 1 -134.35 7.71668 -54.789 + 3 208.151 227 5 1 -134.55 7.67505 -54.8062 + 3 232.214 937 5 0 -136.305 7.56955 -55.85 + 3 6.55214 261 5 1 -127.75 9.36187 -54.6065 + 3 53.3102 753 4 1 -29.3262 46.7304 -84.85 + 3 61.6212 1132 4 0 -30.1462 46.5852 -85.85 + 3 193.457 1133 4 0 -30.2164 46.65 -85.9206 + 3 43.2607 1380 4 0 -49.9374 96.2411 -86.25 + 3 84.8833 1350 4 0 -79.1203 90.3031 -86.25 + 3 40.4807 1603 1 0 -51.6277 140.924 -176.25 + 3 135.941 571 2 1 -65.811 77.0077 -144.45 + 3 153.409 1284 2 0 -65.7936 77.0053 -145.85 + 3 134.193 573 1 1 -65.3475 76.9399 -174.45 + 3 170.686 1284 1 0 -65.3512 76.9434 -175.85 + 3 142.988 573 0 1 -65.414 77.1882 -204.45 + 3 295.041 1285 0 0 -65.3888 77.1751 -205.85 + 3 23.2957 572 0 1 -65.4501 77.1963 -204.799 + 3 145.313 567 2 1 -66.5082 77.3185 -144.45 + 3 218.749 569 0 1 -66.1617 77.2833 -204.45 + 3 55.4538 567 1 1 -66.4783 77.283 -174.45 + 3 14.9275 1288 1 0 -66.8723 77.8346 -175.85 + 3 179.839 1289 1 0 -66.8827 77.8503 -175.878 + 3 4.26462 1296 1 0 -60.3506 79.2598 -176.25 + 3 66.9202 1295 1 0 -60.3448 79.25 -176.234 + 3 471.276 1294 1 0 -60.2662 79.05 -176.128 +Number of digits in this event = 49 Using G4ParticleGun ... -6.5538 LIN +2.59563 LIN e- Event: 4 Number of tracker hits in this event = 24 - 4 104.521 1002 9 1 20.6493 118.808 65.55 - 4 142.249 1493 9 0 20.6493 118.808 64.15 - 4 189.425 1003 8 1 20.6522 118.805 35.55 - 4 123.262 1493 8 0 20.652 118.805 34.15 - 4 121.127 1002 7 1 20.6478 118.803 5.55 - 4 114.338 1493 7 0 20.6462 118.803 4.15 - 4 125.102 1002 6 1 20.6093 118.795 -24.45 - 4 131.354 1493 6 0 20.6072 118.794 -25.85 - 4 139.155 1002 5 1 20.5622 118.761 -54.45 - 4 115.999 1493 5 0 20.558 118.76 -55.85 - 4 318.14 1002 4 1 20.4733 118.731 -84.45 - 4 139.813 1492 4 0 20.4696 118.729 -85.85 - 4 140.336 1001 3 1 20.384 118.688 -114.45 - 4 97.1669 1492 3 0 20.381 118.686 -115.85 - 4 116.917 1001 2 1 20.3223 118.655 -144.45 - 4 105.15 1492 2 0 20.3185 118.654 -145.85 - 4 142.738 1000 1 1 20.2424 118.651 -174.45 - 4 116.823 1492 1 0 20.2383 118.651 -175.85 - 4 116.36 1000 0 1 20.1532 118.637 -204.45 - 4 121.56 1492 0 0 20.1489 118.637 -205.85 - 4 109.4 373 2 1 -105.35 125.974 -144.602 - 4 184.554 1492 5 0 19.689 118.69 -55.85 - 4 37.8647 1315 5 0 36.0064 83.1542 -56.25 - 4 32.153 1612 5 0 46.6236 142.661 -56.2499 -Number of digits in this event = 15 + 4 108.388 299 8 1 -120.301 73.2575 35.55 + 4 122.766 1266 8 0 -120.302 73.2565 34.15 + 4 105.481 299 7 1 -120.304 73.2134 5.55 + 4 107.859 1265 7 0 -120.302 73.2136 4.15 + 4 105.261 299 6 1 -120.292 73.209 -24.45 + 4 134.13 1265 6 0 -120.295 73.2097 -25.85 + 4 108.952 299 5 1 -120.31 73.4028 -54.45 + 4 150.088 1266 5 0 -120.308 73.4074 -55.85 + 4 110.304 299 4 1 -120.242 73.4298 -84.45 + 4 125.407 1266 4 0 -120.235 73.4305 -85.85 + 4 151.137 300 3 1 -120.097 73.4314 -114.45 + 4 113.997 1266 3 0 -120.092 73.4281 -115.85 + 4 99.8846 300 2 1 -119.988 73.3487 -144.45 + 4 124.625 1266 2 0 -119.985 73.3464 -145.85 + 4 229.927 301 1 1 -119.923 73.2957 -174.45 + 4 111.398 1266 1 0 -119.917 73.2963 -175.85 + 4 142.126 301 0 1 -119.798 73.3395 -204.45 + 4 131.735 1266 0 0 -119.794 73.3365 -205.85 + 4 2.75882 344 3 1 -111.215 76.4104 -114.85 + 4 16.4324 1423 0 0 -117.586 104.796 -206.25 + 4 53.5638 265 1 1 -126.968 93.2773 -174.85 + 4 147.387 1424 0 0 -117.792 104.95 -206.042 + 4 94.3747 1426 2 0 7.2488 105.35 -146.17 + 4 123.014 1272 9 0 -113.745 74.65 63.9201 +Number of digits in this event = 13 Using G4ParticleGun ... -9.35027 LIN +7.85078 LIN e- Event: 5 -Number of tracker hits in this event = 75 - 5 150.392 383 10 1 -103.443 34.5505 95.55 - 5 117.348 1072 10 0 -103.441 34.552 94.15 - 5 128.814 383 9 1 -103.394 34.5823 65.55 - 5 99.3654 1072 9 0 -103.392 34.5835 64.15 - 5 174.077 383 8 1 -103.359 34.6107 35.55 - 5 145.085 1072 8 0 -103.357 34.6115 34.15 - 5 102.45 384 7 1 -103.329 34.6341 5.55 - 5 125.334 1072 7 0 -103.327 34.6345 4.15 - 5 941.76 384 6 1 -103.291 34.6396 -24.45 - 5 234.462 1072 6 0 -103.29 34.6393 -25.85 - 5 120.202 384 5 1 -103.275 34.6318 -54.45 - 5 179.1 1072 5 0 -103.265 34.6247 -55.85 - 5 273.952 385 4 1 -103.028 34.683 -84.45 - 5 316.946 1073 4 0 -103.096 34.6802 -85.85 - 5 143.112 378 3 1 -104.466 34.7961 -114.45 - 5 102.633 1074 3 0 -104.519 34.8579 -115.85 - 5 148.892 371 2 1 -105.804 36.2299 -144.45 - 5 139.396 1081 2 0 -105.87 36.3176 -145.85 - 5 113.234 363 1 1 -107.423 38.1601 -174.45 - 5 163.657 1091 1 0 -107.553 38.359 -175.85 - 5 108.783 349 0 1 -110.286 42.4334 -204.45 - 5 106.911 1112 0 0 -110.417 42.5799 -205.85 - 5 80.5461 1350 1 0 -135.634 90.15 -176.202 - 5 57.8768 1351 1 0 -135.639 90.3505 -176.077 - 5 66.2083 1352 1 0 -135.659 90.55 -175.954 - 5 96.7734 218 1 1 -136.373 91.3552 -174.85 - 5 105.754 217 1 1 -136.55 91.4544 -174.619 - 5 126.729 216 1 1 -136.75 91.6494 -174.578 - 5 81.0335 215 1 1 -136.95 91.7774 -174.612 - 5 71.7526 214 1 1 -137.15 91.8365 -174.658 - 5 188.452 1357 1 0 -137.912 91.7073 -175.85 - 5 367.307 1358 1 0 -138.262 91.75 -176.07 - 5 92.69 1359 1 0 -138.288 91.9503 -176.192 - 5 49.771 1074 4 0 -103.281 34.8504 -86.1937 - 5 150.277 1073 5 0 -103.354 34.65 -56.0153 - 5 63.5792 379 5 1 -104.274 34.4269 -54.85 - 5 49.4265 1715 2 0 68.5514 163.19 -146.25 - 5 59.5547 890 4 1 -1.90428 179.729 -84.4502 - 5 161.892 889 4 1 -2.05047 179.711 -84.5294 - 5 49.3512 1799 4 0 -2.34682 179.983 -85.85 - 5 90.8539 1798 4 0 -2.36514 179.95 -85.8787 - 5 198.812 895 4 1 -0.994143 178.663 -84.8499 - 5 310.716 1073 6 0 -103.16 34.7183 -25.85 - 5 119.065 399 5 1 -100.195 35.4885 -54.45 - 5 139.215 1076 5 0 -100.049 35.3417 -55.85 - 5 102.288 414 4 1 -97.2633 31.4723 -84.45 - 5 136.061 1056 4 0 -97.2129 31.3789 -85.85 - 5 225.993 418 3 1 -96.418 29.6901 -114.451 - 5 100.888 1049 3 0 -96.3923 29.8961 -115.85 - 5 126.792 418 2 1 -96.4433 33.8985 -144.45 - 5 133.698 1069 2 0 -96.3103 33.969 -145.85 - 5 119.354 433 1 1 -93.5026 35.1532 -174.45 - 5 129.66 1076 1 0 -93.3577 35.37 -175.85 - 5 121.177 446 0 1 -90.8233 39.5727 -204.45 - 5 131.443 1097 0 0 -90.7563 39.6252 -205.85 - 5 188.703 383 6 1 -103.35 34.6551 -24.5749 - 5 38.0972 361 5 1 -107.786 36.86 -54.45 - 5 92.2863 360 5 1 -107.95 36.826 -54.5319 - 5 71.3988 359 5 1 -108.15 36.7801 -54.634 - 5 93.4815 358 5 1 -108.35 36.727 -54.7416 - 5 214.243 1080 5 0 -110.282 36.1855 -55.8501 - 5 111.542 1079 5 0 -110.813 36.05 -56.1425 - 5 229.265 345 5 1 -110.999 34.5171 -54.85 - 5 91.5488 1066 5 0 -111.641 33.2982 -55.85 - 5 82.321 1067 5 0 -111.766 33.45 -55.9894 - 5 147.113 1068 5 0 -111.792 33.65 -55.9753 - 5 144.608 1069 5 0 -111.909 33.85 -56.0949 - 5 47.635 393 5 1 -101.453 31.7672 -54.45 - 5 257.147 394 5 1 -101.35 31.695 -54.5757 - 5 14.9314 395 5 1 -101.15 31.4731 -54.8137 - 5 12.0168 1052 5 0 -100.345 30.4816 -55.8503 - 5 88.3418 1051 5 0 -100.32 30.45 -55.8816 - 5 89.6104 1050 5 0 -100.121 30.25 -56.0233 - 5 82.9059 1049 5 0 -99.9359 30.0493 -56.1116 - 5 47.4332 1048 5 0 -99.7498 29.85 -56.2073 -Number of digits in this event = 39 -Using G4ParticleGun ... -7.49832 LIN -e- -Event: 6 -Number of tracker hits in this event = 271 - 6 104.789 747 11 1 -30.6009 -18.6127 125.55 - 6 147.016 807 11 0 -30.6014 -18.6132 124.15 - 6 106.782 747 10 1 -30.6133 -18.6219 95.55 - 6 131.813 807 10 0 -30.6134 -18.6226 94.15 - 6 349.444 747 9 1 -30.6104 -18.6426 65.55 - 6 359.575 807 9 0 -30.6108 -18.6451 64.15 - 6 396.592 747 8 1 -30.6159 -18.6921 35.55 - 6 120.163 806 8 0 -30.6158 -18.6943 34.15 - 6 1153.58 747 7 1 -30.6259 -18.7301 5.55 - 6 779.335 806 7 0 -30.6312 -18.7323 4.15 - 6 290.687 746 6 1 -30.7342 -18.7865 -24.45 - 6 272.649 806 6 0 -30.7413 -18.7928 -25.85 - 6 107.038 745 5 1 -30.8612 -18.8813 -54.45 - 6 401.292 805 5 0 -30.8527 -18.8909 -55.85 - 6 104.629 746 4 1 -30.6811 -19.0652 -84.45 - 6 360.122 804 4 0 -30.6605 -19.0774 -85.85 - 6 252.885 748 3 1 -30.2618 -19.3708 -114.45 - 6 205.395 803 3 0 -30.2471 -19.38 -115.85 - 6 436.26 750 2 1 -29.9676 -19.5812 -144.45 - 6 127.655 802 2 0 -29.9508 -19.5947 -145.85 - 6 93.1576 752 1 1 -29.5703 -19.8088 -174.45 - 6 168.417 801 1 0 -29.5551 -19.8182 -175.85 - 6 99.2351 753 0 1 -29.263 -19.9846 -204.45 - 6 116.554 800 0 0 -29.2379 -19.9744 -205.85 - 6 54.6435 1164 2 0 -41.8156 52.947 -146.25 - 6 116.098 632 6 1 -53.595 62.5869 -24.85 - 6 91.7747 1210 6 0 -52.7163 62.1713 -25.8501 - 6 85.1544 1696 4 1 159.531 61.1548 -84.4503 - 6 216.814 1695 4 1 159.35 61.0827 -84.6607 - 6 100.125 1458 12 1 111.95 80.6445 155.197 - 6 4.75487 1459 12 1 111.95 80.3266 155.229 - 6 133.82 747 6 1 -30.5935 -18.8431 -24.45 - 6 127.089 805 6 0 -30.59 -18.8513 -25.85 - 6 114.841 747 5 1 -30.5169 -19.0149 -54.45 - 6 91.3675 747 4 1 -30.4853 -19.1405 -84.45 - 6 396.757 748 2 1 -30.319 -19.6714 -144.45 - 6 205.63 801 2 0 -30.314 -19.6827 -145.85 - 6 102.575 749 1 1 -30.2073 -19.9397 -174.45 - 6 330.808 800 1 0 -30.2038 -19.9561 -175.85 - 6 110.356 749 0 1 -30.1176 -20.2865 -204.45 - 6 218.127 798 0 0 -30.115 -20.3018 -205.85 - 6 24.4185 794 4 1 -21.2176 -88.9479 -84.45 - 6 5.74779 155 0 1 -148.95 -111.907 -204.625 - 6 263.898 356 7 0 -132.141 -108.891 3.75059 - 6 139.93 243 7 1 -131.532 -108.438 5.15 - 6 169.878 786 4 0 -14.0284 -22.8362 -86.25 - 6 317.362 749 2 1 -30.25 -19.4205 -144.652 - 6 19.6181 797 2 0 -30.3024 -20.617 -145.85 - 6 204.55 796 2 0 -30.2911 -20.65 -145.873 - 6 288.668 745 2 1 -30.9412 -19.1795 -144.45 - 6 414.708 804 2 0 -31.0579 -19.2337 -145.85 - 6 154.628 803 2 0 -31.1248 -19.25 -146.074 - 6 161.582 676 1 1 -44.7824 -19.9901 -174.45 - 6 47.8671 724 0 1 -35.1023 -28.8995 -204.45 - 6 56.0065 723 0 1 -35.25 -28.957 -204.466 - 6 65.6926 722 0 1 -35.4502 -29.0515 -204.5 - 6 83.3543 721 0 1 -35.65 -29.1323 -204.546 - 6 256.323 720 0 1 -35.85 -29.2519 -204.67 - 6 91.5141 719 0 1 -36.05 -29.4416 -204.756 - 6 78.2186 718 0 1 -36.25 -29.6646 -204.807 - 6 80.0913 717 0 1 -36.45 -29.869 -204.8 - 6 60.8007 716 0 1 -36.65 -30.0724 -204.817 - 6 23.1052 715 0 1 -36.85 -30.215 -204.828 - 6 34.4195 734 0 0 -39.1802 -33.1951 -205.85 - 6 106.404 733 0 0 -39.2262 -33.2501 -205.866 - 6 76.4123 732 0 0 -39.5353 -33.45 -205.877 - 6 7.3071 676 0 1 -44.8268 -34.6626 -204.85 - 6 125.41 675 0 1 -44.85 -34.6672 -204.844 - 6 156.514 728 0 0 -45.6339 -34.338 -205.85 - 6 25.321 729 0 0 -45.7263 -34.25 -206.174 - 6 1.36111 683 0 0 -13.9355 -43.4472 -206.25 - 6 204.999 682 0 0 -13.9319 -43.45 -206.247 - 6 230.738 681 0 0 -13.763 -43.65 -205.932 - 6 101.871 713 1 0 56.4493 -37.4474 -176.25 - 6 206.192 748 1 1 -30.3089 -15.746 -174.45 - 6 162.24 822 1 0 -30.2627 -15.5541 -175.85 - 6 114.141 748 0 1 -30.2847 -10.7618 -204.45 - 6 148.059 847 0 0 -30.2682 -10.5469 -205.85 - 6 125.851 740 1 1 -32.0496 -22.0146 -174.45 - 6 146.774 789 1 0 -32.0156 -22.1082 -175.85 - 6 0.0717362 743 0 1 -31.4499 -24.4249 -204.45 - 6 104.571 742 0 1 -31.45 -24.4248 -204.452 - 6 291.997 778 0 0 -31.5212 -24.4093 -205.85 - 6 13.929 781 2 1 -23.696 32.1041 -144.85 - 6 20.8175 806 2 0 -31.1265 -18.6712 -145.85 - 6 185.136 807 2 0 -31.1438 -18.65 -145.907 - 6 94.5141 878 2 0 -174.13 -4.38655 -146.25 - 6 73.1103 879 2 0 -174.38 -4.25 -146.18 - 6 79.5343 880 2 0 -174.4 -4.05 -146.193 - 6 382.782 881 2 0 -174.387 -3.85 -146.22 - 6 39.3609 882 2 0 -174.251 -3.65 -146.157 - 6 104.227 744 5 1 -31.0518 -18.6523 -54.45 - 6 147.119 806 5 0 -31.0747 -18.6635 -55.85 - 6 126.703 742 4 1 -31.5041 -18.8717 -84.45 - 6 147.17 805 4 0 -31.5219 -18.8802 -85.85 - 6 107.264 740 3 1 -31.895 -19.007 -114.45 - 6 115.279 805 3 0 -31.918 -19.0183 -115.85 - 6 100.057 738 2 1 -32.4151 -19.303 -144.45 - 6 123.563 735 1 1 -32.9248 -19.4125 -174.45 - 6 320.514 803 1 0 -32.9594 -19.4273 -175.85 - 6 217.683 732 0 1 -33.6393 -19.6898 -204.45 - 6 170.505 801 0 0 -33.6657 -19.6849 -205.85 - 6 73.3635 572 0 0 -78.3944 -65.45 -206.032 - 6 356.208 506 0 1 -78.7236 -66.4102 -204.85 - 6 12.8742 996 3 0 23.326 19.4248 -116.25 - 6 154.92 997 3 0 23.3384 19.4502 -116.232 - 6 45.7469 154 3 0 130.081 -149.245 -116.25 - 6 309.362 746 0 1 -30.6552 -18.877 -204.45 - 6 331.128 805 0 0 -30.6641 -18.9492 -205.85 - 6 66.0311 747 0 1 -30.65 -18.9048 -204.639 - 6 111.901 804 0 0 -30.6099 -19.0501 -206.121 - 6 144.808 745 0 1 -30.85 -18.9286 -204.52 - 6 269.89 807 7 0 -30.6022 -18.5751 4.14945 - 6 114.243 750 6 1 -30.0324 -17.2824 -24.4502 - 6 266.484 814 6 0 -29.9501 -17.2227 -25.85 - 6 117.156 760 5 1 -28.0128 -16.0268 -54.4504 - 6 125.593 820 5 0 -27.866 -15.985 -55.85 - 6 123.769 776 4 1 -24.7875 -15.0554 -84.45 - 6 123.807 825 4 0 -24.4263 -14.9764 -85.8501 - 6 13.5332 811 3 1 -17.6632 -13.3873 -114.45 - 6 204.791 812 3 1 -17.6499 -13.3821 -114.497 - 6 107.949 834 3 0 -17.2473 -13.2288 -115.85 - 6 6.58599 857 2 1 -8.45829 -10.24 -144.45 - 6 135.711 858 2 1 -8.45 -10.2399 -144.477 - 6 229.697 849 2 0 -8.02156 -10.2253 -145.85 - 6 2.87369 903 1 1 0.846622 -10.123 -174.45 - 6 133.191 904 1 1 0.85 -10.122 -174.463 - 6 129.486 850 1 0 1.18718 -10.0191 -175.85 - 6 90.8362 940 0 1 8.18003 -7.78527 -204.45 - 6 54.4828 941 0 1 8.25 -7.76664 -204.746 - 6 126.161 861 0 0 8.51267 -7.68388 -205.85 - 6 248.214 812 2 1 -17.5927 -11.1934 -144.45 - 6 573.158 811 2 1 -17.65 -11.042 -144.674 - 6 37.9691 853 2 0 -18.0542 -9.36865 -145.85 - 6 56.7528 854 2 0 -18.0683 -9.24971 -145.904 - 6 87.1531 855 2 0 -18.1463 -9.05 -145.955 - 6 54.4281 856 2 0 -18.2877 -8.85 -145.989 - 6 44.7316 857 2 0 -18.4088 -8.64978 -145.998 - 6 60.6474 858 2 0 -18.4533 -8.44965 -145.979 - 6 56.6059 859 2 0 -18.4635 -8.25 -145.941 - 6 74.8457 860 2 0 -18.4711 -8.05 -145.959 - 6 83.551 861 2 0 -18.414 -7.84997 -145.975 - 6 5.97951 862 2 0 -18.3071 -7.65 -145.873 - 6 221.043 810 2 1 -17.9123 -7.06176 -144.85 - 6 251.502 882 6 0 -17.9585 -3.55124 -26.25 - 6 115.033 746 7 1 -30.6501 -18.9436 5.27486 - 6 169.454 755 6 1 -28.9315 -20.4629 -24.45 - 6 100.979 797 6 0 -28.9328 -20.624 -25.8502 - 6 40.9292 796 6 0 -28.9325 -20.65 -26.0859 - 6 158.886 757 5 1 -28.6424 -23.5361 -54.45 - 6 63.8254 781 5 0 -28.5774 -23.8119 -55.8504 - 6 65.2089 780 5 0 -28.5708 -23.8501 -56.0493 - 6 45.8204 762 4 1 -27.6388 -29.3541 -84.45 - 6 107.268 761 4 1 -27.65 -29.3814 -84.5762 - 6 121.471 751 4 0 -27.7697 -29.6616 -85.8502 - 6 89.7707 745 3 1 -31.0162 -36.0099 -114.45 - 6 73.4358 744 3 1 -31.05 -36.0682 -114.644 - 6 37.7543 718 3 0 -31.2497 -36.4125 -115.85 - 6 66.6098 717 3 0 -31.2713 -36.45 -115.982 - 6 140.749 721 2 1 -35.7713 -44.8102 -144.45 - 6 122.109 673 2 0 -36.0359 -45.2556 -145.85 - 6 171.277 692 1 1 -41.6072 -55.0187 -174.45 - 6 54.3569 622 1 0 -41.7209 -55.5769 -175.85 - 6 66.0654 621 1 0 -41.7379 -55.65 -176.037 - 6 46.4829 680 0 1 -44.047 -66.3299 -204.45 - 6 127.953 679 0 1 -44.05 -66.3557 -204.522 - 6 9.17706 566 0 0 -44.1049 -66.835 -205.85 - 6 193.03 565 0 0 -44.1066 -66.85 -205.892 - 6 277.783 761 3 0 -24.3547 -27.6587 -115.85 - 6 108.453 748 8 1 -30.3557 -18.2175 35.55 - 6 111.284 809 8 0 -30.3171 -18.2431 34.15 - 6 5.66923 808 8 0 -30.3066 -18.25 33.774 - 6 213.035 753 7 1 -29.3926 -18.6677 5.55 - 6 119.521 760 6 1 -27.8982 -19.143 -24.45 - 6 123.378 804 6 0 -27.8595 -19.1841 -25.85 - 6 110.472 763 5 1 -27.3602 -20.0957 -54.45 - 6 211.66 799 5 0 -27.3623 -20.1231 -55.85 - 6 125.974 763 4 1 -27.3378 -20.6329 -84.45 - 6 140.968 796 4 0 -27.361 -20.6506 -85.85 - 6 151.702 760 3 1 -27.8577 -21.1236 -114.45 - 6 249.846 794 3 0 -27.8312 -21.1706 -115.85 - 6 383.218 763 2 1 -27.3318 -22.1846 -144.45 - 6 297.792 789 2 0 -27.3347 -22.2344 -145.85 - 6 122.163 763 1 1 -27.3682 -23.1688 -174.45 - 6 184.215 784 1 0 -27.4345 -23.2183 -175.85 - 6 107.757 756 0 1 -28.7818 -24.3097 -204.45 - 6 234.007 768 2 1 -26.3191 -21.5679 -144.85 - 6 386.436 769 2 1 -26.25 -21.4843 -144.837 - 6 110.17 757 2 1 -28.4982 -21.6671 -144.45 - 6 110.552 792 2 0 -28.6489 -21.5431 -145.85 - 6 104.37 757 1 1 -28.602 -20.1448 -174.45 - 6 13.5017 758 1 1 -28.45 -19.9868 -174.799 - 6 47.243 804 1 0 -27.6865 -19.25 -176.139 - 6 103.971 902 0 1 0.569293 -4.82486 -204.45 - 6 82.3239 903 0 1 0.65 -4.93407 -204.739 - 6 46.349 873 0 0 1.01149 -5.39279 -205.85 - 6 120.916 872 0 0 1.04928 -5.45019 -205.948 - 6 74.7076 802 4 0 169.634 -19.5404 -86.25 - 6 111.548 801 4 0 169.978 -19.65 -86.0317 - 6 70.6505 1759 4 1 172.076 -19.6428 -84.85 - 6 47.5508 1760 4 1 172.15 -19.654 -84.7794 - 6 59.483 707 2 1 -38.45 -3.08606 -144.712 - 6 382.164 762 3 1 -27.463 -20.7842 -114.45 - 6 135.166 796 3 0 -27.5036 -20.7265 -115.85 - 6 617.542 761 2 1 -27.7102 -19.3125 -144.45 - 6 108.665 761 1 1 -27.6931 -16.4858 -174.45 - 6 108.452 817 1 0 -27.6253 -16.474 -175.851 - 6 113.316 777 0 1 -24.5546 -16.087 -204.45 - 6 137.32 820 0 0 -24.3411 -16.002 -205.85 - 6 179.029 795 3 0 -27.4842 -20.987 -115.85 - 6 48.862 765 2 0 -26.095 -27.0108 -145.85 - 6 54.171 764 2 0 -26.0679 -27.05 -146.024 - 6 48.8662 666 2 0 -46.3522 -46.8032 -146.25 - 6 143.887 665 2 0 -46.4514 -46.85 -146.136 - 6 7.50323 662 2 1 -47.6353 -47.357 -144.85 - 6 249.54 661 2 1 -47.6503 -47.3635 -144.834 - 6 69.9488 660 2 1 -47.85 -47.4493 -144.621 - 6 174.974 598 3 0 -90.5414 -60.3366 -116.25 - 6 47.3629 597 3 0 -90.9032 -60.45 -115.974 - 6 49.8581 439 3 1 -92.2041 -60.8301 -114.85 - 6 211.869 438 3 1 -92.35 -60.8612 -114.715 - 6 21.6762 437 3 1 -92.55 -60.9027 -114.506 - 6 496.554 435 3 1 -92.9552 -61.1866 -114.45 - 6 262.549 434 3 1 -93.1501 -61.2178 -114.5 - 6 83.5648 433 3 1 -93.35 -60.661 -114.728 - 6 56.7543 607 3 0 -94.7589 -58.5944 -115.85 - 6 79.0925 608 3 0 -94.884 -58.4497 -115.941 - 6 173.349 609 3 0 -95.1107 -58.25 -116.115 - 6 42.0849 876 3 0 -149.66 -4.73009 -116.25 - 6 136.194 877 3 0 -149.731 -4.65 -116.121 - 6 88.9651 146 3 1 -150.826 -4.0486 -114.85 - 6 74.7944 145 3 1 -150.95 -3.93022 -114.672 - 6 108.822 563 3 0 -96.5396 -67.25 -116.234 - 6 13.8727 564 3 0 -96.5977 -67.25 -116.233 - 6 58.116 179 5 1 -144.15 -156.523 -54.5411 - 6 117.882 911 5 0 -48.1346 2.43172 -56.2499 - 6 51.1115 810 7 0 -30.894 -17.9525 4.15 - 6 272.481 741 7 1 -31.8201 -17.2983 5.15 - 6 155.178 807 8 0 -30.564 -18.6474 34.15 - 6 113.259 748 6 1 -30.3516 -18.4688 -24.45 - 6 101.904 807 6 0 -30.352 -18.4708 -25.85 - 6 392.002 748 5 1 -30.3561 -18.5223 -54.45 - 6 101.558 807 5 0 -30.3498 -18.514 -55.85 - 6 113.694 749 4 1 -30.1912 -18.3591 -84.45 - 6 142.016 808 4 0 -30.1818 -18.3572 -85.85 - 6 416.16 750 3 1 -29.9867 -18.3405 -114.45 - 6 227.377 808 3 0 -29.9838 -18.3251 -115.85 - 6 273.913 810 2 0 -29.9054 -17.9343 -145.85 - 6 122.163 751 1 1 -29.8311 -17.6422 -174.45 - 6 95.5424 812 1 0 -29.7151 -17.6061 -175.85 - 6 47.4674 762 0 1 -27.4738 -17.0273 -204.45 - 6 88.6457 763 0 1 -27.45 -17.0328 -204.595 - 6 98.2753 814 0 0 -27.2342 -17.0891 -205.851 - 6 101.681 749 3 1 -30.05 -18.581 -114.509 - 6 18.6115 748 7 1 -30.45 -18.5958 5.18459 - 6 74.1832 808 7 0 -28.8772 -18.2935 4.15 - 6 85.5846 757 7 1 -28.54 -18.9771 5.15 - 6 148.228 801 7 0 -28.6031 -19.7581 4.14976 - 6 110.665 749 5 1 -30.2237 -18.6948 -54.45 - 6 134.449 808 5 0 -29.9901 -18.3998 -55.8503 - 6 7.03786 804 5 0 -30.5253 -19.05 -56.2216 - 6 50.7004 721 4 1 -35.6721 -23.9104 -84.45 - 6 72.3543 722 4 1 -35.65 -23.9264 -84.5585 - 6 111.33 779 4 0 -35.2971 -24.1256 -85.85 - 6 56.1846 761 3 1 -27.65 -29.981 -114.661 - 6 21.7961 753 3 0 -27.8198 -29.2861 -115.85 - 6 93.1457 754 3 0 -27.8286 -29.25 -115.916 - 6 163.967 833 2 0 -30.5835 -13.3601 -145.85 - 6 66.4956 834 2 0 -30.6803 -13.25 -146.035 - 6 146.427 919 2 0 -28.7913 3.9711 -146.25 - 6 152.538 762 2 1 -27.65 4.53568 -144.473 -Number of digits in this event = 125 -Using G4ParticleGun ... -4.09666 LIN -e- -Event: 7 -Number of tracker hits in this event = 118 - 7 138.382 386 10 1 -102.869 50.6261 95.55 - 7 173.731 1152 10 0 -102.867 50.6226 94.15 - 7 129.949 386 9 1 -102.85 50.5659 65.55 - 7 166.071 1152 9 0 -102.85 50.5653 64.15 - 7 708.453 386 8 1 -102.846 50.5575 35.55 - 7 163.478 1152 8 0 -102.768 50.6355 34.15 - 7 38.1667 1153 8 0 -102.754 50.65 33.881 - 7 117.7 393 7 1 -101.513 52.0887 5.55 - 7 126.259 1160 7 0 -101.449 52.2038 4.15 - 7 115.907 400 6 1 -100.039 54.7568 -24.45 - 7 120.074 1174 6 0 -99.9473 54.8888 -25.85 - 7 116.094 411 5 1 -97.8664 57.761 -54.45 - 7 108.876 1189 5 0 -97.7325 57.9125 -55.85 - 7 297.809 426 4 1 -94.9035 61.1403 -84.45 - 7 266.875 1206 4 0 -94.742 61.2643 -85.85 - 7 335.65 443 3 1 -91.4308 63.895 -114.45 - 7 123.551 1221 3 0 -91.4354 64.2669 -115.85 - 7 19.2309 443 2 1 -91.5325 71.7474 -144.45 - 7 80.6417 442 2 1 -91.55 71.7636 -144.521 - 7 150.426 1260 2 0 -91.8411 72.1224 -145.85 - 7 3.88715 410 1 1 -98.1438 78.9325 -174.45 - 7 120.747 409 1 1 -98.1501 78.9369 -174.469 - 7 168.921 1296 1 0 -98.6289 79.2556 -175.851 - 7 64.725 358 0 1 -108.478 86.3665 -204.45 - 7 74.4669 357 0 1 -108.55 86.4289 -204.683 - 7 243.007 1333 0 0 -108.942 86.7452 -205.85 - 7 3.44298 1334 0 0 -109.072 86.85 -206.235 - 7 436.155 1220 3 0 -91.5508 64.078 -115.85 - 7 41.587 439 2 1 -92.2456 70.2928 -144.45 - 7 63.6137 438 2 1 -92.35 70.3275 -144.519 - 7 77.1486 437 2 1 -92.55 70.416 -144.664 - 7 24.6282 436 2 1 -92.75 70.5308 -144.819 - 7 76.3488 1256 2 0 -94.1867 71.3496 -145.85 - 7 86.5552 1257 2 0 -94.3423 71.45 -145.97 - 7 53.3164 1258 2 0 -94.5297 71.65 -146.156 - 7 33.5839 444 3 1 -91.35 63.9129 -114.721 - 7 186.211 475 2 1 -85.0338 69.2496 -144.45 - 7 7.46065 1247 2 0 -84.4882 69.6407 -145.85 - 7 116.042 1248 2 0 -84.4761 69.65 -145.882 - 7 49.0498 544 1 1 -71.1502 80.1747 -174.45 - 7 95.1902 545 1 1 -71.05 80.12 -174.559 - 7 38.2759 546 1 1 -70.85 80.0241 -174.782 - 7 154.446 1297 1 0 -69.9477 79.6438 -175.85 - 7 107.205 656 0 1 -48.7495 67.3369 -204.45 - 7 53.5193 657 0 1 -48.65 67.2178 -204.686 - 7 67.6101 1232 0 0 -48.3161 66.6027 -205.85 - 7 43.8932 1231 0 0 -48.2487 66.4496 -206.09 - 7 266.875 474 2 1 -85.05 69.2609 -144.608 - 7 84.8754 1207 4 0 -94.6591 61.45 -85.8858 - 7 143.95 460 3 1 -87.9928 67.1412 -114.45 - 7 128.853 1238 3 0 -87.601 67.7161 -115.85 - 7 61.3901 1239 3 0 -87.5148 67.85 -116.137 - 7 2.66525 510 2 1 -77.8527 83.2186 -144.45 - 7 65.268 511 2 1 -77.8498 83.2193 -144.452 - 7 70.6052 512 2 1 -77.65 83.2618 -144.579 - 7 117.779 513 2 1 -77.45 83.3351 -144.703 - 7 3.44721 514 2 1 -77.25 83.4276 -144.84 - 7 75.133 1320 2 0 -75.8332 84.1221 -145.85 - 7 212.437 1321 2 0 -75.6 84.25 -145.977 - 7 58.7321 1322 2 0 -74.9758 84.45 -146.158 - 7 7.56446 796 1 1 -20.6648 94.837 -174.45 - 7 122.633 797 1 1 -20.65 94.8218 -174.467 - 7 108.839 1371 1 0 -20.1572 94.4389 -175.85 - 7 94.8832 439 3 1 -92.2574 64.2001 -114.45 - 7 57.554 1219 3 0 -92.1285 64.05 -116.114 - 7 17.3081 387 8 1 -102.75 50.6179 35.1812 - 7 83.9083 1151 8 0 -102.632 50.3352 34.1498 - 7 159.731 384 8 1 -103.326 50.324 35.15 - 7 47.0932 517 9 1 -76.5423 -44.9448 65.15 - 7 2.66313 802 10 1 -19.4804 -5.26004 95.15 - 7 67.3707 385 8 1 -102.95 50.8739 35.5282 - 7 163.172 383 8 1 -103.35 51.2583 35.4452 - 7 227.191 382 8 1 -103.55 51.3801 35.3629 - 7 135.584 381 8 1 -103.75 51.5744 35.2818 - 7 477.35 380 8 1 -103.95 51.8182 35.3062 - 7 97.2364 379 8 1 -104.15 52.9144 35.4436 - 7 22.2523 378 8 1 -104.35 53.1351 35.4998 - 7 23.9052 1150 8 0 -107.365 50.25 33.9572 - 7 86.5827 386 4 1 -102.831 50.3813 -84.6996 - 7 274.422 1151 4 0 -102.829 50.3729 -85.85 - 7 91.2221 387 3 1 -102.573 49.4189 -114.45 - 7 14.3071 388 3 1 -102.55 49.4426 -114.676 - 7 148.335 1147 3 0 -102.655 49.5701 -115.85 - 7 119.697 376 2 1 -104.854 52.7218 -144.45 - 7 126.405 1166 2 0 -104.978 53.2884 -145.85 - 7 123.404 367 1 1 -106.569 64.6238 -174.45 - 7 113.905 1224 1 0 -106.606 64.958 -175.85 - 7 131.209 353 0 1 -109.378 71.6566 -204.45 - 7 7.4004 352 0 1 -109.55 71.7132 -204.835 - 7 151.474 1259 0 0 -110.015 71.8717 -205.85 - 7 33.0583 374 3 1 -105.183 59.3171 -114.45 - 7 78.6413 375 3 1 -105.15 59.3523 -114.588 - 7 106.545 1196 3 0 -104.737 59.3509 -115.85 - 7 3.92244 1195 3 0 -104.692 59.25 -116.237 - 7 79.5094 1131 3 0 -115.225 46.3067 -116.25 - 7 63.0337 1130 3 0 -115.29 46.25 -116.071 - 7 50.6963 323 3 1 -115.489 45.7152 -114.849 - 7 168.682 322 3 1 -115.55 45.6012 -114.692 - 7 114.899 321 3 1 -115.75 45.2756 -114.658 - 7 70.3409 320 3 1 -115.95 45.1248 -114.548 - 7 219.53 319 3 1 -116.15 44.9435 -114.504 - 7 119.786 318 3 1 -116.35 44.8252 -114.551 - 7 234.318 1119 3 0 -117.063 43.9268 -115.85 - 7 28.8502 1645 3 0 -92.9203 149.269 -116.25 - 7 77.6699 1646 3 0 -92.8975 149.35 -116.21 - 7 165.635 1647 3 0 -92.828 149.55 -116.109 - 7 340.263 1648 3 0 -92.7809 149.75 -116.027 - 7 42.6458 379 1 1 -104.261 44.761 -174.45 - 7 102.19 385 3 1 -103.084 50.0758 -114.45 - 7 140.431 1150 3 0 -103.113 50.1451 -115.85 - 7 119.253 386 2 1 -102.83 50.3973 -144.45 - 7 132.46 1150 2 0 -102.723 50.2075 -145.85 - 7 104.998 401 1 1 -99.8224 46.7967 -174.451 - 7 4.05831 402 1 1 -99.75 46.7884 -174.822 - 7 109.642 1133 1 0 -99.5698 46.7496 -175.851 - 7 87.0091 427 0 1 -94.6465 45.3878 -204.45 - 7 38.9295 428 0 1 -94.55 45.4073 -204.728 - 7 131.006 1127 0 0 -94.1668 45.478 -205.85 -Number of digits in this event = 46 -Using G4ParticleGun ... -6.38646 LIN -e- -Event: 8 -Number of tracker hits in this event = 48 - 8 123.859 1309 9 1 81.924 -96.2941 65.55 - 8 129.97 419 9 0 81.9246 -96.2947 64.15 - 8 136.099 1309 8 1 81.9449 -96.3052 35.55 - 8 114.772 419 8 0 81.9476 -96.305 34.15 - 8 125.74 1309 7 1 81.998 -96.295 5.55 - 8 142.895 419 7 0 82.0005 -96.2939 4.15 - 8 159.522 1310 6 1 82.0562 -96.2704 -24.45 - 8 106.934 419 6 0 82.0588 -96.2693 -25.85 - 8 400.315 1310 5 1 82.0958 -96.2444 -54.45 - 8 411.097 419 5 0 82.0924 -96.2482 -55.85 - 8 112.411 1309 4 1 82.0042 -96.3079 -84.45 - 8 426.556 419 4 0 81.9957 -96.3099 -85.85 - 8 128.387 1308 3 1 81.8219 -96.3661 -114.45 - 8 114.232 418 3 0 81.8073 -96.3665 -115.85 - 8 149.207 1307 2 1 81.5274 -96.366 -144.45 - 8 129.111 418 2 0 81.5121 -96.3639 -145.85 - 8 108.157 1305 1 1 81.2486 -96.3095 -174.45 - 8 140.864 419 1 0 81.2341 -96.3127 -175.85 - 8 174.809 1304 0 1 80.9439 -96.3761 -204.45 - 8 254.255 418 0 0 80.933 -96.3733 -205.85 - 8 121.729 665 4 0 107.846 -46.9538 -86.2498 - 8 242.788 666 4 0 108.045 -46.85 -86.1118 - 8 49.3548 1192 4 1 58.65 -74.516 -84.8425 - 8 299.884 1310 4 1 82.0633 -96.1829 -84.45 - 8 271.506 1310 3 1 82.0902 -96.1558 -114.45 - 8 106.373 419 3 0 82.0915 -96.152 -115.85 - 8 107.916 1310 2 1 82.1306 -96.0812 -144.45 - 8 114.966 420 2 0 82.129 -96.0752 -145.85 - 8 124.921 1310 1 1 82.1096 -95.9538 -174.45 - 8 223.949 421 1 0 82.112 -95.9459 -175.85 - 8 165.839 1310 0 1 82.173 -95.7862 -204.45 - 8 124.318 421 0 0 82.1709 -95.773 -205.85 - 8 118.17 311 1 0 108.2 -117.81 -176.25 - 8 127.579 312 1 0 108.276 -117.75 -176.036 - 8 77.3957 1448 1 1 109.775 -116.893 -174.85 - 8 60.5031 316 1 0 111.436 -116.813 -175.85 - 8 24.0843 317 1 0 111.55 -116.75 -175.867 - 8 169.257 1468 1 1 113.927 -117.599 -174.85 - 8 33.3893 1469 1 1 113.95 -117.613 -174.841 - 8 192.405 1309 0 1 81.9121 -95.9625 -204.45 - 8 272.936 420 0 0 81.8847 -95.9672 -205.85 - 8 130.593 422 0 0 81.8197 -95.7426 -205.85 - 8 136.462 420 4 0 82.1422 -96.0559 -85.85 - 8 120.461 421 3 0 82.0441 -95.8918 -115.85 - 8 130.442 1308 2 1 81.7819 -95.7862 -144.45 - 8 107.61 421 2 0 81.7593 -95.7879 -145.85 - 8 182.798 1306 1 1 81.3143 -95.8122 -174.45 - 8 111.453 1303 0 1 80.8155 -96.0293 -204.45 -Number of digits in this event = 35 -Using G4ParticleGun ... -4.13128 LIN -e- -Event: 9 -Number of tracker hits in this event = 238 - 9 402.847 1031 11 1 26.3511 -53.3683 125.55 - 9 336.284 633 11 0 26.3508 -53.3679 124.15 - 9 431.558 1031 10 1 26.3435 -53.358 95.55 - 9 257.909 633 10 0 26.343 -53.3581 94.15 - 9 474.397 1031 9 1 26.3191 -53.3492 65.55 - 9 106.555 633 9 0 26.3135 -53.3501 64.15 - 9 131.15 1030 8 1 26.1946 -53.3681 35.55 - 9 225.631 633 8 0 26.1875 -53.3675 34.15 - 9 117.017 1029 7 1 26.0385 -53.3431 5.55 - 9 114.757 633 7 0 26.033 -53.3439 4.15 - 9 219.007 1029 6 1 25.9148 -53.3628 -24.45 - 9 172.047 633 6 0 25.9096 -53.364 -25.85 - 9 107.911 1028 5 1 25.7902 -53.3928 -54.45 - 9 100.969 633 5 0 25.7823 -53.3984 -55.85 - 9 218.565 1027 4 1 25.6172 -53.5067 -84.45 - 9 103.762 632 4 0 25.6073 -53.5102 -85.85 - 9 112.177 1026 3 1 25.4 -53.5836 -114.45 - 9 134.256 632 3 0 25.3861 -53.5864 -115.85 - 9 168.233 1025 2 1 25.1045 -53.6555 -144.45 - 9 129.256 631 2 0 25.0895 -53.6558 -145.85 - 9 175.644 1023 1 1 24.7991 -53.6514 -174.45 - 9 116.475 631 1 0 24.7889 -53.6582 -175.85 - 9 153.31 1022 0 1 24.5863 -53.7854 -204.45 - 9 353.417 631 0 0 24.5743 -53.7931 -205.85 - 9 164.701 723 3 1 -35.3182 -18.1385 -114.85 - 9 16.6307 722 3 1 -35.45 -18.1296 -114.488 - 9 100.881 1028 4 1 25.6502 -53.5063 -84.4871 - 9 166.135 1029 4 1 25.85 -53.4144 -84.6456 - 9 77.4709 643 4 0 26.2231 -51.4111 -85.85 - 9 286.857 644 4 0 26.2375 -51.25 -85.9451 - 9 212.385 1034 4 1 26.9006 -50.5065 -84.85 - 9 2.59864 1024 0 1 24.854 -53.7497 -204.45 - 9 543.118 1023 0 1 24.85 -53.7493 -204.46 - 9 180.328 633 0 0 24.4453 -53.3155 -205.85 - 9 124.134 634 0 0 24.3825 -53.25 -206.05 - 9 59.483 1739 6 0 -48.1414 168.15 -26.2382 - 9 93.9011 670 0 0 72.1381 -45.9534 -206.25 - 9 136.647 841 6 0 50.2222 -11.8326 -26.25 - 9 437.208 842 6 0 50.4234 -11.6499 -26.2329 - 9 68.0584 634 6 0 26.0026 -53.2497 -26.1548 - 9 69.2783 635 6 0 26.0687 -53.05 -26.1088 - 9 239.745 884 6 0 102.431 -3.11213 -26.25 - 9 186.527 1025 1 1 25.2372 -53.5721 -174.45 - 9 73.4538 1026 1 1 25.25 -53.5611 -174.592 - 9 224.3 632 1 0 25.3983 -53.5185 -175.85 - 9 161.682 1050 0 1 30.1633 -54.5019 -204.45 - 9 166.137 630 0 0 30.0293 -53.9531 -205.85 - 9 182.121 634 1 0 25.2206 -53.1234 -175.85 - 9 53.3502 635 1 0 25.2195 -53.05 -176.071 - 9 99.9189 1021 0 1 24.3464 -43.8017 -204.45 - 9 30.4111 1020 0 1 24.2499 -43.7165 -204.752 - 9 118.366 683 0 0 23.9566 -43.4287 -205.85 - 9 217.077 633 2 0 25.279 -53.31 -145.85 - 9 129.546 1036 1 1 27.4052 -52.3703 -174.45 - 9 136.524 638 1 0 27.5323 -52.3697 -175.85 - 9 113.8 1053 0 1 30.6979 -51.4553 -204.45 - 9 121.441 641 0 0 30.7845 -51.7489 -205.85 - 9 48.2113 1052 0 1 30.45 -50.2595 -204.505 - 9 167.6 1024 1 1 24.9533 -53.2172 -174.45 - 9 123.952 632 0 0 24.8047 -53.5358 -205.85 - 9 129.349 634 9 0 26.2367 -53.1051 64.15 - 9 12.3383 635 9 0 26.2022 -53.05 63.7937 - 9 138.254 1015 8 1 23.1977 -49.2819 35.55 - 9 9.635 655 8 0 22.8223 -48.8572 34.15 - 9 146.431 656 8 0 22.8162 -48.85 34.1265 - 9 53.3977 986 7 1 17.3493 -39.5048 5.55 - 9 87.0891 985 7 1 17.25 -39.5094 5.40182 - 9 164.666 702 7 0 16.2989 -39.5769 4.15 - 9 11.4667 701 7 0 15.9903 -39.65 3.77427 - 9 88.4602 854 6 1 -9.17717 -47.8221 -24.45 - 9 43.9529 853 6 1 -9.25 -47.6638 -24.7 - 9 56.4391 665 6 0 -9.34932 -46.9553 -25.8503 - 9 68.0487 666 6 0 -9.36816 -46.85 -26.054 - 9 46.6677 842 5 1 -11.5565 -34.9275 -54.45 - 9 81.0037 843 5 1 -11.4498 -34.8913 -54.6321 - 9 47.1507 728 5 0 -10.3804 -34.3231 -55.85 - 9 98.7593 729 5 0 -10.2631 -34.25 -55.9828 - 9 121.423 930 4 1 6.14283 -17.2342 -84.4501 - 9 122.03 931 4 1 6.25003 -17.576 -84.6782 - 9 152.586 805 4 0 7.08907 -18.9278 -85.8506 - 9 65.8344 804 4 0 7.13195 -19.05 -86.0034 - 9 48.4546 803 4 0 7.19784 -19.2501 -86.1668 - 9 92.3965 1031 2 1 26.2607 -53.5192 -144.703 - 9 263.224 632 2 0 26.2616 -53.5197 -145.85 - 9 107.892 1031 1 1 26.3074 -53.4997 -174.45 - 9 105.692 1030 0 1 26.0849 -53.3766 -204.45 - 9 132.483 1292 0 1 78.6332 -143.432 -204.85 - 9 77.3878 1577 4 1 135.618 -69.6038 -84.85 - 9 210.755 1578 4 1 135.75 -69.6382 -84.7043 - 9 117.233 1035 1 1 27.1302 -54.0176 -174.45 - 9 101.53 629 1 0 27.1291 -54.1189 -175.85 - 9 102.617 1034 0 1 26.9853 -56.3732 -204.45 - 9 149.083 617 0 0 27.2152 -56.5654 -205.85 - 9 90.9529 632 10 0 26.3085 -53.5041 94.15 - 9 418.41 1029 9 1 25.9809 -54.0107 65.55 - 9 103.798 630 9 0 25.9666 -54.0284 64.15 - 9 137.875 1027 8 1 25.6429 -54.3967 35.55 - 9 115.742 628 8 0 25.6087 -54.3927 34.15 - 9 119.61 1024 7 1 24.9695 -54.3383 5.55 - 9 119.222 628 7 0 24.939 -54.3228 4.15 - 9 129.654 1021 6 1 24.353 -54.0293 -24.45 - 9 227.803 630 6 0 24.3315 -54.0103 -25.85 - 9 165.53 1019 5 1 23.9331 -53.6582 -54.45 - 9 113.895 632 5 0 23.9162 -53.6155 -55.85 - 9 137.232 1020 4 1 24.0604 -52.1865 -84.45 - 9 200.889 639 4 0 24.1058 -52.2172 -85.85 - 9 143.846 1025 3 1 25.1011 -52.8523 -114.45 - 9 432.78 636 3 0 25.1736 -52.8169 -115.85 - 9 116.869 1032 2 1 26.5989 -51.8822 -144.45 - 9 133.426 641 2 0 26.6594 -51.8484 -145.85 - 9 127.042 1039 1 1 27.8726 -51.1256 -174.45 - 9 131.107 644 1 0 27.8946 -51.0761 -175.85 - 9 156.931 1040 0 1 28.1344 -50.2562 -204.45 - 9 139.885 649 0 0 28.174 -50.2276 -205.85 - 9 11.9076 1334 3 0 53.1338 87.0248 -116.25 - 9 125.363 1335 3 0 53.1403 87.05 -116.231 - 9 15.1276 1336 3 0 53.1537 87.2503 -115.912 - 9 87.6113 1165 3 1 53.2412 88.0484 -114.85 - 9 129.479 1166 3 1 53.25 88.1842 -114.715 - 9 196.614 1167 3 1 53.45 88.5682 -114.725 - 9 30.7576 1168 3 1 53.65 88.6993 -114.493 - 9 48.9251 629 6 0 24.349 -54.05 -26.1971 - 9 444.589 1015 3 1 23.2331 -52.8485 -114.45 - 9 23.3892 1014 3 1 23.05 -52.8364 -114.845 - 9 456.971 920 2 1 4.23259 -53.3214 -144.45 - 9 423.431 919 2 1 4.05 -53.9976 -144.591 - 9 354.24 918 2 1 3.85 -54.8347 -144.569 - 9 204.686 917 2 1 3.65 -55.5124 -144.539 - 9 37.7078 612 2 0 5.10998 -57.5729 -145.85 - 9 185.83 611 2 0 5.18145 -57.65 -145.92 - 9 78.5899 443 2 0 50.3924 -91.3834 -146.25 - 9 61.7566 442 2 0 50.4414 -91.55 -146.017 - 9 131.469 1151 2 1 50.4355 -92.4409 -144.849 - 9 127 412 3 0 58.0641 -97.6138 -116.25 - 9 87.4519 1194 3 1 58.9212 -97.2042 -114.85 - 9 60.2275 1195 3 1 59.05 -97.1203 -114.689 - 9 69.446 1196 3 1 59.2504 -97.0634 -114.592 - 9 3.16241 1197 3 1 59.45 -97.026 -114.461 - 9 102.346 1017 2 1 23.6292 -52.6708 -144.45 - 9 111.988 637 2 0 23.6585 -52.6444 -145.85 - 9 97.7773 1021 1 1 24.4137 -52.0222 -174.45 - 9 132.941 640 1 0 24.4609 -51.9312 -175.85 - 9 234.43 1027 0 1 25.4989 -49.9041 -204.45 - 9 181.529 651 0 0 25.5401 -49.7265 -205.85 - 9 67.4178 1049 2 1 30.0142 37.4922 -144.85 - 9 189.553 1018 1 1 23.8475 -52.1158 -174.45 - 9 180.159 639 1 0 23.2461 -52.1261 -175.85 - 9 64.995 929 0 1 5.9392 -56.0674 -204.45 - 9 152.417 930 0 1 6.05 -56.0506 -204.64 - 9 153.268 620 0 0 7.0662 -55.9093 -205.85 - 9 42.8918 1028 9 1 25.85 -54.1192 65.3334 - 9 270.883 1018 4 1 23.7468 -57.226 -84.45 - 9 198.423 614 4 0 23.7659 -57.2327 -85.8502 - 9 119.545 1018 3 1 23.7606 -56.8583 -114.45 - 9 355.431 617 3 0 23.7875 -56.5875 -115.85 - 9 109.083 1020 2 1 24.1679 -51.2227 -144.45 - 9 37.5047 644 2 0 24.3723 -51.0739 -145.85 - 9 59.0096 645 2 0 24.3953 -51.05 -146.003 - 9 115.893 1041 1 1 28.3101 -45.6491 -174.45 - 9 202.058 672 1 0 28.4615 -45.5008 -175.85 - 9 138.035 1058 0 1 31.6522 -42.9945 -204.45 - 9 162.944 685 0 0 31.9143 -42.9378 -205.85 - 9 202.251 686 0 0 32.0196 -42.85 -206.214 - 9 61.2162 612 4 0 23.5765 -57.6031 -85.85 - 9 59.7261 611 4 0 23.5536 -57.65 -86.0173 - 9 115.516 995 3 1 19.1944 -67.2067 -114.45 - 9 152.899 563 3 0 18.6722 -67.2918 -115.85 - 9 17.3654 505 3 0 -8.38545 -79.0345 -116.249 - 9 80.7744 504 3 0 -8.41878 -79.05 -116.161 - 9 86.3616 857 3 1 -8.60548 -79.2581 -114.85 - 9 83.6859 856 3 1 -8.65 -79.3234 -114.603 - 9 193.363 564 3 0 18.6041 -67.2498 -116.061 - 9 111.139 632 9 0 26.3814 -53.4833 64.15 - 9 138.201 1033 8 1 26.7595 -53.3211 35.55 - 9 160.584 1032 7 1 26.4588 -53.6751 5.55 - 9 115.202 631 7 0 26.4292 -53.7151 4.15 - 9 125.579 627 6 0 25.8636 -54.6364 -25.85 - 9 105.425 1026 5 1 25.2789 -55.5844 -54.45 - 9 130.981 622 5 0 25.2728 -55.6358 -55.85 - 9 2.7068 621 5 0 25.2724 -55.65 -56.237 - 9 31.7491 1026 4 1 25.2602 -56.6328 -84.45 - 9 84.4369 1025 4 1 25.25 -56.637 -84.5904 - 9 104.551 616 4 0 25.1628 -56.671 -85.85 - 9 145.57 612 3 0 23.1053 -57.5062 -115.85 - 9 117.863 1006 2 1 21.4032 -58.7452 -144.45 - 9 159.741 606 2 0 21.3478 -58.7701 -145.85 - 9 38.7328 1001 1 1 20.256 -59.0417 -174.45 - 9 76.5779 1000 1 1 20.25 -59.0468 -174.54 - 9 160.505 604 1 0 20.1547 -59.1055 -175.85 - 9 127.588 991 0 1 18.4153 -60.1981 -204.45 - 9 101.383 598 0 0 18.2967 -60.3054 -205.85 - 9 303.901 624 8 0 27.0028 -55.0503 34.15 - 9 156.79 1025 5 1 25.0781 -53.8877 -54.45 - 9 272.114 630 5 0 25.0155 -54.0397 -55.8501 - 9 82.9379 629 5 0 25.0104 -54.05 -55.941 - 9 139.916 1015 4 1 23.0777 -58.2757 -84.4501 - 9 100.604 606 4 0 23.023 -58.7607 -85.8502 - 9 42.2995 605 4 0 23.013 -58.85 -86.1 - 9 95.1268 1006 3 1 21.3014 -68.7546 -114.45 - 9 35.4849 1005 3 1 21.25 -68.8343 -114.733 - 9 166.165 554 3 0 21.0314 -69.1537 -115.85 - 9 11.4198 553 3 0 20.9638 -69.25 -116.212 - 9 58.5894 978 2 1 15.8444 -76.1373 -144.45 - 9 132.096 979 2 1 15.85 -76.191 -144.602 - 9 79.0492 517 2 0 15.9581 -76.593 -145.85 - 9 62.5517 516 2 0 15.9654 -76.65 -146.072 - 9 309.77 989 1 1 17.8818 -84.9944 -174.45 - 9 144.199 477 1 0 18.0653 -84.6435 -175.85 - 9 24.8552 995 0 1 19.2343 -73.5313 -204.45 - 9 151.8 996 0 1 19.25 -73.4696 -204.503 - 9 69.9297 539 0 0 19.475 -72.2126 -205.85 - 9 77.9258 540 0 0 19.5041 -72.0497 -206.028 - 9 102.085 1024 5 1 25.05 -53.8931 -54.5675 - 9 0.243576 760 5 0 13.0476 -27.853 -56.25 - 9 80.4751 761 5 0 13.0482 -27.8498 -56.2465 - 9 61.5085 762 5 0 13.1131 -27.65 -56.0423 - 9 7.11415 763 5 0 13.2135 -27.4499 -55.866 - 9 60.4884 969 5 1 13.9689 -26.2348 -54.85 - 9 77.6723 970 5 1 14.05 -26.088 -54.7087 - 9 22.6325 931 6 0 -12.2453 6.38909 -26.25 - 9 90.5807 932 6 0 -12.3003 6.45 -26.1897 - 9 54.045 933 6 0 -12.528 6.65 -25.9558 - 9 32.0277 934 6 0 -12.682 6.85 -25.8956 - 9 39.6024 830 6 1 -13.9787 8.71274 -24.85 - 9 91.4209 829 6 1 -14.05 8.81022 -24.7954 - 9 120.719 828 6 1 -14.25 9.04614 -24.6736 - 9 77.796 827 6 1 -14.45 9.14577 -24.5407 - 9 89.1571 826 6 1 -14.65 9.29558 -24.473 - 9 64.8567 825 6 1 -14.85 9.33651 -24.5676 - 9 64.6307 824 6 1 -15.05 9.32607 -24.6809 - 9 88.5022 823 6 1 -15.2504 9.21803 -24.7155 - 9 52.4005 822 6 1 -15.45 9.1504 -24.6712 - 9 72.5862 821 6 1 -15.6501 9.10199 -24.7133 - 9 90.1275 820 6 1 -15.85 9.12949 -24.6324 - 9 76.4715 819 6 1 -16.0501 9.11703 -24.5404 - 9 128.232 818 6 1 -16.25 9.04781 -24.6028 - 9 225.81 946 6 0 -16.445 9.4394 -25.85 - 9 164.467 947 6 0 -16.4461 9.45028 -25.8662 -Number of digits in this event = 113 -Using G4ParticleGun ... -6.38742 LIN -e- -Event: 10 -Number of tracker hits in this event = 38 - 10 212.738 1420 9 1 104.176 -80.5155 65.55 - 10 237.096 497 9 0 104.17 -80.5146 64.15 - 10 109.344 1419 8 1 104.028 -80.5014 35.55 - 10 217.766 497 8 0 104.02 -80.5023 34.15 - 10 169.793 1418 7 1 103.856 -80.5094 5.55 - 10 238.183 497 7 0 103.851 -80.5058 4.15 - 10 127.22 1417 6 1 103.746 -80.4388 -24.45 - 10 94.3618 498 6 0 103.742 -80.4289 -25.85 - 10 104.085 1417 5 1 103.673 -80.1813 -54.45 - 10 185.079 499 5 0 103.674 -80.1834 -55.85 - 10 218.068 1417 4 1 103.694 -80.1779 -84.45 - 10 191.778 499 4 0 103.688 -80.1815 -85.85 - 10 112.945 1417 3 1 103.586 -80.2797 -114.45 - 10 189.189 498 3 0 103.58 -80.2822 -115.85 - 10 155.458 1416 2 1 103.437 -80.3058 -144.45 - 10 170.545 498 2 0 103.437 -80.3062 -145.85 - 10 100.062 1416 1 1 103.459 -80.3261 -174.45 - 10 136.908 498 1 0 103.461 -80.3209 -175.85 - 10 106.183 1416 0 1 103.499 -80.2297 -204.45 - 10 317.381 499 0 0 103.5 -80.2172 -205.85 - 10 189.345 916 2 1 3.33661 63.4361 -144.45 - 10 50.4296 1391 1 1 98.4306 -31.3937 -174.85 - 10 63.7771 941 5 1 8.3609 50.2744 -54.85 - 10 158.768 940 5 1 8.24988 50.3749 -54.7246 - 10 236.045 1417 0 1 103.69 -80.1075 -204.45 - 10 116.191 1413 2 1 102.791 -80.4996 -144.45 - 10 140.968 499 2 0 102.634 -80.25 -145.993 - 10 161.484 1386 1 1 97.4628 -73.9573 -174.45 - 10 11.7316 532 1 0 97.3484 -73.4611 -175.85 - 10 169.448 533 1 0 97.3458 -73.45 -175.883 - 10 43.6973 534 1 0 97.3132 -73.2497 -176.177 - 10 51.0589 699 1 0 101.641 -40.1089 -176.25 - 10 5.61504 1421 9 1 104.35 -80.4821 65.1688 - 10 122.028 498 9 0 104.974 -80.4384 64.1498 - 10 94.6375 496 9 0 105.54 -80.6502 63.9429 - 10 85.4631 495 9 0 105.697 -80.85 63.9305 - 10 96.2183 494 9 0 105.855 -81.05 63.8681 - 10 12.6199 493 9 0 105.932 -81.25 63.7625 -Number of digits in this event = 24 -Using G4ParticleGun ... -2.27666 LIN -e- -Event: 11 -Number of tracker hits in this event = 57 - 11 145.547 819 11 1 -16.1003 -12.7178 125.55 - 11 202.491 836 11 0 -16.1071 -12.7186 124.15 - 11 138.17 818 10 1 -16.2522 -12.7285 95.55 - 11 122.227 836 10 0 -16.2563 -12.7281 94.15 - 11 154.541 818 9 1 -16.3398 -12.7257 65.55 - 11 157.818 836 9 0 -16.3439 -12.7216 64.15 - 11 96.4423 818 8 1 -16.4249 -12.6282 35.55 - 11 136.835 837 8 0 -16.4241 -12.6261 34.15 - 11 120.436 818 7 1 -16.4352 -12.596 5.55 - 11 114.278 837 7 0 -16.4366 -12.5977 4.15 - 11 130.211 817 6 1 -16.4713 -12.633 -24.45 - 11 117.769 837 6 0 -16.4709 -12.6427 -25.85 - 11 126.599 817 5 1 -16.4829 -12.8177 -54.45 - 11 133.123 836 5 0 -16.4825 -12.8307 -55.85 - 11 157.758 817 4 1 -16.4524 -13.0967 -84.45 - 11 255.769 834 4 0 -16.4487 -13.1091 -85.85 - 11 288.136 818 3 1 -16.3515 -13.3485 -114.45 - 11 137.823 833 3 0 -16.3462 -13.3615 -115.85 - 11 229.104 819 2 1 -16.2344 -13.633 -144.45 - 11 130.946 832 2 0 -16.2283 -13.6451 -145.85 - 11 138.708 819 1 1 -16.0826 -13.8854 -174.45 - 11 121.465 830 1 0 -16.0707 -13.8914 -175.85 - 11 121.286 821 0 1 -15.8173 -14.0284 -204.45 - 11 108.231 830 0 0 -15.8085 -14.0387 -205.85 - 11 192.295 237 5 0 -97.9265 -132.608 -56.25 - 11 9.73279 79 5 0 -78.5208 -164.15 -55.965 - 11 203.503 507 5 1 -78.6444 -164.627 -54.85 - 11 164.275 506 5 1 -78.65 -164.634 -54.8388 - 11 119.005 508 5 1 -78.45 -165.067 -54.6542 - 11 82.2076 819 3 1 -16.25 -13.544 -114.556 - 11 64.2125 820 3 1 -16.05 -13.7021 -114.721 - 11 40.2129 821 3 1 -15.85 -13.8337 -114.808 - 11 15.0135 823 3 0 -15.6426 -15.3937 -115.85 - 11 95.176 822 3 0 -15.6349 -15.45 -115.89 - 11 40.8754 821 3 0 -15.6334 -15.65 -116.113 - 11 6.46451 787 3 0 -30.075 -22.6443 -116.25 - 11 109.077 786 3 0 -30.0735 -22.6501 -116.23 - 11 66.5749 785 3 0 -29.9757 -22.85 -115.99 - 11 145.989 784 3 0 -29.9151 -23.05 -115.974 - 11 111.565 783 3 0 -29.8697 -23.25 -116.198 - 11 113.387 1167 3 0 -164.011 53.4692 -116.25 - 11 18.8755 1166 3 0 -164.082 53.45 -116.206 - 11 68.6453 835 4 0 -16.3785 -13.05 -86.1942 - 11 306.172 815 1 1 -17.0052 -11.989 -174.45 - 11 95.7895 839 1 0 -17.0381 -12.0685 -175.85 - 11 7.66036 814 0 1 -17.2408 -14.7925 -204.45 - 11 106.852 813 0 1 -17.25 -14.8062 -204.487 - 11 64.8212 824 0 0 -17.4637 -15.1847 -205.85 - 11 51.31 823 0 0 -17.4916 -15.2501 -206.082 - 11 133.265 840 1 0 -16.9763 -12.024 -175.85 - 11 106.878 818 0 1 -16.307 -11.6149 -204.45 - 11 94.7327 841 0 0 -16.2683 -11.6738 -205.85 - 11 29.7433 843 1 0 -17.1019 -11.32 -175.85 - 11 162.814 844 1 0 -17.1051 -11.25 -175.967 - 11 122.948 845 1 0 -16.7259 -11.0497 -176.135 - 11 56.4403 620 1 0 59.4566 -55.9723 -176.25 - 11 381.607 619 1 0 59.5649 -56.05 -176.146 -Number of digits in this event = 31 -Using G4ParticleGun ... -7.39062 LIN -e- -Event: 12 -Number of tracker hits in this event = 107 - 12 146.983 977 11 1 15.5506 20.8374 125.55 - 12 105.853 1003 11 0 15.5511 20.8366 124.15 - 12 182.826 977 10 1 15.5642 20.8203 95.55 - 12 121.191 1003 10 0 15.5627 20.8256 94.15 - 12 199.2 977 9 1 15.513 20.9271 65.55 - 12 143.002 1004 9 0 15.5136 20.934 64.15 - 12 417.724 977 8 1 15.5326 21.0688 35.55 - 12 101.938 1005 8 0 15.535 21.0788 34.15 - 12 117.96 977 7 1 15.5726 21.2889 5.55 - 12 179.355 1006 7 0 15.5739 21.2987 4.15 - 12 127.409 977 6 1 15.6053 21.5017 -24.45 - 12 141.892 1007 6 0 15.6066 21.5164 -25.85 - 12 377.387 977 5 1 15.6389 21.809 -54.45 - 12 117.507 1008 5 0 15.6397 21.8234 -55.85 - 12 117.966 977 4 1 15.6471 22.1154 -84.45 - 12 185.207 1010 4 0 15.6507 22.1324 -85.85 - 12 365.926 978 3 1 15.7286 22.4763 -114.45 - 12 125.349 1012 3 0 15.7318 22.4903 -115.85 - 12 396.298 978 2 1 15.7976 22.7655 -144.45 - 12 130.766 1013 2 0 15.8 22.7812 -145.85 - 12 200.739 979 1 1 15.8719 23.0898 -174.45 - 12 238.511 1015 1 0 15.8747 23.1037 -175.85 - 12 222.456 979 0 1 15.9144 23.3947 -204.45 - 12 127.913 1016 0 0 15.922 23.4064 -205.85 - 12 3.90036 165 5 0 -128.328 -146.95 -56.0486 - 12 145.4 164 5 0 -128.498 -147.15 -55.8705 - 12 37.0711 821 0 1 -15.65 24.5262 -204.811 - 12 140.813 977 2 1 15.65 22.7843 -144.53 - 12 18.3625 976 2 1 15.4499 22.8039 -144.786 - 12 173.255 1015 2 0 15.0741 23.0726 -145.85 - 12 86.3658 1016 2 0 14.9263 23.25 -146.08 - 12 101.545 1017 2 0 14.8095 23.45 -146.081 - 12 90.7572 1018 2 0 14.8166 23.65 -146.132 - 12 216.24 1019 2 0 14.876 23.85 -146.101 - 12 193.068 1020 2 0 14.6992 24.05 -145.979 - 12 204.746 1014 2 0 15.0082 23.05 -146.167 - 12 65.7214 1023 2 0 15.3418 24.6685 -145.85 - 12 249.909 1024 2 0 15.2712 24.85 -146.009 - 12 35.8358 1025 2 0 15.158 25.05 -146.204 - 12 46.3653 978 8 1 15.6502 21.1029 35.3123 - 12 82.7828 941 10 0 -35.4183 8.25323 93.7501 - 12 27.1954 1006 10 0 -83.8412 21.4298 93.75 - 12 249.576 1004 5 0 15.6161 20.926 -55.85 - 12 166.07 980 4 1 16.084 21.2624 -84.45 - 12 172.071 1005 4 0 16.1014 21.2492 -85.85 - 12 123.729 982 3 1 16.4868 21.0434 -114.45 - 12 129.173 1005 3 0 16.4986 21.0508 -115.85 - 12 110.627 983 2 1 16.7174 21.1447 -144.45 - 12 131.011 1005 2 0 16.7448 21.1293 -145.85 - 12 332.711 986 1 1 17.3881 21.0017 -174.45 - 12 117.399 1004 1 0 17.4227 20.9793 -175.85 - 12 323.366 989 0 1 17.8768 20.5379 -204.45 - 12 133.283 1002 0 0 17.8197 20.4825 -205.85 - 12 191.958 1006 4 0 16.3039 21.2618 -85.85 - 12 36.8577 753 4 0 20.1881 -29.3748 -86.25 - 12 116.37 752 4 0 20.2273 -29.45 -86.1828 - 12 90.3577 751 4 0 20.3197 -29.65 -86.0369 - 12 49.8832 750 4 0 20.4019 -29.85 -85.9231 - 12 275.917 1001 4 1 20.4314 -30.6494 -84.85 - 12 112.576 1002 4 1 20.4505 -31.1853 -84.7175 - 12 88.9144 1000 4 1 20.25 -31.5478 -84.7601 - 12 81.1655 999 4 1 20.05 -31.5366 -84.8023 - 12 16.1018 764 4 0 13.391 -27.0721 -85.85 - 12 256.78 765 4 0 13.3485 -27.05 -85.874 - 12 415.691 987 1 1 17.4783 20.7277 -174.45 - 12 122.071 1002 1 0 17.5236 20.4821 -175.85 - 12 74.7623 1001 1 0 17.5289 20.45 -176.045 - 12 127.74 988 0 1 17.8416 16.1721 -204.45 - 12 8.48746 974 0 0 18.5035 14.8754 -205.85 - 12 108.25 973 0 0 18.5155 14.85 -205.878 - 12 54.4545 972 0 0 18.609 14.6498 -206.089 - 12 186.918 1003 1 0 17.4873 20.7264 -175.85 - 12 91.8068 1000 0 0 17.7816 20.0953 -205.85 - 12 223.788 1004 3 0 15.7737 20.9121 -115.85 - 12 250.398 980 2 1 16.2066 22.0747 -144.45 - 12 135.265 1010 2 0 16.2534 22.191 -145.85 - 12 129.957 984 1 1 16.8803 24.5248 -174.45 - 12 126.588 1022 1 0 16.8784 24.573 -175.85 - 12 110.243 984 0 1 16.8537 25.6682 -204.45 - 12 146.194 1028 0 0 16.8871 25.713 -205.85 - 12 13.3658 1010 6 0 -138.705 22.2453 -26.25 - 12 67.0487 1011 6 0 -138.874 22.25 -26.0447 - 12 100.677 1012 6 0 -138.943 22.45 -25.9661 - 12 178.603 204 6 1 -139.165 22.4804 -24.85 - 12 103.455 203 6 1 -139.35 22.5335 -24.7128 - 12 75.7304 983 0 1 16.844 25.6656 -204.45 - 12 309.385 982 0 1 16.6496 25.8567 -204.603 - 12 85.7292 981 0 1 16.4497 26.1546 -204.639 - 12 120.273 1032 0 0 15.9352 26.5467 -205.85 - 12 135.757 1008 2 0 16.1294 21.8261 -145.85 - 12 110.553 992 0 1 18.4564 24.1158 -204.45 - 12 121.885 1020 0 0 18.5804 24.1751 -205.85 - 12 39.4316 496 4 1 -80.6995 70.3778 -84.85 - 12 145.081 975 4 1 15.1287 21.3303 -84.45 - 12 110.183 983 3 1 16.7939 22.143 -114.45 - 12 110.186 1011 3 0 16.9601 22.2542 -115.85 - 12 338.912 1006 2 1 21.3244 24.8291 -144.451 - 12 49.3466 1034 1 1 27.0156 29.3173 -174.45 - 12 72.7754 1035 1 1 27.05 29.3399 -174.606 - 12 139.959 1047 1 0 27.3173 29.5204 -175.85 - 12 60.6899 1065 0 1 33.1856 33.8172 -204.45 - 12 97.0778 1066 0 1 33.25 33.849 -204.633 - 12 0.434079 1069 0 0 33.6935 34.0497 -205.85 - 12 119.983 1070 0 0 33.6943 34.05 -205.852 - 12 179.14 1020 1 0 55.5205 24.1641 -176.25 - 12 100.449 1019 1 0 55.6205 24.05 -176.052 - 12 184.469 1005 2 1 21.2496 25.002 -144.715 -Number of digits in this event = 61 -Using G4ParticleGun ... -5.30869 LIN -e- -Event: 13 -Number of tracker hits in this event = 55 - 13 116.786 827 10 1 -14.5366 -97.983 95.55 - 13 125.45 410 10 0 -14.5372 -97.9833 94.15 - 13 132.541 827 9 1 -14.5467 -97.9863 65.55 - 13 297.614 410 9 0 -14.5481 -97.9866 64.15 - 13 580.577 827 8 1 -14.5833 -97.9859 35.55 - 13 238.639 410 8 0 -14.5864 -97.9873 34.15 - 13 117.26 826 7 1 -14.6517 -98.0223 5.55 - 13 162.478 410 7 0 -14.6545 -98.0225 4.15 - 13 112.671 826 6 1 -14.7155 -98.0288 -24.45 - 13 113.275 410 6 0 -14.7183 -98.0278 -25.85 - 13 116.327 826 5 1 -14.7745 -98.0089 -54.45 - 13 230.946 410 5 0 -14.7786 -98.0077 -55.85 - 13 116.156 825 4 1 -14.8618 -97.9886 -84.45 - 13 153.308 410 4 0 -14.8656 -97.9872 -85.85 - 13 118.56 825 3 1 -14.9558 -97.9474 -114.45 - 13 103.697 411 3 0 -14.9623 -97.9462 -115.85 - 13 185.817 824 2 1 -15.1017 -97.933 -144.45 - 13 124.635 411 2 0 -15.1092 -97.9306 -145.85 - 13 193.471 823 1 1 -15.2657 -97.8733 -174.45 - 13 123.812 411 1 0 -15.2707 -97.8717 -175.85 - 13 180.882 823 0 1 -15.3609 -97.8315 -204.45 - 13 109.558 411 0 0 -15.3627 -97.8292 -205.85 - 13 120.993 1386 0 1 97.55 -20.6834 -204.702 - 13 91.5676 826 8 1 -14.65 -97.9881 35.3751 - 13 110.315 409 8 0 -14.2089 -98.1501 34.08 - 13 79.4247 852 7 1 -9.6273 -103.675 5.55 - 13 178.755 853 7 1 -9.44989 -103.86 5.40493 - 13 43.7604 854 7 1 -9.25 -104.083 5.23862 - 13 84.9966 372 7 0 -8.01732 -105.612 4.15 - 13 110.428 371 7 0 -7.9192 -105.75 4.03861 - 13 79.7877 370 7 0 -7.78603 -105.95 3.88799 - 13 401.26 978 6 1 15.7003 -141.089 -24.45 - 13 18.4825 173 6 0 15.8162 -145.481 -25.85 - 13 53.2656 172 6 0 15.817 -145.55 -25.8719 - 13 64.2732 171 6 0 15.8248 -145.75 -25.9335 - 13 93.9401 170 6 0 15.8419 -145.95 -26.0014 - 13 52.4572 169 6 0 15.8582 -146.15 -26.0736 - 13 57.1592 168 6 0 15.8724 -146.35 -26.153 - 13 107.461 411 8 0 -14.3315 -97.9334 34.15 - 13 158.626 847 7 1 -10.6049 -96.0852 5.55 - 13 53.5993 425 7 0 -10.1862 -95.028 4.15 - 13 106.315 426 7 0 -10.1598 -94.95 4.05291 - 13 46.8617 427 7 0 -10.0982 -94.75 3.84894 - 13 162.698 871 6 1 -5.77776 -66.4015 -24.45 - 13 10.0299 573 6 0 -5.76444 -65.2734 -25.8504 - 13 113.6 574 6 0 -5.76511 -65.25 -25.8804 - 13 42.1681 575 6 0 -5.74973 -65.05 -26.1406 - 13 91.2193 881 5 1 -3.81103 -43.0777 -54.4502 - 13 129.875 685 5 0 -3.44458 -42.8855 -55.85 - 13 57.9869 896 4 1 -0.79644 -37.7683 -84.4503 - 13 108.807 895 4 1 -0.85 -37.8032 -84.5937 - 13 7.94915 710 4 0 -1.2077 -38.0464 -85.85 - 13 144.635 709 4 0 -1.21296 -38.05 -85.8698 - 13 40.9714 706 3 1 -38.7798 -72.5172 -114.85 - 13 81.8337 437 7 0 -10.4679 -92.75 3.988 -Number of digits in this event = 22 -Using G4ParticleGun ... -1.48985 LIN -e- -Event: 14 -Number of tracker hits in this event = 22 - 14 128.242 711 10 1 -37.6835 -76.0103 95.55 - 14 105.868 520 10 0 -37.6845 -76.0185 94.15 - 14 111.393 711 9 1 -37.7216 -76.1739 65.55 - 14 106.83 519 9 0 -37.7249 -76.1828 64.15 - 14 111.822 711 8 1 -37.8192 -76.3417 35.55 - 14 177.819 518 8 0 -37.8214 -76.3546 34.15 - 14 109.585 710 7 1 -37.8758 -76.6211 5.55 - 14 104.605 517 7 0 -37.8754 -76.6382 4.15 - 14 203.551 710 6 1 -37.8871 -76.9746 -24.45 - 14 162.232 515 6 0 -37.8819 -76.9949 -25.85 - 14 126.083 711 5 1 -37.7655 -77.411 -54.45 - 14 124.028 513 5 0 -37.7602 -77.4318 -55.85 - 14 108.997 711 4 1 -37.6539 -77.8482 -84.45 - 14 113.867 510 4 0 -37.6555 -77.8703 -85.85 - 14 192.501 711 3 1 -37.6916 -78.3073 -114.45 - 14 121.596 508 3 0 -37.6977 -78.3293 -115.85 - 14 149.364 711 2 1 -37.8217 -78.7865 -144.45 - 14 122.06 506 2 0 -37.8284 -78.8123 -145.85 - 14 131.192 710 1 1 -37.9796 -79.36 -174.45 - 14 125.07 503 1 0 -37.9891 -79.3883 -175.85 - 14 132.765 709 0 1 -38.1913 -79.9723 -204.45 - 14 114.406 500 0 0 -38.1986 -79.999 -205.85 -Number of digits in this event = 14 -Using G4ParticleGun ... -4.60452 LIN -e- -Event: 15 -Number of tracker hits in this event = 23 - 15 103.952 323 9 1 -115.434 24.3454 65.55 - 15 107.375 1021 9 0 -115.434 24.347 64.15 - 15 122.335 323 8 1 -115.444 24.3711 35.55 - 15 113.297 1021 8 0 -115.445 24.3708 34.15 - 15 127.889 323 7 1 -115.469 24.3531 5.55 - 15 131.558 1021 7 0 -115.472 24.3517 4.15 - 15 119.039 323 6 1 -115.53 24.3187 -24.45 - 15 100.545 1021 6 0 -115.535 24.3173 -25.85 - 15 127.745 322 5 1 -115.637 24.2832 -54.45 - 15 105.995 1021 5 0 -115.643 24.2813 -55.85 - 15 125.881 321 4 1 -115.772 24.2444 -84.45 - 15 110.952 1020 4 0 -115.774 24.243 -85.85 - 15 267.025 321 3 1 -115.818 24.2089 -114.45 - 15 111.265 1020 3 0 -115.82 24.2054 -115.85 - 15 149.003 321 2 1 -115.852 24.1446 -144.45 - 15 123.829 1020 2 0 -115.851 24.1394 -145.85 - 15 145.619 321 1 1 -115.811 24.0527 -174.45 - 15 135.23 1019 1 0 -115.812 24.0484 -175.85 - 15 107.754 321 0 1 -115.835 23.9678 -204.45 - 15 128.098 1019 0 0 -115.839 23.9652 -205.85 - 15 106.607 320 3 1 -115.95 24.1755 -114.751 - 15 2.7344 100 1 1 -160.023 -25.7106 -174.85 - 15 193.175 99 1 1 -160.15 -25.7887 -174.66 -Number of digits in this event = 15 -Using G4ParticleGun ... -7.58457 LIN -e- -Event: 16 -Number of tracker hits in this event = 32 - 16 129.997 560 8 1 -67.8924 125.252 35.55 - 16 109.121 1525 8 0 -67.8918 125.252 34.15 - 16 144.618 560 7 1 -67.8782 125.26 5.55 - 16 129.05 1525 7 0 -67.8773 125.26 4.15 - 16 111.126 560 6 1 -67.8587 125.26 -24.45 - 16 104.823 1525 6 0 -67.8584 125.26 -25.85 - 16 226.89 560 5 1 -67.8517 125.272 -54.45 - 16 167.51 1525 5 0 -67.8512 125.273 -55.85 - 16 103.62 561 4 1 -67.8429 125.296 -84.45 - 16 88.7951 1525 4 0 -67.8426 125.299 -85.85 - 16 110.716 561 3 1 -67.8389 125.352 -114.45 - 16 134.743 1526 3 0 -67.8134 125.373 -115.85 - 16 93.9344 563 2 1 -67.4034 125.951 -144.45 - 16 101.424 1529 2 0 -67.3442 125.967 -145.85 - 16 185.148 569 1 1 -66.063 126.404 -174.45 - 16 1.31874 570 1 1 -66.05 126.419 -174.844 - 16 101.79 1531 1 0 -66.021 126.454 -175.85 - 16 244.165 573 0 1 -65.3902 127.706 -204.45 - 16 112.936 1537 0 0 -65.2721 127.699 -205.85 - 16 5.04003 561 0 1 -67.8408 125.539 -204.839 - 16 245.658 1526 0 0 -67.841 125.541 -205.85 - 16 52.1993 1195 0 0 -60.6923 59.25 -206.17 - 16 95.9394 987 1 0 -53.9013 17.635 -176.25 - 16 88.9212 988 1 0 -54.1495 17.65 -176.065 - 16 116.187 989 1 0 -54.1863 17.8513 -176.011 - 16 28.1158 990 1 0 -54.1439 18.05 -175.873 - 16 180.489 628 1 1 -54.2769 19.6477 -174.85 - 16 66.3764 629 1 1 -54.25 19.6874 -174.812 - 16 129 393 12 0 114.116 -101.452 153.75 - 16 256.873 1472 12 1 114.585 -101.343 155.15 - 16 62.2287 1471 12 1 114.55 -101.667 155.315 - 16 154.221 391 12 0 113.897 -101.761 154.15 -Number of digits in this event = 15 -Using G4ParticleGun ... -2.24746 LIN -e- -Event: 17 -Number of tracker hits in this event = 23 - 17 146.038 1092 8 1 38.5665 -131.684 35.55 - 17 105.649 242 8 0 38.5668 -131.683 34.15 - 17 112.012 1092 7 1 38.5551 -131.64 5.55 - 17 198.455 242 7 0 38.5518 -131.637 4.15 - 17 137.468 1092 6 1 38.4782 -131.569 -24.45 - 17 123.23 242 6 0 38.4751 -131.565 -25.85 - 17 187.324 1091 5 1 38.4142 -131.467 -54.45 - 17 113.262 243 5 0 38.4109 -131.457 -55.85 - 17 95.215 1091 4 1 38.3367 -131.257 -84.45 - 17 103.429 244 4 0 38.3329 -131.248 -85.85 - 17 1.87751 1091 3 1 38.25 -131.052 -114.45 - 17 164.474 1090 3 1 38.25 -131.052 -114.454 - 17 113.26 245 3 0 38.2438 -131.042 -115.85 - 17 115.947 1090 2 1 38.1208 -130.847 -144.45 - 17 115.32 246 2 0 38.1127 -130.84 -145.85 - 17 111.759 1089 1 1 37.9408 -130.675 -174.45 - 17 159.186 247 1 0 37.9327 -130.667 -175.85 - 17 113.548 1088 0 1 37.7651 -130.491 -204.45 - 17 177.408 248 0 0 37.7556 -130.485 -205.85 - 17 245.261 1734 0 1 166.981 -136.986 -204.85 - 17 195.689 541 3 0 -50.0043 -71.7865 -116.25 - 17 15.0335 542 3 0 -50.2468 -71.65 -115.95 - 17 48.7362 243 7 0 38.4591 -131.55 3.87908 -Number of digits in this event = 13 -Using G4ParticleGun ... -4.65842 LIN -e- -Event: 18 -Number of tracker hits in this event = 90 - 18 85.9155 706 10 1 -38.8316 87.7622 95.55 - 18 122.431 1338 10 0 -38.8321 87.7634 94.15 - 18 95.8571 706 9 1 -38.8378 87.7958 65.55 - 18 161.631 1338 9 0 -38.8377 87.7974 64.15 - 18 105.698 706 8 1 -38.8393 87.8252 35.55 - 18 115.063 1338 8 0 -38.8403 87.8295 34.15 - 18 89.3344 705 7 1 -38.8581 87.9218 5.55 - 18 152.139 1339 7 0 -38.856 87.9267 4.15 - 18 109.988 706 6 1 -38.8043 88.0235 -24.45 - 18 100.27 1339 6 0 -38.8018 88.0277 -25.85 - 18 130.128 706 5 1 -38.7529 88.1095 -54.45 - 18 107.989 1340 5 0 -38.7506 88.1136 -55.85 - 18 105.404 706 4 1 -38.7035 88.1987 -84.45 - 18 111.329 1340 4 0 -38.6991 88.2019 -85.85 - 18 371.826 707 3 1 -38.6078 88.2731 -114.45 - 18 172.524 1341 3 0 -38.6023 88.277 -115.85 - 18 196.058 707 2 1 -38.5018 88.3507 -144.45 - 18 124.987 1341 2 0 -38.5002 88.3518 -145.85 - 18 106.383 707 1 1 -38.4513 88.3824 -174.45 - 18 152.628 1341 1 0 -38.4494 88.3875 -175.85 - 18 105.998 708 0 1 -38.413 88.5003 -204.45 - 18 120.057 1342 0 0 -38.414 88.5089 -205.85 - 18 10.5536 1219 6 0 58.6808 64.05 -26.0384 - 18 125.764 1340 3 0 -38.8579 88.2437 -115.85 - 18 169.234 673 2 1 -45.4447 87.2868 -144.45 - 18 4.26057 1328 2 0 -45.1641 85.6591 -145.85 - 18 96.4034 1327 2 0 -45.1628 85.65 -145.857 - 18 85.2063 1326 2 0 -45.1378 85.45 -146.017 - 18 33.9751 1325 2 0 -45.1116 85.25 -146.176 - 18 5.87321 710 1 1 -38.0375 51.3362 -174.45 - 18 99.4715 709 1 1 -38.05 51.3222 -174.471 - 18 53.6778 708 1 1 -38.25 51.1018 -174.741 - 18 195.772 1150 1 0 -39.1639 50.0638 -175.85 - 18 227.787 1149 1 0 -39.1758 50.05 -175.865 - 18 92.8336 1148 1 0 -39.3338 49.8498 -176.077 - 18 30.1782 578 0 1 -64.2696 19.5588 -204.45 - 18 194.999 579 0 1 -64.25 19.5264 -204.533 - 18 115.67 994 0 0 -63.733 19.0249 -205.85 - 18 55.2243 993 0 0 -63.5445 18.85 -206.224 - 18 108.556 1021 0 0 -62.1219 24.2562 -206.25 - 18 88.4944 1022 0 0 -62.2335 24.45 -206.102 - 18 165.825 1023 0 0 -62.4115 24.6501 -206.027 - 18 54.3643 1024 0 0 -62.8796 24.85 -206.029 - 18 77.681 580 0 1 -63.927 25.1425 -204.85 - 18 35.3471 1151 1 0 -40.1276 50.25 -175.978 - 18 7.697 690 1 1 -42.022 48.9969 -174.85 - 18 94.6689 689 1 1 -42.05 48.9796 -174.834 - 18 91.6345 688 1 1 -42.25 48.9195 -174.78 - 18 398.258 687 1 1 -42.45 48.9405 -174.636 - 18 179.24 686 1 1 -42.65 49.025 -174.501 - 18 342.109 1338 3 0 -38.0636 87.7024 -115.85 - 18 160.264 1339 3 0 -37.638 87.85 -116.116 - 18 245.752 705 4 1 -38.8732 87.9894 -84.45 - 18 124.344 1338 4 0 -38.8962 87.8398 -85.8507 - 18 93.3066 711 3 1 -37.8194 86.433 -114.45 - 18 108.402 712 3 1 -37.65 86.4079 -114.625 - 18 11.1508 713 3 1 -37.45 86.3745 -114.822 - 18 17.3415 1331 3 0 -36.3211 86.2577 -115.85 - 18 176.466 1330 3 0 -36.2681 86.25 -115.898 - 18 94.4034 885 2 1 -2.86929 82.9119 -144.45 - 18 49.7735 886 2 1 -2.85 82.8086 -144.725 - 18 123.59 1311 2 0 -2.75193 82.4302 -145.85 - 18 55.1211 886 1 1 -2.83257 74.9712 -174.45 - 18 49.5092 887 1 1 -2.6498 74.9052 -174.473 - 18 49.4749 888 1 1 -2.44967 74.8397 -174.484 - 18 61.8737 889 1 1 -2.25 74.7942 -174.511 - 18 51.82 890 1 1 -2.04965 74.7318 -174.537 - 18 55.2244 891 1 1 -1.84989 74.6663 -174.564 - 18 60.8866 892 1 1 -1.65 74.6046 -174.6 - 18 90.916 893 1 1 -1.45 74.5256 -174.672 - 18 5.47539 894 1 1 -1.25 74.2696 -174.838 - 18 82.7765 1263 1 0 0.0802474 72.7607 -175.85 - 18 93.5768 1262 1 0 0.165629 72.65 -175.921 - 18 109.895 1261 1 0 0.373595 72.45 -176.095 - 18 5.5925 1260 1 0 0.567727 72.25 -176.242 - 18 21.6682 1186 1 0 25.4823 57.4041 -176.25 - 18 69.2894 1187 1 0 25.4754 57.45 -176.173 - 18 131.979 1188 1 0 25.4854 57.65 -175.969 - 18 177.881 1026 1 1 25.4387 59.0817 -174.85 - 18 233.2 1027 1 1 25.45 59.4668 -174.686 - 18 51.6389 1028 1 1 25.65 60.1629 -174.534 - 18 5.41739 1039 0 1 28.05 38.8998 -204.456 - 18 185.353 1034 0 1 27.05 36.9997 -204.474 - 18 11.2215 903 1 1 0.712429 71.641 -174.85 - 18 123.118 1214 1 0 5.19101 63.0345 -175.85 - 18 98.0464 1339 4 0 -38.8967 87.8537 -85.85 - 18 39.1498 677 3 1 -44.5534 96.6665 -114.45 - 18 119.987 676 3 1 -44.6502 96.6237 -114.564 - 18 33.3844 1377 3 0 -45.6534 95.6065 -115.85 - 18 157.297 1376 3 0 -45.7129 95.55 -115.921 -Number of digits in this event = 32 -Using G4ParticleGun ... -6.52431 LIN -e- -Event: 19 -Number of tracker hits in this event = 27 - 19 127.763 458 10 1 -88.3256 9.07445 95.55 - 19 118.422 945 10 0 -88.326 9.07507 94.15 - 19 151.051 458 9 1 -88.3302 9.08968 65.55 - 19 171.252 945 9 0 -88.3316 9.08989 64.15 - 19 121.551 458 8 1 -88.3365 9.06603 35.55 - 19 117.215 945 8 0 -88.3367 9.06324 34.15 - 19 144.565 458 7 1 -88.3379 9.02496 5.55 - 19 146.699 944 7 0 -88.3462 9.02852 4.15 - 19 115.622 457 6 1 -88.4935 9.11497 -24.45 - 19 121.654 945 6 0 -88.4918 9.12294 -25.85 - 19 116.686 457 5 1 -88.4686 9.26589 -54.45 - 19 122.918 946 5 0 -88.4692 9.27456 -55.85 - 19 132.633 457 4 1 -88.4905 9.4659 -84.45 - 19 139.901 947 4 0 -88.4871 9.47632 -85.85 - 19 166.762 458 3 1 -88.4076 9.71615 -114.45 - 19 139.239 948 3 0 -88.3997 9.72518 -115.85 - 19 164.009 458 2 1 -88.2622 9.92469 -144.45 - 19 182.816 949 2 0 -88.2377 9.92623 -145.85 - 19 125.933 461 1 1 -87.7395 9.93557 -174.45 - 19 105.714 949 1 0 -87.7158 9.93601 -175.85 - 19 116.671 464 0 1 -87.2147 9.97268 -204.45 - 19 115.066 949 0 0 -87.1944 9.97569 -205.85 - 19 161.297 897 2 0 -78.8112 -0.492989 -146.25 - 19 219.749 458 0 1 -88.3782 9.26351 -204.45 - 19 249.756 946 0 0 -88.3781 9.26367 -205.85 - 19 2.71155 688 2 0 -45.2296 -42.4422 -146.25 - 19 251.934 687 2 0 -45.2227 -42.45 -146.237 -Number of digits in this event = 22 -Using G4ParticleGun ... -9.05998 LIN -e- -Event: 20 -Number of tracker hits in this event = 139 - 20 118.737 1291 10 1 78.4169 -42.541 95.55 - 20 168.322 687 10 0 78.417 -42.5418 94.15 - 20 138.567 1291 9 1 78.4255 -42.5597 65.55 - 20 108.405 687 9 0 78.4246 -42.5606 64.15 - 20 130.93 1291 8 1 78.4052 -42.5776 35.55 - 20 152.542 687 8 0 78.4044 -42.5774 34.15 - 20 150.151 1291 7 1 78.3917 -42.5704 5.55 - 20 203.173 687 7 0 78.3919 -42.5706 4.15 - 20 318.772 1291 6 1 78.3968 -42.577 -24.45 - 20 243.227 687 6 0 78.396 -42.5775 -25.85 - 20 541.886 1291 5 1 78.3784 -42.5861 -54.45 - 20 464.746 687 5 0 78.3769 -42.5866 -55.85 - 20 302.21 1291 4 1 78.345 -42.5963 -84.45 - 20 275.531 687 4 0 78.3432 -42.599 -85.85 - 20 190.475 1291 3 1 78.3063 -42.6527 -114.45 - 20 148.363 686 3 0 78.3052 -42.6552 -115.85 - 20 183.092 1291 2 1 78.2849 -42.7081 -144.45 - 20 238.726 686 2 0 78.2828 -42.7099 -145.85 - 20 216.501 1290 1 1 78.2394 -42.7602 -174.45 - 20 167.668 686 1 0 78.2381 -42.7627 -175.85 - 20 176.165 1290 0 1 78.2047 -42.8094 -204.45 - 20 248.776 686 0 0 78.205 -42.812 -205.85 - 20 110.496 1392 8 1 98.6723 81.332 35.15 - 20 50.7564 1393 8 1 98.75 81.3447 35.3255 - 20 11.2853 687 2 0 78.3038 -42.65 -146.212 - 20 133.45 686 7 0 78.2955 -42.6501 3.87837 - 20 158.191 1292 4 1 78.5968 -42.2505 -84.45 - 20 109.258 689 4 0 78.6205 -42.2261 -85.85 - 20 108.487 1295 3 1 79.2003 -41.7727 -114.45 - 20 117.33 691 3 0 79.222 -41.7559 -115.85 - 20 132.269 1297 2 1 79.5924 -41.5328 -144.45 - 20 109.673 692 2 0 79.6031 -41.5056 -145.85 - 20 104.465 1299 1 1 79.9388 -40.7142 -174.45 - 20 114.179 696 1 0 79.9611 -40.6816 -175.85 - 20 112.163 1302 0 1 80.5679 -39.992 -204.45 - 20 93.3756 700 0 0 80.591 -39.8786 -205.85 - 20 10.0085 701 0 0 80.5969 -39.85 -206.197 - 20 213.082 460 1 0 -109.978 -87.85 -175.981 - 20 162.824 347 1 1 -110.746 -88.3642 -174.85 - 20 133.373 1287 4 1 77.6441 -42.9848 -84.45 - 20 106.313 684 4 0 77.6496 -43.088 -85.8503 - 20 232.65 1289 3 1 77.8899 -45.8758 -114.45 - 20 166.099 1288 3 1 77.8497 -45.9207 -114.514 - 20 2.80048 1287 3 1 77.65 -46.1464 -114.841 - 20 120.045 666 3 0 77.0545 -46.8439 -115.85 - 20 146.883 665 3 0 77.0492 -46.85 -115.859 - 20 35.9767 664 3 0 76.8811 -47.05 -116.143 - 20 88.5909 1201 2 1 60.3796 -67.0338 -144.45 - 20 53.2885 1200 2 1 60.25 -67.2048 -144.695 - 20 54.6953 560 2 0 59.6368 -67.9914 -145.85 - 20 112.126 559 2 0 59.5909 -68.05 -145.937 - 20 3.62114 558 2 0 59.4356 -68.2503 -146.236 - 20 59.2023 1125 1 1 45.0969 -86.794 -174.45 - 20 91.206 1124 1 1 45.05 -86.8992 -174.604 - 20 30.1524 461 1 0 44.6409 -87.7941 -175.85 - 20 20.833 459 1 0 44.5235 -88.05 -176.204 - 20 170.795 1074 0 1 35.0117 -108.813 -204.45 - 20 138.387 351 0 0 34.5355 -109.827 -205.85 - 20 86.4951 350 0 0 34.4808 -109.95 -206.018 - 20 36.3722 640 3 0 64.5445 -51.8904 -116.25 - 20 132.153 641 3 0 64.4666 -51.85 -116.1 - 20 1.84979 642 3 0 64.1943 -51.65 -115.853 - 20 1.22867 1217 3 1 63.452 -49.238 -114.85 - 20 76.2876 1216 3 1 63.45 -49.2306 -114.847 - 20 68.3866 1215 3 1 63.2499 -49.0757 -114.82 - 20 50.9495 1214 3 1 63.05 -49.0337 -114.831 - 20 67.363 1213 3 1 62.8497 -49.009 -114.753 - 20 66.5751 1212 3 1 62.65 -49.0412 -114.762 - 20 79.7526 1211 3 1 62.45 -49.0331 -114.734 - 20 348.865 1210 3 1 62.25 -48.8974 -114.673 - 20 0.123469 1275 3 1 75.1787 -7.46032 -114.85 - 20 203.136 1292 8 1 78.4501 -42.5915 35.4063 - 20 47.7724 1292 6 1 78.45 -42.5855 -24.6886 - 20 113.841 688 6 0 78.65 -42.4227 -25.8501 - 20 9.91848 1319 5 1 84.0435 -38.5307 -54.4501 - 20 91.9345 1320 5 1 84.05 -38.5294 -54.488 - 20 152.197 707 5 0 84.2805 -38.488 -55.85 - 20 106.507 1345 4 1 89.1387 -37.6324 -84.45 - 20 112.715 710 4 0 89.4045 -37.8542 -85.85 - 20 93.5491 1371 3 1 94.4826 -42.3222 -114.45 - 20 49.4504 1372 3 1 94.55 -42.3447 -114.677 - 20 337.712 687 3 0 94.9018 -42.4681 -115.85 - 20 145.758 1416 2 1 103.377 -45.6718 -144.45 - 20 326.548 670 2 0 103.835 -45.8734 -145.85 - 20 33.5792 1463 1 1 112.916 -49.405 -174.45 - 20 87.0542 1464 1 1 112.95 -49.4165 -174.552 - 20 127.386 652 1 0 113.39 -49.5671 -175.85 - 20 128.053 1524 0 1 124.959 -52.9398 -204.45 - 20 63.3415 634 0 0 125.618 -53.2114 -205.85 - 20 58.6693 633 0 0 125.716 -53.25 -206.055 - 20 153.32 1417 2 1 103.55 -45.747 -144.768 - 20 171.764 686 5 0 78.3976 -42.6941 -55.85 - 20 190.979 1290 3 1 78.1308 -42.477 -114.45 - 20 90.4167 1289 2 1 78.0249 -42.2245 -144.45 - 20 132.905 689 2 0 78.0137 -42.2068 -145.85 - 20 163.917 1288 1 1 77.79 -41.8288 -174.45 - 20 127.766 691 1 0 77.7834 -41.8128 -175.85 - 20 93.3 1287 0 1 77.6491 -41.4857 -204.45 - 20 100.31 692 0 0 77.6368 -41.4667 -205.85 - 20 36.703 933 0 0 73.7856 6.72932 -206.25 - 20 1.61163 932 0 0 104.638 6.5077 -206.25 - 20 11.7645 1281 2 0 -50.0429 76.4306 -146.25 - 20 0.933283 1289 2 0 -56.7126 77.85 -146.032 - 20 33.3995 1290 2 0 -57.6576 78.05 -146.003 - 20 195.964 1282 2 0 -50.0254 76.45 -146.223 - 20 86.1685 684 3 0 78.412 -43.2341 -115.85 - 20 96.94 683 3 0 78.4179 -43.25 -115.896 - 20 83.2136 1321 2 1 84.3185 -57.1253 -144.45 - 20 106.429 1322 2 1 84.45 -57.2792 -144.643 - 20 49.382 608 2 0 85.4091 -58.3627 -145.851 - 20 121.657 607 2 0 85.4984 -58.45 -145.959 - 20 301.121 1446 1 1 109.35 -72.3394 -174.45 - 20 3.4103 1445 1 1 109.35 -72.2929 -174.492 - 20 0.091476 544 1 0 109.495 -71.0509 -175.85 - 20 106.264 545 1 0 109.496 -71.05 -175.851 - 20 24.3389 546 1 0 109.505 -70.85 -176.159 - 20 46.8906 1466 0 1 113.473 -55.1448 -204.45 - 20 101.471 1465 0 1 113.35 -55.0772 -204.545 - 20 57.197 1464 0 1 113.15 -54.9757 -204.674 - 20 33.6362 1463 0 1 112.95 -54.8835 -204.793 - 20 36.2642 628 0 0 111.167 -54.3012 -205.85 - 20 338.95 629 0 0 111.03 -54.25 -205.927 - 20 76.0041 630 0 0 110.599 -54.05 -206.166 - 20 69.3263 631 0 0 110.417 -53.85 -206.212 - 20 7.71787 827 0 0 84.2769 -14.5386 -206.25 - 20 300.13 926 0 0 34.6193 5.27915 -206.25 - 20 127.495 1067 0 1 33.596 4.97629 -204.85 - 20 464.494 1292 1 1 78.4558 -42.5655 -174.45 - 20 253.128 687 1 0 78.4503 -42.6046 -175.85 - 20 110.447 1291 0 1 78.2618 -43.2972 -204.45 - 20 107.211 683 0 0 78.245 -43.3535 -205.85 - 20 130.248 1292 0 1 78.6449 -42.533 -204.45 - 20 31.5756 1293 0 1 78.65 -42.5321 -204.714 - 20 117.913 687 0 0 78.6681 -42.5322 -205.85 - 20 129.17 891 0 0 89.8603 -1.70819 -206.25 - 20 59.1995 1291 1 1 78.4495 -42.5656 -174.45 - 20 252.327 1289 1 1 78.0499 -42.7349 -174.507 - 20 64.9258 679 1 0 77.8166 -44.1305 -175.85 - 20 22.8021 678 1 0 77.8372 -44.25 -175.876 -Number of digits in this event = 60 -Using G4ParticleGun ... -3.76949 LIN -e- -Event: 21 -Number of tracker hits in this event = 52 - 21 114.53 584 8 1 -63.1055 -120.53 35.55 - 21 156.963 298 8 0 -63.1058 -120.53 34.15 - 21 117.948 584 7 1 -63.1095 -120.503 5.55 - 21 99.9056 298 7 0 -63.1078 -120.503 4.15 - 21 92.121 584 6 1 -63.0634 -120.509 -24.45 - 21 126.376 298 6 0 -63.0606 -120.509 -25.85 - 21 109.142 585 5 1 -62.9992 -120.532 -54.45 - 21 289.174 298 5 0 -62.9975 -120.534 -55.85 - 21 218.999 585 4 1 -62.9644 -120.56 -84.45 - 21 143.098 297 4 0 -62.9631 -120.559 -85.85 - 21 515.559 585 3 1 -62.9356 -120.557 -114.45 - 21 213.299 297 3 0 -62.9337 -120.556 -115.85 - 21 227.826 585 2 1 -62.8923 -120.55 -144.45 - 21 98.9921 297 2 0 -62.891 -120.552 -145.85 - 21 143.548 585 1 1 -62.8685 -120.579 -174.45 - 21 125.241 297 1 0 -62.8691 -120.582 -175.85 - 21 121.608 585 0 1 -62.8772 -120.658 -204.45 - 21 220.875 297 0 0 -62.878 -120.663 -205.85 - 21 84.3009 886 4 0 -68.8498 -2.78012 -86.25 - 21 157.397 885 4 0 -68.8638 -2.85 -86.1175 - 21 94.1045 298 3 0 -62.9435 -120.548 -115.85 - 21 110.426 298 2 0 -63.0103 -120.367 -145.85 - 21 106.083 584 1 1 -63.1287 -119.789 -174.45 - 21 107.093 302 1 0 -63.1083 -119.739 -175.85 - 21 104.005 587 0 1 -62.5974 -118.974 -204.45 - 21 41.5559 305 0 0 -62.5887 -118.952 -205.85 - 21 97.8927 306 0 0 -62.588 -118.95 -205.977 - 21 135.556 584 2 1 -63.2018 -120.998 -144.45 - 21 130.141 295 2 0 -63.2529 -120.994 -145.85 - 21 123.746 579 1 1 -64.0602 -120.855 -174.45 - 21 105.106 296 1 0 -64.1091 -120.851 -175.85 - 21 153.76 573 0 1 -65.2982 -120.778 -204.45 - 21 43.8617 584 4 1 -63.05 -120.425 -84.752 - 21 116.853 301 4 0 -63.3748 -119.919 -85.85 - 21 32.9894 544 3 1 -71.1873 -109.32 -114.45 - 21 156.6 543 3 1 -71.25 -109.392 -114.534 - 21 6.58845 542 3 1 -71.45 -109.657 -114.832 - 21 80.394 347 3 0 -72.0477 -110.615 -115.85 - 21 72.5879 346 3 0 -72.1243 -110.75 -116.033 - 21 76.6748 496 2 1 -80.7353 -125.925 -144.45 - 21 79.5648 495 2 1 -80.85 -125.835 -144.689 - 21 99.4791 274 2 0 -81.3389 -125.343 -145.85 - 21 57.5789 275 2 0 -81.5025 -125.15 -146.142 - 21 30.1731 360 1 1 -108.107 -97.5733 -174.45 - 21 132.757 359 1 1 -108.15 -97.5232 -174.52 - 21 69.2335 419 1 0 -108.912 -96.2843 -175.85 - 21 78.7329 420 1 0 -108.94 -96.15 -176.054 - 21 120.897 508 1 0 -104.268 -78.3271 -176.25 - 21 275.735 380 1 1 -104.076 -78.2799 -174.85 - 21 252.13 381 1 1 -103.939 -78.455 -174.45 - 21 81.131 379 1 1 -104.15 -79.3975 -174.518 - 21 354.191 378 1 1 -104.351 -79.3367 -174.569 -Number of digits in this event = 26 -Using G4ParticleGun ... -6.54469 LIN -e- -Event: 22 -Number of tracker hits in this event = 120 - 22 122.31 535 10 1 -72.9595 -50.228 95.55 - 22 138.403 649 10 0 -72.9598 -50.2275 94.15 - 22 145.539 535 9 1 -72.9793 -50.2262 65.55 - 22 138.786 649 9 0 -72.9803 -50.2267 64.15 - 22 364.896 535 8 1 -72.9964 -50.2305 35.55 - 22 366.181 649 8 0 -72.9986 -50.2259 34.15 - 22 370.215 535 7 1 -73.0464 -50.1203 5.55 - 22 230.023 649 7 0 -73.0483 -50.1067 4.15 - 22 219.392 534 6 1 -73.0892 -49.8252 -24.45 - 22 226.496 651 6 0 -73.088 -49.8092 -25.85 - 22 258.684 534 5 1 -73.0593 -49.4804 -54.45 - 22 188.757 652 5 0 -73.0541 -49.4633 -55.85 - 22 368.665 535 4 1 -72.9479 -49.1133 -84.45 - 22 157.425 654 4 0 -72.943 -49.1 -85.85 - 22 566.997 535 3 1 -72.8565 -48.8372 -114.45 - 22 299.128 656 3 0 -72.8567 -48.8246 -115.85 - 22 163.891 535 2 1 -72.8528 -48.5684 -144.45 - 22 257.203 657 2 0 -72.8586 -48.5543 -145.85 - 22 153.877 535 1 1 -72.9768 -48.2509 -174.45 - 22 106.408 659 1 0 -72.9808 -48.2352 -175.85 - 22 264.949 534 0 1 -73.0629 -47.9214 -204.45 - 22 96.5075 660 0 0 -73.062 -47.9028 -205.85 - 22 52.3554 411 0 0 -34.8251 -97.8077 -206.25 - 22 87.6879 410 0 0 -34.634 -97.95 -206.192 - 22 83.6468 535 0 1 -73.05 -47.9535 -204.493 - 22 176.12 534 2 1 -73.2423 -48.3258 -144.45 - 22 305.268 658 2 0 -73.2199 -48.3356 -145.85 - 22 145.772 534 1 1 -73.1218 -48.36 -174.45 - 22 147.941 658 1 0 -73.1778 -48.3769 -175.85 - 22 121.036 527 0 1 -74.6009 -48.9553 -204.45 - 22 68.7618 655 0 0 -74.7182 -49.0358 -205.85 - 22 235.794 654 0 0 -74.7398 -49.05 -206.079 - 22 202.549 531 0 1 -73.7586 -49.4184 -204.45 - 22 70.0373 532 0 1 -73.65 -49.4821 -204.678 - 22 146.029 652 0 0 -73.0755 -49.4966 -205.85 - 22 109.99 657 3 0 -73.0045 -48.6342 -115.85 - 22 151.638 532 2 1 -73.4879 -45.0518 -144.45 - 22 44.1209 675 2 0 -73.4799 -44.8704 -145.851 - 22 75.0697 676 2 0 -73.4804 -44.85 -145.996 - 22 112.837 532 1 1 -73.4844 -40.4888 -174.45 - 22 129.319 699 1 0 -73.428 -40.1702 -175.85 - 22 311.477 526 0 1 -74.6678 -32.4327 -204.451 - 22 117.086 739 0 0 -74.6374 -32.2345 -205.85 - 22 134.094 535 6 1 -72.9058 -50.2359 -24.45 - 22 213.292 649 6 0 -72.9015 -50.239 -25.85 - 22 223.879 536 5 1 -72.8165 -50.322 -54.45 - 22 307.403 648 5 0 -72.8113 -50.3341 -55.85 - 22 168.941 536 4 1 -72.6786 -50.6111 -84.45 - 22 135.815 647 4 0 -72.6709 -50.623 -85.85 - 22 98.7317 537 3 1 -72.5058 -50.8631 -114.45 - 22 140.512 645 3 0 -72.5039 -50.8819 -115.85 - 22 151.332 537 2 1 -72.4762 -51.2597 -144.45 - 22 118.642 643 2 0 -72.4765 -51.2798 -145.85 - 22 297.576 537 1 1 -72.4832 -51.726 -174.45 - 22 104.668 641 1 0 -72.4942 -51.7506 -175.85 - 22 123.262 536 0 1 -72.6994 -52.2734 -204.45 - 22 122.757 638 0 0 -72.7099 -52.3023 -205.85 - 22 1.19451 195 0 0 -27.639 -141.145 -206.25 - 22 1.26568 194 0 0 -27.6376 -141.15 -206.25 - 22 73.4633 276 0 0 -154.428 -124.75 -206.015 - 22 83.4945 285 1 1 -122.981 25.5499 -174.45 - 22 66.0937 649 5 0 -72.8259 -50.25 -56.2207 - 22 43.9609 563 5 0 -34.77 -67.267 -56.25 - 22 292.512 537 5 1 -72.65 -50.1571 -54.6466 - 22 91.9966 538 5 1 -72.45 -50.11 -54.8157 - 22 391.906 536 1 1 -72.7758 -50.4161 -174.45 - 22 124.495 645 1 0 -72.2846 -50.9439 -175.85 - 22 289.777 644 1 0 -72.1515 -51.05 -176.233 - 22 17.8081 740 1 0 -27.5845 -31.8851 -176.25 - 22 104.814 741 1 0 -27.5392 -31.85 -176.208 - 22 68.4088 742 1 0 -27.2138 -31.65 -175.961 - 22 16.6586 769 1 1 -26.0721 -30.5523 -174.85 - 22 117.36 770 1 1 -26.05 -30.5311 -174.827 - 22 79.0766 771 1 1 -25.85 -30.3155 -174.622 - 22 130.634 754 2 0 -18.1629 -29.1456 -146.25 - 22 70.1556 809 2 1 -18.2117 -28.9724 -144.85 - 22 106.808 808 2 1 -18.25 -28.8873 -144.663 - 22 13.2828 502 1 0 -99.438 -79.6109 -176.25 - 22 64.215 501 1 0 -99.4149 -79.65 -176.219 - 22 87.4032 500 1 0 -99.2663 -79.85 -176.16 - 22 170.587 499 1 0 -99.1907 -80.05 -176.035 - 22 47.1896 401 1 1 -99.8729 -80.6212 -174.85 - 22 253.691 400 1 1 -99.95 -80.6305 -174.719 - 22 128.677 534 7 1 -73.0513 -50.2707 5.55 - 22 147.162 648 7 0 -73.0552 -50.2713 4.15 - 22 123.473 648 6 0 -73.1336 -50.2893 -25.85 - 22 126.158 534 4 1 -73.1648 -50.3 -84.45 - 22 214.099 649 4 0 -73.1366 -50.1913 -85.85 - 22 144.636 658 3 0 -72.9188 -48.3339 -115.85 - 22 289.067 533 2 1 -73.3268 -44.3236 -144.45 - 22 120.1 680 2 0 -73.4954 -44.0219 -145.85 - 22 161.698 514 1 1 -77.0894 -37.955 -174.45 - 22 28.3196 711 1 0 -77.3524 -37.6682 -175.85 - 22 95.8718 712 1 0 -77.3688 -37.65 -175.937 - 22 128.965 485 0 1 -82.8597 -31.7135 -204.45 - 22 151.373 742 0 0 -83.0664 -31.5133 -205.85 - 22 117.425 536 3 1 -72.7794 -47.7973 -114.45 - 22 9.44958 662 3 0 -72.7579 -47.4561 -115.85 - 22 106.132 663 3 0 -72.7571 -47.45 -115.877 - 22 154.43 546 2 1 -70.7536 -38.7235 -144.45 - 22 5.94493 547 2 1 -70.65 -38.4555 -144.825 - 22 21.2819 711 2 0 -70.3933 -37.7142 -145.85 - 22 106.137 712 2 0 -70.3707 -37.6496 -145.941 - 22 1.68754 713 2 0 -70.3127 -37.4499 -146.243 - 22 95.3465 576 1 1 -64.7198 -19.0534 -174.45 - 22 49.4899 577 1 1 -64.65 -18.9056 -174.709 - 22 84.746 809 1 0 -64.3131 -18.1965 -175.85 - 22 56.5473 810 1 0 -64.2516 -18.05 -176.077 - 22 21.098 628 0 1 -54.3132 -1.39903 -204.45 - 22 65.8083 629 0 1 -54.2498 -1.41574 -204.506 - 22 60.4507 630 0 1 -54.05 -1.41745 -204.648 - 22 41.4048 631 0 1 -53.85 -1.38339 -204.782 - 22 155.86 894 0 0 -52.0734 -1.14232 -205.85 - 22 76.7805 895 0 0 -51.5849 -1.05 -206.111 - 22 81.3095 652 4 0 -72.1684 -49.5541 -85.85 - 22 82.1728 653 4 0 -72.0637 -49.45 -85.9917 - 22 197.356 954 4 0 -6.74855 10.9715 -86.25 - 22 91.2013 955 4 0 -6.52483 11.05 -86.0675 - 22 53.6601 865 4 1 -6.95966 11.2233 -84.85 - 22 379.497 864 4 1 -7.05 11.1819 -84.7932 -Number of digits in this event = 66 -Using G4ParticleGun ... -2.79352 LIN -e- -Event: 23 -Number of tracker hits in this event = 55 - 23 105.463 493 9 1 -81.3946 -93.2831 65.55 - 23 132.474 434 9 0 -81.3932 -93.2832 64.15 - 23 122.851 493 8 1 -81.3639 -93.2831 35.55 - 23 259.989 434 8 0 -81.357 -93.2882 34.15 - 23 167.411 494 7 1 -81.2387 -93.4015 5.55 - 23 163.262 433 7 0 -81.2272 -93.4058 4.15 - 23 143.245 495 6 1 -80.9011 -93.5194 -24.45 - 23 118.93 433 6 0 -80.8854 -93.52 -25.85 - 23 325.144 497 5 1 -80.5479 -93.5322 -54.45 - 23 100.605 433 5 0 -80.5273 -93.5358 -55.85 - 23 65.9774 499 4 1 -80.0685 -93.626 -84.45 - 23 46.9222 500 4 1 -80.05 -93.6308 -84.6885 - 23 114.962 432 4 0 -79.9719 -93.6591 -85.85 - 23 113.026 510 3 1 -77.8841 -94.2475 -114.45 - 23 120.398 429 3 0 -77.7676 -94.2316 -115.851 - 23 170.452 522 2 1 -75.6054 -93.7352 -144.45 - 23 122.1 432 2 0 -75.4241 -93.7221 -145.85 - 23 250.225 542 1 1 -71.5097 -93.613 -174.45 - 23 25.4376 543 1 1 -71.45 -93.6288 -174.743 - 23 262.834 432 1 0 -71.2189 -93.7031 -175.85 - 23 131.897 572 0 1 -65.648 -95.9934 -204.45 - 23 105.579 419 0 0 -65.3985 -96.2255 -205.85 - 23 274.466 496 4 1 -80.8387 -93.757 -84.45 - 23 240.995 431 4 0 -80.8396 -93.7634 -85.85 - 23 377.538 496 3 1 -80.8291 -93.8936 -114.45 - 23 234.855 431 3 0 -80.8962 -93.8885 -115.85 - 23 135.68 488 2 1 -82.2596 -93.7701 -144.45 - 23 223.972 431 2 0 -82.3286 -93.7629 -145.85 - 23 262.766 481 1 1 -83.6946 -93.6191 -174.45 - 23 118.21 474 0 1 -85.1166 -93.4145 -204.45 - 23 129.492 433 0 0 -85.1772 -93.4006 -205.85 - 23 109.901 418 6 0 26.8093 -96.5258 -26.25 - 23 56.318 419 6 0 27.276 -96.3497 -26.0026 - 23 221.39 1042 6 1 28.477 -95.6255 -24.85 - 23 252.064 1043 6 1 28.6504 -95.9435 -24.6736 - 23 151.185 1044 6 1 28.8501 -96.4418 -24.616 - 23 141.317 432 3 0 -80.7008 -93.743 -115.85 - 23 109.119 497 2 1 -80.5482 -93.7738 -144.45 - 23 140.891 497 1 1 -80.5269 -93.9325 -174.45 - 23 118.602 431 1 0 -80.5254 -93.9413 -175.85 - 23 107.981 497 0 1 -80.4857 -94.1282 -204.45 - 23 145.808 430 0 0 -80.4844 -94.1359 -205.85 - 23 145.805 429 0 0 -80.4899 -94.1501 -206.119 - 23 42.9796 430 3 0 -80.6539 -93.95 -115.887 - 23 121.648 497 3 1 -80.5865 -94.2165 -114.85 - 23 29.9713 938 8 0 -27.4342 7.82189 33.75 - 23 137.361 939 8 0 -27.4159 7.85 33.7602 - 23 69.4838 940 8 0 -27.3229 8.05006 33.8449 - 23 46.0094 941 8 0 -27.2441 8.25 33.9524 - 23 33.4897 942 8 0 -27.1891 8.45 34.0736 - 23 249.317 764 8 1 -27.2238 10.1516 35.15 - 23 118.05 763 8 1 -27.25 10.3228 35.2488 - 23 151.801 762 8 1 -27.4501 10.4692 35.4777 - 23 71.8114 761 8 1 -27.65 10.3747 35.4995 - 23 361.967 760 8 1 -27.85 10.3367 35.4911 -Number of digits in this event = 34 -Using G4ParticleGun ... -4.26295 LIN -e- -Event: 24 -Number of tracker hits in this event = 31 - 24 143.927 1537 8 1 127.718 53.4886 35.55 - 24 98.9018 1167 8 0 127.718 53.4885 34.15 - 24 115.322 1537 7 1 127.749 53.4945 5.55 - 24 123.52 1167 7 0 127.749 53.495 4.15 - 24 120.571 1537 6 1 127.745 53.508 -24.45 - 24 127.323 1167 6 0 127.745 53.5079 -25.85 - 24 261.575 1538 5 1 127.751 53.5101 -54.45 - 24 114.756 1167 5 0 127.751 53.512 -55.85 - 24 97.1186 1537 4 1 127.729 53.5485 -84.45 - 24 127.191 1167 4 0 127.73 53.5505 -85.85 - 24 93.5851 1538 3 1 127.77 53.5942 -114.45 - 24 249.632 1167 3 0 127.774 53.5951 -115.85 - 24 116.671 1538 2 1 127.863 53.6055 -144.45 - 24 117.98 1167 2 0 127.865 53.6084 -145.85 - 24 100.517 1538 1 1 127.921 53.6676 -174.45 - 24 116.754 1168 1 0 127.92 53.6674 -175.85 - 24 164.716 1538 0 1 127.918 53.6515 -204.45 - 24 209.055 1168 0 0 127.921 53.6527 -205.85 - 24 21.0282 1539 5 1 127.95 53.2505 -54.8069 - 24 34.798 1160 5 0 129.07 52.1327 -55.85 - 24 123.819 1159 5 0 129.133 52.0499 -55.9296 - 24 42.9656 1158 5 0 129.369 51.85 -56.2113 - 24 218.64 1064 5 0 130.892 32.8508 -56.25 - 24 108.267 1063 5 0 130.861 32.85 -56.1998 - 24 188.813 1546 5 1 129.362 31.4391 -54.8499 - 24 76.1747 1547 5 1 129.55 31.2545 -54.5941 - 24 280.029 1548 5 1 129.75 31.2869 -54.6032 - 24 136.803 1537 5 1 127.714 53.4567 -54.45 - 24 134.509 1168 5 0 127.59 53.6527 -55.85 - 24 292.024 1537 0 1 127.735 53.508 -204.45 - 24 244.641 1167 0 0 127.737 53.569 -205.85 -Number of digits in this event = 19 -Using G4ParticleGun ... -2.90016 LIN -e- -Event: 25 -Number of tracker hits in this event = 89 - 25 353.51 1243 11 0 47.3477 68.7674 124.15 - 25 134.553 1136 10 1 47.3511 68.7647 95.55 - 25 255.362 1243 10 0 47.3504 68.7654 94.15 - 25 154.594 1136 9 1 47.3373 68.779 65.55 - 25 127.88 1243 9 0 47.3349 68.7811 64.15 - 25 105.63 1136 8 1 47.3023 68.8004 35.55 - 25 161.771 1243 8 0 47.3006 68.8045 34.15 - 25 106.53 1136 7 1 47.2598 68.8882 5.55 - 25 275.599 1244 7 0 47.2578 68.8911 4.15 - 25 113.674 1135 6 1 47.217 68.9602 -24.45 - 25 120.803 1244 6 0 47.2133 68.9631 -25.85 - 25 147.265 1135 5 1 47.1558 69.0167 -54.45 - 25 145.059 1244 5 0 47.1549 69.0216 -55.85 - 25 107.801 1135 4 1 47.1278 69.125 -84.45 - 25 141.487 1245 4 0 47.1275 69.1294 -85.85 - 25 97.662 1135 3 1 47.1265 69.2333 -114.45 - 25 94.2877 1245 3 0 47.1275 69.2405 -115.85 - 25 447.965 1135 2 1 47.1498 69.3893 -144.45 - 25 218.804 1246 2 0 47.1514 69.398 -145.85 - 25 102.855 1135 1 1 47.2067 69.5577 -174.45 - 25 345.64 1247 1 0 47.2139 69.5648 -175.85 - 25 130.147 1136 0 1 47.3541 69.7171 -204.45 - 25 143.867 1248 0 0 47.359 69.7267 -205.85 - 25 285.97 1668 11 1 153.885 -148.542 125.15 - 25 264.521 1669 11 1 153.95 -148.699 125.451 - 25 23.0825 171 11 0 155.717 -145.815 124.15 - 25 141.969 172 11 0 155.767 -145.75 124.101 - 25 39.2605 173 11 0 155.807 -145.55 123.844 - 25 75.593 1134 2 1 47.05 69.4621 -144.608 - 25 184.929 1247 2 0 46.9189 69.5559 -145.85 - 25 132.876 1119 1 1 43.9924 71.7351 -174.45 - 25 124.169 1259 1 0 43.8368 71.9298 -175.85 - 25 19.4778 1102 0 1 40.463 76.1746 -204.45 - 25 87.7302 1101 0 1 40.45 76.1849 -204.526 - 25 109.116 1281 0 0 40.0687 76.2569 -205.85 - 25 99.346 1137 1 1 47.5783 69.2642 -174.45 - 25 210.457 1245 1 0 47.5798 69.2345 -175.85 - 25 143.888 1138 0 1 47.7342 68.6447 -204.45 - 25 187 1242 0 0 47.7635 68.6124 -205.85 - 25 229.966 1133 1 1 46.7494 69.297 -174.45 - 25 52.7902 1244 1 0 46.6671 68.9103 -175.85 - 25 124.755 1243 1 0 46.6431 68.8499 -176.009 - 25 49.2542 1110 1 0 68.0427 42.0981 -176.25 - 25 155.002 1109 1 0 68.1547 42.05 -176.123 - 25 225.333 1242 1 1 68.5415 42.097 -174.85 - 25 112.979 1243 1 1 68.65 42.1364 -174.612 - 25 211.626 1241 1 1 68.4499 42.189 -174.775 - 25 244.14 1240 1 1 68.25 42.3103 -174.723 - 25 79.5496 1239 1 1 68.05 42.6104 -174.573 - 25 261.425 1051 1 0 97.5792 30.45 -176.199 - 25 54.9597 1050 1 0 97.9596 30.25 -176.153 - 25 120.062 1156 0 1 51.3114 75.3691 -204.45 - 25 127.946 1157 0 1 51.4501 75.1171 -204.655 - 25 6.18175 1267 0 0 52.3366 73.465 -205.85 - 25 63.816 1266 0 0 52.3444 73.45 -205.861 - 25 71.5394 1265 0 0 52.4507 73.25 -206 - 25 55.4145 1264 0 0 52.5768 73.05 -206.152 - 25 71.3285 1081 0 0 78.1847 36.3919 -206.25 - 25 101.607 1080 0 0 78.3014 36.25 -206.122 - 25 37.0042 1079 0 0 78.4765 36.05 -205.925 - 25 43.8835 1297 0 1 79.5535 35.0431 -204.85 - 25 100.017 1298 0 1 79.65 34.9559 -204.75 - 25 30.5166 1299 0 1 79.85 34.8364 -204.543 - 25 28.105 1255 1 0 77.2162 71.1875 -176.25 - 25 73.5158 1256 1 0 77.212 71.2501 -176.195 - 25 87.4639 1257 1 0 77.1655 71.45 -176.012 - 25 0.876292 1258 1 0 77.1143 71.65 -175.855 - 25 156.222 1282 1 1 76.5722 73.0738 -174.85 - 25 277.562 1281 1 1 76.45 73.363 -174.681 - 25 358.747 1280 1 1 76.25 73.6647 -174.539 - 25 80.2883 1283 1 1 76.6501 74.4203 -174.533 - 25 46.2334 1284 1 1 76.85 74.4729 -174.453 - 25 96.5487 1285 1 1 77.05 74.4941 -174.534 - 25 63.5801 1286 1 1 77.2502 74.5458 -174.619 - 25 63.4687 1287 1 1 77.451 74.5656 -174.705 - 25 84.1335 1288 1 1 77.6504 74.6151 -174.728 - 25 66.051 1289 1 1 77.85 74.8062 -174.744 - 25 40.1073 1290 1 1 78.05 74.8851 -174.811 - 25 54.6245 1276 1 0 79.8486 75.2603 -175.85 - 25 549.529 1275 1 0 79.9931 75.25 -175.947 - 25 20.5183 1274 1 0 80.8824 75.0499 -176.06 - 25 168.468 1303 1 1 80.8451 75.8112 -174.85 - 25 19.3385 1034 6 0 36.2548 26.9235 -26.2499 - 25 85.7844 1033 6 0 36.25 26.85 -26.2035 - 25 110.237 1032 6 0 36.2812 26.65 -26.0399 - 25 212.296 1082 6 1 36.5042 26.3955 -24.85 - 25 112.332 1083 6 1 36.6501 26.2544 -24.4596 - 25 338.497 1030 6 0 37.3617 26.2377 -25.85 - 25 164.215 1029 6 0 37.5082 26.05 -26.1132 -Number of digits in this event = 43 -Using G4ParticleGun ... -1.21693 LIN -e- -Event: 26 -Number of tracker hits in this event = 94 - 26 120.007 1115 11 1 43.182 -52.982 125.55 - 26 160.558 635 11 0 43.1838 -52.984 124.15 - 26 117.351 1115 10 1 43.2485 -53.0333 95.55 - 26 132.362 635 10 0 43.2533 -53.0377 94.15 - 26 122.425 1116 9 1 43.3528 -53.1536 65.55 - 26 147.995 634 9 0 43.3558 -53.1609 64.15 - 26 137.155 1116 8 1 43.3675 -53.2695 35.55 - 26 233.771 633 8 0 43.4207 -53.2589 34.15 - 26 124.356 1122 7 1 44.4954 -53.0752 5.55 - 26 143.514 634 7 0 44.551 -53.0706 4.15 - 26 129.055 1128 6 1 45.6876 -52.9974 -24.45 - 26 250.291 635 6 0 45.7639 -52.9804 -25.85 - 26 158.842 1137 5 1 47.5458 -52.6693 -54.45 - 26 157.283 637 5 0 47.7077 -52.6294 -55.85 - 26 87.0349 1154 4 1 50.9789 -52.1663 -84.45 - 26 127.528 639 4 0 51.1895 -52.2224 -85.85 - 26 74.6332 1175 3 1 55.2152 -53.8006 -114.45 - 26 41.662 1176 3 1 55.2501 -53.8257 -114.717 - 26 124.336 630 3 0 55.4049 -53.9377 -115.85 - 26 160.879 1195 2 1 59.1814 -57.0866 -144.45 - 26 69.3219 612 2 0 59.1912 -57.572 -145.85 - 26 42.2074 611 2 0 59.1904 -57.6501 -146.08 - 26 296.805 1193 1 1 58.7151 -68.027 -174.45 - 26 136.827 559 1 0 59.1056 -68.0774 -175.85 - 26 114.995 1231 0 1 66.3318 -68.8114 -204.45 - 26 112.892 554 0 0 66.4947 -69.0785 -205.85 - 26 224.479 935 1 1 7.06044 -78.3448 -174.45 - 26 105.601 1223 0 1 64.8337 -52.9545 -204.45 - 26 145.232 1224 0 1 64.85 -52.9588 -204.582 - 26 280.55 635 0 0 65.0445 -53.0015 -205.85 - 26 6.93365 235 1 1 -133.15 -19.8433 -174.76 - 26 101.29 634 6 0 45.6477 -53.05 -26.1627 - 26 64.2038 633 6 0 45.5205 -53.25 -25.9725 - 26 271.836 1126 6 1 45.3955 -53.0791 -24.8499 - 26 8.22406 1127 6 1 45.45 -53.1295 -24.6902 - 26 96.0407 634 8 0 43.4576 -53.25 34.1031 - 26 234.581 1117 7 1 43.5635 -53.5168 5.55 - 26 322.627 632 7 0 43.5868 -53.5201 4.15 - 26 122.523 1120 6 1 44.087 -53.6436 -24.45 - 26 233.135 632 6 0 44.1092 -53.6428 -25.85 - 26 219.185 1122 5 1 44.5986 -53.6024 -54.45 - 26 89.3687 632 5 0 44.6324 -53.6215 -55.85 - 26 108.371 1126 4 1 45.3793 -54.0342 -84.45 - 26 163.743 630 4 0 45.4494 -54.0428 -85.85 - 26 54.7096 1134 3 1 47.0313 -54.4881 -114.45 - 26 85.9215 1135 3 1 47.05 -54.4793 -114.546 - 26 123.418 628 3 0 47.3024 -54.3592 -115.85 - 26 59.632 1163 2 1 52.8257 -51.8569 -144.45 - 26 61.3298 1164 2 1 52.85 -51.8487 -144.609 - 26 108.357 641 2 0 53.0405 -51.7819 -145.85 - 26 127.56 1189 1 1 57.9013 -50.522 -174.45 - 26 115.571 648 1 0 58.1574 -50.3848 -175.85 - 26 120.631 1219 0 1 63.9562 -47.1227 -204.45 - 26 207.031 665 0 0 64.2088 -46.9317 -205.85 - 26 383.049 1335 2 1 87.0835 -69.3533 -144.85 - 26 61.4107 1352 2 1 90.55 -66.685 -144.508 - 26 267.136 666 0 0 64.2705 -46.85 -205.99 - 26 134.316 1135 2 1 47.0515 -54.3142 -144.45 - 26 111.647 628 2 0 47.1273 -54.341 -145.85 - 26 106.856 1142 1 1 48.503 -54.9099 -174.45 - 26 141.323 625 1 0 48.5395 -54.9685 -175.85 - 26 173.684 1145 0 1 49.1774 -56.058 -204.45 - 26 128.208 619 0 0 49.1341 -56.1245 -205.85 - 26 129.823 1134 2 1 47.047 -54.3134 -144.451 - 26 291.385 626 2 0 46.71 -54.6613 -145.85 - 26 104.405 1079 1 1 35.9271 -60.3189 -174.451 - 26 92.9185 598 1 0 35.9603 -60.2681 -175.85 - 26 34.4706 1091 0 1 38.349 -61.4263 -204.45 - 26 58.9771 1092 0 1 38.4501 -61.4556 -204.5 - 26 133.644 1093 0 1 38.65 -61.5235 -204.62 - 26 107.533 1094 0 1 38.85 -61.6597 -204.744 - 26 78.6713 586 0 0 39.9685 -62.6718 -205.85 - 26 182.677 585 0 0 40.1582 -62.8502 -206.003 - 26 144.839 584 0 0 40.3843 -63.05 -206.115 - 26 109.986 583 0 0 40.6082 -63.25 -206.203 - 26 47.3681 642 5 0 43.8191 -51.517 -55.85 - 26 211.319 643 5 0 43.7765 -51.4498 -55.8599 - 26 286.375 631 6 0 44.1199 -53.65 -25.9539 - 26 213.703 1118 6 1 43.7795 -53.5739 -24.45 - 26 146.05 1111 5 1 42.3218 -54.1751 -54.45 - 26 128.596 629 5 0 42.2502 -54.1749 -55.85 - 26 126.879 1103 4 1 40.8462 -54.2149 -84.45 - 26 113.243 628 4 0 40.7363 -54.2504 -85.85 - 26 139.221 1091 3 1 38.4171 -55.0036 -114.45 - 26 122.323 625 3 0 38.2972 -55.0272 -115.85 - 26 223.634 1078 2 1 35.7019 -55.5646 -144.45 - 26 134.096 622 2 0 35.575 -55.5786 -145.85 - 26 211.47 1065 1 1 33.0647 -56.0743 -174.45 - 26 56.7367 1064 1 1 33.05 -56.0708 -174.662 - 26 55.144 619 1 0 32.9713 -56.0527 -175.85 - 26 66.6245 620 1 0 32.9589 -56.05 -176.038 - 26 120.136 1056 0 1 31.2855 -55.5376 -204.45 - 26 130.138 622 0 0 31.2427 -55.5548 -205.85 - 26 24.2014 1117 6 1 43.6499 -17.5803 -24.555 -Number of digits in this event = 58 -Using G4ParticleGun ... -9.67804 LIN -e- -Event: 27 -Number of tracker hits in this event = 148 - 27 126.634 1395 10 1 99.3489 -32.6022 95.55 - 27 91.5336 737 10 0 99.3496 -32.6025 94.15 - 27 101.962 1395 9 1 99.3074 -32.6103 65.55 - 27 132.512 737 9 0 99.3066 -32.6117 64.15 - 27 205.15 1395 8 1 99.2896 -32.6407 35.55 - 27 117.416 737 8 0 99.2887 -32.6429 34.15 - 27 115.754 1395 7 1 99.2695 -32.6837 5.55 - 27 172.43 736 7 0 99.2696 -32.6854 4.15 - 27 471.88 1395 6 1 99.2752 -32.7208 -24.45 - 27 243.093 736 6 0 99.2741 -32.7224 -25.85 - 27 564.388 1395 5 1 99.2484 -32.7545 -54.45 - 27 402.155 736 5 0 99.2467 -32.7561 -55.85 - 27 143.395 1395 4 1 99.2072 -32.7894 -84.45 - 27 103.467 736 4 0 99.205 -32.7914 -85.85 - 27 229.602 1395 3 1 99.1587 -32.8325 -114.45 - 27 122.498 736 3 0 99.1571 -32.8354 -115.85 - 27 112.728 1394 2 1 99.1218 -32.8933 -144.45 - 27 131.706 735 2 0 99.1201 -32.8963 -145.85 - 27 113.089 1394 1 1 99.0868 -32.9601 -174.45 - 27 215.227 735 1 0 99.0856 -32.962 -175.85 - 27 104.378 1394 0 1 99.0592 -32.996 -204.45 - 27 137.603 735 0 0 99.0586 -32.997 -205.85 - 27 156.828 734 0 0 99.0467 -33.0503 -205.959 - 27 44.2228 455 5 0 89.6863 -88.9846 -56.25 - 27 13.8341 454 5 0 89.6927 -89.05 -56.2203 - 27 5.87056 290 5 0 123.264 -122.099 -56.25 - 27 111.991 1396 5 1 99.3784 -32.7619 -54.45 - 27 142.048 1398 4 1 99.8071 -32.988 -84.45 - 27 278.62 735 4 0 99.7942 -32.9807 -85.85 - 27 199.342 1397 3 1 99.5971 -32.8608 -114.45 - 27 251.967 735 3 0 99.6474 -32.9065 -115.85 - 27 140.329 1406 2 1 101.448 -33.5647 -144.45 - 27 225.082 731 2 0 101.483 -33.6526 -145.85 - 27 262.848 1410 1 1 102.207 -35.398 -174.45 - 27 122.714 722 1 0 102.244 -35.5737 -175.85 - 27 130.387 1418 0 1 103.782 -39.0876 -204.45 - 27 155.723 703 0 0 103.779 -39.2953 -205.85 - 27 151.11 1409 1 1 102.15 -35.4487 -174.653 - 27 510.933 734 3 0 99.6125 -33.0503 -116.113 - 27 232.814 1398 3 1 99.78 -33.031 -114.45 - 27 107.417 1433 2 1 106.864 -37.4203 -144.451 - 27 2.37432 710 2 0 106.913 -38.0457 -145.85 - 27 144.732 709 2 0 106.913 -38.05 -145.86 - 27 142.542 1447 1 1 109.62 -51.6109 -174.45 - 27 25.8339 639 1 0 110.33 -52.215 -175.85 - 27 142.553 638 1 0 110.381 -52.25 -175.925 - 27 34.6984 1533 0 1 126.883 -73.482 -204.45 - 27 66.9385 1534 0 1 126.95 -73.4901 -204.539 - 27 52.258 1535 0 1 127.15 -73.4973 -204.744 - 27 152.605 532 0 0 128.709 -73.646 -205.85 - 27 49.5076 531 0 0 128.739 -73.65 -205.872 - 27 246.008 636 0 0 157.271 -52.6799 -206.25 - 27 52.5016 637 0 0 157.275 -52.65 -206.206 - 27 122.753 635 0 0 157.228 -52.85 -205.946 - 27 129.027 1408 2 1 101.8 -33.7918 -144.45 - 27 176.584 1418 1 1 103.828 -33.1387 -174.45 - 27 115.965 1427 0 1 105.739 -30.2286 -204.45 - 27 208.14 749 0 0 105.779 -30.1678 -205.85 - 27 127.991 737 6 0 99.2486 -32.6442 -25.85 - 27 109.39 1394 5 1 99.1058 -30.8117 -54.45 - 27 69.3191 746 5 0 99.0497 -30.67 -55.85 - 27 81.5143 747 5 0 99.042 -30.6499 -56.0687 - 27 68.144 1390 4 1 98.3488 -27.9298 -84.4508 - 27 336.604 1391 4 1 98.35 -27.9297 -84.459 - 27 150.872 759 4 0 98.5594 -28.0778 -85.85 - 27 129.115 1414 3 1 103.031 -31.5787 -114.45 - 27 5.13388 740 3 0 103.034 -32.0432 -115.85 - 27 116.924 739 3 0 103.035 -32.0501 -115.871 - 27 0.604 1428 2 1 105.752 -34.8532 -144.45 - 27 101.462 1427 2 1 105.75 -34.8538 -144.452 - 27 126.243 1426 2 1 105.55 -34.9226 -144.713 - 27 278.521 723 2 0 104.67 -35.2826 -145.85 - 27 56.0978 1292 1 1 78.55 -45.8265 -174.45 - 27 83.4631 1291 1 1 78.45 -45.8555 -174.545 - 27 31.8435 1290 1 1 78.2497 -45.9073 -174.745 - 27 164.165 669 1 0 77.3088 -46.1404 -175.85 - 27 58.2077 1163 0 1 52.7348 -56.0283 -204.45 - 27 576.977 1162 0 1 52.6491 -56.0278 -204.564 - 27 13.061 1161 0 1 52.4498 -56.0207 -204.806 - 27 180.578 620 0 0 51.5704 -55.9984 -205.85 - 27 102.979 672 0 0 29.4768 -45.5775 -206.25 - 27 43.392 671 0 0 29.4648 -45.65 -205.964 - 27 115.796 1043 0 1 28.7858 -46.0814 -204.85 - 27 197.989 825 0 0 -79.8479 -14.9534 -206.25 - 27 88.6945 492 0 1 -81.5134 -15.1875 -204.85 - 27 82.6766 491 0 1 -81.65 -15.1911 -204.727 - 27 50.1717 490 0 1 -81.85 -15.1533 -204.534 - 27 9.95866 354 1 1 -109.15 -3.61544 -174.603 - 27 468.048 818 0 0 -65.1854 -16.332 -206.25 - 27 74.9691 613 0 0 52.924 -57.4301 -205.852 - 27 339.044 612 0 0 52.9347 -57.45 -205.884 - 27 268.701 761 4 0 98.4251 -27.7413 -85.85 - 27 113.335 1402 3 1 100.571 -23.7257 -114.451 - 27 155.379 780 3 0 100.903 -23.8956 -115.85 - 27 168.616 1429 2 1 106.064 -26.59 -144.45 - 27 117.679 767 2 0 106.238 -26.5603 -145.851 - 27 52.0711 1411 1 1 102.52 -26.7756 -174.45 - 27 63.2946 1408 1 1 101.95 -26.6158 -174.67 - 27 56.4266 1407 1 1 101.75 -26.5651 -174.735 - 27 57.0548 1406 1 1 101.549 -26.5158 -174.794 - 27 109.543 773 1 0 98.0881 -25.3337 -175.85 - 27 299.051 774 1 0 97.815 -25.25 -175.935 - 27 138.435 775 1 0 96.9988 -25.05 -176.192 - 27 167.442 982 0 1 16.5964 -7.57465 -204.45 - 27 135.668 863 0 0 16.2975 -7.44184 -205.85 - 27 60.9505 797 0 0 17.0771 -20.4885 -206.25 - 27 104.346 796 0 0 17.0859 -20.65 -206.082 - 27 14.267 795 0 0 17.024 -20.85 -205.893 - 27 105.405 984 0 1 16.8662 -21.8005 -204.85 - 27 166.997 983 0 1 16.85 -21.9271 -204.719 - 27 149.591 985 0 1 17.05 -22.1132 -204.559 - 27 60.0756 986 0 1 17.2503 -22.1208 -204.67 - 27 61.9888 987 0 1 17.45 -22.1528 -204.746 - 27 1.99632 988 0 1 17.65 -22.1937 -204.841 - 27 166.327 787 0 0 18.8229 -22.5026 -205.85 - 27 39.012 788 0 0 19.2076 -22.45 -206.171 - 27 253.887 1392 4 1 98.55 -27.819 -84.7532 - 27 74.4555 760 4 0 100.478 -27.8504 -85.9661 - 27 69.577 758 4 0 100.599 -28.25 -86.0528 - 27 85.6653 643 4 0 94.9576 -51.3934 -86.25 - 27 154.224 642 4 0 94.9399 -51.45 -86.1923 - 27 148.777 1377 4 1 95.5696 -51.9888 -84.85 - 27 247.312 1378 4 1 95.75 -52.1224 -84.6245 - 27 142.831 735 5 0 99.2669 -32.9752 -55.85 - 27 4.3467 734 5 0 99.2723 -33.0501 -56.2393 - 27 77.7958 1394 4 1 99.1282 -40.2905 -84.4507 - 27 80.7581 1393 4 1 98.95 -40.4854 -84.655 - 27 28.3641 692 4 0 97.7275 -41.5923 -85.8506 - 27 121.009 691 4 0 97.6546 -41.65 -85.9138 - 27 60.3448 690 4 0 97.3325 -41.8501 -86.1442 - 27 107.462 1187 3 1 57.4855 -67.6798 -114.45 - 27 112.551 561 3 0 57.9091 -67.763 -115.85 - 27 6.57744 560 3 0 57.978 -67.8502 -116.226 - 27 5.57945 781 3 0 67.9687 -23.668 -116.25 - 27 74.9377 782 3 0 67.9709 -23.65 -116.24 - 27 85.1577 783 3 0 68.0106 -23.45 -116.098 - 27 128.675 1241 3 1 68.3641 -22.5349 -114.85 - 27 116.457 738 4 0 98.7091 -32.3953 -85.85 - 27 114.511 1391 3 1 98.3844 -34.0739 -114.45 - 27 147.902 729 3 0 98.328 -34.0584 -115.85 - 27 116.06 1388 2 1 97.8196 -33.7708 -144.45 - 27 114.919 732 2 0 97.887 -33.5892 -145.85 - 27 93.6195 1395 1 1 99.3109 -29.8306 -174.45 - 27 108.66 752 1 0 99.4017 -29.646 -175.851 - 27 174.289 1405 0 1 101.325 -26.0284 -204.45 - 27 294.596 771 0 0 101.358 -25.8119 -205.851 - 27 86.2073 1313 9 1 82.7124 176.397 65.5499 - 27 96.8015 783 2 0 106.17 -23.3208 -146.25 -Number of digits in this event = 71 -Using G4ParticleGun ... -8.80843 LIN -e- -Event: 28 -Number of tracker hits in this event = 104 - 28 111.192 488 10 1 -82.3344 -41.5852 95.55 - 28 130.012 692 10 0 -82.3353 -41.5853 94.15 - 28 119.392 488 9 1 -82.3544 -41.5851 65.55 - 28 118.2 692 9 0 -82.3566 -41.584 64.15 - 28 114.579 488 8 1 -82.4033 -41.5632 35.55 - 28 98.4011 692 8 0 -82.4052 -41.5624 34.15 - 28 154.235 488 7 1 -82.4436 -41.5469 5.55 - 28 106.186 692 7 0 -82.4436 -41.5456 4.15 - 28 138.457 488 6 1 -82.4364 -41.5202 -24.45 - 28 214.209 692 6 0 -82.4355 -41.52 -25.85 - 28 151.745 488 5 1 -82.4137 -41.5218 -54.45 - 28 116.094 692 5 0 -82.4126 -41.5212 -55.85 - 28 114.652 488 4 1 -82.3913 -41.5122 -84.45 - 28 167.043 692 4 0 -82.3912 -41.5115 -85.85 - 28 109.692 488 3 1 -82.3887 -41.4962 -114.45 - 28 137.473 692 3 0 -82.389 -41.4956 -115.85 - 28 111.148 488 2 1 -82.3967 -41.4839 -144.45 - 28 137.896 692 2 0 -82.3987 -41.4838 -145.85 - 28 110.053 488 1 1 -82.4417 -41.4819 -174.45 - 28 260.074 692 1 0 -82.444 -41.4813 -175.85 - 28 113.149 487 0 1 -82.4924 -41.4708 -204.45 - 28 475.507 692 0 0 -82.4952 -41.4694 -205.85 - 28 293.189 755 2 0 -70.3146 -28.9041 -146.25 - 28 294.455 754 2 0 -70.118 -29.05 -146.053 - 28 175.45 753 2 0 -70.102 -29.25 -145.993 - 28 72.5909 444 2 1 -91.198 -102.546 -144.85 - 28 226.321 486 1 1 -82.6952 -41.4406 -174.45 - 28 231.031 693 1 0 -82.681 -41.4417 -175.85 - 28 119.867 488 0 1 -82.2985 -41.5199 -204.45 - 28 149.687 486 0 1 -82.725 -41.3375 -204.45 - 28 213.713 693 0 0 -82.7227 -41.3306 -205.85 - 28 131.625 460 1 0 -166.148 -87.8779 -176.25 - 28 231.107 487 6 1 -82.4529 -41.516 -24.45 - 28 414.071 484 5 1 -83.1111 -41.0501 -54.45 - 28 193.561 695 5 0 -83.13 -40.9811 -55.85 - 28 116.762 482 4 1 -83.5607 -39.5144 -84.45 - 28 121.598 703 4 0 -83.5093 -39.3822 -85.85 - 28 110.415 487 3 1 -82.6266 -36.8414 -114.45 - 28 134.346 716 3 0 -82.5905 -36.7279 -115.85 - 28 149.004 492 2 1 -81.645 -34.3231 -144.45 - 28 145.771 729 2 0 -81.5323 -34.2223 -145.85 - 28 79.0722 502 1 1 -79.4951 -32.0534 -174.45 - 28 101.491 503 1 1 -79.45 -32.0466 -174.557 - 28 114.047 740 1 0 -78.9726 -31.9563 -175.85 - 28 160.266 557 0 1 -68.6288 -30.0772 -204.45 - 28 67.0247 755 0 0 -68.0717 -29.0305 -205.85 - 28 60.8595 756 0 0 -67.9799 -28.85 -206.078 - 28 62.2218 1774 11 1 175.019 -132.831 125.15 - 28 52.9665 590 0 0 -70.3486 -61.8719 -206.25 - 28 93.493 589 0 0 -70.3506 -62.05 -206.079 - 28 96.9531 588 0 0 -70.5369 -62.25 -205.979 - 28 64.3293 587 0 0 -70.7014 -62.45 -205.958 - 28 82.9602 586 0 0 -70.7618 -62.65 -206.008 - 28 73.8183 696 5 0 -83.1798 -40.85 -56.0111 - 28 206.355 479 4 1 -84.1834 -37.3425 -84.45 - 28 145.254 710 4 0 -83.7042 -37.898 -85.8502 - 28 7.58083 709 4 0 -83.5742 -38.05 -86.2091 - 28 89.4013 533 3 1 -73.3833 -49.6603 -114.45 - 28 86.7955 534 3 1 -73.25 -49.7071 -114.622 - 28 197.607 650 3 0 -72.2823 -49.9527 -115.85 - 28 75.893 658 2 1 -48.4331 -55.0773 -144.45 - 28 287.303 659 2 1 -48.25 -54.9984 -144.735 - 28 51.9694 627 2 0 -47.5051 -54.5012 -145.85 - 28 217.267 628 2 0 -47.4223 -54.45 -145.973 - 28 188.818 773 1 1 -25.3584 -43.2948 -174.45 - 28 98.9137 684 1 0 -24.9463 -43.2156 -175.85 - 28 74.2324 685 1 0 -24.9763 -43.05 -176.17 - 28 27.4093 448 1 0 -92.0341 -90.463 -176.25 - 28 54.7137 447 1 0 -92.0924 -90.55 -176.229 - 28 59.7284 146 1 0 -155.292 -150.892 -176.25 - 28 199.889 622 2 0 -47.3089 -55.578 -145.85 - 28 78.3251 623 2 0 -46.958 -55.45 -146.106 - 28 103.436 624 2 0 -46.8721 -55.25 -146.049 - 28 36.4946 625 2 0 -46.9546 -55.05 -145.913 - 28 28.5551 660 2 1 -47.9912 -54.8225 -144.85 - 28 15.8129 480 4 1 -84.05 -37.3934 -84.7906 - 28 174.672 713 4 0 -83.5052 -37.4039 -85.85 - 28 135.509 678 4 0 -64.8073 -44.426 -86.25 - 28 151.324 575 4 1 -64.8758 -44.0264 -84.85 - 28 126.291 523 0 1 -75.45 -38.3544 -204.477 - 28 66.6775 705 0 0 -75.2242 -38.9346 -205.85 - 28 52.8717 704 0 0 -75.1796 -39.05 -206.083 - 28 73.1723 483 5 1 -83.25 -41.0732 -54.5578 - 28 54.4494 482 5 1 -83.45 -41.1435 -54.7199 - 28 196.091 693 5 0 -84.6195 -41.2531 -55.85 - 28 111.522 693 6 0 -82.5973 -41.3388 -25.8502 - 28 124.478 473 5 1 -85.2646 -37.5273 -54.4502 - 28 117.16 713 5 0 -85.5172 -37.3358 -55.8501 - 28 127.522 449 4 1 -90.15 -34.1637 -84.5393 - 28 273.407 727 4 0 -90.6749 -34.4774 -85.8504 - 28 68.8215 393 3 1 -101.532 -41.4047 -114.45 - 28 118.059 392 3 1 -101.55 -41.4754 -114.723 - 28 103.407 691 3 0 -101.612 -41.7661 -115.85 - 28 16.7131 690 3 0 -101.641 -41.85 -116.184 - 28 149.072 378 2 1 -104.486 -48.7713 -144.45 - 28 80.3825 652 2 0 -104.428 -49.5297 -145.85 - 28 140.918 651 2 0 -104.415 -49.65 -146.075 - 28 177.113 386 1 1 -102.909 -63.8297 -174.451 - 28 40.316 577 1 0 -103.016 -64.5773 -175.85 - 28 95.5096 576 1 0 -103.026 -64.65 -175.993 - 28 114.231 378 0 1 -104.434 -80.2284 -204.45 - 28 14.4956 377 0 1 -104.55 -80.3954 -204.809 - 28 136.137 495 0 0 -104.9 -80.8701 -205.85 - 28 4.80101 494 0 0 -105.033 -81.05 -206.231 -Number of digits in this event = 47 -Using G4ParticleGun ... -2.20095 LIN -e- -Event: 29 -Number of tracker hits in this event = 174 - 29 127.515 536 10 1 -72.7588 66.6998 95.55 - 29 139.888 1233 10 0 -72.76 66.702 94.15 - 29 142.503 536 9 1 -72.7732 66.7549 65.55 - 29 116.753 1233 9 0 -72.7781 66.7545 64.15 - 29 173.687 535 8 1 -72.8759 66.7448 35.55 - 29 236.66 1233 8 0 -72.8814 66.7486 34.15 - 29 137.665 535 7 1 -72.9974 66.8248 5.55 - 29 119.18 1233 7 0 -73.0032 66.8283 4.15 - 29 123.184 534 6 1 -73.1168 66.9141 -24.45 - 29 108.439 1234 6 0 -73.124 66.9101 -25.85 - 29 107.926 533 5 1 -73.2732 66.8614 -54.45 - 29 3.71968 1234 5 0 -73.2783 66.8501 -55.85 - 29 132.925 1233 5 0 -73.2783 66.85 -55.8562 - 29 137.52 533 4 1 -73.3361 66.5195 -84.45 - 29 313.077 1232 4 0 -73.3385 66.504 -85.85 - 29 104.482 533 3 1 -73.3611 66.1712 -114.45 - 29 111.307 1230 3 0 -73.3612 66.1486 -115.85 - 29 90.9453 533 2 1 -73.3789 65.7693 -144.45 - 29 116.477 1228 2 0 -73.3786 65.7549 -145.85 - 29 137.053 533 1 1 -73.4282 65.4881 -174.45 - 29 136.122 1227 1 0 -73.4528 65.4598 -175.85 - 29 140.218 530 0 1 -73.9154 64.9051 -204.45 - 29 136.308 1224 0 0 -73.9369 64.8926 -205.85 - 29 134.005 1376 2 0 10.1263 95.3566 -146.25 - 29 207.568 531 0 1 -73.8185 67.4128 -204.45 - 29 502.672 1236 0 0 -73.8226 67.3914 -205.85 - 29 65.7328 1290 5 0 -20.3729 78.1206 -56.25 - 29 29.3313 1486 14 0 -110.896 117.465 213.75 - 29 217.306 1487 14 0 -110.995 117.55 214.11 - 29 238.676 533 0 1 -73.3802 67.4691 -204.45 - 29 103.907 536 8 1 -72.85 66.7428 35.4108 - 29 232.183 537 8 1 -72.65 66.7865 35.3203 - 29 184.048 535 6 1 -73.0454 66.8897 -24.4502 - 29 0.918421 536 6 1 -72.85 66.9316 -24.8453 - 29 180.669 1235 6 0 -72.3234 67.0615 -25.85 - 29 109.579 608 5 1 -58.3283 72.1528 -54.4502 - 29 115.262 1262 5 0 -58.1122 72.5187 -55.85 - 29 62.0762 632 4 1 -53.5347 81.7695 -84.4501 - 29 64.1067 633 4 1 -53.45 81.8164 -84.4928 - 29 84.6927 634 4 1 -53.25 81.9155 -84.5752 - 29 63.1943 635 4 1 -53.05 82.0093 -84.6547 - 29 54.4758 636 4 1 -52.85 82.083 -84.7225 - 29 50.9957 637 4 1 -52.65 82.154 -84.7904 - 29 80.5864 1315 4 0 -49.7712 83.1484 -85.85 - 29 154.231 1316 4 0 -49.5104 83.25 -85.9537 - 29 224.134 1317 4 0 -49.0784 83.45 -86.0959 - 29 31.7533 1318 4 0 -48.6589 83.65 -86.2213 - 29 105.744 1117 3 1 43.4649 128.556 -114.45 - 29 97.6238 1118 3 1 43.6502 128.448 -114.619 - 29 8.9097 1119 3 1 43.85 128.337 -114.819 - 29 8.56316 1538 3 0 44.8695 127.767 -115.85 - 29 212.156 1537 3 0 44.8999 127.75 -115.88 - 29 21.8674 1536 3 0 45.2536 127.55 -116.212 - 29 125.095 1268 2 1 73.7952 109.948 -144.45 - 29 137.395 1451 2 0 73.4075 110.485 -145.85 - 29 62.7694 1452 2 0 73.3702 110.55 -146.035 - 29 80.3094 1686 2 0 110.436 157.398 -146.25 - 29 96.2186 1687 2 0 110.598 157.55 -146.168 - 29 68.7275 1688 2 0 110.834 157.75 -146.089 - 29 73.5291 1689 2 0 111.057 157.95 -146.045 - 29 62.8994 1690 2 0 111.162 158.15 -145.999 - 29 103.67 1691 2 0 111.341 158.35 -145.94 - 29 5.9636 1692 2 0 111.611 158.55 -145.86 - 29 39.9619 1467 2 1 113.655 159.734 -144.85 - 29 92.2292 1468 2 1 113.75 159.818 -144.799 - 29 139.456 1469 2 1 113.95 160.077 -144.656 - 29 100.186 1470 2 1 114.15 160.404 -144.461 - 29 68.6053 1471 2 1 114.35 160.554 -144.57 - 29 43.2514 1472 2 1 114.55 160.668 -144.728 - 29 21.9799 1705 2 0 115.544 161.322 -145.85 - 29 105.126 1706 2 0 115.59 161.35 -145.905 - 29 116.486 1704 2 0 121.573 161.059 -146.25 - 29 109.872 1504 2 1 121.141 161.105 -144.85 - 29 110.447 533 6 1 -73.25 66.7655 -24.5229 - 29 81.3451 1236 6 0 -73.5752 67.25 -25.907 - 29 128.385 1221 6 0 -80.7797 64.3602 -26.25 - 29 6.4569 1220 6 0 -80.6388 64.2499 -25.8674 - 29 566.357 500 6 1 -80.0354 63.5462 -24.85 - 29 164.396 501 6 1 -79.8499 63.3487 -24.6195 - 29 382.362 502 6 1 -79.65 62.3735 -24.5998 - 29 423.524 529 2 1 -74.0904 66.873 -144.45 - 29 64.3101 1220 2 0 -74.4264 64.217 -145.85 - 29 65.0399 1219 2 0 -74.4485 64.05 -145.944 - 29 59.1745 1218 2 0 -74.4663 63.85 -146.057 - 29 57.9076 1217 2 0 -74.4413 63.65 -146.153 - 29 16.0659 1216 2 0 -74.3851 63.45 -146.231 - 29 88.9221 692 1 1 -41.6358 -27.9342 -174.45 - 29 38.8417 691 1 1 -41.65 -28.0449 -174.626 - 29 72.0075 755 1 0 -42.0044 -28.8878 -175.85 - 29 45.1046 754 1 0 -42.0488 -29.05 -176.102 - 29 60.5768 700 0 1 -39.9452 -44.2581 -204.45 - 29 51.094 701 0 1 -39.8499 -44.3777 -204.683 - 29 43.2786 674 0 0 -39.6408 -45.1408 -205.85 - 29 61.5416 673 0 0 -39.6274 -45.25 -205.972 - 29 76.9516 672 0 0 -39.6537 -45.4501 -206.058 - 29 51.7726 671 0 0 -39.6255 -45.6501 -206.129 - 29 51.5825 670 0 0 -39.6077 -45.85 -206.161 - 29 51.237 669 0 0 -39.6211 -46.0505 -206.22 - 29 5.94495 668 0 0 -39.616 -46.25 -206.246 - 29 66.6425 253 0 0 -55.7237 -129.378 -206.25 - 29 121.738 252 0 0 -55.8672 -129.55 -206.127 - 29 108.467 251 0 0 -56.0148 -129.75 -206.095 - 29 66.2124 250 0 0 -56.028 -129.95 -206.166 - 29 88.8364 249 0 0 -56.0418 -130.15 -206.14 - 29 94.4633 248 0 0 -56.0301 -130.35 -206.118 - 29 93.9567 247 0 0 -56.1522 -130.551 -206.096 - 29 99.4306 617 0 1 -56.5622 -130.167 -204.85 - 29 299.871 618 0 1 -56.4498 -130.225 -204.659 - 29 277.129 532 2 1 -73.5484 66.7442 -144.45 - 29 378.644 531 2 1 -73.65 65.7262 -144.61 - 29 16.7682 1191 2 0 -74.5275 58.3183 -145.85 - 29 67.2474 1190 2 0 -74.5358 58.25 -145.861 - 29 187.727 1189 2 0 -74.5642 58.05 -145.893 - 29 101.655 1188 2 0 -74.5981 57.85 -145.926 - 29 46.474 1187 2 0 -74.6183 57.65 -145.943 - 29 45.9754 1186 2 0 -74.6382 57.45 -145.959 - 29 67.5215 1185 2 0 -74.6563 57.25 -145.978 - 29 70.8973 1184 2 0 -74.6721 57.05 -145.999 - 29 188.848 1183 2 0 -74.6902 56.85 -146.019 - 29 59.1818 1182 2 0 -74.7103 56.65 -146.04 - 29 102.915 1181 2 0 -74.7188 56.45 -146.063 - 29 94.2159 1180 2 0 -74.7302 56.2499 -146.085 - 29 59.5445 1179 2 0 -74.7468 56.05 -146.108 - 29 108.816 1178 2 0 -74.764 55.85 -146.133 - 29 79.9449 1177 2 0 -74.7897 55.65 -146.164 - 29 89.6413 1176 2 0 -74.814 55.45 -146.193 - 29 49.9924 1175 2 0 -74.84 55.25 -146.224 - 29 3.76572 430 1 1 -94.1478 -121.825 -174.45 - 29 341.347 429 1 1 -94.15 -121.838 -174.455 - 29 55.7509 428 1 1 -94.35 -122.996 -174.804 - 29 24.8232 262 1 0 -95.0273 -127.674 -175.85 - 29 63.6124 261 1 0 -95.0373 -127.75 -175.866 - 29 56.0615 260 1 0 -95.0607 -127.95 -175.906 - 29 47.358 259 1 0 -95.0736 -128.15 -175.942 - 29 42.1775 258 1 0 -95.0849 -128.35 -175.978 - 29 56.4925 257 1 0 -95.1003 -128.55 -176.017 - 29 86.0738 256 1 0 -95.1219 -128.75 -176.058 - 29 56.3361 255 1 0 -95.1302 -128.95 -176.088 - 29 44.0079 254 1 0 -95.134 -129.15 -176.117 - 29 49.5505 253 1 0 -95.1403 -129.35 -176.138 - 29 51.9903 252 1 0 -95.1488 -129.55 -176.16 - 29 70.002 251 1 0 -95.1589 -129.75 -176.175 - 29 58.3443 250 1 0 -95.1735 -129.95 -176.183 - 29 50.0707 249 1 0 -95.1947 -130.15 -176.182 - 29 59.4971 248 1 0 -95.2214 -130.35 -176.179 - 29 67.5523 247 1 0 -95.2569 -130.55 -176.177 - 29 48.1873 246 1 0 -95.2938 -130.75 -176.157 - 29 60.6151 245 1 0 -95.3444 -130.95 -176.122 - 29 78.0681 244 1 0 -95.4012 -131.15 -176.084 - 29 44.7316 243 1 0 -95.4577 -131.35 -176.048 - 29 118.039 242 1 0 -95.5045 -131.55 -176.023 - 29 60.1485 241 1 0 -95.5445 -131.75 -176.006 - 29 41.5565 240 1 0 -95.5867 -131.95 -175.993 - 29 74.3547 239 1 0 -95.6042 -132.15 -175.983 - 29 175.827 238 1 0 -95.6074 -132.35 -175.975 - 29 129.13 237 1 0 -95.6076 -132.55 -175.956 - 29 65.415 236 1 0 -95.5976 -132.75 -175.953 - 29 56.2373 235 1 0 -95.583 -132.95 -175.949 - 29 48.3957 234 1 0 -95.5746 -133.15 -175.948 - 29 75.0536 233 1 0 -95.5758 -133.35 -175.952 - 29 70.0306 232 1 0 -95.5814 -133.55 -175.944 - 29 56.7871 231 1 0 -95.6212 -133.75 -175.961 - 29 47.6658 230 1 0 -95.6657 -133.95 -175.984 - 29 57.611 229 1 0 -95.7109 -134.15 -176.01 - 29 62.5035 228 1 0 -95.7496 -134.35 -176.031 - 29 63.1418 227 1 0 -95.7803 -134.55 -176.053 - 29 52.8746 226 1 0 -95.8071 -134.75 -176.086 - 29 86.7552 225 1 0 -95.8292 -134.95 -176.114 - 29 79.0701 224 1 0 -95.8425 -135.15 -176.139 - 29 49.0724 223 1 0 -95.8543 -135.35 -176.157 - 29 51.4784 222 1 0 -95.8656 -135.55 -176.171 - 29 74.7413 221 1 0 -95.8699 -135.75 -176.189 - 29 50.2403 220 1 0 -95.8649 -135.95 -176.216 - 29 218.64 530 2 1 -74.0498 56.7442 -144.775 -Number of digits in this event = 46 -Using G4ParticleGun ... -7.44737 LIN -e- -Event: 30 -Number of tracker hits in this event = 24 - 30 111.22 1485 9 1 117.349 -43.741 65.55 - 30 111.122 681 9 0 117.348 -43.7411 64.15 - 30 114.511 1485 8 1 117.328 -43.741 35.55 - 30 103.675 681 8 0 117.329 -43.7412 34.15 - 30 147.668 1485 7 1 117.336 -43.7464 5.55 - 30 158.78 681 7 0 117.337 -43.7459 4.15 - 30 111.541 1485 6 1 117.347 -43.7412 -24.45 - 30 122.55 681 6 0 117.348 -43.7404 -25.85 - 30 128.829 1486 5 1 117.37 -43.7114 -54.45 - 30 99.8525 681 5 0 117.371 -43.7098 -55.85 - 30 122.385 1486 4 1 117.386 -43.6729 -84.45 - 30 95.4932 681 4 0 117.386 -43.6707 -85.85 - 30 155.288 1486 3 1 117.383 -43.6261 -114.45 - 30 103.504 682 3 0 117.384 -43.6243 -115.85 - 30 98.6653 1486 2 1 117.398 -43.588 -144.45 - 30 99.3506 682 2 0 117.399 -43.5857 -145.85 - 30 169.368 1486 1 1 117.428 -43.5373 -174.45 - 30 119.663 682 1 0 117.428 -43.5349 -175.85 - 30 117.33 1486 0 1 117.437 -43.488 -204.45 - 30 106.152 682 0 0 117.437 -43.4878 -205.85 - 30 57.1327 1712 10 0 101.025 162.55 94.0877 - 30 9.29193 1684 8 1 157.15 81.8739 35.3717 - 30 61.7574 916 10 1 3.37792 155.446 95.55 - 30 261.859 917 10 1 3.45021 155.567 95.5437 -Number of digits in this event = 10 -Using G4ParticleGun ... -4.35732 LIN -e- -Event: 31 -Number of tracker hits in this event = 75 - 31 81.7253 1311 11 1 82.2809 3.30602 125.375 - 31 121.244 916 11 0 82.2808 3.30616 124.15 - 31 224.686 1311 10 1 82.2776 3.30955 95.55 - 31 213.674 916 10 0 82.2758 3.30925 94.15 - 31 123.299 1310 9 1 82.2318 3.30141 65.55 - 31 115.257 916 9 0 82.2347 3.29922 64.15 - 31 133.214 1311 8 1 82.3391 3.18901 35.55 - 31 151.876 915 8 0 82.3407 3.18788 34.15 - 31 1.79354 1311 7 1 82.4498 3.14982 5.55 - 31 151.565 1312 7 1 82.45 3.14985 5.53835 - 31 147.146 915 7 0 82.4767 3.15444 4.15 - 31 158.661 1315 6 1 83.1393 3.30241 -24.45 - 31 129.428 916 6 0 83.168 3.28518 -25.85 - 31 108.143 1318 5 1 83.7618 2.96438 -54.45 - 31 122.683 914 5 0 83.7707 2.98898 -55.85 - 31 108.6 1319 4 1 83.9039 3.44367 -84.45 - 31 123.398 917 4 0 83.9038 3.46975 -85.85 - 31 130.014 1321 3 1 84.2781 3.90537 -114.45 - 31 116.188 919 3 0 84.2682 3.9308 -115.85 - 31 141.431 1321 2 1 84.3015 4.40569 -144.45 - 31 115.013 921 2 0 84.3937 4.32185 -145.85 - 31 139.113 1329 1 1 85.9982 2.80654 -174.45 - 31 208.709 911 1 0 85.7927 2.42966 -175.85 - 31 122.615 1297 0 1 79.5683 -4.30614 -204.45 - 31 61.3822 875 0 0 79.3185 -4.95702 -205.85 - 31 90.7289 874 0 0 79.2807 -5.05 -206.067 - 31 136.93 667 1 0 118.998 -46.5082 -176.25 - 31 338.923 666 1 0 119.454 -46.65 -176.078 - 31 14.3671 1512 1 1 122.704 -46.7974 -174.85 - 31 74.8237 1513 1 1 122.75 -46.7998 -174.831 - 31 114.945 1514 1 1 122.95 -46.8051 -174.77 - 31 64.6674 1515 1 1 123.15 -46.7132 -174.715 - 31 76.5724 1516 1 1 123.35 -46.5925 -174.677 - 31 65.2397 1517 1 1 123.55 -46.4568 -174.595 - 31 83.1659 1518 1 1 123.751 -46.3924 -174.551 - 31 260.216 1519 1 1 123.95 -46.195 -174.456 - 31 123.118 675 1 0 124.137 -45.0451 -175.85 - 31 147.112 665 1 0 124.322 -47.0085 -175.85 - 31 105.986 1312 9 1 82.5657 3.03536 65.55 - 31 137.829 914 9 0 82.5872 3.02266 64.15 - 31 103.329 1314 8 1 83.0204 2.76033 35.55 - 31 115.308 913 8 0 83.0415 2.74796 34.15 - 31 146.964 1316 7 1 83.444 2.4928 5.55 - 31 128.177 912 7 0 83.4642 2.47906 4.15 - 31 123.496 1319 6 1 83.8704 2.19012 -24.45 - 31 108.585 910 6 0 83.8917 2.17837 -25.85 - 31 108.12 1321 5 1 84.306 1.93916 -54.45 - 31 111.186 909 5 0 84.3299 1.92472 -55.85 - 31 119.579 1323 4 1 84.8154 1.64858 -84.45 - 31 113.98 907 4 0 84.8373 1.64038 -85.85 - 31 135.459 1326 3 1 85.2902 1.47466 -114.45 - 31 121.3 907 3 0 85.3104 1.46281 -115.85 - 31 114.238 1328 2 1 85.7353 1.19937 -144.45 - 31 145.556 905 2 0 85.7553 1.19129 -145.85 - 31 116.455 1330 1 1 86.2009 1.04469 -174.45 - 31 167.236 904 1 0 86.2193 1.044 -175.85 - 31 378.831 1332 0 1 86.5917 1.0572 -204.45 - 31 149.342 904 0 0 86.6056 1.04914 -205.85 - 31 148.218 907 0 0 86.6193 1.55936 -205.85 - 31 6.6615 908 0 0 86.6081 1.65 -206.236 - 31 19.3902 1331 1 1 86.428 1.09846 -174.813 - 31 373.058 905 1 0 86.4462 1.10194 -175.85 - 31 49.8082 1333 0 1 86.65 1.23943 -204.67 - 31 148.479 906 0 0 86.7558 1.2637 -205.85 - 31 60.9892 1759 3 1 172.117 33.1888 -114.45 - 31 123.507 1760 3 1 172.15 33.1931 -114.558 - 31 34.0897 900 0 0 87.0099 0.161532 -205.85 - 31 117.968 899 0 0 87.0329 -0.05 -206.068 - 31 97.8646 1340 0 1 88.1972 1.10656 -204.45 - 31 31.0902 1341 0 1 88.2501 1.09973 -204.698 - 31 188.072 905 0 0 88.4988 1.07508 -205.85 - 31 94.3901 1443 3 1 108.78 -100.525 -114.85 - 31 19.1969 866 5 1 -6.72616 -92.4365 -54.85 - 31 206.314 865 5 1 -6.85 -92.5561 -54.61 - 31 109.221 864 5 1 -7.05 -92.6876 -54.658 +Number of tracker hits in this event = 112 + 5 230.07 1299 10 1 79.8632 80.4098 95.55 + 5 100.965 1301 10 0 79.8634 80.4103 94.15 + 5 136.278 1299 9 1 79.8696 80.4227 65.55 + 5 141.143 1301 9 0 79.8699 80.4242 64.15 + 5 117.735 1299 8 1 79.8718 80.4492 35.55 + 5 151.617 1302 8 0 79.8727 80.4509 34.15 + 5 119.261 1299 7 1 79.8893 80.4746 5.55 + 5 180.924 1302 7 0 79.8892 80.4755 4.15 + 5 176.742 1299 6 1 79.8841 80.4943 -24.45 + 5 338.819 1302 6 0 79.8834 80.4995 -25.85 + 5 99.4896 1299 5 1 79.8664 80.6114 -54.45 + 5 106.011 1302 5 0 79.8663 80.6179 -55.85 + 5 373.738 1299 4 1 79.868 80.7589 -84.45 + 5 115.91 1303 4 0 79.8692 80.7657 -85.85 + 5 116.333 1299 3 1 79.9009 80.9074 -114.45 + 5 119.74 1304 3 0 79.9023 80.9164 -115.85 + 5 626.101 1299 2 1 79.9256 81.0936 -144.45 + 5 394.276 1305 2 0 79.9288 81.0997 -145.85 + 5 261.742 1299 1 1 79.9999 81.2093 -174.45 + 5 261.466 1305 1 0 80.0023 81.2115 -175.85 + 5 215.203 1299 0 1 80.0208 81.2178 -204.45 + 5 129.315 1305 0 0 80.0212 81.2157 -205.85 + 5 71.6388 224 13 1 -135.232 -4.11651 185.55 + 5 124.525 225 13 1 -135.15 -4.08309 185.411 + 5 115.972 876 13 0 -134.642 -4.73042 184.15 + 5 97.8698 875 13 0 -134.407 -4.85 183.99 + 5 201.245 874 13 0 -134.402 -5.05 183.859 + 5 262.886 1300 1 1 80.0631 81.3252 -174.45 + 5 110.994 1306 1 0 80.1001 81.3039 -175.85 + 5 188.67 1304 0 1 80.9411 80.7546 -204.45 + 5 109.381 1303 0 0 80.9755 80.7562 -205.85 + 5 30.1635 1666 0 0 128.578 153.452 -206.25 + 5 101.914 1667 0 0 128.616 153.55 -206.211 + 5 161.306 1668 0 0 128.682 153.75 -206.133 + 5 59.5663 1669 0 0 128.737 153.95 -206.048 + 5 76.0802 1670 0 0 128.799 154.15 -205.969 + 5 16.1637 1671 0 0 128.869 154.35 -205.881 + 5 56.6207 1549 0 1 130.034 156.165 -204.85 + 5 159.909 1550 0 1 130.15 156.324 -204.755 + 5 91.7245 1551 0 1 130.35 156.667 -204.579 + 5 118.455 1738 1 0 126.972 167.792 -176.25 + 5 74.3445 1532 1 1 126.64 168.385 -174.85 + 5 52.9398 1531 1 1 126.55 168.461 -174.607 + 5 120.122 1301 0 0 81.2089 80.4131 -205.85 + 5 45.2088 1312 1 0 80.7714 82.5829 -175.85 + 5 83.0661 1313 1 0 80.8168 82.65 -175.934 + 5 50.021 1314 1 0 80.9356 82.85 -176.148 + 5 20.4948 1641 1 0 84.5249 148.492 -176.25 + 5 60.2527 1642 1 0 84.4988 148.55 -176.205 + 5 89.9505 1643 1 0 84.3813 148.75 -176.048 + 5 2.51814 1318 1 1 83.6599 148.942 -174.85 + 5 114.344 1317 1 1 83.65 148.941 -174.835 + 5 226.169 1316 1 1 83.45 148.915 -174.55 + 5 296.434 1315 1 1 83.25 148.855 -174.51 + 5 166.442 1306 0 0 80.0304 81.2756 -205.85 + 5 78.397 1103 2 0 2.09537 40.7919 -146.25 + 5 15.8296 1007 2 0 20.848 21.6416 -146.25 + 5 151.532 1006 2 0 20.6295 21.45 -145.99 + 5 10.0495 1005 2 0 20.5382 21.25 -145.865 + 5 34.7551 987 2 1 17.5178 20.1978 -144.85 + 5 222.253 986 2 1 17.45 20.1958 -144.841 + 5 40.5905 1179 1 0 121.28 55.9693 -176.25 + 5 137.613 1178 1 0 121.259 55.8499 -176.121 + 5 124.204 1504 1 1 121.121 54.9725 -174.85 + 5 66.23 1503 1 1 120.949 54.8258 -174.717 + 5 64.8959 1502 1 1 120.75 54.7178 -174.636 + 5 120.624 1501 1 1 120.55 54.6455 -174.535 + 5 96.5849 1500 1 1 120.35 54.5806 -174.478 + 5 153.787 1499 1 1 120.15 54.1133 -174.557 + 5 31.9936 1498 1 1 119.95 53.7371 -174.763 + 5 61.6793 1162 1 0 119.301 52.6315 -175.85 + 5 60.4554 1161 1 0 119.252 52.45 -176.029 + 5 27.7528 1529 0 1 126.084 83.8165 -204.45 + 5 110.971 1530 0 1 126.15 83.7856 -204.51 + 5 42.7838 1531 0 1 126.35 83.7054 -204.741 + 5 8.31853 1315 0 0 127.373 83.0653 -205.85 + 5 92.3096 1314 0 0 127.394 83.05 -205.873 + 5 109.723 1313 0 0 127.564 82.85 -206.041 + 5 21.8396 1312 0 0 127.71 82.65 -206.212 + 5 201.868 1298 6 1 79.85 80.4444 -24.5475 + 5 47.5103 1299 6 0 79.1744 79.8714 -25.85 + 5 118.325 1298 6 0 79.1442 79.85 -25.9047 + 5 1.89329 1214 5 1 62.85 79.7184 -54.8458 + 5 109.345 1502 3 1 120.55 135.933 -114.697 + 5 35.8512 1501 3 1 120.55 135.934 -114.711 + 5 31.1961 1288 5 0 64.2097 77.7214 -55.85 + 5 51.3958 1255 5 1 71.1162 75.5988 -54.85 + 5 306.273 1256 5 1 71.25 75.6284 -54.7998 + 5 76.9048 1257 5 1 71.45 76.05 -54.4608 + 5 46.6216 1525 1 0 78.0183 125.233 -175.85 + 5 46.1353 1297 6 1 79.65 80.7421 -24.7233 + 5 10.125 1306 6 0 78.7352 81.4349 -25.8503 + 5 95.8066 1307 6 0 78.7092 81.45 -25.8806 + 5 42.8819 1308 6 0 78.5182 81.65 -26.1756 + 5 107.808 1301 4 0 79.8702 80.4241 -85.85 + 5 148.202 1300 3 1 80.1909 79.9395 -114.45 + 5 112.288 1299 3 0 80.2274 79.9394 -115.85 + 5 106.521 1304 2 1 80.9172 80.1132 -144.45 + 5 116.149 1300 2 0 81.0005 80.1024 -145.85 + 5 125.081 1312 1 1 82.5461 79.9489 -174.45 + 5 124.958 1299 1 0 82.569 79.8731 -175.85 + 5 119.419 1314 0 1 82.9304 78.1553 -204.45 + 5 177.715 1289 0 0 83.027 78.0382 -205.85 + 5 94.9076 1302 4 0 79.8746 80.4664 -85.85 + 5 80.1365 1301 3 1 80.25 80.6571 -114.62 + 5 112.811 1302 3 0 80.338 80.6074 -115.85 + 5 167.984 1312 2 1 82.5384 79.6933 -144.45 + 5 107.501 1298 2 0 82.6521 79.7542 -145.85 + 5 177.473 1327 1 1 85.5217 80.4645 -174.45 + 5 133.04 1302 1 0 85.7022 80.5992 -175.85 + 5 69.8205 1349 0 1 89.9966 84.2159 -204.45 + 5 103.88 1321 0 0 90.2868 84.3601 -205.85 Number of digits in this event = 41 Using G4ParticleGun ... -3.49028 LIN +1.28127 LIN e- -Event: 32 -Number of tracker hits in this event = 136 - 32 118.977 940 11 1 8.24119 -23.3063 125.55 - 32 134.485 783 11 0 8.23911 -23.3064 124.15 - 32 218.26 940 10 1 8.19346 -23.3084 95.55 - 32 108.216 783 10 0 8.19193 -23.3089 94.15 - 32 243.466 940 9 1 8.15679 -23.3208 65.55 - 32 295.564 783 9 0 8.15706 -23.3222 64.15 - 32 146.941 940 8 1 8.16499 -23.3678 35.55 - 32 98.9159 783 8 0 8.16585 -23.3701 34.15 - 32 124.116 940 7 1 8.18005 -23.4152 5.55 - 32 120.517 783 7 0 8.18241 -23.419 4.15 - 32 131.932 940 6 1 8.2303 -23.5016 -24.45 - 32 94.9591 782 6 0 8.23438 -23.5007 -25.85 - 32 123.396 941 5 1 8.31967 -23.4826 -54.45 - 32 123.143 782 5 0 8.32368 -23.4837 -55.85 - 32 149.492 941 4 1 8.40473 -23.5094 -84.45 - 32 151.683 782 4 0 8.41072 -23.5117 -85.85 - 32 114.919 942 3 1 8.52694 -23.5557 -114.45 - 32 121.985 782 3 0 8.52916 -23.5582 -115.85 - 32 103.707 942 2 1 8.57841 -23.6029 -144.45 - 32 137.574 782 2 0 8.57336 -23.6046 -145.85 - 32 144.866 942 1 1 8.4801 -23.6454 -174.45 - 32 151.81 781 1 0 8.48552 -23.6519 -175.85 - 32 709.347 942 0 1 8.54088 -23.7956 -204.45 - 32 207.219 781 0 0 8.5428 -23.7995 -205.85 - 32 4.59722 1124 5 1 45.0168 15.6697 -54.85 - 32 107.232 935 0 1 7.17377 -1.7843 -204.85 - 32 10.258 802 2 0 -13.4519 -19.6216 -146.25 - 32 42.6072 936 0 1 7.25 -1.63093 -204.598 - 32 1.88731 944 1 1 8.85474 -23.8036 -174.45 - 32 3.87066 780 1 0 9.0795 -24.0456 -175.85 - 32 89.9103 779 1 0 9.08364 -24.05 -175.869 - 32 144.286 943 0 1 8.84864 -33.084 -204.45 - 32 73.6184 944 0 1 8.85 -33.0828 -204.46 - 32 176.203 735 0 0 8.75026 -33.0403 -205.85 - 32 94.3099 712 0 0 8.89773 -37.5512 -206.25 - 32 132.363 711 0 0 8.83627 -37.65 -205.919 - 32 148.313 941 0 1 8.44993 -38.0129 -204.496 - 32 305.157 940 4 1 8.19485 -23.693 -84.45 - 32 104.641 781 4 0 8.19055 -23.6714 -85.85 - 32 205.733 939 3 1 7.99815 -23.2822 -114.45 - 32 105.991 783 3 0 7.98357 -23.3172 -115.85 - 32 111.561 937 2 1 7.52875 -23.9139 -144.45 - 32 113.016 780 2 0 7.50524 -24.0284 -145.85 - 32 289.033 779 2 0 7.50022 -24.05 -146.113 - 32 120.968 934 1 1 6.96329 -26.0652 -174.45 - 32 120.557 769 1 0 6.88618 -26.0847 -175.85 - 32 131.245 925 0 1 5.13037 -25.9382 -204.45 - 32 135.621 770 0 0 5.02148 -25.8899 -205.85 - 32 257.599 947 1 1 9.55783 -21.3888 -174.45 - 32 422.725 790 1 0 9.3685 -22.0487 -175.85 - 32 398.458 789 1 0 9.36814 -22.05 -175.853 - 32 11.5637 923 0 1 4.65765 -31.7238 -204.45 - 32 101.316 922 0 1 4.65 -31.7299 -204.495 - 32 15.9777 740 0 0 4.61344 -32.0367 -205.85 - 32 93.9966 739 0 0 4.61288 -32.05 -205.912 - 32 145.44 794 1 0 9.70725 -21.2244 -175.85 - 32 55.3845 547 1 0 -2.39161 -70.4573 -176.25 - 32 121.591 546 1 0 -2.44297 -70.6502 -176.136 - 32 202.094 545 1 0 -2.48849 -70.85 -176.022 - 32 26.0701 544 1 0 -2.55284 -71.05 -175.91 - 32 26.4794 884 1 1 -3.21699 -72.9722 -174.85 - 32 172.743 883 1 1 -3.25 -73.0648 -174.797 - 32 87.1057 882 1 1 -3.45 -73.519 -174.545 - 32 31.8359 879 1 1 -4.17998 -74.0856 -174.45 - 32 177.399 878 1 1 -4.25 -74.0986 -174.523 - 32 40.1928 877 1 1 -4.45003 -74.1554 -174.748 - 32 140.578 527 1 0 -5.61372 -74.4572 -175.85 - 32 142.311 782 0 1 -23.5512 -87.1668 -204.45 - 32 44.2846 464 0 0 -23.7808 -87.223 -205.85 - 32 92.8598 463 0 0 -23.8189 -87.25 -206.007 - 32 64.0452 792 1 0 10.241 -21.5753 -175.85 - 32 78.0279 791 1 0 10.3103 -21.65 -175.993 - 32 48.8046 788 1 0 9.24422 -22.25 -176.076 - 32 86.6925 939 4 1 8.05 -23.9025 -84.6646 - 32 43.8421 778 4 0 7.91278 -24.3984 -85.85 - 32 121.727 777 4 0 7.88883 -24.45 -85.9971 - 32 179.089 909 3 1 1.92849 -30.9549 -114.45 - 32 444.696 908 3 1 1.85 -31.2445 -114.627 - 32 634.439 907 3 1 1.65 -31.5216 -114.676 - 32 471.079 906 3 1 1.45 -31.9304 -114.702 - 32 601.406 905 3 1 1.24995 -32.7064 -114.714 - 32 7.41625 695 3 0 2.37244 -41.0213 -115.85 - 32 64.8238 694 3 0 2.37731 -41.0501 -115.857 - 32 67.7537 693 3 0 2.4007 -41.25 -115.903 - 32 108.787 692 3 0 2.44119 -41.4505 -115.933 - 32 60.5513 691 3 0 2.50258 -41.6502 -115.954 - 32 95.4018 690 3 0 2.58085 -41.85 -115.969 - 32 57.9348 689 3 0 2.6607 -42.05 -115.999 - 32 76.4061 688 3 0 2.74782 -42.2502 -116.039 - 32 58.2547 687 3 0 2.83855 -42.45 -116.112 - 32 111.443 686 3 0 2.94566 -42.65 -116.169 - 32 150.052 685 3 0 3.06899 -42.85 -116.222 - 32 106.631 216 3 0 60.8709 -136.894 -116.25 - 32 137.198 1205 3 1 61.1692 -136.9 -114.849 - 32 27.4063 1206 3 1 61.25 -136.9 -114.473 - 32 97.7562 1207 3 1 61.45 -137.048 -114.491 - 32 53.3009 1208 3 1 61.6501 -137.123 -114.7 - 32 91.9163 208 3 0 62.4932 -138.387 -115.85 - 32 52.6102 207 3 0 62.5879 -138.55 -115.933 - 32 103.075 206 3 0 62.6341 -138.75 -116.026 - 32 66.7171 205 3 0 62.6868 -138.95 -116.115 - 32 39.5492 204 3 0 62.6554 -139.15 -116.194 - 32 111.266 910 3 1 2.05 -31.925 -114.722 - 32 291.576 911 3 1 2.25 -32.0286 -114.668 - 32 214.491 912 3 1 2.45003 -32.1984 -114.487 - 32 229.024 782 9 0 8.38837 -23.45 63.9432 - 32 430.595 939 0 1 7.92315 -23.4624 -204.45 - 32 348.764 782 0 0 7.91392 -23.461 -205.85 - 32 115.203 722 0 1 -35.45 -49.2052 -204.586 - 32 109.942 721 0 1 -35.65 -49.3878 -204.526 - 32 254.283 720 0 1 -35.85 -49.4954 -204.642 - 32 177.76 767 0 0 -22.8195 -26.4646 -206.25 - 32 57.2836 780 0 0 8.84956 -23.8791 -205.85 - 32 105.398 851 0 0 41.1843 -9.75093 -206.25 - 32 54.2359 691 0 0 52.1536 -41.6882 -206.25 - 32 138.124 788 0 0 66.32 -22.3298 -206.25 - 32 102.023 938 2 1 7.84983 -23.5319 -144.45 - 32 68.5595 939 2 1 7.85 -23.6325 -144.716 - 32 178.392 939 10 1 8.05 -23.1296 95.4488 - 32 193.848 938 3 1 7.85 -23.6381 -114.471 - 32 278.656 937 3 1 7.64982 -23.6628 -114.592 - 32 41.2264 778 3 0 8.24864 -24.4007 -115.85 - 32 46.4667 777 3 0 8.29326 -24.45 -115.897 - 32 278.373 938 1 1 7.77487 -23.7148 -174.45 - 32 50.2902 939 1 1 7.85 -23.6478 -174.708 - 32 86.4029 782 1 0 7.76453 -23.65 -175.944 - 32 272.242 641 1 0 -24.4095 -51.7199 -176.25 - 32 74.3286 640 1 0 -24.4517 -51.85 -176.069 - 32 35.2968 639 1 0 -24.3768 -52.05 -175.922 - 32 297.152 778 1 1 -24.2797 -53.489 -174.85 - 32 76.6424 779 1 1 -24.2492 -53.3855 -174.592 - 32 129.204 780 1 1 -24.05 -53.3212 -174.613 - 32 25.6744 634 1 0 -22.8238 -53.2423 -175.85 - 32 195.869 633 1 0 -22.8015 -53.25 -175.866 - 32 11.7388 781 1 1 -23.85 -53.0139 -174.79 - 32 65.1633 617 1 0 -45.423 -56.5109 -176.25 -Number of digits in this event = 67 +Event: 6 +Number of tracker hits in this event = 28 + 6 149.01 1510 9 1 122.289 -17.9209 65.55 + 6 188.559 810 9 0 122.291 -17.9182 64.15 + 6 130.904 1510 8 1 122.334 -17.8588 35.55 + 6 247.947 810 8 0 122.341 -17.8617 34.15 + 6 96.5644 1511 7 1 122.521 -17.9071 5.55 + 6 183.549 810 7 0 122.53 -17.9149 4.15 + 6 152.096 1512 6 1 122.699 -18.0568 -24.45 + 6 140.646 809 6 0 122.706 -18.0635 -25.85 + 6 127.375 1513 5 1 122.839 -18.2156 -54.45 + 6 105.773 809 5 0 122.836 -18.2189 -55.85 + 6 133.338 1513 4 1 122.767 -18.2929 -84.45 + 6 152.839 808 4 0 122.755 -18.3002 -85.85 + 6 107.796 1511 3 1 122.515 -18.472 -114.45 + 6 115.462 807 3 0 122.511 -18.4788 -115.85 + 6 195.086 1511 2 1 122.45 -18.6231 -144.45 + 6 111.821 807 2 0 122.453 -18.6319 -145.85 + 6 127.253 1511 1 1 122.49 -18.7978 -174.45 + 6 123.238 806 1 0 122.489 -18.8076 -175.85 + 6 117.109 1511 0 1 122.47 -18.9847 -204.45 + 6 114.998 805 0 0 122.47 -18.997 -205.85 + 6 184.624 1510 2 1 122.35 -18.3627 -144.615 + 6 78.4526 1509 2 1 122.15 -17.9791 -144.715 + 6 67.137 1508 2 1 121.95 -17.8278 -144.783 + 6 169.775 1507 2 1 121.75 -17.7019 -144.76 + 6 39.9579 820 8 0 124.38 -15.8811 33.7506 + 6 90.3864 821 8 0 124.367 -15.85 33.8689 + 6 427.602 822 8 0 124.471 -15.65 33.9895 + 6 144.82 1511 8 1 122.35 -17.8609 35.3082 +Number of digits in this event = 19 Using G4ParticleGun ... -2.04058 LIN +9.05802 LIN e- -Event: 33 -Number of tracker hits in this event = 135 - 33 130.682 1251 10 1 70.3397 79.1424 95.55 - 33 124.616 1295 10 0 70.3348 79.143 94.15 - 33 169.08 1250 9 1 70.2315 79.1489 65.55 - 33 198.302 1295 9 0 70.2235 79.1471 64.15 - 33 95.9016 1249 8 1 70.0483 79.0898 35.55 - 33 114.131 1295 8 0 70.0406 79.0887 34.15 - 33 131.311 1249 7 1 69.8773 79.075 5.55 - 33 133.884 1295 7 0 69.8651 79.073 4.15 - 33 111.158 1247 6 1 69.6297 79.0265 -24.45 - 33 98.0848 1294 6 0 69.6198 79.0215 -25.85 - 33 135.767 1246 5 1 69.447 78.8861 -54.45 - 33 153.643 1294 5 0 69.4335 78.89 -55.85 - 33 371.187 1245 4 1 69.1841 78.8851 -84.45 - 33 640.003 1294 4 0 69.1814 78.9095 -85.85 - 33 293.897 1245 3 1 69.1441 79.4397 -114.45 - 33 183.345 1297 3 0 69.192 79.5268 -115.85 - 33 75.5665 1250 2 1 70.24 81.2812 -144.45 - 33 35.384 1251 2 1 70.25 81.3015 -144.77 - 33 127.886 1306 2 0 70.2789 81.3653 -145.85 - 33 99.3521 1255 1 1 71.0921 82.9519 -174.45 - 33 112.352 1314 1 0 71.147 83.0164 -175.85 - 33 174.888 1261 0 1 72.2779 84.4241 -204.45 - 33 119.282 1322 0 0 72.3142 84.5205 -205.85 - 33 292.547 1240 1 1 68.1295 79.2014 -174.45 - 33 21.1091 1239 1 1 68.05 79.2566 -174.783 - 33 4.51365 1296 1 0 67.8238 79.4468 -175.85 - 33 117.409 1297 1 0 67.8199 79.45 -175.868 - 33 106.783 1199 0 1 59.9281 86.7929 -204.45 - 33 34.7883 1200 0 1 60.05 86.8061 -204.728 - 33 133.366 1334 0 0 60.464 86.9443 -205.85 - 33 214.215 1293 1 0 67.8156 78.7182 -175.85 - 33 31.3683 1292 1 0 67.7622 78.65 -176.143 - 33 212.89 1219 0 1 63.9138 75.1295 -204.45 - 33 165.321 1218 0 1 63.85 75.3139 -204.688 - 33 45.7985 1280 0 0 63.6923 76.1504 -205.85 - 33 92.0342 1281 0 0 63.6455 76.25 -205.977 - 33 23.7842 1282 0 0 63.4874 76.45 -206.171 - 33 73.2194 1217 0 1 63.65 74.7039 -204.757 - 33 107.318 1216 0 1 63.45 74.8393 -204.767 - 33 2.62483 1215 0 1 63.25 75.0298 -204.841 - 33 83.6259 1275 0 0 62.0526 75.1025 -205.85 - 33 290.405 1274 0 0 61.9026 75.0495 -205.98 - 33 162.607 1273 0 0 61.8477 74.85 -205.908 - 33 140.312 1285 4 1 77.2289 -34.4535 -84.85 - 33 149.877 1286 4 1 77.2501 -34.7851 -84.7113 - 33 57.1845 1443 0 0 70.4647 108.777 -206.25 - 33 248.737 1442 0 0 70.5414 108.75 -206.155 - 33 127.619 1295 3 0 69.2183 79.2081 -115.85 - 33 106.316 1247 2 1 69.5219 79.4965 -144.45 - 33 177.085 1297 2 0 69.5095 79.5168 -145.85 - 33 129.119 1246 1 1 69.2708 79.9212 -174.45 - 33 166.195 1299 1 0 69.2564 79.9448 -175.85 - 33 283.091 1244 0 1 68.9427 80.3933 -204.45 - 33 369.943 1301 0 0 68.9333 80.4213 -205.85 - 33 176.601 1246 2 1 69.3407 79.4134 -144.45 - 33 198.733 1302 2 0 69.6759 80.5274 -145.85 - 33 64.9721 1303 2 0 69.7098 80.65 -146.017 - 33 115.576 1268 1 1 73.6799 98.7422 -174.45 - 33 136.179 1269 1 1 73.8501 98.9976 -174.637 - 33 10.5493 1270 1 1 74.05 99.2322 -174.832 - 33 55.4033 1401 1 0 75.218 100.473 -175.85 - 33 91.6492 1402 1 0 75.2872 100.55 -175.919 - 33 73.1747 1403 1 0 75.4283 100.75 -176.092 - 33 474.571 1361 0 1 92.5001 131.531 -204.45 - 33 36.3205 1583 0 0 92.274 136.799 -205.85 - 33 44.8862 1584 0 0 92.2787 136.95 -205.88 - 33 238.58 1356 0 1 91.358 141.381 -204.85 - 33 28.7185 1355 0 1 91.3499 141.404 -204.842 - 33 17.122 1612 0 0 92.2168 142.741 -205.85 - 33 82.4387 1613 0 0 92.2254 142.75 -205.862 - 33 281.913 1614 0 0 92.3146 142.95 -205.951 - 33 106.51 1245 2 1 69.25 79.2807 -144.574 - 33 26.386 1294 2 0 69.1593 78.8738 -145.85 - 33 388.778 1293 2 0 69.1533 78.85 -145.92 - 33 30.2023 1221 1 1 64.3555 69.2154 -174.45 - 33 50.288 1220 1 1 64.25 69.1864 -174.508 - 33 80.2689 1219 1 1 64.05 69.1335 -174.621 - 33 92.6168 1218 1 1 63.85 69.0834 -174.741 - 33 326.151 1242 1 0 62.2037 68.6192 -175.85 - 33 35.5831 1241 1 0 61.6677 68.45 -176.184 - 33 29.2238 992 0 1 18.5399 50.4286 -204.45 - 33 64.7112 991 0 1 18.4499 50.45 -204.524 - 33 72.3644 990 0 1 18.25 50.491 -204.687 - 33 16.0683 989 0 1 18.05 50.5307 -204.821 - 33 353.408 1154 0 0 16.1559 50.8547 -205.85 - 33 38.1311 1299 0 0 -11.1216 79.9823 -206.25 - 33 53.6187 1300 0 0 -11.1374 80.05 -206.215 - 33 55.1215 1302 0 0 -11.2315 80.45 -205.991 - 33 24.6594 1303 0 0 -11.2553 80.65 -205.886 - 33 614.949 843 0 1 -11.436 82.8521 -204.85 - 33 161.426 844 0 1 -11.25 84.3289 -204.469 - 33 223.444 845 0 1 -11.0499 84.292 -204.618 - 33 29.4263 1246 4 1 69.2501 78.985 -84.7385 - 33 36.1538 708 4 0 105.237 -38.3152 -86.25 - 33 68.3615 707 4 0 105.255 -38.45 -86.2108 - 33 70.6562 706 4 0 105.262 -38.65 -86.1364 - 33 59.1846 705 4 0 105.277 -38.85 -86.0528 - 33 60.1201 704 4 0 105.315 -39.05 -85.9838 - 33 47.4671 703 4 0 105.356 -39.2501 -85.9367 - 33 58.6219 702 4 0 105.397 -39.45 -85.8998 - 33 40.632 701 4 0 105.442 -39.65 -85.8626 - 33 183.21 1444 4 1 109.018 -52.7921 -84.85 - 33 119.418 1445 4 1 109.15 -53.46 -84.8337 - 33 19.2404 532 4 0 109.806 -73.5536 -85.85 - 33 324.226 1457 4 1 111.709 -90.9705 -84.85 - 33 88.8058 1456 4 1 111.55 -91.885 -84.7133 - 33 95.7686 1455 4 1 111.35 -92.0983 -84.7423 - 33 36.166 1454 4 1 111.15 -92.392 -84.8095 - 33 32.1034 422 4 0 110.191 -95.6087 -85.85 - 33 72.9627 421 4 0 110.164 -95.75 -85.9058 - 33 51.3573 420 4 0 110.129 -95.9503 -86.0138 - 33 47.9707 419 4 0 110.062 -96.15 -86.0936 - 33 66.5564 418 4 0 110.011 -96.35 -86.163 - 33 66.606 417 4 0 109.947 -96.55 -86.1978 - 33 72.0238 416 4 0 109.845 -96.75 -86.201 - 33 67.3133 415 4 0 109.721 -96.95 -86.1768 - 33 64.8834 414 4 0 109.574 -97.1503 -86.1489 - 33 60.5248 413 4 0 109.537 -97.35 -86.0705 - 33 70.6632 412 4 0 109.53 -97.55 -85.9887 - 33 16.3234 411 4 0 109.503 -97.75 -85.8917 - 33 170.448 1446 4 1 109.491 -98.7656 -84.8488 - 33 194.627 1447 4 1 109.55 -99.0988 -84.5435 - 33 7.40261 1448 4 1 109.75 -99.5433 -84.4687 - 33 137.173 1401 4 0 70.7618 100.545 -86.2498 - 33 146.838 1247 3 1 69.4645 78.8811 -114.45 - 33 139.77 1294 3 0 69.5509 78.8729 -115.85 - 33 118.562 1256 2 1 71.3635 78.7125 -144.45 - 33 123.697 1267 1 1 73.4868 78.8443 -174.45 - 33 184.874 1275 0 1 75.1999 78.0676 -204.45 - 33 122.332 1290 0 0 75.3165 78.0743 -205.85 - 33 19.4353 1301 2 0 77.906 80.45 -145.912 - 33 128.364 1290 2 1 78.1502 80.1313 -144.85 - 33 194.893 1291 2 1 78.25 80.0617 -144.733 - 33 85.6811 1289 2 1 78.05 79.5833 -144.561 - 33 99.7792 1288 2 1 77.85 79.4327 -144.539 -Number of digits in this event = 56 -Using G4ParticleGun ... -1.47325 LIN -e- -Event: 34 -Number of tracker hits in this event = 39 - 34 101.134 1418 10 1 103.913 -9.73106 95.55 - 34 134.795 851 10 0 103.912 -9.73432 94.15 - 34 109.464 1418 9 1 103.888 -9.80036 65.55 - 34 172.726 851 9 0 103.887 -9.80686 64.15 - 34 153.205 1418 8 1 103.88 -9.95797 35.55 - 34 179.254 850 8 0 103.881 -9.97512 34.15 - 34 107.675 1418 7 1 103.946 -10.3741 5.55 - 34 17.6708 1419 7 1 103.95 -10.3805 5.20055 - 34 107.621 848 7 0 103.963 -10.3999 4.15 - 34 132.682 1420 6 1 104.304 -10.9223 -24.45 - 34 134.171 845 6 0 104.297 -10.9474 -25.85 - 34 106.598 1420 5 1 104.164 -11.5243 -54.45 - 34 107.651 842 5 0 104.167 -11.5707 -55.85 - 34 130.665 1420 4 1 104.163 -12.5424 -84.45 - 34 104.176 837 4 0 104.177 -12.6014 -85.85 - 34 165.643 1421 3 1 104.422 -13.6631 -114.45 - 34 118.042 831 3 0 104.427 -13.7092 -115.85 - 34 108.323 1421 2 1 104.523 -14.6563 -144.45 - 34 367.405 826 2 0 104.53 -14.7099 -145.85 - 34 76.3273 1423 1 1 104.75 -15.8576 -174.45 - 34 91.8269 1424 1 1 104.95 -15.9045 -174.597 - 34 49.3559 1425 1 1 105.151 -15.9468 -174.734 - 34 183.363 820 1 0 106.536 -15.9836 -175.85 - 34 121.63 1594 0 1 139.046 -16.8714 -204.45 - 34 104.146 814 0 0 139.379 -17.1026 -205.85 - 34 324.765 1419 2 1 104.046 -14.9007 -144.45 - 34 204.364 1406 1 1 101.501 -11.3996 -174.45 - 34 133.501 844 1 0 101.274 -11.2353 -175.85 - 34 114.944 1385 0 1 97.2755 -6.6571 -204.45 - 34 129.428 868 0 0 97.2251 -6.39959 -205.85 - 34 103.131 825 2 0 104.048 -14.85 -145.966 - 34 2.94401 833 2 0 104.223 -13.2599 -145.85 - 34 262.837 834 2 0 104.225 -13.2495 -145.861 - 34 91.1228 835 2 0 104.22 -13.0499 -146.198 - 34 29.1138 1124 2 0 98.7357 44.9592 -146.25 - 34 47.3633 1125 2 0 98.7209 45.05 -146.202 - 34 51.8986 1126 2 0 98.7253 45.25 -146.136 - 34 59.0288 1127 2 0 98.7516 45.45 -146.133 - 34 44.095 1128 2 0 98.7898 45.6501 -146.169 -Number of digits in this event = 18 -Using G4ParticleGun ... -2.47998 LIN -e- -Event: 35 -Number of tracker hits in this event = 41 - 35 2.811 297 9 0 -62.1912 -120.694 63.7597 - 35 163.993 589 8 1 -62.1919 -120.694 35.55 - 35 115.846 297 8 0 -62.1932 -120.694 34.15 - 35 155.303 589 7 1 -62.2154 -120.685 5.55 - 35 88.9321 297 7 0 -62.2187 -120.684 4.15 - 35 200.294 588 6 1 -62.2848 -120.666 -24.45 - 35 105.154 297 6 0 -62.2885 -120.665 -25.85 - 35 110.205 588 5 1 -62.3446 -120.656 -54.45 - 35 145.368 297 5 0 -62.345 -120.657 -55.85 - 35 115.07 588 4 1 -62.3628 -120.681 -84.45 - 35 107.172 297 4 0 -62.3622 -120.681 -85.85 - 35 126.339 588 3 1 -62.3531 -120.699 -114.45 - 35 128.922 297 3 0 -62.3513 -120.701 -115.85 - 35 167.761 588 2 1 -62.3225 -120.734 -144.45 - 35 158.668 297 2 0 -62.3259 -120.736 -145.85 - 35 248.721 588 1 1 -62.3989 -120.783 -174.45 - 35 150.686 296 1 0 -62.402 -120.786 -175.85 - 35 183.32 587 0 1 -62.4722 -120.844 -204.45 - 35 122.199 296 0 0 -62.4782 -120.847 -205.85 - 35 246.424 967 0 1 13.5811 -174.907 -204.45 - 35 123.824 295 6 0 -63.1481 -120.968 -25.85 - 35 13.7788 296 6 0 -63.2309 -120.95 -26.2121 - 35 81.3348 499 6 0 -36.8426 -80.1695 -26.25 - 35 86.2475 500 6 0 -36.7161 -80.05 -26.0444 - 35 6.18728 721 6 1 -35.6603 -79.6267 -24.85 - 35 93.674 722 6 1 -35.65 -79.6226 -24.8369 - 35 223.863 723 6 1 -35.4499 -79.5377 -24.7693 - 35 235.633 724 6 1 -35.25 -79.6371 -24.5519 - 35 105.367 589 1 1 -62.1232 -120.644 -174.45 - 35 141.329 297 1 0 -62.0784 -120.622 -175.85 - 35 231.901 594 0 1 -61.0771 -119.792 -204.45 - 35 122.899 301 0 0 -61.1008 -119.796 -205.85 - 35 30.5001 360 0 0 -65.0742 -108.003 -206.25 - 35 359.42 361 0 0 -65.0329 -107.95 -206.161 - 35 110.645 299 1 0 -62.2751 -120.292 -175.85 - 35 82.9993 435 1 0 -70.0966 -93.1035 -176.25 - 35 69.1811 436 1 0 -70.1511 -92.95 -176.029 - 35 132.083 548 1 1 -70.2695 -92.4417 -174.85 - 35 61.5247 292 1 0 -62.7725 -121.63 -175.85 - 35 93.8567 291 1 0 -62.7986 -121.751 -175.985 - 35 36.3656 290 1 0 -62.7227 -121.95 -176.203 -Number of digits in this event = 23 -Using G4ParticleGun ... -3.8122 LIN -e- -Event: 36 -Number of tracker hits in this event = 30 - 36 122.163 608 11 1 -58.389 24.3393 125.55 - 36 134.23 1021 11 0 -58.3891 24.3399 124.15 - 36 137.766 608 10 1 -58.3954 24.3425 95.55 - 36 149.863 1021 10 0 -58.3942 24.343 94.15 - 36 137.197 608 9 1 -58.3704 24.3548 65.55 - 36 111.322 1021 9 0 -58.3682 24.3535 64.15 - 36 135.911 608 8 1 -58.3192 24.3122 35.55 - 36 109.319 1021 8 0 -58.319 24.3145 34.15 - 36 104.306 608 7 1 -58.321 24.3523 5.55 - 36 142.461 1021 7 0 -58.3214 24.3531 4.15 - 36 169.161 608 6 1 -58.3348 24.3712 -24.45 - 36 122.047 1021 6 0 -58.3332 24.3699 -25.85 - 36 109.725 608 5 1 -58.2975 24.3374 -54.45 - 36 117.485 1021 5 0 -58.2962 24.3383 -55.85 - 36 109.389 608 4 1 -58.2747 24.3575 -84.45 - 36 150.663 1021 4 0 -58.2754 24.3569 -85.85 - 36 161.526 608 3 1 -58.2827 24.3509 -114.45 - 36 123.765 1021 3 0 -58.2831 24.3483 -115.85 - 36 128.034 608 2 1 -58.2929 24.2995 -144.45 - 36 113.444 1021 2 0 -58.2912 24.3021 -145.85 - 36 129.585 608 1 1 -58.2564 24.3533 -174.45 - 36 119.273 1021 1 0 -58.2567 24.3562 -175.85 - 36 114.073 608 0 1 -58.2653 24.4128 -204.45 - 36 110.36 1021 0 0 -58.2641 24.4172 -205.85 - 36 41.6421 1606 4 0 141.731 141.35 -86.0613 - 36 115.732 907 1 0 -28.0696 1.65 -176.101 - 36 140.693 906 1 0 -27.9849 1.4498 -176.076 - 36 249.59 1251 14 0 -16.9475 70.3436 213.75 - 36 127.582 1596 5 0 -106.055 139.35 -56.1562 - 36 154.215 1595 5 0 -106.143 139.35 -56.0717 +Event: 7 +Number of tracker hits in this event = 37 + 7 162.316 891 11 1 -1.72073 33.9459 125.55 + 7 160.509 1069 11 0 -1.72117 33.9464 124.15 + 7 138.858 891 10 1 -1.73309 33.9551 95.55 + 7 101.486 1069 10 0 -1.73335 33.9549 94.15 + 7 153.585 891 9 1 -1.73296 33.9534 65.55 + 7 160.502 1069 9 0 -1.73266 33.9538 64.15 + 7 130.672 891 8 1 -1.72868 33.964 35.55 + 7 105.476 1069 8 0 -1.72837 33.9639 34.15 + 7 195.336 891 7 1 -1.72305 33.9617 5.55 + 7 125.081 1069 7 0 -1.72318 33.9615 4.15 + 7 117.925 891 6 1 -1.71814 33.9603 -24.45 + 7 109.06 1069 6 0 -1.7226 33.9682 -25.85 + 7 145.041 890 5 1 -1.972 34.0265 -54.45 + 7 108.476 1069 5 0 -2.00743 34.0223 -55.85 + 7 125.391 886 4 1 -2.7632 33.9574 -84.45 + 7 119.348 1069 4 0 -2.79638 33.9656 -85.85 + 7 89.7142 882 3 1 -3.48175 34.1144 -114.45 + 7 356.7 1070 3 0 -3.51374 34.131 -115.85 + 7 104.748 878 2 1 -4.25648 34.5466 -144.45 + 7 118.026 1072 2 0 -4.2625 34.5784 -145.85 + 7 110.199 877 1 1 -4.50263 35.3505 -174.45 + 7 220.105 1076 1 0 -4.51122 35.3949 -175.85 + 7 104.461 876 0 1 -4.68339 36.3596 -204.45 + 7 11.779 1081 0 0 -4.66434 36.4465 -205.85 + 7 100.032 1082 0 0 -4.66361 36.45 -205.906 + 7 184.235 865 3 0 6.19529 -6.91425 -116.25 + 7 244.165 889 1 1 -2.14297 35.0725 -174.45 + 7 130.577 868 0 1 -6.33475 39.472 -204.45 + 7 118.127 1097 0 0 -6.49577 39.5493 -205.85 + 7 125.48 1075 1 0 -2.13098 35.0976 -175.85 + 7 104.549 888 0 1 -2.26843 35.5866 -204.45 + 7 220.6 1077 0 0 -2.22756 35.5317 -205.85 + 7 69.0295 1527 4 1 125.55 52.8736 -84.6489 + 7 46.1673 1526 4 1 125.55 52.9106 -84.652 + 7 126.109 892 11 1 -1.65 33.8666 125.482 + 7 162.135 893 11 1 -1.45 33.6562 125.407 + 7 8.18762 894 11 1 -1.24973 33.2329 125.53 Number of digits in this event = 20 Using G4ParticleGun ... -1.99966 LIN +3.12758 LIN e- -Event: 37 -Number of tracker hits in this event = 54 - 37 153.385 1382 10 1 96.6628 -30.7677 95.55 - 37 110.516 746 10 0 96.6601 -30.7658 94.15 - 37 111.3 1382 9 1 96.5999 -30.7113 65.55 - 37 173.328 746 9 0 96.5984 -30.7118 64.15 - 37 113.035 1382 8 1 96.5777 -30.7463 35.55 - 37 112.634 746 8 0 96.5717 -30.746 34.15 - 37 143.67 1381 7 1 96.4578 -30.734 5.55 - 37 144.022 746 7 0 96.4502 -30.7403 4.15 - 37 185.278 1380 6 1 96.3057 -30.8414 -24.45 - 37 137.336 745 6 0 96.296 -30.8536 -25.85 - 37 154.264 1379 5 1 96.0764 -31.0034 -54.45 - 37 234.975 745 5 0 96.0631 -31.008 -55.85 - 37 140.548 1378 4 1 95.7633 -31.1025 -84.45 - 37 412.674 744 4 0 95.7357 -31.1064 -85.85 - 37 100.584 1375 3 1 95.1568 -31.1623 -114.45 - 37 38.2654 1374 3 1 95.15 -31.1623 -114.735 - 37 112.648 744 3 0 95.1238 -31.1627 -115.85 - 37 131.908 1371 2 1 94.4893 -31.1589 -144.45 - 37 111.665 744 2 0 94.461 -31.1586 -145.85 - 37 159.549 1368 1 1 93.8748 -31.1494 -174.45 - 37 104.594 744 1 0 93.8478 -31.1472 -175.85 - 37 218.605 1365 0 1 93.233 -31.0677 -204.45 - 37 105.89 744 0 0 93.2104 -31.0602 -205.85 - 37 16.8836 1540 6 0 164.142 128.15 -26.0641 - 37 24.7033 743 4 0 95.8345 -31.25 -85.9719 - 37 18.8462 1375 5 1 95.1934 -30.8908 -54.85 - 37 95.4481 1379 2 1 96.1336 -30.8901 -144.45 - 37 182.138 1380 2 1 96.15 -30.901 -144.645 - 37 131.272 745 2 0 96.276 -31.0117 -145.85 - 37 47.0928 1408 1 1 101.873 -32.5651 -174.45 - 37 68.1754 1409 1 1 101.95 -32.6122 -174.622 - 37 68.3547 735 1 0 102.607 -32.9804 -175.85 - 37 40.1134 734 1 0 102.732 -33.05 -176.098 - 37 71.5291 1478 0 1 115.823 -40.9124 -204.45 - 37 109.276 1479 0 1 115.95 -41.0156 -204.622 - 37 110.048 691 0 0 116.658 -41.6584 -205.85 - 37 11.2432 690 0 0 116.886 -41.85 -206.215 - 37 89.7748 747 2 0 96.3127 -30.6218 -145.85 - 37 14.0719 1402 1 1 100.736 -29.684 -174.45 - 37 226.865 1403 1 1 100.75 -29.6737 -174.511 - 37 268.931 752 1 0 101.088 -29.5301 -175.85 - 37 23.3952 1462 0 1 112.673 -26.0474 -204.45 - 37 63.5916 1463 0 1 112.751 -26.0421 -204.484 - 37 73.0004 1464 0 1 112.95 -26.0044 -204.575 - 37 62.3661 1465 0 1 113.15 -25.8842 -204.667 - 37 71.4718 1466 0 1 113.35 -25.7853 -204.742 - 37 2.29181 1467 0 1 113.55 -25.6959 -204.845 - 37 368.77 775 0 0 115.47 -24.9961 -205.85 - 37 274.855 776 0 0 116.095 -24.85 -205.991 - 37 293.855 1041 0 0 46.2985 28.285 -206.25 - 37 322.181 1454 0 1 110.95 -23.3058 -204.563 - 37 267.801 1381 0 1 96.3991 -30.4006 -204.45 - 37 271.759 748 0 0 96.4747 -30.3926 -205.85 - 37 21.2792 747 0 0 96.4737 -30.45 -206.161 -Number of digits in this event = 25 +Event: 8 +Number of tracker hits in this event = 81 + 8 116.369 756 11 1 -28.6818 -52.186 125.55 + 8 101.699 639 11 0 -28.6831 -52.1828 124.15 + 8 200.088 756 10 1 -28.7057 -52.1194 95.55 + 8 110.381 639 10 0 -28.7071 -52.115 94.15 + 8 98.7375 756 9 1 -28.7377 -52.0193 65.55 + 8 210.376 640 9 0 -28.7404 -52.0134 64.15 + 8 137.784 756 8 1 -28.8052 -51.8703 35.55 + 8 115.167 640 8 0 -28.8032 -51.8646 34.15 + 8 108.877 756 7 1 -28.8039 -51.7696 5.55 + 8 167.985 641 7 0 -28.8022 -51.7692 4.15 + 8 118.932 756 6 1 -28.8061 -51.7338 -24.45 + 8 115.453 641 6 0 -28.8132 -51.74 -25.85 + 8 157.296 755 5 1 -28.9689 -51.8369 -54.45 + 8 120.907 641 5 0 -28.9838 -51.8361 -55.85 + 8 134.181 753 4 1 -29.3688 -51.8471 -84.45 + 8 152.55 640 4 0 -29.3966 -51.8544 -85.85 + 8 101.528 750 3 1 -29.8759 -51.9709 -114.45 + 8 137.697 640 3 0 -29.9614 -52.0129 -115.85 + 8 29.3974 742 2 1 -31.6434 -52.7806 -144.45 + 8 98.6536 741 2 1 -31.65 -52.7837 -144.561 + 8 119.519 636 2 0 -31.7271 -52.8179 -145.85 + 8 151.837 732 1 1 -33.4674 -53.5603 -174.45 + 8 134.458 632 1 0 -33.5489 -53.5976 -175.85 + 8 108.207 724 0 1 -35.0997 -54.3923 -204.45 + 8 153.302 628 0 0 -35.1996 -54.4202 -205.85 + 8 91.8632 681 1 0 -33.1211 -43.7573 -176.25 + 8 233.835 680 1 0 -33.189 -43.85 -176.011 + 8 165.8 895 4 1 -0.906959 -7.26266 -84.85 + 8 5.71784 896 4 1 -0.85 -7.12463 -84.4652 + 8 13.2259 1034 1 0 -42.597 27.0167 -176.25 + 8 176.181 1035 1 0 -42.6032 27.05 -176.23 + 8 70.3018 1036 1 0 -42.5576 27.25 -175.965 + 8 312.3 691 1 1 -41.8379 27.7334 -174.85 + 8 92.3481 692 1 1 -41.6496 27.7807 -174.703 + 8 122.139 1241 6 1 68.25 0.566161 -24.7748 + 8 1.43817 1505 8 0 -147.748 121.345 33.75 + 8 68.6737 1506 8 0 -147.748 121.35 33.7526 + 8 308.086 1507 8 0 -147.742 121.55 33.8163 + 8 282.967 755 4 1 -28.9262 -51.3528 -84.45 + 8 108.274 643 4 0 -28.889 -51.4495 -85.85 + 8 132.447 642 4 0 -28.8888 -51.45 -85.8568 + 8 49.8819 758 3 1 -28.3129 -53.6451 -114.45 + 8 81.4692 759 3 1 -28.25 -53.6868 -114.614 + 8 40.482 630 3 0 -27.7751 -54.0175 -115.85 + 8 98.4469 629 3 0 -27.7286 -54.05 -115.974 + 8 111.564 815 2 1 -16.9354 -61.605 -144.45 + 8 15.1205 816 2 1 -16.85 -61.7357 -144.78 + 8 71.5979 589 2 0 -16.5554 -62.1632 -145.85 + 8 53.7856 588 2 0 -16.4949 -62.2502 -146.071 + 8 221.429 856 1 1 -8.8492 -72.9457 -174.45 + 8 59.7276 532 1 0 -8.39818 -73.563 -175.85 + 8 108.158 531 1 0 -8.33227 -73.6501 -176.048 + 8 124.181 903 0 1 0.687533 -86.0722 -204.45 + 8 89.0679 466 0 0 1.17245 -86.7241 -205.85 + 8 35.7868 465 0 0 1.26821 -86.85 -206.12 + 8 112.941 756 3 1 -28.8187 -51.3495 -114.45 + 8 154.471 643 3 0 -28.8038 -51.3486 -115.85 + 8 298.05 758 2 1 -28.4405 -51.3233 -144.45 + 8 516.107 643 2 0 -28.3986 -51.3122 -145.85 + 8 125.991 762 1 1 -27.467 -51.0105 -174.45 + 8 209.81 645 1 0 -27.4189 -51.0162 -175.85 + 8 226.773 768 0 1 -26.3997 -51.2241 -204.45 + 8 121.225 643 0 0 -26.305 -51.2525 -205.85 + 8 157.221 248 8 0 -174.526 -130.53 33.75 + 8 92.4244 26 8 1 -174.766 -128.452 35.15 + 8 37.8276 27 8 1 -174.75 -128.395 35.2301 + 8 113.184 642 2 0 -28.4142 -51.5185 -145.85 + 8 149.78 752 1 1 -29.6393 -61.8161 -174.45 + 8 77.7755 596 1 0 -29.3047 -60.7809 -175.85 + 8 79.4679 597 1 0 -29.2753 -60.6499 -176.018 + 8 4.44418 598 1 0 -29.2448 -60.45 -176.234 + 8 17.4455 787 0 1 -22.5205 -35.3834 -204.45 + 8 67.4632 788 0 1 -22.45 -35.3896 -204.48 + 8 63.6577 789 0 1 -22.25 -35.4126 -204.568 + 8 135.821 790 0 1 -22.0498 -35.493 -204.688 + 8 9.66384 720 0 0 -20.5295 -36.039 -205.85 + 8 190.196 719 0 0 -20.4997 -36.05 -205.873 + 8 124.164 763 1 1 -27.3113 -50.428 -174.45 + 8 134.577 648 1 0 -27.2486 -50.3374 -175.85 + 8 115.546 665 0 0 -26.1319 -46.9781 -205.851 + 8 101.067 644 2 0 -28.4556 -51.2499 -145.917 +Number of digits in this event = 37 Using G4ParticleGun ... -1.88914 LIN +4.8898 LIN e- -Event: 38 -Number of tracker hits in this event = 98 - 38 125.515 1046 11 1 29.3817 8.75152 125.55 - 38 126.147 943 11 0 29.3832 8.75708 124.15 - 38 137.251 1046 10 1 29.4152 8.87884 95.55 - 38 113.532 944 10 0 29.417 8.88777 94.15 - 38 434.905 1047 9 1 29.4715 9.10472 65.55 - 38 296.593 945 9 0 29.4731 9.11648 64.15 - 38 125.753 1047 8 1 29.4877 9.36982 35.55 - 38 177.631 946 8 0 29.488 9.38748 34.15 - 38 105.209 1047 7 1 29.5146 9.74929 5.55 - 38 137.226 948 7 0 29.5202 9.76475 4.15 - 38 522.593 1047 6 1 29.6362 10.0891 -24.45 - 38 113.641 950 6 0 29.6431 10.1047 -25.85 - 38 195.402 1048 5 1 29.789 10.4121 -54.45 - 38 184.972 951 5 0 29.7806 10.4336 -55.85 - 38 120.086 1047 4 1 29.6271 10.8693 -84.45 - 38 131.359 954 4 0 29.6233 10.8876 -85.85 - 38 128.327 1047 3 1 29.5303 11.2585 -114.45 - 38 129.519 956 3 0 29.522 11.2747 -115.85 - 38 269.677 1046 2 1 29.3467 11.6084 -144.45 - 38 111.359 957 2 0 29.3389 11.6207 -145.85 - 38 207.47 1045 1 1 29.194 11.901 -174.45 - 38 109.569 959 1 0 29.1932 11.914 -175.85 - 38 411.805 1045 0 1 29.1928 12.1762 -204.45 - 38 118.331 960 0 0 29.1977 12.1962 -205.85 - 38 325.375 1046 6 1 29.45 10.175 -24.7584 - 38 22.0537 1048 6 1 29.65 10.1107 -24.62 - 38 100.623 1044 1 1 28.9046 12.3172 -174.45 - 38 40.9713 966 1 0 29.7339 13.3691 -175.85 - 38 106.492 967 1 0 29.8086 13.45 -175.971 - 38 87.7277 1044 1 0 43.5243 28.954 -176.25 - 38 94.0701 1043 1 0 43.4621 28.85 -176.039 - 38 209.619 1115 1 1 43.1889 28.1856 -174.85 - 38 362.089 1116 1 1 43.25 28.0641 -174.569 - 38 74.3828 1045 1 0 43.9711 29.0985 -175.85 - 38 134.601 1046 9 1 29.425 9.0932 65.55 - 38 112.054 946 9 0 29.3791 9.31835 64.15 - 38 290.638 1044 8 1 28.9722 13.9837 35.55 - 38 107.309 964 8 0 28.9296 13.0224 34.15 - 38 13.2858 963 8 0 28.976 12.85 33.8098 - 38 44.6783 641 8 0 -27.8965 -51.7496 33.75 - 38 142.92 640 8 0 -27.9543 -51.85 33.8622 - 38 48.6714 639 8 0 -27.6774 -52.05 34.0525 - 38 130.111 763 8 1 -27.3677 -52.8697 35.1504 - 38 136.944 635 8 0 -26.519 -52.941 34.15 - 38 59.2961 1048 9 1 29.65 9.01593 65.3806 - 38 54.6633 1049 9 1 29.85 8.98284 65.2559 - 38 46.0225 1193 8 1 58.7519 12.5558 35.55 - 38 63.4001 1192 8 1 58.65 12.5352 35.4536 - 38 65.2154 1191 8 1 58.4498 12.5452 35.3104 - 38 63.538 1190 8 1 58.2494 12.5579 35.2196 - 38 9.95398 1189 8 1 58.05 12.5631 35.1613 - 38 134.827 958 8 0 54.6684 11.7897 34.15 - 38 178.869 957 8 0 54.1546 11.6498 33.9824 - 38 166.642 956 8 0 53.8883 11.45 33.9161 - 38 94.3397 955 8 0 53.7343 11.25 33.8787 - 38 204.769 1047 5 1 29.5206 9.14473 -54.45 - 38 231.471 945 5 0 29.5088 9.15541 -55.85 - 38 249.847 1054 4 1 31.0097 8.70792 -84.45 - 38 88.3264 942 4 0 31.1077 8.60015 -85.85 - 38 118.671 1063 3 1 32.6966 6.5393 -114.45 - 38 114.22 932 3 0 32.6928 6.63431 -115.85 - 38 50.0456 933 3 0 32.6949 6.65001 -116.075 - 38 133.676 1066 2 1 33.2645 9.70103 -144.45 - 38 64.7418 1065 2 1 33.25 9.73004 -144.655 - 38 109.534 949 2 0 33.1636 9.89829 -145.85 - 38 109.415 1054 1 1 31.039 14.0213 -174.45 - 38 221.335 970 1 0 30.9718 14.1269 -175.85 - 38 204.885 1048 0 1 29.7219 16.1551 -204.45 - 38 106.663 979 0 0 29.7748 15.929 -205.851 - 38 88.6293 1047 0 1 29.65 16.1652 -204.701 - 38 23.5447 980 0 0 29.0907 16.2392 -205.85 - 38 132.282 981 0 0 29.0728 16.2502 -205.916 - 38 164.599 790 3 0 -26.1412 -21.9969 -116.25 - 38 57.6694 789 3 0 -26.4786 -22.05 -116.187 - 38 238.168 862 3 0 -147.948 -7.54971 -116.25 - 38 146.58 865 3 0 -133.569 -6.98081 -116.25 - 38 104.163 1046 4 1 29.3917 8.93426 -84.4501 - 38 11.7009 944 4 0 29.3864 8.85313 -85.85 - 38 104.149 943 4 0 29.3862 8.84997 -85.9016 - 38 143.858 1046 3 1 29.2859 7.07304 -114.45 - 38 105.754 934 3 0 29.2586 7.02401 -115.85 - 38 105.082 1042 2 1 28.6241 5.86476 -144.45 - 38 156.947 928 2 0 28.6646 5.81997 -145.85 - 38 108.949 1050 1 1 30.1452 5.08625 -174.45 - 38 130.433 925 1 0 30.2657 5.07719 -175.85 - 38 129.797 1065 0 1 33.17 5.33495 -204.45 - 38 132.278 926 0 0 33.2698 5.29821 -205.85 - 38 274.703 924 1 0 30.2664 5.05 -176.203 - 38 17.8961 1051 1 1 30.34 4.96915 -174.85 - 38 45.6541 922 1 0 30.2095 4.61573 -175.85 - 38 1.03909 760 2 0 51.1516 -28.0466 -146.25 - 38 104.564 759 2 0 51.1537 -28.05 -146.247 - 38 51.6216 758 2 0 51.2647 -28.25 -145.988 - 38 163.93 1155 2 1 51.1079 -29.0022 -144.85 - 38 56.7656 1154 2 1 51.0492 -29.0585 -144.469 - 38 342.679 1153 2 1 50.85 -29.0829 -144.509 - 38 161.57 909 12 0 31.7331 1.92387 153.75 - 38 111.255 910 12 0 31.8184 2.05002 153.901 -Number of digits in this event = 51 +Event: 9 +Number of tracker hits in this event = 59 + 9 140.503 1094 11 0 -73.5462 38.9877 124.15 + 9 159.754 532 10 1 -73.5493 38.9926 95.55 + 9 133.799 1094 10 0 -73.5485 38.9923 94.15 + 9 138.378 532 9 1 -73.5363 38.9885 65.55 + 9 98.9185 1094 9 0 -73.5377 38.9884 64.15 + 9 111.634 532 8 1 -73.5696 38.9834 35.55 + 9 648.233 1094 8 0 -73.5715 38.9832 34.15 + 9 114.046 532 7 1 -73.6072 38.9777 5.55 + 9 119.295 1094 7 0 -73.6096 38.9763 4.15 + 9 108.272 531 6 1 -73.6611 38.9433 -24.45 + 9 114.743 1094 6 0 -73.6637 38.9419 -25.85 + 9 106.972 531 5 1 -73.7202 38.9175 -54.45 + 9 137.512 1094 5 0 -73.7207 38.9168 -55.85 + 9 543.246 531 4 1 -73.7316 38.8943 -84.45 + 9 436.103 1094 4 0 -73.7337 38.8935 -85.85 + 9 502.864 531 3 1 -73.7811 38.8925 -114.45 + 9 368.647 1094 3 0 -73.7851 38.8895 -115.85 + 9 103.466 530 2 1 -73.8712 38.8347 -144.45 + 9 212.57 1093 2 0 -73.8767 38.8292 -145.85 + 9 369.863 530 1 1 -73.981 38.714 -174.45 + 9 227.202 1093 1 0 -73.981 38.7085 -175.85 + 9 211.205 530 0 1 -73.99 38.6048 -204.45 + 9 104.195 1092 0 0 -74.0029 38.597 -205.85 + 9 506.76 531 2 1 -73.8245 38.8395 -144.45 + 9 134.693 1092 1 0 -74.0017 38.5969 -175.85 + 9 117.307 1090 0 0 -73.8794 38.1834 -205.85 + 9 94.6383 1093 4 0 -73.7455 38.85 -86.2339 + 9 50.8644 973 4 0 -52.8178 14.7199 -86.25 + 9 94.7939 972 4 0 -52.8295 14.65 -86.2423 + 9 128.538 1094 2 0 -73.6564 39.0454 -145.85 + 9 180.469 532 1 1 -73.6091 39.1295 -174.45 + 9 229.296 1095 1 0 -73.6024 39.1444 -175.85 + 9 52.1594 532 0 1 -73.4504 39.4832 -204.45 + 9 62.9243 533 0 1 -73.45 39.4852 -204.635 + 9 189.136 1097 0 0 -73.4475 39.4988 -205.85 + 9 34.6874 532 4 1 -73.65 38.725 -84.8199 + 9 339.917 1089 4 0 -73.3439 38.0155 -85.85 + 9 15.5954 1088 4 0 -73.2363 37.85 -85.9097 + 9 237.471 1095 2 0 -73.8187 39.0668 -145.85 + 9 113.163 529 0 1 -74.2249 39.3405 -204.45 + 9 115.391 1096 0 0 -74.251 39.3945 -205.85 + 9 158.079 903 2 1 0.65 22.1197 -144.591 + 9 20.8996 902 2 1 0.644414 22.0855 -144.45 + 9 172.931 531 1 1 -73.7384 39.1349 -174.45 + 9 125.688 1096 1 0 -73.6142 39.2708 -175.85 + 9 129.096 546 0 1 -70.7571 42.2624 -204.45 + 9 163.428 1111 0 0 -70.4213 42.357 -205.85 + 9 0.970567 876 0 0 -34.16 -4.65 -206.014 + 9 175.615 1095 8 0 -73.6152 39.05 33.9561 + 9 123.665 532 6 1 -73.632 38.9607 -24.4502 + 9 101.556 1092 6 0 -73.4865 38.6484 -25.85 + 9 143.292 546 5 1 -70.6891 33.2587 -54.45 + 9 64.3551 1058 5 0 -71.0803 31.8022 -55.8501 + 9 108.949 1057 5 0 -71.093 31.6492 -55.9917 + 9 12.5575 999 5 0 -76.6615 20.0383 -56.25 + 9 100.327 1000 5 0 -76.6621 20.05 -56.2035 + 9 588.13 518 5 1 -76.3174 20.5129 -54.85 + 9 377.439 519 5 1 -76.25 20.6367 -54.5617 + 9 247.143 517 5 1 -76.45 20.8125 -54.4876 +Number of digits in this event = 34 Using G4ParticleGun ... -3.82079 LIN +3.15293 LIN e- -Event: 39 -Number of tracker hits in this event = 120 - 39 113.639 759 10 1 -28.151 -112.151 95.5498 - 39 224.087 339 10 0 -28.1507 -112.151 94.15 - 39 100.704 759 9 1 -28.1503 -112.152 65.55 - 39 322.936 339 9 0 -28.1488 -112.153 64.15 - 39 142.306 759 8 1 -28.1139 -112.155 35.55 - 39 277.917 339 8 0 -28.1103 -112.155 34.15 - 39 402.072 760 7 1 -28.0344 -112.156 5.55 - 39 143.331 339 7 0 -28.0276 -112.157 4.15 - 39 103.667 760 6 1 -27.8789 -112.179 -24.45 - 39 132.576 339 6 0 -27.8749 -112.181 -25.85 - 39 143.986 761 5 1 -27.7826 -112.218 -54.45 - 39 323.827 339 5 0 -27.7759 -112.221 -55.85 - 39 306.8 762 4 1 -27.6412 -112.287 -84.45 - 39 391.692 339 4 0 -27.635 -112.291 -85.85 - 39 499.241 762 3 1 -27.5011 -112.395 -114.45 - 39 454.36 338 3 0 -27.4935 -112.4 -115.85 - 39 334.619 763 2 1 -27.3375 -112.51 -144.45 - 39 738.27 338 2 0 -27.3218 -112.513 -145.85 - 39 246.017 765 1 1 -26.9908 -112.538 -174.45 - 39 179.706 338 1 0 -26.9741 -112.544 -175.85 - 39 258.848 767 0 1 -26.6296 -112.637 -204.45 - 39 288.839 337 0 0 -26.6131 -112.643 -205.85 - 39 72.0516 599 1 1 -60.05 -145.612 -174.623 - 39 120.224 756 1 1 -28.7739 -109.09 -174.45 - 39 45.9352 356 1 0 -28.7446 -108.791 -175.85 - 39 62.0282 357 1 0 -28.7319 -108.75 -176.032 - 39 9.12524 770 0 1 -26.0378 -102.324 -204.45 - 39 141.341 769 0 1 -26.05 -102.308 -204.479 - 39 10.603 392 0 0 -26.6162 -101.566 -205.85 - 39 117.229 393 0 0 -26.6286 -101.55 -205.88 - 39 106.987 763 1 1 -27.3076 -112.645 -174.45 - 39 110.446 337 1 0 -27.2984 -112.661 -175.85 - 39 101.281 764 0 1 -27.1052 -112.982 -204.45 - 39 117.617 335 0 0 -27.1596 -113.012 -205.85 - 39 122.071 748 2 1 -30.3821 -112.559 -144.45 - 39 131.136 730 1 1 -33.9291 -110.899 -174.45 - 39 129.054 346 1 0 -33.9589 -110.861 -175.85 - 39 127.263 726 0 1 -34.8171 -109.822 -204.45 - 39 155.416 350 0 0 -34.8911 -110.021 -205.85 - 39 56.377 1068 8 1 33.6883 20.2463 35.15 - 39 157.372 764 2 1 -27.2112 -112.37 -144.45 - 39 107.366 766 1 1 -26.8011 -112.068 -174.45 - 39 139.1 340 1 0 -26.7877 -112.079 -175.85 - 39 176.253 339 0 0 -26.5297 -112.337 -205.85 - 39 42.8396 383 0 0 -57.3963 -103.482 -206.25 - 39 39.696 382 0 0 -57.3181 -103.55 -206.198 - 39 288.965 760 4 1 -27.9267 -112.25 -84.45 - 39 125.596 753 3 1 -29.3003 -113.651 -114.45 - 39 112.407 331 3 0 -29.2686 -113.776 -115.85 - 39 140.434 753 2 1 -29.4427 -116.063 -144.45 - 39 148.938 319 2 0 -29.4297 -116.239 -145.85 - 39 129.793 759 1 1 -28.1604 -119.851 -174.45 - 39 130.081 299 1 0 -28.3699 -120.205 -175.85 - 39 195.158 737 0 1 -32.6242 -127.259 -204.45 - 39 230.135 262 0 0 -32.6728 -127.582 -205.85 - 39 310.223 752 2 1 -29.4503 -116.091 -144.621 - 39 99.8838 336 4 0 -28.1285 -112.792 -85.85 - 39 117.902 337 4 0 -28.1499 -112.75 -86.1368 - 39 94.2401 636 4 0 -165.754 -52.7006 -86.25 - 39 147.443 759 3 1 -28.1037 -112.378 -114.45 - 39 388.206 755 2 1 -28.9569 -112.58 -144.45 - 39 206.113 337 2 0 -29.0349 -112.601 -145.85 - 39 160.276 749 1 1 -30.1833 -112.23 -174.45 - 39 114.69 339 1 0 -30.2863 -112.276 -175.85 - 39 84.5154 736 0 1 -32.65 -112.727 -204.578 - 39 101.292 340 4 0 -28.3169 -112.063 -85.85 - 39 31.6947 341 4 0 -28.3677 -111.95 -86.1608 - 39 12.2135 23 0 0 56.3607 -175.35 -206.095 - 39 205.029 22 0 0 56.6301 -175.55 -206.023 - 39 167.809 403 1 0 -81.7375 -99.4567 -176.25 - 39 108.35 761 8 1 -27.8457 -112.975 35.55 - 39 118.79 335 8 0 -27.7815 -113.091 34.1498 - 39 133.631 766 7 1 -26.6724 -115.334 5.55 - 39 140.66 323 7 0 -26.6023 -115.443 4.14983 - 39 142.37 772 6 1 -25.4568 -117.102 -24.45 - 39 125.615 314 6 0 -25.572 -117.227 -25.85 - 39 133.375 765 5 1 -26.9119 -118.064 -54.4505 - 39 149.831 310 5 0 -26.7651 -118.111 -55.85 - 39 129.268 784 4 1 -23.1481 -119.001 -84.4503 - 39 32.8604 307 4 0 -22.8477 -118.591 -85.8501 - 39 99.4249 308 4 0 -22.8168 -118.55 -85.9766 - 39 24.7907 810 3 1 -17.8983 -110.538 -114.45 - 39 79.8886 811 3 1 -17.85 -110.494 -114.531 - 39 112.348 351 3 0 -17.1775 -109.892 -115.85 - 39 30.5846 352 3 0 -17.0321 -109.75 -116.153 - 39 160.345 864 2 1 -7.08467 -96.3147 -144.45 - 39 78.3106 424 2 0 -7.22237 -95.3314 -145.85 - 39 45.6891 425 2 0 -7.24568 -95.1499 -146.106 - 39 97.0445 848 1 1 -10.3968 -74.6094 -174.45 - 39 104.49 847 1 1 -10.45 -74.3445 -174.561 - 39 135.144 846 1 1 -10.65 -74.0743 -174.609 - 39 66.1513 845 1 1 -10.85 -73.8806 -174.622 - 39 76.0432 844 1 1 -11.05 -73.7313 -174.649 - 39 68.7333 843 1 1 -11.25 -73.5755 -174.684 - 39 54.6327 842 1 1 -11.45 -73.3561 -174.755 - 39 224.162 542 1 0 -12.5354 -71.6206 -175.85 - 39 220.096 543 1 0 -12.647 -71.45 -175.939 - 39 72.9284 544 1 0 -12.7553 -71.25 -176.021 - 39 85.5586 545 1 0 -12.8385 -71.05 -176.104 - 39 12.7423 546 1 0 -12.9028 -70.85 -176.216 - 39 153.607 749 0 1 -30.1609 -26.6699 -204.45 - 39 112.172 768 0 0 -30.5216 -26.3175 -205.85 - 39 4.48577 769 0 0 -30.601 -26.25 -206.228 - 39 9.14781 409 2 0 6.47303 -98.35 -146.089 - 39 86.8186 760 8 1 -28.0493 -112.195 35.55 - 39 122.266 340 7 0 -27.8613 -112.093 4.15 - 39 148.521 761 6 1 -27.6539 -111.662 -24.45 - 39 151.269 342 6 0 -27.646 -111.631 -25.85 - 39 116.43 763 5 1 -27.4004 -111.064 -54.45 - 39 144.031 345 5 0 -27.4076 -111.038 -55.85 - 39 198.237 348 4 0 -27.5338 -110.478 -85.85 - 39 108.911 347 3 0 -27.6016 -110.724 -115.85 - 39 97.3621 341 2 0 -28.9513 -111.809 -145.851 - 39 184.915 743 1 1 -31.3627 -114.041 -174.451 - 39 117.187 330 1 0 -31.4247 -114.088 -175.85 - 39 117.605 734 0 1 -33.1088 -115.086 -204.45 - 39 124.295 325 0 0 -33.1611 -115.123 -205.85 - 39 16.7116 343 7 0 -28.0033 -111.35 4.15 - 39 180.12 344 7 0 -28.0033 -111.35 4.1497 - 39 8.66826 340 10 0 -28.1495 -112.15 93.7957 -Number of digits in this event = 66 +Event: 10 +Number of tracker hits in this event = 79 + 10 117.038 1219 10 1 63.9796 -87.2051 95.55 + 10 126.437 464 10 0 63.9809 -87.2042 94.15 + 10 142.82 1219 9 1 64.0073 -87.1797 65.55 + 10 115.041 464 9 0 64.0099 -87.18 64.15 + 10 691.105 1220 8 1 64.0766 -87.1891 35.55 + 10 557.443 464 8 0 64.0769 -87.191 34.15 + 10 103.461 1220 7 1 64.0817 -87.2292 5.55 + 10 274.844 464 7 0 64.0827 -87.2312 4.15 + 10 109.638 1220 6 1 64.107 -87.2619 -24.45 + 10 221.319 463 6 0 64.1076 -87.2632 -25.85 + 10 106.769 1220 5 1 64.1481 -87.3474 -54.45 + 10 105.04 463 5 0 64.1535 -87.3522 -55.85 + 10 252.28 1221 4 1 64.2627 -87.4691 -84.45 + 10 342.122 462 4 0 64.2655 -87.4741 -85.85 + 10 266.447 1221 3 1 64.3264 -87.5965 -114.45 + 10 136.429 462 3 0 64.3251 -87.5901 -115.85 + 10 177.229 1221 2 1 64.2773 -87.4676 -144.45 + 10 108.67 462 2 0 64.2691 -87.4587 -145.85 + 10 135.963 1220 1 1 64.1008 -87.1992 -174.45 + 10 111.976 464 1 0 64.1018 -87.1352 -175.85 + 10 139.931 1220 0 1 64.1786 -85.5485 -204.45 + 10 241.435 472 0 0 64.2163 -85.5111 -205.85 + 10 48.9198 768 0 0 45.3839 -26.45 -206.111 + 10 50.8939 769 0 0 45.3103 -26.25 -206.026 + 10 240.955 1126 0 1 45.2965 -25.5537 -204.849 + 10 353.591 1222 3 1 64.45 -87.5452 -114.652 + 10 150.741 1223 3 1 64.65 -87.5531 -114.529 + 10 72.1314 1220 3 1 64.2499 -87.5722 -114.659 + 10 207.142 461 3 0 63.7158 -87.65 -115.928 + 10 109.372 1221 8 1 64.25 -87.2715 35.5102 + 10 168.642 1225 7 1 65.1542 -87.1307 5.55 + 10 74.9295 1231 6 1 66.4293 -86.8457 -24.45 + 10 37.6597 1232 6 1 66.45 -86.8428 -24.6905 + 10 122.576 466 6 0 66.5466 -86.8292 -25.85 + 10 136.331 1243 5 1 68.6901 -86.3262 -54.45 + 10 147.026 468 5 0 68.8196 -86.3635 -55.85 + 10 285.058 1257 4 1 71.5623 -87.1354 -84.45 + 10 94.6179 464 4 0 71.6696 -87.168 -85.85 + 10 145.532 1269 3 1 73.8741 -87.7386 -114.45 + 10 305.981 1282 2 1 76.6192 -87.1183 -144.45 + 10 44.1531 1283 2 1 76.65 -87.1076 -144.718 + 10 134.374 464 2 0 76.7842 -87.067 -145.85 + 10 78.8505 1300 1 1 80.2194 -86.0793 -174.45 + 10 130.812 1301 1 1 80.25 -86.074 -174.695 + 10 32.7249 469 1 0 80.3917 -86.0522 -175.85 + 10 92.6104 470 1 0 80.406 -86.05 -175.967 + 10 113.343 1319 0 1 83.9811 -85.5891 -204.45 + 10 121.988 990 5 0 96.476 18.2151 -56.25 + 10 167.448 1360 2 1 92.2528 -94.3119 -144.85 + 10 104.809 1217 7 1 63.5738 -87.5329 5.55 + 10 113.817 462 7 0 63.5671 -87.537 4.15 + 10 100.727 1216 6 1 63.4434 -87.4126 -24.45 + 10 117.914 1219 5 1 63.9125 -87.6203 -54.45 + 10 163.059 462 5 0 63.9252 -87.6256 -55.85 + 10 111.401 1220 4 1 64.1687 -87.6343 -84.45 + 10 93.885 464 3 0 64.6821 -87.2474 -115.85 + 10 450.314 1227 2 1 65.5285 -86.4598 -144.45 + 10 211.391 468 2 0 65.5161 -86.4145 -145.85 + 10 172.306 1226 1 1 65.3273 -85.7169 -174.45 + 10 175.525 471 1 0 65.3735 -85.6576 -175.85 + 10 68.6666 472 1 0 65.3795 -85.65 -176.031 + 10 102.272 1231 0 1 66.3118 -84.7619 -204.45 + 10 134.956 477 0 0 66.2961 -84.6075 -205.85 + 10 203.224 1225 1 1 65.25 -85.6704 -174.758 + 10 102.746 467 2 0 65.6165 -86.4617 -145.85 + 10 148.939 1234 1 1 66.9798 -86.9463 -174.45 + 10 112.783 466 1 0 67.1153 -86.758 -175.85 + 10 265.05 1251 0 1 70.2869 -84.1904 -204.45 + 10 107.706 480 0 0 70.2235 -84.0254 -205.85 + 10 125.873 1238 1 1 67.6841 -86.0724 -174.45 + 10 101.571 1242 0 1 68.5866 -80.4227 -204.45 + 10 187.307 496 0 0 68.6365 -80.7327 -205.85 + 10 63.8553 1220 9 1 64.05 -87.2166 65.4996 + 10 85.2993 1221 9 1 64.2505 -87.1819 65.3431 + 10 31.8234 462 9 0 65.1014 -87.6031 64.15 + 10 71.6173 461 9 0 65.1581 -87.65 64.0783 + 10 59.3009 460 9 0 65.2804 -87.85 63.9612 + 10 72.1881 459 9 0 65.3762 -88.05 63.8914 + 10 3.74681 458 9 0 65.5352 -88.2501 63.7597 +Number of digits in this event = 41 Using G4ParticleGun ... -1.4045 LIN +7.76 LIN e- -Event: 40 -Number of tracker hits in this event = 23 - 40 108.951 960 10 1 12.1971 -114.355 95.55 - 40 102.023 329 10 0 12.1964 -114.347 94.15 - 40 118.559 960 9 1 12.1568 -114.179 65.55 - 40 112.375 329 9 0 12.1551 -114.169 64.15 - 40 111.755 960 8 1 12.1633 -113.95 35.55 - 40 107.093 331 8 0 12.1635 -113.948 34.15 - 40 136.249 960 7 1 12.1749 -113.925 5.55 - 40 94.4636 331 7 0 12.1719 -113.925 4.15 - 40 112.637 960 6 1 12.1198 -113.897 -24.45 - 40 154.403 331 6 0 12.1192 -113.903 -25.85 - 40 110.809 960 5 1 12.124 -113.999 -54.45 - 40 131.483 330 5 0 12.1178 -114.003 -55.85 - 40 163.796 959 4 1 11.9666 -114.077 -84.45 - 40 118.494 330 4 0 11.9589 -114.086 -85.85 - 40 100.796 958 3 1 11.789 -114.277 -114.45 - 40 137.041 329 3 0 11.776 -114.289 -115.85 - 40 274.539 957 2 1 11.603 -114.514 -144.45 - 40 149.351 328 2 0 11.5894 -114.533 -145.85 - 40 173.544 956 1 1 11.3419 -114.913 -174.45 - 40 106.779 326 1 0 11.3195 -114.929 -175.85 - 40 127.277 954 0 1 10.8906 -115.275 -204.45 - 40 111.876 324 0 0 10.8705 -115.29 -205.85 - 40 32.5551 958 2 1 11.6501 -114.456 -144.826 -Number of digits in this event = 12 -Using G4ParticleGun ... -4.56422 LIN -e- -Event: 41 -Number of tracker hits in this event = 42 - 41 121.227 472 10 1 -85.4964 48.7991 95.55 - 41 125.25 1143 10 0 -85.4971 48.7966 94.15 - 41 152.246 472 9 1 -85.5083 48.7516 65.55 - 41 94.2856 1143 9 0 -85.5081 48.7481 64.15 - 41 166.302 472 8 1 -85.5137 48.6768 35.55 - 41 172.757 1143 8 0 -85.5137 48.6743 34.15 - 41 143.162 472 7 1 -85.5205 48.6253 5.55 - 41 113.431 1142 7 0 -85.5211 48.6237 4.15 - 41 160.744 472 6 1 -85.5447 48.5851 -24.45 - 41 149.489 1142 6 0 -85.5455 48.5815 -25.85 - 41 111.254 472 5 1 -85.5593 48.5132 -54.45 - 41 234.178 1142 5 0 -85.5664 48.5063 -55.85 - 41 151.935 471 4 1 -85.7116 48.364 -84.45 - 41 176.327 1141 4 0 -85.7155 48.3573 -85.85 - 41 152.208 471 3 1 -85.775 48.2081 -114.45 - 41 143.823 1140 3 0 -85.7726 48.2008 -115.85 - 41 142.651 471 2 1 -85.7243 48.0568 -144.45 - 41 18.3932 1140 2 0 -85.7216 48.0503 -145.85 - 41 87.514 1139 2 0 -85.7215 48.05 -145.924 - 41 124.132 471 1 1 -85.6643 47.9087 -174.45 - 41 452.242 1139 1 0 -85.6611 47.9006 -175.85 - 41 293.946 472 0 1 -85.5813 47.7347 -204.45 - 41 404.031 1138 0 0 -85.5755 47.7254 -205.85 - 41 81.4922 1139 0 0 -85.3393 47.8502 -206.031 - 41 45.7796 1179 1 0 -36.1794 56.0081 -176.25 - 41 18.1019 1407 2 0 -169.836 101.739 -146.25 - 41 306.746 1408 2 0 -169.85 101.75 -146.239 - 41 53.015 1143 5 0 -85.6228 48.65 -56.0948 - 41 119.913 1190 5 0 -130.463 58.0644 -56.25 - 41 315.558 250 5 1 -130.029 58.4061 -54.8496 - 41 42.9648 251 5 1 -129.934 58.6121 -54.45 - 41 159.007 472 1 1 -85.6242 48.3739 -174.671 - 41 367.806 1141 1 0 -85.6246 48.3724 -175.85 - 41 132.179 471 0 1 -85.6723 48.3377 -204.45 - 41 532.375 1141 0 0 -85.6827 48.3501 -205.85 - 41 275.075 473 1 1 -85.38 48.2473 -174.45 - 41 270.405 527 0 1 -74.5011 45.2166 -204.45 - 41 124.295 1125 0 0 -74.9991 45.1188 -205.851 - 41 208.134 1140 1 0 -85.3178 48.05 -176.168 - 41 135.281 455 0 1 -88.9488 47.9899 -204.45 - 41 42.449 1135 0 0 -88.9046 47.1306 -205.85 - 41 86.0175 1134 0 0 -88.9001 47.05 -205.98 -Number of digits in this event = 32 -Using G4ParticleGun ... -5.72095 LIN -e- -Event: 42 -Number of tracker hits in this event = 145 - 42 180.861 1172 9 1 54.5671 109.438 65.55 - 42 194.3 1446 9 0 54.5684 109.437 64.15 - 42 169.526 1172 8 1 54.5877 109.415 35.55 - 42 217.417 1446 8 0 54.586 109.414 34.15 - 42 117.165 1172 7 1 54.5415 109.391 5.55 - 42 115.225 1446 7 0 54.5404 109.39 4.15 - 42 542.327 1172 6 1 54.5151 109.355 -24.45 - 42 138.504 1445 6 0 54.5111 109.349 -25.85 - 42 227.046 1171 5 1 54.415 109.214 -54.45 - 42 157.075 1445 5 0 54.412 109.203 -55.85 - 42 160.043 1171 4 1 54.3413 108.99 -84.45 - 42 122.417 1444 4 0 54.3352 108.978 -85.85 - 42 410.523 1170 3 1 54.201 108.758 -114.45 - 42 237.275 1442 3 0 54.1899 108.744 -115.85 - 42 106.524 1169 2 1 53.9826 108.441 -144.45 - 42 159.25 1441 2 0 53.9734 108.424 -145.85 - 42 119.954 1168 1 1 53.7911 108.066 -174.45 - 42 115.88 1439 1 0 53.7846 108.043 -175.85 - 42 123.55 1167 0 1 53.6343 107.552 -204.45 - 42 113.531 1436 0 0 53.6253 107.538 -205.85 - 42 60.8281 1144 0 0 158.726 48.8986 -206.25 - 42 21.6979 1143 0 0 158.767 48.85 -206.223 - 42 12.508 1440 2 0 54.0033 108.35 -146.214 - 42 4.1418 1668 2 0 21.7547 153.943 -146.25 - 42 113.748 1669 2 0 21.7505 153.95 -146.246 - 42 65.5037 1670 2 0 21.6217 154.15 -145.99 - 42 39.1597 1003 2 1 20.7442 153.84 -144.85 - 42 78.3959 1002 2 1 20.65 153.815 -144.783 - 42 49.5648 1001 2 1 20.4499 153.696 -144.814 - 42 3.97184 1665 2 0 19.0921 153.155 -145.85 - 42 194.117 1664 2 0 19.0774 153.15 -145.863 - 42 197.631 993 2 1 18.6535 152.772 -144.85 - 42 61.1178 992 2 1 18.6499 152.763 -144.825 - 42 106.595 1760 5 0 -121.61 172.152 -56.25 - 42 6.24998 1171 3 1 54.25 108.729 -114.824 - 42 114.437 1193 2 1 58.7715 107.917 -144.45 - 42 102.681 1438 2 0 58.7429 107.781 -145.85 - 42 8.61298 1437 2 0 58.7334 107.75 -146.208 - 42 51.699 1191 1 1 58.2586 105.477 -174.45 - 42 200.416 1190 1 1 58.25 105.448 -174.557 - 42 129.003 1424 1 0 58.1639 105.099 -175.85 - 42 245.061 1180 0 1 56.058 97.6535 -204.45 - 42 25.5848 1384 0 0 56.0527 96.9966 -205.85 - 42 107.712 1383 0 0 56.0517 96.9499 -205.947 - 42 128.276 1423 1 0 57.888 104.95 -175.859 - 42 48.8208 1229 1 0 18.642 65.9212 -176.25 - 42 144.169 1228 1 0 18.5031 65.8499 -176.155 - 42 76.1824 1227 1 0 18.0792 65.65 -175.943 - 42 182.894 981 1 1 16.4304 64.6504 -174.85 - 42 214.776 980 1 1 16.2498 64.5384 -174.737 - 42 205.667 979 1 1 16.05 64.4072 -174.6 - 42 295.156 978 1 1 15.85 64.2672 -174.504 - 42 285.119 977 1 1 15.65 64.0598 -174.452 - 42 51.9737 1185 1 0 18.9577 57.2124 -175.85 - 42 64.7053 1184 1 0 19.0365 57.05 -175.873 - 42 69.9928 1183 1 0 19.1105 56.85 -175.975 - 42 58.2653 1182 1 0 19.2005 56.65 -176.155 - 42 3.25846 1169 3 1 54.05 108.798 -114.836 - 42 246.298 1443 3 0 53.8004 108.903 -115.85 - 42 71.303 1125 2 1 45.1493 110.723 -144.45 - 42 69.9233 1124 2 1 45.05 110.759 -144.639 - 42 171.803 1454 2 0 44.434 110.977 -145.85 - 42 133.379 1042 1 1 28.5682 116.184 -174.45 - 42 134.206 1480 1 0 28.2906 116.259 -175.85 - 42 131.497 1040 0 1 28.2419 113.222 -204.45 - 42 187.727 1464 0 0 28.1108 112.985 -205.85 - 42 39.7752 1463 0 0 28.0926 112.95 -206.105 - 42 399.567 1171 1 1 54.3211 109.075 -174.45 - 42 232.737 1444 1 0 54.3235 109.074 -175.85 - 42 370.293 1171 0 1 54.3975 109.078 -204.45 - 42 396.75 1444 0 0 54.3682 109.106 -205.85 - 42 111.512 1172 0 1 54.45 109.044 -204.497 - 42 82.7004 1173 0 1 54.65 108.806 -204.581 - 42 89.675 1174 0 1 54.8504 108.618 -204.522 - 42 79.9907 1175 0 1 55.05 108.402 -204.482 - 42 57.7465 1176 0 1 55.2504 108.198 -204.473 - 42 115.548 1177 0 1 55.45 107.993 -204.506 - 42 116.936 1178 0 1 55.65 107.73 -204.684 - 42 132.439 1179 0 1 55.8501 107.372 -204.767 - 42 143.395 1181 0 1 56.25 106.702 -204.663 - 42 183.917 1182 0 1 56.45 106.318 -204.606 - 42 198.549 415 3 1 -96.95 77.4696 -114.65 - 42 227.952 281 1 0 160.995 -123.75 -176.213 - 42 61.3023 280 1 0 161.14 -123.95 -176.168 - 42 228.05 282 1 0 161.476 -123.75 -176.132 - 42 50.8468 1261 7 1 72.343 102.324 5.55 - 42 182.06 1260 7 1 72.25 102.46 5.48179 - 42 29.602 1259 7 1 72.05 102.851 5.21005 - 42 10.2632 1425 7 0 71.1298 105.297 4.15 - 42 7.66263 1426 7 0 71.1144 105.35 4.14414 - 42 38.2887 1242 7 1 68.5214 110.257 5.15 - 42 119.114 1241 7 1 68.45 110.357 5.17509 - 42 89.1879 1240 7 1 68.25 110.54 5.31379 - 42 249.328 1239 7 1 68.05 110.59 5.26725 - 42 309.828 1238 7 1 67.85 110.583 5.25218 - 42 15.1425 1749 6 1 170.147 99.5787 -24.45 - 42 13.399 1750 6 1 170.15 99.5747 -24.4502 - 42 124.818 1172 1 1 54.45 109.385 -174.541 - 42 82.6245 1173 1 1 54.65 109.47 -174.659 - 42 59.1162 1174 1 1 54.85 109.467 -174.78 - 42 29.4507 1435 1 0 55.1059 107.25 -175.85 - 42 80.7681 1434 1 0 55.0996 107.15 -175.906 - 42 53.6348 1433 1 0 55.0429 106.95 -175.964 - 42 87.016 1432 1 0 55.0223 106.75 -176.007 - 42 50.659 1431 1 0 55.0128 106.55 -176.116 - 42 113.995 1350 1 0 74.3402 90.15 -176.126 - 42 37.8653 1351 1 0 74.3801 90.35 -176.233 - 42 198.099 1552 1 0 84.2726 130.631 -176.25 - 42 67.9976 1551 1 0 84.2441 130.55 -176.023 - 42 8.57106 1170 1 1 54.2499 109.275 -174.815 - 42 234.406 1443 1 0 53.9535 108.95 -175.983 - 42 214.188 1446 6 0 54.7209 109.437 -25.85 - 42 116.985 1182 5 1 56.4638 111.242 -54.4503 - 42 103.209 1455 5 0 56.5495 111.211 -55.85 - 42 151.141 1192 4 1 58.4716 110.082 -84.45 - 42 144.612 1449 4 0 58.6234 110.095 -85.85 - 42 115.522 1207 3 1 61.5558 109.771 -114.45 - 42 96.2977 1448 3 0 61.8547 109.803 -115.85 - 42 99.2466 1237 2 1 67.6396 110.267 -144.45 - 42 110.185 1238 2 1 67.65 110.266 -144.477 - 42 107.439 1450 2 0 68.1697 110.217 -145.85 - 42 97.6835 1289 1 1 78.0187 109.167 -174.45 - 42 256.351 1290 1 1 78.05 109.136 -174.633 - 42 45.372 1311 0 1 82.4235 104.204 -204.45 - 42 82.289 1312 0 1 82.45 104.194 -204.614 - 42 133.501 1419 0 0 82.6487 104.148 -205.85 - 42 116.39 1449 5 0 54.4069 109.977 -55.85 - 42 110.01 1178 4 1 55.6962 109.305 -84.45 - 42 103.242 1445 4 0 55.7844 109.291 -85.85 - 42 2.21755 1186 3 1 57.4454 108.617 -114.45 - 42 161.337 1187 3 1 57.45 108.62 -114.47 - 42 276.471 1221 2 1 64.2605 112.557 -144.45 - 42 66.4186 1462 2 0 64.5544 112.722 -145.85 - 42 55.9662 1463 2 0 64.6041 112.75 -146.086 - 42 47.1042 1252 1 1 70.6176 116.087 -174.45 - 42 71.7593 1253 1 1 70.65 116.086 -174.644 - 42 126.008 1479 1 0 70.8706 116.079 -175.85 - 42 154.372 1280 0 1 76.2111 116.125 -204.45 - 42 13.7113 1281 0 1 76.25 116.153 -204.788 - 42 130.288 1480 0 0 76.368 116.247 -205.85 - 42 168.993 1286 0 1 77.381 119.183 -204.45 - 42 107.382 1287 0 1 77.45 119.193 -204.655 - 42 112.982 1495 0 0 77.8721 119.239 -205.85 - 42 21.097 1496 0 0 77.6883 119.537 -205.85 - 42 140.508 1497 0 0 77.7002 119.55 -205.903 -Number of digits in this event = 63 -Using G4ParticleGun ... -2.50624 LIN -e- -Event: 43 -Number of tracker hits in this event = 68 - 43 108.026 613 10 1 -57.4292 -81.9386 95.55 - 43 99.6937 490 10 0 -57.4285 -81.9388 94.15 - 43 116.865 613 9 1 -57.405 -81.9411 65.55 - 43 128.605 490 9 0 -57.4039 -81.9417 64.15 - 43 111.362 613 8 1 -57.3862 -81.9498 35.55 - 43 239.545 490 8 0 -57.3845 -81.9517 34.15 - 43 124.21 613 7 1 -57.3582 -81.9976 5.55 - 43 140.013 490 7 0 -57.3606 -82.0004 4.15 - 43 112.323 613 6 1 -57.4101 -82.0474 -24.45 - 43 109.433 489 6 0 -57.4123 -82.0543 -25.85 - 43 210.525 612 5 1 -57.4542 -82.1895 -54.45 - 43 156.523 489 5 0 -57.4523 -82.1953 -55.85 - 43 100.447 613 4 1 -57.418 -82.3228 -84.45 - 43 112.179 488 4 0 -57.4168 -82.3273 -85.85 - 43 137.074 613 3 1 -57.3717 -82.405 -114.45 - 43 100.84 488 3 0 -57.3378 -82.4178 -115.85 - 43 203.319 618 2 1 -56.3896 -82.8363 -144.45 - 43 111.565 485 2 0 -56.3081 -82.9035 -145.85 - 43 128.132 627 1 1 -54.5555 -84.3518 -174.45 - 43 123.523 478 1 0 -54.5308 -84.4125 -175.85 - 43 129.819 630 0 1 -54.0043 -85.6529 -204.45 - 43 259.083 471 0 0 -54.0081 -85.7434 -205.85 - 43 199.319 737 5 0 158.061 -32.6247 -56.25 - 43 274.438 612 4 1 -57.5504 -82.1656 -84.4506 - 43 0.0779335 492 4 0 -57.3984 -81.4501 -85.85 - 43 154.186 493 4 0 -57.3984 -81.4499 -85.8503 - 43 125.927 632 3 1 -53.479 -68.7093 -114.45 - 43 108.069 559 3 0 -53.8083 -68.2438 -115.851 - 43 18.5855 603 2 1 -59.2867 -51.3787 -144.45 - 43 93.8231 604 2 1 -59.2498 -51.3141 -144.481 - 43 183.498 605 2 1 -59.05 -50.9838 -144.649 - 43 48.2309 606 2 1 -58.85 -50.6806 -144.791 - 43 24.0435 656 2 0 -57.6841 -48.7304 -145.85 - 43 58.882 657 2 0 -57.6414 -48.65 -145.891 - 43 71.0984 658 2 0 -57.5497 -48.4496 -146.003 - 43 64.045 659 2 0 -57.4578 -48.25 -146.11 - 43 15.899 660 2 0 -57.3648 -48.05 -146.215 - 43 50.5517 734 1 1 -33.2007 -2.57468 -174.45 - 43 94.2867 735 1 1 -33.05 -2.54307 -174.529 - 43 75.2678 736 1 1 -32.85 -2.47878 -174.66 - 43 12.1724 737 1 1 -32.65 -2.38798 -174.82 - 43 105.34 891 1 0 -31.3888 -1.79554 -175.85 - 43 120.711 892 1 0 -31.1008 -1.64997 -176.077 - 43 43.9211 893 1 0 -30.8434 -1.45 -176.206 - 43 292.037 1179 0 1 55.8605 56.983 -204.45 - 43 63.2841 1165 0 0 56.0393 53.2226 -205.85 - 43 78.159 1164 0 0 56.0325 53.05 -205.897 - 43 44.7429 1163 0 0 55.9948 52.85 -205.955 - 43 44.6556 1162 0 0 55.9749 52.65 -206.02 - 43 70.253 1161 0 0 55.9473 52.4497 -206.081 - 43 99.2079 1160 0 0 55.9177 52.2497 -206.122 - 43 58.1107 1159 0 0 55.8783 52.0499 -206.145 - 43 71.461 1158 0 0 55.8311 51.85 -206.153 - 43 53.2069 1157 0 0 55.7532 51.6497 -206.166 - 43 26.9937 1156 0 0 55.6435 51.45 -206.212 - 43 125.799 490 4 0 -57.7698 -81.9857 -85.85 - 43 143.155 591 3 1 -61.7593 -79.3389 -114.45 - 43 62.351 507 3 0 -62.0685 -78.5639 -115.85 - 43 144.058 508 3 0 -62.1113 -78.45 -116.048 - 43 192.562 555 2 1 -68.8672 -61.5966 -144.45 - 43 79.6921 596 2 0 -69.0901 -60.7763 -145.85 - 43 84.9183 597 2 0 -69.1243 -60.65 -146.065 - 43 127.347 531 1 1 -73.7288 -43.5712 -174.45 - 43 76.5959 686 1 0 -74.0123 -42.7887 -175.85 - 43 46.8099 687 1 0 -74.0671 -42.65 -176.102 - 43 121.112 494 0 1 -81.1023 -27.0454 -204.45 - 43 20.2236 767 0 0 -81.285 -26.4755 -205.85 - 43 232.111 768 0 0 -81.293 -26.45 -205.912 -Number of digits in this event = 27 -Using G4ParticleGun ... -8.96326 LIN -e- -Event: 44 -Number of tracker hits in this event = 58 - 44 110.818 957 11 1 11.5628 45.3364 125.55 - 44 127.114 1126 11 0 11.5635 45.3361 124.15 - 44 126.895 957 10 1 11.5782 45.3317 95.55 - 44 123.294 1126 10 0 11.5801 45.3304 94.15 - 44 105.382 957 9 1 11.6185 45.2998 65.55 - 44 105.736 1126 9 0 11.6202 45.2989 64.15 - 44 111.778 958 8 1 11.6588 45.281 35.55 - 44 295.373 1126 8 0 11.6606 45.28 34.15 - 44 116.614 958 7 1 11.6981 45.2625 5.55 - 44 109.209 1126 7 0 11.7002 45.2617 4.15 - 44 153.45 958 6 1 11.7415 45.2479 -24.45 - 44 114.324 1125 6 0 11.7435 45.2472 -25.85 - 44 116.068 958 5 1 11.7892 45.2375 -54.45 - 44 110.49 1125 5 0 11.7904 45.2369 -55.85 - 44 164.464 958 4 1 11.8185 45.2223 -84.45 - 44 107.444 1125 4 0 11.8198 45.2223 -85.85 - 44 108.299 958 3 1 11.8454 45.2195 -114.45 - 44 123.322 1125 3 0 11.8463 45.2203 -115.85 - 44 149.515 959 2 1 11.8674 45.2386 -144.45 - 44 152.883 1125 2 0 11.8694 45.2403 -145.85 - 44 108.155 959 1 1 11.9093 45.2731 -174.45 - 44 235.301 1126 1 0 11.9111 45.2744 -175.85 - 44 613.325 959 0 1 11.9505 45.299 -204.45 - 44 431.161 1126 0 0 11.9532 45.2987 -205.85 - 44 21.0032 1399 4 0 117.112 100.124 -86.2499 - 44 174.475 1400 4 0 117.08 100.15 -86.2156 - 44 70.8449 929 2 0 30.5684 5.91164 -145.968 - 44 243.287 1053 2 1 30.6572 5.74839 -144.85 - 44 261.414 1192 1 0 4.38973 58.45 -175.922 - 44 81.6024 1193 1 0 4.39696 58.65 -175.981 - 44 54.8547 1052 2 1 30.6252 5.44153 -144.85 - 44 153.782 1019 3 1 23.8943 -8.64962 -114.85 - 44 29.2399 805 3 0 22.3822 -18.85 -116.187 - 44 1.33036 749 4 0 46.6472 -30.2483 -86.25 - 44 63.9513 748 4 0 46.6449 -30.25 -86.2457 - 44 5.68131 514 4 0 -13.4084 -77.2399 -86.25 - 44 25 513 4 0 -13.4225 -77.25 -86.2431 - 44 208.698 958 0 1 11.85 45.3345 -204.519 - 44 46.5867 1130 0 0 11.2773 46.1662 -205.85 - 44 287.453 1131 0 0 11.2138 46.25 -205.997 - 44 25.0895 957 0 1 11.6495 44.7565 -204.803 - 44 62.9829 1116 0 0 10.4676 43.4132 -205.85 - 44 73.9033 1115 0 0 10.3218 43.25 -205.96 - 44 58.2498 1114 0 0 10.1768 43.0499 -206.043 - 44 77.2795 1113 0 0 10.025 42.85 -206.112 - 44 8.94483 1112 0 0 9.82387 42.6498 -206.239 - 44 125.166 958 2 1 11.85 45.2175 -144.506 - 44 44.0944 1129 2 0 11.8333 45.9582 -145.85 - 44 54.3545 1130 2 0 11.828 46.05 -146.024 - 44 180.148 1103 2 0 -23.0123 40.8088 -146.25 - 44 17.4268 1102 2 0 -23.5408 40.65 -145.884 - 44 0.54338 773 2 1 -25.4475 39.0603 -144.85 - 44 109.156 772 2 1 -25.45 39.0582 -144.849 - 44 173.897 771 2 1 -25.65 38.7106 -144.75 - 44 28.2328 770 2 1 -25.85 38.2312 -144.455 - 44 170.942 1427 6 0 25.0829 105.551 -26.25 - 44 140.927 1026 6 1 25.3636 106.099 -24.85 - 44 177.845 1025 6 1 25.25 106.195 -24.7694 -Number of digits in this event = 26 -Using G4ParticleGun ... -7.8441 LIN -e- -Event: 45 -Number of tracker hits in this event = 44 - 45 175.014 860 7 1 -7.97753 149.416 5.55 - 45 143.409 1646 7 0 -7.97815 149.416 4.15 - 45 102.851 860 6 1 -7.99097 149.408 -24.45 - 45 99.7872 1646 6 0 -7.99234 149.407 -25.85 - 45 133.731 860 5 1 -8.02021 149.373 -54.45 - 45 131.286 1646 5 0 -8.02237 149.372 -55.85 - 45 143.558 859 4 1 -8.06575 149.34 -84.45 - 45 189.257 1645 4 0 -8.06831 149.337 -85.85 - 45 99.558 859 3 1 -8.12179 149.283 -114.45 - 45 291.435 1645 3 0 -8.12596 149.282 -115.85 - 45 170.057 859 2 1 -8.20548 149.249 -144.45 - 45 255.001 1645 2 0 -8.21008 149.245 -145.85 - 45 118.489 858 1 1 -8.30041 149.182 -174.45 - 45 112.207 1645 1 0 -8.3036 149.18 -175.85 - 45 115.285 858 0 1 -8.36453 149.137 -204.45 - 45 250.404 1644 0 0 -8.3669 149.134 -205.85 - 45 71.9243 1431 5 0 -132.152 106.429 -56.2499 - 45 77.2413 1430 5 0 -132.101 106.35 -56.0554 - 45 104.006 245 5 1 -131.105 106 -54.85 - 45 83.9644 246 5 1 -130.95 105.996 -54.7221 - 45 91.0889 1432 5 0 -129.779 106.553 -55.8501 - 45 160.159 259 5 1 -128.283 106.935 -54.85 - 45 36.3875 260 5 1 -128.15 107.013 -54.7959 - 45 151.169 1437 5 0 -127.966 107.746 -55.85 - 45 58.0515 452 13 1 -89.45 146.264 185.194 - 45 43.8391 364 0 1 -107.221 9.49049 -204.85 - 45 203.222 270 2 1 -125.95 172.953 -144.704 - 45 201.312 1644 3 0 -8.26466 149.15 -116.089 - 45 101.554 1646 3 0 -8.63427 149.35 -115.966 - 45 207.814 856 3 1 -8.66567 150.381 -114.85 - 45 243.773 860 2 1 -8.0346 149.356 -144.45 - 45 137.211 1646 2 0 -8.02072 149.358 -145.85 - 45 109.991 861 1 1 -7.77658 149.595 -174.45 - 45 110.452 1647 1 0 -7.77164 149.635 -175.85 - 45 113.225 862 0 1 -7.63236 150.475 -204.45 - 45 119.38 1651 0 0 -7.64674 150.508 -205.85 - 45 50.8414 611 3 1 -57.65 164.772 -114.537 - 45 52.3365 612 3 1 -57.65 164.781 -114.512 - 45 98.6084 900 1 1 0.163315 147.042 -174.45 - 45 29.816 901 1 1 0.25 147.039 -174.749 - 45 219.356 1634 1 0 0.634496 147.067 -175.85 - 45 102.994 954 0 1 10.9892 148.704 -204.45 - 45 231.362 1645 0 0 11.2382 149.15 -206.135 - 45 319.58 859 0 1 -8.09404 149.337 -204.45 +Event: 11 +Number of tracker hits in this event = 40 + 11 128.882 1184 7 1 56.8842 135.097 5.55 + 11 217.396 1574 7 0 56.8844 135.098 4.15 + 11 303.746 1184 6 1 56.8898 135.113 -24.45 + 11 129.253 1574 6 0 56.8923 135.114 -25.85 + 11 149.794 1184 5 1 56.9395 135.124 -54.45 + 11 172.815 1574 5 0 56.9406 135.125 -55.85 + 11 119.329 1184 4 1 56.9619 135.13 -84.45 + 11 107.101 1574 4 0 56.9628 135.13 -85.85 + 11 135.471 1184 3 1 56.9737 135.118 -114.45 + 11 105.381 1574 3 0 56.8765 135.021 -115.85 + 11 124.856 1173 2 1 54.7187 132.768 -144.45 + 11 103.453 1562 2 0 54.613 132.692 -145.85 + 11 35.7195 1162 1 1 52.6481 131.179 -174.45 + 11 103.1 1163 1 1 52.65 131.174 -174.498 + 11 151.747 1554 1 0 52.7103 131.006 -175.85 + 11 164.895 1170 0 1 54.1689 127.247 -204.45 + 11 267.166 1533 0 0 54.23 126.845 -205.85 + 11 61.0887 1532 0 0 54.2468 126.75 -206.184 + 11 108.688 1575 5 0 56.9192 135.15 -56.107 + 11 106.692 1363 0 1 92.75 129.705 -204.626 + 11 230.13 1543 8 1 128.899 -70.839 35.15 + 11 160.603 1544 8 1 128.95 -71.1198 35.4577 + 11 88.2986 1571 6 0 56.773 134.493 -25.85 + 11 48.3551 1570 6 0 56.7499 134.35 -26.1405 + 11 200.63 1202 5 1 60.5454 124.184 -54.4502 + 11 121.792 1523 5 0 60.5983 124.785 -55.85 + 11 191.93 1201 4 1 60.4281 123.56 -84.45 + 11 180.728 1202 4 1 60.45 123.6 -84.4835 + 11 113.92 1200 4 1 60.25 124.196 -84.7466 + 11 74.0044 1199 4 1 60.05 124.15 -84.7474 + 11 110.218 1198 4 1 59.85 124.053 -84.7052 + 11 66.0337 1197 4 1 59.65 123.816 -84.5273 + 11 157.703 1196 4 1 59.45 123.713 -84.483 + 11 439.498 1195 4 1 59.25 123.419 -84.4698 + 11 147.861 1524 4 0 60.8789 125.079 -85.8505 + 11 116.207 1525 4 0 60.9213 125.15 -85.9069 + 11 80.4809 1526 4 0 61.1704 125.35 -86.0068 + 11 141.9 1527 4 0 61.2288 125.55 -86.0554 + 11 157.295 1528 4 0 61.172 125.75 -86.0936 + 11 33.7202 1529 4 0 61.1803 125.95 -86.2225 Number of digits in this event = 24 Using G4ParticleGun ... -6.70985 LIN +1.94045 LIN e- -Event: 46 -Number of tracker hits in this event = 33 - 46 112.4 857 11 1 -8.58228 6.41125 125.55 - 46 126.266 931 11 0 -8.58216 6.41157 124.15 - 46 218.143 857 10 1 -8.5812 6.41607 95.55 - 46 235.714 931 10 0 -8.58116 6.41552 94.15 - 46 111.488 857 9 1 -8.57734 6.4069 65.55 - 46 142.04 931 9 0 -8.57543 6.40417 64.15 - 46 109.909 857 8 1 -8.53894 6.3478 35.55 - 46 122.084 931 8 0 -8.53752 6.34471 34.15 - 46 139.329 857 7 1 -8.50918 6.27643 5.55 - 46 109.735 931 7 0 -8.50811 6.27335 4.15 - 46 106.042 857 6 1 -8.4872 6.21003 -24.45 - 46 141.614 930 6 0 -8.48626 6.20635 -25.85 - 46 106.769 857 5 1 -8.46706 6.13059 -54.45 - 46 120.815 930 5 0 -8.46643 6.12674 -55.85 - 46 202.37 857 4 1 -8.45593 6.04357 -84.45 - 46 127.777 929 4 0 -8.4551 6.03951 -85.85 - 46 112.075 858 3 1 -8.44174 5.95236 -114.45 - 46 105.82 929 3 0 -8.44179 5.94862 -115.85 - 46 111.575 858 2 1 -8.43932 5.86641 -144.45 - 46 131.607 929 2 0 -8.44012 5.86193 -145.85 - 46 116.351 857 1 1 -8.45699 5.76841 -174.45 - 46 203.879 928 1 0 -8.45697 5.76287 -175.85 - 46 123.764 857 0 1 -8.4689 5.65166 -204.45 - 46 99.4783 927 0 0 -8.46973 5.64492 -205.85 - 46 17.1045 1024 2 0 -64.033 24.85 -146.208 - 46 129.85 718 0 0 31.4106 -36.345 -206.25 - 46 11.2233 722 0 0 61.3554 -35.5754 -206.25 - 46 129.115 1035 1 0 95.7727 27.05 -176.15 - 46 5.22383 927 10 0 -8.58896 5.46142 94.15 - 46 129.09 926 10 0 -8.58684 5.44989 94.1382 - 46 40.1669 925 10 0 -8.46027 5.25 94.1291 - 46 146.114 866 10 1 -6.77419 4.61683 95.15 - 46 193.655 865 10 1 -6.85031 4.60803 95.4243 +Event: 12 +Number of tracker hits in this event = 37 + 12 113.677 1101 10 1 40.3207 91.8528 95.55 + 12 123.813 1358 10 0 40.3203 91.8564 94.15 + 12 115.635 1101 9 1 40.3302 91.9266 65.55 + 12 106.403 1358 9 0 40.328 91.9266 64.15 + 12 112.019 1101 8 1 40.2766 91.9201 35.55 + 12 113.187 1358 8 0 40.2736 91.9175 34.15 + 12 129.778 1100 7 1 40.2012 91.8374 5.55 + 12 145.078 1358 7 0 40.1982 91.8335 4.15 + 12 145.175 1100 6 1 40.1597 91.7481 -24.45 + 12 141.208 1357 6 0 40.1531 91.7484 -25.85 + 12 162.508 1099 5 1 40.0181 91.7557 -54.45 + 12 112.844 1358 5 0 40.0099 91.7578 -55.85 + 12 151.124 1098 4 1 39.8363 91.7891 -84.45 + 12 124.653 1358 4 0 39.825 91.7885 -85.85 + 12 179.682 1097 3 1 39.5673 91.7707 -114.45 + 12 217.988 1358 3 0 39.5492 91.7708 -115.85 + 12 120.443 1095 2 1 39.1702 91.761 -144.45 + 12 125.015 1358 2 0 39.1484 91.7633 -145.85 + 12 128.799 1093 1 1 38.714 91.8217 -174.45 + 12 100.145 1358 1 0 38.7004 91.8234 -175.85 + 12 123.045 1091 0 1 38.4228 91.8456 -204.45 + 12 182.711 1358 0 0 38.4101 91.848 -205.85 + 12 7.31144 1297 0 0 18.928 79.45 -205.989 + 12 179.039 1099 4 1 39.85 91.7995 -84.5024 + 12 229.586 1357 4 0 40.277 91.6291 -85.8502 + 12 200.599 1356 4 0 40.2777 91.55 -86.1034 + 12 330.143 1529 0 0 85.2622 125.95 -206.082 + 12 104.967 1329 0 1 85.9458 127.046 -204.85 + 12 95.544 1330 0 1 86.0502 127.273 -204.717 + 12 106.547 1331 0 1 86.25 127.503 -204.722 + 12 114.821 1545 0 0 85.9707 129.159 -205.85 + 12 94.4033 1546 0 0 85.8786 129.35 -206.056 + 12 79.3313 1547 0 0 85.7854 129.55 -206.161 + 12 133.168 1101 1 1 40.3841 91.6623 -174.45 + 12 54.2955 1100 1 1 40.25 91.4852 -174.729 + 12 83.0641 1353 1 0 39.9482 90.883 -175.85 + 12 63.1549 1352 1 0 39.8447 90.75 -176.102 Number of digits in this event = 21 Using G4ParticleGun ... -7.55149 LIN +4.88932 LIN e- -Event: 47 -Number of tracker hits in this event = 59 - 47 134.253 906 9 1 1.33938 -133.194 65.55 - 47 124.77 234 9 0 1.33928 -133.195 64.15 - 47 148.089 906 8 1 1.33082 -133.211 35.55 - 47 156.284 234 8 0 1.32977 -133.213 34.15 - 47 158.245 906 7 1 1.30294 -133.246 5.55 - 47 98.0045 234 7 0 1.30218 -133.248 4.15 - 47 118.58 906 6 1 1.28188 -133.28 -24.45 - 47 169.762 234 6 0 1.28013 -133.281 -25.85 - 47 139.336 905 5 1 1.21609 -133.319 -54.45 - 47 394.083 234 5 0 1.21201 -133.322 -55.85 - 47 304.099 905 4 1 1.1226 -133.378 -84.45 - 47 118.387 233 4 0 1.11858 -133.38 -85.85 - 47 577.437 904 3 1 1.03834 -133.428 -114.45 - 47 246.151 233 3 0 1.03216 -133.426 -115.85 - 47 96.0261 904 2 1 0.902068 -133.375 -144.45 - 47 268.388 233 2 0 0.895816 -133.37 -145.85 - 47 103.456 903 1 1 0.767713 -133.292 -174.45 - 47 172.889 234 1 0 0.763452 -133.281 -175.85 - 47 218.737 903 0 1 0.781795 -132.987 -204.45 - 47 102.547 235 0 0 0.792207 -132.96 -205.85 - 47 174.231 904 0 1 1.04513 -133.338 -204.45 - 47 44.8602 905 0 1 1.05 -133.343 -204.666 - 47 150.673 233 0 0 1.07595 -133.371 -205.85 - 47 137.045 234 0 0 1.02963 -133.346 -205.85 - 47 214.273 906 5 1 1.29627 -133.322 -54.45 - 47 223.806 232 4 0 1.09668 -133.645 -85.85 - 47 277.838 230 3 0 0.957135 -134.038 -115.85 - 47 125.63 903 2 1 0.783155 -134.327 -144.45 - 47 256.501 229 2 0 0.767478 -134.345 -145.85 - 47 283.468 902 1 1 0.48275 -134.707 -174.45 - 47 106.595 227 1 0 0.478993 -134.725 -175.85 - 47 145.28 901 0 1 0.412148 -135.082 -204.45 - 47 106.454 225 0 0 0.403248 -135.099 -205.85 - 47 111.383 231 3 0 0.985112 -133.917 -115.85 - 47 179.739 905 2 1 1.18195 -131.937 -144.45 - 47 39.582 241 2 0 1.40137 -131.766 -145.85 - 47 82.1964 242 2 0 1.42259 -131.75 -145.992 - 47 124.246 932 1 1 6.62151 -130.272 -174.45 - 47 3.24058 250 1 0 6.621 -129.954 -175.85 - 47 94.3869 251 1 0 6.62095 -129.95 -175.866 - 47 132.539 928 0 1 5.79491 -122.887 -204.45 - 47 102.154 929 0 1 5.85 -122.938 -204.533 - 47 61.0887 930 0 1 6.05 -123.106 -204.823 - 47 71.2578 281 0 0 6.83296 -123.801 -205.85 - 47 99.966 280 0 0 7.01873 -123.95 -206.067 - 47 113.293 914 2 1 2.8702 -134.431 -144.45 - 47 71.3658 228 2 0 2.98388 -134.356 -145.85 - 47 176.1 924 1 1 4.85916 -132.563 -174.45 - 47 148.021 238 1 0 5.05192 -132.415 -175.85 - 47 116.209 944 0 1 8.86976 -129.514 -204.45 - 47 125.791 254 0 0 9.11378 -129.316 -205.85 - 47 108.358 904 4 1 1.05 -133.636 -84.7642 - 47 119.937 901 4 1 0.355762 -133.735 -84.4504 - 47 105.583 907 3 1 1.63202 -133.634 -114.45 - 47 277.992 908 2 1 1.79423 -131.376 -144.45 - 47 229.455 244 2 0 1.70453 -131.299 -145.85 - 47 46.4154 902 0 1 0.65 -127.758 -204.673 - 47 218.092 263 0 0 0.359574 -127.489 -205.85 - 47 8.77634 769 1 1 -26.05 -71.7116 -174.476 -Number of digits in this event = 35 +Event: 13 +Number of tracker hits in this event = 39 + 13 116.7 1202 10 1 60.5436 -97.1438 95.55 + 13 140.431 415 10 0 60.5432 -97.1422 94.15 + 13 328.577 1202 9 1 60.53 -97.1142 65.55 + 13 150.779 415 9 0 60.5283 -97.1133 64.15 + 13 114.996 1202 8 1 60.4884 -97.093 35.55 + 13 126.643 415 8 0 60.4897 -97.0902 34.15 + 13 133.043 1202 7 1 60.5142 -97.0307 5.55 + 13 122.333 415 7 0 60.5151 -97.0292 4.15 + 13 216.408 1202 6 1 60.5396 -96.9975 -24.45 + 13 150.908 415 6 0 60.5411 -96.9937 -25.85 + 13 145.048 1202 5 1 60.5704 -96.909 -54.45 + 13 165.551 416 5 0 60.5715 -96.9054 -55.85 + 13 129.114 1202 4 1 60.6003 -96.8346 -84.45 + 13 114.612 416 4 0 60.6023 -96.831 -85.85 + 13 150.371 1203 3 1 60.6506 -96.7595 -114.45 + 13 222.266 416 3 0 60.6541 -96.7576 -115.85 + 13 225.712 1203 2 1 60.7167 -96.7241 -144.45 + 13 247.773 417 2 0 60.7201 -96.7225 -145.85 + 13 223.862 1203 1 1 60.7916 -96.6859 -174.45 + 13 108.464 417 1 0 60.7936 -96.6837 -175.85 + 13 250.808 1203 0 1 60.823 -96.6396 -204.45 + 13 225.178 417 0 0 60.8244 -96.6387 -205.85 + 13 232.574 1202 3 1 60.6267 -96.757 -114.45 + 13 193.258 415 1 0 60.7357 -96.9918 -175.85 + 13 111.707 1202 0 1 60.5121 -97.6544 -204.45 + 13 141.151 412 0 0 60.5182 -97.632 -205.85 + 13 78.4472 376 4 0 49.1998 -104.854 -86.25 + 13 2.07885 910 4 1 2.25 -100.795 -84.6455 + 13 232.379 417 3 0 60.6455 -96.7446 -115.85 + 13 102.426 1204 2 1 60.9526 -96.343 -144.45 + 13 147.232 419 2 0 60.9506 -96.3322 -145.85 + 13 129.272 1204 1 1 60.9061 -96.193 -174.45 + 13 145.231 419 1 0 60.8418 -96.2036 -175.85 + 13 120.527 1198 0 1 59.761 -96.3802 -204.45 + 13 233.492 419 0 0 59.698 -96.3049 -205.85 + 13 91.7556 420 0 0 59.6922 -96.15 -206.011 + 13 52.371 421 0 0 59.6788 -95.95 -206.131 + 13 130.626 520 0 0 56.9403 -75.8645 -206.25 + 13 138.023 519 0 0 56.978 -76.05 -206.101 +Number of digits in this event = 31 Using G4ParticleGun ... -2.66038 LIN +3.30144 LIN e- -Event: 48 +Event: 14 +Number of tracker hits in this event = 43 + 14 145.844 939 11 1 7.90366 15.2245 125.55 + 14 135.789 975 11 0 7.90406 15.2243 124.15 + 14 168.803 939 10 1 7.90275 15.2191 95.55 + 14 132.494 975 10 0 7.89965 15.216 94.15 + 14 200.332 938 9 1 7.84342 15.1613 65.55 + 14 185.997 975 9 0 7.84107 15.1603 64.15 + 14 173.739 938 8 1 7.77927 15.1455 35.55 + 14 126.025 975 8 0 7.77616 15.146 34.15 + 14 150.928 938 7 1 7.72122 15.1606 5.55 + 14 158.701 975 7 0 7.7201 15.1625 4.15 + 14 287.81 938 6 1 7.70244 15.199 -24.45 + 14 118.15 975 6 0 7.70063 15.2031 -25.85 + 14 109.125 938 5 1 7.67029 15.2678 -54.45 + 14 143.4 976 5 0 7.66889 15.2742 -55.85 + 14 390.405 937 4 1 7.64346 15.4182 -84.45 + 14 296.403 976 4 0 7.64564 15.4285 -85.85 + 14 300.665 938 3 1 7.69369 15.6376 -114.45 + 14 126.172 978 3 0 7.69831 15.6582 -115.85 + 14 249.568 938 2 1 7.78281 16.0653 -144.45 + 14 106.058 980 2 0 7.79476 16.0936 -145.85 + 14 124.324 939 1 1 8.02526 16.6444 -174.45 + 14 103.218 983 1 0 8.03909 16.6696 -175.85 + 14 197.899 941 0 1 8.29286 17.2012 -204.45 + 14 119.509 985 0 0 8.30737 17.2297 -205.85 + 14 387.515 942 0 1 8.45 17.242 -204.491 + 14 117.182 976 3 0 7.66361 15.4401 -115.85 + 14 219.832 975 2 0 7.70197 15.0953 -145.85 + 14 176.273 935 1 1 7.18682 14.4253 -174.45 + 14 103.75 971 1 0 7.07733 14.2831 -175.85 + 14 65.5355 970 1 0 7.05311 14.25 -176.167 + 14 219.814 925 0 1 5.13912 11.1473 -204.45 + 14 99.2934 954 0 0 5.05911 10.9848 -205.85 + 14 10.4075 930 4 1 6.15293 17.2926 -84.85 + 14 7.72635 877 1 0 91.0688 -4.65 -176.188 + 14 224.894 975 4 0 7.60422 15.2462 -85.85 + 14 118.326 934 3 1 6.89606 15.1403 -114.45 + 14 122.268 975 3 0 6.86159 15.1188 -115.85 + 14 212.063 930 2 1 6.07623 14.6284 -144.45 + 14 173.023 972 2 0 6.0324 14.5098 -145.85 + 14 120.428 926 1 1 5.41253 12.0726 -174.45 + 14 111.829 960 1 0 5.40666 12.0561 -175.85 + 14 109.177 958 0 0 5.19417 11.7214 -205.85 + 14 30.526 983 0 0 45.4606 16.8132 -205.85 +Number of digits in this event = 30 +Using G4ParticleGun ... +4.39471 LIN +e- +Event: 15 Number of tracker hits in this event = 35 - 48 121.737 492 10 1 -81.6481 46.191 95.55 - 48 113.474 1130 10 0 -81.6485 46.1923 94.15 - 48 109.612 491 9 1 -81.6663 46.2289 65.55 - 48 124.12 1130 9 0 -81.6656 46.2259 64.15 - 48 165.192 491 8 1 -81.6534 46.1925 35.55 - 48 112.806 1130 8 0 -81.6513 46.192 34.15 - 48 132.417 492 7 1 -81.6124 46.1966 5.55 - 48 121.359 1130 7 0 -81.6044 46.1945 4.15 - 48 120.874 493 6 1 -81.4442 46.1373 -24.45 - 48 115.194 1130 6 0 -81.435 46.1305 -25.85 - 48 110.999 493 5 1 -81.2607 46.026 -54.45 - 48 122.245 1129 5 0 -81.253 46.021 -55.85 - 48 130.736 494 4 1 -81.0935 45.9159 -84.45 - 48 110.018 1129 4 0 -81.0842 45.9015 -85.85 - 48 140.724 495 3 1 -80.8933 45.6099 -114.45 - 48 152.219 1127 3 0 -80.8802 45.5969 -115.85 - 48 105.115 497 2 1 -80.607 45.3266 -144.45 - 48 212.204 1126 2 0 -80.5922 45.3144 -145.85 - 48 104.525 498 1 1 -80.2632 45.0626 -174.45 - 48 88.2521 1125 1 0 -80.2527 45.052 -175.85 - 48 36.5203 1124 1 0 -80.2507 45.05 -176.121 - 48 263.481 500 0 1 -80.0049 44.82 -204.45 - 48 102.945 1123 0 0 -79.9894 44.8088 -205.85 - 48 88.244 1009 2 0 -150.337 22.05 -146.086 - 48 35.3379 1010 2 0 -150.406 22.05 -145.991 - 48 88.2572 1093 0 0 -67.7545 38.7574 -206.25 - 48 414.177 1092 0 0 -67.4729 38.65 -206.173 - 48 3.72203 1091 0 0 -66.4783 38.4499 -206.247 - 48 65.4381 734 0 0 -40.5264 -33.1094 -206.25 - 48 359.516 262 0 0 44.3427 -127.607 -206.25 - 48 136.649 1017 6 0 -75.9163 23.6321 -26.25 - 48 57.4187 519 6 1 -76.1755 23.9286 -24.85 - 48 91.7649 518 6 1 -76.2508 24.009 -24.7076 - 48 55.1458 517 6 1 -76.45 23.9911 -24.5057 - 48 35.6085 255 0 1 -129.067 134.23 -204.85 -Number of digits in this event = 17 + 15 106.677 367 8 1 -106.599 89.6061 35.55 + 15 164.387 1347 8 0 -106.6 89.6054 34.15 + 15 131.801 367 7 1 -106.606 89.5918 5.55 + 15 120.755 1347 7 0 -106.6 89.5935 4.15 + 15 121.114 368 6 1 -106.436 89.5589 -24.45 + 15 122.993 1347 6 0 -106.425 89.5657 -25.85 + 15 99.906 369 5 1 -106.277 89.7707 -54.45 + 15 188.427 1348 5 0 -106.278 89.7685 -55.85 + 15 147.839 369 4 1 -106.249 89.8047 -84.45 + 15 135.93 1348 4 0 -106.242 89.7848 -85.85 + 15 118.654 370 3 1 -106.109 89.2521 -114.45 + 15 113.793 1345 3 0 -106.102 89.2179 -115.85 + 15 123.52 371 2 1 -105.917 88.4696 -144.45 + 15 38.3154 1342 2 0 -105.893 88.4514 -145.85 + 15 95.5223 1341 2 0 -105.891 88.45 -145.96 + 15 114.345 373 1 1 -105.379 88.1783 -174.45 + 15 116.792 1340 1 0 -105.338 88.1615 -175.85 + 15 129.397 378 0 1 -104.411 87.761 -204.45 + 15 105.083 1338 0 0 -104.368 87.7492 -205.85 + 15 204.207 1294 5 0 -157.496 78.9422 -56.25 + 15 232.199 370 2 1 -106.122 89.9825 -144.45 + 15 100.639 1349 2 0 -106.155 89.9896 -145.85 + 15 116.951 366 1 1 -106.827 90.1998 -174.45 + 15 127.922 1350 1 0 -106.809 90.1834 -175.85 + 15 0.219546 369 0 1 -106.35 89.6568 -204.45 + 15 362.478 368 0 1 -106.35 89.6572 -204.452 + 15 138.976 1349 0 0 -106.675 89.9597 -205.85 + 15 61.1903 369 2 1 -106.15 89.9609 -144.636 + 15 175.443 1348 2 0 -106.267 89.7868 -145.85 + 15 185.973 355 1 1 -109.023 84.975 -174.45 + 15 253.575 1323 1 0 -109.402 84.7317 -175.85 + 15 85.1667 305 0 1 -119.092 78.1875 -204.45 + 15 29.7739 304 0 1 -119.15 78.1732 -204.772 + 15 125.511 1290 0 0 -119.368 78.1796 -205.85 + 15 217.244 1345 0 0 -106.445 89.0952 -205.85 +Number of digits in this event = 23 Using G4ParticleGun ... -7.58322 LIN +1.0349 LIN e- -Event: 49 -Number of tracker hits in this event = 17 - 49 101.277 1469 7 1 114.149 94.8387 5.55 - 49 101.082 1373 7 0 114.15 94.8386 4.15 - 49 280.93 1470 6 1 114.176 94.8344 -24.45 - 49 177.554 1373 6 0 114.178 94.8342 -25.85 - 49 130.535 1470 5 1 114.204 94.8284 -54.45 - 49 87.1554 1373 5 0 114.205 94.8283 -55.85 - 49 123.52 1470 4 1 114.224 94.8276 -84.45 - 49 120.466 1373 4 0 114.226 94.8274 -85.85 - 49 110.708 1470 3 1 114.255 94.8284 -114.45 - 49 128.064 1373 3 0 114.257 94.8288 -115.85 - 49 122.217 1470 2 1 114.298 94.8348 -144.45 - 49 158.152 1373 2 0 114.299 94.835 -145.85 - 49 119.328 1470 1 1 114.31 94.8434 -174.45 - 49 137.809 1373 1 0 114.311 94.8447 -175.85 - 49 125.231 1470 0 1 114.326 94.8782 -204.45 - 49 102.79 1373 0 0 114.327 94.8788 -205.85 - 49 308.049 1469 6 1 114.15 94.7923 -24.5208 -Number of digits in this event = 13 -Using G4ParticleGun ... -9.33459 LIN -e- -Event: 50 -Number of tracker hits in this event = 122 - 50 111.323 953 10 1 10.7699 85.8026 95.55 - 50 215.32 1328 10 0 10.7689 85.8023 94.15 - 50 106.851 953 9 1 10.7501 85.8008 65.55 - 50 108.266 1328 9 0 10.7494 85.7998 64.15 - 50 131.308 953 8 1 10.7347 85.7793 35.55 - 50 132.916 1328 8 0 10.7341 85.778 34.15 - 50 178.601 953 7 1 10.7216 85.7514 5.55 - 50 106.899 1328 7 0 10.7211 85.7499 4.15 - 50 116.651 953 6 1 10.713 85.7199 -24.45 - 50 122.61 1328 6 0 10.7131 85.7178 -25.85 - 50 223.384 953 5 1 10.7157 85.6756 -54.45 - 50 99.8041 1328 5 0 10.7158 85.6729 -55.85 - 50 473.449 953 4 1 10.7182 85.6073 -84.45 - 50 413.226 1327 4 0 10.7183 85.6033 -85.85 - 50 380.402 953 3 1 10.7207 85.5194 -114.45 - 50 701.747 1327 3 0 10.7208 85.5153 -115.85 - 50 408.425 953 2 1 10.7264 85.4321 -144.45 - 50 229.6 1326 2 0 10.7272 85.4277 -145.85 - 50 392.593 953 1 1 10.7291 85.3341 -174.45 - 50 234.292 1326 1 0 10.7206 85.335 -175.85 - 50 226.27 952 0 1 10.5457 85.3525 -204.45 - 50 135.251 1326 0 0 10.537 85.355 -205.85 - 50 157.423 1645 4 1 149.291 55.7053 -84.85 - 50 61.8908 1642 4 1 148.75 55.8397 -84.6503 - 50 11.214 1363 1 0 12.2637 92.8909 -176.25 - 50 54.1465 1714 1 0 -116.76 163.029 -176.25 - 50 254.953 1202 3 0 88.2559 60.5112 -116.25 - 50 45.7344 1201 3 0 88.3122 60.45 -116.003 - 50 185.221 1142 3 0 124.694 48.5402 -116.25 - 50 193.359 1143 3 0 124.769 48.65 -115.985 - 50 69.3396 954 5 1 10.85 85.4722 -54.6544 - 50 148.513 1331 5 0 10.6594 86.367 -55.85 - 50 82.3266 1227 5 0 -10.6748 65.4659 -56.25 - 50 161.168 987 5 0 26.7062 17.5313 -56.25 - 50 440.962 1327 2 0 10.7112 85.512 -145.85 - 50 185.337 951 1 1 10.4112 85.3163 -174.45 - 50 114.875 1325 0 0 10.4964 85.1997 -205.85 - 50 7.00578 963 14 0 -68.9696 12.681 213.75 - 50 55.0474 962 14 0 -69.0143 12.65 213.997 - 50 87.0782 550 14 1 -69.9044 11.934 215.15 - 50 90.6055 549 14 1 -70.05 11.8551 215.292 - 50 25.1409 548 14 1 -70.2501 11.8489 215.467 - 50 16.3757 1142 0 0 48.0832 48.5636 -206.25 - 50 61.7971 1165 0 1 53.2462 100.439 -204.45 - 50 179.984 1166 0 1 53.25 100.383 -204.468 - 50 343.044 1141 0 0 48.1363 48.45 -206.093 - 50 118.353 1140 0 0 48.3513 48.25 -206.079 - 50 132.767 1139 0 0 48.282 48.05 -206.164 - 50 129.893 979 1 1 15.8585 86.0546 -174.45 - 50 571.535 1330 1 0 16.0455 86.1378 -175.85 - 50 216.812 997 0 1 19.5856 88.0638 -204.45 - 50 96.2974 1339 0 0 19.6327 87.8832 -205.85 - 50 17.9991 1338 0 0 19.6438 87.85 -206.172 - 50 285.753 1331 1 0 16.098 86.25 -176.176 - 50 70.6612 977 2 1 15.5569 85.0042 -144.45 - 50 66.3577 976 2 1 15.45 84.9008 -144.661 - 50 67.0355 1321 2 0 14.7554 84.3364 -145.85 - 50 83.249 1320 2 0 14.6323 84.2499 -146.024 - 50 17.5895 661 2 0 -81.3153 -47.7946 -146.25 - 50 76.717 660 2 0 -81.3519 -47.85 -146.235 - 50 121.64 659 2 0 -81.5038 -48.05 -146.16 - 50 65.7747 658 2 0 -81.6922 -48.2501 -146.053 - 50 130.594 657 2 0 -81.8431 -48.45 -145.944 - 50 22.5459 656 2 0 -81.9913 -48.65 -145.861 - 50 1.55138 482 2 1 -83.6464 -50.9358 -144.85 - 50 106.416 481 2 1 -83.65 -50.9412 -144.847 - 50 68.6255 480 2 1 -83.8502 -51.1748 -144.829 - 50 87.4049 612 2 0 -89.0625 -57.4557 -145.85 - 50 61.7037 611 2 0 -89.1972 -57.65 -145.866 - 50 66.3988 610 2 0 -89.311 -57.85 -145.885 - 50 57.5248 609 2 0 -89.4441 -58.051 -145.927 - 50 75.1658 608 2 0 -89.5468 -58.2501 -145.964 - 50 67.6715 607 2 0 -89.6289 -58.45 -145.971 - 50 53.7459 606 2 0 -89.7277 -58.65 -145.981 - 50 58.2792 605 2 0 -89.8229 -58.85 -146.013 - 50 75.6484 604 2 0 -89.9113 -59.0506 -146.06 - 50 29.4925 603 2 0 -89.992 -59.25 -146.071 - 50 24.1596 602 2 0 -90.15 -59.5487 -146.064 - 50 72.908 601 2 0 -90.2125 -59.65 -146.061 - 50 119.646 600 2 0 -90.3541 -59.85 -146.044 - 50 69.1055 599 2 0 -90.542 -60.05 -146.042 - 50 143.808 598 2 0 -90.6864 -60.25 -146.053 - 50 101.616 597 2 0 -90.7991 -60.45 -146.059 - 50 65.5385 596 2 0 -90.9408 -60.6501 -146.063 - 50 63.6558 595 2 0 -91.1192 -60.85 -146.07 - 50 66.6488 594 2 0 -91.28 -61.05 -146.084 - 50 86.9433 593 2 0 -91.4277 -61.25 -146.056 - 50 42.3309 592 2 0 -91.5999 -61.45 -145.947 - 50 25.4239 434 2 1 -93.2158 -61.6359 -144.85 - 50 49.9375 433 2 1 -93.3502 -61.6463 -144.773 - 50 75.1591 432 2 1 -93.55 -61.6463 -144.679 - 50 60.1834 431 2 1 -93.75 -61.6808 -144.557 - 50 149.889 491 3 0 -51.4013 -81.674 -116.25 - 50 21.9437 490 3 0 -50.9985 -81.85 -115.909 - 50 123.569 649 3 1 -50.1871 -82.4316 -114.85 - 50 56.1801 650 3 1 -50.05 -82.568 -114.622 - 50 99.8483 956 2 1 11.3816 85.5668 -144.45 - 50 115.449 1328 2 0 11.3094 85.6644 -145.85 - 50 163.647 949 1 1 10.0096 87.6388 -174.45 - 50 134.038 1338 1 0 9.94571 87.6551 -175.85 - 50 109.582 943 0 1 8.72822 88.1185 -204.45 - 50 107.761 1341 0 0 8.59759 88.3219 -205.85 - 50 44.7174 534 3 1 -73.05 -17.0004 -114.678 - 50 147.202 952 3 1 10.6479 85.5846 -114.45 - 50 109.058 952 2 1 10.4968 85.2958 -144.45 - 50 40.6618 950 1 1 10.25 84.9969 -174.667 - 50 108.095 1324 1 0 10.2297 84.9607 -175.85 - 50 123.73 948 0 1 9.7842 84.059 -204.45 - 50 97.6544 1319 0 0 9.73953 84.0112 -205.85 - 50 58.5758 1043 8 1 28.8145 -144.241 35.15 - 50 67.8834 175 8 0 28.9028 -144.958 34.1499 - 50 121.426 954 3 1 10.9135 85.5263 -114.45 - 50 112.194 950 2 1 10.0736 86.3374 -144.45 - 50 114.572 1331 2 0 10.0149 86.3523 -145.85 - 50 50.7444 945 1 1 9.0558 86.6825 -174.45 - 50 88.0821 944 1 1 9.05 86.686 -174.603 - 50 172.265 1333 1 0 8.9997 86.7139 -175.85 - 50 10.2977 939 0 1 7.85347 87.5582 -204.45 - 50 118.583 938 0 1 7.85 87.5582 -204.478 - 50 106.645 1337 0 0 7.68085 87.5549 -205.85 - 50 13.5441 1302 5 1 80.4667 25.9164 -54.85 - 50 71.5819 1354 5 1 90.95 -3.91292 -54.5465 -Number of digits in this event = 45 -Using G4ParticleGun ... -9.42623 LIN -e- -Event: 51 -Number of tracker hits in this event = 183 - 51 295.694 824 11 1 -15.2167 69.5847 125.55 - 51 194.918 1247 11 0 -15.2164 69.5852 124.15 - 51 561.6 824 10 1 -15.2116 69.598 95.55 - 51 360.671 1247 10 0 -15.2112 69.5981 94.15 - 51 231.094 824 9 1 -15.2024 69.6005 65.55 - 51 320.152 1247 9 0 -15.2024 69.6015 64.15 - 51 112.087 824 8 1 -15.2066 69.6223 35.55 - 51 122.045 1247 8 0 -15.2069 69.6229 34.15 - 51 376.492 824 7 1 -15.207 69.6367 5.55 - 51 430.022 1247 7 0 -15.203 69.6408 4.15 - 51 238.767 824 6 1 -15.1236 69.7263 -24.45 - 51 337.09 1248 6 0 -15.1187 69.7311 -25.85 - 51 124.659 825 5 1 -15.0195 69.8309 -54.45 - 51 386.616 1248 5 0 -15.0117 69.8355 -55.85 - 51 176.446 825 4 1 -14.8624 69.9162 -84.45 - 51 494.618 1249 4 0 -14.8532 69.9227 -85.85 - 51 75.4579 826 3 1 -14.6525 70.0788 -114.45 - 51 51.8546 827 3 1 -14.65 70.079 -114.694 - 51 348.198 1250 3 0 -14.6377 70.0804 -115.85 - 51 140.937 828 2 1 -14.3337 70.1176 -144.45 - 51 242.716 1250 2 0 -14.3148 70.116 -145.85 - 51 110.319 830 1 1 -13.9352 70.0982 -174.45 - 51 278.833 1250 1 0 -13.9249 70.1001 -175.85 - 51 181.875 831 0 1 -13.7315 70.1547 -204.45 - 51 219.776 1250 0 0 -13.7217 70.1614 -205.85 - 51 157.365 1106 4 0 5.10068 41.4076 -86.25 - 51 153.627 1705 4 0 -103.91 161.274 -86.25 - 51 238.862 826 2 1 -14.7238 70.1658 -144.45 - 51 128.83 1251 2 0 -14.773 70.3449 -145.85 - 51 124.733 828 1 1 -14.3766 74.1156 -174.45 - 51 224.388 1272 1 0 -14.3334 74.5079 -175.85 - 51 17.6799 833 0 1 -13.433 82.4635 -204.45 - 51 92.1837 832 0 1 -13.45 82.4654 -204.522 - 51 109.852 1312 0 0 -13.7687 82.4685 -205.85 - 51 125.196 827 1 1 -14.6295 70.2298 -174.45 - 51 105.983 827 0 1 -14.5466 70.3277 -204.45 - 51 131.428 1251 0 0 -14.5428 70.331 -205.85 - 51 108.055 824 4 1 -15.158 69.723 -84.45 - 51 159.959 1250 4 0 -14.5581 70.096 -85.85 - 51 66.4023 885 3 1 -2.98193 75.2355 -114.45 - 51 71.7493 886 3 1 -2.84997 75.2712 -114.6 - 51 15.5646 887 3 1 -2.64993 75.3228 -114.8 - 51 28.5111 1277 3 0 -1.62929 75.6282 -115.85 - 51 184.795 1278 3 0 -1.55025 75.6501 -115.929 - 51 130.473 999 2 1 19.9097 81.6257 -144.45 - 51 3.47205 998 2 1 19.85 81.9505 -144.837 - 51 32.9626 1313 2 0 19.7265 82.7844 -145.85 - 51 112.727 1314 2 0 19.7197 82.85 -145.936 - 51 8.5009 1315 2 0 19.7055 83.05 -146.225 - 51 47.3333 977 1 1 15.5666 102.813 -174.45 - 51 57.8411 976 1 1 15.45 102.847 -174.545 - 51 74.6491 975 1 1 15.25 102.86 -174.684 - 51 7.34439 974 1 1 15.05 102.883 -174.839 - 51 437.468 1414 1 0 13.4107 103.008 -175.85 - 51 280.497 1413 1 0 12.8178 102.95 -176.043 - 51 49.1185 1412 1 0 11.8194 102.75 -176.203 - 51 86.9866 1168 1 0 -3.82929 53.7556 -176.25 - 51 49.8852 1169 1 0 -3.72192 53.85 -175.957 - 51 88.9185 892 1 1 -1.58166 55.0199 -174.85 - 51 222.966 893 1 1 -1.44978 55.1094 -174.804 - 51 17.6813 894 1 1 -1.25 55.6308 -174.509 - 51 108.907 978 1 1 15.6917 102.818 -174.45 - 51 53.2252 979 1 1 15.85 103.06 -174.776 - 51 70.9963 1420 1 0 16.4228 104.215 -175.85 - 51 167.742 1421 1 0 16.5325 104.35 -176.012 - 51 131.12 1546 1 0 37.2995 129.367 -176.25 - 51 177.937 1545 1 0 37.2557 129.35 -176.177 - 51 169.996 1079 1 1 36.0221 130.762 -174.85 - 51 96.97 823 4 1 -15.25 69.7203 -84.5426 - 51 161.043 1248 4 0 -15.3781 69.7356 -85.85 - 51 136.935 806 3 1 -18.723 69.451 -114.45 - 51 158.533 1248 3 0 -18.7567 69.6607 -115.85 - 51 258.893 804 2 1 -19.1725 73.5351 -144.45 - 51 152.624 1269 2 0 -19.3224 73.8639 -145.85 - 51 119.16 788 1 1 -22.2608 80.9752 -174.451 - 51 90.7865 1306 1 0 -22.3291 81.3568 -175.85 - 51 7.01085 1307 1 0 -22.3364 81.45 -176.218 - 51 137.31 786 0 1 -22.8079 88.7855 -204.45 - 51 337.951 1344 0 0 -22.9419 88.9635 -205.85 - 51 27.9122 824 5 1 -15.2321 69.7054 -54.45 - 51 352.479 823 5 1 -15.25 69.708 -54.4986 - 51 3.02601 1334 5 0 -4.09491 87.0471 -56.25 - 51 191.368 1335 5 0 -4.08971 87.05 -56.2431 - 51 24.8194 884 5 1 -3.10295 87.4012 -54.85 - 51 99.5871 885 5 1 -3.05 87.4182 -54.7724 - 51 9.0589 1310 6 0 1.84207 82.0566 -26.2497 - 51 122.88 1309 6 0 1.84771 82.05 -26.2181 - 51 17.9787 913 6 1 2.78821 81.9282 -24.85 - 51 141.217 914 6 1 2.85 81.915 -24.7608 - 51 125.282 823 6 1 -15.2983 69.6485 -24.45 - 51 114.064 821 4 1 -15.7448 69.8887 -84.45 - 51 172.068 817 3 1 -16.6198 70.4127 -114.45 - 51 199.172 1252 3 0 -16.6544 70.4501 -115.85 - 51 143.773 813 2 1 -17.3284 71.1974 -144.45 - 51 28.6941 1255 2 0 -17.3897 71.2471 -145.85 - 51 252.61 1256 2 0 -17.3934 71.25 -145.933 - 51 128.621 807 1 1 -18.5415 72.0887 -174.45 - 51 125.603 1260 1 0 -18.5956 72.129 -175.85 - 51 148.596 801 0 1 -19.791 72.987 -204.45 - 51 158.591 1264 0 0 -19.8268 73.0175 -205.85 - 51 101.585 1261 2 0 -16.8181 72.3261 -145.85 - 51 215.273 1262 2 0 -16.8266 72.45 -146.041 - 51 2.62854 814 2 1 -17.126 73.7772 -144.85 - 51 94.6904 1280 2 0 -18.781 76.0569 -145.85 - 51 397.543 823 7 1 -15.25 69.6345 5.33621 - 51 126.408 1249 5 0 -15.4202 69.9337 -55.85 - 51 219.896 822 4 1 -15.63 70.3994 -84.45 - 51 145.404 1251 4 0 -15.6357 70.4235 -85.85 - 51 112.083 821 3 1 -15.7497 70.894 -114.45 - 51 108.801 1254 3 0 -15.7503 70.9188 -115.85 - 51 148.767 821 2 1 -15.7805 71.4007 -144.45 - 51 115.028 821 1 1 -15.8137 71.8162 -174.45 - 51 117.939 1258 1 0 -15.8117 71.8173 -175.85 - 51 112.887 821 0 1 -15.8151 71.8055 -204.45 - 51 137.673 1258 0 0 -15.811 71.8276 -205.85 - 51 645.875 825 9 1 -14.9683 68.5246 65.55 - 51 122.067 1241 9 0 -14.9914 68.4385 64.15 - 51 87.8336 823 8 1 -15.4434 66.6202 35.55 - 51 36.1775 822 8 1 -15.45 66.6021 35.2825 - 51 130.938 1232 8 0 -15.4744 66.528 34.15 - 51 164.349 819 7 1 -16.1973 64.7403 5.55 - 51 124.908 1223 7 0 -16.1985 64.6728 4.15 - 51 122.851 819 6 1 -16.1437 63.2461 -24.45 - 51 120.203 1215 6 0 -16.1457 63.171 -25.85 - 51 161.311 818 5 1 -16.3529 61.293 -54.45 - 51 159.565 1205 5 0 -16.2993 61.2253 -55.85 - 51 119.889 1195 4 0 -15.5666 59.1662 -85.8502 - 51 97.3923 818 3 1 -16.3584 57.1809 -114.451 - 51 125.196 1185 3 0 -16.3652 57.1028 -115.85 - 51 152.558 817 2 1 -16.4744 55.8403 -144.451 - 51 105.293 1179 2 0 -16.5131 55.8775 -145.85 - 51 132.466 812 1 1 -17.5167 56.5031 -174.45 - 51 25.0077 813 1 1 -17.45 56.5039 -174.757 - 51 113.577 1182 1 0 -17.2078 56.5046 -175.85 - 51 134.725 842 0 1 -11.5557 56.5569 -204.45 - 51 106.177 1182 0 0 -11.446 56.6301 -205.85 - 51 98.1593 1183 0 0 -11.4173 56.65 -206.182 - 51 37.4723 725 0 1 -34.85 67.1078 -204.588 - 51 5.93777 816 0 1 -16.8029 44.2265 -204.45 - 51 238.734 819 5 1 -16.2499 61.1765 -54.526 - 51 306.995 1210 5 0 -16.1812 62.1272 -55.85 - 51 33.081 826 9 1 -14.85 68.373 65.3231 - 51 380.648 823 9 1 -15.2501 67.8272 65.3074 - 51 132.671 826 8 1 -14.6626 69.7734 35.55 - 51 144.012 1248 8 0 -14.6483 69.7832 34.15 - 51 129.269 828 7 1 -14.3522 69.9287 5.55 - 51 117.437 1249 7 0 -14.3399 69.9423 4.15 - 51 106.961 829 6 1 -14.2242 70.2329 -24.45 - 51 201.349 1251 6 0 -14.211 70.2899 -25.85 - 51 198.096 830 5 1 -13.9043 71.4124 -54.45 - 51 261.265 1257 5 0 -13.9029 71.481 -55.85 - 51 364.364 830 4 1 -13.8984 72.7996 -84.45 - 51 137.144 1264 4 0 -13.8884 72.8912 -85.85 - 51 141.707 831 3 1 -13.7433 75.0234 -114.45 - 51 118.566 1275 3 0 -13.7237 75.1245 -115.85 - 51 132.73 833 2 1 -13.3104 77.2311 -144.45 - 51 158.712 1286 2 0 -13.2957 77.3035 -145.85 - 51 122.565 835 1 1 -13.0428 78.5753 -174.45 - 51 118.599 1292 1 0 -13.0012 78.5696 -175.85 - 51 182.822 839 0 1 -12.2329 78.234 -204.45 - 51 121.287 1290 0 0 -12.1856 78.2334 -205.85 - 51 67.0177 1247 4 0 -13.1072 69.65 -85.9184 - 51 163.621 829 4 1 -14.05 68.3029 -84.6677 - 51 148.855 828 4 1 -14.2501 68.0321 -84.4919 - 51 149.343 1532 3 0 -70.1705 126.621 -116.25 - 51 70.0948 1520 3 0 -66.061 124.35 -115.978 - 51 48.8412 1504 3 0 -69.6948 121.15 -115.906 - 51 104.921 1533 3 0 -70.2725 126.75 -116.023 - 51 109.784 828 3 1 -14.265 70.0455 -114.45 - 51 232.697 787 2 1 -22.4726 72.7881 -144.45 - 51 124.697 1265 2 0 -22.9508 73.1017 -145.85 - 51 73.149 725 1 1 -34.9418 78.5218 -174.45 - 51 67.2961 724 1 1 -35.05 78.5136 -174.64 - 51 147.985 1291 1 0 -35.7176 78.4375 -175.85 - 51 172.942 644 0 1 -51.1361 77.1533 -204.45 - 51 0.427023 643 0 1 -51.25 77.1611 -204.848 - 51 165.184 1285 0 0 -51.5851 77.1689 -205.85 - 51 65.5742 829 3 1 -14.1698 69.9608 -114.45 - 51 76.086 830 3 1 -14.05 69.958 -114.636 - 51 3.56301 917 2 1 3.64754 74.9641 -144.45 - 51 123.56 918 2 1 3.65 74.9639 -144.454 - 51 108.687 1276 2 0 4.30254 75.3737 -145.85 - 51 53.5051 1277 2 0 4.41449 75.45 -146.218 -Number of digits in this event = 107 -Using G4ParticleGun ... -2.77547 LIN -e- -Event: 52 -Number of tracker hits in this event = 97 - 52 124.567 1341 10 1 88.3395 -51.3759 95.55 - 52 115.583 643 10 0 88.3388 -51.3744 94.15 - 52 148.61 1340 9 1 88.2408 -51.3208 65.55 - 52 106.296 643 9 0 88.2344 -51.3185 64.15 - 52 130.305 1340 8 1 88.1082 -51.2688 35.55 - 52 193.464 643 8 0 88.1011 -51.2665 34.15 - 52 89.6678 1339 7 1 87.9622 -51.2241 5.55 - 52 130.956 644 7 0 87.9575 -51.2224 4.15 - 52 145.213 1338 6 1 87.8499 -51.1828 -24.45 - 52 115.2 644 6 0 87.843 -51.181 -25.85 - 52 121.344 1338 5 1 87.6975 -51.1427 -54.45 - 52 267.624 644 5 0 87.6912 -51.1439 -55.85 - 52 118.767 1337 4 1 87.568 -51.1591 -84.45 - 52 109.931 644 4 0 87.5676 -51.1586 -85.85 - 52 323.382 1337 3 1 87.5592 -51.1385 -114.45 - 52 111.406 644 3 0 87.5602 -51.1374 -115.85 - 52 121.103 1337 2 1 87.5624 -51.1113 -144.45 - 52 112.276 644 2 0 87.5615 -51.1115 -145.85 - 52 150.412 1337 1 1 87.5539 -51.1084 -174.45 - 52 222.799 644 1 0 87.5529 -51.1015 -175.85 - 52 166.835 1337 0 1 87.5254 -50.9556 -204.45 - 52 149.437 645 0 0 87.5223 -50.9456 -205.85 - 52 253.228 645 3 0 87.6933 -51.0391 -115.85 - 52 167.921 1350 2 1 90.1956 -48.3333 -144.45 - 52 277.989 657 2 0 90.4626 -48.4851 -145.85 - 52 302.406 1371 1 1 94.5213 -50.8846 -174.45 - 52 161.834 1372 1 1 94.55 -50.9046 -174.521 - 52 38.4715 643 1 0 95.2047 -51.25 -176.138 - 52 272.649 1433 0 1 106.913 -58.558 -204.45 - 52 28.7474 601 0 0 106.883 -59.7846 -205.85 - 52 148.268 600 0 0 106.882 -59.85 -205.926 - 52 35.3402 599 0 0 106.875 -60.0503 -206.151 - 52 80.5175 425 0 0 124.154 -95.0186 -206.25 - 52 100.344 424 0 0 124.34 -95.15 -206.115 - 52 42.0681 423 0 0 124.658 -95.35 -205.938 - 52 64.5508 1531 0 1 126.375 -96.4951 -204.85 - 52 118.566 1532 0 1 126.55 -96.6186 -204.738 - 52 73.7498 1533 0 1 126.75 -96.7546 -204.605 - 52 2.05615 1534 0 1 126.95 -96.8771 -204.457 - 52 20.6603 1536 0 1 127.538 -97.2659 -204.45 - 52 116.357 1537 0 1 127.55 -97.2601 -204.513 - 52 45.6738 415 0 0 127.777 -96.9939 -205.85 - 52 62.6247 416 0 0 127.794 -96.95 -206.022 - 52 65.7164 1455 1 0 137.541 111.15 -175.965 - 52 145.121 1456 1 0 137.54 111.35 -175.907 - 52 6.49044 662 2 0 89.9179 -47.4637 -145.85 - 52 235.414 663 2 0 89.9152 -47.4496 -145.861 - 52 9.77016 1384 0 1 96.9664 -50.5659 -204.45 - 52 117.724 1383 0 1 96.95 -50.5458 -204.47 - 52 81.3555 1382 0 1 96.75 -50.367 -204.667 - 52 70.439 653 0 0 95.6788 -49.3913 -205.85 - 52 85.6033 654 0 0 95.5888 -49.25 -206.001 - 52 149.191 679 0 0 115.707 -44.2351 -206.25 - 52 1.01986 678 0 0 116.144 -44.25 -205.859 - 52 31.3645 1481 0 1 116.505 -44.4499 -204.85 - 52 108.674 1482 0 1 116.55 -44.4694 -204.758 - 52 64.9583 1483 0 1 116.75 -44.5317 -204.567 - 52 71.5758 1484 0 1 116.95 -44.5862 -204.513 - 52 91.0056 1485 0 1 117.15 -44.723 -204.49 - 52 55.8117 1486 0 1 117.35 -44.8129 -204.712 - 52 139.366 673 0 0 117.841 -45.4123 -205.85 - 52 120.333 655 0 0 118.921 -48.903 -206.25 - 52 318.844 1496 0 1 119.35 -48.9723 -204.85 - 52 85.5232 1495 0 1 119.35 -49.03 -204.695 - 52 170.365 1327 2 1 85.5766 -46.9954 -144.45 - 52 106.656 665 2 0 85.2511 -46.9102 -145.85 - 52 6.85955 1290 1 1 78.0627 -44.8119 -174.45 - 52 98.1112 1289 1 1 78.0496 -44.8173 -174.474 - 52 3.32147 1288 1 1 77.85 -44.9028 -174.841 - 52 128.662 674 1 0 77.3509 -45.1589 -175.851 - 52 5.98148 673 1 0 77.1681 -45.25 -176.23 - 52 4.94072 1228 0 1 65.6569 -51.4304 -204.45 - 52 115.156 1227 0 1 65.65 -51.4326 -204.468 - 52 31.7378 642 0 0 65.1463 -51.632 -205.85 - 52 73.4591 641 0 0 65.104 -51.65 -205.97 - 52 175.105 1336 2 1 87.2853 -51.0024 -144.45 - 52 180.887 645 2 0 87.5233 -50.9168 -145.85 - 52 74.2183 1363 1 1 92.9225 -49.6599 -174.45 - 52 64.1051 1364 1 1 92.95 -49.695 -174.648 - 52 160.059 650 1 0 93.0827 -49.8999 -175.85 - 52 53.4633 1379 0 1 96.1155 -54.5917 -204.45 - 52 100.753 1380 0 1 96.15 -54.5818 -204.555 - 52 121.266 628 0 0 96.5899 -54.433 -205.85 - 52 55.6458 1335 2 1 87.1499 -51.0621 -144.45 - 52 77.6594 1334 2 1 87.05 -51.0983 -144.622 - 52 138.877 642 2 0 86.5086 -51.4693 -145.85 - 52 194.669 565 2 0 66.0587 -67.0452 -146.25 - 52 114.584 564 2 0 66.0536 -67.05 -146.242 - 52 5.99704 899 4 0 57.0866 -0.0647503 -86.25 - 52 75.326 900 4 0 57.0392 0.05 -86.2284 - 52 68.6161 901 4 0 56.9828 0.25 -86.2147 - 52 95.3768 902 4 0 57.0474 0.45 -86.1202 - 52 65.9291 903 4 0 57.1124 0.65 -86.0101 - 52 56.5569 904 4 0 57.0705 0.85 -86.0362 - 52 139.565 905 4 0 57.0732 1.05008 -86.025 - 52 171.912 1179 4 1 55.864 2.71891 -84.85 - 52 68.3658 1178 4 1 55.85 2.73232 -84.8275 -Number of digits in this event = 40 -Using G4ParticleGun ... -5.07767 LIN -e- -Event: 53 -Number of tracker hits in this event = 86 - 53 153.331 497 9 1 -80.5333 104.368 65.55 - 53 101.765 1421 9 0 -80.535 104.372 64.15 - 53 147.532 497 8 1 -80.5689 104.458 35.55 - 53 118.193 1421 8 0 -80.5725 104.464 34.15 - 53 184.838 497 7 1 -80.6428 104.59 5.55 - 53 107.931 1422 7 0 -80.6465 104.594 4.15 - 53 217.378 496 6 1 -80.7271 104.686 -24.45 - 53 139.313 1422 6 0 -80.732 104.69 -25.85 - 53 119.411 496 5 1 -80.8323 104.773 -54.45 - 53 140.459 1423 5 0 -80.8391 104.778 -55.85 - 53 131.454 495 4 1 -80.987 104.887 -84.45 - 53 325.503 1423 4 0 -80.9906 104.886 -85.85 - 53 160.994 494 3 1 -81.0504 104.833 -114.45 - 53 112.024 1423 3 0 -81.0562 104.826 -115.85 - 53 128.239 494 2 1 -81.184 104.692 -144.45 - 53 170.593 1422 2 0 -81.1973 104.686 -145.85 - 53 167.521 492 1 1 -81.4705 104.557 -174.45 - 53 53.5628 1422 1 0 -81.4804 104.551 -175.85 - 53 57.168 1421 1 0 -81.4817 104.55 -176.03 - 53 133.593 491 0 1 -81.6907 104.423 -204.45 - 53 148.501 1421 0 0 -81.7011 104.414 -205.85 - 53 84.0943 500 4 1 -79.8898 106.084 -84.45 - 53 113.724 499 4 1 -80.05 106.161 -84.6239 - 53 4.42148 498 4 1 -80.25 106.278 -84.837 - 53 57.9502 1433 4 0 -81.1664 106.885 -85.85 - 53 200.48 1434 4 0 -81.2738 106.95 -85.9695 - 53 119.607 356 3 1 -108.855 122.696 -114.45 - 53 90.84 355 3 1 -108.95 122.659 -114.51 - 53 73.623 354 3 1 -109.15 122.543 -114.697 - 53 21.063 1508 3 0 -110.19 121.788 -115.85 - 53 86.8133 1507 3 0 -110.239 121.75 -115.899 - 53 62.0436 1506 3 0 -110.451 121.55 -116.113 - 53 13.5497 243 2 1 -131.525 93.3737 -144.45 - 53 73.9509 242 2 1 -131.55 93.3662 -144.456 - 53 53.243 241 2 1 -131.751 93.2984 -144.494 - 53 64.8604 240 2 1 -131.95 93.2448 -144.502 - 53 51.0818 239 2 1 -132.15 93.1394 -144.496 - 53 54.7243 238 2 1 -132.35 93.0591 -144.509 - 53 79.3383 237 2 1 -132.55 92.9799 -144.483 - 53 160.31 236 2 1 -132.75 92.9049 -144.458 - 53 50.8024 235 2 1 -132.95 92.8414 -144.472 - 53 62.964 234 2 1 -133.15 92.7964 -144.503 - 53 282.114 233 2 1 -133.35 92.72 -144.566 - 53 10.6092 232 2 1 -133.55 92.8503 -144.827 - 53 67.0447 1370 2 0 -134.967 94.1523 -145.85 - 53 142.916 1371 2 0 -135.113 94.35 -145.956 - 53 97.3312 1372 2 0 -135.217 94.55 -146.022 - 53 39.5917 1373 2 0 -135.274 94.75 -146.033 - 53 64.7481 1374 2 0 -135.284 94.95 -145.984 - 53 61.0818 1375 2 0 -135.299 95.1504 -146.025 - 53 43.4434 1376 2 0 -135.321 95.35 -146.108 - 53 92.667 498 9 1 -80.45 104.332 65.4798 - 53 66.0759 499 9 1 -80.25 104.239 65.2721 - 53 86.4474 1418 9 0 -79.1591 103.825 64.15 - 53 81.6332 1417 9 0 -78.9629 103.75 63.9455 - 53 10.4288 634 8 1 -53.0685 95.3968 35.55 - 53 106.106 635 8 1 -53.05 95.3956 35.5237 - 53 36.0413 636 8 1 -52.85 95.3774 35.2701 - 53 259.854 1376 8 0 -51.8936 95.4159 34.15 - 53 40.5584 728 7 1 -34.4304 93.9445 5.55 - 53 78.5613 727 7 1 -34.45 93.958 5.38826 - 53 125.452 1369 7 0 -34.6654 93.9704 4.15 - 53 132.429 707 6 1 -38.4774 94.0935 -24.45 - 53 91.1858 1373 6 0 -38.5715 94.8098 -25.85 - 53 58.4926 1374 6 0 -38.5979 94.95 -26.0842 - 53 352.648 672 5 1 -45.4813 113.29 -54.45 - 53 68.2874 1488 5 0 -46.5131 117.76 -55.85 - 53 50.717 1489 5 0 -46.5564 117.95 -55.9021 - 53 80.2258 1490 5 0 -46.605 118.15 -55.9545 - 53 57.7991 1491 5 0 -46.6451 118.35 -55.9923 - 53 76.0084 1492 5 0 -46.6721 118.55 -56.0215 - 53 50.4638 1493 5 0 -46.6995 118.75 -56.0455 - 53 51.7504 1494 5 0 -46.7248 118.95 -56.0516 - 53 52.3878 1495 5 0 -46.7457 119.15 -56.0548 - 53 51.2364 1496 5 0 -46.7769 119.35 -56.0584 - 53 171.775 1497 5 0 -46.789 119.55 -56.0859 - 53 41.454 1498 5 0 -46.7851 119.75 -56.1091 - 53 96.4552 1499 5 0 -46.7426 119.95 -56.1294 - 53 79.6174 1500 5 0 -46.6919 120.15 -56.146 - 53 59.5058 1501 5 0 -46.6395 120.35 -56.1603 - 53 53.6395 1502 5 0 -46.5734 120.55 -56.1769 - 53 40.7795 1503 5 0 -46.4871 120.75 -56.2138 - 53 161.372 1471 5 0 -44.9636 114.376 -55.8501 - 53 16.3249 680 5 1 -43.9454 111.518 -54.85 - 53 12.9061 1377 8 0 -51.5031 95.5501 33.7789 - 53 309.48 1467 8 0 -30.4246 113.695 33.75 -Number of digits in this event = 27 -Using G4ParticleGun ... -4.83756 LIN -e- -Event: 54 -Number of tracker hits in this event = 70 - 54 122.527 944 11 1 8.98914 40.2781 125.55 - 54 138.569 1101 11 0 8.9896 40.2761 124.15 - 54 120.302 944 10 1 9.00167 40.2331 95.55 - 54 124.038 1100 10 0 9.00213 40.2293 94.15 - 54 106.501 944 9 1 9.01233 40.1553 65.55 - 54 129.135 1100 9 0 9.01318 40.1512 64.15 - 54 276.27 944 8 1 9.031 40.0759 35.55 - 54 150.785 1100 8 0 9.03253 40.073 34.15 - 54 101.209 945 7 1 9.05221 40.0073 5.55 - 54 101.407 1099 7 0 9.05462 39.9998 4.15 - 54 160.43 945 6 1 9.10268 39.8414 -24.45 - 54 150.553 1098 6 0 9.10569 39.8341 -25.85 - 54 112.258 945 5 1 9.16662 39.6882 -54.45 - 54 100.804 1098 5 0 9.16964 39.6815 -55.85 - 54 228.825 945 4 1 9.23067 39.5448 -84.45 - 54 168.956 1097 4 0 9.23366 39.5368 -85.85 - 54 229.958 946 3 1 9.29704 39.3721 -114.45 - 54 112.922 1096 3 0 9.29993 39.3654 -115.85 - 54 385.483 946 2 1 9.3643 39.2222 -144.45 - 54 234.764 1095 2 0 9.37554 39.21 -145.85 - 54 125.846 947 1 1 9.55346 38.9314 -174.45 - 54 112.306 1094 1 0 9.55233 38.9098 -175.85 - 54 238.106 947 0 1 9.49986 38.5123 -204.45 - 54 148.521 1092 0 0 9.51568 38.498 -205.85 - 54 69.6798 1293 7 0 156.154 78.7792 3.75 - 54 53.3153 1294 7 0 156.159 78.85 4.02487 - 54 320.528 1677 7 1 155.692 78.7178 5.15 - 54 342.332 1678 7 1 155.751 78.0279 5.52506 - 54 25.7351 1598 5 1 139.75 99.8419 -54.6621 - 54 68.4732 1597 5 1 139.75 99.8563 -54.6437 - 54 14.4194 945 2 1 9.25 39.1732 -144.809 - 54 149.429 1094 2 0 9.0254 38.9897 -145.85 - 54 122.996 917 1 1 3.57435 35.448 -174.45 - 54 22.3165 1076 1 0 3.41464 35.2601 -175.85 - 54 88.8779 1075 1 0 3.40653 35.25 -175.923 - 54 48.7924 896 0 1 -0.803299 31.4173 -204.45 - 54 104.577 895 0 1 -0.85 31.3662 -204.572 - 54 130.012 1053 0 0 -1.29369 30.8327 -205.85 - 54 5.77922 1052 0 0 -1.43984 30.65 -206.23 - 54 52.7386 958 1 1 11.8241 37.3529 -174.45 - 54 89.9258 959 1 1 11.85 37.3529 -174.608 - 54 105.173 1086 1 0 12.0417 37.3507 -175.85 - 54 198.18 981 0 1 16.4098 37.4943 -204.45 - 54 104.232 1087 0 0 16.4066 37.6115 -205.85 - 54 12.2619 943 8 1 8.85 39.9137 35.1844 - 54 94.8052 1094 8 0 7.99917 39.048 34.1498 - 54 71.0302 1093 8 0 7.77405 38.85 33.9202 - 54 32.7496 1092 8 0 7.69917 38.65 33.8185 - 54 187.657 831 8 0 49.6245 -13.7497 33.75 - 54 199.686 1148 8 1 49.7591 -13.5786 35.15 - 54 136.155 1098 4 0 9.23217 39.6973 -85.85 - 54 0.318023 1053 3 1 30.8484 29.0229 -114.45 - 54 162.15 1054 3 1 30.85 29.0239 -114.451 - 54 55.7049 1055 3 1 31.05 29.1398 -114.552 - 54 64.1507 1056 3 1 31.2503 29.2523 -114.654 - 54 44.3984 1057 3 1 31.45 29.3635 -114.765 - 54 143.852 1051 3 0 33.0636 30.266 -115.85 - 54 152.026 1052 3 0 33.3714 30.4503 -116.042 - 54 39.6687 1337 2 1 87.5058 59.4991 -144.45 - 54 81.7183 1338 2 1 87.65 59.4263 -144.534 - 54 86.8495 1339 2 1 87.85 59.3437 -144.641 - 54 124.515 1340 2 1 88.0501 59.2794 -144.733 - 54 33.0082 1341 2 1 88.25 59.2089 -144.808 - 54 116.395 1189 2 0 91.0753 58.0385 -145.85 - 54 152.276 1188 2 0 91.4629 57.8499 -145.989 - 54 122.275 1187 2 0 91.9028 57.6499 -146.101 - 54 33.9798 1186 2 0 92.2369 57.4499 -146.22 - 54 20.9671 1191 2 0 89.6274 58.4451 -145.85 - 54 21.8775 1192 2 0 89.646 58.4501 -145.855 - 54 46.4827 1345 2 1 89.063 58.8192 -144.85 -Number of digits in this event = 34 -Using G4ParticleGun ... -4.52423 LIN -e- -Event: 55 -Number of tracker hits in this event = 41 - 55 107.273 1105 11 1 41.0955 -39.0432 125.55 - 55 95.8341 705 11 0 41.0971 -39.0451 124.15 - 55 237.223 1105 10 1 41.1241 -39.088 95.55 - 55 102.275 704 10 0 41.124 -39.0912 94.15 - 55 127.483 1105 9 1 41.118 -39.1585 65.55 - 55 127.025 704 9 0 41.1174 -39.1592 64.15 - 55 109.579 1105 8 1 41.103 -39.1766 35.55 - 55 375.489 704 8 0 41.1023 -39.1779 34.15 - 55 143.242 1105 7 1 41.0881 -39.1949 5.55 - 55 106.627 704 7 0 41.0881 -39.198 4.15 - 55 111.923 1105 6 1 41.0893 -39.2602 -24.45 - 55 138.288 703 6 0 41.0917 -39.2636 -25.85 - 55 104.735 1105 5 1 41.1402 -39.3388 -54.45 - 55 154.582 703 5 0 41.1411 -39.3372 -55.85 - 55 131.954 1105 4 1 41.1827 -39.3112 -84.45 - 55 196.599 703 4 0 41.1858 -39.3107 -85.85 - 55 247.189 1105 3 1 41.2345 -39.271 -114.45 - 55 246.115 703 3 0 41.2269 -39.2693 -115.85 - 55 112.584 1104 2 1 41.0479 -39.2425 -144.45 - 55 133.771 704 2 0 41.0478 -39.2328 -145.85 - 55 108.777 1105 1 1 41.0856 -39.0019 -174.45 - 55 141.383 705 1 0 41.1037 -38.9925 -175.85 - 55 94.4739 1107 0 1 41.5049 -38.8274 -204.45 - 55 182.366 706 0 0 41.5307 -38.8307 -205.85 - 55 171.367 1115 3 1 43.1283 -39.4166 -114.45 - 55 124.25 1118 2 1 43.7865 -39.4766 -144.45 - 55 163.307 701 2 0 43.4821 -39.6906 -145.85 - 55 213.488 1085 1 1 37.1358 -44.4265 -174.45 - 55 179.87 677 1 0 36.9198 -44.5972 -175.85 - 55 1.26629 676 1 0 36.8581 -44.65 -176.241 - 55 120.427 1062 0 1 32.4768 -48.3388 -204.45 - 55 158.332 657 0 0 32.6932 -48.5566 -205.85 - 55 130.436 704 3 0 41.1302 -39.1743 -115.85 - 55 127.017 1108 2 1 41.7032 -38.6666 -144.45 - 55 113.68 707 2 0 41.734 -38.6473 -145.85 - 55 103.747 1111 1 1 42.4369 -38.2712 -174.45 - 55 52.6502 708 1 0 42.4369 -38.2525 -175.85 - 55 48.8982 709 1 0 42.4367 -38.25 -176.048 - 55 173.331 1111 0 1 42.2764 -38.037 -204.45 - 55 147.525 710 0 0 42.308 -38.0429 -205.85 - 55 285.974 693 5 0 81.5437 -41.2832 -56.25 -Number of digits in this event = 29 -Using G4ParticleGun ... -6.22368 LIN -e- -Event: 56 -Number of tracker hits in this event = 69 - 56 99.1095 891 8 1 -1.69105 139.736 35.55 - 56 137.605 1597 8 0 -1.69171 139.736 34.15 - 56 116.123 891 7 1 -1.70721 139.719 5.55 - 56 134.523 1597 7 0 -1.70758 139.718 4.15 - 56 198.327 891 6 1 -1.71492 139.711 -24.45 - 56 122.177 1597 6 0 -1.7147 139.71 -25.85 - 56 236.838 891 5 1 -1.71024 139.7 -54.45 - 56 116.809 1597 5 0 -1.70954 139.699 -55.85 - 56 131.15 891 4 1 -1.70086 139.678 -84.45 - 56 121.315 1597 4 0 -1.71047 139.647 -85.8503 - 56 120.193 890 3 1 -1.88009 139.366 -114.45 - 56 148.928 1596 3 0 -1.81487 139.425 -115.85 - 56 112.503 897 2 1 -0.645676 140.807 -144.45 - 56 102.159 1603 2 0 -0.591562 140.924 -145.85 - 56 17.4164 1604 2 0 -0.577679 140.95 -146.157 - 56 251.695 904 1 1 1.03226 143.064 -174.45 - 56 217.988 905 1 1 1.05 143.085 -174.648 - 56 122.977 1615 1 0 1.1744 143.214 -175.85 - 56 209.91 920 0 1 4.1443 146.475 -204.45 - 56 154.437 1631 0 0 4.49805 146.5 -205.85 - 56 40.4996 1377 0 1 95.55 64.2504 -204.562 - 56 407.38 891 1 1 -1.71355 139.549 -174.45 - 56 213.895 1596 1 0 -1.7093 139.547 -175.85 - 56 343.29 891 0 1 -1.66821 139.494 -204.45 - 56 321.424 1596 0 0 -1.66654 139.491 -205.85 - 56 39.923 909 2 0 -42.2022 2.05 -146.131 - 56 231.921 908 2 0 -42.2446 1.85 -145.926 - 56 18.3969 1595 0 0 -1.7444 139.35 -206.182 - 56 30.6326 888 0 1 -2.37791 102.857 -204.85 - 56 255.099 1599 5 0 -1.71111 139.963 -55.85 - 56 168.432 885 4 1 -2.96394 143.046 -84.45 - 56 11.7211 886 4 1 -2.85 143.016 -84.8232 - 56 138.331 1614 4 0 -2.51437 142.972 -85.8502 - 56 52.5861 926 3 1 5.31341 140.829 -114.45 - 56 82.7774 927 3 1 5.45 140.806 -114.622 - 56 5.46314 1602 3 0 6.22689 140.554 -115.85 - 56 193.974 1601 3 0 6.24049 140.55 -115.872 - 56 28.1373 1029 2 1 26.0018 134.92 -144.45 - 56 134.291 1030 2 1 26.05 134.983 -144.522 - 56 49.7634 1031 2 1 26.25 135.241 -144.76 - 56 67.8423 1583 2 0 27.7317 136.801 -145.85 - 56 103.646 1584 2 0 27.8956 136.95 -145.966 - 56 78.7488 1585 2 0 28.1261 137.15 -146.118 - 56 36.0066 1275 1 1 75.224 176.024 -174.45 - 56 126.584 1276 1 1 75.25 176.051 -174.503 - 56 23.1801 1277 1 1 75.45 176.29 -174.848 - 56 99.6839 1783 1 0 75.8749 176.826 -175.85 - 56 45.5004 1784 1 0 75.9941 176.95 -176.106 - 56 50.3654 1789 1 0 77.1942 178.036 -175.85 - 56 81.2662 1790 1 0 77.2672 178.15 -175.924 - 56 54.5692 1791 1 0 77.2666 178.35 -176.036 - 56 64.397 1792 1 0 77.2807 178.55 -176.055 - 56 114.787 891 3 1 -1.71947 139.689 -114.706 - 56 262.871 1597 3 0 -1.69224 139.686 -115.85 - 56 125.622 894 2 1 -1.08731 140.036 -144.45 - 56 213.306 1599 2 0 -0.976637 139.965 -145.85 - 56 282.484 1598 2 0 -0.955551 139.95 -146.158 - 56 1.66854 1588 1 0 1.35516 137.753 -175.85 - 56 149.012 1587 1 0 1.35597 137.75 -175.856 - 56 44.9451 921 0 1 4.25 128.415 -204.71 - 56 106.759 1541 0 0 4.32713 128.375 -205.85 - 56 234.903 74 12 1 -165.193 -108.475 155.15 - 56 6.63294 903 1 1 0.85 138.905 -174.832 - 56 184.505 1599 1 0 -0.278979 140.031 -175.85 - 56 123.224 1600 1 0 -0.399896 140.15 -175.962 - 56 69.8258 1601 1 0 -0.631388 140.35 -176.115 - 56 99.9068 891 2 1 -1.82902 139.742 -144.45 - 56 119.303 893 0 1 -1.29714 140.782 -204.45 - 56 142.652 1603 0 0 -1.29018 140.822 -205.85 -Number of digits in this event = 36 -Using G4ParticleGun ... -3.94682 LIN -e- -Event: 57 -Number of tracker hits in this event = 31 - 57 126.126 847 10 1 -10.4611 114.225 95.55 - 57 162.13 1470 10 0 -10.4618 114.225 94.15 - 57 130.349 847 9 1 -10.4735 114.222 65.55 - 57 146.363 1470 9 0 -10.4739 114.219 64.15 - 57 124.128 847 8 1 -10.4768 114.16 35.55 - 57 129.912 1470 8 0 -10.4773 114.157 34.15 - 57 127.787 847 7 1 -10.4957 114.1 5.55 - 57 159.775 1469 7 0 -10.4982 114.096 4.15 - 57 116.046 847 6 1 -10.5509 114.009 -24.45 - 57 138.233 1469 6 0 -10.5548 114.005 -25.85 - 57 103.62 847 5 1 -10.6291 113.907 -54.45 - 57 109.83 1468 5 0 -10.6343 113.902 -55.85 - 57 153.565 846 4 1 -10.7449 113.803 -84.45 - 57 135.837 1468 4 0 -10.752 113.798 -85.85 - 57 164.025 845 3 1 -10.8966 113.703 -114.45 - 57 110.221 1467 3 0 -10.9031 113.699 -115.85 - 57 286.745 845 2 1 -11.0354 113.636 -144.45 - 57 128.343 1467 2 0 -11.0433 113.635 -145.85 - 57 123.574 844 1 1 -11.2019 113.62 -174.45 - 57 114.286 1467 1 0 -11.209 113.618 -175.85 - 57 96.4004 843 0 1 -11.3583 113.573 -204.45 - 57 118.86 1467 0 0 -11.3693 113.573 -205.85 - 57 79.666 1332 0 1 86.45 -130.042 -204.575 - 57 84.8434 1351 0 1 90.35 -130.131 -204.509 - 57 2.93323 1508 1 1 121.75 -113.106 -174.55 - 57 330.48 432 0 1 -93.7345 68.6171 -204.45 - 57 189.714 1176 0 0 -10.9115 55.3416 -206.25 - 57 44.8029 1175 0 0 -10.9645 55.25 -206.052 - 57 180.563 846 0 1 -10.6906 114.091 -204.45 - 57 32.4135 847 0 1 -10.65 114.125 -204.845 - 57 363.379 1470 0 0 -10.504 114.205 -205.85 -Number of digits in this event = 22 -Using G4ParticleGun ... -3.55362 LIN -e- -Event: 58 -Number of tracker hits in this event = 78 - 58 146.347 995 11 1 19.2127 -71.6484 125.55 - 58 115.966 542 11 0 19.2144 -71.6478 124.15 - 58 108.899 995 10 1 19.2474 -71.6441 95.55 - 58 160.643 542 10 0 19.2549 -71.6463 94.15 - 58 120.477 996 9 1 19.3944 -71.6955 65.55 - 58 116.506 541 9 0 19.4141 -71.6852 64.15 - 58 128.095 998 8 1 19.8033 -71.3898 35.55 - 58 101.864 543 8 0 19.8133 -71.3695 34.15 - 58 180.856 999 7 1 19.9834 -70.9977 5.55 - 58 123.855 545 7 0 20.0143 -70.9771 4.15 - 58 97.8787 1003 6 1 20.6534 -70.5185 -24.45 - 58 106.411 547 6 0 20.6789 -70.498 -25.85 - 58 138.787 1005 5 1 21.2316 -70.0009 -54.45 - 58 114.403 550 5 0 21.2782 -69.9584 -55.85 - 58 119.658 1011 4 1 22.3493 -69.0675 -84.45 - 58 121.408 555 4 0 22.3853 -69.0443 -85.85 - 58 155.168 1015 3 1 23.1496 -68.6565 -114.45 - 58 104.033 557 3 0 23.1983 -68.6048 -115.85 - 58 114.623 1020 2 1 24.215 -67.5661 -144.45 - 58 196.927 562 2 0 24.2636 -67.5469 -145.85 - 58 136.293 1025 1 1 25.2161 -67.0934 -174.45 - 58 112.903 564 1 0 25.2294 -67.0912 -175.85 - 58 137.98 1026 0 1 25.3861 -67.1969 -204.45 - 58 105.803 564 0 0 25.3902 -67.2335 -205.85 - 58 235.855 569 1 0 25.1313 -66.1877 -175.85 - 58 40.22 1022 0 1 24.5572 -69.4605 -204.45 - 58 82.1455 1023 0 1 24.65 -69.5097 -204.545 - 58 31.3684 1024 0 1 24.85 -69.609 -204.769 - 58 59.9235 548 0 0 26.1246 -70.4363 -205.85 - 58 159.862 547 0 0 26.1426 -70.45 -205.867 - 58 171.462 682 1 0 0.686452 -43.6067 -176.25 - 58 101.426 895 1 1 -0.917373 -44.0785 -174.85 - 58 71.7409 894 1 1 -1.05 -44.1518 -174.703 - 58 29.1768 635 2 0 -1.60899 -52.8511 -146.25 - 58 252.984 636 2 0 -1.59616 -52.85 -146.153 - 58 130.483 637 2 0 -1.82665 -52.65 -146.148 - 58 72.8252 561 1 0 24.931 -67.7953 -175.85 - 58 236.845 537 7 0 21.1083 -72.5304 4.15 - 58 27.5297 1185 8 1 57.1216 23.817 35.15 - 58 239.883 995 3 1 19.2373 -71.7013 -114.45 - 58 90.4304 541 3 0 19.0978 -71.7929 -115.85 - 58 131.73 973 2 1 14.8425 -72.8415 -144.45 - 58 100.648 535 2 0 14.6346 -72.914 -145.85 - 58 118.798 953 1 1 10.7495 -74.2565 -174.45 - 58 127.132 527 1 0 10.5732 -74.5496 -175.85 - 58 104.962 933 0 1 6.75882 -80.797 -204.45 - 58 81.6307 492 0 0 6.71682 -81.5193 -205.85 - 58 60.3972 491 0 0 6.70804 -81.65 -206.087 - 58 86.5583 317 0 0 16.8424 -116.621 -206.25 - 58 146.068 316 0 0 16.992 -116.75 -206.101 - 58 6.58864 315 0 0 17.1936 -116.95 -205.867 - 58 11.4606 990 0 1 18.2178 -117.979 -204.85 - 58 89.1026 991 0 1 18.25 -118.009 -204.818 - 58 57.2918 992 0 1 18.45 -118.201 -204.596 - 58 37.3933 162 1 0 46.4534 -147.678 -176.25 - 58 158.692 161 1 0 46.5258 -147.75 -176.176 - 58 19.1597 160 1 0 46.7886 -147.95 -175.906 - 58 129.755 1136 1 1 47.3422 -148.167 -174.85 - 58 163.021 1137 1 1 47.45 -148.197 -174.674 - 58 73.2458 1135 1 1 47.2492 -147.884 -174.689 - 58 99.7674 1134 1 1 47.05 -147.759 -174.716 - 58 47.5117 1133 1 1 46.85 -147.677 -174.692 - 58 79.3547 1132 1 1 46.6498 -147.61 -174.779 - 58 24.1616 1131 1 1 46.45 -147.627 -174.824 - 58 95.5625 156 1 0 43.4964 -148.808 -175.85 - 58 58.8412 155 1 0 43.2934 -148.95 -175.901 - 58 90.0842 154 1 0 43.2094 -149.15 -175.924 - 58 61.4373 153 1 0 43.0954 -149.35 -176.011 - 58 72.2083 152 1 0 43.0462 -149.55 -176.106 - 58 2.21997 151 1 0 43.0577 -149.75 -176.243 - 58 200.974 543 3 0 19.0492 -71.3545 -115.85 - 58 70.104 987 2 1 17.6065 -63.7147 -144.45 - 58 79.2592 988 2 1 17.65 -63.7397 -144.7 - 58 107.161 580 2 0 17.8928 -63.9229 -145.85 - 58 118.533 1003 1 1 20.7744 -71.0061 -174.45 - 58 103.301 545 1 0 20.508 -70.9179 -175.85 - 58 112.522 967 0 1 13.606 -70.7314 -204.45 - 58 77.7747 549 0 0 13.6949 -70.25 -205.977 -Number of digits in this event = 28 -Using G4ParticleGun ... -7.66613 LIN -e- -Event: 59 -Number of tracker hits in this event = 255 - 59 129.872 1236 11 1 67.3611 15.3654 125.55 - 59 137.605 976 11 0 67.3605 15.3659 124.15 - 59 393.846 1236 10 1 67.3503 15.3836 95.55 - 59 239.846 976 10 0 67.3481 15.3855 94.15 - 59 165.398 1236 9 1 67.2929 15.4113 65.55 - 59 118.708 976 9 0 67.2907 15.411 64.15 - 59 140.733 1235 8 1 67.2452 15.407 35.55 - 59 326.983 976 8 0 67.2427 15.4057 34.15 - 59 344.841 1235 7 1 67.1896 15.3803 5.55 - 59 256.469 976 7 0 67.1864 15.3788 4.15 - 59 553.963 1235 6 1 67.1178 15.3451 -24.45 - 59 533.29 976 6 0 67.114 15.3423 -25.85 - 59 286.896 1234 5 1 67.0328 15.2841 -54.45 - 59 217.033 976 5 0 67.0282 15.282 -55.85 - 59 158.501 1234 4 1 66.932 15.2445 -84.45 - 59 131.439 975 4 0 66.9249 15.2424 -85.85 - 59 299.108 1233 3 1 66.7736 15.1997 -114.45 - 59 131.557 975 3 0 66.7669 15.198 -115.85 - 59 232.052 1232 2 1 66.6283 15.1719 -144.45 - 59 201.261 975 2 0 66.6363 15.2388 -145.85 - 59 39.605 976 2 0 66.6379 15.25 -146.084 - 59 116.14 1233 1 1 66.6599 16.6485 -174.45 - 59 109.857 983 1 0 66.6432 16.7153 -175.85 - 59 317.611 1231 0 1 66.3596 17.9455 -204.45 - 59 140.215 989 0 0 66.3126 17.97 -205.85 - 59 59.6249 144 3 1 -151.15 -75.5201 -114.745 - 59 60.5522 143 3 1 -151.35 -75.6041 -114.606 - 59 217.269 142 3 1 -151.697 -75.6809 -114.45 - 59 123.265 141 3 1 -151.75 -75.6576 -114.529 - 59 143.784 523 3 0 -152.587 -75.3567 -115.85 - 59 17.7122 524 3 0 -152.889 -75.25 -116.19 - 59 75.3926 525 3 0 -152.51 -74.95 -115.85 - 59 74.5175 526 3 0 -152.608 -74.8498 -115.927 - 59 132.974 527 3 0 -152.697 -74.6497 -116.038 - 59 368.21 1462 2 0 42.2313 112.55 -146.106 - 59 78.5468 1721 1 1 164.35 84.7402 -174.607 - 59 156.169 975 6 0 66.8711 15.1155 -25.85 - 59 110.89 1201 5 1 60.4128 10.6223 -54.45 - 59 242.228 952 5 0 60.2529 10.6209 -55.85 - 59 95.1888 1173 4 1 54.679 10.2029 -84.45 - 59 71.8122 1174 4 1 54.85 10.3233 -84.6527 - 59 430.421 954 4 0 55.8057 10.873 -85.85 - 59 12.5878 1178 4 0 69.5288 55.8253 -86.25 - 59 71.4261 1179 4 0 69.5172 55.8508 -86.2274 - 59 68.6445 1180 4 0 69.4549 56.05 -86.093 - 59 54.6107 1181 4 0 69.3867 56.2502 -85.9713 - 59 0.308534 1182 4 0 69.3385 56.4505 -85.8508 - 59 99.9807 1243 4 1 68.7914 58.3255 -84.85 - 59 103.641 1242 4 1 68.65 58.7008 -84.7843 - 59 135.846 1241 4 1 68.45 58.9917 -84.7811 - 59 83.4181 1240 4 1 68.25 59.357 -84.8322 - 59 48.2684 1220 4 0 64.7279 64.0888 -85.85 - 59 58.4585 1221 4 0 64.6571 64.25 -85.9011 - 59 50.847 1222 4 0 64.5856 64.45 -85.9324 - 59 39.934 1223 4 0 64.4759 64.65 -85.9051 - 59 88.0884 1213 4 1 62.8384 66.4349 -84.8498 - 59 60.3672 1212 4 1 62.65 66.6351 -84.6864 - 59 85.3917 1211 4 1 62.45 66.7349 -84.627 - 59 145.726 1210 4 1 62.25 66.8154 -84.5695 - 59 19.4286 1209 4 1 62.0497 66.8205 -84.4827 - 59 91.8836 951 5 0 60.221 10.45 -55.9924 - 59 100.172 950 5 0 60.2931 10.25 -55.9224 - 59 297.834 949 5 0 60.4725 10.05 -55.942 - 59 115.447 1246 5 1 69.3306 15.7516 -54.45 - 59 224.486 978 5 0 69.361 15.8199 -55.85 - 59 43.073 1248 4 1 69.8303 17.5503 -84.45 - 59 84.5576 1249 4 1 69.85 17.5547 -84.58 - 59 68.6961 987 4 0 70.0129 17.6347 -85.85 - 59 36.2338 988 4 0 70.0509 17.65 -86.1272 - 59 120.908 1269 3 1 74.0021 18.6053 -114.45 - 59 110.18 991 3 0 73.9858 18.3639 -115.85 - 59 106.046 1266 2 1 73.399 13.503 -144.45 - 59 134.852 965 2 0 73.4538 13.1129 -145.85 - 59 54.357 964 2 0 73.4632 13.05 -146.093 - 59 121.103 1273 1 1 74.7527 5.80229 -174.45 - 59 120.905 926 1 0 75.0778 5.42735 -175.85 - 59 173.591 1305 0 1 81.0823 -1.6531 -204.45 - 59 115.708 890 0 0 81.5395 -1.98915 -205.85 - 59 17.6672 889 0 0 81.6848 -2.05 -206.187 - 59 232.646 1097 4 0 38.4113 39.5524 -86.25 - 59 237.438 1096 4 0 38.3433 39.45 -86.1371 - 59 168.404 1098 4 0 37.9636 39.65 -86.058 - 59 534.044 1236 8 1 67.289 15.4491 35.55 - 59 150.414 977 8 0 67.2875 15.4517 34.15 - 59 109.919 977 7 0 67.2266 15.5149 4.15 - 59 100.431 978 6 0 67.0928 15.6617 -25.85 - 59 214.044 1233 4 1 66.7392 15.687 -84.45 - 59 105.61 978 4 0 66.7352 15.6791 -85.85 - 59 115.191 977 3 0 66.6517 15.5036 -115.85 - 59 166.317 1232 1 1 66.6373 14.5083 -174.45 - 59 122.117 972 1 0 66.6304 14.4779 -175.85 - 59 120.9 968 0 0 66.3889 13.8034 -205.85 - 59 115.983 317 14 1 -116.553 125.122 215.15 - 59 128.937 316 14 1 -116.75 125.145 215.446 - 59 7.23164 1489 14 0 -97.4102 118.15 213.931 - 59 175.031 1234 6 1 66.9869 15.2638 -24.45 - 59 138.462 1233 5 1 66.8067 15.2869 -54.45 - 59 146.665 977 4 0 66.6959 15.549 -85.85 - 59 115.009 1231 3 1 66.4209 15.2491 -114.45 - 59 125.977 976 3 0 66.3902 15.2914 -115.85 - 59 100.082 1228 2 1 65.8218 16.2052 -144.45 - 59 94.4297 980 2 0 65.8324 16.2175 -145.85 - 59 108.942 1229 1 1 66.0119 16.4859 -174.45 - 59 117.862 982 1 0 66.0416 16.47 -175.85 - 59 229.605 1233 0 1 66.7079 16.0513 -204.45 - 59 167.189 979 0 0 66.6984 16.0303 -205.85 - 59 191.333 1234 0 1 66.85 15.9723 -204.609 - 59 31.495 872 2 0 61.9211 -5.57132 -146.25 - 59 39.2495 871 2 0 61.8927 -5.65 -146.222 - 59 80.8957 907 2 0 80.8178 1.48601 -146.25 - 59 134.489 975 8 0 67.3038 15.2034 34.1499 - 59 177.11 1251 7 1 70.2513 15.7718 5.55 - 59 107.024 978 7 0 70.2746 15.7516 4.15 - 59 93.6587 1253 6 1 70.7028 14.1791 -24.4502 - 59 23.3994 1252 6 1 70.65 14.2005 -24.773 - 59 119.494 971 6 0 70.4027 14.2772 -25.85 - 59 70.5964 1219 5 1 63.9301 16.6654 -54.4502 - 59 84.2669 1220 5 1 64.05 16.6423 -54.6475 - 59 61.7492 982 5 0 64.8099 16.4545 -55.85 - 59 376.995 981 5 0 64.8267 16.45 -55.8767 - 59 56.0296 1331 4 1 86.3453 11.4711 -84.45 - 59 73.4918 1332 4 1 86.45 11.4411 -84.539 - 59 80.8451 1333 4 1 86.65 11.386 -84.7027 - 59 2.10994 1334 4 1 86.8507 11.3355 -84.8472 - 59 81.6836 641 4 0 131.284 -51.6527 -86.25 - 59 147.983 640 4 0 131.352 -51.8502 -86.121 - 59 96.7453 639 4 0 131.473 -52.05 -85.968 - 59 86.3266 638 4 0 131.64 -52.2501 -85.8544 - 59 127.725 637 4 0 131.774 -52.45 -85.9095 - 59 134.115 636 4 0 131.983 -52.65 -86.1219 - 59 211.702 1566 4 1 133.493 -51.294 -84.8497 - 59 196.826 1567 4 1 133.55 -51.2155 -84.7695 - 59 86.6799 1565 4 1 133.35 -50.6524 -84.5683 - 59 242.359 1564 4 1 133.15 -50.5694 -84.5304 - 59 115.12 1698 6 1 159.792 -109.96 -24.45 - 59 106.03 1697 6 1 159.75 -109.869 -24.5585 - 59 60.9301 983 5 0 64.9195 16.65 -56.142 - 59 220.916 984 5 0 64.973 16.85 -56.13 - 59 27.8057 1228 5 1 65.8077 16.3284 -54.85 - 59 170.895 1229 5 1 65.8501 16.2777 -54.7868 - 59 263.851 1230 5 1 66.05 16.1495 -54.7388 - 59 2.59163 1260 6 0 10.7723 72.2433 -26.25 - 59 60.7806 1261 6 0 10.7642 72.2502 -26.2466 - 59 12.3342 1255 6 0 10.6494 71.1952 -26.25 - 59 127.342 1244 7 1 68.9639 17.8683 5.54973 - 59 21.9787 990 7 0 69.2208 18.2254 4.14862 - 59 89.9995 991 7 0 69.2389 18.25 4.05608 - 59 420.273 1274 6 1 74.9685 26.9259 -24.4501 - 59 19.4063 1275 6 1 75.05 27.0937 -24.7771 - 59 215.403 1038 6 0 75.3107 27.6916 -25.85 - 59 45.2698 1039 6 0 75.3835 27.8501 -26.1342 - 59 40.7738 1328 5 1 85.7978 43.0979 -54.45 - 59 228.845 1329 5 1 85.85 43.0743 -54.5619 - 59 168.43 1113 5 0 86.4335 42.7546 -55.8507 - 59 129.863 1392 4 1 98.6016 37.1848 -84.4504 - 59 50.0629 1393 4 1 98.75 37.2982 -84.6947 - 59 4.23378 1088 4 0 99.5052 37.842 -85.8502 - 59 228.131 1089 4 0 99.5163 37.85 -85.8674 - 59 62.3577 1490 3 1 118.204 48.7078 -114.45 - 59 81.8691 1491 3 1 118.35 48.826 -114.557 - 59 64.8842 1492 3 1 118.55 48.9901 -114.713 - 59 3.66089 1150 3 0 119.905 50.2413 -115.85 - 59 138.114 1151 3 0 119.914 50.2504 -115.858 - 59 154.499 1152 3 0 120.126 50.45 -116.032 - 59 23.7188 1153 3 0 120.318 50.65 -116.201 - 59 53.2044 1640 2 1 148.237 79.2763 -144.45 - 59 107.076 1641 2 1 148.35 79.3402 -144.568 - 59 25.8369 1642 2 1 148.55 79.547 -144.783 - 59 45.3076 1302 2 0 149.477 80.5334 -145.85 - 59 119.407 1303 2 0 149.59 80.65 -145.971 - 59 22.1337 1304 2 0 149.789 80.85 -146.191 - 59 117.515 1760 1 1 172.205 104.323 -174.45 - 59 56.2356 1759 1 1 172.15 104.339 -174.518 - 59 101.088 1273 6 1 74.8499 26.9579 -24.5901 - 59 108.043 975 10 0 67.2907 15.2256 94.15 - 59 52.9867 1274 9 1 75.0058 13.8432 65.55 - 59 78.5307 1275 9 1 75.05 13.863 65.3705 - 59 99.9044 969 9 0 75.3105 14.0108 64.15 - 59 21.2431 970 9 0 75.3765 14.05 63.8439 - 59 23.1447 1310 8 1 82.2222 17.7178 35.55 - 59 232.33 1311 8 1 82.2501 17.7156 35.4979 - 59 224.185 987 8 0 82.9646 17.6405 34.15 - 59 236.275 1382 7 1 96.6457 19.1924 5.55 - 59 120.458 998 7 0 96.8225 19.6967 4.15 - 59 98.1131 1390 6 1 98.1962 27.3687 -24.45 - 59 159.541 1419 5 1 104.001 34.081 -54.4504 - 59 29.8504 1071 5 0 103.921 34.4343 -55.85 - 59 118.035 1072 5 0 103.917 34.45 -55.9084 - 59 23.4738 1411 4 1 102.376 40.4959 -84.4507 - 59 90.824 1410 4 1 102.35 40.4986 -84.4841 - 59 37.6329 1409 4 1 102.15 40.4946 -84.7302 - 59 110.547 1101 4 0 101.316 40.4335 -85.8504 - 59 6.07719 1344 3 1 89.0306 37.6272 -114.45 - 59 71.222 1345 3 1 89.05 37.6338 -114.472 - 59 71.869 1346 3 1 89.25 37.7219 -114.671 - 59 42.6574 1347 3 1 89.45 37.7777 -114.817 - 59 206.024 1090 3 0 90.9041 38.1458 -115.85 - 59 28.211 1089 3 0 91.4385 38.05 -116.208 - 59 23.1434 1621 2 1 144.369 31.1823 -144.45 - 59 78.6445 1620 2 1 144.35 31.1872 -144.465 - 59 68.4397 1619 2 1 144.149 31.2304 -144.653 - 59 132.81 1056 2 0 143.426 31.3623 -145.85 - 59 0.0251109 1544 1 1 129.15 29.8611 -174.45 - 59 122.835 1545 1 1 129.15 29.8604 -174.452 - 59 5.2536 1046 1 0 129.003 29.2539 -175.85 - 59 211.591 1045 1 0 129.001 29.25 -175.859 - 59 55.8104 1420 5 1 104.15 34.1557 -54.4911 - 59 59.7703 1381 7 1 96.55 19.1679 5.37832 - 59 19.4098 1278 7 1 75.7426 68.4828 5.55 - 59 46.1173 1251 7 0 76.1534 70.3236 4.15 - 59 291.431 1252 7 0 76.1554 70.45 4.13295 - 59 102.579 986 8 0 81.8976 17.3708 34.1498 - 59 167.487 985 8 0 81.8341 17.25 33.9222 - 59 179.076 984 8 0 81.7981 17.05 33.8891 - 59 99.2663 980 8 0 81.8408 16.1558 34.15 - 59 135.312 1261 9 1 72.2978 15.8414 65.55 - 59 115.178 979 9 0 72.6299 15.9993 64.15 - 59 42.8823 1296 8 1 79.4071 19.136 35.55 - 59 78.1999 1297 8 1 79.45 19.1541 35.3805 - 59 212.657 996 8 0 79.744 19.2839 34.15 - 59 144.504 1334 7 1 86.8949 21.2798 5.55 - 59 204.082 1006 7 0 87.4068 21.3603 4.14954 - 59 113.979 1384 6 1 96.9544 21.9204 -24.45 - 59 158.048 1009 6 0 97.348 21.9353 -25.8505 - 59 277.084 1425 5 1 105.203 22.8558 -54.45 - 59 222.132 1013 5 0 105.392 22.8164 -55.85 - 59 5.71704 1447 4 1 109.744 21.8369 -84.45 - 59 124.882 1448 4 1 109.75 21.8384 -84.47 - 59 117.03 1009 4 0 110.135 21.9603 -85.8502 - 59 127.762 1486 3 1 117.383 23.9114 -114.45 - 59 166.731 1019 3 0 117.789 23.9675 -115.851 - 59 189.251 1534 2 1 127.102 24.057 -144.45 - 59 116.747 1535 2 1 127.15 24.0636 -144.628 - 59 128.766 1020 2 0 127.51 24.098 -145.85 - 59 215.916 1576 1 1 135.394 22.2687 -174.45 - 59 179.776 1010 1 0 135.767 22.2456 -175.85 - 59 142.321 1617 0 1 143.597 20.8915 -204.45 - 59 7.83231 1006 0 0 143.789 21.4393 -205.85 - 59 159.428 1007 0 0 143.793 21.45 -205.876 - 59 108.594 1575 1 1 135.35 22.1445 -174.576 - 59 336.687 1583 1 1 136.818 22.5922 -174.45 - 59 54.8407 1011 1 0 136.914 22.3108 -175.85 - 59 89.5768 1008 1 0 136.582 21.7357 -175.85 - 59 63.9265 1007 1 0 136.537 21.6499 -176.023 - 59 96.5355 1526 0 1 125.398 12.086 -204.45 - 59 94.1962 962 0 0 125.675 12.5667 -205.85 - 59 1.99902 963 0 0 125.716 12.65 -206.242 - 59 212.97 1010 0 0 110.451 22.107 -206.25 - 59 76.8805 1439 0 1 108.093 22.3914 -204.85 - 59 59.8016 1438 0 1 107.95 22.3987 -204.765 - 59 59.102 1437 0 1 107.75 22.4273 -204.597 - 59 76.263 1383 6 1 96.95 21.9236 -24.4645 - 59 74.4362 1382 6 1 96.75 21.9542 -24.6834 - 59 74.1051 1381 6 1 96.55 21.8603 -24.7273 - 59 152.594 1008 6 0 95.8741 21.85 -25.8592 -Number of digits in this event = 110 -Using G4ParticleGun ... -3.69155 LIN -e- -Event: 60 -Number of tracker hits in this event = 46 - 60 133.007 1135 11 1 47.0937 -19.173 125.55 - 60 164.569 804 11 0 47.093 -19.1734 124.15 - 60 102.618 1135 10 1 47.0827 -19.1866 95.55 - 60 124.805 804 10 0 47.0829 -19.1886 94.15 - 60 143.127 1135 9 1 47.0855 -19.2251 65.55 - 60 124.052 804 9 0 47.0873 -19.2268 64.15 - 60 108.262 1135 8 1 47.1288 -19.255 35.55 - 60 112.792 803 8 0 47.132 -19.2558 34.15 - 60 140.847 1135 7 1 47.2005 -19.2649 5.55 - 60 106.567 803 7 0 47.206 -19.2651 4.15 - 60 118.145 1136 6 1 47.3177 -19.2787 -24.45 - 60 123.969 803 6 0 47.3237 -19.2799 -25.85 - 60 166.302 1136 5 1 47.4481 -19.302 -54.45 - 60 102.966 803 5 0 47.4529 -19.3019 -55.85 - 60 143.592 1137 4 1 47.5497 -19.3041 -84.45 - 60 159.902 803 4 0 47.5531 -19.3036 -85.85 - 60 244.647 1137 3 1 47.6244 -19.2928 -114.45 - 60 113.882 803 3 0 47.6236 -19.2963 -115.85 - 60 111.468 1137 2 1 47.5934 -19.3835 -144.45 - 60 233.8 803 2 0 47.5991 -19.3897 -145.85 - 60 185.358 1138 1 1 47.7028 -19.4981 -174.45 - 60 161.924 802 1 0 47.708 -19.5037 -175.85 - 60 105.325 1138 0 1 47.8047 -19.6128 -204.45 - 60 122.407 802 0 0 47.8104 -19.6183 -205.85 - 60 57.5416 1139 2 1 47.8723 -19.3161 -144.45 - 60 147.387 1136 1 1 47.4491 -21.057 -174.45 - 60 112.771 794 1 0 47.3297 -21.0631 -175.85 - 60 157.826 1098 0 1 39.8476 -22.0354 -204.45 - 60 5.30595 1097 0 1 39.65 -22.1315 -204.831 - 60 132.451 789 0 0 39.2047 -22.2005 -205.85 - 60 0.12548 804 7 0 47.1363 -19.2278 4.15 - 60 25.0023 587 7 0 46.2716 -62.5768 3.75025 - 60 62.3358 586 7 0 46.2477 -62.65 3.80016 - 60 123.689 585 7 0 46.1761 -62.85 3.89551 - 60 50.4099 584 7 0 46.1636 -63.05 3.97485 - 60 46.7234 583 7 0 46.1438 -63.25 3.98903 - 60 51.9764 582 7 0 46.1294 -63.45 4.0228 - 60 64.4162 581 7 0 46.1102 -63.65 4.04354 - 60 58.093 580 7 0 46.024 -63.85 4.12316 - 60 93.3917 1127 7 1 45.6147 -66.339 5.15007 - 60 112.414 1128 7 1 45.65 -66.6082 5.2484 - 60 102.106 1129 7 1 45.85 -66.7955 5.25159 - 60 40.9322 1130 7 1 46.05 -66.787 5.28376 - 60 46.882 568 7 0 46.059 -66.3288 4.15 - 60 112.138 569 7 0 46.0484 -66.2498 4.01843 - 60 8.0675 1535 5 1 127.15 -39.9983 -54.713 -Number of digits in this event = 21 -Using G4ParticleGun ... -5.59861 LIN -e- -Event: 61 -Number of tracker hits in this event = 150 - 61 132.053 813 11 1 -17.3776 -58.0004 125.55 - 61 105.41 610 11 0 -17.3778 -58 124.15 - 61 143.963 813 10 1 -17.3775 -57.9935 95.55 - 61 119.814 610 10 0 -17.3794 -57.9939 94.15 - 61 117.227 813 9 1 -17.42 -58.0054 65.55 - 61 120.071 610 9 0 -17.4228 -58.0055 64.15 - 61 116.948 812 8 1 -17.4806 -58.0041 35.55 - 61 162.119 610 8 0 -17.4824 -58.0047 34.15 - 61 103.698 812 7 1 -17.5179 -58.0169 5.55 - 61 122.14 610 7 0 -17.5186 -58.0179 4.15 - 61 566.874 812 6 1 -17.5317 -58.0397 -24.45 - 61 372.637 610 6 0 -17.5331 -58.0424 -25.85 - 61 162.464 812 5 1 -17.5654 -58.0998 -54.45 - 61 143.616 609 5 0 -17.5681 -58.1029 -55.85 - 61 101.418 812 4 1 -17.6214 -58.1708 -84.45 - 61 124.401 609 4 0 -17.6243 -58.1738 -85.85 - 61 633.773 811 3 1 -17.6846 -58.2321 -114.45 - 61 633.272 609 3 0 -17.6869 -58.2353 -115.85 - 61 431.117 811 2 1 -17.7382 -58.3001 -144.45 - 61 229.332 608 2 0 -17.7364 -58.3013 -145.85 - 61 103.373 811 1 1 -17.696 -58.3221 -174.45 - 61 139.571 608 1 0 -17.6956 -58.323 -175.85 - 61 158.156 811 0 1 -17.6917 -58.3486 -204.45 - 61 117.816 608 0 0 -17.6912 -58.3473 -205.85 - 61 60.6805 427 7 1 -94.55 -106.303 5.41866 - 61 33.3574 316 7 0 -38.9356 -116.75 3.82061 - 61 226.051 1007 2 1 21.5686 -45.1798 -144.451 - 61 211.944 675 2 0 20.988 -44.9739 -145.85 - 61 81.7403 1380 12 1 96.35 161.379 155.199 - 61 169.294 815 2 1 -16.8662 -57.0513 -144.45 - 61 120.642 615 2 0 -16.8563 -56.9851 -145.85 - 61 232.891 815 1 1 -16.9703 -55.5202 -174.45 - 61 104.379 622 1 0 -17.0541 -55.5161 -175.85 - 61 122.412 805 0 1 -18.91 -55.2434 -204.45 - 61 106.9 624 0 0 -18.9291 -55.1826 -205.85 - 61 240.603 809 2 1 -18.1067 -58.2917 -144.45 - 61 277.444 609 2 0 -18.1419 -58.25 -145.912 - 61 209.921 806 1 1 -18.6832 -57.3725 -174.45 - 61 204.615 613 1 0 -18.683 -57.3352 -175.85 - 61 151.028 807 0 1 -18.5973 -56.6453 -204.45 - 61 122.454 617 0 0 -18.6372 -56.6066 -205.85 - 61 50.7093 612 2 0 -17.562 -57.5055 -145.85 - 61 179.92 613 2 0 -17.4913 -57.4497 -145.9 - 61 96.1695 351 5 1 -109.75 -42.1564 -54.6736 - 61 1.84467 381 7 0 -73.9625 -103.792 3.75 - 61 115.045 350 5 1 -109.95 -42.0663 -54.5282 - 61 106.15 609 6 0 -17.5657 -58.0798 -25.85 - 61 140.662 810 5 1 -17.861 -59.8974 -54.45 - 61 255.088 811 5 1 -17.85 -59.9222 -54.8172 - 61 117.527 600 5 0 -17.8214 -59.9717 -55.8502 - 61 110.967 817 4 1 -16.5243 -61.2428 -84.45 - 61 54.1154 818 4 1 -16.45 -61.225 -84.6847 - 61 50.3338 594 4 0 -16.0029 -61.0732 -85.85 - 61 83.553 595 4 0 -15.9405 -61.05 -86.0109 - 61 65.6665 873 3 1 -5.2762 -56.9147 -114.45 - 61 47.0667 874 3 1 -5.24996 -56.9165 -114.675 - 61 200.128 615 3 0 -5.07001 -56.8745 -115.85 - 61 120.059 897 2 1 -0.602113 -55.5328 -144.45 - 61 93.5965 622 2 0 -0.15181 -55.5625 -145.85 - 61 45.6712 942 1 1 8.59705 -56.0632 -174.45 - 61 90.1765 943 1 1 8.65 -56.069 -174.593 - 61 118.798 619 1 0 9.10855 -56.1707 -175.85 - 61 68.4593 991 0 1 18.4241 -59.6083 -204.45 - 61 117.922 992 0 1 18.45 -59.618 -204.499 - 61 137.191 601 0 0 19.1939 -59.8317 -205.85 - 61 82.3281 600 0 0 19.2688 -59.8501 -205.981 - 61 113.812 990 0 1 18.25 -59.6021 -204.611 - 61 6.59936 989 0 1 18.0496 -59.5797 -204.829 - 61 138.599 604 0 0 17.0208 -59.1412 -205.85 - 61 180.561 605 0 0 16.7161 -59.05 -206.1 - 61 169.478 443 0 0 -11.5742 -91.4848 -206.25 - 61 142.806 596 0 0 18.3031 -60.7573 -205.85 - 61 118.25 607 5 0 -17.9033 -58.4915 -55.85 - 61 105.89 802 4 1 -19.5027 -58.9861 -84.45 - 61 176.794 605 4 0 -19.5325 -59.0311 -85.8502 - 61 107.466 795 3 1 -20.8683 -60.6627 -114.45 - 61 247.699 596 3 0 -21.0958 -60.746 -115.85 - 61 94.3251 770 2 1 -26.0036 -63.0297 -144.45 - 61 28.3138 769 2 1 -26.05 -63.0048 -144.752 - 61 198.318 585 2 0 -26.2194 -62.9008 -145.85 - 61 14.8363 749 1 1 -30.2369 -60.4456 -174.45 - 61 110.58 748 1 1 -30.25 -60.4416 -174.513 - 61 135.107 598 1 0 -30.5185 -60.3448 -175.851 - 61 92.3523 720 0 1 -35.9374 -56.268 -204.45 - 61 28.4547 721 0 1 -35.85 -56.3631 -204.743 - 61 113.894 616 0 0 -35.5318 -56.699 -205.85 - 61 81.6114 586 2 0 -26.1962 -62.8499 -146.103 - 61 115.73 796 3 1 -20.8311 -60.6492 -114.45 - 61 113.89 781 2 1 -23.7345 -63.518 -144.45 - 61 116.417 578 2 0 -23.8479 -64.2531 -145.85 - 61 44.415 577 2 0 -23.8716 -64.45 -146.222 - 61 119.591 773 1 1 -25.2883 -78.4751 -174.45 - 61 444.526 507 1 0 -25.5485 -78.5252 -175.85 - 61 78.6166 766 0 1 -26.7577 -79.0211 -204.45 - 61 56.81 765 0 1 -26.85 -79.0805 -204.662 - 61 115.496 502 0 0 -27.285 -79.4635 -205.85 - 61 23.9638 506 1 0 -26.3509 -78.65 -176.192 - 61 131.051 756 0 1 -28.7561 -84.8573 -204.45 - 61 62.7431 757 0 1 -28.65 -84.6096 -204.763 - 61 39.6896 487 0 0 -28.6305 -82.6052 -205.85 - 61 59.0415 488 0 0 -28.6447 -82.45 -205.959 - 61 72.5562 489 0 0 -28.6869 -82.25 -206.112 - 61 200.652 574 0 0 -15.156 -65.1927 -206.25 - 61 254.769 824 0 1 -15.1184 -65.0381 -204.85 - 61 106.399 833 3 1 -13.4159 -53.5287 -114.45 - 61 112.606 635 3 0 -12.8753 -52.9892 -115.85 - 61 21.2763 636 3 0 -12.7246 -52.85 -116.188 - 61 268.958 932 2 1 6.45113 -43.077 -144.45 - 61 102.347 695 2 0 7.132 -40.9902 -145.85 - 61 68.747 696 2 0 7.17254 -40.85 -145.945 - 61 65.5686 697 2 0 7.25358 -40.65 -146.071 - 61 32.5365 698 2 0 7.33915 -40.45 -146.212 - 61 131.021 1020 1 1 24.0555 -2.49128 -174.45 - 61 118.911 888 1 0 24.1195 -2.37811 -175.85 - 61 9.07425 998 0 1 19.8313 3.088 -204.45 - 61 69.4636 999 0 1 19.8502 3.06158 -204.461 - 61 137.061 1000 0 1 20.05 2.88605 -204.456 - 61 142.982 1001 0 1 20.25 2.34226 -204.654 - 61 100.776 1002 0 1 20.45 1.82132 -204.739 - 61 80.1202 1003 0 1 20.65 1.6327 -204.655 - 61 157.668 1004 0 1 20.85 1.46642 -204.549 - 61 92.216 811 6 1 -17.65 -58.0816 -24.5622 - 61 160.539 812 2 1 -17.65 -58.1487 -144.694 - 61 92.8902 849 1 1 -10.1574 -58.9975 -174.45 - 61 104.428 850 1 1 -10.05 -58.8767 -174.609 - 61 26.2877 609 1 0 -9.35623 -58.0829 -175.85 - 61 178.592 610 1 0 -9.33001 -58.05 -175.911 - 61 51.0921 229 1 1 -134.242 -27.4692 -174.45 - 61 107.271 610 2 0 -18.0172 -57.9913 -145.85 - 61 121.592 794 1 1 -21.2143 -54.7386 -174.45 - 61 113.475 628 1 0 -21.0348 -54.37 -175.85 - 61 23.7028 549 1 0 -5.68933 -70.2088 -176.25 - 61 116.53 548 1 0 -5.6703 -70.25 -176.188 - 61 119.71 874 1 1 -5.20293 -70.8936 -174.85 - 61 2.88659 873 1 1 -5.25 -71.028 -174.464 - 61 127.338 813 2 1 -17.3782 -57.8523 -144.45 - 61 197.782 611 2 0 -17.4082 -57.7459 -145.85 - 61 443.19 807 1 1 -18.461 -55.3553 -174.45 - 61 157.942 623 1 0 -18.5606 -55.3815 -175.85 - 61 162.356 795 0 1 -20.9231 -55.961 -204.45 - 61 187.522 620 0 0 -21.0419 -55.9641 -205.85 - 61 29.0489 808 1 1 -18.45 -55.3791 -174.683 - 61 232.359 606 1 0 -16.9726 -58.7727 -175.85 - 61 112.616 821 0 1 -15.8031 -59.4718 -204.45 - 61 15.1829 602 0 0 -15.8187 -59.6456 -205.85 - 61 71.7386 619 0 0 -27.7833 -56.0593 -206.25 - 61 54.7172 767 0 1 -26.6235 -56.1118 -204.85 - 61 83.3535 768 0 1 -26.45 -56.0921 -204.746 - 61 73.8919 769 0 1 -26.25 -56.0362 -204.637 - 61 189.407 770 0 1 -26.05 -55.9914 -204.626 -Number of digits in this event = 65 -Using G4ParticleGun ... -2.61098 LIN -e- -Event: 62 -Number of tracker hits in this event = 22 - 62 141.426 1117 8 0 -139.231 43.5991 34.15 - 62 112.187 204 7 1 -139.237 43.5863 5.55 - 62 112.853 1117 7 0 -139.237 43.586 4.15 - 62 127.88 204 6 1 -139.242 43.5881 -24.45 - 62 111.532 1117 6 0 -139.248 43.5801 -25.85 - 62 194.238 204 5 1 -139.245 43.3975 -54.45 - 62 102.238 1116 5 0 -139.249 43.3958 -55.85 - 62 43.6785 205 4 1 -139.148 43.4743 -84.45 - 62 63.9008 204 4 1 -139.15 43.4824 -84.5926 - 62 151.214 1117 4 0 -139.162 43.5499 -85.85 - 62 113.687 203 3 1 -139.476 45.2066 -114.45 - 62 122.569 1126 3 0 -139.513 45.3058 -115.85 - 62 187.189 198 2 1 -140.403 47.0254 -144.45 - 62 107.941 1135 2 0 -140.411 47.1214 -145.85 - 62 123.852 198 1 1 -140.454 49.2044 -174.45 - 62 120.992 1146 1 0 -140.428 49.2563 -175.85 - 62 132.56 201 0 1 -139.947 50.0587 -204.45 - 62 108.499 1149 0 0 -139.856 49.9587 -205.85 - 62 155.21 991 6 0 -166.087 18.4204 -26.25 - 62 188.236 68 6 1 -166.5 19.0084 -24.8499 - 62 149.718 67 6 1 -166.55 19.0494 -24.7292 - 62 99.814 1025 1 0 -90.674 25.0639 -176.25 -Number of digits in this event = 14 -Using G4ParticleGun ... -2.6176 LIN -e- -Event: 63 -Number of tracker hits in this event = 79 - 63 124.452 1093 10 1 38.7368 -83.0661 95.55 - 63 128.371 484 10 0 38.7349 -83.0661 94.15 - 63 127.749 1093 9 1 38.6927 -83.0601 65.55 - 63 111.215 484 9 0 38.6873 -83.0576 64.15 - 63 121.729 1092 8 1 38.5615 -82.9975 35.55 - 63 105.537 485 8 0 38.5552 -82.9944 34.15 - 63 190.575 1091 7 1 38.3784 -82.7639 5.55 - 63 118.459 486 7 0 38.4173 -82.7619 4.15 - 63 135.804 1096 6 1 39.2762 -82.7036 -24.45 - 63 111.763 486 6 0 39.2695 -82.7134 -25.85 - 63 254.026 1095 5 1 39.1463 -82.8877 -54.45 - 63 125.849 485 5 0 39.1684 -82.8789 -55.85 - 63 257.349 1098 4 1 39.7152 -82.688 -84.45 - 63 389.235 486 4 0 39.7655 -82.6956 -85.85 - 63 158.948 1103 3 1 40.7437 -82.8761 -114.45 - 63 222.504 485 3 0 40.9763 -83.0183 -115.85 - 63 162.233 484 3 0 41.0231 -83.0501 -116.115 - 63 43.7064 1130 2 1 46.2407 -86.2877 -144.45 - 63 67.2205 1131 2 1 46.25 -86.3275 -144.596 - 63 105.51 466 2 0 46.3795 -86.6555 -145.85 - 63 153.983 1135 1 1 47.1277 -92.2556 -174.45 - 63 101.55 439 1 0 47.1064 -92.2801 -175.85 - 63 190.848 1136 0 1 47.2777 -92.4235 -204.45 - 63 117.221 438 0 0 47.4258 -92.4476 -205.85 - 63 23.5828 1481 4 1 116.447 36.5655 -84.85 - 63 94.2158 1482 4 1 116.55 36.7111 -84.6076 - 63 66.07 1483 4 1 116.75 36.8572 -84.4887 - 63 273.73 1484 4 1 116.95 36.9753 -84.4934 - 63 81.3132 1083 4 0 117.799 36.6658 -85.85 - 63 242.563 1082 4 0 117.958 36.65 -85.8711 - 63 434.151 564 0 0 120.87 -67.1185 -205.998 - 63 76.8194 1510 0 1 122.164 -66.9414 -204.85 - 63 199.745 1511 0 1 122.35 -66.9157 -204.673 - 63 97.9048 535 1 0 144.09 -72.9236 -176.25 - 63 114.059 534 1 0 144.333 -73.05 -175.926 - 63 12.5916 1624 1 1 145.124 -73.8036 -174.85 - 63 121.35 1625 1 1 145.15 -73.8274 -174.815 - 63 53.7244 1627 1 1 145.601 -74.1826 -174.45 - 63 81.7971 1628 1 1 145.75 -74.2797 -174.581 - 63 53.2654 1629 1 1 145.95 -74.4069 -174.735 - 63 72.273 523 1 0 147.555 -75.3348 -175.85 - 63 83.8322 522 1 0 147.756 -75.45 -176.035 - 63 104.481 561 1 0 167.338 -67.7774 -176.25 - 63 21.7724 562 1 0 167.324 -67.65 -175.921 - 63 503.675 1735 1 1 167.327 -67.223 -174.85 - 63 240.156 1736 1 1 167.35 -67.0788 -174.532 - 63 3.20888 1630 2 1 146.222 -72.6127 -144.85 - 63 205.298 563 0 0 121.724 -67.2504 -206.211 - 63 78.8124 518 0 0 139.307 -76.3965 -206.25 - 63 317.642 1091 4 1 38.2871 -82.7267 -84.4504 - 63 122.182 1098 3 1 39.8207 -81.4403 -114.451 - 63 140.799 493 3 0 39.8233 -81.3484 -115.85 - 63 305.409 1101 2 1 40.2734 -77.4975 -144.45 - 63 3.3615 1102 2 1 40.45 -77.38 -144.843 - 63 53.0925 514 2 0 40.873 -77.0872 -145.85 - 63 141.783 515 2 0 40.9258 -77.05 -145.978 - 63 32.0705 1164 1 1 53.0085 -69.283 -174.45 - 63 88.5861 1165 1 1 53.05 -69.3192 -174.558 - 63 171.796 551 1 0 53.4882 -69.6979 -175.85 - 63 185.369 1209 0 1 61.9784 -75.4483 -204.45 - 63 59.5162 511 0 0 62.4072 -77.7656 -205.85 - 63 71.962 510 0 0 62.4272 -77.85 -205.898 - 63 78.321 509 0 0 62.479 -78.05 -206.023 - 63 47.044 508 0 0 62.5388 -78.25 -206.189 - 63 118.249 397 0 0 64.9366 -100.636 -206.25 - 63 33.9093 396 0 0 64.8088 -100.75 -205.965 - 63 192.564 1220 0 1 64.1364 -101.54 -204.85 - 63 219.051 1219 0 1 64.05 -101.688 -204.694 - 63 115.578 1091 3 1 38.3251 -83.1346 -114.45 - 63 112.558 1093 2 1 38.7184 -81.9541 -144.45 - 63 97.0952 490 2 0 38.7422 -81.9483 -145.85 - 63 94.2431 1095 1 1 39.2308 -81.8004 -174.45 - 63 105.679 491 1 0 39.2358 -81.7991 -175.85 - 63 345.554 1097 0 1 39.5195 -81.596 -204.45 - 63 215.388 492 0 0 39.5464 -81.6203 -205.85 - 63 122.889 1098 0 1 39.6503 -81.6544 -204.704 - 63 17.4301 490 0 0 40.2359 -82.0326 -205.85 - 63 126.148 489 0 0 40.264 -82.05 -205.902 - 63 141.198 491 0 0 39.6872 -81.6762 -205.85 -Number of digits in this event = 40 -Using G4ParticleGun ... -9.93417 LIN -e- -Event: 64 -Number of tracker hits in this event = 144 - 64 108.06 481 11 0 -0.317405 -83.8386 124.15 - 64 147.321 898 10 1 -0.320205 -83.8382 95.55 - 64 181.418 481 10 0 -0.319357 -83.8386 94.15 - 64 132.281 898 9 1 -0.304569 -83.8509 65.55 - 64 107.896 480 9 0 -0.30363 -83.8515 64.15 - 64 101.354 898 8 1 -0.29179 -83.8653 35.55 - 64 114.899 480 8 0 -0.292346 -83.8634 34.15 - 64 123.834 898 7 1 -0.299144 -83.824 5.55 - 64 108.562 481 7 0 -0.301141 -83.823 4.15 - 64 263.154 898 6 1 -0.344313 -83.7958 -24.45 - 64 301.64 481 6 0 -0.347436 -83.7944 -25.85 - 64 436.904 898 5 1 -0.412166 -83.7646 -54.45 - 64 492.12 481 5 0 -0.415811 -83.7625 -55.85 - 64 115.127 897 4 1 -0.491794 -83.7197 -84.45 - 64 130.124 481 4 0 -0.495466 -83.7185 -85.85 - 64 301.852 897 3 1 -0.571005 -83.7 -114.45 - 64 157.688 481 3 0 -0.574893 -83.6995 -115.85 - 64 247.92 896 2 1 -0.658091 -83.6951 -144.45 - 64 114.442 481 2 0 -0.661287 -83.6956 -145.85 - 64 370.514 896 1 1 -0.728215 -83.7101 -174.45 - 64 144.502 481 1 0 -0.73122 -83.7105 -175.85 - 64 509.122 896 0 1 -0.794032 -83.7218 -204.45 - 64 341.751 481 0 0 -0.79614 -83.7232 -205.85 - 64 221.72 1009 4 1 21.887 30.9234 -84.85 - 64 6.21693 1516 10 0 -149.104 123.476 94.15 - 64 333.721 895 0 1 -0.85 -83.6313 -204.48 - 64 337.043 894 0 1 -1.05 -83.4658 -204.694 - 64 48.2034 488 0 0 -2.49675 -82.3703 -205.85 - 64 231.536 489 0 0 -2.64448 -82.2497 -205.955 - 64 100.108 490 0 0 -2.88678 -82.0491 -206.081 - 64 29.0324 491 0 0 -3.20362 -81.85 -206.194 - 64 27.7593 527 0 0 -13.0308 -74.6278 -206.25 - 64 395.383 526 0 0 -12.976 -74.65 -206.195 - 64 333.544 864 0 1 -7.23612 -73.5783 -204.85 - 64 83.8056 865 0 1 -7.05 -73.5174 -204.838 - 64 88.6981 866 0 1 -6.85 -73.3019 -204.781 - 64 75.5243 867 0 1 -6.65 -73.0642 -204.761 - 64 98.0425 868 0 1 -6.45 -72.9167 -204.784 - 64 66.2112 869 0 1 -6.25 -72.6919 -204.779 - 64 113.503 870 0 1 -6.04986 -72.5549 -204.762 - 64 721.032 871 0 1 -5.85 -72.3999 -204.516 - 64 34.5073 872 0 1 -5.65 -72.1416 -204.54 - 64 361.336 482 0 0 -0.788089 -83.5275 -205.85 - 64 81.8374 243 2 0 25.7524 -131.35 -146.032 - 64 103.64 895 5 1 -0.886605 -83.4949 -54.45 - 64 184.438 894 5 1 -1.05006 -83.3515 -54.6023 - 64 175.731 893 5 1 -1.25 -83.0226 -54.7201 - 64 52.9736 892 5 1 -1.45006 -82.8584 -54.7008 - 64 118.812 891 5 1 -1.65 -82.7403 -54.6929 - 64 49.5782 890 5 1 -1.85 -82.4592 -54.7815 - 64 29.2811 490 5 0 -2.16953 -81.8863 -55.8505 - 64 99.8538 491 5 0 -2.17576 -81.85 -55.9142 - 64 19.4269 492 5 0 -2.25357 -81.65 -56.1936 - 64 52.5986 454 5 0 47.3634 -89.0803 -56.25 - 64 446.356 453 5 0 47.3876 -89.25 -56.1715 - 64 24.9559 452 5 0 47.5734 -89.45 -56.1277 - 64 6.3507 897 5 1 -0.45 -83.6785 -54.8256 - 64 110.817 883 4 1 -3.35283 -87.5448 -84.45 - 64 131.95 461 4 0 -3.27153 -87.6926 -85.85 - 64 122.86 872 3 1 -5.51785 -93.0879 -114.45 - 64 60.4061 435 3 0 -5.55872 -92.9804 -115.85 - 64 79.9115 436 3 0 -5.56599 -92.95 -116.033 - 64 24.6051 856 2 1 -8.81252 -93.4158 -144.45 - 64 103.153 855 2 1 -8.85 -93.4377 -144.515 - 64 112.179 431 2 0 -9.50056 -93.7981 -145.85 - 64 59.5021 337 2 0 -22.7047 -112.702 -146.249 - 64 99.6563 336 2 0 -22.7214 -112.75 -146.153 - 64 63.6309 335 2 0 -22.7432 -112.95 -146.003 - 64 18.6945 334 2 0 -22.7292 -113.15 -145.897 - 64 148.685 785 2 1 -22.9254 -113.246 -144.85 - 64 149.738 784 2 1 -23.05 -113.349 -144.462 - 64 198.117 783 2 1 -23.25 -113.166 -144.546 - 64 83.4445 782 2 1 -23.4501 -113.065 -144.644 - 64 180.952 899 6 1 -0.152458 -83.7846 -24.45 - 64 18.8962 915 5 1 3.22132 -83.1492 -54.45 - 64 135.98 916 5 1 3.25004 -83.1643 -54.5138 - 64 218.856 917 5 1 3.45006 -83.2808 -54.653 - 64 284.612 918 5 1 3.65 -83.5284 -54.5154 - 64 74.5473 919 5 1 3.85004 -83.2754 -54.6139 - 64 19.0254 482 6 0 -0.558155 -83.65 -26.1753 - 64 110.067 867 5 1 -6.60865 -80.6968 -54.4507 - 64 36.9441 868 5 1 -6.45 -80.6101 -54.7356 - 64 91.8432 499 5 0 -5.81644 -80.1258 -55.8501 - 64 77.4371 500 5 0 -5.71502 -80.05 -56.0332 - 64 154.36 942 4 1 8.46624 -65.249 -84.45 - 64 107.813 576 4 0 8.67178 -64.8306 -85.85 - 64 141.075 964 3 1 12.9543 -55.5899 -114.45 - 64 102.112 625 3 0 12.8269 -54.9488 -115.85 - 64 46.6809 626 3 0 12.8105 -54.85 -116.062 - 64 202.876 954 2 1 10.9056 -42.2221 -144.45 - 64 129.51 688 2 0 10.8079 -42.3599 -145.85 - 64 71.045 943 1 1 8.76087 -44.5389 -174.45 - 64 116.457 942 1 1 8.65 -44.6402 -174.658 - 64 121.573 673 1 0 8.02291 -45.2862 -175.85 - 64 33.6926 672 1 0 7.86877 -45.4502 -176.169 - 64 63.6404 497 1 0 -55.9826 -80.5751 -176.25 - 64 167.422 496 1 0 -56.073 -80.65 -176.116 - 64 126.346 495 1 0 -56.0377 -80.8501 -176.034 - 64 385.646 594 1 0 -0.561256 -61.2459 -176.25 - 64 101.086 595 1 0 -0.611141 -61.05 -176.026 - 64 38.391 685 1 0 5.51618 -42.8871 -176.25 - 64 109.428 686 1 0 5.53747 -42.85 -176.209 - 64 74.5025 687 1 0 5.68704 -42.65 -176.076 - 64 95.7267 688 1 0 5.75609 -42.45 -176.067 - 64 81.6219 689 1 0 5.83343 -42.25 -176.114 - 64 9.46715 841 1 0 -40.8326 -11.7552 -176.25 - 64 198.47 1036 1 0 -46.1963 27.2651 -176.25 - 64 106.891 767 0 1 -26.4732 -51.7877 -204.45 - 64 43.4236 642 0 0 -26.5949 -51.4694 -205.85 - 64 89.3008 643 0 0 -26.6008 -51.45 -205.944 - 64 152.288 480 6 0 -0.252686 -83.9037 -25.983 - 64 120.953 896 5 1 -0.666252 -83.653 -54.45 - 64 142.616 902 4 1 0.581985 -85.0903 -84.45 - 64 272.951 473 4 0 0.535477 -85.3217 -85.85 - 64 147.414 899 3 1 -0.154644 -89.753 -114.45 - 64 53.3429 450 3 0 -0.286976 -90.0152 -115.85 - 64 120.665 887 2 1 -2.5775 -95.0917 -144.45 - 64 14.5396 423 2 0 -2.65195 -95.5279 -145.851 - 64 137.158 422 2 0 -2.65614 -95.55 -145.922 - 64 167.043 878 1 1 -4.29982 -105.072 -174.45 - 64 52.5846 373 1 0 -4.43635 -105.497 -175.85 - 64 60.5194 372 1 0 -4.45341 -105.55 -176.03 - 64 33.9825 330 0 0 -7.16819 -114.143 -205.85 - 64 113.966 329 0 0 -7.17007 -114.15 -205.889 - 64 98.1763 899 5 1 -0.216372 -83.9233 -54.45 - 64 120.197 480 5 0 -0.215215 -83.9209 -55.85 - 64 104.915 899 4 1 -0.188837 -83.8829 -84.45 - 64 118.371 480 4 0 -0.194719 -83.8639 -85.85 - 64 133.971 898 3 1 -0.342341 -83.4821 -114.45 - 64 122.905 482 3 0 -0.361321 -83.4726 -115.85 - 64 115.975 483 2 0 -0.757502 -83.2566 -145.85 - 64 109.555 894 1 1 -1.1744 -82.9945 -174.45 - 64 104.166 485 1 0 -1.18442 -82.9894 -175.85 - 64 104.437 893 0 1 -1.40467 -82.887 -204.45 - 64 141.461 485 0 0 -1.40946 -82.888 -205.85 - 64 332.829 486 1 0 -0.77448 -82.7648 -175.85 - 64 94.1327 483 0 0 -1.15922 -83.4498 -206.138 - 64 76.5957 430 0 0 7.59329 -94.0431 -206.25 - 64 65.5326 836 0 1 -12.7268 -85.2771 -204.85 - 64 60.6141 433 3 0 -65.2412 -93.4056 -116.25 - 64 3.95427 544 3 1 -71.1197 -96.6679 -114.85 - 64 9.56864 391 3 0 -79.7369 -101.888 -115.85 - 64 126.339 483 3 1 -83.3114 -102.063 -114.85 - 64 17.1158 510 5 0 12.1428 -77.9672 -56.25 -Number of digits in this event = 62 -Using G4ParticleGun ... -3.71838 LIN -e- -Event: 65 -Number of tracker hits in this event = 119 - 65 127.526 986 11 1 17.4444 35.703 125.55 - 65 96.408 1078 11 0 17.4444 35.7053 124.15 - 65 107.744 987 10 1 17.4539 35.7558 95.55 - 65 149.386 1078 10 0 17.458 35.7603 94.15 - 65 119.182 987 9 1 17.5313 35.8509 65.55 - 65 111.905 1079 9 0 17.5331 35.8567 64.15 - 65 110.133 987 8 1 17.5761 35.9775 35.55 - 65 155.885 1079 8 0 17.5774 35.9865 34.15 - 65 135.539 987 7 1 17.5883 36.1704 5.55 - 65 124.237 1080 7 0 17.5883 36.1757 4.15 - 65 287.315 987 6 1 17.5789 36.2888 -24.45 - 65 111.453 1081 6 0 17.5768 36.2957 -25.85 - 65 113.199 987 5 1 17.5415 36.46 -54.45 - 65 102.872 1082 5 0 17.5395 36.4654 -55.85 - 65 221.296 987 4 1 17.5059 36.5655 -84.45 - 65 310.296 1082 4 0 17.5074 36.5706 -85.85 - 65 291.881 987 3 1 17.5603 36.6671 -114.45 - 65 207.699 1083 3 0 17.5593 36.6708 -115.85 - 65 110.682 987 2 1 17.532 36.7545 -144.45 - 65 136.744 1083 2 0 17.5256 36.76 -145.85 - 65 117.184 986 1 1 17.3952 36.8492 -174.45 - 65 144.466 1084 1 0 17.387 36.8555 -175.85 - 65 158.372 985 0 1 17.2185 36.9918 -204.45 - 65 158.609 1084 0 0 17.2147 36.9998 -205.85 - 65 17.1438 36 3 1 -172.75 44.5029 -114.548 - 65 21.5084 1284 4 0 -155.731 76.9779 -86.25 - 65 70.2189 1285 4 0 -155.705 77.05 -86.208 - 65 74.4078 1286 4 0 -155.676 77.2501 -86.133 - 65 79.8459 1287 4 0 -155.618 77.45 -86.1774 - 65 0.837308 1288 4 0 -155.498 77.65 -86.2487 - 65 198.746 1494 4 0 -87.2391 118.959 -86.25 - 65 71.9703 1493 4 0 -87.061 118.95 -85.9721 - 65 104.7 469 4 1 -86.0654 118.201 -84.85 - 65 41.2194 470 4 1 -86.05 118.194 -84.8271 - 65 100.239 988 6 1 17.65 36.1937 -24.4938 - 65 186.843 1080 6 0 17.6618 36.2016 -25.85 - 65 185.773 989 5 1 17.8897 36.3862 -54.45 - 65 215.806 1081 5 0 17.9035 36.3937 -55.85 - 65 179.278 990 4 1 18.1976 36.5716 -84.4503 - 65 235.438 990 3 1 18.1586 36.8915 -114.45 - 65 358.214 1084 3 0 18.2341 36.9033 -115.85 - 65 236.217 999 2 1 19.9756 37.3966 -144.45 - 65 337.597 1086 2 0 20.1095 37.2982 -145.85 - 65 19.8005 1013 1 1 22.8414 35.6709 -174.45 - 65 141.703 1014 1 1 22.85 35.6681 -174.512 - 65 175.103 1077 1 0 23.0495 35.6191 -175.85 - 65 117.622 1039 0 1 27.8977 34.5623 -204.45 - 65 114.96 1072 0 0 28.0393 34.6114 -205.85 - 65 55.0647 992 3 1 18.5453 36.9673 -114.771 - 65 140.224 994 2 1 18.8966 37.3271 -144.45 - 65 571.14 998 1 1 19.7692 38.579 -174.45 - 65 221.05 1092 1 0 19.8017 38.6344 -175.85 - 65 0.363575 1093 1 0 19.8106 38.65 -176.248 - 65 117.274 1001 0 1 20.427 39.7291 -204.45 - 65 119.995 1098 0 0 20.4598 39.8007 -205.85 - 65 53.3906 1141 0 0 5.257 48.4387 -205.85 - 65 319.416 999 1 1 19.85 38.3928 -174.553 - 65 99.3355 1000 1 1 20.0501 38.1263 -174.809 - 65 88.0979 1089 1 0 21.029 38.0424 -175.85 - 65 230.246 1090 1 0 21.0538 38.0502 -175.971 - 65 178.071 1094 1 0 20.2092 38.8877 -175.85 - 65 54.3099 1046 0 1 29.3619 43.6352 -204.45 - 65 81.2631 1045 0 1 29.25 43.5628 -204.601 - 65 14.7672 1115 0 0 28.5764 43.0646 -205.85 - 65 88.2919 1114 0 0 28.5564 43.05 -205.888 - 65 26.2661 1001 1 1 20.25 38.4254 -174.825 - 65 58.5547 1080 1 0 22.3288 36.2262 -175.85 - 65 120.364 1079 1 0 22.4654 36.05 -175.959 - 65 1.65587 990 1 0 24.0421 18.0517 -176.25 - 65 176.687 989 1 0 24.0407 18.0499 -176.245 - 65 169.243 1018 1 1 23.8102 17.794 -174.85 - 65 98.4724 1019 1 1 23.85 17.7136 -174.459 - 65 117.485 1020 1 1 24.05 17.8088 -174.491 - 65 129.688 993 2 1 18.7554 37.2344 -144.45 - 65 35.4747 1085 2 0 18.7755 37.2488 -145.85 - 65 111.481 995 1 1 19.223 37.5968 -174.45 - 65 132.576 1087 1 0 19.2548 37.6222 -175.85 - 65 116.971 999 0 1 19.8866 38.0468 -204.45 - 65 129.245 1089 0 0 19.9325 38.0275 -205.85 - 65 81.7505 989 4 1 18.05 36.8008 -84.6766 - 65 60.3777 1089 4 0 17.7404 37.8784 -85.85 - 65 65.232 1090 4 0 17.7007 38.05 -86.0157 - 65 38.441 1091 4 0 17.6368 38.25 -86.1706 - 65 95.4706 986 5 1 17.4414 36.3163 -54.45 - 65 412.464 986 4 1 17.258 36.0389 -84.45 - 65 168.243 1079 4 0 17.2735 36.0292 -85.85 - 65 109.702 1078 3 0 17.5567 35.8234 -115.85 - 65 143.201 990 2 1 18.0936 36.2998 -144.45 - 65 209.406 1081 2 0 18.1313 36.3095 -145.85 - 65 123.811 994 1 1 18.9251 36.3809 -174.45 - 65 131.911 1081 1 0 19.0025 36.3546 -175.85 - 65 108.12 1002 0 1 20.6113 35.7569 -204.45 - 65 129.471 1078 0 0 20.6728 35.7218 -205.85 - 65 35.4888 1078 4 0 17.6826 35.6614 -85.8504 - 65 96.1776 1077 4 0 17.6864 35.65 -85.9486 - 65 125.458 991 3 1 18.4135 32.2182 -114.45 - 65 115.65 1059 3 0 18.4653 32.0377 -115.851 - 65 159.039 1000 2 1 20.0643 29.4862 -144.451 - 65 131.58 1046 2 0 20.0342 29.3236 -145.85 - 65 142.016 1034 1 0 19.8174 26.8994 -175.85 - 65 17.0704 1033 1 0 19.8552 26.8499 -176.174 - 65 131.319 1014 0 1 22.8684 22.3839 -204.45 - 65 180.925 1009 0 0 22.9372 21.9855 -205.85 - 65 216.963 1080 4 0 17.3096 36.1688 -85.85 - 65 108.233 1082 3 0 18.3022 36.6324 -115.85 - 65 354.982 1082 2 0 20.1096 36.4713 -145.85 - 65 245.642 1027 1 1 25.4844 38.6458 -174.45 - 65 158.22 1091 1 0 26.1216 38.45 -175.877 - 65 47.1664 1092 0 1 38.6026 35.8886 -204.45 - 65 73.4551 1093 0 1 38.65 35.8539 -204.623 - 65 141.583 1077 0 0 38.9689 35.6349 -205.85 - 65 148.288 988 3 1 17.73 35.2422 -114.45 - 65 111.224 1076 3 0 17.6234 35.275 -115.85 - 65 97.7684 977 2 1 15.4799 36.4341 -144.45 - 65 22.8968 976 2 1 15.45 36.4672 -144.784 - 65 144.255 966 1 1 13.3136 39.0478 -174.45 - 65 112.605 1095 1 0 13.383 39.1103 -175.85 - 65 115.791 976 0 1 15.3801 40.0646 -204.45 - 65 126.099 1100 0 0 15.4572 40.1453 -205.85 -Number of digits in this event = 62 -Using G4ParticleGun ... -8.40229 LIN -e- -Event: 66 -Number of tracker hits in this event = 97 - 66 152.913 825 10 1 -14.9806 112.677 95.55 - 66 106.372 1462 10 0 -14.9819 112.676 94.15 - 66 115.952 825 9 1 -15.0075 112.669 65.55 - 66 110.408 1462 9 0 -15.009 112.669 64.15 - 66 124.944 825 8 1 -15.0426 112.683 35.55 - 66 150.676 1462 8 0 -15.0439 112.684 34.15 - 66 102.882 824 7 1 -15.072 112.703 5.55 - 66 123.926 1462 7 0 -15.0727 112.704 4.15 - 66 250.947 824 6 1 -15.0855 112.742 -24.45 - 66 188.062 1462 6 0 -15.0852 112.742 -25.85 - 66 211.424 824 5 1 -15.0854 112.737 -54.45 - 66 116.96 1462 5 0 -15.0901 112.731 -55.85 - 66 199.092 824 4 1 -15.1861 112.614 -84.45 - 66 126.659 1462 4 0 -15.1907 112.609 -85.85 - 66 117.344 823 3 1 -15.2836 112.509 -114.45 - 66 271.337 1461 3 0 -15.2894 112.504 -115.85 - 66 345.573 823 2 1 -15.4049 112.417 -144.45 - 66 43.92 1463 2 0 -15.4908 112.889 -145.85 - 66 68.2549 1464 2 0 -15.5001 112.95 -146.016 - 66 90.38 819 1 1 -16.1705 120.49 -174.45 - 66 106.115 1501 1 0 -15.8261 120.491 -175.85 - 66 98.6088 835 0 1 -12.9011 123.559 -204.45 - 66 128.301 834 0 1 -13.05 123.45 -204.563 - 66 109.404 833 0 1 -13.25 123.309 -204.755 - 66 56.2579 1511 0 0 -14.4583 122.462 -205.85 - 66 90.8511 1510 0 0 -14.609 122.35 -206.003 - 66 43.9561 1515 0 0 -31.6805 123.257 -206.25 - 66 160.992 1516 0 0 -31.7193 123.35 -206.161 - 66 28.7968 734 0 1 -33.1723 123.83 -204.85 - 66 99.3198 733 0 1 -33.2502 123.849 -204.792 - 66 128.934 732 0 1 -33.4503 123.926 -204.63 - 66 91.1057 731 0 1 -33.742 124.235 -204.45 - 66 91.4087 730 0 1 -33.8501 124.296 -204.583 - 66 216.602 1520 0 0 -34.4477 124.218 -205.85 - 66 202.511 1093 3 1 38.8493 -51.7239 -114.45 - 66 21.9476 1071 9 1 34.4276 49.449 65.15 - 66 78.8696 1072 9 1 34.45 49.4097 65.294 - 66 77.4855 1073 9 1 34.7493 49.3339 65.5497 - 66 90.8472 1074 9 1 34.85 49.284 65.4252 - 66 112.672 1075 9 1 35.05 49.0923 65.3664 - 66 129.324 1076 9 1 35.2502 48.8511 65.2592 - 66 18.4261 1133 9 0 37.5051 46.7012 64.1499 - 66 148.588 1132 9 0 37.5549 46.65 64.1069 - 66 330.866 1131 9 0 37.7292 46.45 64.078 - 66 83.5883 1130 9 0 38.0543 46.25 63.901 - 66 25.3599 1129 9 0 38.2538 46.05 63.7879 - 66 283.133 1461 2 0 -15.4037 112.467 -145.85 - 66 392.657 827 1 1 -14.5023 114.164 -174.45 - 66 130.316 1470 1 0 -14.4271 114.293 -175.85 - 66 116.925 840 0 1 -12.0143 116.908 -204.45 - 66 182.311 1482 0 0 -11.9313 116.652 -205.851 - 66 191.352 1460 2 0 -15.3715 112.35 -146.032 - 66 122.349 1448 1 0 -15.1283 109.91 -175.85 - 66 202.754 745 0 1 -30.876 106.803 -204.45 - 66 15.5003 744 0 1 -31.05 106.819 -204.787 - 66 137.512 1433 0 0 -31.6126 106.889 -205.85 - 66 152.284 1452 0 0 -29.4446 110.638 -206.25 - 66 8.16479 756 0 1 -28.6622 110.418 -204.85 - 66 95.2471 757 0 1 -28.65 110.413 -204.826 - 66 3.75852 758 0 1 -28.45 110.37 -204.462 - 66 1.14998 1339 1 0 -52.2847 87.854 -176.25 - 66 93.5429 1338 1 0 -52.2889 87.85 -176.245 - 66 141.333 1337 1 0 -52.4304 87.65 -176.136 - 66 109.962 1336 1 0 -52.5942 87.45 -176.033 - 66 14.3875 1335 1 0 -52.7841 87.25 -175.878 - 66 28.0696 631 1 1 -53.7476 86.2977 -174.85 - 66 78.183 630 1 1 -53.85 86.2389 -174.773 - 66 84.5539 629 1 1 -54.0502 86.1469 -174.677 - 66 185.109 628 1 1 -54.2502 86.0293 -174.603 - 66 99.9404 627 1 1 -54.45 85.8747 -174.507 - 66 141.45 823 4 1 -15.2501 112.589 -84.7324 - 66 265.211 1463 6 0 -15.0778 112.75 -26.0361 - 66 43.9737 1351 6 0 -16.3845 90.4947 -26.25 - 66 272.565 1464 6 0 -15.0203 112.95 -26.1383 - 66 300.092 825 6 1 -15.0303 113.898 -24.85 - 66 41.3198 1466 6 0 -14.936 113.45 -25.85 - 66 116.93 1467 6 0 -14.9023 113.55 -25.9194 - 66 241.922 1468 6 0 -14.8516 113.75 -26.07 - 66 234.563 824 2 1 -15.1897 112.631 -144.45 - 66 421.503 1462 2 0 -15.1946 112.641 -145.85 - 66 105.673 823 1 1 -15.3099 112.895 -174.45 - 66 111.578 1463 1 0 -15.3209 112.909 -175.85 - 66 592.601 822 0 1 -15.489 113.206 -204.45 - 66 194.2 1465 0 0 -15.4958 113.225 -205.85 - 66 301.828 824 1 1 -15.2447 112.58 -174.45 - 66 415.556 1462 1 0 -15.2592 112.576 -175.85 - 66 109.882 1461 0 0 -15.5267 112.519 -205.85 - 66 147.498 1462 0 0 -15.5711 112.606 -205.85 - 66 105.869 823 0 1 -15.45 112.707 -204.68 - 66 56.1508 1466 0 0 -14.9242 113.428 -205.85 - 66 78.6524 1467 0 0 -14.8414 113.55 -206.035 - 66 159.829 829 1 1 -14.2098 115.143 -174.45 - 66 146.338 1477 1 0 -14.0084 115.558 -175.85 - 66 81.3913 1492 0 0 -13.8439 118.642 -205.851 - 66 56.6911 1491 0 0 -13.9401 118.55 -206.079 - 66 22.2487 1475 0 0 -15.2794 115.32 -205.85 - 66 109.416 1476 0 0 -15.2682 115.35 -205.908 -Number of digits in this event = 46 -Using G4ParticleGun ... -7.62407 LIN -e- -Event: 67 -Number of tracker hits in this event = 137 - 67 113.859 524 10 1 -75.17 -64.4926 95.55 - 67 123.761 577 10 0 -75.1699 -64.4929 94.15 - 67 153.926 524 9 1 -75.1674 -64.4944 65.55 - 67 128.67 577 9 0 -75.1674 -64.4952 64.15 - 67 109.491 524 8 1 -75.1657 -64.5099 35.55 - 67 124.407 577 8 0 -75.1667 -64.5132 34.15 - 67 129.992 524 7 1 -75.1874 -64.5823 5.55 - 67 108.921 577 7 0 -75.2033 -64.5923 4.15 - 67 135.104 522 6 1 -75.5248 -64.7973 -24.45 - 67 201.441 576 6 0 -75.549 -64.8169 -25.85 - 67 186.456 520 5 1 -76.0328 -65.2563 -54.45 - 67 389.51 573 5 0 -76.0704 -65.2889 -55.85 - 67 91.697 515 4 1 -76.8627 -65.8883 -84.45 - 67 109.915 570 4 0 -76.9022 -65.9131 -85.85 - 67 125.445 511 3 1 -77.7076 -66.3978 -114.45 - 67 215.065 568 3 0 -77.7484 -66.4217 -115.85 - 67 289.308 507 2 1 -78.5925 -66.9105 -144.45 - 67 184.528 565 2 0 -78.6309 -66.9394 -145.85 - 67 138.568 503 1 1 -79.3529 -67.4516 -174.45 - 67 172.285 562 1 0 -79.3888 -67.4706 -175.85 - 67 110.774 499 0 1 -80.1305 -67.8424 -204.45 - 67 313.989 560 0 0 -80.159 -67.8635 -205.85 - 67 82.2853 506 0 1 -78.6756 -67.6039 -204.45 - 67 85.686 505 0 1 -78.8502 -67.8056 -204.588 - 67 130.473 504 0 1 -79.05 -67.9923 -204.656 - 67 141.87 503 0 1 -79.25 -68.1668 -204.673 - 67 76.6163 502 0 1 -79.45 -68.4066 -204.736 - 67 18.8668 545 0 0 -79.1582 -71.0042 -205.85 - 67 64.3088 544 0 0 -79.1502 -71.0502 -205.864 - 67 255.934 543 0 0 -79.1046 -71.25 -205.939 - 67 113.302 542 0 0 -78.9773 -71.4504 -206.033 - 67 599.262 541 0 0 -78.8522 -71.65 -206.124 - 67 274.81 554 0 0 -79.6799 -69.0719 -205.85 - 67 239.799 555 0 0 -79.9862 -69.05 -206.142 - 67 9.76016 639 1 0 -175.699 -52.0804 -175.85 - 67 49.7228 23 1 1 -175.428 -53.1568 -174.85 - 67 207.453 27 1 1 -174.682 -52.049 -174.45 - 67 142.445 26 1 1 -174.75 -52.0558 -174.558 - 67 58.3884 338 2 0 -60.4965 -112.457 -146.25 - 67 63.3304 298 2 0 -49.6311 -120.46 -146.25 - 67 572.589 524 6 1 -75.1758 -64.5721 -24.45 - 67 601.007 577 6 0 -75.177 -64.5732 -25.85 - 67 332.842 524 5 1 -75.1984 -64.5967 -54.45 - 67 124.873 577 5 0 -75.1996 -64.5988 -55.85 - 67 137.486 524 4 1 -75.213 -64.6336 -84.45 - 67 135.038 577 4 0 -75.214 -64.6382 -85.85 - 67 180.815 524 3 1 -75.2276 -64.7292 -114.45 - 67 134.378 576 3 0 -75.2283 -64.7339 -115.85 - 67 129.107 524 2 1 -75.239 -64.8292 -144.45 - 67 257.125 576 2 0 -75.2363 -64.833 -145.85 - 67 139.878 524 1 1 -75.1769 -64.9137 -174.45 - 67 109.408 575 1 0 -75.1741 -64.9174 -175.85 - 67 409.809 524 0 1 -75.1057 -64.9921 -204.45 - 67 281.524 575 0 0 -75.101 -64.9952 -205.85 - 67 67.1212 858 2 1 -8.45 -102.376 -144.472 - 67 86.1453 591 0 0 -71.8643 -61.8182 -206.25 - 67 99.9458 592 0 0 -71.8147 -61.65 -205.89 - 67 142.71 574 0 0 -75.0731 -65.1689 -205.85 - 67 122.793 576 5 0 -75.191 -64.6785 -55.85 - 67 218.522 525 4 1 -74.9644 -64.8676 -84.45 - 67 117.939 575 4 0 -74.9495 -64.8777 -85.85 - 67 120.625 527 3 1 -74.6366 -64.967 -114.45 - 67 113.606 575 3 0 -74.6408 -64.9873 -115.85 - 67 100.322 526 2 1 -74.6943 -65.4395 -144.45 - 67 135.154 572 2 0 -74.7373 -65.4816 -145.85 - 67 72.1154 522 1 1 -75.6422 -66.361 -174.45 - 67 40.1236 521 1 1 -75.65 -66.3736 -174.71 - 67 92.9265 568 1 0 -75.6865 -66.4282 -175.85 - 67 172.882 517 0 1 -76.5898 -67.8001 -204.45 - 67 106.398 547 2 0 -43.4999 -70.5639 -146.25 - 67 64.6902 546 2 0 -43.2959 -70.65 -146.014 - 67 57.4999 687 2 1 -42.56 -70.9377 -144.85 - 67 109.814 688 2 1 -42.45 -71.0017 -144.708 - 67 41.7685 689 2 1 -42.25 -71.1606 -144.52 - 67 113.617 535 5 1 -73.0234 -67.1728 -54.4504 - 67 125.526 563 5 0 -72.9839 -67.2729 -55.85 - 67 124.987 537 4 1 -72.5942 -69.0472 -84.4502 - 67 29.391 536 4 1 -72.65 -69.016 -84.7586 - 67 122.541 555 4 0 -72.8449 -68.9144 -85.8504 - 67 122.466 510 3 1 -78.0414 -66.5795 -114.45 - 67 56.0557 567 3 0 -78.0779 -66.4695 -115.85 - 67 150.624 488 1 1 -82.4278 -63.4166 -174.45 - 67 145.784 582 1 0 -82.3972 -63.4912 -175.85 - 67 127.869 485 0 1 -82.9391 -64.1683 -204.45 - 67 240.648 578 0 0 -83.0307 -64.3034 -205.85 - 67 196.452 519 5 1 -76.1984 -65.6765 -54.45 - 67 123.437 571 5 0 -76.2689 -65.7571 -55.85 - 67 168.32 511 4 1 -77.7324 -67.8159 -84.45 - 67 135.305 557 4 0 -78.0795 -68.5001 -85.85 - 67 40.4918 556 4 0 -78.1546 -68.65 -86.1559 - 67 117.675 474 3 1 -85.1462 -82.499 -114.45 - 67 107.074 486 3 0 -85.1217 -82.6761 -115.85 - 67 107.33 474 2 1 -85.1736 -86.9534 -144.45 - 67 143.87 462 2 0 -85.2672 -87.5002 -145.85 - 67 0.67919 461 2 0 -85.2916 -87.65 -146.247 - 67 151.526 466 1 1 -86.6554 -98.2212 -174.45 - 67 106.174 406 1 0 -86.8411 -98.7909 -175.85 - 67 168.841 453 0 1 -89.4114 -107.391 -204.45 - 67 119.949 362 0 0 -89.375 -107.582 -205.85 - 67 66.0766 483 3 0 -85.1981 -83.428 -115.85 - 67 46.8161 482 3 0 -85.2222 -83.45 -115.905 - 67 125.837 510 4 1 -77.85 -67.8765 -84.498 - 67 190.458 509 4 1 -78.05 -68.0808 -84.7446 - 67 74.1381 554 4 0 -78.9055 -69.1514 -85.85 - 67 93.9878 553 4 0 -78.9984 -69.25 -85.9621 - 67 37.8497 552 4 0 -79.1806 -69.45 -86.1835 - 67 144.083 388 4 0 -126.476 -102.409 -86.25 - 67 53.9639 262 4 1 -127.633 -102.727 -84.85 - 67 81.9125 261 4 1 -127.75 -102.764 -84.7135 - 67 2.35855 543 5 0 -162.213 -71.2545 -56.25 - 67 129.339 544 5 0 -162.218 -71.25 -56.246 - 67 100.951 545 5 0 -162.409 -71.05 -56.0668 - 67 24.4145 546 5 0 -162.584 -70.85 -55.8867 - 67 27.2834 82 5 1 -163.71 -69.7639 -54.85 - 67 85.8572 81 5 1 -163.75 -69.7217 -54.8133 - 67 81.2064 80 5 1 -163.95 -69.5471 -54.6658 - 67 176.802 79 5 1 -164.15 -69.3913 -54.5486 - 67 22.6498 559 5 0 -163.669 -68.1128 -55.85 - 67 95.7986 560 5 0 -163.625 -68.0498 -55.9275 - 67 59.1975 561 5 0 -163.503 -67.85 -56.1168 - 67 5.30712 135 4 1 -152.971 -48.1809 -84.4501 - 67 165.749 136 4 1 -152.949 -48.197 -84.4591 - 67 95.7064 137 4 1 -152.75 -48.2968 -84.5531 - 67 67.4519 138 4 1 -152.55 -48.4056 -84.7023 - 67 379.931 654 4 0 -151.694 -49.095 -85.8501 - 67 207.549 653 4 0 -150.888 -49.25 -86.1646 - 67 23.8636 259 4 0 -36.2722 -128.314 -86.25 - 67 76.4312 258 4 0 -36.2368 -128.35 -86.2097 - 67 95.862 257 4 0 -36.1614 -128.55 -86.045 - 67 7.30173 256 4 0 -35.991 -128.75 -85.857 - 67 108.184 730 4 1 -33.9877 -130.836 -84.85 - 67 83.8449 731 4 1 -33.85 -131.092 -84.7679 - 67 78.1506 732 4 1 -33.65 -131.256 -84.6584 - 67 158.022 565 4 0 -168.231 -66.9522 -86.25 - 67 165.794 564 4 0 -168.203 -67.05 -86.1317 - 67 95.6928 518 5 1 -76.25 -65.6988 -54.7748 - 67 0.253051 572 5 0 -77.3174 -65.45 -55.8692 -Number of digits in this event = 69 -Using G4ParticleGun ... -3.46649 LIN -e- -Event: 68 -Number of tracker hits in this event = 251 - 68 139.447 913 11 1 2.81904 77.1605 125.55 - 68 114.428 1285 11 0 2.81681 77.1579 124.15 - 68 160.174 913 10 1 2.77854 77.1085 95.55 - 68 164.083 1285 10 0 2.77868 77.1088 94.15 - 68 360.458 913 9 1 2.76737 77.1004 65.55 - 68 519.613 1285 9 0 2.76662 77.1002 64.15 - 68 420.037 913 8 1 2.75265 77.0948 35.55 - 68 550.988 1285 8 0 2.74821 77.088 34.15 - 68 216.635 913 7 1 2.65584 76.9509 5.55 - 68 126.096 1284 7 0 2.64839 76.9403 4.15 - 68 387.632 912 6 1 2.46446 76.7187 -24.45 - 68 103.631 1283 6 0 2.4503 76.7004 -25.85 - 68 116.298 910 5 1 2.16373 76.3377 -54.45 - 68 126.3 1281 5 0 2.14776 76.3263 -55.85 - 68 389.179 908 4 1 1.80494 76.0911 -84.45 - 68 153.237 1280 4 0 1.78883 76.0799 -85.85 - 68 241.403 907 3 1 1.46586 75.8926 -114.45 - 68 123.352 1279 3 0 1.45099 75.8816 -115.85 - 68 136.29 905 2 1 1.16603 75.6417 -144.45 - 68 217.846 1277 2 0 1.14691 75.6236 -145.85 - 68 115.548 903 1 1 0.747263 75.2545 -174.45 - 68 119.651 1275 1 0 0.723174 75.2371 -175.85 - 68 146.163 900 0 1 0.218531 74.8943 -204.45 - 68 114.767 1274 0 0 0.180177 74.8737 -205.85 - 68 114.968 1285 6 0 2.58241 77.0899 -25.85 - 68 144.355 914 5 1 2.85158 77.2806 -54.45 - 68 121.831 913 5 1 2.85 77.2794 -54.4571 - 68 7.60873 1285 5 0 2.51628 77.0541 -55.8501 - 68 118.915 1284 5 0 2.5102 77.05 -55.876 - 68 181.152 877 4 1 -4.56143 72.0919 -84.45 - 68 11.7543 1259 4 0 -4.70518 71.8582 -85.85 - 68 100.779 1258 4 0 -4.71119 71.85 -85.9019 - 68 11.7067 860 3 1 -8.0409 66.1856 -114.45 - 68 167.35 859 3 1 -8.05001 66.1531 -114.479 - 68 33.8284 1223 3 0 -8.36798 64.6747 -115.85 - 68 77.0194 1222 3 0 -8.37281 64.6496 -115.874 - 68 74.7727 1221 3 0 -8.42234 64.4498 -116.06 - 68 127.968 819 2 1 -16.0808 36.1617 -144.45 - 68 6.9249 1076 2 0 -16.5039 35.2651 -145.85 - 68 164.398 1075 2 0 -16.5111 35.2499 -145.874 - 68 7.38055 1074 2 0 -16.6145 35.05 -146.224 - 68 55.5231 780 1 1 -24.0421 18.4574 -174.45 - 68 78.5041 779 1 1 -24.05 18.3774 -174.633 - 68 10.0886 989 1 0 -24.1146 17.8632 -175.85 - 68 133.476 988 1 0 -24.1162 17.85 -175.882 - 68 85.6404 769 0 1 -26.2136 7.56342 -204.45 - 68 122.758 770 0 1 -26.05 7.49455 -204.671 - 68 79.1342 935 0 0 -25.6034 7.17694 -205.85 - 68 45.9551 934 0 0 -25.5074 7.05 -206.11 - 68 288.682 913 6 1 2.70659 77.1114 -24.4503 - 68 118.841 1290 6 0 2.39536 78.0677 -25.85 - 68 135.57 1354 6 0 15.002 90.9876 -26.25 - 68 55.1953 981 6 1 16.3392 91.151 -24.85 - 68 123.448 982 6 1 16.45 91.1337 -24.7047 - 68 671.454 913 0 1 2.77412 77.3277 -204.451 - 68 143.283 1286 0 0 2.69719 77.2682 -205.85 - 68 60.5705 1287 0 0 2.29311 77.45 -206.005 - 68 111.395 910 8 1 2.23783 78.1468 35.55 - 68 96.7495 1291 8 0 2.15199 78.3881 34.15 - 68 11.9182 1292 8 0 2.1222 78.45 33.774 - 68 77.5409 899 7 1 -0.167981 82.8612 5.54945 - 68 2.18823 900 7 1 0.05 82.7559 5.15908 - 68 146.152 1312 7 0 0.618922 82.5278 4.15 - 68 93.6249 976 6 1 15.3083 76.532 -24.45 - 68 40.8711 977 6 1 15.45 76.3918 -24.7277 - 68 195.6 1278 6 0 16.0234 75.8211 -25.85 - 68 33.2238 1277 6 0 16.187 75.65 -26.1634 - 68 59.8243 1063 5 1 32.761 57.0592 -54.45 - 68 115.108 1064 5 1 32.85 56.9657 -54.5595 - 68 25.4841 1065 5 1 33.05 56.7484 -54.7973 - 68 1.46059 1179 5 0 33.896 55.8523 -55.85 - 68 90.645 1178 5 0 33.8981 55.85 -55.8527 - 68 92.33 1177 5 0 34.0914 55.6498 -56.0835 - 68 142.865 1168 4 1 53.8078 37.4384 -84.45 - 68 16.1283 1081 4 0 53.9112 36.2878 -85.85 - 68 159.145 1080 4 0 53.914 36.2498 -85.8962 - 68 25.2627 1079 4 0 53.8891 36.05 -86.1724 - 68 210.192 1147 3 1 49.5119 19.3678 -114.45 - 68 103.684 988 3 0 49.3361 17.8336 -115.85 - 68 262.975 987 3 0 49.3233 17.65 -115.996 - 68 133.935 986 3 0 49.3129 17.45 -116.181 - 68 21.396 1151 2 1 50.2953 -10.8391 -144.45 - 68 91.705 1150 2 1 50.25 -10.7821 -144.508 - 68 21.4204 1149 2 1 50.05 -10.5792 -144.789 - 68 168.243 850 2 0 49.3699 -9.97305 -145.85 - 68 118.211 851 2 0 49.1222 -9.85 -146.19 - 68 153.065 861 2 0 41.4825 -7.82366 -146.25 - 68 67.7935 1116 2 1 43.343 -8.46147 -144.85 - 68 79.8286 1117 2 1 43.45 -8.51042 -144.753 - 68 72.7823 1118 2 1 43.65 -8.67418 -144.622 - 68 50.0143 1119 2 1 43.85 -8.82686 -144.55 - 68 65.2619 1120 2 1 44.05 -8.87589 -144.518 - 68 83.0459 1121 2 1 44.25 -8.86709 -144.491 - 68 63.2477 1122 2 1 44.45 -8.86016 -144.472 - 68 218.645 1123 2 1 44.65 -8.92652 -144.59 - 68 526.556 1124 2 1 44.85 -9.17959 -144.693 - 68 65.1831 1125 2 1 45.05 -9.63161 -144.774 - 68 313.306 852 2 0 49.3154 -9.65 -146.049 - 68 24.2197 744 2 0 24.2187 -31.2119 -146.25 - 68 174.846 903 7 1 0.755717 83.8206 5.54979 - 68 199.03 1320 7 0 0.818041 84.1429 4.15 - 68 184.484 905 6 1 1.1253 92.7244 -24.45 - 68 67.52 1364 6 0 1.09744 93.0833 -25.8501 - 68 41.4351 1365 6 0 1.10008 93.15 -26.1102 - 68 125.524 900 5 1 0.0500232 99.9941 -54.5331 - 68 299.995 1399 5 0 0.744666 100.04 -55.85 - 68 142.342 974 4 1 14.9837 98.8932 -84.45 - 68 164.888 1395 4 0 14.7301 99.1546 -85.85 - 68 78.4706 953 3 1 10.7083 100.072 -114.45 - 68 72.9229 954 3 1 10.85 99.8501 -114.671 - 68 104.631 1393 3 0 11.5814 98.925 -115.85 - 68 131.965 1392 3 0 11.7188 98.75 -116.102 - 68 264.317 1043 2 1 28.7695 79.1087 -144.45 - 68 3.42413 1291 2 0 28.7175 78.2571 -145.85 - 68 124.126 1290 2 0 28.7169 78.25 -145.862 - 68 36.6246 1289 2 0 28.6959 78.05 -146.161 - 68 155.619 1029 1 1 25.8511 63.4476 -174.45 - 68 72.4398 1212 1 0 26.5697 62.5883 -175.85 - 68 93.9611 1211 1 0 26.6798 62.45 -176.029 - 68 7.74642 1210 1 0 26.8122 62.25 -176.23 - 68 105.196 1125 0 1 45.1427 34.4823 -204.451 - 68 119.407 1069 0 0 45.3598 34.0231 -205.85 - 68 13.2609 1068 0 0 45.4882 33.85 -206.202 - 68 81.8781 1082 0 0 74.482 36.5521 -206.25 - 68 92.2694 1083 0 0 74.6177 36.65 -206.124 - 68 9.80755 1084 0 0 74.8489 36.85 -205.876 - 68 98.9363 1278 0 1 75.6529 37.7996 -204.85 - 68 94.2745 1279 0 1 75.85 38 -204.661 - 68 24.6707 1280 0 1 76.05 38.1154 -204.455 - 68 158.849 1281 0 1 76.25 37.9777 -204.5 - 68 8.77375 1078 0 0 76.9506 35.6744 -205.85 - 68 100.671 1077 0 0 76.9588 35.65 -205.863 - 68 57.739 1076 0 0 77.0048 35.4487 -205.935 - 68 48.9341 1075 0 0 77.0325 35.2499 -205.966 - 68 89.2126 1074 0 0 77.0624 35.05 -206.04 - 68 73.1642 1073 0 0 77.1722 34.85 -206.103 - 68 6.22346 1072 0 0 77.3713 34.65 -206.234 - 68 32.2942 1149 0 1 50.05 10.9011 -204.837 - 68 106.601 905 5 1 1.06669 82.4165 -54.45 - 68 138.855 1312 5 0 1.09459 82.5225 -55.85 - 68 139.073 906 4 1 1.25633 86.6691 -84.45 - 68 138.818 907 4 1 1.45 86.6307 -84.8141 - 68 109.698 1332 4 0 1.95892 86.4822 -85.85 - 68 40.0024 1331 4 0 2.0934 86.45 -86.1158 - 68 7.15472 983 3 1 16.8329 82.5227 -114.45 - 68 82.06 984 3 1 16.85 82.5285 -114.455 - 68 67.704 985 3 1 17.05 82.5966 -114.52 - 68 108.918 986 3 1 17.2503 82.6699 -114.592 - 68 114.808 987 3 1 17.45 82.7773 -114.662 - 68 89.2346 988 3 1 17.65 82.9822 -114.719 - 68 32.2065 989 3 1 17.85 83.1873 -114.809 - 68 58.5553 1327 3 0 19.8089 85.547 -115.85 - 68 95.6333 1328 3 0 19.8958 85.65 -115.898 - 68 74.156 1329 3 0 20.0644 85.85 -115.983 - 68 62.8624 1330 3 0 20.2162 86.05 -116.046 - 68 86.126 1331 3 0 20.3673 86.25 -116.096 - 68 86.4777 1332 3 0 20.5241 86.45 -116.151 - 68 25.5823 1333 3 0 20.6611 86.65 -116.22 - 68 141.802 914 8 1 2.93774 77.1304 35.55 - 68 115.479 914 7 1 2.91025 77.2474 5.55 - 68 115.689 1286 7 0 2.9144 77.253 4.15 - 68 123.415 914 6 1 2.97206 77.3654 -24.45 - 68 153.042 1286 6 0 2.96769 77.3657 -25.85 - 68 111.253 1286 5 0 2.94 77.3794 -55.85 - 68 110.8 916 4 1 3.32534 77.4163 -84.45 - 68 132.389 1286 4 0 3.32077 77.4302 -85.85 - 68 107.143 915 3 1 3.16906 77.6967 -114.45 - 68 111.421 1288 3 0 3.17007 77.7356 -115.85 - 68 112.408 915 2 1 3.24609 78.5378 -144.45 - 68 112.288 1292 2 0 3.25668 78.5669 -145.85 - 68 114.963 916 1 1 3.44743 79.0353 -174.45 - 68 109.694 1294 1 0 3.4486 79.0313 -175.85 - 68 44.6978 916 0 1 3.44912 78.7701 -204.45 - 68 67.7755 917 0 1 3.45 78.7668 -204.605 - 68 186.448 1293 0 0 3.45647 78.7449 -205.85 - 68 254.467 375 4 1 -105.08 -12.7738 -84.45 - 68 108.453 1284 10 0 2.86063 77.05 94.0304 - 68 131.187 1283 7 0 2.69478 76.7453 4.15 - 68 132.768 1280 6 0 2.52216 76.1566 -25.85 - 68 495.576 911 5 1 2.29564 75.7359 -54.45 - 68 412.274 1278 5 0 2.26712 75.7076 -55.85 - 68 152.302 1276 4 0 1.70489 75.3328 -85.85 - 68 0.209866 906 3 1 1.44988 75.5299 -114.45 - 68 149.238 1277 3 0 1.49323 75.6026 -115.85 - 68 115.389 911 2 1 2.40316 77.3065 -144.45 - 68 131.236 1286 2 0 2.44693 77.4028 -145.85 - 68 121.843 917 1 1 3.52808 79.2222 -174.45 - 68 127.289 1296 1 0 3.57524 79.2718 -175.85 - 68 318.12 923 0 1 4.65451 80.1006 -204.45 - 68 32.5393 1300 0 0 4.80421 80.238 -205.85 - 68 85.6228 1301 0 0 4.81703 80.25 -205.972 - 68 23.4275 924 0 1 4.85 80.2665 -204.462 - 68 85.8505 740 1 0 -0.221248 -31.85 -176.182 - 68 8.92442 1316 0 0 14.3895 83.4312 -206.25 - 68 126.778 1317 0 0 14.42 83.45 -206.219 - 68 41.4958 1318 0 0 14.5446 83.65 -205.967 - 68 170.915 977 0 1 15.4643 84.4592 -204.85 - 68 35.2197 978 0 1 15.65 84.5789 -204.666 - 68 87.9707 976 0 1 15.45 84.9156 -204.562 - 68 112.716 975 0 1 15.25 85.1855 -204.598 - 68 23.4395 974 0 1 15.05 85.5604 -204.811 - 68 215.102 1337 0 0 14.4489 87.5205 -205.85 - 68 97.8186 958 0 1 11.8148 86.1578 -204.85 - 68 199.173 957 0 1 11.6498 86.0019 -204.806 - 68 3.64517 1338 0 0 14.4092 87.65 -205.854 - 68 211.411 965 0 1 13.0982 90.1868 -204.85 - 68 76.2724 966 0 1 13.25 90.3826 -204.809 - 68 85.3769 1189 0 0 0.681742 57.9496 -206.25 - 68 243.435 1188 0 0 0.680758 57.85 -206.121 - 68 118.742 909 4 1 1.97402 75.5799 -84.45 - 68 143.352 1277 4 0 1.98707 75.5646 -85.85 - 68 183.782 910 3 1 2.21646 75.2366 -114.45 - 68 160.192 1275 3 0 2.23388 75.2166 -115.85 - 68 114.653 912 2 1 2.5299 74.8396 -144.45 - 68 95.3056 1273 2 0 2.55402 74.826 -145.85 - 68 113.601 915 1 1 3.07771 74.5945 -174.45 - 68 112.112 1272 1 0 3.12229 74.5408 -175.85 - 68 120.737 919 0 1 3.85747 73.3593 -204.45 - 68 141.015 1266 0 0 3.92741 73.301 -205.85 - 68 112.692 1264 0 0 2.74518 72.8983 -205.85 - 68 200.407 1757 2 1 171.55 28.7239 -144.757 - 68 250.142 351 5 1 -109.75 147.063 -54.8273 - 68 249.433 1265 0 0 2.97276 73.1192 -205.85 - 68 177.074 1276 5 0 2.4956 75.3601 -56.25 - 68 25.0846 921 5 1 4.38243 76.011 -54.85 - 68 74.3626 922 5 1 4.45005 76.0383 -54.8012 - 68 83.8312 923 5 1 4.65 76.1248 -54.7233 - 68 211.424 924 5 1 4.85 76.2007 -54.5768 - 68 101.753 925 5 1 5.05 76.3003 -54.5526 - 68 226.501 1274 4 0 1.60744 74.9367 -85.85 - 68 106.058 909 3 1 1.909 73.0947 -114.45 - 68 167.124 1264 3 0 1.87025 73.0298 -115.85 - 68 108.686 904 2 1 0.985718 71.7596 -144.45 - 68 115.549 1258 2 0 0.957237 71.7292 -145.85 - 68 119.056 901 1 1 0.361855 70.8356 -174.45 - 68 121.064 1253 1 0 0.364437 70.7507 -175.85 - 68 147.337 902 0 1 0.5402 69.3359 -204.45 - 68 152.565 1246 0 0 0.533857 69.2836 -205.85 - 68 186.229 911 7 1 2.32757 76.6278 5.55 - 68 107.513 1282 7 0 2.28956 76.5601 4.15 - 68 61.0754 907 6 1 1.45856 75.1706 -24.45 - 68 76.1074 906 6 1 1.45 75.166 -24.6247 - 68 134.152 1275 6 0 1.39205 75.1327 -25.85 - 68 118.171 900 4 1 0.24721 74.8747 -84.45 - 68 291.829 896 2 1 -0.732862 75.9536 -144.45 - 68 129.733 1279 2 0 -0.662661 75.9727 -145.85 - 68 122.568 904 1 1 0.971361 76.5691 -174.45 - 68 9.39721 1282 1 0 1.11883 76.6479 -175.85 - 68 107.797 1283 1 0 1.123 76.65 -175.888 - 68 154.671 922 0 1 4.55595 78.3892 -204.45 - 68 113.65 1291 0 0 4.54736 78.3019 -205.85 -Number of digits in this event = 104 -Using G4ParticleGun ... -5.86678 LIN -e- -Event: 69 -Number of tracker hits in this event = 92 - 69 160.73 1259 9 1 71.921 93.3577 65.55 - 69 113.446 1366 9 0 71.92 93.3575 64.15 - 69 110.58 1259 8 1 71.902 93.352 35.55 - 69 140.851 1366 8 0 71.9011 93.3517 34.15 - 69 113.961 1259 7 1 71.8835 93.3418 5.55 - 69 144.709 1365 7 0 71.8821 93.3456 4.15 - 69 107.271 1258 6 1 71.8368 93.4213 -24.45 - 69 121.919 1366 6 0 71.8315 93.4262 -25.85 - 69 384.138 1258 5 1 71.7138 93.5211 -54.45 - 69 177.13 1366 5 0 71.7115 93.523 -55.85 - 69 255.725 1258 4 1 71.6715 93.5727 -84.45 - 69 105.055 1367 4 0 71.6688 93.5725 -85.85 - 69 193.619 1257 3 1 71.6392 93.548 -114.45 - 69 129.927 1367 3 0 71.6322 93.5524 -115.85 - 69 110.394 1257 2 1 71.4624 93.6677 -144.45 - 69 327.807 1367 2 0 71.4541 93.668 -145.85 - 69 106.967 1256 1 1 71.304 93.6733 -174.45 - 69 225.389 1367 1 0 71.3014 93.6681 -175.85 - 69 588.85 1255 0 1 71.1984 93.5275 -204.45 - 69 168.465 1366 0 0 71.1908 93.5323 -205.85 - 69 6.56629 1464 12 0 -120.86 112.95 153.837 - 69 768.85 1256 0 1 71.2502 93.5159 -204.84 - 69 242.513 1365 0 0 71.4882 93.2911 -205.85 - 69 18.6072 1367 0 0 71.6683 93.723 -205.85 - 69 125.775 1368 0 0 71.6875 93.75 -205.917 - 69 7.80692 1431 0 0 72.2912 106.546 -206.25 - 69 153.574 1432 0 0 72.2899 106.55 -206.241 - 69 377.793 1257 0 1 71.45 107.654 -204.691 - 69 85.1963 1367 5 0 71.7129 93.55 -56.2356 - 69 214.882 1366 7 0 71.8567 93.35 3.96411 - 69 27.519 1259 3 1 71.8669 93.5514 -114.45 - 69 321.432 1258 3 1 71.85 93.5988 -114.546 - 69 57.7437 1372 3 0 71.5373 94.6106 -115.85 - 69 91.7539 1373 3 0 71.4707 94.7503 -116.038 - 69 83.9184 1191 2 1 58.3093 117.782 -144.45 - 69 23.9164 1190 2 1 58.25 117.901 -144.751 - 69 138.407 1490 2 0 57.92 118.248 -145.85 - 69 73.0631 1491 2 0 57.8531 118.35 -146.153 - 69 202.911 1259 6 1 71.858 93.3102 -24.45 - 69 374.035 1365 6 0 71.854 93.3109 -25.85 - 69 250.276 1365 5 0 71.7797 93.3339 -55.85 - 69 112.231 1259 4 1 71.8848 93.0507 -84.45 - 69 449.088 1364 4 0 71.8944 93.0249 -85.85 - 69 115.595 1260 3 1 72.2344 92.3687 -114.45 - 69 127.796 1361 3 0 72.198 92.4011 -115.85 - 69 109.081 1254 2 1 70.9193 92.8201 -144.45 - 69 95.7595 1363 2 0 70.8479 92.792 -145.85 - 69 141.108 1245 1 1 69.1515 92.1922 -174.451 - 69 129.224 1359 1 0 69.0239 92.099 -175.85 - 69 116.556 1231 0 1 66.4411 90.4268 -204.45 - 69 145.233 1350 0 0 66.2783 90.3258 -205.85 - 69 325.913 1364 3 0 71.7864 93.0558 -115.85 - 69 264.163 1258 2 1 71.7636 93.0854 -144.45 - 69 253.411 1364 2 0 71.7612 93.0813 -145.85 - 69 290.061 1258 1 1 71.6916 93.027 -174.45 - 69 282.759 1364 1 0 71.6797 93.0268 -175.85 - 69 369.388 1364 0 0 71.4371 92.9907 -205.85 - 69 292.197 1258 0 1 71.6856 93.1323 -204.45 - 69 106.651 1289 3 0 77.9149 77.9703 -116.25 - 69 54.6393 1290 3 0 78.0219 78.0501 -116.194 - 69 181.751 1259 1 1 71.8937 93.5892 -174.45 - 69 112.68 1369 0 0 71.1764 94.0007 -205.85 - 69 13.8493 1386 0 1 97.5236 -53.2446 -204.45 - 69 107.459 1387 0 1 97.55 -53.2565 -204.51 - 69 36.4883 1388 0 1 97.75 -53.3153 -204.778 - 69 71.6124 636 0 0 99.5319 -52.7035 -205.85 - 69 110.231 637 0 0 99.6817 -52.65 -205.986 - 69 66.9762 638 0 0 99.7199 -52.4499 -206.102 - 69 79.5067 639 0 0 99.7263 -52.25 -206.129 - 69 345.32 640 0 0 99.6735 -52.0499 -206.147 - 69 48.8886 1407 0 1 101.557 -51.3977 -204.85 - 69 90.2059 642 0 0 103.598 -51.486 -205.85 - 69 253.179 643 0 0 103.674 -51.45 -205.923 - 69 58.116 771 6 1 -25.65 67.3491 -24.4649 - 69 25.6083 1297 1 1 79.4954 85.2722 -174.85 - 69 84.1944 1260 2 1 72.1808 93.7626 -144.45 - 69 29.8989 1261 2 1 72.25 93.7647 -144.753 - 69 120.322 1298 1 1 79.8324 92.0167 -174.45 - 69 134.48 1358 1 0 79.8709 91.8913 -175.85 - 69 225.669 1303 0 1 80.6858 88.4506 -204.45 - 69 85.8403 1340 0 0 80.8667 88.0885 -205.85 - 69 57.6849 1339 0 0 80.885 88.05 -206.002 - 69 140.015 1512 1 0 66.5252 122.688 -176.25 - 69 86.7711 1513 1 0 66.4682 122.75 -176.014 - 69 71.018 1241 1 1 68.3461 127.343 -174.85 - 69 296.971 1242 1 1 68.45 127.353 -174.745 - 69 53.5598 1243 1 1 68.65 127.313 -174.779 - 69 77.0369 1572 4 0 74.2454 134.637 -86.25 - 69 122.724 1573 4 0 74.2786 134.75 -86.0306 - 69 132.757 1574 4 0 74.173 134.95 -86.0398 - 69 39.8058 1257 1 1 71.65 92.907 -174.737 - 69 107.482 1363 1 0 70.7032 92.7959 -175.85 -Number of digits in this event = 49 -Using G4ParticleGun ... -7.4643 LIN -e- -Event: 70 -Number of tracker hits in this event = 56 - 70 139.622 1337 10 1 87.4509 68.6362 95.55 - 70 164.784 1242 10 0 87.45 68.6367 94.15 - 70 125.53 1336 9 1 87.433 68.6409 65.55 - 70 160.199 1242 9 0 87.4328 68.6416 64.15 - 70 110.559 1336 8 1 87.436 68.6564 35.55 - 70 110.175 1243 8 0 87.4341 68.6582 34.15 - 70 108.156 1336 7 1 87.3991 68.6912 5.55 - 70 112.876 1243 7 0 87.4004 68.6917 4.15 - 70 110.342 1336 6 1 87.4365 68.7009 -24.45 - 70 213.318 1243 6 0 87.4386 68.7026 -25.85 - 70 164.312 1337 5 1 87.4835 68.7384 -54.45 - 70 215.156 1243 5 0 87.4858 68.7382 -55.85 - 70 116.695 1337 4 1 87.5285 68.7367 -84.45 - 70 133.936 1243 4 0 87.5272 68.7356 -85.85 - 70 120.77 1337 3 1 87.5051 68.7074 -114.45 - 70 104.419 1243 3 0 87.5029 68.7037 -115.85 - 70 111.484 1337 2 1 87.4594 68.6388 -144.45 - 70 143.876 1242 2 0 87.4575 68.6368 -145.85 - 70 107.044 1336 1 1 87.4295 68.5945 -174.45 - 70 118.971 1242 1 0 87.428 68.5935 -175.85 - 70 283.532 1336 0 1 87.397 68.5791 -204.45 - 70 103.357 1242 0 0 87.3959 68.5805 -205.85 - 70 56.2249 1049 4 1 29.9875 16.3575 -84.85 - 70 87.7882 1048 4 1 29.85 16.3061 -84.6116 - 70 142.664 1241 0 0 87.1939 68.3674 -205.85 - 70 137.969 1240 0 0 87.3497 68.25 -206.152 - 70 45.5044 1239 0 0 87.5569 68.0498 -206.178 - 70 69.5318 1629 6 1 146.101 122.391 -24.85 - 70 84.6339 1630 6 1 146.15 122.379 -24.7433 - 70 13.7659 941 2 1 8.25 168.618 -144.571 - 70 236.752 942 2 1 8.45 168.815 -144.618 - 70 73.2569 943 2 1 8.65006 169.02 -144.795 - 70 27.414 1159 4 0 -69.8747 51.922 -86.25 - 70 80.4729 1158 4 0 -69.8435 51.85 -86.1616 - 70 30.6348 1157 4 0 -69.7478 51.65 -85.9459 - 70 116.097 552 4 1 -69.5289 50.7086 -84.85 - 70 67.2918 553 4 1 -69.45 50.4967 -84.6197 - 70 86.5169 1337 6 1 87.45 68.6992 -24.6652 - 70 25.4797 1338 6 1 87.65 68.5734 -24.7832 - 70 82.9019 1241 6 0 88.0012 68.3298 -25.85 - 70 260.788 1345 6 1 89.1609 69.2588 -24.8498 - 70 278.861 1335 0 1 87.2315 68.9383 -204.45 - 70 117.727 1243 0 0 86.6255 68.7755 -205.85 - 70 58.116 704 5 0 100.091 -39.05 -55.8501 - 70 38.0196 1225 0 0 81.7379 65.2162 -206.25 - 70 94.8976 1226 0 0 81.7552 65.25 -206.145 - 70 173.069 1227 0 0 81.7988 65.4505 -206.022 - 70 114.949 1228 0 0 81.908 65.6501 -205.917 - 70 113.133 1245 0 0 87.033 69.14 -205.85 - 70 15.1093 1336 5 1 87.3786 68.6453 -54.45 - 70 122.587 1385 4 1 97.2994 64.1296 -84.4501 - 70 62.2301 1384 4 1 97.1499 64.3852 -84.7299 - 70 11.0476 1229 4 0 96.3161 66.0129 -85.85 - 70 102.496 1230 4 0 96.2935 66.05 -85.8759 - 70 60.1817 1231 4 0 96.0987 66.25 -86.0404 - 70 168.32 1238 5 0 5.38555 67.85 -55.9153 -Number of digits in this event = 22 -Using G4ParticleGun ... -1.68436 LIN -e- -Event: 71 -Number of tracker hits in this event = 62 - 71 392.248 338 9 1 -112.401 -71.8546 65.55 - 71 110.605 541 9 0 -112.404 -71.85 64.15 - 71 109.274 338 8 1 -112.485 -71.7616 35.55 - 71 123 541 8 0 -112.487 -71.7602 34.15 - 71 135.669 338 7 1 -112.53 -71.7426 5.55 - 71 112.557 541 7 0 -112.528 -71.7504 4.15 - 71 112.731 338 6 1 -112.489 -71.9215 -24.45 - 71 126.659 540 6 0 -112.495 -71.9279 -25.85 - 71 218.032 337 5 1 -112.63 -72.0434 -54.45 - 71 107.512 540 5 0 -112.638 -72.0481 -55.85 - 71 161.633 336 4 1 -112.794 -72.1766 -84.45 - 71 118.808 539 4 0 -112.809 -72.1826 -85.85 - 71 139.6 335 3 1 -113.125 -72.2852 -114.45 - 71 123.502 538 3 0 -113.14 -72.2905 -115.85 - 71 192.452 333 2 1 -113.45 -72.4096 -144.45 - 71 103.916 538 2 0 -113.467 -72.4136 -145.85 - 71 103.516 331 1 1 -113.81 -72.497 -174.45 - 71 94.4558 537 1 0 -113.829 -72.5056 -175.85 - 71 145.906 329 0 1 -114.213 -72.7061 -204.45 - 71 132.773 536 0 0 -114.234 -72.7075 -205.85 - 71 196.254 55 10 0 -106.38 -169.137 93.75 - 71 62.0725 528 5 0 -113.976 -74.296 -55.85 - 71 61.825 527 5 0 -114.051 -74.45 -55.9428 - 71 77.2777 526 5 0 -114.066 -74.65 -56.0481 - 71 347.049 348 5 0 -104.985 -110.431 -56.2499 - 71 97.3058 349 5 0 -104.787 -110.35 -55.9152 - 71 304.823 335 0 1 -113.141 -70.9965 -204.45 - 71 292.809 545 0 0 -112.835 -70.9937 -205.85 - 71 106.764 339 9 1 -112.224 -71.6137 65.55 - 71 196.244 337 9 1 -112.55 -70.8781 65.3394 - 71 7.9396 568 9 0 -112.686 -66.2787 64.15 - 71 57.4558 569 9 0 -112.688 -66.2494 64.1425 - 71 45.4888 570 9 0 -112.679 -66.05 64.0836 - 71 63.5944 571 9 0 -112.66 -65.85 64.0474 - 71 57.0443 572 9 0 -112.662 -65.6499 64.0027 - 71 56.9656 573 9 0 -112.649 -65.45 63.9569 - 71 68.2659 574 9 0 -112.624 -65.25 63.9256 - 71 59.2479 575 9 0 -112.602 -65.05 63.9137 - 71 52.3067 576 9 0 -112.585 -64.85 63.8586 - 71 56.1978 577 9 0 -112.583 -64.65 63.8194 - 71 44.8913 578 9 0 -112.584 -64.45 63.7973 - 71 49.9214 579 9 0 -112.579 -64.25 63.7976 - 71 46.9405 580 9 0 -112.559 -64.0498 63.7855 - 71 32.3565 581 9 0 -112.498 -63.85 63.7636 - 71 25.8463 1363 9 0 -136.849 92.881 63.75 - 71 86.6283 1364 9 0 -136.94 92.95 63.8027 - 71 134.103 1365 9 0 -137.17 93.15 63.9265 - 71 53.4431 1366 9 0 -137.383 93.35 64.0302 - 71 67.7882 1367 9 0 -137.478 93.55 64.1085 - 71 59.7497 1368 9 0 -137.559 93.7502 64.0884 - 71 55.6302 1369 9 0 -137.6 93.95 64.0516 - 71 51.1726 1370 9 0 -137.637 94.15 64.0111 - 71 48.2367 1371 9 0 -137.623 94.35 63.9766 - 71 58.9318 1372 9 0 -137.623 94.55 63.9611 - 71 53.9238 1373 9 0 -137.61 94.75 63.9801 - 71 70.7381 1374 9 0 -137.546 94.95 64.0726 - 71 82.0737 1375 9 0 -137.565 95.15 64.098 - 71 48.8973 1376 9 0 -137.627 95.3506 64.1306 - 71 52.4023 1377 9 0 -137.688 95.55 64.0941 - 71 77.4603 1378 9 0 -137.739 95.7502 64.0919 - 71 68.8247 1379 9 0 -137.759 95.9502 64.0126 - 71 103.649 1380 9 0 -137.798 96.1501 63.8311 -Number of digits in this event = 19 -Using G4ParticleGun ... -8.13379 LIN -e- -Event: 72 -Number of tracker hits in this event = 32 - 72 118.01 891 11 1 -1.66921 31.2566 125.55 - 72 135.586 1056 11 0 -1.67164 31.2574 124.15 - 72 158.143 891 10 1 -1.71662 31.2769 95.55 - 72 114.401 1056 10 0 -1.71907 31.2777 94.15 - 72 138.223 891 9 1 -1.77012 31.2933 65.55 - 72 131.186 1056 9 0 -1.77252 31.2926 64.15 - 72 135.213 891 8 1 -1.81784 31.2809 35.55 - 72 126.253 1056 8 0 -1.82155 31.279 34.15 - 72 105.511 890 7 1 -1.89697 31.2418 5.55 - 72 125.866 1055 7 0 -1.90088 31.2388 4.15 - 72 223.114 890 6 1 -1.98228 31.1837 -24.45 - 72 138.502 1055 6 0 -1.98696 31.1824 -25.85 - 72 132.68 889 5 1 -2.07648 31.1608 -54.45 - 72 213.393 1055 5 0 -2.08188 31.161 -55.85 - 72 92.8438 889 4 1 -2.19391 31.1618 -84.45 - 72 160.765 1055 4 0 -2.19903 31.1602 -85.85 - 72 141.261 888 3 1 -2.30446 31.1315 -114.45 - 72 99.6213 1055 3 0 -2.31924 31.1319 -115.85 - 72 151.808 886 2 1 -2.65992 31.1946 -144.45 - 72 86.33 1055 2 0 -2.68265 31.177 -145.85 - 72 113.935 884 1 1 -3.10886 30.928 -174.45 - 72 97.7709 1054 1 0 -3.14891 30.9138 -175.85 - 72 104.53 881 0 1 -3.81522 30.6036 -204.45 - 72 160.691 1053 0 0 -3.79297 30.6633 -205.85 - 72 151.305 347 5 0 46.2123 -110.55 -56.2301 - 72 85.4634 346 5 0 46.3476 -110.75 -55.9684 - 72 86.5821 348 5 0 46.2812 -110.55 -55.9435 - 72 119.745 349 5 0 46.2063 -110.35 -55.9673 - 72 45.0422 297 4 1 -120.55 -87.4796 -84.7979 - 72 129.265 370 5 1 -106.125 -102.217 -54.4502 - 72 166.268 406 0 0 -7.42538 -98.76 -206.25 - 72 24.0133 407 0 0 -7.34734 -98.75 -206.171 -Number of digits in this event = 19 -Using G4ParticleGun ... -5.81227 LIN -e- -Event: 73 -Number of tracker hits in this event = 26 - 73 122.504 450 8 1 -90.0476 79.525 35.55 - 73 150.375 1297 8 0 -90.0478 79.5254 34.15 - 73 226.75 1297 7 0 -90.0499 79.5364 4.15 - 73 125.167 450 5 1 -89.9927 79.5811 -54.45 - 73 132.879 1297 5 0 -89.9895 79.5812 -55.85 - 73 105.299 450 4 1 -89.9132 79.6248 -84.45 - 73 138.406 1297 4 0 -89.9118 79.6365 -85.85 - 73 88.446 450 3 1 -89.8856 79.8466 -114.45 - 73 104.646 1299 3 0 -89.8817 79.8608 -115.85 - 73 263.342 451 2 1 -89.7768 80.1505 -144.45 - 73 127.802 1300 2 0 -89.766 80.1618 -145.85 - 73 135.944 452 1 1 -89.5924 80.4019 -174.45 - 73 109.128 1301 1 0 -89.5837 80.4112 -175.85 - 73 148.581 453 0 1 -89.3967 80.6226 -204.45 - 73 141.834 1302 0 0 -89.3893 80.6299 -205.85 - 73 139.344 1297 6 0 -90.05 79.5754 -25.8826 - 73 425.144 1373 1 0 130.905 94.9115 -176.25 - 73 130.804 1372 1 0 131.586 94.75 -176.073 - 73 238.703 1374 1 0 132.498 94.9501 -176.129 - 73 214.049 1375 1 0 133.399 95.15 -176.087 - 73 648.63 1630 1 0 162.764 146.165 -176.25 - 73 558.657 1631 1 0 163.424 146.35 -175.988 - 73 96.4879 1629 1 0 166.503 146.15 -175.975 - 73 68.6361 1628 1 0 166.783 145.95 -176.027 - 73 75.6212 1627 1 0 166.961 145.75 -176.065 - 73 44.916 1626 1 0 167.124 145.55 -176.147 -Number of digits in this event = 21 -Using G4ParticleGun ... -8.31203 LIN -e- -Event: 74 -Number of tracker hits in this event = 53 - 74 162.006 548 10 1 -70.2796 78.3208 95.55 - 74 112.643 1291 10 0 -70.278 78.3222 94.15 - 74 200.333 549 9 1 -70.2467 78.3434 65.55 - 74 127.7 1291 9 0 -70.244 78.3423 64.15 - 74 213.456 549 8 1 -70.189 78.3121 35.55 - 74 221.358 1291 8 0 -70.1858 78.3112 34.15 - 74 136.861 549 7 1 -70.1114 78.2916 5.55 - 74 116.177 1291 7 0 -70.1086 78.288 4.15 - 74 115.352 550 6 1 -70.044 78.217 -24.45 - 74 115.686 1290 6 0 -70.04 78.211 -25.85 - 74 670.801 550 5 1 -69.9423 78.0752 -54.45 - 74 754.131 1290 5 0 -69.9402 78.0719 -55.85 - 74 140.14 550 4 1 -69.8917 78.0113 -84.45 - 74 497.449 1289 4 0 -69.8902 78.0104 -85.85 - 74 268.679 550 3 1 -69.8504 78.0095 -114.45 - 74 233.734 551 3 1 -69.85 78.0096 -114.5 - 74 117.39 1289 3 0 -69.8386 78.0132 -115.85 - 74 130.729 552 2 1 -69.6073 78.0855 -144.45 - 74 125.633 1290 2 0 -69.5954 78.0865 -145.85 - 74 121.474 553 1 1 -69.3512 78.1093 -174.45 - 74 119.72 1290 1 0 -69.3401 78.1029 -175.85 - 74 110.059 554 0 1 -69.1379 77.9394 -204.45 - 74 139.889 1289 0 0 -69.1308 77.9315 -205.85 - 74 139.73 1291 5 0 -140.029 78.4002 -56.25 - 74 118.277 197 5 1 -140.589 78.9782 -54.8499 - 74 145.547 196 5 1 -140.75 79.1025 -54.6397 - 74 434.94 195 5 1 -140.95 78.9981 -54.4981 - 74 11.7898 194 5 1 -141.15 79.0707 -54.5938 - 74 257.909 551 4 1 -69.8308 78.0234 -84.45 - 74 337.067 549 3 1 -70.0582 78.2499 -114.45 - 74 253.702 1291 3 0 -70.0707 78.2588 -115.85 - 74 111.924 548 2 1 -70.3188 78.4343 -144.45 - 74 128.767 1291 2 0 -70.3211 78.4336 -145.85 - 74 116.9 548 1 1 -70.3965 78.4215 -174.45 - 74 431.181 1291 1 0 -70.3902 78.4305 -175.85 - 74 379.814 549 0 1 -70.2093 78.6828 -204.45 - 74 154.036 1293 0 0 -70.206 78.7002 -205.85 - 74 110.607 1292 0 0 -70.2211 78.65 -205.987 - 74 125.781 1288 3 0 -69.7267 77.686 -115.85 - 74 104.063 550 2 1 -69.9963 77.5011 -144.45 - 74 116.062 1286 2 0 -70.1112 77.4348 -145.85 - 74 138.999 538 1 1 -72.3218 75.7283 -174.45 - 74 172.202 1277 1 0 -72.4695 75.5662 -175.85 - 74 170.896 520 0 1 -75.9175 72.1406 -204.45 - 74 160.842 1259 0 0 -76.0545 71.9905 -205.85 - 74 30.6577 537 1 1 -72.4602 75.89 -174.45 - 74 59.483 1345 0 0 -58.0166 89.05 -205.974 - 74 232.282 549 1 1 -70.2303 78.4078 -174.45 - 74 127.791 1290 0 0 -70.2516 78.2422 -205.85 - 74 84.5641 1253 2 0 -98.3642 70.7879 -146.25 - 74 41.9281 1049 2 0 -146.054 29.9941 -146.25 - 74 129.318 1291 0 0 -70.2086 78.3537 -205.85 - 74 23.1767 600 0 1 -60.05 94.5246 -204.565 -Number of digits in this event = 36 -Using G4ParticleGun ... -9.24704 LIN -e- -Event: 75 -Number of tracker hits in this event = 175 - 75 101.384 1214 11 1 62.9603 -19.6511 125.55 - 75 165.94 801 11 0 62.96 -19.6509 124.15 - 75 104.661 1214 10 1 62.953 -19.6452 95.55 - 75 104.923 802 10 0 62.9519 -19.6447 94.15 - 75 437.865 1214 9 1 62.9283 -19.6325 65.55 - 75 411.745 802 9 0 62.9273 -19.6307 64.15 - 75 169.506 1214 8 1 62.9116 -19.5951 35.55 - 75 107.773 802 8 0 62.9107 -19.5921 34.15 - 75 112.945 1214 7 1 62.8945 -19.5324 5.55 - 75 102.559 802 7 0 62.8938 -19.5298 4.15 - 75 485.83 1214 6 1 62.8786 -19.4808 -24.45 - 75 471.233 802 6 0 62.8771 -19.4788 -25.85 - 75 159.757 1213 5 1 62.8498 -19.4318 -54.45 - 75 168.064 803 5 0 62.8484 -19.429 -55.85 - 75 325.644 1213 4 1 62.8205 -19.3737 -84.45 - 75 234.843 803 4 0 62.8191 -19.3718 -85.85 - 75 116.679 1213 3 1 62.789 -19.3292 -114.45 - 75 103.302 803 3 0 62.7889 -19.3262 -115.85 - 75 375.98 1213 2 1 62.7916 -19.2666 -144.45 - 75 231.776 803 2 0 62.7926 -19.2636 -145.85 - 75 378.629 1213 1 1 62.8095 -19.2011 -174.45 - 75 758.028 804 1 0 62.81 -19.1988 -175.85 - 75 628.405 1213 0 1 62.8122 -19.1508 -204.45 - 75 445.48 804 0 0 62.8124 -19.1469 -205.85 - 75 54.008 996 0 1 19.45 -14.0287 -204.735 - 75 99.7442 995 0 1 19.25 -14.0083 -204.673 - 75 67.1459 994 0 1 19.05 -14 -204.556 - 75 92.5088 993 0 1 18.85 -13.9681 -204.611 - 75 24.4505 830 0 0 19.7675 -13.8653 -205.85 - 75 88.0646 831 0 0 19.8066 -13.85 -205.908 - 75 187.129 997 0 1 19.5654 -13.8876 -204.85 - 75 43.5099 179 3 0 18.1251 -144.258 -116.25 - 75 418.227 178 3 0 18.0886 -144.35 -116.199 - 75 7.68047 177 3 0 17.7663 -144.55 -115.996 - 75 3.49901 935 3 0 48.685 7.08959 -116.25 - 75 53.7705 660 8 1 -47.9227 -140.209 35.55 - 75 44.7717 1150 3 1 50.1437 6.80826 -114.85 - 75 158.692 803 1 0 62.6525 -19.2501 -176.01 - 75 226.229 1210 0 1 62.1487 -18.2751 -204.45 - 75 254.166 806 0 0 61.9977 -18.7576 -205.85 - 75 51.952 805 0 0 61.9737 -18.85 -206.068 - 75 106.5 732 0 0 68.0824 -33.4997 -206.25 - 75 37.2568 731 0 0 68.2164 -33.6509 -205.978 - 75 245.616 1244 0 1 68.9066 -34.1874 -204.85 - 75 33.9434 1245 0 1 69.05 -34.3105 -204.563 - 75 28.228 1243 0 1 68.8325 -34.8273 -204.45 - 75 163.326 729 0 0 69.3444 -34.1028 -205.85 - 75 143.915 730 0 0 69.3658 -34.05 -205.993 - 75 127.401 1211 1 1 62.4152 -19.2655 -174.45 - 75 153.918 1219 0 1 63.9181 -21.0281 -204.45 - 75 107.706 794 0 0 63.9956 -21.1108 -205.85 - 75 32.5021 844 0 0 72.499 -11.2094 -206.25 - 75 253.19 1212 2 1 62.65 -19.2089 -144.626 - 75 438.181 801 2 0 61.7961 -19.7265 -145.85 - 75 128.369 1214 5 1 62.9803 -19.6298 -54.45 - 75 110.765 802 5 0 62.9698 -19.6153 -55.85 - 75 119.434 1211 3 1 62.3907 -19.1702 -114.45 - 75 102.284 804 3 0 62.3318 -19.1455 -115.85 - 75 46.92 1205 2 1 61.0623 -18.6866 -144.45 - 75 55.2001 1204 2 1 61.05 -18.6865 -144.631 - 75 340.023 806 2 0 60.9629 -18.69 -145.85 - 75 143.614 1193 1 1 58.7908 -18.321 -174.45 - 75 133.457 808 1 0 58.6835 -18.2742 -175.85 - 75 112.93 1182 0 1 56.6055 -17.2778 -204.45 - 75 113.236 814 0 0 56.5575 -17.2347 -205.85 - 75 196.727 1177 0 1 55.5478 -18.4142 -204.45 - 75 70.9222 1176 0 1 55.45 -18.451 -204.625 - 75 130.051 809 0 0 55.3415 -18.1505 -205.85 - 75 35.3016 979 4 0 16.7814 15.9778 -86.25 - 75 103.531 980 4 0 16.6797 16.05 -86.1774 - 75 60.8618 981 4 0 16.5263 16.2503 -85.9555 - 75 62.1117 982 4 0 16.4451 16.45 -85.899 - 75 89.8064 983 4 0 16.5149 16.65 -85.9136 - 75 66.6443 984 4 0 16.5845 16.8501 -85.9808 - 75 141.452 985 4 0 16.6839 17.05 -85.9782 - 75 208.308 986 4 0 16.524 17.25 -86.1021 - 75 50.5599 987 4 0 16.324 17.45 -86.1978 - 75 78.7845 1172 4 0 -38.015 54.4982 -86.25 - 75 71.5921 1212 4 0 -79.9948 62.4644 -86.25 - 75 47.3394 1211 4 0 -80.0199 62.45 -86.2142 - 75 307.156 1211 2 1 62.38 -18.8027 -144.45 - 75 109.953 808 2 0 62.3672 -18.4469 -145.85 - 75 15.6131 1225 1 1 65.0679 -7.54131 -174.45 - 75 133.705 1224 1 1 65.05 -7.53027 -174.508 - 75 178.673 863 1 0 64.6861 -7.34847 -175.85 - 75 160.292 919 1 0 38.7833 3.8784 -176.25 - 75 6.57674 920 1 0 38.4872 4.05006 -175.87 - 75 79.8248 1088 1 1 37.8165 4.30941 -174.85 - 75 90.6447 1087 1 1 37.65 4.39048 -174.644 - 75 0.310189 1086 1 1 37.45 4.53313 -174.452 - 75 6.07053 785 2 0 43.5607 -23.0291 -146.25 - 75 71.8752 784 2 0 43.5634 -23.05 -146.228 - 75 45.0397 783 2 0 43.5529 -23.25 -146.007 - 75 16.5406 1114 2 1 42.8834 -23.78 -144.85 - 75 109.783 1113 2 1 42.85 -23.8078 -144.782 - 75 24.5107 1112 2 1 42.6499 -23.9422 -144.496 - 75 130.275 1239 1 1 67.9224 -17.071 -174.45 - 75 156.505 813 1 0 67.5838 -17.3429 -175.85 - 75 4.79142 706 1 0 13.5194 -38.8442 -176.25 - 75 165.504 705 1 0 13.5001 -38.85 -176.239 - 75 140.924 704 1 0 13.0647 -39.05 -176.006 - 75 40.1303 952 1 1 10.5489 -40.3118 -174.85 - 75 64.4176 951 1 1 10.45 -40.3634 -174.799 - 75 179.595 950 1 1 10.25 -40.4609 -174.704 - 75 151.739 949 1 1 10.0499 -40.6026 -174.64 - 75 67.1418 948 1 1 9.85 -40.7541 -174.609 - 75 136.781 947 1 1 9.64983 -40.8679 -174.578 - 75 114.397 946 1 1 9.45 -40.9792 -174.589 - 75 115.791 945 1 1 9.25 -41.0705 -174.637 - 75 63.4456 944 1 1 9.05 -41.1508 -174.723 - 75 113.156 943 1 1 8.85 -41.1991 -174.769 - 75 72.8957 942 1 1 8.65 -41.1929 -174.745 - 75 57.4021 941 1 1 8.45 -41.1944 -174.731 - 75 67.6854 940 1 1 8.25 -41.2148 -174.72 - 75 56.0261 939 1 1 8.05 -41.2905 -174.775 - 75 59.1465 938 1 1 7.85 -41.3006 -174.796 - 75 4.93601 937 1 1 7.64958 -41.2791 -174.844 - 75 263.364 696 1 0 3.70187 -40.7589 -175.85 - 75 30.7469 484 1 0 -65.6281 -83.1703 -176.25 - 75 116.36 483 1 0 -65.6688 -83.25 -176.186 - 75 22.2676 482 1 0 -65.7353 -83.45 -175.942 - 75 131.932 570 1 1 -65.9865 -84.0763 -174.85 - 75 103.389 569 1 1 -66.0501 -84.2502 -174.576 - 75 99.2355 1212 5 1 62.6108 -18.6613 -54.4502 - 75 114.712 806 5 0 62.6139 -18.6878 -55.8502 - 75 165.702 1214 4 1 62.9451 -18.6714 -84.45 - 75 111.206 807 4 0 62.9638 -18.6306 -85.85 - 75 122.659 1217 3 1 63.6077 -18.0026 -114.45 - 75 9.47895 1218 3 1 63.65 -18.0155 -114.82 - 75 11.6356 810 3 0 63.7798 -18.0491 -115.85 - 75 122.528 809 3 0 63.7836 -18.05 -115.879 - 75 130.836 1238 2 1 67.7512 -18.5707 -144.45 - 75 135.43 807 2 0 67.87 -18.5728 -145.85 - 75 83.8715 1246 1 1 69.4078 -19.0558 -174.45 - 75 80.4118 1247 1 1 69.45 -19.061 -174.657 - 75 127.326 1278 0 1 75.6803 -19.484 -204.45 - 75 225.513 802 0 0 76.0407 -19.5064 -205.85 - 75 159.673 1213 6 1 62.85 -19.5958 -24.4938 - 75 112.629 1212 6 1 62.65 -19.7269 -24.5022 - 75 242.277 801 9 0 62.9327 -19.7168 64.15 - 75 84.3746 1207 8 1 61.5599 -21.2095 35.55 - 75 42.1584 1208 8 1 61.65 -21.1375 35.2516 - 75 36.0106 795 8 0 62.1018 -20.8741 34.15 - 75 94.6858 796 8 0 62.1419 -20.85 34.0501 - 75 225.041 1239 7 1 67.9237 -8.37753 5.54932 - 75 83.463 862 7 0 68.3719 -7.58491 4.15 - 75 42.9785 863 7 0 68.4602 -7.45 3.90375 - 75 58.9725 1275 6 1 75.1316 9.18682 -24.45 - 75 118.689 1274 6 1 75.05 9.22284 -24.6147 - 75 1.20752 940 6 0 74.917 8.05453 -25.85 - 75 110.636 939 6 0 74.9168 8.05 -25.8539 - 75 80.6729 938 6 0 74.8853 7.85 -26.0124 - 75 32.1958 937 6 0 74.8649 7.65 -26.1682 - 75 86.5695 800 6 0 85.32 -19.9316 -26.25 - 75 67.209 801 6 0 85.4197 -19.85 -26.0344 - 75 143.762 1328 6 1 85.6967 -19.2716 -24.85 - 75 113.847 1213 8 1 62.6966 -21.1682 35.5499 - 75 134.657 792 8 0 63.0624 -21.4987 34.15 - 75 96.6566 678 8 0 46.5715 -44.3099 33.75 - 75 47.33 677 8 0 46.3494 -44.45 34.0249 - 75 17.4787 1127 8 1 45.4889 -44.9282 35.1501 - 75 136.021 1126 8 1 45.45 -44.9511 35.2021 - 75 70.8899 1125 8 1 45.25 -45.1049 35.4911 - 75 83.2026 1124 8 1 45.05 -45.3304 35.3814 - 75 114.071 672 8 0 44.4807 -45.6284 34.15 - 75 105.986 555 8 0 26.9086 -68.8862 33.75 - 75 74.0209 554 8 0 26.8753 -69.05 34.0059 - 75 109.372 1030 8 1 26.1233 -70.2606 35.1502 - 75 102.908 1029 8 1 26.05 -70.3853 35.2174 - 75 133.321 1028 8 1 25.8499 -70.5326 35.3967 - 75 106.287 1027 8 1 25.65 -70.4729 35.3989 - 75 16.717 1026 8 1 25.45 -70.2977 35.1859 - 75 86.5949 552 8 0 24.4747 -69.6086 34.15 - 75 80.6455 553 8 0 24.3319 -69.45 33.9557 - 75 261.1 1376 4 1 95.4562 -61.4264 -84.4501 -Number of digits in this event = 67 -Using G4ParticleGun ... -2.00257 LIN -e- -Event: 76 -Number of tracker hits in this event = 127 - 76 159.588 1290 10 1 78.0584 -58.9748 95.55 - 76 96.2306 605 10 0 78.0606 -58.9745 94.15 - 76 92.0343 1290 9 1 78.0926 -58.9702 65.55 - 76 118.328 605 9 0 78.0896 -58.9717 64.15 - 76 145.877 1289 8 1 78.0271 -59.0116 35.55 - 76 153.811 605 8 0 78.0224 -59.0154 34.15 - 76 139.542 1289 7 1 77.9323 -59.074 5.55 - 76 108.017 604 7 0 77.922 -59.0715 4.15 - 76 152.037 1288 6 1 77.704 -59.0442 -24.45 - 76 96.1759 605 6 0 77.6933 -59.0426 -25.85 - 76 252.416 1287 5 1 77.4823 -59.0157 -54.45 - 76 121.507 605 5 0 77.4726 -59.0166 -55.85 - 76 105.917 1286 4 1 77.2597 -59.0216 -84.45 - 76 141.765 605 4 0 77.2494 -59.0218 -85.85 - 76 137.805 1284 3 1 77.046 -59.0666 -114.45 - 76 98.2189 604 3 0 77.0375 -59.0709 -115.85 - 76 115.496 1284 2 1 76.8629 -59.1721 -144.45 - 76 130.614 604 2 0 76.8539 -59.1764 -145.85 - 76 402.413 1283 1 1 76.6802 -59.2715 -174.45 - 76 110.746 603 1 0 76.6729 -59.2755 -175.85 - 76 308.517 1282 0 1 76.5082 -59.3958 -204.45 - 76 145.368 603 0 0 76.4933 -59.4038 -205.85 - 76 194.956 1718 14 0 77.437 163.75 213.85 - 76 15.203 540 11 1 -72.0089 -7.94758 125.55 - 76 105.69 539 11 1 -72.05 -7.96778 125.524 - 76 199.319 538 11 1 -72.25 -8.16818 125.358 - 76 169.987 537 11 1 -72.45 -8.34165 125.523 - 76 131.694 536 11 1 -72.65 -7.88682 125.332 - 76 373.527 864 11 0 -73.5461 -7.18591 124.15 - 76 176.026 1376 2 0 91.6826 95.35 -146.04 - 76 113.328 1354 2 1 91.0371 96.6237 -144.85 - 76 48.26 1422 2 1 104.731 -63.5516 -144.85 - 76 6.64305 1744 4 0 -27.54 169.139 -86.25 - 76 112.462 1745 4 0 -27.547 169.15 -86.2366 - 76 162.244 1746 4 0 -27.433 169.35 -86.1746 - 76 62.2508 602 1 0 76.8528 -59.5901 -175.85 - 76 115.669 601 1 0 76.8541 -59.65 -176.048 - 76 78.6928 1275 0 1 75.138 -67.8243 -204.45 - 76 27.2551 1276 0 1 75.25 -67.7923 -204.734 - 76 97.5336 562 0 0 75.5836 -67.5235 -205.85 - 76 36.1599 563 0 0 75.6982 -67.45 -206.156 - 76 81.6549 1282 1 1 76.6499 -59.4361 -174.636 - 76 61.0886 1281 1 1 76.4498 -59.5882 -174.769 - 76 77.4603 1280 1 1 76.25 -59.657 -174.756 - 76 99.2241 1279 1 1 76.0496 -59.7537 -174.665 - 76 66.7394 1278 1 1 75.85 -59.8536 -174.527 - 76 129.339 606 5 0 77.8204 -58.8487 -55.8504 - 76 139.145 1322 4 1 84.5543 -54.9924 -84.45 - 76 97.6228 626 4 0 84.8398 -54.6913 -85.85 - 76 149.99 627 4 0 84.8733 -54.65 -86.052 - 76 159.004 1349 3 1 89.9646 -49.7813 -114.451 - 76 114.162 653 3 0 89.5978 -49.3942 -115.85 - 76 183.932 1308 2 1 81.8433 -43.0274 -144.45 - 76 14.8885 1307 2 1 81.65 -42.9414 -144.796 - 76 69.7985 686 2 0 81.0865 -42.701 -145.85 - 76 54.7206 687 2 0 80.961 -42.65 -146.091 - 76 116.568 1241 1 1 68.4083 -37.6935 -174.45 - 76 276.536 1240 1 1 68.25 -37.5516 -174.658 - 76 80.9097 717 1 0 67.1507 -36.5404 -175.85 - 76 96.6263 718 1 0 67.0565 -36.45 -175.949 - 76 140.613 719 1 0 66.8665 -36.25 -176.158 - 76 42.8699 1120 0 1 44.1151 -10.3618 -204.45 - 76 90.0478 1119 0 1 44.05 -10.3481 -204.531 - 76 29.175 1118 0 1 43.85 -10.2916 -204.764 - 76 194.405 849 0 0 42.8937 -10.2027 -205.85 - 76 19.6686 685 6 0 16.6225 -42.8627 -26.2498 - 76 24.5449 686 6 0 16.5688 -42.85 -26.2351 - 76 18.2069 1080 6 0 -58.7187 36.1934 -26.25 - 76 69.5771 1081 6 0 -58.701 36.25 -26.2192 - 76 46.9697 1082 6 0 -58.6448 36.45 -26.0988 - 76 48.6898 1083 6 0 -58.6698 36.65 -26.079 - 76 89.6691 1084 6 0 -58.6785 36.85 -26.0023 - 76 87.6505 1085 6 0 -58.6881 37.05 -25.9299 - 76 89.376 1086 6 0 -58.6694 37.2503 -25.9355 - 76 19.7891 1087 6 0 -58.5247 37.45 -25.8849 - 76 94.4556 611 6 1 -57.6993 39.2282 -24.85 - 76 76.92 612 6 1 -57.65 39.3475 -24.7912 - 76 100.836 610 6 1 -57.85 39.7147 -24.735 - 76 15.8152 609 6 1 -58.05 39.7432 -24.8317 - 76 47.5577 1095 6 0 -60.1489 39.0867 -25.85 - 76 91.7626 1094 6 0 -60.2628 39.05 -25.9438 - 76 97.7541 1093 6 0 -60.3085 38.85 -26.0572 - 76 225.443 1287 4 1 77.4518 -59.0428 -84.45 - 76 90.0312 1288 4 1 77.65 -58.9591 -84.5393 - 76 129.328 1289 4 1 77.8502 -58.9434 -84.5352 - 76 87.4953 606 4 0 77.7512 -58.85 -85.9788 - 76 106.408 1311 3 1 82.4383 -54.8452 -114.45 - 76 112.244 625 3 0 82.4602 -54.901 -115.85 - 76 122.836 1321 2 1 84.3783 -56.8624 -144.45 - 76 10.341 1320 2 1 84.25 -56.8939 -144.818 - 76 112.423 614 2 0 83.8092 -57.051 -145.85 - 76 132.053 1263 1 1 72.6993 -60.0385 -174.45 - 76 121.673 594 1 0 73.1105 -61.0678 -175.85 - 76 42.2884 593 1 0 73.1758 -61.25 -176.11 - 76 194.483 1283 0 1 76.7716 -78.9475 -204.45 - 76 42.7278 499 0 0 75.8003 -80.1969 -205.85 - 76 84.299 498 0 0 75.7605 -80.25 -205.905 - 76 72.3026 497 0 0 75.6339 -80.4502 -206.101 - 76 33.1327 604 8 0 78.0285 -59.05 33.852 - 76 124.6 457 8 0 71.0854 -88.6219 33.75 - 76 40.5813 1251 8 1 70.306 -88.4073 35.15 - 76 87.4021 1250 8 1 70.25 -88.3841 35.286 - 76 10.9527 1249 8 1 70.05 -88.2149 35.209 - 76 308.933 1289 1 1 78.0004 -58.9925 -174.45 - 76 84.7547 611 1 0 77.6681 -57.8256 -175.85 - 76 150.354 612 1 0 77.6167 -57.65 -176.047 - 76 51.4885 1250 0 1 70.1791 -36.7124 -204.45 - 76 84.7097 1249 0 1 70.05 -36.7977 -204.592 - 76 16.3475 1248 0 1 69.85 -36.9328 -204.819 - 76 107.111 712 0 0 69.128 -37.4894 -205.85 - 76 73.8195 711 0 0 68.9122 -37.65 -206.127 - 76 115.055 1290 1 1 78.0501 -59.0125 -174.584 - 76 49.9996 605 1 0 78.6948 -58.8668 -175.85 - 76 249.992 606 1 0 78.7002 -58.85 -175.913 - 76 132.405 604 1 0 78.0808 -59.1548 -175.85 - 76 113.449 1295 0 1 79.0996 -62.3164 -204.45 - 76 121.727 587 0 0 79.3595 -62.4599 -205.85 - 76 12.4959 700 0 0 158.613 -39.8685 -206.25 - 76 65.8812 1402 4 1 100.579 -57.4728 -84.45 - 76 59.5518 1401 4 1 100.55 -57.4512 -84.6655 - 76 66.7831 613 4 0 100.513 -57.3372 -85.85 - 76 42.7835 612 4 0 100.563 -57.45 -86.0838 - 76 85.281 702 4 0 70.4297 -39.5604 -86.25 - 76 91.3549 703 4 0 70.3006 -39.45 -86.115 - 76 156.396 1253 4 1 70.7122 -38.9913 -84.8499 - 76 176.804 1254 4 1 70.8504 -39.0804 -84.5824 - 76 190.64 1255 4 1 71.05 -39.1336 -84.6742 -Number of digits in this event = 46 -Using G4ParticleGun ... -5.2087 LIN -e- -Event: 77 -Number of tracker hits in this event = 22 - 77 94.3829 1405 9 1 101.183 -85.4992 65.55 - 77 117.279 472 9 0 101.184 -85.4997 64.15 - 77 104.672 1405 8 1 101.192 -85.5181 35.55 - 77 93.9528 472 8 0 101.192 -85.5199 34.15 - 77 110.544 1405 7 1 101.176 -85.5554 5.55 - 77 102.074 472 7 0 101.176 -85.5568 4.14983 - 77 160.071 1405 6 1 101.183 -85.5844 -24.45 - 77 124.748 472 6 0 101.183 -85.587 -25.85 - 77 117.723 1405 5 1 101.185 -85.6317 -54.45 - 77 100.778 472 5 0 101.184 -85.6351 -55.85 - 77 113.641 1405 4 1 101.183 -85.7013 -84.45 - 77 120.806 471 4 0 101.185 -85.6985 -85.85 - 77 119.564 1405 3 1 101.226 -85.6405 -114.45 - 77 144.293 472 3 0 101.238 -85.6403 -115.85 - 77 383.883 1406 2 1 101.449 -85.6358 -144.45 - 77 112.933 472 2 0 101.474 -85.6368 -145.85 - 77 121.668 1409 1 1 101.973 -85.6999 -174.45 - 77 135.84 471 1 0 101.994 -85.6875 -175.85 - 77 127.871 1411 0 1 102.49 -85.4204 -204.45 - 77 191.009 473 0 0 102.517 -85.398 -205.85 - 77 243.771 1755 3 1 171.217 -138.699 -114.85 - 77 295.112 1754 3 1 171.15 -138.815 -114.668 -Number of digits in this event = 12 -Using G4ParticleGun ... -1.47859 LIN -e- -Event: 78 -Number of tracker hits in this event = 21 - 78 120.878 947 8 1 9.63249 -140.288 35.55 - 78 163.725 199 8 0 9.62468 -140.283 34.15 - 78 130.274 947 7 1 9.45777 -140.151 5.55 - 78 165.316 200 7 0 9.45875 -140.144 4.15 - 78 112.148 947 6 1 9.47077 -139.997 -24.45 - 78 222.705 200 6 0 9.47289 -139.994 -25.85 - 78 128.848 947 5 1 9.52139 -139.946 -54.45 - 78 107.72 201 5 0 9.52314 -139.947 -55.85 - 78 117.991 947 4 1 9.55249 -139.933 -84.45 - 78 122.882 201 4 0 9.55132 -139.927 -85.85 - 78 116.728 947 3 1 9.55762 -139.75 -114.45 - 78 126.735 201 3 0 9.58847 -139.766 -115.85 - 78 137.264 951 2 1 10.2625 -140.056 -144.45 - 78 90.849 200 2 0 10.317 -140.064 -145.85 - 78 104.952 957 1 1 11.5951 -140.22 -174.45 - 78 135.018 199 1 0 11.6585 -140.231 -175.85 - 78 142.038 964 0 1 12.952 -140.477 -204.45 - 78 119.352 198 0 0 13.0302 -140.446 -205.85 - 78 210.887 945 0 1 9.06644 -139.9 -204.45 - 78 135.746 201 0 0 9.06364 -139.922 -205.85 - 78 101.699 200 0 0 9.02164 -139.962 -205.85 -Number of digits in this event = 15 -Using G4ParticleGun ... -3.35353 LIN -e- -Event: 79 -Number of tracker hits in this event = 42 - 79 142.624 892 10 1 -1.61596 -106.645 95.55 - 79 219.909 367 10 0 -1.61626 -106.644 94.15 - 79 170.49 892 9 1 -1.62729 -106.627 65.55 - 79 142.726 367 9 0 -1.62748 -106.626 64.15 - 79 128.584 892 8 1 -1.63505 -106.608 35.55 - 79 113.265 367 8 0 -1.63666 -106.607 34.15 - 79 110.884 891 7 1 -1.67077 -106.607 5.55 - 79 310.267 367 7 0 -1.67113 -106.608 4.15 - 79 160.024 891 6 1 -1.67938 -106.612 -24.45 - 79 134.21 367 6 0 -1.68121 -106.609 -25.85 - 79 119.704 891 5 1 -1.72881 -106.562 -54.45 - 79 103.111 367 5 0 -1.73138 -106.562 -55.85 - 79 374.62 891 4 1 -1.78601 -106.582 -84.45 - 79 130.697 367 4 0 -1.78618 -106.575 -85.85 - 79 115.075 891 3 1 -1.74958 -106.396 -114.45 - 79 142.374 368 3 0 -1.74309 -106.389 -115.85 - 79 102.834 892 2 1 -1.61844 -106.255 -144.45 - 79 107.456 369 2 0 -1.62079 -106.242 -145.85 - 79 415.296 892 1 1 -1.63088 -105.988 -174.45 - 79 126.501 370 1 0 -1.62727 -105.973 -175.85 - 79 123.61 892 0 1 -1.57176 -105.645 -204.45 - 79 148.87 372 0 0 -1.57434 -105.654 -205.85 - 79 46.3217 893 1 1 -1.45 -105.992 -174.722 - 79 158.845 369 1 0 -0.775201 -106.25 -175.85 - 79 2.69025 368 1 0 -0.469825 -106.35 -176.24 - 79 251.957 1047 0 1 29.5667 -115.903 -204.45 - 79 43.0688 331 0 0 29.5192 -113.876 -205.85 - 79 79.3663 332 0 0 29.504 -113.75 -205.941 - 79 41.0203 333 0 0 29.462 -113.55 -206.13 - 79 23.0729 491 0 0 21.3596 -81.6873 -206.25 - 79 81.0142 492 0 0 21.3446 -81.65 -206.182 - 79 69.2281 493 0 0 21.3324 -81.45 -206.034 - 79 148.235 494 0 0 21.313 -81.25 -206.094 - 79 150.722 495 0 0 21.5106 -81.05 -206.114 - 79 168.251 496 0 0 21.448 -80.85 -205.993 - 79 152.649 371 1 0 -1.39824 -105.836 -175.85 - 79 31.9363 372 1 0 -1.36356 -105.75 -176.153 - 79 165.105 915 0 1 3.08408 -95.7532 -204.45 - 79 72.1559 427 0 0 3.30957 -94.6424 -205.85 - 79 94.6549 428 0 0 3.3175 -94.55 -205.951 - 79 129.701 365 4 0 -1.9302 -106.97 -85.85 - 79 280.257 364 4 0 -2.02742 -107.15 -86.1117 -Number of digits in this event = 27 -Using G4ParticleGun ... -6.7501 LIN -e- -Event: 80 -Number of tracker hits in this event = 29 - 80 117.103 1416 9 1 103.37 62.404 65.55 - 80 117.576 1211 9 0 103.371 62.4046 64.15 - 80 153.787 1416 8 1 103.4 62.4183 35.55 - 80 130.89 1211 8 0 103.402 62.42 34.15 - 80 103.549 1416 7 1 103.448 62.4489 5.55 - 80 157.636 1212 7 0 103.45 62.4509 4.15 - 80 163.865 1416 6 1 103.497 62.4883 -24.45 - 80 248.774 1212 6 0 103.499 62.4894 -25.85 - 80 112.519 1416 5 1 103.548 62.5088 -54.45 - 80 120.826 1212 5 0 103.551 62.5068 -55.85 - 80 118.208 1417 4 1 103.6 62.4809 -84.45 - 80 120.765 1212 4 0 103.604 62.4793 -85.85 - 80 120.824 1417 3 1 103.688 62.4484 -114.45 - 80 106.922 1211 3 0 103.692 62.4461 -115.85 - 80 139.648 1418 2 1 103.791 62.3898 -144.45 - 80 141.567 1211 2 0 103.786 62.3837 -145.85 - 80 102.522 1417 1 1 103.634 62.2521 -174.45 - 80 233.478 1211 1 0 103.625 62.2516 -175.85 - 80 110.798 1416 0 1 103.409 62.2824 -204.45 - 80 552.108 1211 0 0 103.393 62.2836 -205.85 - 80 0.525097 1243 3 0 91.9062 68.85 -116.016 - 80 140.772 1419 0 1 103.95 62.3388 -204.45 - 80 267.549 1418 0 1 103.95 62.339 -204.46 - 80 22.2637 1209 0 0 103.43 62.0047 -205.85 - 80 256.067 1417 2 1 103.75 62.4238 -144.475 - 80 9.60174 1205 0 0 133.29 61.1206 -206.25 - 80 192.349 1576 0 1 135.489 62.3744 -204.85 - 80 47.2384 920 3 1 4.12277 -51.6505 -114.85 - 80 165.979 919 3 1 4.05 -51.6265 -114.687 -Number of digits in this event = 20 -Using G4ParticleGun ... -5.70442 LIN -e- -Event: 81 -Number of tracker hits in this event = 81 - 81 138.276 748 11 1 -30.2861 28.2038 125.55 - 81 97.0212 1040 11 0 -30.2853 28.2014 124.15 - 81 166.782 748 10 1 -30.2631 28.1505 95.55 - 81 151.601 1040 10 0 -30.2618 28.1489 94.15 - 81 106.6 749 9 1 -30.236 28.1103 65.55 - 81 185.617 1040 9 0 -30.2335 28.1088 64.15 - 81 99.5497 749 8 1 -30.1854 28.0815 35.55 - 81 134.593 1040 8 0 -30.1812 28.0799 34.15 - 81 275.332 749 7 1 -30.0907 28.0451 5.55 - 81 124.133 1039 7 0 -30.0873 28.045 4.15 - 81 178.862 750 6 1 -30.0144 28.045 -24.45 - 81 167.983 1039 6 0 -30.0111 28.0441 -25.85 - 81 107.354 750 5 1 -29.9422 28.0253 -54.45 - 81 153.072 1039 5 0 -29.9389 28.0236 -55.85 - 81 161.476 750 4 1 -29.8689 27.9912 -84.45 - 81 144.235 1039 4 0 -29.8644 27.99 -85.85 - 81 174.92 751 3 1 -29.7672 27.9651 -114.45 - 81 116.611 1039 3 0 -29.762 27.964 -115.85 - 81 98.2871 751 2 1 -29.6512 27.9486 -144.45 - 81 52.08 752 2 1 -29.65 27.9485 -144.75 - 81 140.307 1039 2 0 -29.6457 27.948 -145.85 - 81 163.104 752 1 1 -29.5382 27.9408 -174.45 - 81 187.783 1039 1 0 -29.5328 27.9407 -175.85 - 81 185.279 753 0 1 -29.3889 27.9472 -204.45 - 81 117.088 1039 0 0 -29.3802 27.9486 -205.85 - 81 105.212 641 5 0 -97.9154 -51.7477 -56.25 - 81 155.841 406 5 1 -98.7795 -52.1605 -54.85 - 81 91.1208 751 1 1 -29.65 27.959 -174.738 - 81 15.9737 1041 1 0 -31.4599 28.2504 -175.85 - 81 221.299 1040 1 0 -31.4997 28.25 -175.865 - 81 156.623 752 3 1 -29.65 27.9692 -114.659 - 81 126.711 1040 3 0 -28.9901 28.2111 -115.85 - 81 133.854 1195 7 0 -50.6704 59.1012 3.75 - 81 30.088 1194 7 0 -50.5297 59.05 3.98646 - 81 207.613 649 7 1 -50.0719 59.2191 5.15007 - 81 101.669 650 7 1 -50.05 59.2398 5.198 - 81 220.291 749 6 1 -30.1217 28.0195 -24.45 - 81 99.5524 1040 6 0 -30.2279 28.0704 -25.85 - 81 129.051 736 5 1 -32.705 28.8106 -54.45 - 81 83.0479 1044 5 0 -32.6912 29.0049 -55.85 - 81 20.441 1045 5 0 -32.6885 29.05 -56.159 - 81 108.246 736 4 1 -32.7804 33.2735 -84.45 - 81 151.795 1067 4 0 -32.745 33.5264 -85.85 - 81 1.34868 738 3 1 -32.2504 39.1448 -114.45 - 81 108.609 739 3 1 -32.25 39.1459 -114.454 - 81 137.181 1097 3 0 -32.139 39.4647 -115.85 - 81 117.655 753 2 1 -29.3824 46.2981 -144.45 - 81 79.8872 1133 2 0 -29.1989 46.748 -145.85 - 81 24.3205 1134 2 0 -29.1604 46.8501 -146.154 - 81 130.666 770 1 1 -26.0304 56.4606 -174.45 - 81 85.5566 1184 1 0 -25.835 56.9779 -175.85 - 81 74.0261 1185 1 0 -25.806 57.0501 -176.041 - 81 140.481 796 0 1 -20.7449 67.8942 -204.45 - 81 18.8833 797 0 1 -20.65 67.9303 -204.785 - 81 116.307 1240 0 0 -20.3525 68.0525 -205.85 - 81 264.882 886 2 1 -2.84845 174.59 -144.45 - 81 136.259 1038 6 0 -30.0533 27.8397 -25.85 - 81 140.021 758 5 1 -28.357 24.2037 -54.45 - 81 125.135 1021 5 0 -28.3855 24.2925 -55.85 - 81 86.766 755 4 1 -29.0322 26.0529 -84.45 - 81 63.0893 754 4 1 -29.05 26.0617 -84.7349 - 81 239.032 1030 4 0 -29.1123 26.095 -85.85 - 81 144.864 746 3 1 -30.7509 26.986 -114.45 - 81 122.49 1035 3 0 -30.8023 27.1361 -115.85 - 81 116.088 745 2 1 -31.0303 29.8734 -144.45 - 81 7.85135 1050 2 0 -31.0003 30.2413 -145.85 - 81 101.032 1051 2 0 -30.9999 30.2501 -145.884 - 81 251.48 746 1 1 -30.7625 38.1533 -174.45 - 81 16.3641 745 1 1 -30.85 38.2339 -174.782 - 81 161.082 1092 1 0 -31.1104 38.467 -175.85 - 81 129.539 698 0 1 -40.3608 40.7775 -204.45 - 81 77.8824 697 0 1 -40.4501 40.8561 -204.622 - 81 111.709 1107 0 0 -41.0975 41.5154 -205.85 - 81 48.9627 1108 0 0 -41.2456 41.65 -206.11 - 81 92.5098 699 0 1 -40.25 40.6684 -204.613 - 81 169.682 1098 0 0 -39.6827 39.8325 -205.85 - 81 270.826 1099 0 0 -39.2393 39.85 -206.107 - 81 143.03 1100 0 0 -38.8718 40.05 -206.093 - 81 127.138 1101 0 0 -38.4681 40.25 -205.963 - 81 317.694 1102 0 0 -38.0234 40.45 -205.937 - 81 407.26 1103 0 0 -37.8441 40.65 -205.976 -Number of digits in this event = 47 -Using G4ParticleGun ... -3.29566 LIN -e- -Event: 82 -Number of tracker hits in this event = 28 - 82 126.65 1128 8 1 45.813 -128.382 35.55 - 82 133.622 258 8 0 45.8138 -128.383 34.15 - 82 139.383 1128 7 1 45.8365 -128.395 5.55 - 82 115.794 258 7 0 45.839 -128.399 4.15 - 82 105.626 1129 6 1 45.8984 -128.475 -24.45 - 82 112.688 258 6 0 45.9022 -128.481 -25.85 - 82 112.84 1129 5 1 45.9789 -128.6 -54.45 - 82 117.602 257 5 0 45.9848 -128.606 -55.85 - 82 139.9 1130 4 1 46.1017 -128.728 -84.45 - 82 106.357 257 4 0 46.1078 -128.735 -85.85 - 82 144.418 1130 3 1 46.2334 -128.892 -114.45 - 82 231.524 256 3 0 46.2416 -128.9 -115.85 - 82 123.386 1131 2 1 46.4049 -129.063 -144.45 - 82 113.24 255 2 0 46.4136 -129.072 -145.85 - 82 280.933 1132 1 1 46.5847 -129.246 -174.45 - 82 148.41 254 1 0 46.5937 -129.255 -175.85 - 82 101.135 1133 0 1 46.7719 -129.429 -204.45 - 82 435.593 253 0 0 46.7816 -129.436 -205.85 - 82 271.337 1132 0 1 46.6119 -129.345 -204.45 - 82 43.2593 1279 1 1 75.85 -153.981 -174.77 - 82 168.194 1129 8 1 45.85 -128.397 35.5056 - 82 12.0336 1130 8 1 46.05 -128.414 35.1962 - 82 128.265 260 8 0 46.7147 -128.054 34.15 - 82 37.3536 261 8 0 46.9714 -127.95 33.8383 - 82 32.6252 289 8 0 65.1778 -122.296 33.75 - 82 119.851 288 8 0 65.2082 -122.35 33.8644 - 82 264.896 1228 8 1 65.7028 -122.517 35.15 - 82 291.11 1229 8 1 65.85 -122.636 35.3309 +Event: 16 +Number of tracker hits in this event = 34 + 16 151.348 235 8 1 -133.105 -45.9449 35.55 + 16 116.102 670 8 0 -133.112 -45.9417 34.15 + 16 101.692 234 7 1 -133.209 -45.8938 5.55 + 16 134.788 670 7 0 -133.218 -45.8864 4.15 + 16 169.67 233 6 1 -133.387 -45.7753 -24.45 + 16 105.069 671 6 0 -133.39 -45.777 -25.85 + 16 218.827 233 5 1 -133.436 -45.8227 -54.45 + 16 155.932 671 5 0 -133.436 -45.8218 -55.85 + 16 130.993 233 4 1 -133.464 -45.837 -84.45 + 16 172.059 671 4 0 -133.46 -45.8348 -85.85 + 16 128.195 234 3 1 -133.339 -45.8071 -114.45 + 16 178.687 671 3 0 -133.34 -45.8106 -115.85 + 16 100.423 234 2 1 -133.337 -45.8987 -144.45 + 16 276.311 670 2 0 -133.342 -45.8986 -145.85 + 16 106 233 1 1 -133.444 -45.8858 -174.45 + 16 120.667 670 1 0 -133.452 -45.8841 -175.85 + 16 113.172 232 0 1 -133.586 -45.8513 -204.45 + 16 111.482 671 0 0 -133.597 -45.843 -205.85 + 16 126.146 671 2 0 -133.306 -45.85 -145.919 + 16 71.3168 235 0 1 -133.019 -45.7028 -204.45 + 16 54.169 236 0 1 -132.95 -45.673 -204.658 + 16 86.076 672 0 0 -132.546 -45.4847 -205.85 + 16 62.0147 673 0 0 -132.449 -45.45 -206.115 + 16 63.1197 566 0 0 -119.663 -66.6697 -206.25 + 16 84.3427 565 0 0 -119.613 -66.8502 -206.142 + 16 164.413 564 0 0 -119.572 -67.0503 -206.023 + 16 27.4055 563 0 0 -119.527 -67.25 -205.904 + 16 267.102 305 0 1 -119.116 -68.9522 -204.85 + 16 72.3829 574 1 0 -100.221 -65.0876 -176.25 + 16 69.1521 575 1 0 -100.048 -65.05 -176.036 + 16 14.3674 403 1 1 -99.3755 -64.5799 -174.85 + 16 140.098 404 1 1 -99.35 -64.5594 -174.802 + 16 274.61 234 5 1 -133.35 -45.5461 -54.5342 + 16 19.6197 235 5 1 -133.15 -45.3276 -54.5961 Number of digits in this event = 18 Using G4ParticleGun ... -5.67858 LIN +2.64007 LIN e- -Event: 83 -Number of tracker hits in this event = 26 - 83 114.683 556 11 1 -68.7515 -7.67282 125.55 - 83 216.273 861 11 0 -68.7518 -7.6736 124.15 - 83 104.396 556 10 1 -68.7595 -7.68888 95.55 - 83 205.408 861 10 0 -68.7602 -7.69038 94.15 - 83 128.302 556 9 1 -68.7823 -7.7252 65.55 - 83 189.685 861 9 0 -68.7842 -7.72718 64.15 - 83 124.172 556 8 1 -68.8236 -7.77131 35.55 - 83 119.215 861 8 0 -68.8255 -7.77279 34.15 - 83 130.66 555 7 1 -68.8676 -7.80977 5.55 - 83 139.681 861 7 0 -68.8688 -7.81222 4.15 - 83 226.061 555 6 1 -68.8966 -7.86228 -24.45 - 83 151.92 860 6 0 -68.8968 -7.86497 -25.85 - 83 116.079 555 5 1 -68.8995 -7.92215 -54.45 - 83 126.503 860 5 0 -68.8993 -7.92432 -55.85 - 83 91.8633 555 4 1 -68.895 -7.96845 -84.45 - 83 113.961 860 4 0 -68.8929 -7.97016 -85.85 - 83 104.823 556 3 1 -68.8471 -8.00869 -114.45 - 83 104.192 860 3 0 -68.846 -8.01132 -115.85 - 83 121.594 556 2 1 -68.8251 -8.06464 -144.45 - 83 107.894 859 2 0 -68.8239 -8.06733 -145.85 - 83 111.974 556 1 1 -68.8033 -8.12698 -174.45 - 83 102.981 859 1 0 -68.8023 -8.13073 -175.85 - 83 131.783 556 0 1 -68.7845 -8.20281 -204.45 - 83 112.35 859 0 0 -68.7855 -8.20589 -205.85 - 83 134.256 862 7 0 -69.137 -7.64707 4.14964 - 83 177.236 862 10 0 -68.7693 -7.64991 93.8523 -Number of digits in this event = 16 -Using G4ParticleGun ... -4.42384 LIN -e- -Event: 84 -Number of tracker hits in this event = 99 - 84 227.35 755 11 1 -28.8761 -18.5342 125.55 - 84 132.327 807 11 0 -28.8781 -18.5343 124.15 - 84 140.365 755 10 1 -28.9105 -18.5311 95.55 - 84 119.584 807 10 0 -28.9119 -18.5286 94.15 - 84 97.3529 755 9 1 -28.9421 -18.4724 65.55 - 84 139.356 807 9 0 -28.9423 -18.4698 64.15 - 84 124.178 755 8 1 -28.9397 -18.424 35.55 - 84 120.081 808 8 0 -28.939 -18.4199 34.15 - 84 115.321 755 7 1 -28.9238 -18.3441 5.55 - 84 123.286 808 7 0 -28.9216 -18.3401 4.15 - 84 156.151 755 6 1 -28.8779 -18.2613 -24.45 - 84 110.062 808 6 0 -28.8746 -18.2595 -25.85 - 84 259.262 756 5 1 -28.8035 -18.2126 -54.45 - 84 103.783 809 5 0 -28.7979 -18.211 -55.85 - 84 116.977 756 4 1 -28.689 -18.105 -84.45 - 84 126.802 809 4 0 -28.6822 -18.1122 -85.85 - 84 142.482 757 3 1 -28.5268 -18.2768 -114.45 - 84 253.999 808 3 0 -28.5255 -18.2703 -115.85 - 84 788.02 757 2 1 -28.5347 -18.182 -144.45 - 84 384.371 809 2 0 -28.5233 -18.1872 -145.85 - 84 224.463 758 1 1 -28.2756 -18.3364 -174.45 - 84 195.318 808 1 0 -28.2607 -18.3179 -175.85 - 84 234.514 760 0 1 -27.9983 -17.9361 -204.45 - 84 122.351 810 0 0 -28.0026 -17.903 -205.85 - 84 9.5968 803 2 0 -28.6689 -19.4283 -145.85 - 84 351.026 802 2 0 -28.6679 -19.45 -145.874 - 84 183.607 801 2 0 -28.4887 -19.65 -146.126 - 84 647.756 759 1 1 -28.1824 -17.6181 -174.45 - 84 123.075 811 1 0 -28.2178 -17.6515 -175.85 - 84 15.2313 755 0 1 -29.0469 -18.5884 -204.45 - 84 163.376 754 0 1 -29.05 -18.5927 -204.499 - 84 256.489 806 0 0 -29.1308 -18.7251 -205.85 - 84 148.124 1687 4 0 63.3464 157.55 -86.1557 - 84 172.793 1218 4 1 63.675 158.038 -84.85 - 84 129.816 812 1 0 -28.1531 -17.6209 -175.85 - 84 273.803 762 0 1 -27.5537 -17.8184 -204.45 - 84 245.466 811 0 0 -27.5886 -17.8071 -205.85 - 84 237.537 808 2 0 -28.4519 -18.3268 -145.85 - 84 153.78 807 1 0 -28.2175 -18.45 -176.126 - 84 102.013 807 0 0 -27.8564 -18.6109 -205.85 - 84 424.644 781 0 1 -23.7475 -18.5218 -204.45 - 84 521.926 809 1 0 -28.3409 -18.1286 -175.85 - 84 142.272 810 1 0 -28.375 -18.05 -176.161 - 84 149.601 758 2 1 -28.45 -18.3146 -144.736 - 84 105.218 762 1 1 -27.5267 -18.1038 -174.45 - 84 111.399 740 0 1 -31.8563 -19.9731 -204.45 - 84 109.212 800 0 0 -31.9475 -19.9932 -205.85 - 84 47.2369 644 1 1 -51.203 11.5282 -174.85 - 84 159.554 1048 2 0 -46.9689 29.65 -145.931 - 84 263.6 760 4 0 -47.1672 -27.8576 -86.2498 - 84 341.415 761 4 0 -47.4467 -27.85 -86.1707 - 84 299.796 756 3 1 -28.6624 -18.0892 -114.45 - 84 207.354 809 3 0 -28.7007 -18.0847 -115.85 - 84 122.561 753 2 1 -29.2822 -18.1022 -144.45 - 84 115.494 810 2 0 -29.3225 -17.9592 -145.85 - 84 139.664 749 1 1 -30.1272 -15.0571 -174.45 - 84 333.826 824 1 0 -30.1451 -15.1053 -175.85 - 84 125.178 747 0 1 -30.5797 -15.9146 -204.45 - 84 128.471 819 0 0 -30.8191 -16.144 -205.85 - 84 75.5893 1048 3 0 -1.933 29.7937 -116.25 - 84 97.3925 788 2 0 -59.723 -22.3691 -146.25 - 84 47.13 787 2 0 -59.9398 -22.45 -145.994 - 84 126.53 595 2 1 -60.85 -22.9742 -144.85 - 84 52.2965 594 2 1 -61.05 -23.0885 -144.603 - 84 42.4625 593 2 1 -61.3145 -23.3759 -144.45 - 84 57.7673 592 2 1 -61.45 -23.4238 -144.498 - 84 67.405 591 2 1 -61.65 -23.4856 -144.524 - 84 52.9385 590 2 1 -61.85 -23.5484 -144.502 - 84 46.7717 589 2 1 -62.05 -23.554 -144.469 - 84 29.4127 782 2 0 -62.6891 -23.5002 -145.85 - 84 143.972 783 2 0 -62.7352 -23.45 -146 - 84 10.7335 789 2 0 -61.1292 -22.25 -145.979 - 84 134.545 812 2 0 -28.2917 -17.4712 -145.85 - 84 169.729 763 1 1 -27.2683 -16.8322 -174.45 - 84 0.23607 764 1 1 -27.25 -16.817 -174.849 - 84 225.674 816 1 0 -27.2022 -16.7756 -175.85 - 84 125.08 767 0 1 -26.4914 -15.0484 -204.45 - 84 118.861 825 0 0 -26.4568 -14.9833 -205.85 - 84 239.107 817 1 0 -27.1859 -16.65 -176.101 - 84 361.165 757 1 1 -28.5022 -16.7622 -174.45 - 84 139.209 745 0 1 -31.0411 -12.8576 -204.45 - 84 46.5889 829 0 0 -30.6027 -14.1321 -205.85 - 84 88.9935 828 0 0 -30.5736 -14.25 -205.955 - 84 51.7183 827 0 0 -30.4982 -14.45 -206.135 - 84 153.454 756 1 1 -28.8498 -18.7955 -174.45 - 84 141.866 806 1 0 -28.834 -18.8123 -175.85 - 84 110.43 756 0 1 -28.7178 -19.3074 -204.45 - 84 128.168 803 0 0 -28.7407 -19.3085 -205.85 - 84 121.616 757 0 1 -28.6446 -17.7739 -204.45 - 84 49.1278 1150 1 1 50.05 -147.717 -174.705 - 84 125.495 1151 1 1 50.25 -147.878 -174.615 - 84 194.5 939 5 1 7.85 171.862 -54.6912 - 84 35.1293 938 5 1 7.85 171.98 -54.6223 - 84 79.2351 944 0 0 -4.6261 8.85 -206.184 - 84 132.004 344 0 1 -111.191 -17.7179 -204.45 - 84 56.5654 345 0 1 -111.15 -17.7239 -204.494 - 84 125.976 782 0 0 -27.4596 -23.5781 -205.85 - 84 3.065 781 0 0 -27.4417 -23.65 -206.235 - 84 174.962 805 10 0 -27.5508 -18.8838 94.15 -Number of digits in this event = 65 -Using G4ParticleGun ... -1.45625 LIN -e- -Event: 85 -Number of tracker hits in this event = 21 - 85 144.961 1510 9 1 122.187 -45.7523 65.55 - 85 140.238 671 9 0 122.185 -45.7494 64.15 - 85 121.433 1510 8 1 122.162 -45.6861 35.55 - 85 109.462 671 8 0 122.166 -45.6844 34.15 - 85 125.775 1510 7 1 122.209 -45.6617 5.55 - 85 126.286 671 7 0 122.214 -45.6602 4.15 - 85 193.574 1510 6 1 122.314 -45.6275 -24.45 - 85 173.261 672 6 0 122.325 -45.6279 -25.85 - 85 143.966 1512 5 1 122.572 -45.6152 -54.45 - 85 145.142 672 5 0 122.582 -45.6037 -55.85 - 85 126.18 1513 4 1 122.771 -45.3725 -84.45 - 85 117.844 673 4 0 122.782 -45.3615 -85.85 - 85 119.339 1514 3 1 123.036 -45.122 -114.45 - 85 122.598 674 3 0 123.049 -45.1116 -115.85 - 85 127.371 1515 2 1 123.33 -44.8844 -144.45 - 85 107.747 675 2 0 123.35 -44.8708 -145.85 - 85 96.2931 1517 1 1 123.719 -44.5745 -174.45 - 85 106.786 677 1 0 123.735 -44.5611 -175.85 - 85 268.822 1519 0 1 124.066 -44.2743 -204.45 - 85 86.8065 678 0 0 124.092 -44.253 -205.85 - 85 35.9127 679 0 0 124.095 -44.25 -206.046 +Event: 17 +Number of tracker hits in this event = 24 + 17 213.025 1133 8 1 46.7544 -132.531 35.55 + 17 107.402 238 8 0 46.7546 -132.529 34.15 + 17 117.52 1133 7 1 46.7588 -132.489 5.55 + 17 106.651 238 7 0 46.7585 -132.485 4.15 + 17 368.281 1133 6 1 46.75 -132.404 -24.45 + 17 119.263 238 6 0 46.7462 -132.4 -25.85 + 17 137.848 1133 5 1 46.6855 -132.305 -54.45 + 17 158.098 239 5 0 46.684 -132.299 -55.85 + 17 135.507 1133 4 1 46.6592 -132.193 -84.45 + 17 91.2503 239 4 0 46.6581 -132.192 -85.85 + 17 132.75 1132 3 1 46.6441 -132.177 -114.45 + 17 154.329 239 3 0 46.6416 -132.176 -115.85 + 17 103.3 1132 2 1 46.5875 -132.133 -144.45 + 17 92.3627 240 2 0 46.586 -132.136 -145.85 + 17 119.89 1132 1 1 46.5469 -132.163 -174.45 + 17 108.16 239 1 0 46.536 -132.167 -175.85 + 17 121.117 1131 0 1 46.3094 -132.222 -204.45 + 17 148.621 239 0 0 46.3019 -132.223 -205.85 + 17 108.617 1167 13 0 13.8873 53.5721 183.75 + 17 102.508 1134 8 1 46.85 -132.578 35.4268 + 17 111.933 1135 8 1 47.0502 -132.553 35.2498 + 17 242.068 241 8 0 47.6674 -131.809 34.1494 + 17 41.3832 247 8 0 19.9639 -130.7 33.75 + 17 227.477 246 8 0 20.0205 -130.75 33.787 Number of digits in this event = 14 Using G4ParticleGun ... -7.34887 LIN +6.22521 LIN e- -Event: 86 -Number of tracker hits in this event = 64 - 86 106.878 1419 10 0 -52.9866 104.085 94.1211 - 86 155.537 635 9 1 -52.9844 104.083 65.55 - 86 135.143 1419 9 0 -52.9838 104.083 64.15 - 86 106.592 635 8 1 -52.9949 104.085 35.55 - 86 91.2561 1419 8 0 -52.9963 104.086 34.15 - 86 145.891 635 7 1 -53.0183 104.104 5.55 - 86 106.392 1419 7 0 -53.019 104.104 4.15 - 86 110.566 635 6 1 -53.0383 104.098 -24.45 - 86 112.188 1419 6 0 -53.0367 104.097 -25.85 - 86 157.284 635 5 1 -53.0018 104.077 -54.45 - 86 122.643 1419 5 0 -52.9996 104.074 -55.85 - 86 130.265 635 4 1 -52.9451 104.023 -84.45 - 86 106.695 1419 4 0 -52.9395 104.02 -85.85 - 86 134.331 636 3 1 -52.8291 103.975 -114.45 - 86 159.926 1419 3 0 -52.8213 103.97 -115.85 - 86 134.903 636 2 1 -52.6603 103.872 -144.45 - 86 107.75 1418 2 0 -52.6532 103.867 -145.85 - 86 125.297 637 1 1 -52.4974 103.771 -174.45 - 86 121.819 1418 1 0 -52.4905 103.764 -175.85 - 86 142.34 638 0 1 -52.346 103.629 -204.45 - 86 117.505 1417 0 0 -52.3364 103.622 -205.85 - 86 46.6422 635 1 1 -52.9557 103.933 -174.45 - 86 73.821 636 1 1 -52.85 103.896 -174.618 - 86 45.2909 1417 1 0 -52.0715 103.577 -175.85 - 86 111.509 1416 1 0 -51.9995 103.55 -175.973 - 86 43.3606 719 0 1 -36.2205 98.7093 -204.45 - 86 84.7152 720 0 1 -36.0498 98.6702 -204.487 - 86 89.7903 721 0 1 -35.85 98.6262 -204.542 - 86 80.9263 722 0 1 -35.65 98.585 -204.586 - 86 73.3036 723 0 1 -35.45 98.547 -204.605 - 86 71.7723 724 0 1 -35.25 98.4931 -204.618 - 86 63.894 725 0 1 -35.05 98.4312 -204.636 - 86 68.2237 726 0 1 -34.85 98.3807 -204.636 - 86 147.841 727 0 1 -34.65 98.3247 -204.627 - 86 195.8 728 0 1 -34.45 98.2565 -204.631 - 86 61.6476 729 0 1 -34.25 98.1934 -204.629 - 86 57.5084 730 0 1 -34.05 98.1351 -204.631 - 86 97.7549 731 0 1 -33.8497 98.0817 -204.65 - 86 72.4242 732 0 1 -33.6498 98.0247 -204.657 - 86 56.0901 733 0 1 -33.4499 97.9645 -204.634 - 86 80.9391 734 0 1 -33.2499 97.8944 -204.6 - 86 63.5639 735 0 1 -33.05 97.8204 -204.553 - 86 52.521 736 0 1 -32.85 97.7541 -204.521 - 86 123.965 737 0 1 -32.65 97.6726 -204.514 - 86 72.5554 738 0 1 -32.4497 97.5611 -204.536 - 86 66.582 739 0 1 -32.25 97.4439 -204.561 - 86 69.6331 740 0 1 -32.05 97.3515 -204.575 - 86 64.4307 741 0 1 -31.85 97.2256 -204.585 - 86 59.6532 742 0 1 -31.6499 97.0821 -204.615 - 86 50.9262 743 0 1 -31.4498 96.9724 -204.647 - 86 67.1647 744 0 1 -31.25 96.9058 -204.66 - 86 52.408 745 0 1 -31.05 96.8023 -204.677 - 86 76.4336 746 0 1 -30.85 96.6815 -204.681 - 86 56.0423 747 0 1 -30.6491 96.5644 -204.685 - 86 78.9351 748 0 1 -30.45 96.4641 -204.719 - 86 99.8147 749 0 1 -30.25 96.3784 -204.763 - 86 44.2301 750 0 1 -30.05 96.2976 -204.815 - 86 64.6504 1373 0 0 -26.4861 94.8372 -205.85 - 86 195.238 1372 0 0 -26.2863 94.75 -205.917 - 86 26.8289 1371 0 0 -25.797 94.55 -206.204 - 86 102.076 706 8 1 -38.8062 104.046 35.55 - 86 37.6767 705 8 1 -38.85 103.864 35.2621 - 86 178.674 1414 8 0 -39.5695 103.124 34.15 - 86 78.7327 1413 8 0 -39.7155 102.95 33.9076 +Event: 18 +Number of tracker hits in this event = 66 + 18 168.521 1252 11 1 70.6297 -13.336 125.55 + 18 110.002 833 11 0 70.6312 -13.3352 124.15 + 18 121.903 1253 10 1 70.6583 -13.3291 95.55 + 18 110.614 833 10 0 70.66 -13.3311 94.15 + 18 110.025 1253 9 1 70.6918 -13.3737 65.55 + 18 188.842 833 9 0 70.6937 -13.3765 64.15 + 18 142.926 1253 8 1 70.7341 -13.4312 35.55 + 18 117.301 833 8 0 70.7354 -13.4331 34.15 + 18 124.081 1253 7 1 70.7584 -13.4651 5.55 + 18 106.253 832 7 0 70.7586 -13.4651 4.15 + 18 148.902 1253 6 1 70.7628 -13.4687 -24.45 + 18 133.703 832 6 0 70.7634 -13.4686 -25.85 + 18 166.037 1253 5 1 70.7764 -13.4633 -54.45 + 18 97.988 832 5 0 70.7775 -13.4647 -55.85 + 18 416.341 1253 4 1 70.8 -13.4914 -84.45 + 18 269.977 832 4 0 70.8019 -13.4913 -85.85 + 18 181.319 1253 3 1 70.8373 -13.494 -114.45 + 18 434.278 832 3 0 70.8409 -13.4943 -115.85 + 18 225.912 1254 2 1 70.9172 -13.5033 -144.45 + 18 430.444 832 2 0 70.9215 -13.5048 -145.85 + 18 991.613 1254 1 1 71.0067 -13.5262 -174.45 + 18 282.284 832 1 0 71.0044 -13.5232 -175.85 + 18 309.983 1254 0 1 70.9577 -13.4666 -204.45 + 18 361.67 832 0 0 70.9547 -13.4644 -205.85 + 18 152.39 970 0 1 14.1946 -66.1179 -204.45 + 18 185.337 971 0 1 14.25 -66.2865 -204.562 + 18 97.5109 1255 2 1 71.0797 -13.604 -144.45 + 18 123.344 831 1 0 70.9008 -13.7161 -175.85 + 18 124.036 1245 0 1 69.1814 -13.6584 -204.45 + 18 176.183 972 8 0 -97.4085 14.4742 33.75 + 18 190.181 973 8 0 -97.8088 14.6501 33.9836 + 18 278.975 1253 1 1 70.85 -13.9347 -174.618 + 18 149.095 857 1 1 -8.56681 16.4099 -174.45 + 18 541.275 686 3 0 64.1361 -42.7528 -116.25 + 18 24.4756 685 3 0 64.0578 -42.8501 -116.085 + 18 152.092 1252 4 1 70.65 -13.7154 -84.6812 + 18 64.3385 1251 4 1 70.45 -13.5916 -84.7571 + 18 81.6745 1250 4 1 70.2495 -13.5227 -84.7283 + 18 74.0933 834 4 0 69.3857 -13.1016 -85.85 + 18 109.995 835 4 0 69.1669 -13.0499 -85.9398 + 18 11.1362 1220 4 1 64.1168 -9.15144 -84.85 + 18 85.3513 860 4 0 62.1204 -7.87649 -85.85 + 18 132.299 861 4 0 62.0688 -7.85 -85.8916 + 18 160.132 650 5 0 60.0037 -49.85 -56.2332 + 18 122.759 1247 3 1 69.6283 -13.0732 -114.45 + 18 209.504 835 3 0 69.6524 -13.021 -115.85 + 18 240.694 1250 2 1 70.1687 -11.7894 -144.45 + 18 126.975 841 2 0 70.315 -11.8128 -145.85 + 18 119.424 1267 1 1 73.5287 -12.1662 -174.45 + 18 141.006 839 1 0 73.5567 -12.2298 -175.85 + 18 124.923 1269 0 1 73.9581 -13.1564 -204.45 + 18 110.948 834 0 0 73.9147 -13.0816 -205.85 + 18 66.8069 836 2 0 70.1451 -12.7142 -145.85 + 18 90.8449 835 2 0 70.1437 -12.85 -146.032 + 18 1.48214 834 2 0 70.1861 -13.0501 -146.246 + 18 85.1382 1278 1 1 75.7572 -45.4857 -174.45 + 18 121.995 1277 1 1 75.65 -45.361 -174.686 + 18 34.5267 1276 1 1 75.4492 -45.2856 -174.805 + 18 98.5785 675 1 0 72.6039 -44.9562 -175.85 + 18 79.5292 676 1 0 72.3061 -44.85 -175.931 + 18 59.483 1274 1 1 75.05 -44.1867 -174.758 + 18 124.99 618 6 1 -56.25 57.6678 -24.8333 + 18 80.4659 1252 10 1 70.6412 -13.3084 95.55 + 18 78.4416 1251 10 1 70.45 -13.128 95.464 + 18 195.233 1250 10 1 70.25 -13.1189 95.5231 + 18 125.482 1249 10 1 70.05 -13.2659 95.43 +Number of digits in this event = 44 +Using G4ParticleGun ... +4.79332 LIN +e- +Event: 19 +Number of tracker hits in this event = 44 + 19 117.952 1526 9 1 125.464 30.7872 65.55 + 19 156.34 1053 9 0 125.463 30.7882 64.15 + 19 106.983 1526 8 1 125.443 30.814 35.55 + 19 110.726 1053 8 0 125.441 30.8158 34.15 + 19 123.026 1526 7 1 125.406 30.8569 5.55 + 19 104.237 1054 7 0 125.403 30.8572 4.15 + 19 131.103 1526 6 1 125.354 30.8743 -24.45 + 19 105.285 1054 6 0 125.354 30.8726 -25.85 + 19 149.794 1525 5 1 125.34 30.8312 -54.45 + 19 161.657 1053 5 0 125.341 30.8294 -55.85 + 19 105.17 1526 4 1 125.362 30.8022 -84.45 + 19 221.545 1053 4 0 125.361 30.8026 -85.85 + 19 117.366 1525 3 1 125.349 30.8039 -114.45 + 19 245.333 1053 3 0 125.347 30.8057 -115.85 + 19 334.47 1525 2 1 125.303 30.8481 -144.45 + 19 112.65 1054 2 0 125.301 30.8511 -145.85 + 19 100.132 1525 1 1 125.254 30.9222 -174.45 + 19 118.557 1054 1 0 125.25 30.9274 -175.85 + 19 108.103 1524 0 1 125.148 31.0445 -204.45 + 19 200.029 1055 0 0 125.147 31.0518 -205.85 + 19 4.33209 1526 2 1 125.361 30.8261 -144.45 + 19 156.96 1524 2 1 125.15 30.9726 -144.639 + 19 16.343 1339 3 0 153.71 87.85 -116.142 + 19 481.515 1526 3 1 125.442 30.8646 -114.45 + 19 136.608 1054 3 0 125.583 30.9269 -115.85 + 19 127.549 1545 2 1 129.233 29.9738 -144.45 + 19 96.5492 1049 2 0 129.107 30.0218 -145.85 + 19 112.86 1535 1 1 127.284 30.0263 -174.45 + 19 95.9457 1048 1 0 127.056 29.7606 -175.85 + 19 25.0728 1501 0 1 120.534 22.1121 -204.45 + 19 94.2228 1502 0 1 120.55 22.1139 -204.54 + 19 107.898 1010 0 0 120.714 22.0657 -205.85 + 19 103.207 1542 2 1 128.68 27.6187 -144.45 + 19 125.121 1037 2 0 128.572 27.5383 -145.85 + 19 27.941 1531 1 1 126.369 25.4584 -174.45 + 19 106.707 1530 1 1 126.35 25.3921 -174.542 + 19 199.216 1021 1 0 126.039 24.4396 -175.85 + 19 191.965 1020 1 0 125.973 24.25 -176.116 + 19 78.2955 1494 0 1 119.026 5.0825 -204.451 + 19 82.6785 1493 0 1 118.95 4.95177 -204.631 + 19 56.6863 920 0 0 118.417 4.13745 -205.85 + 19 86.6095 919 0 0 118.36 4.05 -205.981 + 19 134.497 1019 1 0 125.96 24.05 -176.049 + 19 23.8704 1018 1 0 125.865 23.85 -176.184 Number of digits in this event = 19 Using G4ParticleGun ... -4.36754 LIN +6.03488 LIN e- -Event: 87 -Number of tracker hits in this event = 40 - 87 118.442 1450 10 0 -36.0723 110.254 94.15 - 87 130.768 719 9 1 -36.0685 110.255 65.55 - 87 140.313 1450 9 0 -36.0676 110.253 64.15 - 87 134.132 719 8 1 -36.0505 110.208 35.55 - 87 124.439 1450 8 0 -36.0523 110.207 34.15 - 87 106.557 719 7 1 -36.0864 110.193 5.55 - 87 133.528 1450 7 0 -36.0895 110.194 4.15 - 87 114.648 719 6 1 -36.1546 110.212 -24.45 - 87 145.487 1450 6 0 -36.1578 110.211 -25.85 - 87 139.963 719 5 1 -36.2285 110.199 -54.45 - 87 124.151 1450 5 0 -36.2305 110.197 -55.85 - 87 104.57 718 4 1 -36.2694 110.156 -84.45 - 87 169.586 1450 4 0 -36.2679 110.152 -85.85 - 87 173.202 719 3 1 -36.2416 110.088 -114.45 - 87 148.315 1449 3 0 -36.2421 110.086 -115.85 - 87 100.88 718 2 1 -36.2552 110.053 -144.45 - 87 132.802 1449 2 0 -36.2563 110.051 -145.85 - 87 169.202 718 1 1 -36.2768 110.012 -174.45 - 87 132.896 1449 1 0 -36.2809 110.008 -175.85 - 87 391.656 718 0 1 -36.3628 109.927 -204.45 - 87 273.939 1448 0 0 -36.3675 109.922 -205.85 - 87 107.568 1449 0 0 -36.4337 109.989 -205.85 - 87 184.373 1178 4 1 55.7189 115.324 -84.85 - 87 116.348 1177 4 1 55.65 115.394 -84.6503 - 87 49.703 904 1 0 -98.4926 1.05 -175.892 - 87 15.191 390 1 1 -102.112 0.137577 -174.85 - 87 46.0274 899 1 0 -103.654 -0.0830732 -175.85 - 87 49.8894 381 1 1 -103.765 -0.780085 -174.85 - 87 578.076 720 9 1 -36.0186 110.327 65.55 - 87 202.211 721 9 1 -35.85 110.894 65.2659 - 87 195.083 722 9 1 -35.65 111.513 65.169 - 87 141.711 723 9 1 -35.45 111.926 65.1935 - 87 64.0555 1476 9 0 -34.3325 115.379 64.15 - 87 53.2042 1477 9 0 -34.2235 115.55 64.0843 - 87 66.515 1478 9 0 -34.0992 115.75 64.036 - 87 259.376 1479 9 0 -33.9604 115.951 64.0386 - 87 206.636 1691 9 0 -15.5904 158.4 63.75 - 87 302.061 1692 9 0 -15.6584 158.55 63.7672 - 87 42.3325 1458 9 0 -35.5765 111.883 64.15 - 87 99.3497 1459 9 0 -35.5275 111.95 64.0043 -Number of digits in this event = 27 +Event: 20 +Number of tracker hits in this event = 132 + 20 160.585 377 10 1 -104.682 -46.8558 95.55 + 20 127.757 665 10 0 -104.681 -46.856 94.15 + 20 106.117 377 9 1 -104.674 -46.8567 65.55 + 20 173.317 665 9 0 -104.672 -46.8568 64.15 + 20 123.46 377 8 1 -104.639 -46.8489 35.55 + 20 150.145 666 8 0 -104.637 -46.8463 34.15 + 20 145.467 377 7 1 -104.602 -46.8051 5.55 + 20 202.148 666 7 0 -104.6 -46.8028 4.15 + 20 376.347 377 6 1 -104.565 -46.7539 -24.45 + 20 265.606 666 6 0 -104.564 -46.7517 -25.85 + 20 258.547 378 5 1 -104.536 -46.7022 -54.45 + 20 138.176 666 5 0 -104.536 -46.698 -55.85 + 20 116.343 378 4 1 -104.53 -46.6079 -84.45 + 20 97.7994 667 4 0 -104.529 -46.6047 -85.85 + 20 109.479 378 3 1 -104.497 -46.535 -114.45 + 20 105.945 667 3 0 -104.496 -46.5326 -115.85 + 20 276.017 378 2 1 -104.483 -46.4779 -144.45 + 20 110.352 668 2 0 -104.459 -46.415 -145.85 + 20 120.186 385 1 1 -103.019 -45.0139 -174.45 + 20 106.654 674 1 0 -103.015 -45.0886 -175.85 + 20 201.183 385 0 1 -103.011 -46.4069 -204.451 + 20 200.515 667 0 0 -103.11 -46.47 -205.85 + 20 115.632 384 0 1 -103.15 -46.3801 -204.576 + 20 55.0721 383 0 1 -103.35 -46.3013 -204.726 + 20 121.45 671 0 0 -104.117 -45.6915 -205.85 + 20 105.912 672 0 0 -104.152 -45.65 -205.927 + 20 81.1065 386 0 1 -102.95 -46.3578 -204.598 + 20 20.5767 670 0 0 -102.622 -45.8695 -205.85 + 20 100.507 688 0 0 -116.889 -42.3719 -206.25 + 20 64.3554 687 0 0 -117.091 -42.45 -206.077 + 20 78.3654 314 0 1 -117.292 -42.5689 -204.85 + 20 101.691 313 0 1 -117.35 -42.7261 -204.588 + 20 232.272 672 2 0 -104.802 -45.591 -145.85 + 20 106.893 667 2 0 -104.695 -46.4801 -145.85 + 20 134.298 356 1 1 -108.825 -46.3247 -174.451 + 20 60.2961 669 1 0 -108.89 -46.0843 -175.85 + 20 66.1533 670 1 0 -108.9 -46.05 -176.043 + 20 286.116 347 0 1 -110.713 -40.4264 -204.45 + 20 33.5281 700 0 0 -110.702 -39.898 -205.85 + 20 71.1046 701 0 0 -110.702 -39.8499 -205.976 + 20 92.0431 668 1 0 -104.55 -46.3693 -175.85 + 20 7.42201 401 0 1 -99.7544 -43.9141 -204.45 + 20 136.605 402 0 1 -99.75 -43.9155 -204.488 + 20 117.261 679 0 0 -99.6465 -44.1083 -205.85 + 20 87.5603 665 6 0 -104.696 -46.9105 -25.85 + 20 41.8719 368 5 1 -106.383 -48.9574 -54.45 + 20 86.2265 369 5 1 -106.35 -48.9157 -54.5907 + 20 133.594 657 5 0 -106.066 -48.5466 -55.85 + 20 22.946 658 5 0 -106 -48.4499 -56.1496 + 20 105.962 399 4 1 -100.195 -37.9369 -84.4503 + 20 93.1301 711 4 0 -100.144 -37.6933 -85.85 + 20 9.62081 712 4 0 -100.131 -37.65 -86.208 + 20 133.496 406 3 1 -98.8356 -35.0669 -114.45 + 20 99.0203 726 3 0 -98.646 -34.7822 -115.85 + 20 97.0638 435 2 1 -93.089 -27.9381 -144.45 + 20 77.7015 436 2 1 -92.95 -27.705 -144.666 + 20 82.866 769 2 0 -91.9634 -26.2258 -145.85 + 20 78.9267 770 2 0 -91.8501 -26.05 -145.985 + 20 75.7142 771 2 0 -91.7353 -25.8498 -146.117 + 20 11.9992 772 2 0 -91.6094 -25.65 -146.225 + 20 181.014 597 1 1 -60.5596 25.0465 -174.45 + 20 73.1933 598 1 1 -60.45 25.1612 -174.687 + 20 77.554 1029 1 0 -59.7776 25.9414 -175.85 + 20 82.7677 1030 1 0 -59.6875 26.05 -176.002 + 20 71.6043 1031 1 0 -59.51 26.25 -176.105 + 20 41.6895 1032 1 0 -59.3405 26.45 -176.198 + 20 27.2766 857 0 1 -8.473 91.3406 -204.45 + 20 145.858 858 0 1 -8.45 91.3771 -204.474 + 20 97.428 859 0 1 -8.25 91.6547 -204.671 + 20 1.6701 860 0 1 -8.05 91.9058 -204.846 + 20 51.5974 1364 0 0 -6.97638 93.0249 -205.85 + 20 71.4077 1365 0 0 -6.86116 93.15 -205.972 + 20 57.2292 1366 0 0 -6.76795 93.35 -206.125 + 20 323.516 1509 0 0 -21.849 121.984 -206.25 + 20 143.165 1510 0 0 -22.3484 122.15 -206.045 + 20 112.582 775 0 1 -24.9763 123.101 -204.85 + 20 112.064 774 0 1 -25.05 123.126 -204.818 + 20 87.7069 773 0 1 -25.25 123.176 -204.66 + 20 28.8561 772 0 1 -25.45 123.143 -204.515 + 20 145.388 771 0 1 -25.6779 123.133 -204.45 + 20 50.9313 770 0 1 -25.85 123.201 -204.757 + 20 57.6521 1516 0 0 -26.2444 123.427 -205.85 + 20 2.80821 1517 0 0 -26.2917 123.55 -205.851 + 20 97.3088 744 0 1 -31.0697 129.81 -204.85 + 20 59.4935 743 0 1 -31.25 129.918 -204.775 + 20 34.4398 742 0 1 -31.4502 129.961 -204.82 + 20 1.00361 1543 0 0 -31.8573 128.754 -205.85 + 20 86.5744 1542 0 0 -31.8583 128.75 -205.854 + 20 229.583 1541 0 0 -31.9386 128.55 -205.989 + 20 61.5969 736 0 1 -32.8087 129.566 -204.85 + 20 93.7453 383 5 1 -103.391 -46.39 -54.45 + 20 113.549 668 5 0 -103.415 -46.2848 -55.85 + 20 162.923 385 4 1 -103.102 -44.6539 -84.4502 + 20 33.9914 384 4 1 -103.15 -44.5624 -84.7646 + 20 10.3485 678 4 0 -103.314 -44.2647 -85.85 + 20 178.046 679 4 0 -103.322 -44.25 -85.9043 + 20 119.752 365 3 1 -107.01 -35.652 -114.45 + 20 54.4389 366 3 1 -106.95 -35.3362 -114.733 + 20 88.8073 730 3 0 -106.704 -34.0401 -115.85 + 20 82.6979 731 3 0 -106.672 -33.85 -116.012 + 20 24.9211 732 3 0 -106.653 -33.65 -116.176 + 20 7.00166 1138 3 0 -68.6832 47.8293 -116.25 + 20 109.015 1139 3 0 -68.6638 47.85 -116.237 + 20 167.632 1140 3 0 -68.4326 48.05 -116.122 + 20 75.7661 1141 3 0 -68.2411 48.2501 -115.985 + 20 74.0399 1142 3 0 -68.0938 48.45 -115.9 + 20 1.0654 1143 3 0 -67.977 48.65 -115.852 + 20 43.5889 568 3 1 -66.2906 52.2369 -114.85 + 20 140.433 569 3 1 -66.25 52.3075 -114.827 + 20 84.5121 570 3 1 -66.0499 52.6105 -114.701 + 20 161.317 571 3 1 -65.85 52.8314 -114.588 + 20 39.5333 572 3 1 -65.65 53.0349 -114.495 + 20 13.928 364 3 1 -107.193 -35.7156 -114.45 + 20 144.402 363 3 1 -107.35 -35.5973 -114.817 + 20 246.838 376 1 1 -104.784 -46.8158 -174.45 + 20 616.282 666 1 0 -104.791 -46.8209 -175.85 + 20 645.417 375 0 1 -104.992 -46.9221 -204.45 + 20 110.517 665 0 0 -104.989 -46.9466 -205.85 + 20 28.9064 621 0 0 -131.859 -55.8204 -206.25 + 20 43.74 1015 12 0 -9.08304 23.0965 153.75 + 20 9.62206 1016 12 0 -8.92691 23.25 154.132 + 20 102.193 853 12 1 -9.29484 24.472 155.15 + 20 296.467 854 12 1 -9.24991 24.5925 155.401 + 20 84.8372 863 7 1 -7.26266 -107.309 5.55 + 20 102.162 376 0 1 -104.948 -46.4623 -204.45 + 20 165.154 374 0 1 -105.15 -46.388 -204.566 + 20 266.326 373 0 1 -105.35 -46.3448 -204.612 + 20 116.686 372 0 1 -105.55 -46.295 -204.65 + 20 236.079 371 0 1 -105.75 -46.2467 -204.656 + 20 122.545 370 0 1 -105.95 -46.1172 -204.692 + 20 82.9379 377 0 1 -104.75 -44.7375 -204.524 + 20 289.618 378 0 1 -104.55 -44.6609 -204.479 +Number of digits in this event = 47 Using G4ParticleGun ... -4.1349 LIN +8.87285 LIN e- -Event: 88 -Number of tracker hits in this event = 83 - 88 421.218 1081 10 1 36.3718 93.2276 95.55 - 88 124.632 1365 10 0 36.3729 93.2249 94.15 - 88 123.736 1081 9 1 36.3907 93.1687 65.55 - 88 145.693 1365 9 0 36.3912 93.1652 64.15 - 88 314.751 1081 8 1 36.4043 93.0903 35.55 - 88 107.418 1364 8 0 36.4038 93.0843 34.15 - 88 103.081 1081 7 1 36.3891 92.9567 5.55 - 88 409.06 1363 7 0 36.388 92.9486 4.15 - 88 276.054 1081 6 1 36.3588 92.7825 -24.45 - 88 325.513 1363 6 0 36.3587 92.7761 -25.85 - 88 220.326 1081 5 1 36.355 92.6454 -54.45 - 88 127.518 1362 5 0 36.3551 92.6384 -55.85 - 88 230.062 1081 4 1 36.347 92.4933 -84.45 - 88 245.339 1361 4 0 36.3487 92.4857 -85.85 - 88 217.906 1081 3 1 36.386 92.3375 -114.45 - 88 109.93 1360 3 0 36.3878 92.3309 -115.85 - 88 174.296 1081 2 1 36.4422 92.1913 -144.45 - 88 224.97 1360 2 0 36.4452 92.1853 -145.85 - 88 146.768 1082 1 1 36.5036 92.0733 -174.45 - 88 233.655 1359 1 0 36.5092 92.0679 -175.85 - 88 104.004 1082 0 1 36.6133 91.9521 -204.45 - 88 109.499 1358 0 0 36.6373 91.931 -205.85 - 88 215.793 1360 1 0 36.5984 92.15 -176.078 - 88 142.059 1083 6 1 36.6589 92.8317 -24.45 - 88 57.7942 1362 6 0 36.6459 92.75 -26.0467 - 88 127.169 1353 5 0 36.4778 90.9018 -55.85 - 88 141.725 1087 4 1 37.617 87.7089 -84.45 - 88 56.2173 1337 4 0 37.6758 87.4875 -85.85 - 88 85.5817 1336 4 0 37.6861 87.45 -86.0852 - 88 116.974 1093 3 1 38.7245 82.9893 -114.45 - 88 310.132 1313 3 0 38.9509 82.8015 -115.85 - 88 67.2278 1114 2 1 42.9977 78.782 -144.45 - 88 51.8286 1115 2 1 43.05 78.7364 -144.712 - 88 171.764 1292 2 0 43.242 78.5829 -145.85 - 88 113.378 1138 1 1 47.8489 74.6615 -174.45 - 88 40.2897 1139 1 1 47.85 74.6443 -174.498 - 88 90.7034 1270 1 0 47.8402 74.1512 -175.851 - 88 45.4026 1269 1 0 47.8385 74.05 -176.121 - 88 120.666 1133 0 1 46.7677 62.7327 -204.45 - 88 137.289 1211 0 0 46.686 62.402 -205.85 - 88 142.812 1073 0 1 34.7139 81.6626 -204.45 - 88 106.133 1306 0 0 35.0888 81.3935 -205.85 - 88 139.526 1080 5 1 36.2057 91.7726 -54.4501 - 88 96.7664 1357 5 0 36.2009 91.6325 -55.85 - 88 96.3511 1344 4 0 36.4567 88.8795 -85.8509 - 88 128.413 1097 3 1 39.4563 88.7081 -114.45 - 88 108.977 1343 3 0 39.8097 88.7431 -115.85 - 88 119.244 1139 2 1 47.8707 90.5213 -144.45 - 88 123.828 1352 2 0 48.2629 90.6187 -145.85 - 88 114.004 1180 1 1 56.1444 91.9698 -174.45 - 88 1.1811 1361 1 0 56.607 92.35 -176.245 - 88 133.596 1222 0 1 64.5892 98.6828 -204.45 - 88 126.699 1394 0 0 64.1786 98.9683 -205.85 - 88 50.8192 1368 6 0 36.3535 93.8018 -25.85 - 88 89.1181 1086 6 1 37.3076 91.733 -24.85 - 88 110.812 1369 10 0 36.4265 93.9864 94.15 - 88 19.638 1370 10 0 36.4241 94.1501 93.8414 - 88 171.555 1488 10 0 59.0507 117.759 93.75 - 88 138.433 1199 10 1 59.8974 118.446 95.15 - 88 38.9148 1200 10 1 60.05 118.61 95.427 - 88 105.143 1513 11 0 61.5138 122.891 123.75 - 88 164.64 1208 11 1 61.6815 122.964 125.15 - 88 21.0002 1209 11 1 61.8502 122.961 125.507 - 88 97.6311 1735 12 0 46.0368 167.157 153.75 - 88 78.9399 1736 12 0 45.9727 167.35 153.866 - 88 141.271 1737 12 0 45.9044 167.55 153.935 - 88 101.156 1738 12 0 45.8125 167.75 154.01 - 88 7.53404 1739 12 0 45.7513 167.95 154.135 - 88 334.255 1127 12 1 45.5858 169.382 155.15 - 88 320.553 1126 12 1 45.45 169.692 155.272 - 88 73.6271 1125 12 1 45.25 169.985 155.291 - 88 114.427 1124 12 1 45.05 170.097 155.344 - 88 47.4073 1123 12 1 44.8495 170.219 155.428 - 88 48.2102 1122 12 1 44.65 170.307 155.525 - 88 102.47 1121 12 1 44.45 170.237 155.488 - 88 116.263 1120 12 1 44.25 170.028 155.464 - 88 155.861 1119 12 1 44.0499 169.799 155.48 - 88 50.5323 1131 12 1 46.2816 168.843 155.15 - 88 111.41 1130 12 1 46.25 168.939 155.278 - 88 112.061 1129 12 1 46.05 168.684 155.503 - 88 94.8473 1128 12 1 45.85 168.446 155.417 - 88 122.219 1082 10 1 36.45 93.2974 95.2707 - 88 132.089 1083 10 1 36.65 93.2741 95.1761 -Number of digits in this event = 43 +Event: 21 +Number of tracker hits in this event = 64 + 21 71.0123 693 10 1 -41.2657 108.217 95.3212 + 21 103.207 1440 10 0 -41.2658 108.218 94.15 + 21 113.027 693 9 1 -41.2678 108.222 65.55 + 21 156.245 1440 9 0 -41.2691 108.223 64.15 + 21 128.593 693 8 1 -41.2952 108.238 35.55 + 21 126.664 1440 8 0 -41.2965 108.238 34.15 + 21 150.599 693 7 1 -41.319 108.243 5.55 + 21 160.366 1440 7 0 -41.3217 108.242 4.15 + 21 135.973 693 6 1 -41.377 108.22 -24.45 + 21 172.675 1440 6 0 -41.3816 108.219 -25.85 + 21 124.669 692 5 1 -41.486 108.213 -54.45 + 21 115.795 1440 5 0 -41.4927 108.209 -55.85 + 21 55.1407 692 4 1 -41.632 108.145 -84.45 + 21 114.903 691 4 1 -41.65 108.157 -84.5986 + 21 136.241 1440 4 0 -41.8444 108.263 -85.85 + 21 12.2073 1205 4 0 86.3467 61.1845 -86.25 + 21 21.4206 868 4 0 157.823 -6.39063 -86.25 + 21 189.252 867 4 0 157.761 -6.45 -86.1838 + 21 92.1015 866 4 0 157.53 -6.65006 -86.0302 + 21 72.6297 865 4 0 157.398 -6.85 -85.9354 + 21 111.634 1674 4 1 155.034 -8.14275 -84.85 + 21 196.537 1673 4 1 154.95 -8.18437 -84.8033 + 21 46.4672 1672 4 1 154.75 -8.30315 -84.5565 + 21 37.8604 853 4 0 155.187 -9.38579 -85.85 + 21 104.978 852 4 0 155.199 -9.45 -85.9619 + 21 47.1544 718 4 0 167.867 -36.3844 -86.25 + 21 142.392 717 4 0 167.819 -36.45 -86.1385 + 21 515.851 716 4 0 168.093 -36.65 -85.9142 + 21 167.676 213 1 1 -137.399 126.346 -174.85 + 21 184.2 1439 1 0 -42.1437 107.954 -176.015 + 21 402.683 688 0 1 -42.3403 107.925 -204.45 + 21 308.189 1438 0 0 -42.3443 107.921 -205.85 + 21 145.806 692 3 1 -41.4885 108.161 -114.45 + 21 250.719 1441 3 0 -41.9277 108.461 -115.85 + 21 1.8255 1442 3 0 -42.0332 108.55 -116.241 + 21 114.812 656 2 1 -48.7639 115.796 -144.45 + 21 14.2165 655 2 1 -48.85 115.873 -144.796 + 21 104.061 1479 2 0 -49.1158 116.072 -145.85 + 21 4.69946 1480 2 0 -49.199 116.15 -146.23 + 21 7.99322 623 1 1 -55.4343 121.968 -174.45 + 21 126.262 622 1 1 -55.45 121.978 -174.478 + 21 101.695 1511 1 0 -56.2239 122.458 -175.85 + 21 55.2908 1512 1 0 -56.3895 122.55 -176.118 + 21 11.686 519 0 1 -76.2431 131.775 -204.45 + 21 151.247 518 0 1 -76.25 131.779 -204.499 + 21 55.0329 1563 0 0 -76.5678 132.769 -205.85 + 21 80.0883 1564 0 0 -76.58 132.95 -205.978 + 21 78.0667 1565 0 0 -76.613 133.151 -206.084 + 21 56.5275 1566 0 0 -76.5866 133.35 -206.182 + 21 90.8662 1716 0 0 -60.066 163.41 -206.25 + 21 55.1632 1717 0 0 -60.0754 163.55 -206.087 + 21 124 693 3 1 -41.45 108.168 -114.503 + 21 54.2467 711 2 1 -37.6918 115.402 -144.45 + 21 117.977 712 2 1 -37.65 115.449 -144.61 + 21 114.382 1478 2 0 -37.3363 115.81 -145.85 + 21 44.6804 755 1 1 -28.9101 126.585 -174.45 + 21 112.373 756 1 1 -28.85 126.578 -174.546 + 21 3.11191 757 1 1 -28.65 126.546 -174.841 + 21 40.2695 1531 1 0 -27.8543 126.369 -175.85 + 21 96.9384 1530 1 0 -27.7618 126.35 -175.968 + 21 119.103 884 0 1 -3.06968 119.188 -204.45 + 21 19.7354 883 0 1 -3.25 119.077 -204.782 + 21 26.6327 1493 0 0 -3.80787 118.774 -205.85 + 21 104.944 1492 0 0 -3.85332 118.75 -205.926 +Number of digits in this event = 25 Using G4ParticleGun ... -4.02081 LIN +3.62382 LIN e- -Event: 89 -Number of tracker hits in this event = 66 - 89 116.183 1178 10 1 55.7599 101.069 95.55 - 89 176.255 1404 10 0 55.7586 101.069 94.15 - 89 142.73 1178 9 1 55.7299 101.072 65.55 - 89 189.757 1404 9 0 55.7258 101.067 64.15 - 89 123.553 1178 8 1 55.6845 100.883 35.55 - 89 142.058 1403 8 0 55.6771 100.873 34.15 - 89 110.854 1177 7 1 55.4636 100.773 5.55 - 89 171.666 1403 7 0 55.4479 100.78 4.15 - 89 102.217 1175 6 1 55.0632 100.893 -24.45 - 89 123.875 1403 6 0 55.0594 100.898 -25.85 - 89 111.202 1173 5 1 54.7478 101.03 -54.45 - 89 110.366 1404 5 0 54.662 101.117 -55.85 - 89 133.086 1159 4 1 52.0216 103.05 -84.4501 - 89 93.6964 1417 4 0 51.9387 103.603 -85.85 - 89 11.4761 1418 4 0 51.9119 103.75 -86.233 - 89 117.652 1149 3 1 49.9167 114.437 -114.45 - 89 153.26 1473 3 0 49.9221 114.796 -115.85 - 89 108.11 1153 2 1 50.6885 122.058 -144.45 - 89 109.949 1511 2 0 50.6353 122.44 -145.85 - 89 132.533 1153 1 1 50.7481 130.491 -174.45 - 89 34.6865 1555 1 0 50.8222 131.304 -175.85 - 89 105.655 1556 1 0 50.8264 131.35 -175.93 - 89 144.362 1161 0 1 52.3493 148.901 -204.45 - 89 34.8912 1649 0 0 52.2038 150.055 -205.85 - 89 145.825 1650 0 0 52.1913 150.15 -205.962 - 89 17.1095 1651 0 0 52.163 150.35 -206.202 - 89 54.9434 1139 2 1 47.9593 124.725 -144.45 - 89 153.311 1138 2 1 47.85 124.71 -144.604 - 89 157.907 1521 2 0 46.8305 124.398 -145.85 - 89 43.1873 1520 2 0 46.5853 124.35 -146.129 - 89 3.92877 1000 1 1 20.0569 119.791 -174.45 - 89 120.521 999 1 1 20.05 119.791 -174.457 - 89 208.163 998 1 1 19.85 119.776 -174.622 - 89 35.5372 997 1 1 19.65 119.733 -174.761 - 89 97.7847 1496 1 0 18.1978 119.456 -175.85 - 89 60.2106 1495 1 0 17.918 119.35 -176.094 - 89 44.0264 812 0 1 -17.4984 105.262 -204.45 - 89 51.0605 811 0 1 -17.65 105.308 -204.485 - 89 59.5821 810 0 1 -17.85 105.37 -204.557 - 89 58.3163 809 0 1 -18.0503 105.44 -204.64 - 89 40.1897 808 0 1 -18.25 105.507 -204.748 - 89 70.2066 1430 0 0 -19.4442 106.254 -205.85 - 89 292.753 1431 0 0 -19.609 106.35 -206 - 89 15.8666 1432 0 0 -19.6721 106.55 -206.214 - 89 285.232 1164 2 1 53.0309 101.88 -144.45 - 89 221.848 1408 2 0 53.0375 101.918 -145.85 - 89 283.449 1165 1 1 53.1539 102.357 -174.45 - 89 149.937 1411 1 0 53.304 102.47 -175.85 - 89 123.565 1184 0 1 56.9164 104.891 -204.45 - 89 119.635 1424 0 0 56.9842 104.985 -205.85 - 89 39.9829 1471 11 0 131.749 114.375 123.75 - 89 207.413 1555 11 1 131.309 114.824 125.15 - 89 8.38154 1166 1 1 53.2607 100.883 -174.45 - 89 113.531 1403 1 0 52.7837 100.777 -175.85 - 89 13.673 1402 1 0 52.656 100.75 -176.209 - 89 28.9734 1110 0 1 42.0773 98.7158 -204.45 - 89 83.7672 1109 0 1 42.05 98.716 -204.559 - 89 132.419 1392 0 0 41.7494 98.6782 -205.85 - 89 141.866 1148 0 1 49.8469 103.393 -204.45 - 89 26.836 1412 0 0 49.9296 102.598 -205.85 - 89 94.9515 1411 0 0 49.9368 102.55 -205.929 - 89 127.371 493 2 0 74.4152 -81.4193 -146.25 - 89 123.393 492 2 0 75.2025 -81.45 -145.954 - 89 138.919 1179 0 1 55.8664 101.143 -204.646 - 89 25.408 1405 0 0 55.9326 101.151 -205.85 - 89 254.307 1404 0 0 55.9389 101.15 -205.964 -Number of digits in this event = 32 -Using G4ParticleGun ... -9.60768 LIN -e- -Event: 90 -Number of tracker hits in this event = 177 - 90 105.274 364 10 0 44.5627 -107.239 94.15 - 90 286.264 1122 9 1 44.5645 -107.24 65.55 - 90 130.255 364 9 0 44.5642 -107.241 64.15 - 90 466.918 1122 8 1 44.5551 -107.251 35.55 - 90 228.459 364 8 0 44.5552 -107.252 34.15 - 90 332.991 1122 7 1 44.5547 -107.267 5.55 - 90 247.498 364 7 0 44.555 -107.266 4.15 - 90 116.806 1122 6 1 44.5648 -107.252 -24.45 - 90 111.795 364 6 0 44.5617 -107.247 -25.85 - 90 141.734 1122 5 1 44.494 -107.143 -54.45 - 90 103.742 365 5 0 44.4911 -107.139 -55.85 - 90 225.009 1121 4 1 44.3695 -106.898 -84.4501 - 90 38.494 1120 4 1 44.25 -106.626 -84.7488 - 90 70.5816 373 4 0 43.7205 -105.521 -85.85 - 90 82.4889 374 4 0 43.6416 -105.35 -86.0244 - 90 8.19864 375 4 0 43.5476 -105.15 -86.2305 - 90 57.1825 758 4 0 2.22221 -28.3524 -86.2499 - 90 68.0245 759 4 0 2.17389 -28.2494 -86.1906 - 90 265.299 760 4 0 2.06034 -28.05 -86.0659 - 90 38.7839 761 4 0 1.93923 -27.85 -85.9357 - 90 271.13 905 4 1 1.09022 -26.5537 -84.85 - 90 291.54 904 4 1 1.05 -26.4879 -84.792 - 90 52.012 867 5 0 3.49788 -6.55525 -56.2497 - 90 68.3486 868 5 0 3.51516 -6.45 -56.0867 - 90 122.182 917 5 1 3.57865 -5.525 -54.8498 - 90 55.3407 898 6 0 5.476 -0.417546 -26.2489 - 90 71.5436 897 6 0 5.46305 -0.45 -26.0766 - 90 256.831 928 6 1 5.74763 -0.879003 -24.85 - 90 211.589 927 6 1 5.65 -0.954518 -24.5666 - 90 177.031 906 4 1 1.25 -26.0641 -84.6743 - 90 284.388 907 4 1 1.45 -26.1053 -84.6806 - 90 166.391 364 4 0 44.583 -107.196 -86.1645 - 90 295.189 1122 3 1 44.5116 -107.26 -114.45 - 90 123.45 365 3 0 44.4647 -107.139 -115.85 - 90 143.32 1116 2 1 43.4025 -104.876 -144.45 - 90 69.8137 376 2 0 43.3245 -104.774 -145.85 - 90 38.4056 377 2 0 43.3109 -104.75 -146.144 - 90 131.39 1109 1 1 41.9216 -101.885 -174.45 - 90 221.854 392 1 0 41.8394 -101.671 -175.85 - 90 121.036 1100 0 1 40.0977 -97.1355 -204.45 - 90 122.392 416 0 0 40.0459 -96.9297 -205.85 - 90 232.022 391 1 0 41.6895 -101.75 -176.057 - 90 113.898 364 3 0 44.5816 -107.233 -115.85 - 90 115.752 1123 2 1 44.7266 -107.162 -144.45 - 90 108.817 364 2 0 44.7323 -107.154 -145.85 - 90 141.964 1124 1 1 44.854 -106.998 -174.45 - 90 113.345 365 1 0 44.8429 -106.983 -175.85 - 90 207.666 1122 0 1 44.5761 -106.593 -204.45 - 90 104.577 367 0 0 44.5543 -106.568 -205.85 - 90 148.997 295 1 0 79.0028 -120.986 -176.25 - 90 68.5003 294 1 0 79.2072 -121.15 -176.052 - 90 108.077 293 1 0 79.1508 -121.35 -176.067 - 90 106.022 292 1 0 79.053 -121.55 -176.137 - 90 39.4981 1123 0 1 44.7431 -106.777 -204.45 - 90 59.4144 1121 0 1 44.45 -106.958 -204.674 - 90 53.2649 1120 0 1 44.2483 -107.002 -204.684 - 90 55.1845 1119 0 1 44.0497 -107.023 -204.712 - 90 60.4312 1118 0 1 43.85 -106.994 -204.734 - 90 36.6396 1117 0 1 43.6499 -107.012 -204.805 - 90 108.188 362 0 0 41.3204 -107.688 -205.85 - 90 157.107 361 0 0 40.9564 -107.75 -206.032 - 90 7.75474 360 0 0 40.5017 -107.95 -206.24 - 90 53.7021 368 9 0 44.3436 -106.453 64.15 - 90 62.1251 369 9 0 44.3053 -106.35 63.9637 - 90 464.537 1096 8 1 39.2629 -96.0457 35.55 - 90 76.1647 432 8 0 39.5514 -93.6847 34.15 - 90 69.1523 433 8 0 39.5679 -93.55 34.0821 - 90 279.118 434 8 0 39.6067 -93.35 33.9843 - 90 67.1538 435 8 0 39.6632 -93.1497 33.8873 - 90 36.7281 436 8 0 39.7092 -92.95 33.8029 - 90 2.05101 819 8 0 48.7339 -16.0574 33.751 - 90 73.0056 820 8 0 48.7335 -16.05 33.7589 - 90 107.451 821 8 0 48.7242 -15.8496 33.9526 - 90 2.47862 822 8 0 48.6926 -15.65 34.1438 - 90 59.2001 1141 8 1 48.4484 -14.3911 35.15 - 90 101.794 1142 8 1 48.45 -14.2624 35.2713 - 90 89.8061 959 9 0 107.567 11.9055 63.75 - 90 100.372 960 9 0 107.788 12.05 63.9177 - 90 19.3126 1441 9 1 108.505 12.7915 65.15 - 90 230.861 1442 9 1 108.55 12.8308 65.2212 - 90 131.419 1443 9 1 108.75 12.983 65.4855 - 90 47.9254 1444 9 1 108.95 13.2487 65.5273 - 90 23.3193 1132 0 0 92.0046 46.45 -206.068 - 90 23.0896 1457 0 1 111.55 39.2925 -204.552 - 90 23.5553 1121 8 1 44.4499 -107.212 35.2025 - 90 103.193 365 8 0 44.1572 -107.147 34.15 - 90 142.679 1091 7 1 38.4291 -106.695 5.55 - 90 137.473 367 7 0 38.0187 -106.638 4.14985 - 90 33.1085 1044 6 1 28.9057 -106.869 -24.45 - 90 79.4292 1043 6 1 28.85 -106.861 -24.5572 - 90 164.437 366 6 0 28.1457 -106.811 -25.8502 - 90 75.7755 960 5 1 12.1415 -105.282 -54.45 - 90 313.248 959 5 1 12.05 -105.282 -54.6268 - 90 160.111 374 5 0 11.4447 -105.314 -55.85 - 90 49.9675 377 4 0 0.42655 -104.593 -85.85 - 90 89.7703 378 4 0 0.304911 -104.55 -85.9933 - 90 31.8988 787 3 1 -22.5474 -96.7524 -114.45 - 90 55.4106 786 3 1 -22.6501 -96.7383 -114.509 - 90 72.1209 785 3 1 -22.8503 -96.7152 -114.625 - 90 74.7033 784 3 1 -23.05 -96.6957 -114.737 - 90 0.538262 783 3 1 -23.25 -96.6722 -114.847 - 90 241.457 418 3 0 -25.0745 -96.4771 -115.85 - 90 36.5179 503 2 1 -79.3255 -89.8117 -144.45 - 90 70.146 502 2 1 -79.45 -89.8358 -144.534 - 90 77.7969 501 2 1 -79.65 -89.871 -144.654 - 90 57.777 500 2 1 -79.85 -89.9032 -144.767 - 90 73.1678 153 1 1 -149.47 -91.7725 -174.45 - 90 78.6184 152 1 1 -149.55 -91.7419 -174.58 - 90 135.349 442 1 0 -150.483 -91.6216 -175.85 - 90 26.6705 35 0 1 -173.073 -89.6768 -204.45 - 90 55.2539 34 0 1 -173.15 -89.7123 -204.499 - 90 79.6236 33 0 1 -173.35 -89.8036 -204.632 - 90 68.7471 32 0 1 -173.55 -89.9107 -204.763 - 90 20.8024 445 0 0 -175.245 -91.1208 -205.85 - 90 145.469 444 0 0 -175.289 -91.15 -205.877 - 90 236.685 443 0 0 -175.689 -91.35 -206.061 - 90 190.941 1124 7 1 45.0125 -108.085 5.55 - 90 135.404 360 7 0 45.1143 -108.111 4.15 - 90 120.728 1136 6 1 47.2939 -108.682 -24.45 - 90 106.751 357 6 0 47.4348 -108.644 -25.8501 - 90 64.5507 1152 5 1 50.642 -107.702 -54.45 - 90 166.434 1153 5 1 50.65 -107.701 -54.5491 - 90 133.198 362 5 0 50.7514 -107.69 -55.85 - 90 125.683 1164 4 1 52.963 -107.329 -84.4503 - 90 0.435787 1165 4 1 53.05 -107.294 -84.8481 - 90 212.495 1200 3 1 60.0844 -105.101 -114.45 - 90 167.797 1201 3 1 60.25 -105.058 -114.811 - 90 139.262 376 3 0 60.7174 -104.947 -115.85 - 90 8.45073 1263 2 1 72.8409 -101.804 -144.45 - 90 100.174 1264 2 1 72.85 -101.799 -144.482 - 90 126.791 393 2 0 73.2347 -101.55 -145.85 - 90 143.503 1316 1 1 83.2724 -95.066 -174.45 - 90 23.7679 427 1 0 83.6583 -94.5752 -175.85 - 90 123.178 428 1 0 83.6774 -94.55 -175.917 - 90 115.267 1358 0 1 91.8907 -84.349 -204.45 - 90 19.0594 1359 0 1 91.95 -84.2782 -204.804 - 90 10.8223 479 0 0 92.1192 -84.0619 -205.85 - 90 80.9287 480 0 0 92.1285 -84.05 -205.907 - 90 2.63224 1202 3 1 60.45 -104.661 -114.845 - 90 24.5451 382 3 0 62.0958 -103.618 -115.85 - 90 77.3043 383 3 0 62.15 -103.55 -115.9 - 90 156.439 384 3 0 62.2547 -103.349 -116.02 - 90 70.6477 385 3 0 62.7486 -103.15 -116 - 90 91.3437 1215 3 1 63.0942 -102.951 -114.85 - 90 267.717 1214 3 1 63.0499 -102.869 -114.619 - 90 110.569 1213 3 1 62.85 -103.251 -114.6 - 90 235.378 1133 6 1 46.674 -108.255 -24.45 - 90 91.2381 356 6 0 46.6602 -108.822 -25.8506 - 90 34.9851 355 6 0 46.6437 -108.95 -26.1392 - 90 114.21 1119 5 1 43.9732 -121.935 -54.45 - 90 103.53 289 5 0 43.9781 -122.218 -55.85 - 90 143.467 1110 4 1 42.2409 -127.551 -84.4501 - 90 84.0835 261 4 0 42.1491 -127.88 -85.85 - 90 69.4209 260 4 0 42.1354 -127.95 -86.15 - 90 127.547 1104 3 1 40.925 -134.79 -114.45 - 90 51.5092 225 3 0 40.8878 -135.103 -115.85 - 90 52.3986 224 3 0 40.8802 -135.15 -116.053 - 90 52.3818 1098 2 1 39.8386 -141.566 -144.45 - 90 164.743 1099 2 1 39.85 -141.556 -144.637 - 90 163.76 193 2 0 39.9053 -141.468 -145.85 - 90 118.714 1111 1 1 42.3622 -140.008 -174.45 - 90 58.1815 200 1 0 42.3579 -140.125 -175.85 - 90 64.2085 199 1 0 42.352 -140.15 -176.067 - 90 35.5199 1107 0 1 41.6358 -143.861 -204.45 - 90 83.6499 1108 0 1 41.65 -143.825 -204.592 - 90 373.299 183 0 0 41.7456 -143.485 -205.85 - 90 56.7335 267 0 0 53.0928 -126.603 -206.25 - 90 10.9509 264 0 0 27.329 -127.171 -206.25 - 90 39.115 188 0 0 28.4436 -142.389 -206.25 - 90 130.772 361 7 0 44.3433 -107.81 4.15 - 90 147.686 1075 6 1 35.1585 -118.779 -24.4501 - 90 1.09541 299 6 0 35.5321 -120.348 -25.85 - 90 187.494 298 6 0 35.5328 -120.35 -25.8519 - 90 359.613 297 6 0 35.5953 -120.55 -26.2246 - 90 37.074 25 1 0 -21.6597 -174.986 -175.85 - 90 17.8576 735 5 1 -33.0237 -149.307 -54.4502 - 90 0.202253 24 1 0 -21.8215 -175.15 -176.25 -Number of digits in this event = 69 -Using G4ParticleGun ... -7.45354 LIN -e- -Event: 91 -Number of tracker hits in this event = 82 - 91 114.136 320 10 0 5.19072 -115.976 94.15 - 91 141.5 925 9 1 5.19732 -115.969 65.55 - 91 125.787 320 9 0 5.19881 -115.968 64.15 - 91 106.157 925 8 1 5.22361 -115.953 35.55 - 91 133.205 320 8 0 5.22563 -115.951 34.15 - 91 127.494 926 7 1 5.27867 -115.928 5.55 - 91 106.248 321 7 0 5.28406 -115.93 4.15 - 91 369.23 926 6 1 5.40136 -115.956 -24.45 - 91 98.8583 320 6 0 5.40651 -115.959 -25.85 - 91 107.236 927 5 1 5.51538 -116.006 -54.45 - 91 111.213 320 5 0 5.52101 -116.008 -55.85 - 91 140.581 927 4 1 5.63796 -116.056 -84.45 - 91 239.321 320 4 0 5.64462 -116.057 -85.85 - 91 190.737 928 3 1 5.77572 -116.077 -114.45 - 91 164.364 320 3 0 5.77921 -116.078 -115.85 - 91 189.922 929 2 1 5.86298 -116.091 -144.45 - 91 99.5972 320 2 0 5.8668 -116.091 -145.85 - 91 869.607 929 1 1 5.94594 -116.106 -174.45 - 91 106.98 320 1 0 5.94908 -116.113 -175.85 - 91 131.234 929 0 1 6.03742 -116.294 -204.45 - 91 120.926 319 0 0 6.04559 -116.302 -205.85 - 91 68.0236 313 1 0 5.92415 -117.535 -175.85 - 91 10.6109 312 1 0 5.93225 -117.55 -175.854 - 91 27.5376 307 1 0 98.0677 -118.738 -176.25 - 91 105.936 306 1 0 98.242 -118.75 -175.968 - 91 27.2976 305 1 0 6.08515 -119.071 -175.85 - 91 111.051 304 1 0 6.08928 -119.15 -175.889 - 91 72.7444 303 1 0 6.10732 -119.35 -175.98 - 91 48.1373 302 1 0 6.12554 -119.55 -176.06 - 91 62.391 301 1 0 6.14516 -119.75 -176.147 - 91 87.7699 960 0 1 12.2109 -168.017 -204.45 - 91 67.2121 959 0 1 12.05 -167.971 -204.675 - 91 3.19119 958 0 1 11.85 -167.917 -204.84 - 91 121.969 60 0 0 10.0125 -168.146 -205.85 - 91 124.332 61 0 0 9.72347 -167.95 -206.01 - 91 43.7363 62 0 0 9.59797 -167.75 -206.153 - 91 33.8519 1470 4 0 -154.147 114.15 -86.006 - 91 98.8672 1471 4 0 -154.265 114.35 -85.9123 - 91 55.172 124 4 1 -155.228 114.385 -84.85 - 91 9.68671 1468 4 0 -156.09 113.93 -85.85 - 91 24.3999 1469 4 0 -156.104 113.95 -85.85 - 91 109.189 121 4 1 -155.887 116.646 -84.85 - 91 86.9478 930 1 1 6.05 -116.068 -174.543 - 91 107.552 319 1 0 6.3412 -116.182 -175.85 - 91 102.403 968 0 1 13.701 -115.558 -204.45 - 91 78.9353 969 0 1 13.85 -115.729 -204.708 - 91 32.8109 317 0 0 14.5247 -116.691 -205.85 - 91 200.52 316 0 0 14.5675 -116.75 -205.922 - 91 23.2394 315 0 0 14.7138 -116.95 -206.183 - 91 244.465 321 6 0 5.29736 -115.933 -25.85 - 91 219.963 926 5 1 5.38315 -115.911 -54.45 - 91 219.916 321 5 0 5.38339 -115.91 -55.85 - 91 282.264 926 4 1 5.39881 -115.86 -84.45 - 91 113.594 321 4 0 5.40097 -115.856 -85.85 - 91 281.337 926 3 1 5.43677 -115.788 -114.45 - 91 249.355 321 3 0 5.4467 -115.786 -115.85 - 91 100.187 928 2 1 5.67988 -115.748 -144.45 - 91 146.115 322 2 0 5.69147 -115.749 -145.85 - 91 259.218 321 1 0 5.94898 -115.802 -175.85 - 91 106.952 930 0 1 6.21807 -115.787 -204.45 - 91 229.115 321 0 0 6.22688 -115.792 -205.85 - 91 44.8594 1336 8 1 87.25 -121.666 35.3462 - 91 140.84 926 2 1 5.3585 -115.902 -144.45 - 91 230.24 321 2 0 5.3566 -115.901 -145.85 - 91 108.454 926 1 1 5.32551 -115.884 -174.45 - 91 123.093 926 0 1 5.30409 -115.873 -204.45 - 91 170.211 270 3 0 -1.73987 -125.956 -116.25 - 91 18.4448 888 3 1 -2.41726 -126.255 -114.85 - 91 83.2074 887 3 1 -2.45002 -126.261 -114.801 - 91 31.5972 886 3 1 -2.65019 -126.316 -114.561 - 91 187.328 385 4 0 -29.6967 -102.955 -86.25 - 91 336.994 386 4 0 -29.7023 -102.95 -86.2439 - 91 5.05818 747 4 1 -30.6361 -102.519 -84.8499 - 91 75.5899 746 4 1 -30.65 -102.515 -84.8339 - 91 119.982 745 4 1 -30.85 -102.487 -84.6656 - 91 60.3961 744 4 1 -31.05 -102.462 -84.5902 - 91 75.501 743 4 1 -31.25 -102.571 -84.5542 - 91 147.447 742 4 1 -31.45 -102.618 -84.5909 - 91 23.622 741 4 1 -31.65 -102.781 -84.8021 - 91 256.399 257 0 1 -128.687 -132.639 -204.45 - 91 107.269 256 0 1 -128.75 -132.624 -204.503 - 91 52.6463 715 4 0 109.603 -37.05 -85.937 -Number of digits in this event = 36 -Using G4ParticleGun ... -2.87245 LIN -e- -Event: 92 +Event: 22 Number of tracker hits in this event = 29 - 92 142.764 242 9 1 -131.622 5.97921 65.55 - 92 147.593 929 9 0 -131.621 5.97706 64.15 - 92 97.4708 242 8 1 -131.604 5.93554 35.55 - 92 113.205 929 8 0 -131.607 5.93302 34.15 - 92 131.953 242 7 1 -131.671 5.87586 5.55 - 92 114.265 929 7 0 -131.677 5.87103 4.15 - 92 127.314 241 6 1 -131.807 5.77815 -24.45 - 92 110.778 928 6 0 -131.811 5.77167 -25.85 - 92 134.639 241 5 1 -131.902 5.62373 -54.45 - 92 172.699 927 5 0 -131.907 5.61689 -55.85 - 92 103.653 240 4 1 -132.021 5.48513 -84.45 - 92 155.898 927 4 0 -132.025 5.48339 -85.85 - 92 128.492 240 3 1 -132.112 5.44179 -114.45 - 92 217.776 926 3 0 -132.119 5.43873 -115.85 - 92 144.795 239 2 1 -132.27 5.3771 -144.45 - 92 103.354 926 2 0 -132.274 5.37739 -145.85 - 92 510.498 239 1 1 -132.347 5.38391 -174.45 - 92 218.686 926 1 0 -132.353 5.38361 -175.85 - 92 157.697 238 0 1 -132.464 5.37666 -204.45 - 92 104.795 926 0 0 -132.471 5.3785 -205.85 - 92 12.6329 114 3 1 -157.269 87.5201 -114.85 - 92 59.0777 954 0 0 -139.761 11.05 -206.207 - 92 11.1676 918 0 0 -145.599 3.85 -205.909 - 92 159.09 917 0 0 -145.767 3.64998 -205.907 - 92 85.3994 927 3 0 -131.934 5.45 -116.105 - 92 78.4566 928 3 0 -131.895 5.65 -116.1 - 92 133.493 929 3 0 -131.959 5.85 -116.013 - 92 127.927 243 3 1 -131.476 5.83187 -114.85 - 92 260.945 775 7 0 -141.245 -24.9274 3.75 -Number of digits in this event = 20 -Using G4ParticleGun ... -6.41035 LIN -e- -Event: 93 -Number of tracker hits in this event = 49 - 93 123.361 188 8 1 -142.437 24.5944 35.55 - 93 92.6756 1022 8 0 -142.436 24.5932 34.15 - 93 203.351 188 7 1 -142.429 24.5748 5.55 - 93 143.344 1022 7 0 -142.43 24.5728 4.15 - 93 139.45 188 6 1 -142.43 24.5292 -24.45 - 93 153.666 1022 6 0 -142.433 24.5372 -25.85 - 93 113.897 188 5 1 -142.481 24.6983 -54.45 - 93 228.611 1023 5 0 -142.494 24.7037 -55.85 - 93 121.087 187 4 1 -142.711 24.7906 -84.45 - 93 114.153 1023 4 0 -142.719 24.7877 -85.85 - 93 107.653 186 3 1 -142.856 24.7236 -114.45 - 93 112.575 1023 3 0 -142.861 24.7249 -115.85 - 93 160.6 186 2 1 -142.936 24.7504 -144.45 - 93 129.923 1023 2 0 -142.918 24.7398 -145.85 - 93 122.201 188 1 1 -142.532 24.554 -174.45 - 93 240.114 1022 1 0 -142.508 24.51 -175.85 - 93 138.21 190 0 1 -142.039 23.015 -204.45 - 93 125.822 1014 0 0 -142.052 23.0394 -205.85 - 93 8.15119 934 0 0 -161.262 6.87083 -206.25 - 93 61.9712 933 0 0 -161.246 6.85 -206.224 - 93 65.9611 932 0 0 -161.102 6.65 -206.038 - 93 164.677 95 0 1 -160.955 5.70048 -204.85 - 93 186.321 94 0 1 -161.15 5.13278 -204.624 - 93 104.456 93 0 1 -161.35 4.79248 -204.473 - 93 57.9356 92 0 1 -161.55 4.71576 -204.738 - 93 476.623 921 0 0 -163.249 4.42664 -205.85 - 93 140.398 920 0 0 -163.722 4.25 -206.243 - 93 107.661 1215 1 0 8.59944 63.1492 -176.25 - 93 117.276 1112 4 1 42.5298 9.2389 -84.85 - 93 6.06327 1111 4 1 42.4499 9.08035 -84.8403 - 93 57.8911 941 4 0 41.8094 8.27221 -85.85 - 93 109.554 940 4 0 41.751 8.25 -85.8848 - 93 141.38 901 2 0 -87.5961 0.346514 -146.25 - 93 235.077 462 2 1 -87.4846 0.483311 -144.85 - 93 26.4988 187 7 1 -142.55 24.7072 5.2452 - 93 120.543 1024 7 0 -142.819 24.9754 4.14988 - 93 244.602 188 0 1 -142.418 24.3921 -204.45 - 93 246.854 1021 0 0 -142.426 24.4361 -205.85 - 93 256.063 189 2 1 -142.322 24.4268 -144.45 - 93 119.314 1022 2 0 -142.298 24.4781 -145.85 - 93 149.414 189 1 1 -142.28 25.1121 -174.45 - 93 153.823 1025 1 0 -142.282 25.1336 -175.85 - 93 153.6 189 0 1 -142.251 25.7901 -204.45 - 93 233.952 1029 0 0 -142.235 25.8714 -205.85 - 93 137.014 1021 2 0 -142.372 24.4334 -145.85 - 93 109.244 185 1 1 -142.967 24.5081 -174.45 - 93 129.635 176 0 1 -144.835 26.0244 -204.45 - 93 210.269 186 1 1 -142.95 24.5205 -174.625 - 93 40.2248 187 1 1 -142.75 24.4759 -174.596 -Number of digits in this event = 33 -Using G4ParticleGun ... -2.38482 LIN -e- -Event: 94 -Number of tracker hits in this event = 59 - 94 164.709 378 9 1 -104.351 -60.7777 65.55 - 94 127.072 596 9 0 -104.353 -60.7777 64.15 - 94 157.041 378 8 1 -104.395 -60.7693 35.55 - 94 98.6007 596 8 0 -104.396 -60.7653 34.15 - 94 127.454 378 7 1 -104.422 -60.6852 5.55 - 94 127.157 596 7 0 -104.424 -60.6827 4.15 - 94 421.744 378 6 1 -104.458 -60.616 -24.45 - 94 220.835 597 6 0 -104.459 -60.6119 -25.85 - 94 112.238 378 5 1 -104.464 -60.5349 -54.45 - 94 126.417 597 5 0 -104.473 -60.5258 -55.85 - 94 106.211 377 4 1 -104.716 -60.3505 -84.45 - 94 104.438 598 4 0 -104.758 -60.3923 -85.85 - 94 139.885 372 3 1 -105.589 -61.2134 -114.45 - 94 70.839 594 3 0 -105.633 -61.245 -115.85 - 94 54.4648 593 3 0 -105.64 -61.25 -116.068 - 94 155.012 368 2 1 -106.548 -61.8825 -144.45 - 94 152.239 367 2 1 -106.55 -61.8838 -144.496 - 94 113.044 590 2 0 -106.595 -61.9231 -145.85 - 94 81.7427 363 1 1 -107.54 -62.7199 -174.45 - 94 41.7468 362 1 1 -107.55 -62.7279 -174.728 - 94 110.283 586 1 0 -107.59 -62.7599 -175.85 - 94 109.984 357 0 1 -108.594 -63.5627 -204.45 - 94 109.046 582 0 0 -108.649 -63.6037 -205.85 - 94 112.733 596 6 0 -104.349 -60.6558 -25.85 - 94 133.744 379 5 1 -104.266 -61.1157 -54.45 - 94 132.922 594 5 0 -104.3 -61.1155 -55.85 - 94 124.52 375 4 1 -105.121 -60.8101 -84.45 - 94 135.515 596 4 0 -105.216 -60.8219 -85.85 - 94 188.497 364 3 1 -107.185 -61.3371 -114.45 - 94 153.685 592 3 0 -107.347 -61.5587 -115.85 - 94 129.449 346 2 1 -110.752 -65.7232 -144.45 - 94 121.708 571 2 0 -111.058 -65.8182 -145.85 - 94 120.173 315 1 1 -116.95 -67.5374 -174.45 - 94 128.289 562 1 0 -117.252 -67.5092 -175.85 - 94 119.583 285 0 1 -123.004 -67.4279 -204.45 - 94 104.256 562 0 0 -123.278 -67.5644 -205.85 - 94 294.178 365 3 1 -107.15 -61.441 -114.739 - 94 221.444 366 3 1 -106.95 -61.4702 -114.824 - 94 3.81607 565 4 0 -125.649 -67.045 -86.25 - 94 169.475 564 4 0 -125.659 -67.05 -86.2323 - 94 146.958 270 4 1 -126.037 -67.0039 -84.8499 - 94 100.901 269 4 1 -126.15 -66.7129 -84.5431 - 94 89.3064 268 4 1 -126.35 -66.6695 -84.5247 - 94 51.6969 267 4 1 -126.55 -66.5783 -84.4657 - 94 34.2438 591 0 0 -101.934 -61.8415 -205.85 - 94 78.0021 379 6 1 -104.35 -60.6143 -24.5763 - 94 316.214 386 5 1 -102.829 -59.799 -54.45 - 94 105.419 601 5 0 -102.863 -59.7072 -55.85 - 94 193.147 381 4 1 -103.793 -57.6334 -84.45 - 94 112.79 612 4 0 -103.837 -57.5019 -85.85 - 94 107.925 375 3 1 -104.999 -55.0207 -114.45 - 94 10.934 625 3 0 -105.075 -54.8555 -115.85 - 94 124.434 626 3 0 -105.078 -54.85 -115.897 - 94 203.952 641 2 0 -106.481 -51.8106 -145.851 - 94 146.649 359 1 1 -108.224 -54.2246 -174.451 - 94 135.582 628 1 0 -108.229 -54.3159 -175.85 - 94 147.632 358 0 1 -108.532 -56.202 -204.45 - 94 111.436 618 0 0 -108.45 -56.2783 -205.85 - 94 99.4599 693 2 0 -112.706 -41.2952 -146.25 -Number of digits in this event = 34 -Using G4ParticleGun ... -8.82776 LIN -e- -Event: 95 -Number of tracker hits in this event = 39 - 95 249.103 1312 10 1 82.4541 -79.6026 95.55 - 95 224.376 502 10 0 82.4541 -79.6033 94.15 - 95 134.714 1312 9 1 82.4525 -79.618 65.55 - 95 117.187 502 9 0 82.4534 -79.6192 64.15 - 95 158.883 1312 8 1 82.4836 -79.6346 35.55 - 95 140.071 502 8 0 82.4842 -79.6375 34.15 - 95 185.484 1312 7 1 82.5128 -79.6941 5.55 - 95 121.283 501 7 0 82.5137 -79.6991 4.15 - 95 113.713 1312 6 1 82.5365 -79.7951 -24.45 - 95 103.028 501 6 0 82.5361 -79.8 -25.85 - 95 111.859 1312 5 1 82.5371 -79.9065 -54.45 - 95 122.087 500 5 0 82.5364 -79.9119 -55.85 - 95 189.16 1312 4 1 82.5301 -80.0286 -84.45 - 95 245.528 500 4 0 82.5318 -80.0351 -85.85 - 95 118.776 1312 3 1 82.5735 -80.1594 -114.45 - 95 122.169 499 3 0 82.5744 -80.1692 -115.85 - 95 121.463 1312 2 1 82.5924 -80.3751 -144.45 - 95 156.574 498 2 0 82.5952 -80.3847 -145.85 - 95 140.698 1313 1 1 82.6592 -80.5852 -174.45 - 95 128.384 497 1 0 82.6642 -80.5979 -175.85 - 95 207.011 1313 0 1 82.7612 -80.8579 -204.45 - 95 142.529 495 0 0 82.7668 -80.8709 -205.85 - 95 100.226 733 5 1 -33.25 -41.3528 -54.7571 - 95 127.199 497 2 0 82.5913 -80.45 -146.187 - 95 99.7321 1219 11 1 63.9793 -51.0408 125.15 - 95 15.9025 651 11 0 63.7452 -49.7861 124.15 - 95 24.7755 1215 11 1 63.0874 -50.1242 125.15 - 95 300.659 1220 11 1 64.05 -51.1515 125.232 - 95 51.7012 1221 11 1 64.25 -51.0096 125.334 - 95 86.6886 1313 10 1 82.65 -79.7644 95.4959 - 95 105.265 1314 10 1 82.85 -80.0452 95.4215 - 95 97.3904 1315 10 1 83.05 -80.3702 95.2413 - 95 1.20338 1316 10 1 83.25 -80.6477 95.1513 - 95 79.7807 481 10 0 85.3724 -83.7339 94.15 - 95 88.4056 480 10 0 85.4879 -83.85 94.1227 - 95 96.843 479 10 0 85.6851 -84.05 94.1346 - 95 40.9401 478 10 0 85.8088 -84.2501 94.0475 - 95 57.0826 477 10 0 85.8169 -84.4503 93.9995 - 95 69.2757 476 10 0 85.7675 -84.65 93.9292 + 22 153.621 1247 7 1 69.5092 130.221 5.55 + 22 187.555 1550 7 0 69.5084 130.22 4.15 + 22 120.736 1247 6 1 69.4857 130.201 -24.45 + 22 128.744 1550 6 0 69.4839 130.198 -25.85 + 22 140.068 1246 5 1 69.4423 130.142 -54.45 + 22 176.488 1549 5 0 69.4403 130.14 -55.85 + 22 138.994 1246 4 1 69.4084 130.109 -84.45 + 22 104.38 1549 4 0 69.4078 130.107 -85.85 + 22 123.4 1246 3 1 69.3911 130.082 -114.45 + 22 99.2052 1549 3 0 69.3965 130.075 -115.85 + 22 121.181 1247 2 1 69.5058 129.933 -144.45 + 22 138.012 1548 2 0 69.5105 129.927 -145.85 + 22 124.937 1247 1 1 69.6009 129.808 -174.45 + 22 247.785 1548 1 0 69.6056 129.799 -175.85 + 22 128.079 1248 0 1 69.7031 129.617 -204.45 + 22 147.803 1547 0 0 69.7083 129.61 -205.85 + 22 117.892 1213 8 1 62.8224 107.458 35.15 + 22 144.767 934 5 0 137.626 6.90152 -56.2498 + 22 135.921 1304 1 0 103.483 80.981 -176.25 + 22 49.5418 1700 7 0 72.0252 160.285 3.75 + 22 76.9907 1701 7 0 71.997 160.35 3.871 + 22 63.7829 1702 7 0 71.9791 160.55 3.81177 + 22 33.1476 1295 6 1 79.234 120.021 -24.45 + 22 99.1686 1296 6 1 79.25 119.95 -24.5504 + 22 161.509 1495 6 0 79.7496 119.243 -25.85 + 22 149.62 1443 5 1 108.933 118.496 -54.4501 + 22 169.555 1495 5 0 108.481 119.248 -55.8508 + 22 72.2658 1496 5 0 108.439 119.35 -55.981 + 22 38.613 1497 5 0 108.325 119.55 -56.1628 Number of digits in this event = 21 Using G4ParticleGun ... -9.13573 LIN +4.75101 LIN e- -Event: 96 -Number of tracker hits in this event = 91 - 96 465.131 234 8 1 -133.293 -27.5022 35.55 - 96 249.167 762 8 0 -133.292 -27.5022 34.15 - 96 145.047 234 7 1 -133.281 -27.5049 5.55 - 96 147.727 762 7 0 -133.282 -27.504 4.15 - 96 106.959 234 6 1 -133.298 -27.4817 -24.45 - 96 102.216 762 6 0 -133.3 -27.4801 -25.85 - 96 151.883 234 5 1 -133.329 -27.4531 -54.45 - 96 127.311 762 5 0 -133.33 -27.4525 -55.85 - 96 119.998 233 4 1 -133.358 -27.4429 -84.45 - 96 101.819 763 4 0 -133.361 -27.4424 -85.85 - 96 455.095 233 3 1 -133.42 -27.4304 -114.45 - 96 257.969 763 3 0 -133.422 -27.4295 -115.85 - 96 114.998 233 2 1 -133.452 -27.4143 -144.45 - 96 152.804 763 2 0 -133.453 -27.4143 -145.85 - 96 179.97 233 1 1 -133.457 -27.4164 -174.45 - 96 173.155 763 1 0 -133.463 -27.4184 -175.85 - 96 339.296 232 0 1 -133.596 -27.4614 -204.45 - 96 420.882 762 0 0 -133.602 -27.4644 -205.85 - 96 0.357484 249 1 1 -130.265 -32.9488 -174.85 - 96 574.004 234 3 1 -133.35 -27.4358 -114.467 - 96 271.114 235 3 1 -133.15 -27.4348 -114.459 - 96 21.7814 236 3 1 -132.95 -27.3115 -114.533 - 96 136.699 247 2 1 -130.742 -24.1382 -144.45 - 96 176.978 779 2 0 -130.619 -24.1202 -145.85 - 96 112.296 262 1 1 -127.695 -23.6544 -174.45 - 96 103.275 782 1 0 -127.494 -23.6159 -175.85 - 96 98.9702 278 0 1 -124.511 -22.2896 -204.45 - 96 135.655 789 0 0 -124.389 -22.1247 -205.85 - 96 371.861 762 3 0 -133.329 -27.4682 -115.85 - 96 276.458 230 2 1 -134.092 -26.9007 -144.45 - 96 289.543 765 2 0 -134.129 -26.9009 -145.85 - 96 239.142 226 1 1 -134.873 -26.8248 -174.45 - 96 96.3279 766 1 0 -134.933 -26.783 -175.85 - 96 108.701 220 0 1 -136.086 -26.0572 -204.45 - 96 110.828 770 0 0 -136.126 -26.0063 -205.85 - 96 129.59 765 1 0 -135.024 -26.8777 -175.85 - 96 64.9238 212 0 1 -137.732 -27.498 -204.45 - 96 71.6507 211 0 1 -137.75 -27.492 -204.606 - 96 21.4643 763 0 0 -137.906 -27.45 -206.188 - 96 251.571 234 4 1 -133.314 -27.4769 -84.45 - 96 259.997 762 4 0 -133.314 -27.4781 -85.85 - 96 120.467 234 2 1 -133.237 -27.5212 -144.45 - 96 137.16 762 2 0 -133.237 -27.5223 -145.85 - 96 140.125 234 1 1 -133.233 -27.5437 -174.45 - 96 242.602 762 1 0 -133.232 -27.5432 -175.85 - 96 137.302 234 0 1 -133.21 -27.5266 -204.45 - 96 93.7776 235 0 1 -133.114 -27.6783 -204.45 - 96 27.6854 236 0 1 -132.95 -27.6858 -204.76 - 96 27.6574 761 0 0 -132.593 -27.8391 -205.85 - 96 141.352 760 0 0 -132.572 -27.85 -205.91 - 96 126.144 715 0 0 -123.227 -36.9091 -206.25 - 96 152.932 283 0 1 -123.387 -37.1838 -204.85 - 96 133.921 613 1 0 -151.592 -57.2797 -176.25 - 96 94.9006 141 1 1 -151.841 -56.9426 -174.85 - 96 68.2789 142 1 1 -151.75 -56.8782 -174.622 - 96 141.926 756 0 0 -131.216 -28.7517 -206.25 - 96 157.848 767 2 0 -134.12 -26.4906 -145.85 - 96 173.552 231 1 1 -133.79 -24.2585 -174.45 - 96 123.546 779 1 0 -133.78 -24.1519 -175.85 - 96 107.324 790 0 0 -133.664 -21.9456 -205.85 - 96 93.8641 879 2 0 -18.8827 -4.06227 -146.25 - 96 218.271 880 2 0 -18.9229 -4.05 -146.052 - 96 109.853 777 1 0 -134.109 -24.5723 -175.85 - 96 74.3223 229 2 1 -134.15 -26.6025 -144.461 - 96 105.984 228 2 1 -134.35 -26.6686 -144.705 - 96 118.676 723 2 0 -145.573 -35.3194 -146.25 - 96 3.161 176 2 1 -144.757 -35.1369 -144.85 - 96 111.5 177 2 1 -144.75 -35.1361 -144.838 - 96 10.4565 178 2 1 -144.55 -35.1795 -144.493 - 96 115.069 761 8 0 -133.345 -27.7356 34.15 - 96 12.0582 263 7 1 -127.548 -26.1404 5.54978 - 96 144.248 262 7 1 -127.55 -26.1335 5.50855 - 96 99.7261 770 7 0 -127.599 -25.9057 4.15 - 96 141.917 261 6 1 -127.81 -21.204 -24.4502 - 96 54.7038 800 6 0 -127.975 -19.9786 -25.8506 - 96 125.023 801 6 0 -127.99 -19.85 -26.0009 - 96 0.134247 802 6 0 -128.029 -19.65 -26.2495 - 96 107.867 230 5 1 -134.092 0.404609 -54.45 - 96 88.8461 902 5 0 -133.784 0.470978 -55.8507 - 96 290.79 264 4 1 -127.157 10.3057 -84.45 - 96 5.28573 263 4 1 -127.35 11.1843 -84.8416 - 96 37.3352 963 4 0 -127.413 12.7432 -85.85 - 96 75.0668 964 4 0 -127.403 12.85 -85.9313 - 96 111.925 965 4 0 -127.371 13.05 -86.0485 - 96 78.3743 966 4 0 -127.375 13.25 -86.143 - 96 75.619 967 4 0 -127.424 13.4502 -86.1891 - 96 32.5512 968 4 0 -127.455 13.65 -86.2356 - 96 215.172 1275 4 0 -111.041 75.0557 -86.25 - 96 28.1241 1276 4 0 -110.892 75.25 -85.9328 - 96 298.089 348 4 1 -110.471 75.8844 -84.85 - 96 120.002 566 4 0 -139.127 -66.7583 -86.25 +Event: 23 +Number of tracker hits in this event = 31 + 23 119.954 449 5 1 -90.1863 24.9956 -54.45 + 23 135.653 1024 5 0 -90.1865 24.9887 -55.85 + 23 154.743 449 4 1 -90.2008 24.863 -84.45 + 23 124.72 1024 4 0 -90.1975 24.8597 -85.85 + 23 143.772 450 2 1 -89.9954 24.7161 -144.45 + 23 192.961 1023 2 0 -89.988 24.7204 -145.85 + 23 126.077 450 1 1 -89.9003 24.9205 -174.45 + 23 316.78 1024 1 0 -89.9001 24.8735 -175.85 + 23 125.483 450 0 1 -89.9149 23.9781 -204.45 + 23 103.355 1019 0 0 -90.0221 23.9586 -205.85 + 23 6.24413 1045 1 0 -68.9784 29.1245 -176.25 + 23 81.6025 713 0 1 -37.45 41.0019 -204.593 + 23 9.58322 714 0 1 -37.25 41.0713 -204.477 + 23 47.554 1077 1 0 85.2831 35.45 -176.055 + 23 21.8437 1460 3 1 112.159 46.4997 -114.85 + 23 85.997 1608 6 1 141.905 50.5008 -24.45 + 23 316.497 449 2 1 -90.1617 24.9004 -144.45 + 23 356.776 451 1 1 -89.8423 25.0201 -174.45 + 23 141.501 449 0 1 -90.2483 24.9714 -204.45 + 23 266.802 1024 0 0 -90.266 24.9923 -205.85 + 23 120.181 1023 1 0 -89.7616 24.7328 -175.85 + 23 140.198 452 0 1 -89.5549 24.5409 -204.45 + 23 102.447 1022 0 0 -89.53 24.5264 -205.85 + 23 146.34 452 1 1 -89.65 24.7738 -174.606 + 23 59.152 453 1 1 -89.45 24.8399 -174.628 + 23 78.9246 454 1 1 -89.25 24.8708 -174.578 + 23 278.01 455 1 1 -89.05 24.8529 -174.49 + 23 95.7293 456 1 1 -88.85 24.9091 -174.734 + 23 181.663 450 3 1 -90.05 25.0495 -114.501 + 23 67.1891 450 8 1 -90.05 26.108 35.2472 + 23 127.269 1032 8 0 -90.0355 26.4943 34.15 +Number of digits in this event = 21 +Using G4ParticleGun ... +2.16812 LIN +e- +Event: 24 +Number of tracker hits in this event = 25 + 24 112.48 708 9 1 -38.2606 119.973 65.55 + 24 107.896 1499 9 0 -38.2612 119.974 64.15 + 24 102.253 708 8 1 -38.267 119.982 35.55 + 24 114.302 1499 8 0 -38.2705 119.983 34.15 + 24 130.596 708 7 1 -38.3328 119.939 5.55 + 24 107.66 1498 7 0 -38.3376 119.936 4.15 + 24 137.928 708 6 1 -38.4308 119.875 -24.45 + 24 89.1212 1498 6 0 -38.4338 119.876 -25.85 + 24 100.152 708 5 1 -38.4497 119.892 -54.45 + 24 111.667 1498 5 0 -38.4469 119.892 -55.85 + 24 124.867 708 4 1 -38.3973 119.927 -84.45 + 24 109.68 1498 4 0 -38.3891 119.913 -85.85 + 24 133.428 709 3 1 -38.1954 119.603 -114.45 + 24 119.045 1497 3 0 -38.1938 119.597 -115.85 + 24 133.895 709 2 1 -38.1883 119.456 -144.45 + 24 113.211 1496 2 0 -38.1576 119.447 -145.85 + 24 156.827 712 1 1 -37.525 119.227 -174.45 + 24 151.104 1495 1 0 -37.5096 119.22 -175.85 + 24 126.759 713 0 1 -37.3494 119.222 -204.45 + 24 125.269 1495 0 0 -37.3351 119.226 -205.85 + 24 71.0942 1477 1 0 -56.9826 115.686 -176.25 + 24 148.365 1478 1 0 -56.9841 115.75 -176.211 + 24 40.9903 636 4 0 -22.6791 -52.65 -86.053 + 24 58.9626 661 5 0 -8.43097 -47.7066 -56.25 + 24 81.9888 635 4 0 -22.6815 -52.85 -85.9191 +Number of digits in this event = 12 +Using G4ParticleGun ... +8.74096 LIN +e- +Event: 25 +Number of tracker hits in this event = 64 + 25 120.989 570 11 1 -66.0473 30.3967 125.55 + 25 97.1222 1051 11 0 -66.0483 30.3961 124.15 + 25 138.925 569 10 1 -66.0683 30.3836 95.55 + 25 156.124 1051 10 0 -66.0693 30.3828 94.15 + 25 158.431 569 9 1 -66.0912 30.3664 65.55 + 25 114.688 1051 9 0 -66.0908 30.3654 64.15 + 25 115.839 569 8 1 -66.0801 30.3401 35.55 + 25 115.879 1051 8 0 -66.0764 30.339 34.15 + 25 101.165 570 7 1 -66.0166 30.3175 5.55 + 25 149.244 1051 7 0 -66.0168 30.3161 4.15 + 25 98.2052 570 6 1 -66.017 30.2865 -24.45 + 25 129.755 1051 6 0 -66.0145 30.2857 -25.85 + 25 517.482 570 5 1 -65.9638 30.2654 -54.45 + 25 463.82 1051 5 0 -65.9605 30.2683 -55.85 + 25 115.417 570 4 1 -65.9004 30.3435 -84.45 + 25 234.496 1051 4 0 -65.8945 30.3483 -85.85 + 25 120.939 571 3 1 -65.7695 30.45 -114.45 + 25 101.853 1052 3 0 -65.7644 30.4574 -115.85 + 25 112.878 572 2 1 -65.6474 30.6 -144.45 + 25 111.468 1052 2 0 -65.6434 30.6084 -145.85 + 25 105.31 572 1 1 -65.5636 30.8057 -174.45 + 25 122.289 1053 1 0 -65.5593 30.8148 -175.85 + 25 384.949 572 0 1 -65.4697 30.9866 -204.45 + 25 243.143 1054 0 0 -65.4642 31.0019 -205.85 + 25 183.168 919 13 1 3.91211 -41.0197 185.15 + 25 311.659 645 0 0 167.034 -51.0375 -206.25 + 25 24.4278 644 0 0 166.536 -51.0502 -205.888 + 25 137.315 1734 0 1 166.964 -52.0214 -204.85 + 25 158.011 1733 0 1 166.95 -52.1799 -204.55 + 25 198.017 1732 0 1 166.75 -52.4087 -204.55 + 25 81.7997 1081 1 0 -105.564 36.4298 -176.25 + 25 4.73899 1082 1 0 -105.674 36.45 -175.958 + 25 42.2663 1245 1 1 69.25 -35.8654 -174.817 + 25 170.012 1055 0 0 -65.407 31.05 -206.152 + 25 33.9106 1052 4 0 -66.0574 30.4505 -86.1572 + 25 192.857 1131 4 0 -110.856 46.3904 -86.25 + 25 77.4413 1132 4 0 -110.975 46.4502 -86.2349 + 25 107.14 566 4 1 -66.7086 30.2053 -84.45 + 25 127.175 1049 4 0 -66.7414 30.0028 -85.85 + 25 186.239 566 3 1 -66.8295 25.6978 -114.45 + 25 117.685 1027 3 0 -66.7285 25.6221 -115.85 + 25 135.801 576 2 1 -64.7459 23.1218 -144.45 + 25 106.45 1016 2 0 -64.7272 23.3372 -145.85 + 25 36.3879 575 1 1 -64.9853 28.1159 -174.45 + 25 92.537 574 1 1 -65.0503 28.1642 -174.589 + 25 45.8684 1042 1 0 -65.6345 28.6008 -175.85 + 25 96.2465 1043 1 0 -65.6961 28.65 -175.993 + 25 15.5045 513 0 1 -77.4264 37.9613 -204.45 + 25 125.354 512 0 1 -77.45 37.9779 -204.505 + 25 86.7716 1091 0 0 -78.0374 38.3989 -205.85 + 25 70.4966 1092 0 0 -78.112 38.45 -206.02 + 25 116.385 572 4 1 -65.5833 30.9444 -84.45 + 25 66.8453 1054 4 0 -65.6255 31.0411 -85.85 + 25 199.502 1055 4 0 -65.6295 31.05 -85.9784 + 25 134.402 567 3 1 -66.6146 32.5532 -114.45 + 25 118.329 1062 3 0 -66.7385 32.5753 -115.85 + 25 115.466 552 2 1 -69.4789 33.0357 -144.45 + 25 125.171 1064 2 0 -69.6596 33.0423 -145.85 + 25 110.202 532 1 1 -73.4935 33.3489 -174.45 + 25 95.068 1068 1 0 -73.6558 33.7598 -175.85 + 25 23.3806 1069 1 0 -73.695 33.85 -176.147 + 25 102.237 514 0 1 -77.1405 42.9377 -204.45 + 25 18.4146 1114 0 0 -77.3121 43.0446 -205.85 + 25 90.0712 1115 0 0 -77.3207 43.05 -205.921 +Number of digits in this event = 29 +Using G4ParticleGun ... +2.91309 LIN +e- +Event: 26 +Number of tracker hits in this event = 121 + 26 142.124 714 11 1 -37.0819 52.0047 125.55 + 26 130.378 1159 11 0 -37.0807 52.0046 124.15 + 26 130.516 714 10 1 -37.0514 52.0045 95.55 + 26 112.85 1159 10 0 -37.0521 52.0066 94.15 + 26 157.249 714 9 1 -37.0746 52.0525 65.55 + 26 101.651 1160 9 0 -37.0741 52.0565 64.15 + 26 268.629 714 8 1 -37.0593 52.1317 35.55 + 26 124.643 1160 8 0 -37.0609 52.1349 34.15 + 26 178.26 714 7 1 -37.0876 52.2085 5.55 + 26 289.967 1160 7 0 -37.093 52.2103 4.15 + 26 107.257 714 6 1 -37.2014 52.2339 -24.45 + 26 128.027 1160 6 0 -37.21 52.2333 -25.85 + 26 116.883 713 5 1 -37.4413 52.2323 -54.45 + 26 128.129 1160 5 0 -37.4485 52.2307 -55.85 + 26 112.208 712 4 1 -37.5921 52.1894 -84.45 + 26 121.059 1160 4 0 -37.6033 52.1907 -85.85 + 26 125.506 710 3 1 -37.8536 52.2124 -114.45 + 26 298.271 1160 3 0 -37.8709 52.2145 -115.85 + 26 146.648 709 2 1 -38.2354 52.2534 -144.45 + 26 102.402 1161 2 0 -38.2552 52.2646 -145.85 + 26 166.006 706 1 1 -38.6662 52.4937 -174.45 + 26 138.552 1162 1 0 -38.6905 52.5018 -175.85 + 26 173.324 704 0 1 -39.2054 52.6742 -204.45 + 26 133.969 1163 0 0 -39.2323 52.6833 -205.85 + 26 258.021 1161 4 0 -37.2487 52.4285 -85.8849 + 26 142.103 714 3 1 -37.1777 52.2069 -114.45 + 26 246.845 720 2 1 -36.011 50.3167 -144.45 + 26 103.074 1150 2 0 -35.8874 50.2027 -145.85 + 26 105.147 733 1 1 -33.376 48.0726 -174.45 + 26 104.241 1139 1 0 -33.3115 48.0139 -175.85 + 26 59.5858 738 0 1 -32.2549 46.8997 -204.45 + 26 109.645 739 0 1 -32.25 46.8954 -204.63 + 26 138.84 1134 0 0 -32.2077 46.8612 -205.85 + 26 1.46119 1133 0 0 -32.1941 46.85 -206.243 + 26 225.428 713 3 1 -37.2655 52.3098 -114.45 + 26 24.2967 1164 3 0 -37.476 53.009 -115.85 + 26 102.457 1165 3 0 -37.4829 53.05 -115.932 + 26 7.86133 1304 3 0 -57.2533 81.0409 -116.25 + 26 158.898 1305 3 0 -57.2687 81.05 -116.227 + 26 73.4736 601 3 1 -59.6719 81.7175 -114.85 + 26 169.499 600 3 1 -59.8501 81.809 -114.73 + 26 372.563 599 3 1 -60.05 82.0092 -114.492 + 26 457.801 1313 3 0 -59.5149 82.6539 -115.85 + 26 3.54551 1314 3 0 -59.5698 82.85 -115.924 + 26 18.9977 712 3 1 -37.4529 52.6575 -114.45 + 26 118.075 1162 3 0 -37.3952 52.5832 -115.85 + 26 5.89639 719 2 1 -36.05 50.8653 -144.83 + 26 141.968 1153 2 0 -36.0558 50.8192 -145.85 + 26 122.208 720 1 1 -35.9022 49.2722 -174.45 + 26 112.631 1145 1 0 -35.9202 49.2074 -175.85 + 26 140.658 718 0 1 -36.4026 47.806 -204.45 + 26 211.685 1138 0 0 -36.3776 47.7108 -205.85 + 26 109.36 1137 0 0 -36.364 47.65 -206.07 + 26 239.93 1090 6 0 -62.3014 38.1216 -26.25 + 26 326.406 715 8 1 -37.0188 51.9602 35.5496 + 26 115.516 1158 8 0 -37.4472 51.7386 34.15 + 26 61.9151 667 7 1 -46.5524 47.4518 5.55 + 26 184.499 666 7 1 -46.65 47.4083 5.40079 + 26 155.396 1134 7 0 -47.4134 47.0438 4.15 + 26 108.958 565 6 1 -66.8911 39.0572 -24.45 + 26 86.8801 1091 6 0 -67.3333 38.391 -25.85 + 26 63.3065 517 5 1 -76.5839 22.2006 -54.45 + 26 71.4919 516 5 1 -76.65 22.1148 -54.6377 + 26 100.407 1006 5 0 -77.1265 21.431 -55.85 + 26 43.0848 1005 5 0 -77.2378 21.25 -56.135 + 26 36.2324 451 4 1 -89.764 1.96273 -84.45 + 26 136.468 450 4 1 -89.85 1.85378 -84.5174 + 26 78.5298 449 4 1 -90.15 1.43476 -84.7331 + 26 46.2605 896 4 0 -91.6344 -0.740554 -85.85 + 26 102.143 895 4 0 -91.7051 -0.85 -85.9109 + 26 62.3175 894 4 0 -91.8243 -1.05 -86.0165 + 26 58.997 893 4 0 -91.9246 -1.25 -86.1116 + 26 23.932 892 4 0 -92.0204 -1.45015 -86.2025 + 26 183.14 305 3 1 -119.105 -55.1793 -114.45 + 26 20.7325 306 3 1 -118.95 -55.7248 -114.811 + 26 15.6701 613 3 0 -118.645 -57.4163 -115.85 + 26 76.4573 612 3 0 -118.64 -57.4503 -115.871 + 26 65.982 611 3 0 -118.607 -57.65 -116 + 26 130.847 610 3 0 -118.573 -57.85 -116.12 + 26 14.3033 609 3 0 -118.548 -58.05 -116.216 + 26 74.796 356 2 1 -108.825 -115.088 -144.45 + 26 103.117 355 2 1 -108.95 -115.228 -144.61 + 26 11.0208 354 2 1 -109.15 -115.423 -144.824 + 26 121.098 318 2 0 -110.195 -116.359 -145.85 + 26 44.3034 317 2 0 -110.455 -116.55 -146.128 + 26 94.9968 219 1 1 -136.248 -132.115 -174.45 + 26 34.533 218 1 1 -136.35 -132.172 -174.75 + 26 131.158 238 1 0 -136.728 -132.438 -175.85 + 26 2.34713 134 0 1 -153.344 -135.892 -204.45 + 26 65.0232 133 0 1 -153.35 -135.89 -204.453 + 26 75.3531 132 0 1 -153.55 -135.86 -204.563 + 26 54.5695 131 0 1 -153.751 -135.867 -204.645 + 26 91.6596 130 0 1 -153.95 -135.887 -204.74 + 26 62.8218 220 0 0 -155.498 -136.131 -205.85 + 26 275.272 219 0 0 -155.606 -136.15 -205.929 + 26 21.8387 210 0 0 -161.47 -137.95 -206.049 + 26 122.633 1159 8 0 -37.2331 52.0178 34.15 + 26 14.613 689 7 1 -42.2108 52.4304 5.55 + 26 106.251 688 7 1 -42.25 52.4173 5.50342 + 26 26.9976 687 7 1 -42.45 52.3427 5.24125 + 26 101.533 588 6 1 -62.4171 47.8756 -24.45 + 26 18.632 587 6 1 -62.45 47.8183 -24.6408 + 26 183.163 1137 6 0 -62.3645 47.6255 -25.8505 + 26 0.261318 1136 6 0 -62.1387 47.45 -26.2493 + 26 78.5096 1058 6 0 -53.3228 31.7983 -26.2498 + 26 335.442 1059 6 0 -53.3499 31.85 -26.0657 + 26 101.839 631 6 1 -53.7744 30.5965 -24.85 + 26 93.7316 630 6 1 -53.85 30.4265 -24.7107 + 26 251.303 662 6 1 -47.5983 40.7143 -24.85 + 26 135.276 715 11 1 -37.0357 51.9981 125.55 + 26 21.477 1163 11 0 -37.0588 52.8105 124.15 + 26 67.2769 1164 11 0 -37.0599 52.8501 124.076 + 26 78.9412 1165 11 0 -36.9625 53.05 123.964 + 26 108.917 1166 11 0 -36.8747 53.25 123.92 + 26 88.3436 1167 11 0 -36.7309 53.4501 123.965 + 26 65.6885 1168 11 0 -36.5511 53.6501 124.034 + 26 52.9455 1169 11 0 -36.4631 53.85 124.135 + 26 106.918 1170 11 0 -36.5049 54.05 124.1 + 26 77.686 1171 11 0 -36.5785 54.25 123.899 + 26 222.661 1231 11 0 -59.8076 66.3275 123.75 + 26 272.864 596 11 1 -60.6554 67.288 125.15 Number of digits in this event = 50 Using G4ParticleGun ... -9.60996 LIN +9.18924 LIN e- -Event: 97 -Number of tracker hits in this event = 24 - 97 126.113 984 8 1 17.0266 -136.147 35.55 - 97 134.208 220 8 0 17.0265 -136.148 34.15 - 97 143.773 984 7 1 17.0302 -136.172 5.55 - 97 135.664 219 7 0 17.0304 -136.174 4.15 - 97 153.215 984 6 1 17.0341 -136.219 -24.45 - 97 105.778 219 6 0 17.0347 -136.221 -25.85 - 97 102.499 984 5 1 17.0491 -136.267 -54.45 - 97 130.591 219 5 0 17.0496 -136.268 -55.85 - 97 113.864 985 4 1 17.0578 -136.281 -84.45 - 97 144.058 219 4 0 17.0572 -136.281 -85.85 - 97 289.69 984 3 1 17.0409 -136.28 -114.45 - 97 119.18 219 3 0 17.0392 -136.279 -115.85 - 97 152.5 984 2 1 17.0058 -136.279 -144.45 - 97 144.045 219 2 0 17.0044 -136.28 -145.85 - 97 240.708 984 1 1 16.9811 -136.297 -174.45 - 97 128.376 219 1 0 16.9802 -136.298 -175.85 - 97 322.506 984 0 1 16.9661 -136.312 -204.45 - 97 241.93 219 0 0 16.9648 -136.313 -205.85 - 97 189.288 857 6 0 166.836 -8.5849 -26.25 - 97 41.367 218 2 0 17.0347 -136.35 -146.227 - 97 136.212 985 0 1 17.05 -136.381 -204.455 - 97 138.808 217 0 0 17.1646 -136.594 -205.85 - 97 134.679 218 0 0 17.0191 -136.362 -205.85 - 97 138.408 395 1 0 -19.4466 -101.136 -176.25 -Number of digits in this event = 21 +Event: 27 +Number of tracker hits in this event = 19 + 27 138.431 1234 8 1 66.9197 121.905 35.55 + 27 115.372 1508 8 0 66.9194 121.904 34.15 + 27 137.099 1234 7 1 66.9123 121.885 5.55 + 27 115.437 1508 7 0 66.9121 121.884 4.15 + 27 92.3985 1234 6 1 66.907 121.847 -24.45 + 27 134.311 1508 6 0 66.9064 121.845 -25.85 + 27 243.263 1234 5 1 66.9004 121.823 -54.45 + 27 117.309 1508 5 0 66.9001 121.822 -55.85 + 27 111.918 1234 4 1 66.8968 121.815 -84.45 + 27 114.89 1508 4 0 66.8976 121.814 -85.85 + 27 140.443 1234 3 1 66.9153 121.788 -114.45 + 27 99.0342 1508 3 0 66.9158 121.786 -115.85 + 27 98.8304 1234 2 1 66.9246 121.746 -144.45 + 27 122.7 1507 2 0 66.9252 121.743 -145.85 + 27 118.701 1234 1 1 66.9337 121.692 -174.45 + 27 118.772 1507 1 0 66.9333 121.689 -175.85 + 27 133.424 1234 0 1 66.9242 121.623 -204.45 + 27 170.452 1507 0 0 66.9236 121.619 -205.85 + 27 151.159 1025 0 1 25.1452 102.416 -204.85 +Number of digits in this event = 12 Using G4ParticleGun ... -2.9131 LIN +2.70162 LIN e- -Event: 98 +Event: 28 +Number of tracker hits in this event = 48 + 28 120.142 1549 8 1 129.953 57.5754 35.55 + 28 99.7706 1187 8 0 129.953 57.5766 34.15 + 28 108.949 1549 7 1 129.957 57.6051 5.55 + 28 186.577 1187 7 0 129.959 57.6043 4.15 + 28 121.593 1549 6 1 129.989 57.5852 -24.45 + 28 114.502 1187 6 0 129.99 57.5842 -25.85 + 28 114.497 1549 5 1 130.03 57.5667 -54.45 + 28 132.365 1187 5 0 130.036 57.5685 -55.85 + 28 224.863 1550 4 1 130.182 57.6332 -84.45 + 28 162.375 1187 4 0 130.189 57.6338 -85.85 + 28 118.472 1550 3 1 130.288 57.6501 -114.45 + 28 133.859 1188 3 0 130.298 57.652 -115.85 + 28 336.151 1551 2 1 130.535 57.6592 -144.45 + 28 126.48 1188 2 0 130.547 57.6587 -145.85 + 28 142.413 1553 1 1 130.776 57.6601 -174.45 + 28 120.787 1188 1 0 130.785 57.657 -175.85 + 28 187.351 1554 0 1 130.961 57.61 -204.45 + 28 120.669 1187 0 0 130.973 57.5708 -205.85 + 28 178.833 1550 2 1 130.333 57.7925 -144.45 + 28 137.904 1189 2 0 130.258 57.9122 -145.85 + 28 163.088 1544 1 1 129.09 60.2355 -174.45 + 28 119.753 1202 1 0 128.993 60.4607 -175.85 + 28 20.2232 1533 0 1 126.761 64.8892 -204.45 + 28 78.1686 1532 0 1 126.75 64.8923 -204.525 + 28 93.7099 1224 0 0 126.537 65.0287 -205.85 + 28 83.1532 1225 0 0 126.516 65.05 -205.991 + 28 288.864 1536 0 1 127.494 64.5627 -204.85 + 28 51.3786 1187 2 0 130.534 57.4699 -145.85 + 28 88.5382 1186 2 0 130.546 57.45 -145.939 + 28 36.39 1569 1 1 134.119 51.5843 -174.45 + 28 98.0241 1570 1 1 134.15 51.5159 -174.567 + 28 46.6581 1153 1 0 134.502 50.7482 -175.85 + 28 115.357 1152 1 0 134.546 50.65 -176.005 + 28 145.667 1611 0 1 142.454 31.3819 -204.45 + 28 51.0545 1612 0 1 142.55 31.2131 -204.712 + 28 32.0654 1052 0 0 142.939 30.4937 -205.85 + 28 147.64 1051 0 0 142.964 30.45 -205.921 + 28 28.9993 1050 0 0 143.067 30.25 -206.187 + 28 116.026 187 7 1 -142.55 -134.911 5.46346 + 28 102.441 186 7 1 -142.75 -135.235 5.29798 + 28 94.5143 220 7 0 -144.477 -135.959 4.15 + 28 79.7991 219 7 0 -144.736 -136.15 3.97535 + 28 133.877 228 7 0 -141.377 -134.527 3.75028 + 28 169.225 229 7 0 -141.56 -134.35 3.97667 + 28 197.221 199 7 1 -140.27 -134.803 5.15017 + 28 91.5147 1186 4 0 130.257 57.45 -85.951 + 28 30.9111 1185 4 0 130.263 57.2495 -85.8783 + 28 312.27 1551 4 1 130.377 56.3274 -84.85 +Number of digits in this event = 25 +Using G4ParticleGun ... +6.38003 LIN +e- +Event: 29 +Number of tracker hits in this event = 67 + 29 207.843 927 11 1 5.53955 -51.6171 125.55 + 29 103.164 642 11 0 5.53857 -51.6173 124.15 + 29 109.047 927 10 1 5.51427 -51.6235 95.55 + 29 110.284 642 10 0 5.51291 -51.6246 94.15 + 29 120.464 927 9 1 5.47533 -51.6293 65.55 + 29 109.322 642 9 0 5.4693 -51.6296 64.15 + 29 115.858 926 8 1 5.3677 -51.6292 35.55 + 29 150.002 642 8 0 5.3663 -51.6318 34.15 + 29 118.225 926 7 1 5.3484 -51.6848 5.55 + 29 132.785 641 7 0 5.34572 -51.6865 4.15 + 29 123.427 926 6 1 5.3024 -51.7245 -24.45 + 29 118.133 641 6 0 5.29 -51.7209 -25.85 + 29 151.388 924 5 1 5.04286 -51.6346 -54.45 + 29 397.969 642 5 0 5.03216 -51.6254 -55.85 + 29 104.579 923 4 1 4.82445 -51.4523 -84.45 + 29 187.911 643 4 0 4.81578 -51.438 -85.85 + 29 210.037 922 3 1 4.62793 -51.1371 -114.45 + 29 112.269 644 3 0 4.61949 -51.1221 -115.85 + 29 114.901 921 2 1 4.44609 -50.8304 -144.45 + 29 117.42 646 2 0 4.43417 -50.8127 -145.85 + 29 128.415 920 1 1 4.18168 -50.461 -174.45 + 29 165.61 648 1 0 4.17187 -50.4456 -175.85 + 29 309.63 919 0 1 3.96344 -50.1328 -204.45 + 29 338.259 649 0 0 3.95129 -50.1204 -205.85 + 29 231.379 926 3 1 5.32939 -51.6376 -114.45 + 29 411.334 642 3 0 5.37286 -51.5833 -115.85 + 29 209.023 932 2 1 6.59471 -50.4331 -144.45 + 29 108.825 648 2 0 6.6953 -50.4119 -145.85 + 29 140.247 943 1 1 8.73345 -49.5602 -174.45 + 29 105.696 652 1 0 8.77848 -49.5379 -175.85 + 29 238.411 947 0 1 9.53579 -49.262 -204.45 + 29 113.387 653 0 0 9.61188 -49.2637 -205.85 + 29 211.457 1471 4 1 114.35 -135.446 -84.8368 + 29 142.737 922 2 1 4.60866 -48.4441 -144.45 + 29 62.3055 658 2 0 4.48923 -48.2593 -145.85 + 29 136.583 659 2 0 4.48349 -48.25 -145.918 + 29 94.6894 911 1 1 2.38259 -44.6626 -174.45 + 29 147.584 678 1 0 2.14166 -44.4282 -175.85 + 29 126.659 888 0 1 -2.37389 -40.3877 -204.45 + 29 136.15 699 0 0 -2.42752 -40.2031 -205.85 + 29 41.1775 818 1 0 -0.267035 -16.2957 -176.25 + 29 100.088 819 1 0 -0.316359 -16.25 -176.091 + 29 76.9084 894 1 1 -1.21391 -15.7204 -174.85 + 29 72.2657 893 1 1 -1.25 -15.7022 -174.8 + 29 66.7687 892 1 1 -1.45 -15.6615 -174.602 + 29 105.785 789 3 0 1.62278 -22.1896 -116.25 + 29 55.1104 788 3 0 1.59751 -22.25 -116.221 + 29 113.816 920 0 1 4.05 7.33057 -204.476 + 29 237.149 921 0 1 4.25 7.12564 -204.556 + 29 164.631 922 0 1 4.45 6.86987 -204.605 + 29 91.0063 940 4 1 8.19302 -101.071 -84.45 + 29 260.967 927 5 1 5.54153 -51.5887 -54.45 + 29 276.481 927 4 1 5.56124 -51.5875 -84.45 + 29 324.718 642 4 0 5.5637 -51.5846 -85.85 + 29 240.058 927 3 1 5.63955 -51.5426 -114.45 + 29 112.973 927 2 1 5.56899 -51.5186 -144.45 + 29 143.553 642 2 0 5.56877 -51.5123 -145.85 + 29 93.4583 927 1 1 5.55356 -51.4228 -174.45 + 29 155.517 643 1 0 5.54149 -51.4073 -175.85 + 29 178.677 926 0 1 5.29713 -51.1107 -204.45 + 29 111.349 644 0 0 5.29533 -51.0981 -205.85 + 29 160.494 641 3 0 5.52126 -51.7069 -115.85 + 29 115.046 925 2 1 5.13885 -52.2005 -144.45 + 29 129.858 639 2 0 5.08157 -52.2212 -145.85 + 29 124.885 919 1 1 3.97925 -52.3866 -174.45 + 29 120.442 638 1 0 3.97388 -52.4119 -175.85 + 29 151.09 636 0 0 3.85757 -52.8006 -205.85 +Number of digits in this event = 41 +Using G4ParticleGun ... +7.33177 LIN +e- +Event: 30 +Number of tracker hits in this event = 54 + 30 158.475 1388 10 1 97.8915 -40.2641 95.55 + 30 100.143 698 10 0 97.8907 -40.2636 94.15 + 30 95.724 1388 9 1 97.8738 -40.2523 65.55 + 30 269.473 698 9 0 97.8732 -40.2529 64.15 + 30 100.71 1388 8 1 97.8653 -40.2582 35.55 + 30 128.557 698 8 0 97.8659 -40.2593 34.15 + 30 117.399 1388 7 1 97.8876 -40.2823 5.55 + 30 123.848 698 7 0 97.8874 -40.2818 4.15 + 30 113.086 1388 6 1 97.8845 -40.2754 -24.45 + 30 110.698 698 6 0 97.8838 -40.2746 -25.85 + 30 212.868 1388 5 1 97.8708 -40.261 -54.45 + 30 112.184 698 5 0 97.8697 -40.2599 -55.85 + 30 103.795 1388 4 1 97.8349 -40.2227 -84.45 + 30 176.714 699 4 0 97.8342 -40.2203 -85.85 + 30 192.634 1388 3 1 97.8028 -40.1665 -114.45 + 30 320.432 699 3 0 97.8016 -40.1665 -115.85 + 30 106.061 1388 2 1 97.7744 -40.1526 -144.45 + 30 98.0284 699 2 0 97.7746 -40.1524 -145.85 + 30 645.201 1388 1 1 97.7719 -40.1405 -174.45 + 30 340.217 699 1 0 97.7695 -40.1414 -175.85 + 30 143.453 1387 0 1 97.7298 -40.1645 -204.45 + 30 265.683 699 0 0 97.7293 -40.1661 -205.85 + 30 27.6876 1407 2 0 -173.808 101.704 -146.25 + 30 158.879 1408 2 0 -173.787 101.75 -146.239 + 30 114.398 698 3 0 97.727 -40.25 -115.968 + 30 3.61595 1387 1 1 97.75 -40.2223 -174.835 + 30 211.416 698 1 0 97.6241 -40.374 -175.85 + 30 216.944 1365 0 1 93.1571 -45.5031 -204.45 + 30 112.941 673 0 0 93.6376 -45.3802 -205.85 + 30 2.85272 672 0 0 93.7767 -45.45 -206.239 + 30 47.6714 1364 0 1 93.15 -45.4779 -204.615 + 30 3.31596 505 2 0 109.537 -79.0315 -146.25 + 30 65.5709 504 2 0 109.543 -79.05 -146.236 + 30 61.1379 503 2 0 109.6 -79.25 -146.099 + 30 58.9516 502 2 0 109.655 -79.45 -145.964 + 30 238.144 1449 2 1 110.083 -81.0796 -144.85 + 30 111.773 1450 2 1 110.15 -81.3511 -144.665 + 30 52.3723 162 3 0 113.344 -147.589 -116.25 + 30 53.0598 161 3 0 113.348 -147.75 -116.184 + 30 68.1981 160 3 0 113.354 -147.95 -116.104 + 30 70.2862 159 3 0 113.344 -148.15 -116.021 + 30 56.7975 158 3 0 113.327 -148.35 -115.939 + 30 16.3575 157 3 0 113.314 -148.55 -115.873 + 30 470.427 1464 3 1 113.138 -151.704 -114.85 + 30 112.388 1448 2 1 109.95 -81.7672 -144.629 + 30 104.814 1447 2 1 109.75 -81.8177 -144.683 + 30 188.077 1446 2 1 109.55 -81.803 -144.621 + 30 87.2312 1288 0 1 77.65 -38.7176 -204.827 + 30 132.642 1389 0 1 97.9683 -40.0902 -204.45 + 30 120.234 1566 0 1 133.35 -45.6158 -204.586 + 30 61.5993 1565 0 1 133.35 -45.6677 -204.49 + 30 110.48 1172 2 0 56.3667 54.45 -146.068 + 30 114.381 1388 0 1 97.8538 -39.795 -204.45 + 30 285.192 701 0 0 97.8532 -39.7683 -205.85 +Number of digits in this event = 23 +Using G4ParticleGun ... +7.14776 LIN +e- +Event: 31 +Number of tracker hits in this event = 43 + 31 111.289 918 11 1 3.653 4.77038 125.55 + 31 112.246 923 11 0 3.65241 4.77023 124.15 + 31 135.648 917 10 1 3.63739 4.76584 95.55 + 31 106.95 923 10 0 3.63545 4.76608 94.15 + 31 180.127 917 9 1 3.59853 4.77232 65.55 + 31 198.368 923 9 0 3.59737 4.77242 64.15 + 31 219.679 917 8 1 3.57204 4.77694 35.55 + 31 97.8095 923 8 0 3.56955 4.77664 34.15 + 31 117.383 917 7 1 3.51263 4.776 5.55 + 31 120.533 923 7 0 3.51032 4.77628 4.15 + 31 157.513 917 6 1 3.46568 4.77232 -24.45 + 31 178.005 923 6 0 3.46372 4.77136 -25.85 + 31 146.239 916 5 1 3.42137 4.75145 -54.45 + 31 140.606 923 5 0 3.41789 4.74946 -55.85 + 31 143.291 916 4 1 3.34155 4.70524 -84.45 + 31 167.598 923 4 0 3.3378 4.70247 -85.85 + 31 193.576 916 3 1 3.26326 4.64525 -114.45 + 31 133.405 922 3 0 3.25859 4.64222 -115.85 + 31 133.111 915 2 1 3.15519 4.58189 -144.45 + 31 110.501 922 2 0 3.14978 4.57904 -145.85 + 31 108.192 914 1 1 3.03857 4.51988 -174.45 + 31 166.81 922 1 0 3.03393 4.51616 -175.85 + 31 117.516 914 0 1 2.93643 4.44187 -204.45 + 31 105.533 921 0 0 2.93221 4.43812 -205.85 + 31 91.8759 1330 0 1 86.2109 34.1957 -204.45 + 31 8.63923 842 0 0 52.1037 -11.5403 -206.25 + 31 230.884 891 1 1 -1.79368 42.0803 -174.85 + 31 19.6137 1090 1 0 1.13356 38.0974 -175.85 + 31 70.1935 1089 1 0 1.16876 38.05 -175.866 + 31 140.939 1088 1 0 1.27473 37.85 -175.915 + 31 20.035 1087 1 0 1.20955 37.65 -175.884 + 31 66.2233 903 1 1 0.735585 36.4217 -174.85 + 31 174.392 902 1 1 0.65 36.3641 -174.752 + 31 17.0744 1044 2 0 -160.08 28.85 -146.023 + 31 83.9927 766 4 0 78.2409 -26.818 -86.2499 + 31 111.883 765 4 0 78.2359 -26.85 -86.2272 + 31 213.911 915 0 1 3.13518 4.64852 -204.45 + 31 232.582 923 0 0 3.15181 4.66673 -205.85 + 31 59.483 1313 1 1 82.65 136.966 -174.555 + 31 128.61 922 0 0 3.11892 4.63751 -205.85 + 31 288.739 916 0 1 3.42635 4.78271 -204.45 + 31 19.9647 925 0 0 3.05382 5.22477 -205.85 + 31 94.8082 926 0 0 3.03313 5.25 -205.934 +Number of digits in this event = 24 +Using G4ParticleGun ... +6.04001 LIN +e- +Event: 32 +Number of tracker hits in this event = 96 + 32 130.891 576 9 1 -64.7414 -101.306 65.55 + 32 133.199 394 9 0 -64.7422 -101.306 64.15 + 32 128.713 576 8 1 -64.7548 -101.312 35.55 + 32 126.403 394 8 0 -64.7559 -101.313 34.15 + 32 115.253 576 7 1 -64.7885 -101.34 5.55 + 32 167.081 394 7 0 -64.7908 -101.342 4.15 + 32 148.337 576 6 1 -64.8372 -101.386 -24.45 + 32 124.242 393 6 0 -64.8399 -101.389 -25.85 + 32 197.202 575 5 1 -64.8945 -101.468 -54.45 + 32 137.103 393 5 0 -64.8956 -101.472 -55.85 + 32 110.547 575 4 1 -64.9228 -101.563 -84.45 + 32 135.567 392 4 0 -64.9179 -101.574 -85.85 + 32 111.022 576 3 1 -64.7228 -101.987 -114.45 + 32 125.222 390 3 0 -64.7158 -101.996 -115.85 + 32 123.334 576 2 1 -64.6847 -101.853 -144.45 + 32 111.205 391 2 0 -64.7226 -101.86 -145.85 + 32 113.02 571 1 1 -65.734 -101.92 -174.45 + 32 112.399 390 1 0 -65.8029 -101.952 -175.85 + 32 124.173 563 0 1 -67.3679 -102.664 -204.45 + 32 116.197 387 0 0 -67.4816 -102.699 -205.85 + 32 272.368 574 1 1 -65.0759 -101.897 -174.45 + 32 234.808 391 1 0 -65.0784 -101.904 -175.85 + 32 627.163 574 0 1 -65.1359 -102.041 -204.45 + 32 375.321 390 0 0 -65.139 -102.05 -205.85 + 32 356.188 71 0 0 -68.2036 -165.838 -206.25 + 32 24.5917 840 1 1 -12.05 -23.848 -174.65 + 32 60.5343 330 3 1 -114.061 28.9137 -114.85 + 32 262.446 573 0 1 -65.25 -101.982 -204.49 + 32 375.082 389 0 0 -65.4016 -102.15 -205.861 + 32 18.4295 575 0 1 -65.05 -101.882 -204.781 + 32 128.608 391 0 0 -65.132 -101.78 -205.85 + 32 79.0029 521 1 1 -75.65 -85.4338 -174.592 + 32 66.3405 522 1 1 -75.65 -85.3977 -174.489 + 32 517.538 575 3 1 -64.9491 -101.478 -114.45 + 32 225.49 395 3 0 -64.9977 -101.14 -115.85 + 32 115.981 568 2 1 -66.4005 -94.0889 -144.45 + 32 42.3149 433 2 0 -66.463 -93.4144 -145.85 + 32 90.1076 434 2 0 -66.4679 -93.3498 -145.984 + 32 160.571 567 1 1 -66.5504 -80.8276 -174.45 + 32 19.4838 498 1 0 -66.4801 -80.284 -175.85 + 32 101.669 499 1 0 -66.4757 -80.25 -175.924 + 32 151.554 393 3 0 -64.8941 -101.491 -115.85 + 32 117.543 580 2 1 -63.9822 -102.022 -144.45 + 32 111.006 389 2 0 -63.9093 -102.15 -145.85 + 32 114.966 590 1 1 -61.8961 -104.141 -174.45 + 32 91.7235 378 1 0 -62.0196 -104.479 -175.85 + 32 33.3926 377 1 0 -62.0273 -104.55 -176.158 + 32 146.367 590 0 1 -61.9045 -110.998 -204.45 + 32 51.9652 591 0 1 -61.85 -111.324 -204.736 + 32 54.1682 339 0 0 -61.3995 -112.246 -205.85 + 32 86.4607 338 0 0 -61.3507 -112.35 -205.978 + 32 55.7264 337 0 0 -61.2723 -112.55 -206.148 + 32 29.0861 583 0 1 -63.25 -112.822 -204.491 + 32 339.204 581 0 1 -63.7876 -113.919 -204.45 + 32 194.77 328 0 0 -63.8535 -114.438 -205.85 + 32 153.769 582 0 1 -63.4502 -113.052 -204.514 + 32 256.959 330 0 0 -63.033 -114.13 -205.85 + 32 42.6541 329 0 0 -62.8832 -114.15 -206.056 + 32 12.7972 331 0 0 -62.9497 -113.95 -206.229 + 32 8.12651 403 8 0 -66.9588 -99.3661 34.15 + 32 78.3999 404 8 0 -66.9804 -99.35 34.1451 + 32 136.999 567 8 1 -66.5706 -97.369 35.15 + 32 256.412 566 8 1 -66.65 -97.1084 35.3066 + 32 207.787 576 5 1 -64.7102 -101.322 -54.45 + 32 81.2136 396 5 0 -64.8989 -100.814 -55.8506 + 32 238.83 397 5 0 -64.9202 -100.75 -56.0118 + 32 42.7284 568 4 1 -66.4048 -89.7247 -84.45 + 32 64.2439 567 4 1 -66.45 -89.7551 -84.6261 + 32 104.648 450 4 0 -66.6888 -89.9448 -85.85 + 32 103.29 552 3 1 -69.45 -90.2871 -114.45 + 32 24.4346 551 3 1 -69.65 -90.1895 -114.617 + 32 8.67453 550 3 1 -69.9022 -90.05 -114.831 + 32 5.88841 453 3 0 -71.1749 -89.2577 -115.85 + 32 138.793 454 3 0 -71.1878 -89.2496 -115.86 + 32 81.621 455 3 0 -71.4858 -89.05 -116.034 + 32 67.5099 456 3 0 -71.7319 -88.85 -116.167 + 32 156.029 86 2 1 -162.774 -18.6705 -144.45 + 32 337.681 807 2 0 -162.942 -18.5141 -145.85 + 32 10.5164 808 2 0 -162.943 -18.45 -146.211 + 32 10.4704 98 1 1 -160.519 -11.8743 -174.45 + 32 77.7602 97 1 1 -160.55 -11.8638 -174.484 + 32 44.1855 96 1 1 -160.75 -11.7962 -174.713 + 32 138.116 842 1 0 -161.502 -11.5643 -175.85 + 32 118.744 394 5 0 -64.7516 -101.22 -55.85 + 32 192.019 596 4 1 -60.8365 -104.439 -84.45 + 32 74.0462 383 4 0 -60.2346 -103.46 -85.85 + 32 74.5121 384 4 0 -60.1215 -103.35 -86.0283 + 32 78.5964 491 4 0 -23.3842 -81.8247 -86.2497 + 32 71.6145 490 4 0 -23.2602 -81.85 -86.0608 + 32 48.3455 489 4 0 -23.164 -82.0501 -85.8988 + 32 56.194 798 4 1 -20.4027 -87.0985 -84.85 + 32 60.038 467 4 0 -18.8687 -86.5577 -85.85 + 32 132.072 468 4 0 -18.7713 -86.4494 -85.9355 + 32 77.2167 469 4 0 -18.6343 -86.25 -85.9632 + 32 188.893 812 4 1 -17.632 -86.8541 -84.8499 + 32 70.5375 811 4 1 -17.65 -86.837 -84.7717 +Number of digits in this event = 43 +Using G4ParticleGun ... +2.77504 LIN +e- +Event: 33 +Number of tracker hits in this event = 85 + 33 106.91 810 11 1 -17.8547 61.1534 125.55 + 33 122.694 1205 11 0 -17.8549 61.1503 124.15 + 33 95.553 810 10 1 -17.8601 61.088 95.55 + 33 111.278 1205 10 0 -17.86 61.0854 94.15 + 33 289.931 810 9 1 -17.8577 61.0313 65.55 + 33 110.451 1204 9 0 -17.8584 61.0301 64.15 + 33 117.833 810 8 1 -17.8896 61.0143 35.55 + 33 103.315 1204 8 0 -17.8889 61.0138 34.15 + 33 172.959 810 7 1 -17.8782 60.9997 5.55 + 33 113.032 1204 7 0 -17.8779 61.0016 4.15 + 33 122.442 810 6 1 -17.8889 61.0275 -24.45 + 33 96.3875 1204 6 0 -17.8891 61.0303 -25.85 + 33 150.107 810 5 1 -17.8825 61.0893 -54.45 + 33 136.11 1205 5 0 -17.8863 61.0952 -55.85 + 33 689.704 810 4 1 -17.9702 61.2081 -84.45 + 33 296.9 1205 4 0 -17.9761 61.2166 -85.85 + 33 97.1192 809 3 1 -18.085 61.384 -114.45 + 33 252.76 1206 3 0 -18.0855 61.3937 -115.85 + 33 171.102 809 2 1 -18.093 61.5741 -144.45 + 33 203.102 1207 2 0 -18.0975 61.585 -145.85 + 33 132.176 809 1 1 -18.2098 61.815 -174.45 + 33 187.199 1208 1 0 -18.2176 61.8266 -175.85 + 33 125.707 808 0 1 -18.3741 62.059 -204.45 + 33 121.796 1210 0 0 -18.3813 62.0738 -205.85 + 33 114.291 809 4 1 -18.05 61.3068 -84.6892 + 33 596.553 1208 4 0 -18.5036 61.7652 -85.8504 + 33 78.1237 1209 4 0 -18.6194 61.85 -86.085 + 33 127.38 750 3 1 -29.9267 66.1179 -114.45 + 33 102.473 1230 3 0 -30.2029 66.1238 -115.85 + 33 98.6389 749 3 1 -30.05 66.2333 -114.737 + 33 53.4566 748 3 1 -30.25 66.2906 -114.812 + 33 160.315 1234 3 0 -30.6025 66.8777 -115.85 + 33 80.6066 1235 3 0 -30.6818 67.0501 -116.119 + 33 4.89057 1409 3 0 21.7666 102.02 -116.25 + 33 2.85645 1777 3 0 114.511 175.744 -116.25 + 33 199.501 1778 3 0 114.514 175.75 -116.246 + 33 15.2203 1207 4 0 -18.7705 61.65 -86.1133 + 33 157.046 1206 4 0 -18.0859 61.3428 -85.85 + 33 106.612 798 3 1 -20.2778 63.5836 -114.45 + 33 125.998 1218 3 0 -20.4306 63.7024 -115.85 + 33 133.16 780 2 1 -23.8945 66.2747 -144.45 + 33 201.394 1231 2 0 -23.9261 66.3876 -145.85 + 33 154.431 778 1 1 -24.2614 68.4654 -174.45 + 33 132.172 1243 1 0 -24.3579 68.7165 -175.851 + 33 128.736 770 0 1 -26.0097 73.2129 -204.45 + 33 39.297 1266 0 0 -25.9221 73.4308 -205.85 + 33 68.7415 1267 0 0 -25.9142 73.45 -205.98 + 33 89.2829 705 0 1 -38.85 73.0276 -204.839 + 33 35.868 1263 0 0 -39.8778 72.8354 -205.85 + 33 134.611 795 3 1 -20.8927 64.1219 -114.45 + 33 63.511 1224 3 0 -21.0406 64.9753 -115.85 + 33 91.4034 1225 3 0 -21.0547 65.05 -115.975 + 33 166.822 779 2 1 -24.2073 82.2162 -144.45 + 33 118.019 1315 2 0 -24.1018 83.0625 -145.85 + 33 24.5121 1316 2 0 -24.081 83.2501 -146.17 + 33 48.2502 784 1 1 -23.235 99.2091 -174.45 + 33 98.3475 783 1 1 -23.25 99.2617 -174.567 + 33 150.658 1398 1 0 -23.4314 99.8246 -175.85 + 33 40.0726 1399 1 0 -23.4703 99.95 -176.141 + 33 144.967 764 0 1 -27.0608 112.238 -204.45 + 33 117.746 1464 0 0 -27.3605 112.969 -205.85 + 33 23.7095 1465 0 0 -27.4352 113.15 -206.188 + 33 215.379 1203 4 0 -18.5566 60.762 -85.85 + 33 97.2664 736 3 1 -32.7747 52.3207 -114.451 + 33 35.8788 735 3 1 -32.8501 52.2573 -114.797 + 33 101.371 1159 3 0 -33.0756 52.0319 -115.85 + 33 75.2372 690 2 1 -41.8571 45.0778 -144.45 + 33 108.299 689 2 1 -42.05 44.9822 -144.621 + 33 0.0561679 688 2 1 -42.25 44.8337 -144.85 + 33 111.899 1120 2 0 -43.1231 44.2137 -145.85 + 33 98.5382 1119 2 0 -43.3074 44.05 -146.081 + 33 13.2888 531 2 0 -104.988 -73.8135 -146.25 + 33 79.1788 530 2 0 -104.998 -73.85 -146.235 + 33 126.832 529 2 0 -105.136 -74.05 -146.158 + 33 175.171 528 2 0 -105.3 -74.25 -146.108 + 33 114.393 365 2 1 -106.969 -72.3105 -144.85 + 33 72.0186 364 2 1 -107.15 -72.0584 -144.635 + 33 130.647 363 2 1 -107.35 -72.0001 -144.476 + 33 314.054 542 2 0 -107.573 -71.5746 -145.85 + 33 175.212 267 2 1 -126.611 -72.0032 -144.85 + 33 138.773 268 2 1 -126.545 -72.3693 -144.45 + 33 208.154 269 2 1 -126.35 -72.5047 -144.64 + 33 206.032 270 2 1 -126.15 -72.4377 -144.465 + 33 39.5178 1129 1 0 50.3509 45.9714 -176.25 + 33 124.331 811 9 1 -17.85 61.0079 65.4501 +Number of digits in this event = 44 +Using G4ParticleGun ... +9.04644 LIN +e- +Event: 34 +Number of tracker hits in this event = 129 + 34 102.882 512 10 1 -77.6404 83.1819 95.55 + 34 130.146 1315 10 0 -77.6404 83.1809 94.15 + 34 99.9929 512 9 1 -77.6376 83.1608 65.55 + 34 386.26 1315 9 0 -77.6368 83.1595 64.15 + 34 119.107 512 8 1 -77.6181 83.1313 35.55 + 34 103.104 1315 8 0 -77.618 83.1285 34.15 + 34 128.531 512 7 1 -77.6212 83.0703 5.55 + 34 139.698 1315 7 0 -77.6202 83.0675 4.15 + 34 126.202 512 6 1 -77.5934 83.0116 -24.45 + 34 169.382 1314 6 0 -77.5924 83.0089 -25.85 + 34 368.214 512 5 1 -77.5693 82.9538 -54.45 + 34 125.376 1314 5 0 -77.5668 82.9515 -55.85 + 34 474.813 512 4 1 -77.5146 82.9052 -84.45 + 34 461.863 1314 4 0 -77.5133 82.9021 -85.85 + 34 255.383 512 3 1 -77.4912 82.8318 -114.45 + 34 215.095 1313 3 0 -77.4909 82.8286 -115.85 + 34 284.929 512 2 1 -77.4852 82.7615 -144.45 + 34 178.759 1313 2 0 -77.4858 82.7573 -145.85 + 34 167.319 512 1 1 -77.5009 82.6672 -174.45 + 34 190.402 1313 1 0 -77.5013 82.6621 -175.85 + 34 111.122 512 0 1 -77.5133 82.5557 -204.45 + 34 122.646 1312 0 0 -77.5138 82.5497 -205.85 + 34 90.9576 28 0 1 -174.5 56.3591 -204.45 + 34 261.342 27 0 1 -174.55 56.2001 -204.549 + 34 246.766 513 0 1 -77.3522 82.7843 -204.451 + 34 175.54 1316 0 0 -77.7692 83.2691 -205.85 + 34 46.9062 1300 0 0 -98.6387 80.178 -206.25 + 34 158.105 1299 0 0 -98.724 80.05 -206.131 + 34 53.102 1298 0 0 -98.9338 79.85 -205.921 + 34 88.0194 1297 0 0 -98.9131 79.65 -205.961 + 34 58.2787 1296 0 0 -98.8684 79.4499 -206.086 + 34 71.0737 1295 0 0 -98.8538 79.25 -206.11 + 34 65.9831 1294 0 0 -98.7712 79.0494 -206.149 + 34 96.1486 1547 0 0 -67.0162 129.582 -206.25 + 34 119.991 523 3 1 -75.2861 84.061 -114.45 + 34 154.221 1320 3 0 -75.2034 84.1154 -115.85 + 34 173.557 533 2 1 -73.3963 85.4122 -144.45 + 34 168.257 1327 2 0 -73.2718 85.4682 -145.85 + 34 124.646 545 1 1 -70.9211 86.4305 -174.45 + 34 119.687 1332 1 0 -70.8032 86.4591 -175.85 + 34 169.908 558 0 1 -68.341 86.8484 -204.45 + 34 1.27893 1334 0 0 -68.2037 87.0496 -205.85 + 34 231.192 1335 0 0 -68.2034 87.05 -205.853 + 34 27.0355 1336 0 0 -67.9537 87.25 -206.221 + 34 157.832 532 2 1 -73.45 85.3458 -144.586 + 34 53.835 1323 2 0 -73.7185 84.7226 -145.85 + 34 55.8826 1322 2 0 -73.7439 84.65 -146.042 + 34 179.044 521 1 1 -75.8326 77.9731 -174.45 + 34 81.6767 522 1 1 -75.65 77.8037 -174.556 + 34 89.9717 523 1 1 -75.45 77.6419 -174.666 + 34 51.4759 524 1 1 -75.25 77.4043 -174.775 + 34 58.3549 1279 1 0 -73.7092 76.0122 -175.85 + 34 87.6278 1278 1 0 -73.5628 75.85 -175.932 + 34 74.073 1277 1 0 -73.3612 75.65 -175.979 + 34 72.6939 1276 1 0 -73.1272 75.4496 -175.983 + 34 66.01 1275 1 0 -72.9683 75.25 -175.926 + 34 24.6097 538 1 1 -72.276 73.8244 -174.85 + 34 120.307 539 1 1 -72.25 73.7686 -174.811 + 34 133.717 540 1 1 -72.05 73.4014 -174.73 + 34 103.242 541 1 1 -71.85 72.89 -174.765 + 34 21.657 542 1 1 -71.65 72.5657 -174.837 + 34 69.6521 1238 1 0 -69.3663 67.8322 -175.85 + 34 51.3022 1237 1 0 -69.2753 67.65 -175.903 + 34 69.2574 1236 1 0 -69.2481 67.4497 -175.981 + 34 42.8078 1235 1 0 -69.2857 67.2497 -176.151 + 34 4.44855 1338 0 0 -67.9804 87.7232 -205.85 + 34 33.11 476 0 1 -84.65 108.034 -204.537 + 34 98.9436 477 0 1 -84.6499 108.114 -204.514 + 34 110.464 511 1 1 -77.6501 83.9077 -174.602 + 34 220.244 1322 1 0 -78.5027 84.4688 -175.85 + 34 113.814 1310 2 0 -77.4448 82.2478 -145.85 + 34 115.946 514 1 1 -77.136 81.5301 -174.45 + 34 104.192 1307 1 0 -77.0941 81.4912 -175.85 + 34 147.382 520 0 1 -75.9276 80.8593 -204.45 + 34 190.763 1304 0 0 -75.8742 80.867 -205.85 + 34 48.071 324 3 0 74.0327 -115.15 -115.936 + 34 130.745 1270 3 1 74.0892 -114.804 -114.85 + 34 47.8506 1269 3 1 74.05 -114.729 -114.721 + 34 11.9317 872 0 0 47.2903 -5.45 -205.993 + 34 82.4435 871 0 0 47.359 -5.65012 -205.896 + 34 179.316 1316 9 0 -77.7242 83.25 63.7637 + 34 120.795 510 8 1 -77.8613 83.1978 35.5499 + 34 64.5717 509 8 1 -78.05 82.9496 35.2954 + 34 13.5961 1306 8 0 -78.4938 81.3087 34.15 + 34 77.4366 1305 8 0 -78.5092 81.25 34.1165 + 34 67.1254 1304 8 0 -78.5919 81.05 34.0075 + 34 183.937 1303 8 0 -78.68 80.85 33.8853 + 34 6.49941 1302 8 0 -78.7417 80.65 33.7633 + 34 50.4955 841 8 0 -56.8615 -11.7783 33.75 + 34 79.6726 840 8 0 -56.697 -11.85 33.8245 + 34 57.2494 839 8 0 -56.5247 -12.05 34.0221 + 34 151.125 838 8 0 -56.3725 -12.25 34.0855 + 34 261.856 837 8 0 -56.0941 -12.45 34.1421 + 34 275.693 836 8 0 -55.7823 -12.65 33.9921 + 34 268.122 519 8 1 -76.0734 81.7334 35.55 + 34 36.1667 1308 8 0 -76.446 81.8366 34.15 + 34 81.0606 1309 8 0 -76.489 81.85 33.9998 + 34 52.1141 467 7 1 -86.5986 85.1314 5.55 + 34 63.8738 466 7 1 -86.6502 85.0852 5.38961 + 34 11.576 1323 7 0 -87.0321 84.6653 4.14949 + 34 103.526 1322 7 0 -87.0456 84.65 4.10206 + 34 0.577156 422 6 1 -95.7475 74.9268 -24.45 + 34 79.8337 421 6 1 -95.75 74.927 -24.4514 + 34 62.3944 420 6 1 -95.9501 74.9489 -24.5623 + 34 69.6681 419 6 1 -96.15 74.9663 -24.6672 + 34 46.9189 418 6 1 -96.35 74.9781 -24.7738 + 34 225.586 1274 6 0 -98.2785 74.9468 -25.85 + 34 154.493 236 5 1 -132.832 74.9978 -54.45 + 34 6.40878 235 5 1 -132.95 74.9696 -54.8361 + 34 14.9902 1274 5 0 -133.324 74.8556 -55.85 + 34 99.3595 1273 5 0 -133.342 74.85 -55.9004 + 34 124.974 195 4 1 -141.129 70.865 -84.4506 + 34 100.865 1253 4 0 -141.067 70.784 -85.8502 + 34 174.66 205 3 1 -139.141 69.9007 -114.45 + 34 31.7361 1252 3 0 -138.813 70.5954 -115.85 + 34 124.928 1253 3 0 -138.796 70.65 -115.961 + 34 134.336 231 2 1 -133.896 85.3628 -144.45 + 34 43.2242 1328 2 0 -133.482 85.8011 -145.85 + 34 78.8282 1329 2 0 -133.437 85.85 -146.007 + 34 25.7588 259 1 1 -128.202 95.8984 -174.45 + 34 103.973 260 1 1 -128.15 95.9176 -174.527 + 34 0.740883 261 1 1 -127.95 95.9749 -174.847 + 34 21.7905 1379 1 0 -127.337 96.1396 -175.85 + 34 138.026 1380 1 0 -127.3 96.15 -175.909 + 34 84.7743 362 0 1 -107.731 104.424 -204.45 + 34 62.8451 363 0 1 -107.55 104.455 -204.581 + 34 62.4227 364 0 1 -107.35 104.469 -204.718 + 34 1.57805 365 0 1 -107.15 104.483 -204.847 + 34 210.336 1422 0 0 -105.507 104.596 -205.85 +Number of digits in this event = 53 +Using G4ParticleGun ... +9.22689 LIN +e- +Event: 35 +Number of tracker hits in this event = 38 + 35 95.8251 1194 11 0 -59.1907 58.8799 124.15 + 35 118.61 604 10 1 -59.19 58.8777 95.55 + 35 188.482 1194 10 0 -59.1898 58.8772 94.15 + 35 119.322 604 9 1 -59.1864 58.8662 65.55 + 35 115.571 1194 9 0 -59.1853 58.8675 64.15 + 35 109.157 604 8 1 -59.1655 58.8932 35.55 + 35 362.379 1194 8 0 -59.1639 58.894 34.15 + 35 256.933 604 7 1 -59.1282 58.9162 5.55 + 35 132.91 1194 7 0 -59.1259 58.9174 4.15 + 35 112.331 604 6 1 -59.0753 58.9412 -24.45 + 35 147.251 1194 6 0 -59.0739 58.942 -25.85 + 35 148.808 604 5 1 -59.0813 58.9435 -54.45 + 35 95.4835 1194 5 0 -59.0864 58.9427 -55.85 + 35 133.321 604 4 1 -59.2022 58.9432 -84.45 + 35 107.305 1194 4 0 -59.2118 58.9476 -85.85 + 35 144.635 603 3 1 -59.43 59.0015 -114.45 + 35 106.177 1194 3 0 -59.4386 59.0022 -115.85 + 35 183.084 602 2 1 -59.5936 59.0806 -144.45 + 35 110.453 1195 2 0 -59.6144 59.0878 -145.85 + 35 130.186 600 1 1 -60.0377 59.261 -174.45 + 35 169.041 1196 1 0 -60.072 59.2686 -175.85 + 35 188.952 595 0 1 -60.8825 59.3766 -204.45 + 35 155.413 1196 0 0 -60.9363 59.3893 -205.85 + 35 354.829 596 0 1 -60.85 59.4807 -204.626 + 35 100.152 1197 0 0 -60.6184 59.5666 -205.85 + 35 82.4722 1193 8 0 -59.1961 58.8499 33.8811 + 35 18.5876 605 7 1 -58.9276 59.0474 5.55 + 35 66.5328 606 7 1 -58.85 59.061 5.51392 + 35 68.5886 607 7 1 -58.65 59.0725 5.39272 + 35 81.9822 608 7 1 -58.4497 59.0357 5.28455 + 35 49.9187 609 7 1 -58.25 58.9934 5.21912 + 35 40.089 610 7 1 -58.05 58.9445 5.16708 + 35 70.133 1188 7 0 -54.0525 57.742 4.15 + 35 173.477 1187 7 0 -53.8187 57.65 4.08302 + 35 91.7659 1186 7 0 -53.2946 57.45 3.86563 + 35 152.51 1225 7 0 19.7486 65.1416 3.75 + 35 193.401 1226 7 0 19.7484 65.25 3.95141 + 35 260.266 1002 7 1 20.4924 64.6968 5.15004 +Number of digits in this event = 20 +Using G4ParticleGun ... +9.46787 LIN +e- +Event: 36 +Number of tracker hits in this event = 53 + 36 208.868 1181 11 1 56.3231 55.8377 125.55 + 36 131.648 1178 11 0 56.3228 55.8375 124.15 + 36 121.846 1181 10 1 56.3149 55.8367 95.55 + 36 210.557 1178 10 0 56.3153 55.8374 94.15 + 36 128.847 1181 9 1 56.3235 55.852 65.55 + 36 172.591 1179 9 0 56.3252 55.8537 64.15 + 36 115.342 1181 8 1 56.3739 55.8925 35.55 + 36 103.581 1179 8 0 56.375 55.8944 34.15 + 36 135.977 1181 7 1 56.4103 55.9209 5.55 + 36 111.022 1179 7 0 56.4141 55.9262 4.15 + 36 226.603 1182 6 1 56.4883 56.0225 -24.45 + 36 162.661 1179 6 0 56.4931 56.0251 -25.85 + 36 125.614 1182 5 1 56.5958 56.0906 -54.45 + 36 96.2976 1180 5 0 56.6032 56.0971 -55.85 + 36 254.363 1183 4 1 56.7511 56.2253 -84.45 + 36 128.933 1180 4 0 56.7573 56.2299 -85.85 + 36 147.065 1184 3 1 56.8828 56.337 -114.45 + 36 110.692 1181 3 0 56.8896 56.3447 -115.85 + 36 145.978 1184 2 1 57.0205 56.5136 -144.45 + 36 88.1215 1182 2 0 57.0316 56.5195 -145.85 + 36 302.227 1185 1 1 57.2396 56.6429 -174.45 + 36 256.074 1183 1 0 57.2498 56.6504 -175.85 + 36 146.85 1187 0 1 57.4627 56.7902 -204.45 + 36 120.986 1183 0 0 57.4697 56.7978 -205.85 + 36 243.095 831 2 1 -13.6528 -53.7345 -144.85 + 36 55.2179 754 3 0 -59.2567 -29.25 -115.944 + 36 136.259 1186 0 1 57.4499 56.7915 -204.742 + 36 122.044 1186 1 1 57.2609 56.6009 -174.45 + 36 322.923 1182 1 0 57.283 56.5636 -175.85 + 36 123.931 1188 0 1 57.8063 55.8078 -204.45 + 36 101.604 1178 0 0 57.8428 55.7384 -205.85 + 36 110.383 1185 0 1 57.151 57.9785 -204.45 + 36 118.793 1190 0 0 57.2014 58.1131 -205.85 + 36 211.72 1182 4 1 56.65 55.9654 -84.7566 + 36 64.0996 1170 4 0 56.0722 54.2059 -85.8502 + 36 87.1119 1169 4 0 56.0375 54.05 -85.9103 + 36 111.47 1168 4 0 55.8597 53.85 -86.0247 + 36 332.324 1173 4 0 45.9312 54.8232 -86.2499 + 36 180.481 1174 4 0 45.9348 54.8507 -86.2149 + 36 20.3277 1179 4 0 60.8275 55.905 -86.25 + 36 230.695 1182 2 1 56.524 55.9847 -144.45 + 36 334.197 1179 2 0 56.5195 56.0055 -145.85 + 36 123.866 1182 1 1 56.4685 56.5616 -174.45 + 36 137.999 1184 0 1 57.0004 56.3079 -204.45 + 36 125.328 1181 0 0 57.0412 56.3562 -205.85 + 36 126.519 1178 1 1 55.7024 54.7037 -174.45 + 36 125.333 1173 1 0 55.6705 54.6572 -175.85 + 36 60.5541 1172 1 0 55.6661 54.65 -176.071 + 36 126.007 1175 0 1 55.0593 53.8582 -204.45 + 36 175.296 1168 0 0 55.075 53.7494 -205.85 + 36 308.329 1073 3 0 -102.5 34.7678 -116.25 + 36 99.7792 385 3 1 -102.968 32.8788 -114.85 + 36 41.527 1159 0 1 51.9158 8.20192 -204.45 +Number of digits in this event = 37 +Using G4ParticleGun ... +6.30599 LIN +e- +Event: 37 +Number of tracker hits in this event = 38 + 37 121.493 842 11 1 -11.5603 -44.7278 125.55 + 37 286.241 676 11 0 -11.5609 -44.727 124.15 + 37 178.516 842 10 1 -11.5785 -44.7131 95.55 + 37 123.508 676 10 0 -11.578 -44.7134 94.15 + 37 146.731 842 9 1 -11.5622 -44.7171 65.55 + 37 96.8688 676 9 0 -11.5608 -44.7173 64.15 + 37 112.923 842 8 1 -11.5421 -44.7274 35.55 + 37 149.543 676 8 0 -11.5429 -44.7271 34.15 + 37 127.821 842 7 1 -11.5559 -44.7262 5.55 + 37 107.4 676 7 0 -11.5553 -44.7264 4.15 + 37 107.089 842 6 1 -11.547 -44.7274 -24.45 + 37 128.198 676 6 0 -11.5451 -44.7291 -25.85 + 37 158.641 842 5 1 -11.549 -44.7736 -54.45 + 37 134.566 676 5 0 -11.5469 -44.7752 -55.85 + 37 135.333 842 4 1 -11.5034 -44.8043 -84.45 + 37 116.555 676 4 0 -11.5012 -44.8055 -85.85 + 37 360.069 842 3 1 -11.4514 -44.8326 -114.45 + 37 490.427 676 3 0 -11.4501 -44.8342 -115.85 + 37 305.716 843 2 1 -11.4304 -44.8615 -144.45 + 37 221.388 675 2 0 -11.4303 -44.8616 -145.85 + 37 353.683 843 1 1 -11.4301 -44.8663 -174.45 + 37 113.501 675 1 0 -11.4285 -44.8647 -175.85 + 37 117.188 843 0 1 -11.4015 -44.831 -204.45 + 37 138.18 676 0 0 -11.4 -44.8307 -205.85 + 37 40.1904 1790 3 1 178.15 -121.025 -114.552 + 37 142.469 842 1 1 -11.4502 -44.8566 -174.461 + 37 18.7863 672 11 0 -11.6562 -45.45 123.921 + 37 125.543 840 2 1 -11.875 -45.0337 -144.45 + 37 132.396 838 1 1 -12.3256 -44.8519 -174.45 + 37 118.258 676 1 0 -12.3476 -44.8355 -175.85 + 37 169.509 836 0 1 -12.819 -44.5129 -204.45 + 37 92.4199 677 0 0 -12.8425 -44.5072 -205.85 + 37 130.938 677 2 0 -11.2241 -44.6088 -145.85 + 37 123.465 848 1 1 -10.3562 -44.5494 -174.45 + 37 120.176 677 1 0 -10.3117 -44.5235 -175.85 + 37 173.345 853 0 1 -9.38726 -44.0253 -204.45 + 37 104.388 680 0 0 -9.37643 -44.0061 -205.85 + 37 155.781 679 0 0 -8.89949 -44.1322 -205.85 +Number of digits in this event = 28 +Using G4ParticleGun ... +5.08711 LIN +e- +Event: 38 +Number of tracker hits in this event = 229 + 38 130.517 1010 11 1 22.0811 2.92752 125.55 + 38 118.857 914 11 0 22.0837 2.92852 124.15 + 38 181.077 1010 10 1 22.1452 2.95191 95.55 + 38 151.137 914 10 0 22.1462 2.95303 94.15 + 38 101.542 1010 9 1 22.1571 2.97637 65.55 + 38 239.699 914 9 0 22.1573 2.97776 64.15 + 38 208.082 1010 8 1 22.1676 2.99661 35.55 + 38 351.083 914 8 0 22.1671 2.99937 34.15 + 38 334.78 1010 7 1 22.1977 3.07376 5.55 + 38 131.467 915 7 0 22.1975 3.0769 4.15 + 38 112.349 1010 6 1 22.1863 3.14822 -24.45 + 38 107.231 915 6 0 22.1823 3.15174 -25.85 + 38 251.151 1010 5 1 22.0959 3.23784 -54.45 + 38 140.609 915 5 0 22.0904 3.24106 -55.85 + 38 115.637 1009 4 1 21.9724 3.3139 -84.45 + 38 140.859 916 4 0 21.9674 3.32131 -85.85 + 38 460.97 1009 3 1 21.8675 3.48203 -114.45 + 38 278.709 917 3 0 21.8654 3.49628 -115.85 + 38 110.514 1008 2 1 21.8336 3.78366 -144.45 + 38 123.35 918 2 0 21.8415 3.79423 -145.85 + 38 482.288 1009 1 1 21.9909 4.02289 -174.45 + 38 241.257 919 1 0 22.0015 4.03431 -175.85 + 38 422.854 1010 0 1 22.1832 4.28889 -204.45 + 38 112.836 921 0 0 22.1939 4.30439 -205.85 + 38 77.4783 920 1 0 22.2489 4.20235 -175.85 + 38 42.1546 921 1 0 22.308 4.25 -176.136 + 38 117.927 1001 0 1 20.3899 1.65457 -204.45 + 38 115.176 906 0 0 20.4544 1.44106 -205.85 + 38 118.458 1008 0 1 21.6768 4.23449 -204.45 + 38 45.7724 1009 0 1 21.85 4.31178 -204.703 + 38 164.514 923 0 0 22.6317 4.67191 -205.85 + 38 181.807 1032 2 1 26.5649 8.42711 -144.45 + 38 129.191 944 2 0 26.6226 8.93368 -145.85 + 38 39.2299 945 2 0 26.6397 9.05004 -146.16 + 38 202.186 1036 1 1 27.3782 19.292 -174.45 + 38 80.0413 1037 1 1 27.45 19.307 -174.6 + 38 61.9977 996 1 0 28.0424 19.4315 -175.85 + 38 55.3083 997 1 0 28.1362 19.45 -176.049 + 38 1.22876 1109 0 1 42.0469 20.344 -204.45 + 38 145.229 1110 0 1 42.05 20.3457 -204.455 + 38 71.901 1111 0 1 42.25 20.4487 -204.814 + 38 127.872 1003 0 0 42.7176 20.7224 -205.85 + 38 1.09137 1004 0 0 42.8969 20.85 -206.245 + 38 83.648 1112 0 1 42.45 20.5944 -204.688 + 38 57.4761 1113 0 1 42.65 20.6668 -204.757 + 38 457.367 1006 0 0 44.48 21.3939 -205.85 + 38 339.065 1005 0 0 45.5317 21.25 -206.235 + 38 4.18743 1031 2 1 26.45 8.53703 -144.838 + 38 123.942 938 2 0 25.536 7.80798 -145.85 + 38 504.222 937 2 0 25.408 7.64997 -146.121 + 38 96.4857 914 3 0 21.9939 3.03363 -115.85 + 38 138.588 995 2 1 19.2316 -2.84331 -144.45 + 38 132.993 883 2 0 19.2086 -3.25121 -145.85 + 38 64.0976 986 1 1 17.3698 -10.121 -174.45 + 38 92.1495 985 1 1 17.2498 -10.0136 -174.58 + 38 14.936 984 1 1 17.0498 -9.81049 -174.802 + 38 64.0846 856 1 0 16.28 -8.79745 -175.85 + 38 107.474 857 1 0 16.1884 -8.65 -176.021 + 38 13.8622 858 1 0 16.0831 -8.45 -176.205 + 38 330.592 885 0 1 -2.94171 18.7687 -204.45 + 38 37.5935 884 0 1 -3.05 18.6589 -204.67 + 38 211.799 886 0 1 -2.85 18.9544 -204.662 + 38 136.871 913 8 0 22.1173 2.77465 34.15 + 38 164.179 910 7 0 22.1853 2.1017 4.15 + 38 113.959 1011 6 1 22.2666 1.11688 -24.45 + 38 118.759 904 6 0 22.3033 1.01849 -25.85 + 38 104.083 1015 5 1 23.0584 -0.92776 -54.45 + 38 187.11 895 5 0 23.117 -1.00535 -55.85 + 38 115.129 1021 4 1 24.3348 -2.73213 -84.45 + 38 104.951 886 4 0 24.3884 -2.78326 -85.85 + 38 130.297 1027 3 1 25.4711 -3.8904 -114.45 + 38 157.636 880 3 0 25.5422 -4.01452 -115.85 + 38 2.60753 879 3 0 25.5628 -4.05 -116.249 + 38 284.069 1034 2 1 26.8607 -6.56518 -144.45 + 38 135.183 866 2 0 26.8919 -6.75512 -145.85 + 38 113.318 845 1 0 27.4041 -10.9716 -175.85 + 38 170.427 1036 0 1 27.3821 -15.0523 -204.45 + 38 48.5896 824 0 0 27.3908 -15.2277 -205.85 + 38 70.7019 823 0 0 27.3918 -15.25 -206.029 + 38 94.2803 855 0 0 25.0201 -8.94951 -206.25 + 38 104.913 854 0 0 25.087 -9.05 -206.199 + 38 85.5144 1012 8 1 22.6406 3.26836 35.5498 + 38 33.1448 1013 8 1 22.65 3.29276 35.2401 + 38 116.889 916 8 0 22.6978 3.38858 34.15 + 38 115.428 1018 7 1 23.7537 5.43928 5.55 + 38 118.882 927 7 0 23.8614 5.48452 4.15 + 38 226.155 1027 6 1 25.4905 6.52721 -24.45 + 38 122.263 931 6 0 25.4856 6.41779 -25.8501 + 38 125.998 1024 5 1 25.0342 4.0266 -54.45 + 38 130.303 918 5 0 24.9839 3.80218 -55.85 + 38 6.53023 1019 4 1 23.8515 -1.38886 -84.45 + 38 106.915 1018 4 1 23.85 -1.39252 -84.4744 + 38 77.4567 892 4 0 23.7789 -1.60818 -85.85 + 38 35.9778 891 4 0 23.7682 -1.65 -86.1433 + 38 10.6117 1014 3 1 23.042 -5.55305 -114.45 + 38 106.939 1015 3 1 23.05 -5.55861 -114.494 + 38 113.625 871 3 0 23.3038 -5.72273 -115.85 + 38 14.2952 1044 2 1 29.0433 -9.56749 -144.45 + 38 111.429 1045 2 1 29.05 -9.57501 -144.509 + 38 132.083 851 2 0 29.1921 -9.72985 -145.85 + 38 216.539 1059 1 1 32.0276 -12.4385 -174.45 + 38 38.8067 836 1 0 32.0351 -12.8159 -175.85 + 38 69.9532 835 1 0 32.0363 -12.85 -175.982 + 38 118.009 1062 0 1 32.6242 -20.2991 -204.45 + 38 103.472 798 0 0 32.5766 -20.333 -205.85 + 38 58.7188 978 3 0 39.971 15.6936 -116.25 + 38 114.26 979 3 0 40.065 15.8501 -116.117 + 38 28.072 980 3 0 40.2927 16.0501 -115.893 + 38 63.9093 1108 3 1 41.7127 17.7036 -114.85 + 38 116.681 1109 3 1 41.8501 17.8164 -114.763 + 38 113.503 1110 3 1 42.05 18.0205 -114.542 + 38 589.194 1111 3 1 42.25 18.0785 -114.512 + 38 144.059 990 3 0 42.669 18.0708 -115.85 + 38 246.286 991 3 0 42.7197 18.25 -116.03 + 38 119.79 1112 3 1 42.4502 18.1082 -114.733 + 38 128.048 930 6 0 26.0936 6.18654 -25.85 + 38 258.246 862 6 0 25.3902 -7.46008 -26.2495 + 38 22.1254 1041 6 1 28.3553 -8.03128 -24.8499 + 38 62.0552 1042 6 1 28.4501 -8.04871 -24.8056 + 38 65.9112 1043 6 1 28.65 -8.04875 -24.7449 + 38 213.767 1044 6 1 28.8504 -8.1426 -24.674 + 38 43.3514 847 6 0 22.8766 -10.476 -25.85 + 38 89.4604 996 6 1 19.4115 -11.1824 -24.85 + 38 42.2335 848 6 0 19.0334 -10.324 -25.85 + 38 141.271 849 6 0 19.0263 -10.25 -25.9116 + 38 178.351 850 6 0 19.0314 -10.05 -26.003 + 38 80.8917 997 6 1 19.4977 -9.91186 -24.85 + 38 20.9705 1073 3 1 34.6878 9.5722 -114.45 + 38 149.285 1072 3 1 34.65 9.62711 -114.523 + 38 10.4771 1071 3 1 34.45 9.94056 -114.821 + 38 12.5705 954 3 0 34.0317 11.0096 -115.85 + 38 216.321 955 3 0 34.0131 11.0501 -115.891 + 38 73.1633 956 3 0 33.8466 11.25 -116.116 + 38 86.3802 1012 3 0 5.20595 22.6138 -116.25 + 38 149.208 1011 3 0 5.31446 22.4498 -115.957 + 38 156.162 1010 3 0 5.76332 22.25 -115.944 + 38 11.4005 1009 3 0 6.15581 22.05 -115.886 + 38 71.6148 932 3 1 6.5022 22.0432 -114.85 + 38 79.2855 933 3 1 6.65 22.0429 -114.64 + 38 111.793 934 3 1 6.85 22.0254 -114.631 + 38 40.072 1011 4 1 22.2514 3.10395 -84.45 + 38 194.524 1010 4 1 22.25 3.10302 -84.5105 + 38 132.61 915 4 0 22.2174 3.08241 -85.85 + 38 117.642 1006 3 1 21.3393 2.62864 -114.45 + 38 229.174 912 3 0 21.292 2.61838 -115.85 + 38 160.72 1000 2 1 20.1698 2.4856 -144.45 + 38 132.901 912 2 0 20.1348 2.46653 -145.85 + 38 644.15 996 1 1 19.3686 2.42615 -174.45 + 38 298.523 911 1 0 19.3248 2.44285 -175.85 + 38 247.016 990 0 1 18.2428 2.81825 -204.45 + 38 149.453 913 0 0 18.1574 2.7644 -205.85 + 38 95.5732 1710 1 0 147.85 162.15 -175.991 + 38 86.5987 1711 1 0 148.005 162.35 -175.995 + 38 283.704 1712 1 0 147.954 162.55 -175.946 + 38 45.1233 1713 1 0 147.892 162.75 -175.941 + 38 79.5328 127 3 1 -154.606 -87.7172 -114.45 + 38 113.829 126 3 1 -154.75 -87.543 -114.681 + 38 50.9229 469 3 0 -155.939 -86.1347 -115.85 + 38 110.472 470 3 0 -156.063 -86.05 -115.956 + 38 149.357 991 0 1 18.2543 2.81041 -204.45 + 38 121.191 914 0 0 18.2869 3.01464 -205.85 + 38 120.383 915 0 0 18.2926 3.05001 -206.157 + 38 29.7255 910 1 0 19.3293 2.25 -176.157 + 38 138.225 756 1 0 38.7224 -28.7091 -176.25 + 38 119.551 755 1 0 38.8031 -28.8502 -176.124 + 38 37.5732 754 1 0 38.9271 -29.05 -175.953 + 38 44.3323 1094 1 1 38.9885 -30.7676 -174.85 + 38 212.116 1095 1 1 39.05 -30.8681 -174.75 + 38 30.7141 1096 1 1 39.25 -30.9903 -174.454 + 38 254.45 999 1 1 19.9565 2.86952 -174.85 + 38 60.8921 909 1 0 19.54 1.91572 -175.85 + 38 107.979 911 2 0 20.1323 2.44996 -145.883 + 38 276.476 1000 1 1 20.166 -9.20507 -174.45 + 38 515.747 998 1 1 19.85 -9.36168 -174.722 + 38 427.699 997 1 1 19.6499 -9.58847 -174.756 + 38 39.482 995 1 1 19.2499 -9.9176 -174.482 + 38 62.8331 672 2 0 12.0365 -45.5304 -146.249 + 38 266.337 671 2 0 12.0545 -45.65 -146.153 + 38 214.502 982 3 0 23.8499 16.4713 -116.25 + 38 91.6945 914 4 0 22.2023 3.05 -85.9427 + 38 29.845 1004 3 1 21.0464 1.8626 -114.45 + 38 102.873 1005 3 1 21.05 1.85756 -114.55 + 38 114.633 908 3 0 21.1009 1.77982 -115.85 + 38 35.7397 1012 2 1 22.6017 0.0669256 -144.45 + 38 155.157 899 2 0 22.6683 -0.111548 -145.85 + 38 124.526 1022 1 1 24.4953 -3.48593 -174.45 + 38 7.21529 882 1 0 24.5202 -3.64645 -175.85 + 38 361.096 881 1 0 24.5208 -3.65001 -175.881 + 38 130.177 1025 0 1 25.1114 -7.08141 -204.45 + 38 235.898 864 0 0 25.0004 -7.08099 -205.85 + 38 116.705 1208 1 1 61.7238 -44.1168 -174.45 + 38 100.56 979 4 1 15.9078 15.6314 -84.45 + 38 166.024 975 4 0 15.4756 15.1552 -85.8502 + 38 241.516 1011 8 1 22.2931 2.99515 35.55 + 38 254.203 1014 7 1 23.0104 2.81555 5.55 + 38 238.768 913 7 0 22.9942 2.80292 4.15 + 38 133.605 1013 6 1 22.6626 2.77117 -24.45 + 38 33.981 1012 6 1 22.65 2.77546 -24.7502 + 38 177.991 913 6 0 22.6073 2.79501 -25.85 + 38 121.255 1007 5 1 21.6405 3.33987 -54.45 + 38 130.514 916 5 0 21.612 3.38553 -55.85 + 38 130.656 1004 4 1 20.974 4.48882 -84.45 + 38 164.53 922 4 0 20.9296 4.51169 -85.85 + 38 126.519 1000 3 1 20.0528 4.90986 -114.45 + 38 110.047 924 3 0 20.0576 4.8936 -115.85 + 38 281.321 1001 2 1 20.3703 4.97319 -144.45 + 38 118.648 924 2 0 20.3354 4.97696 -145.85 + 38 106.763 925 1 0 19.7885 5.0906 -175.85 + 38 127.307 1002 0 1 20.6199 5.10003 -204.45 + 38 112.467 925 0 0 20.5833 5.10605 -205.85 + 38 111.609 1016 6 1 23.2691 2.61422 -24.45 + 38 86.4557 912 6 0 23.3581 2.58402 -25.85 + 38 122.471 1026 5 1 25.2915 1.73856 -54.45 + 38 123.336 908 5 0 25.4033 1.72737 -55.85 + 38 140.943 1038 4 1 27.7376 1.28651 -84.45 + 38 147.164 905 4 0 27.8067 1.22701 -85.85 + 38 137.198 1046 3 1 29.2693 -0.0957767 -114.45 + 38 106.419 899 3 0 29.3583 -0.155582 -115.85 + 38 141.906 1056 2 1 31.3581 -1.46548 -144.45 + 38 120.42 892 2 0 31.3757 -1.62281 -145.85 + 38 47.4139 891 2 0 31.3784 -1.65 -146.094 + 38 98.2836 875 1 0 32.0143 -4.94637 -175.85 + 38 122.988 1063 0 1 32.7257 -6.64419 -204.45 + 38 154.52 866 0 0 32.8249 -6.74705 -205.85 + 38 55.1303 761 0 0 1.70696 -27.7518 -206.25 + 38 1.77326 1063 1 1 32.8473 -3.53031 -174.45 + 38 153.155 1064 1 1 32.85 -3.52822 -174.454 + 38 21.9102 880 1 0 32.7973 -3.85012 -176.182 + 38 101.141 1044 4 1 28.9889 1.58274 -84.8499 +Number of digits in this event = 108 +Using G4ParticleGun ... +4.81148 LIN +e- +Event: 39 +Number of tracker hits in this event = 81 + 39 97.3604 405 10 1 -99.048 37.7599 95.55 + 39 130.515 1088 10 0 -99.045 37.7592 94.15 + 39 194.422 405 9 1 -98.9795 37.7519 65.55 + 39 144.535 1088 9 0 -98.9763 37.7557 64.15 + 39 514.657 406 8 1 -98.911 37.8287 35.55 + 39 400.247 1088 8 0 -98.9094 37.8326 34.15 + 39 126.222 406 7 1 -98.8803 37.9135 5.55 + 39 202.626 1089 7 0 -98.8793 37.9173 4.15 + 39 144.347 406 6 1 -98.8578 37.9968 -24.45 + 39 145.087 1089 6 0 -98.8553 38.0007 -25.85 + 39 131.744 406 5 1 -98.8036 38.0851 -54.45 + 39 117.988 1090 5 0 -98.7994 38.0889 -55.85 + 39 345.049 407 4 1 -98.7184 38.1662 -84.45 + 39 117.162 1090 4 0 -98.716 38.169 -85.85 + 39 103.365 407 3 1 -98.6677 38.2213 -114.45 + 39 150.797 1090 3 0 -98.665 38.2241 -115.85 + 39 162.117 407 2 1 -98.605 38.29 -144.45 + 39 129.032 1091 2 0 -98.6001 38.2859 -145.85 + 39 245.138 408 1 1 -98.5091 38.1846 -174.45 + 39 116.813 1090 1 0 -98.5057 38.1773 -175.85 + 39 140.78 408 0 1 -98.4352 38.0183 -204.45 + 39 177.013 1089 0 0 -98.4308 38.0064 -205.85 + 39 69.7669 1094 1 0 -98.0961 38.9166 -175.85 + 39 76.5478 1095 1 0 -98.0136 39.05 -176.078 + 39 71.2481 1147 1 0 -53.2287 49.5104 -176.25 + 39 83.2525 1146 1 0 -53.1241 49.45 -176.116 + 39 174.26 1145 1 0 -53.06 49.25 -176.034 + 39 31.581 1144 1 0 -53.1233 49.05 -175.892 + 39 276.485 635 1 1 -52.8799 48.4625 -174.85 + 39 113.873 417 7 1 -96.6067 35.1345 5.55 + 39 71.721 1073 7 0 -96.4079 34.7269 4.15 + 39 34.8521 1072 7 0 -96.3793 34.65 3.86869 + 39 171.394 426 6 1 -94.8844 27.8135 -24.45 + 39 104.879 1037 6 0 -94.862 27.5737 -25.85 + 39 139.694 438 5 1 -92.3933 21.2956 -54.45 + 39 110.824 1005 5 0 -92.5385 21.2204 -55.85 + 39 113.796 420 4 1 -96.1148 21.5725 -84.45 + 39 288.874 1009 4 0 -96.2706 21.8713 -85.85 + 39 135.441 398 3 1 -100.516 24.8298 -114.45 + 39 3.05436 1028 3 0 -100.144 25.8448 -115.85 + 39 102.348 1029 3 0 -100.142 25.85 -115.857 + 39 25.9374 1030 3 0 -100.074 26.05 -116.139 + 39 113.451 409 7 1 -98.1569 38.3477 5.55 + 39 110.948 1091 7 0 -98.3043 38.3044 4.15 + 39 179.997 394 6 1 -101.246 37.0986 -24.4504 + 39 31.5582 1085 6 0 -101.328 37.0529 -25.85 + 39 90.821 1084 6 0 -101.335 37.05 -25.948 + 39 152.4 385 5 1 -103.132 36.2115 -54.4501 + 39 226.047 1080 5 0 -103.182 36.2114 -55.85 + 39 125.02 379 4 1 -104.235 36.1162 -84.45 + 39 117.405 1080 4 0 -104.266 36.1242 -85.8502 + 39 22.3418 374 3 1 -105.165 35.8594 -114.45 + 39 103.553 375 3 1 -105.15 35.8592 -114.541 + 39 138.792 1078 3 0 -104.926 35.8463 -115.85 + 39 19.7874 398 2 1 -100.358 35.8143 -144.45 + 39 123.919 399 2 1 -100.35 35.8163 -144.481 + 39 115.142 1079 2 0 -99.9779 35.897 -145.85 + 39 243.656 441 1 1 -91.9346 37.0066 -174.45 + 39 321.288 1085 1 0 -91.5474 37.1491 -175.85 + 39 111.371 480 0 1 -83.9562 40.2932 -204.45 + 39 43.8628 481 0 1 -83.85 40.3098 -204.715 + 39 106.886 1101 0 0 -83.396 40.4008 -205.85 + 39 55.7251 1012 5 0 -109.971 22.5262 -56.2498 + 39 79.0903 1011 5 0 -109.997 22.45 -56.0728 + 39 4.58586 1010 5 0 -110.083 22.25 -55.857 + 39 194.828 348 5 1 -110.414 19.1379 -54.85 + 39 68.7752 1087 4 0 -98.5311 37.4885 -85.85 + 39 44.6628 1086 4 0 -98.5091 37.45 -86.1167 + 39 108.316 420 3 1 -95.9991 33.289 -114.45 + 39 54.1782 1065 3 0 -95.9021 33.0754 -115.85 + 39 68.8452 1064 3 0 -95.8898 33.05 -116.022 + 39 179.007 431 2 1 -93.8576 28.8945 -144.45 + 39 123.725 1043 2 0 -93.7549 28.7015 -145.85 + 39 2.73938 1042 2 0 -93.7244 28.65 -146.236 + 39 153.622 443 1 1 -91.4165 25.043 -174.45 + 39 124.075 1024 1 0 -91.3282 24.984 -175.85 + 39 93.9413 453 0 1 -89.3733 23.7458 -204.45 + 39 129.815 1017 0 0 -89.3395 23.6462 -205.85 + 39 123.7 444 1 1 -91.35 25.0396 -174.658 + 39 320.603 1014 1 0 -90.3912 23.0488 -175.85 + 39 63.7896 1085 2 1 37.05 91.1018 -144.615 +Number of digits in this event = 41 +Using G4ParticleGun ... +6.95247 LIN +e- +Event: 40 +Number of tracker hits in this event = 233 + 40 127.629 976 11 1 15.3904 -53.3929 125.55 + 40 120.41 633 11 0 15.3902 -53.3936 124.15 + 40 260.351 976 10 1 15.3847 -53.4017 95.55 + 40 113.454 633 10 0 15.3856 -53.4005 94.15 + 40 333.641 976 9 1 15.4066 -53.3765 65.55 + 40 378.926 633 9 0 15.406 -53.3748 64.15 + 40 471.486 976 8 1 15.3986 -53.3262 35.55 + 40 105.642 633 8 0 15.3969 -53.3236 34.15 + 40 373.216 976 7 1 15.3589 -53.2633 5.55 + 40 364.012 633 7 0 15.3552 -53.262 4.15 + 40 473.531 976 6 1 15.2725 -53.2339 -24.45 + 40 233.603 634 6 0 15.2678 -53.2325 -25.85 + 40 113.33 975 5 1 15.1742 -53.2017 -54.45 + 40 133.843 634 5 0 15.1675 -53.1789 -55.85 + 40 107.412 974 4 1 15.0276 -52.7085 -84.45 + 40 133.74 636 4 0 15.0188 -52.6854 -85.85 + 40 263.958 973 3 1 14.8379 -52.221 -114.45 + 40 311.139 639 3 0 14.8282 -52.1963 -115.85 + 40 118.368 972 2 1 14.6224 -51.7123 -144.45 + 40 248.623 641 2 0 14.6141 -51.6877 -145.85 + 40 131.408 971 1 1 14.4487 -51.1929 -174.45 + 40 224.627 644 1 0 14.4412 -51.1726 -175.85 + 40 120.735 971 0 1 14.2702 -50.7657 -204.45 + 40 223.077 646 0 0 14.2759 -50.7565 -205.85 + 40 300.428 628 0 0 12.0085 -54.3454 -206.25 + 40 67.0719 629 0 0 12.0017 -54.25 -206.155 + 40 83.509 993 2 1 18.6581 -44.281 -144.45 + 40 98.3323 994 2 1 18.85 -44.3869 -144.612 + 40 11.5171 995 2 1 19.05 -44.4942 -144.818 + 40 7.5666 675 2 0 20.051 -45.0416 -145.85 + 40 154.481 674 2 0 20.0663 -45.05 -145.866 + 40 1.45984 673 2 0 20.4482 -45.25 -146.245 + 40 291.68 1144 1 1 48.9554 -60.1119 -174.45 + 40 109.992 1143 1 1 48.85 -60.1008 -174.604 + 40 112.155 599 1 0 48.216 -60.1424 -175.85 + 40 85.9278 595 1 0 49.6056 -60.9541 -175.85 + 40 175.002 596 1 0 49.775 -60.85 -176.011 + 40 135.921 597 1 0 49.8826 -60.65 -176.193 + 40 226.018 1115 3 1 43.0872 -160.326 -114.45 + 40 96.9928 1116 3 1 43.25 -160.558 -114.469 + 40 161.738 1114 3 1 43.05 -160.623 -114.665 + 40 65.2249 643 3 0 14.2545 -51.3547 -115.85 + 40 67.6916 644 3 0 14.1507 -51.25 -116.063 + 40 156.321 557 4 0 44.4135 -68.6076 -86.25 + 40 45.9875 642 6 0 17.4003 -51.566 -25.8501 + 40 60.4466 643 6 0 17.5228 -51.45 -25.8923 + 40 148.55 644 6 0 17.6044 -51.25 -25.9368 + 40 128.703 608 6 0 -19.217 -58.4412 -26.2499 + 40 212.766 609 6 0 -19.3161 -58.25 -26.2109 + 40 173.642 975 3 1 15.1687 -52.9868 -114.45 + 40 59.1068 628 3 0 15.1473 -54.3343 -115.85 + 40 74.0665 627 3 0 15.1545 -54.45 -115.953 + 40 89.591 626 3 0 15.1386 -54.65 -116.113 + 40 163.791 495 3 0 -21.0648 -81.0076 -116.25 + 40 284.185 796 3 1 -20.7411 -80.8587 -114.85 + 40 388.7 795 3 1 -20.8501 -80.9772 -114.568 + 40 146.02 343 1 1 -111.37 -66.3053 -174.45 + 40 248.703 633 6 0 15.4937 -53.3622 -25.85 + 40 109.582 989 5 1 17.8984 -54.5634 -54.45 + 40 107.171 626 5 0 18.0944 -54.7092 -55.85 + 40 178.727 1013 4 1 22.6818 -57.9105 -84.4506 + 40 10.61 610 4 0 22.8648 -58.044 -85.85 + 40 162.489 609 4 0 22.8729 -58.05 -85.9127 + 40 124.054 1033 3 1 26.6551 -60.8145 -114.45 + 40 90.1401 595 3 0 26.7482 -61.0034 -115.85 + 40 12.904 594 3 0 26.7687 -61.05 -116.195 + 40 33.1391 1043 2 1 28.8369 -64.7758 -144.45 + 40 72.8041 1044 2 1 28.85 -64.7909 -144.567 + 40 127.707 575 2 0 28.9784 -64.9652 -145.85 + 40 21.5664 1059 1 1 32.0411 -69.1223 -174.45 + 40 114.627 1060 1 1 32.05 -69.1359 -174.522 + 40 68.6681 553 1 0 32.2052 -69.4035 -175.85 + 40 62.9079 552 1 0 32.2315 -69.45 -176.076 + 40 116.16 1073 0 1 34.732 -74.948 -204.45 + 40 154.786 524 0 0 35.0171 -75.0972 -205.85 + 40 7.47177 1009 2 1 21.9922 -54.1697 -144.45 + 40 23.4889 975 6 1 15.1299 -53.1147 -24.45 + 40 139.041 974 6 1 15.05 -53.0355 -24.4944 + 40 208.376 973 6 1 14.85 -52.7541 -24.6011 + 40 156.219 972 6 1 14.65 -52.4626 -24.7395 + 40 100.685 645 6 0 13.6331 -51.0498 -25.8663 + 40 44.7237 646 6 0 13.4226 -50.85 -26.1294 + 40 331.302 1458 6 0 -112.903 111.783 -26.2499 + 40 118.887 1459 6 0 -113.021 111.95 -26.1364 + 40 117.453 1460 6 0 -113.102 112.15 -26.0728 + 40 20.683 332 6 1 -113.699 112.05 -24.85 + 40 134.44 331 6 1 -113.75 112.024 -24.784 + 40 82.9556 1457 6 0 -114.515 111.75 -25.8834 + 40 162.692 977 6 1 15.4521 -53.1658 -24.45 + 40 96.6459 978 5 1 15.658 -52.9628 -54.45 + 40 148.192 635 5 0 15.6782 -52.9488 -55.85 + 40 118.03 980 4 1 16.145 -52.6284 -84.45 + 40 364.21 637 4 0 16.1694 -52.6057 -85.85 + 40 117.416 983 3 1 16.7522 -52.1131 -114.45 + 40 135.669 985 2 1 17.2035 -51.8455 -144.45 + 40 351.871 984 1 1 16.9936 -51.5984 -174.45 + 40 144.355 642 1 0 16.9973 -51.5795 -175.85 + 40 132.331 984 0 1 17.0087 -51.1061 -204.45 + 40 170.597 644 0 0 17.0216 -51.0988 -205.85 + 40 265.378 986 2 1 17.2501 -51.8397 -144.577 + 40 104.423 976 5 1 15.4451 -53.4181 -54.45 + 40 101.746 633 5 0 15.4483 -53.4169 -55.85 + 40 144.305 977 4 1 15.5228 -53.3955 -84.45 + 40 229.759 633 4 0 15.5251 -53.3867 -85.85 + 40 107.38 977 3 1 15.5871 -53.1955 -114.45 + 40 149.163 634 3 0 15.5912 -53.1828 -115.85 + 40 110.756 978 2 1 15.6568 -52.934 -144.45 + 40 112.234 635 2 0 15.6627 -52.9283 -145.85 + 40 117.157 978 1 1 15.7539 -52.8294 -174.45 + 40 188.749 636 1 0 15.7657 -52.8252 -175.85 + 40 223.987 979 0 1 16.0273 -52.7307 -204.45 + 40 107.244 636 0 0 16.0427 -52.7328 -205.85 + 40 8.86745 978 0 1 15.8271 -54.1695 -204.45 + 40 187.507 980 0 1 16.05 -54.4669 -204.669 + 40 451.85 981 0 1 16.2502 -54.7971 -204.742 + 40 19.2171 982 0 1 16.45 -55.2482 -204.828 + 40 34.0316 612 0 0 17.6879 -57.5321 -205.85 + 40 70.8393 611 0 0 17.7419 -57.65 -205.897 + 40 75.0466 610 0 0 17.8272 -57.8504 -206.068 + 40 11.5022 609 0 0 17.9688 -58.05 -206.226 + 40 48.176 645 0 0 31.9254 -50.953 -206.25 + 40 104.266 647 0 0 32.0753 -50.65 -206.065 + 40 58.449 648 0 0 32.3243 -50.4499 -205.92 + 40 226.498 649 0 0 32.3737 -50.2499 -205.93 + 40 92.4852 650 0 0 32.2968 -50.05 -206.02 + 40 78.0541 651 0 0 32.2676 -49.85 -206.009 + 40 72.5694 652 0 0 32.1861 -49.65 -205.942 + 40 190.704 1059 0 1 31.9468 -48.5466 -204.85 + 40 128.535 1060 0 1 32.05 -48.4055 -204.588 + 40 5.84978 1061 0 1 32.25 -48.2088 -204.496 + 40 130.563 977 0 1 15.5361 -54.0372 -204.451 + 40 60.8104 977 10 1 15.45 -53.1962 95.4897 + 40 109.891 632 8 0 15.2837 -53.5501 34.15 + 40 136.916 979 7 1 16.019 -53.8653 5.55 + 40 124.609 630 7 0 16.0607 -53.8723 4.15 + 40 108.763 984 6 1 16.9231 -53.9983 -24.45 + 40 177.297 630 6 0 16.9587 -53.9937 -25.85 + 40 265.875 988 5 1 17.7586 -53.8352 -54.45 + 40 390.298 631 5 0 17.8078 -53.8175 -55.85 + 40 164.687 993 4 1 18.8013 -53.369 -84.45 + 40 152.443 999 3 1 19.982 -52.5898 -114.45 + 40 138.765 637 3 0 20.0429 -52.5654 -115.85 + 40 327.035 1006 2 1 21.2904 -52.0023 -144.45 + 40 114.425 640 2 0 21.3126 -51.9708 -145.85 + 40 209.609 1008 1 1 21.8414 -51.2601 -174.45 + 40 133.663 1009 0 1 21.984 -50.1198 -204.45 + 40 17.6597 642 2 0 21.1738 -51.4765 -145.85 + 40 107.445 643 2 0 21.1663 -51.4498 -145.911 + 40 314.137 764 2 0 15.3351 -27.1854 -146.25 + 40 39.6638 765 2 0 15.1426 -27.05 -145.969 + 40 315.078 969 2 1 13.8944 -28.559 -144.85 + 40 319.647 970 2 1 14.05 -29.0524 -144.635 + 40 44.1774 971 2 1 14.25 -29.2766 -144.585 + 40 7.79161 630 5 0 17.733 -53.85 -56.0011 + 40 88.8826 637 8 0 15.3679 -52.6123 34.15 + 40 118.081 973 7 1 14.7748 -52.5674 5.55 + 40 167.003 637 7 0 14.7443 -52.5538 4.15 + 40 112.601 970 6 1 14.1699 -52.2165 -24.45 + 40 135.671 639 6 0 14.1937 -52.1568 -25.85 + 40 132.019 972 5 1 14.6366 -51.0839 -54.45 + 40 114.795 645 5 0 14.6174 -51.0021 -55.85 + 40 207.213 969 4 1 14.0429 -49.2502 -84.45 + 40 111.099 654 4 0 13.9968 -49.1367 -85.85 + 40 120.755 965 3 1 13.189 -46.8935 -114.45 + 40 135.51 666 3 0 13.1791 -46.7381 -115.85 + 40 128.271 964 2 1 13.0035 -43.4978 -144.45 + 40 115.825 683 2 0 12.9598 -43.3207 -145.85 + 40 110.925 959 1 1 12.014 -39.7451 -174.45 + 40 107.726 702 1 0 11.9675 -39.5333 -175.85 + 40 110.906 955 0 1 11.12 -35.16 -204.45 + 40 119.16 725 0 0 11.0483 -34.9153 -205.85 + 40 9.30098 726 0 0 11.0294 -34.85 -206.221 + 40 19.2587 897 7 1 -0.571547 -15.7596 5.15 + 40 166.707 943 6 1 8.80384 -46.6633 -24.45 + 40 117.537 667 6 0 8.68377 -46.5818 -25.85 + 40 66.7631 927 5 1 5.51597 -45.0254 -54.45 + 40 45.0608 926 5 1 5.45 -45.0187 -54.71 + 40 122.61 675 5 0 5.26003 -44.9467 -55.85 + 40 136.677 902 4 1 0.539244 -42.5794 -84.4501 + 40 122.222 687 4 0 0.322771 -42.5685 -85.85 + 40 58.1356 882 3 1 -3.58663 -42.677 -114.45 + 40 62.0592 881 3 1 -3.65 -42.6666 -114.66 + 40 122.544 687 3 0 -4.01785 -42.6063 -115.85 + 40 65.5141 833 2 1 -13.3368 -41.4997 -144.45 + 40 60.4411 832 2 1 -13.45 -41.4848 -144.676 + 40 170.893 692 2 0 -14.0194 -41.4901 -145.85 + 40 43.0344 758 1 1 -28.3521 -42.0628 -174.45 + 40 90.9489 757 1 1 -28.45 -42.0829 -174.553 + 40 29.5194 756 1 1 -28.65 -42.1291 -174.763 + 40 77.8642 688 1 0 -29.6814 -42.3984 -175.85 + 40 138.28 687 1 0 -29.8788 -42.45 -176.062 + 40 154.819 628 0 1 -54.2582 -47.8894 -204.45 + 40 48.846 627 0 1 -54.45 -47.9634 -204.721 + 40 135.764 658 0 0 -55.2261 -48.2758 -205.85 + 40 82.423 942 6 1 8.65 -46.7321 -24.7156 + 40 9.15887 941 6 1 8.45 -46.9077 -24.8415 + 40 19.0477 663 6 0 6.0059 -47.4299 -25.8501 + 40 138.575 662 6 0 5.94513 -47.45 -25.8718 + 40 53.451 975 8 1 15.25 -53.001 35.3559 + 40 75.901 635 8 0 14.9806 -52.8725 34.15 + 40 54.2463 636 8 0 14.9335 -52.85 33.9421 + 40 61.7784 941 7 1 8.29173 -49.7517 5.55 + 40 62.2537 940 7 1 8.25 -49.7201 5.32973 + 40 160.395 652 7 0 8.02726 -49.5473 4.15 + 40 126.968 914 6 1 2.95783 -44.719 -24.45 + 40 94.6462 677 6 0 2.82693 -44.4997 -25.85 + 40 24.6277 678 6 0 2.79878 -44.45 -26.1681 + 40 106.158 901 5 1 0.319812 -40.1143 -54.45 + 40 14.3521 700 5 0 0.179481 -39.8578 -55.8506 + 40 116.154 701 5 0 0.17536 -39.85 -55.8934 + 40 103.524 887 4 1 -2.46515 -34.925 -84.45 + 40 10.7549 726 4 0 -2.61819 -34.6593 -85.85 + 40 87.0117 727 4 0 -2.62366 -34.65 -85.8982 + 40 154.298 870 3 1 -5.96603 -29.2401 -114.45 + 40 98.0101 754 3 0 -6.00773 -29.0878 -115.85 + 40 18.462 755 3 0 -6.0171 -29.05 -116.195 + 40 135.866 866 2 1 -6.70653 -25.944 -144.45 + 40 505.531 771 2 0 -6.61629 -25.6969 -145.85 + 40 46.6616 772 2 0 -6.6013 -25.65 -146.13 + 40 111.215 877 1 1 -4.63721 -21.0125 -174.45 + 40 106.354 796 1 0 -4.6005 -20.7468 -175.85 + 40 108.22 882 0 1 -3.64899 -15.0893 -204.451 + 40 131.501 826 0 0 -3.53728 -14.7764 -205.85 + 40 27.5436 820 0 0 -26.6722 -15.85 -206.066 + 40 108.3 768 0 1 -26.3271 -16.2807 -204.85 + 40 35.459 769 0 1 -26.2498 -16.3923 -204.531 + 40 99.9127 867 2 1 -6.64987 -25.899 -144.688 + 40 74.3573 868 2 1 -6.45 -25.9184 -144.741 + 40 9.6919 1037 1 0 2.62217 27.6269 -176.25 + 40 251.65 977 1 1 15.4727 -53.2733 -174.45 + 40 227.063 633 1 0 15.48 -53.2783 -175.85 + 40 308.932 630 0 0 16.4687 -54.0097 -205.85 + 40 115.916 975 0 1 15.2078 -53.8815 -204.45 +Number of digits in this event = 109 +Using G4ParticleGun ... +2.65867 LIN +e- +Event: 41 +Number of tracker hits in this event = 44 + 41 152.685 860 8 1 -7.94785 142.363 35.55 + 41 109.922 1611 8 0 -7.95242 142.363 34.15 + 41 127.209 859 7 1 -8.05736 142.36 5.55 + 41 103.393 1611 7 0 -8.06373 142.359 4.15 + 41 177.842 859 6 1 -8.20194 142.353 -24.45 + 41 165.155 1611 6 0 -8.21016 142.351 -25.85 + 41 226.23 858 5 1 -8.39136 142.318 -54.45 + 41 122.638 1610 5 0 -8.40317 142.315 -55.85 + 41 147.701 857 4 1 -8.64081 142.253 -84.45 + 41 101.215 1610 4 0 -8.65045 142.25 -85.85 + 41 178.004 855 3 1 -8.85474 142.197 -114.45 + 41 192.442 1610 3 0 -8.86701 142.195 -115.85 + 41 296.23 854 2 1 -9.12304 142.14 -144.45 + 41 134.672 1609 2 0 -9.1327 142.14 -145.85 + 41 116.184 853 1 1 -9.3169 142.128 -174.45 + 41 126.62 1609 1 0 -9.32834 142.127 -175.85 + 41 160.767 852 0 1 -9.56297 142.098 -204.45 + 41 355.728 1609 0 0 -9.57524 142.097 -205.85 + 41 126.696 1610 2 0 -9.04411 142.174 -145.85 + 41 114.931 865 1 1 -6.98225 142.654 -174.45 + 41 89.4655 1612 1 0 -6.96388 142.609 -175.85 + 41 150.852 868 0 1 -6.38995 141.876 -204.45 + 41 141.157 1608 0 0 -6.31958 141.845 -205.85 + 41 50.2038 1536 3 0 5.09778 127.443 -116.25 + 41 87.5883 1535 3 0 5.14027 127.35 -116.077 + 41 139.602 926 3 1 5.29085 126.614 -114.85 + 41 131.464 1568 4 0 -24.5718 133.798 -86.25 + 41 0.269005 1569 4 0 -24.9055 133.95 -85.8515 + 41 1.78532 772 4 1 -25.6447 134.311 -84.85 + 41 76.1508 771 4 1 -25.65 134.314 -84.8429 + 41 55.5982 770 4 1 -25.85 134.405 -84.5873 + 41 123.536 1619 5 0 16.7776 144.053 -56.25 + 41 128.762 1618 5 0 17.0575 143.95 -55.937 + 41 79.2901 996 5 1 19.2773 142.076 -54.85 + 41 70.7822 997 5 1 19.45 141.912 -54.7593 + 41 179.615 998 5 1 19.6501 141.78 -54.6081 + 41 44.3411 1602 5 0 18.36 140.632 -55.85 + 41 96.909 1601 5 0 18.2617 140.55 -55.928 + 41 131.244 1600 5 0 18.0869 140.35 -55.9908 + 41 137.898 1599 5 0 18.1045 140.15 -56.0783 + 41 199.641 1598 5 0 18.097 139.95 -56.1885 + 41 267.829 851 0 1 -9.75225 142.066 -204.45 + 41 27.52 1610 0 0 -9.66081 142.15 -206.201 + 41 131.07 859 5 1 -8.25 142.352 -54.7643 +Number of digits in this event = 29 +Using G4ParticleGun ... +5.30377 LIN +e- +Event: 42 +Number of tracker hits in this event = 30 + 42 158.709 847 10 1 -10.5554 91.9967 95.55 + 42 113.018 1359 10 0 -10.5546 91.9954 94.15 + 42 101.525 847 9 1 -10.5365 91.9736 65.55 + 42 176.115 1359 9 0 -10.5364 91.9734 64.15 + 42 141.631 847 8 1 -10.5323 91.9638 35.55 + 42 121.707 1359 8 0 -10.5329 91.9618 34.15 + 42 214.141 847 7 1 -10.5492 91.9193 5.55 + 42 140.711 1358 7 0 -10.5512 91.9177 4.15 + 42 94.1427 847 6 1 -10.5866 91.8908 -24.45 + 42 118.517 1358 6 0 -10.5907 91.8922 -25.85 + 42 129.21 846 5 1 -10.6796 91.9215 -54.45 + 42 142.318 1358 5 0 -10.6862 91.9253 -55.85 + 42 243.709 846 4 1 -10.8217 92.0063 -84.45 + 42 117.888 1359 4 0 -10.8292 92.0108 -85.85 + 42 100.63 845 3 1 -10.9787 92.1036 -114.45 + 42 274.642 1359 3 0 -10.9866 92.1075 -115.85 + 42 134.471 844 2 1 -11.145 92.1772 -144.45 + 42 172.28 1360 2 0 -11.1487 92.1791 -145.85 + 42 116.471 844 1 1 -11.2278 92.2121 -174.45 + 42 99.0677 1360 1 0 -11.2331 92.2144 -175.85 + 42 125.033 843 0 1 -11.341 92.2709 -204.45 + 42 132.115 1360 0 0 -11.3466 92.2763 -205.85 + 42 94.7244 846 3 1 -10.6658 91.7911 -114.45 + 42 42.8795 847 3 1 -10.65 91.8294 -114.76 + 42 139.072 855 2 1 -8.91471 96.0755 -144.45 + 42 52.4481 1376 2 0 -8.71096 95.4217 -145.85 + 42 69.0775 1375 2 0 -8.68571 95.35 -146.013 + 42 22.6792 847 4 1 -10.6213 91.7136 -84.45 + 42 27.0282 1354 4 0 -11.1129 90.994 -85.85 + 42 212.818 1353 4 0 -11.1404 90.95 -85.9521 +Number of digits in this event = 18 +Using G4ParticleGun ... +1.70921 LIN +e- +Event: 43 +Number of tracker hits in this event = 43 + 43 110.722 1089 11 1 37.9725 -53.7094 125.55 + 43 233.406 631 11 0 37.9738 -53.7127 124.15 + 43 135.415 1089 10 1 38.0114 -53.8048 95.55 + 43 104.67 631 10 0 38.0192 -53.8016 94.15 + 43 113.962 1090 9 1 38.1678 -53.7319 65.55 + 43 97.4127 631 9 0 38.1799 -53.7305 64.15 + 43 173.12 1092 8 1 38.4637 -53.6968 35.55 + 43 145.964 631 8 0 38.4888 -53.6998 34.15 + 43 149.855 1094 7 1 39.0151 -53.7451 5.55 + 43 119.718 631 7 0 39.0586 -53.7473 4.15 + 43 123.052 1099 6 1 39.9605 -53.8176 -24.45 + 43 117.104 631 6 0 40.0138 -53.8283 -25.85 + 43 119.456 1105 5 1 41.1034 -54.0055 -54.45 + 43 158.361 630 5 0 41.1535 -54.0054 -55.85 + 43 129.517 1110 4 1 42.1309 -53.9968 -84.45 + 43 132.772 630 4 0 42.1777 -53.9946 -85.85 + 43 102.918 1115 3 1 43.1127 -53.9518 -114.45 + 43 116.779 630 3 0 43.1663 -53.9505 -115.85 + 43 218.517 1121 2 1 44.2905 -53.9749 -144.45 + 43 147.601 630 2 0 44.3478 -53.981 -145.85 + 43 120.959 1126 1 1 45.4477 -54.1428 -174.45 + 43 84.3902 626 1 0 44.8182 -54.691 -175.85 + 43 70.5443 625 1 0 44.7086 -54.85 -176.107 + 43 150.194 507 1 0 23.7268 -78.5634 -176.25 + 43 177.985 1015 1 1 23.2384 -77.926 -174.85 + 43 162.565 1016 1 1 23.25 -77.6356 -174.46 + 43 3.32977 1017 1 1 23.45 -77.3483 -174.838 + 43 25.8392 516 1 0 24.6364 -76.6918 -175.85 + 43 106.413 517 1 0 24.7031 -76.65 -175.917 + 43 92.8116 600 1 0 33.1383 -59.8945 -176.25 + 43 65.2365 601 1 0 33.1407 -59.85 -176.197 + 43 380.249 1063 1 1 32.7446 -60.2277 -174.85 + 43 52.5593 1064 1 1 32.85 -60.1327 -174.563 + 43 318.097 1132 0 1 46.459 -54.5756 -204.45 + 43 457.378 627 0 0 46.4612 -54.5535 -205.85 + 43 261.447 1131 0 1 46.45 -54.5036 -204.736 + 43 41.1325 1130 0 1 46.25 -54.4362 -204.801 + 43 146.842 626 0 0 46.2029 -54.65 -205.976 + 43 38.4446 1323 12 0 -111.454 84.8221 153.75 + 43 116.086 1372 1 1 94.55 25.8159 -174.803 + 43 61.9483 1412 1 0 122.118 102.55 -176.002 + 43 58.116 877 11 0 -97.4312 -4.60113 124.15 + 43 177.99 423 11 1 -95.3976 -4.53059 125.55 +Number of digits in this event = 24 +Using G4ParticleGun ... +7.45484 LIN +e- +Event: 44 +Number of tracker hits in this event = 54 + 44 111.234 439 10 1 -92.2286 -26.9745 95.55 + 44 258.3 765 10 0 -92.2291 -26.9738 94.15 + 44 101.103 439 9 1 -92.2398 -26.9602 65.55 + 44 142.699 765 9 0 -92.2398 -26.9594 64.15 + 44 103.421 439 8 1 -92.2393 -26.9397 35.55 + 44 136.21 765 8 0 -92.2397 -26.9377 34.15 + 44 131.644 439 7 1 -92.2474 -26.8991 5.55 + 44 149.939 765 7 0 -92.2474 -26.8972 4.15 + 44 108.714 439 6 1 -92.2489 -26.8613 -24.45 + 44 158.298 765 6 0 -92.2491 -26.8595 -25.85 + 44 152.493 439 5 1 -92.2537 -26.8194 -54.45 + 44 125.781 766 5 0 -92.2512 -26.8193 -55.85 + 44 102.039 439 4 1 -92.1925 -26.8202 -84.45 + 44 116.357 766 4 0 -92.1887 -26.8188 -85.85 + 44 225.068 440 3 1 -92.1115 -26.7891 -114.45 + 44 739.029 766 3 0 -92.1078 -26.7879 -115.85 + 44 129.91 440 2 1 -92.0267 -26.7623 -144.45 + 44 462.37 766 2 0 -92.0224 -26.757 -145.85 + 44 228.389 441 1 1 -91.9288 -26.6531 -174.45 + 44 101.229 767 1 0 -91.9239 -26.6486 -175.85 + 44 132.563 441 0 1 -91.8586 -26.5313 -204.45 + 44 253.977 767 0 0 -91.8539 -26.5272 -205.85 + 44 43.3784 1117 9 1 43.477 -135.324 65.15 + 44 107.235 441 2 1 -91.8848 -27.1801 -144.45 + 44 93.1617 764 2 0 -91.93 -27.2191 -145.85 + 44 173.054 432 1 1 -93.6349 -28.2108 -174.45 + 44 138.76 758 1 0 -93.8008 -28.382 -175.85 + 44 132.984 416 0 1 -96.8401 -32.6852 -204.45 + 44 119.17 734 0 0 -96.9811 -33.0777 -205.85 + 44 11.6614 596 2 0 -82.6888 -60.7018 -146.25 + 44 59.483 843 3 0 -65.2103 -11.45 -116.061 + 44 231.442 487 2 1 -82.6249 -61.6008 -144.85 + 44 127.064 443 2 1 -91.4827 -26.5717 -144.45 + 44 162.43 767 2 0 -91.5033 -26.6241 -145.85 + 44 172.006 440 1 1 -91.9687 -27.5505 -174.45 + 44 195.556 761 1 0 -91.9474 -27.7089 -175.85 + 44 77.4854 443 0 1 -91.3853 -30.7489 -204.45 + 44 52.7585 444 0 1 -91.35 -30.7523 -204.75 + 44 206.973 746 0 0 -91.2021 -30.7557 -205.851 + 44 146.605 794 2 0 -72.0644 -21.0695 -146.25 + 44 78.2565 543 2 1 -71.3707 -21.2033 -144.85 + 44 57.3337 544 2 1 -71.25 -21.277 -144.599 + 44 365.163 439 3 1 -92.2607 -26.7953 -114.45 + 44 129.811 439 2 1 -92.2652 -26.7871 -144.45 + 44 203.014 439 1 1 -92.3171 -26.8187 -174.45 + 44 115.261 766 1 0 -92.3197 -26.8097 -175.85 + 44 121.417 438 0 1 -92.3598 -26.6085 -204.45 + 44 172.248 438 2 1 -92.385 -26.7075 -144.45 + 44 158.211 769 1 0 -91.7316 -26.1261 -175.85 + 44 113.881 448 0 1 -90.4697 -25.8147 -204.45 + 44 167.074 771 0 0 -90.4425 -25.7523 -205.85 + 44 133.831 878 2 0 -114.553 -4.31275 -146.25 + 44 127.791 879 2 0 -114.531 -4.24992 -146.163 + 44 113.824 697 1 0 -130.35 -40.6169 -176.25 +Number of digits in this event = 36 +Using G4ParticleGun ... +2.05431 LIN +e- +Event: 45 +Number of tracker hits in this event = 89 + 45 115.913 686 8 1 -42.7809 133.745 35.55 + 45 149.479 1567 8 0 -42.7802 133.743 34.15 + 45 134.414 686 7 1 -42.7688 133.702 5.55 + 45 122.815 1567 7 0 -42.7714 133.694 4.15 + 45 139.403 686 6 1 -42.8195 133.519 -24.45 + 45 143.843 1566 6 0 -42.8305 133.516 -25.85 + 45 467.903 684 5 1 -43.0668 133.439 -54.45 + 45 294.001 1566 5 0 -43.0715 133.435 -55.85 + 45 128.495 684 4 1 -43.1516 133.317 -84.45 + 45 115.929 1565 4 0 -43.1537 133.309 -85.85 + 45 246.929 684 3 1 -43.2085 133.15 -114.45 + 45 129.356 1564 3 0 -43.2159 133.119 -115.85 + 45 104.39 684 2 1 -43.187 132.461 -144.45 + 45 125.331 1561 2 0 -43.1406 132.518 -145.85 + 45 132.805 689 1 1 -42.0853 133.803 -174.45 + 45 127.902 1568 1 0 -42.0415 133.884 -175.85 + 45 135.836 694 0 1 -41.1085 135.419 -204.45 + 45 66.6243 1576 0 0 -41.0536 135.356 -205.85 + 45 78.0893 1575 0 0 -41.0482 135.35 -205.989 + 45 160.87 1537 0 0 -48.8593 127.6 -206.25 + 45 191.02 664 4 1 -47.2326 132.527 -84.4506 + 45 141.79 663 4 1 -47.25 132.524 -84.539 + 45 106.493 1561 4 0 -47.5022 132.484 -85.85 + 45 96.5295 634 3 1 -53.1951 131.421 -114.45 + 45 109.942 1556 3 0 -53.3436 131.465 -115.85 + 45 135.656 618 2 1 -56.3649 131.925 -144.45 + 45 290.71 1559 2 0 -56.432 131.957 -145.85 + 45 111.836 610 1 1 -57.8594 132.328 -174.45 + 45 109.914 1561 1 0 -58.0376 132.423 -175.85 + 45 260.065 590 0 1 -61.9982 134.177 -204.451 + 45 118.24 1570 0 0 -62.1722 134.237 -205.85 + 45 108.858 591 0 1 -61.85 134.159 -204.678 + 45 60.4497 1562 0 0 -63.1042 132.694 -205.85 + 45 56.3457 580 0 1 -63.9688 132.503 -204.85 + 45 126.476 579 0 1 -64.0502 132.504 -204.779 + 45 165.806 685 5 1 -43.05 133.589 -54.5835 + 45 93.1993 683 5 1 -43.2501 134.281 -54.5226 + 45 277.687 686 5 1 -42.7961 133.587 -54.45 + 45 69.096 718 4 1 -36.369 131.591 -84.45 + 45 63.7008 719 4 1 -36.25 131.581 -84.6582 + 45 127.174 1556 4 0 -35.5458 131.515 -85.85 + 45 36.7095 804 3 1 -19.1753 131.523 -114.45 + 45 78.9447 805 3 1 -19.05 131.54 -114.513 + 45 68.604 806 3 1 -18.85 131.564 -114.615 + 45 53.0847 807 3 1 -18.65 131.593 -114.725 + 45 6.93756 808 3 1 -18.4499 131.626 -114.831 + 45 332.351 1558 3 0 -16.5022 131.908 -115.85 + 45 187.723 1559 3 0 -16.2854 131.95 -115.962 + 45 58.5183 1136 2 1 47.411 146.915 -144.45 + 45 72.6421 1137 2 1 47.45 146.901 -144.463 + 45 70.1108 1138 2 1 47.65 146.832 -144.525 + 45 101.378 1139 2 1 47.85 146.772 -144.586 + 45 59.7807 1140 2 1 48.05 146.712 -144.645 + 45 64.1028 1141 2 1 48.2501 146.649 -144.71 + 45 61.6039 1142 2 1 48.45 146.593 -144.773 + 45 5.28074 1143 2 1 48.65 146.546 -144.841 + 45 47.2932 1629 2 0 51.501 145.981 -145.85 + 45 354.688 1628 2 0 51.6831 145.95 -145.911 + 45 100.224 1570 5 0 -43.1803 134.172 -55.8503 + 45 23.1312 1571 5 0 -43.2611 134.35 -56.1636 + 45 13.3188 643 4 1 -51.4331 149.965 -84.45 + 45 78.5542 642 4 1 -51.45 149.94 -84.4583 + 45 111.085 641 4 1 -51.65 149.749 -84.4859 + 45 427.709 640 4 1 -51.8501 149.539 -84.4584 + 45 77.8687 639 4 1 -52.0507 148.663 -84.6244 + 45 126.478 638 4 1 -52.25 148.618 -84.6904 + 45 250.059 1637 4 0 -52.2868 147.646 -85.85 + 45 95.0565 1780 5 0 -54.6395 176.256 -56.25 + 45 54.1887 1781 5 0 -54.5821 176.35 -56.035 + 45 301.019 628 5 1 -54.4464 176.854 -54.85 + 45 145.884 1785 5 0 -54.5927 177.241 -55.85 + 45 3.33778 1786 5 0 -54.7616 177.35 -56.2451 + 45 111.323 686 3 1 -42.8499 133.589 -114.45 + 45 280.626 1566 3 0 -42.8199 133.482 -115.85 + 45 103.084 689 2 1 -42.1103 131.237 -144.45 + 45 120.867 1555 2 0 -42.231 131.17 -145.85 + 45 159.967 679 1 1 -44.1384 130.313 -174.45 + 45 141.611 1550 1 0 -44.1582 130.222 -175.85 + 45 285.581 672 0 1 -45.5096 128.473 -204.45 + 45 41.6457 1541 0 0 -45.4861 128.359 -205.85 + 45 77.3184 1540 0 0 -45.4834 128.35 -206.001 + 45 43.9701 673 0 1 -45.45 128.399 -204.756 + 45 104.896 685 3 1 -42.8588 133.602 -114.45 + 45 177.207 687 2 1 -42.6429 132.066 -144.45 + 45 197.241 696 1 1 -40.8175 131.437 -174.45 + 45 33.6118 1556 1 0 -40.7695 131.356 -175.85 + 45 88.7897 1555 1 0 -40.7654 131.35 -175.964 + 45 96.6807 702 0 1 -39.5454 129.811 -204.45 + 45 152.87 1547 0 0 -39.4907 129.746 -205.85 +Number of digits in this event = 43 +Using G4ParticleGun ... +1.4117 LIN +e- +Event: 46 +Number of tracker hits in this event = 41 + 46 124.578 760 11 1 -27.9241 62.1625 125.55 + 46 104.338 1210 11 0 -27.9194 62.1646 124.15 + 46 102.05 761 10 1 -27.825 62.2411 95.55 + 46 96.1117 1210 10 0 -27.8159 62.2402 94.15 + 46 173.523 762 9 1 -27.6369 62.2218 65.55 + 46 114.724 1210 9 0 -27.617 62.2103 64.15 + 46 133.21 764 8 1 -27.2041 61.999 35.55 + 46 248.2 1209 8 0 -27.1834 61.9817 34.15 + 46 104.209 766 7 1 -26.7635 61.6303 5.55 + 46 208.091 1207 7 0 -26.7381 61.6081 4.15 + 46 92.1541 769 6 1 -26.1945 61.1186 -24.45 + 46 105.124 1205 6 0 -26.1623 61.0997 -25.85 + 46 193.168 772 5 1 -25.4965 60.7528 -54.45 + 46 115.857 1203 5 0 -25.4689 60.7316 -55.85 + 46 117.109 775 4 1 -24.8995 60.3087 -84.45 + 46 209.396 1201 4 0 -24.8691 60.2882 -85.85 + 46 90.3192 778 3 1 -24.2555 59.9283 -114.45 + 46 21.056 779 3 1 -24.25 59.9277 -114.763 + 46 101.812 1199 3 0 -24.2304 59.9254 -115.85 + 46 130.691 781 2 1 -23.6747 59.8873 -144.45 + 46 107.78 1199 2 0 -23.644 59.8843 -145.85 + 46 171.079 785 1 1 -23.0016 59.8493 -174.45 + 46 114.338 1198 1 0 -22.9604 59.8451 -175.85 + 46 220.889 789 0 1 -22.13 59.78 -204.45 + 46 219.341 1198 0 0 -22.0947 59.7775 -205.85 + 46 290.361 659 1 0 -139.464 -48.1063 -176.25 + 46 21.5534 1008 1 0 39.521 21.6708 -176.25 + 46 89.9356 1007 1 0 39.5592 21.65 -176.219 + 46 12.127 790 0 1 -22.05 59.7935 -204.809 + 46 27.972 1193 1 0 -22.8361 58.7166 -175.85 + 46 118.219 1192 1 0 -22.8361 58.6497 -175.919 + 46 30.7266 1191 1 0 -22.8868 58.45 -176.142 + 46 147.652 786 0 1 -22.7137 59.4763 -204.45 + 46 117.651 1196 0 0 -22.8421 59.3807 -205.85 + 46 127.923 1208 11 0 -26.5735 61.7023 124.15 + 46 21.7246 778 11 1 -24.3171 62.244 125.15 + 46 8.2448 1206 11 0 -23.6511 61.3288 124.15 + 46 6.13958 779 11 1 -24.2057 61.4841 125.15 + 46 1.27545 1209 11 0 -25.3317 61.9075 124.15 + 46 4.6527 764 11 1 -27.1288 63.7444 125.15 + 46 27.872 1224 11 0 -27.8997 64.9814 124.15 +Number of digits in this event = 15 +Using G4ParticleGun ... +8.3966 LIN +e- +Event: 47 +Number of tracker hits in this event = 51 + 47 126.792 886 9 1 -2.79087 121.561 65.55 + 47 148.697 1507 9 0 -2.79109 121.56 64.15 + 47 115.88 886 8 1 -2.79535 121.553 35.55 + 47 141.146 1507 8 0 -2.79643 121.553 34.15 + 47 302.212 886 7 1 -2.82145 121.557 5.55 + 47 106.651 1507 7 0 -2.82283 121.555 4.15 + 47 120.376 885 6 1 -2.8524 121.526 -24.45 + 47 98.1284 1506 6 0 -2.85406 121.525 -25.85 + 47 194.958 885 5 1 -2.88772 121.498 -54.45 + 47 155.516 1506 5 0 -2.88791 121.497 -55.85 + 47 92.5148 885 4 1 -2.89175 121.465 -84.45 + 47 131.003 1506 4 0 -2.89235 121.464 -85.85 + 47 411.287 885 3 1 -2.90592 121.425 -114.45 + 47 112.043 1506 3 0 -2.9067 121.423 -115.85 + 47 272.184 885 2 1 -2.92768 121.384 -144.45 + 47 163.234 1506 2 0 -2.92815 121.382 -145.85 + 47 143.685 885 1 1 -2.94033 121.362 -174.45 + 47 242.981 1506 1 0 -2.94262 121.359 -175.85 + 47 161.315 885 0 1 -2.98954 121.316 -204.45 + 47 146.686 1505 0 0 -2.99226 121.313 -205.85 + 47 92.3788 1706 3 0 11.551 161.35 -116.202 + 47 179.746 1081 1 0 -123.549 36.4193 -176.25 + 47 175.034 142 2 0 -97.0442 -151.617 -146.25 + 47 34.8164 141 2 0 -96.8789 -151.75 -145.908 + 47 99.135 416 2 1 -96.8077 -152.542 -144.85 + 47 243.165 415 2 1 -96.95 -152.4 -144.815 + 47 252.406 884 5 1 -3.05 121.358 -54.6884 + 47 20.7584 1499 5 0 -3.22745 120.014 -55.85 + 47 82.7425 1498 5 0 -3.23731 119.95 -55.8737 + 47 12.2334 883 5 1 -3.36273 119.874 -54.85 + 47 32.6274 1500 5 0 -4.00635 120.198 -55.85 + 47 119.575 1507 3 0 -2.93312 121.581 -115.85 + 47 101.521 886 2 1 -2.83048 121.734 -144.45 + 47 98.6798 1507 2 0 -2.78655 121.715 -145.85 + 47 119.739 890 1 1 -1.95815 121.429 -174.45 + 47 511.408 896 0 1 -0.736257 120.389 -204.45 + 47 147.367 1500 0 0 -0.640422 120.324 -205.85 + 47 328.009 897 0 1 -0.65 120.382 -204.563 + 47 67.6737 898 0 1 -0.45 120.186 -204.523 + 47 139.28 1512 3 0 -3.12968 122.554 -115.85 + 47 97.8363 1513 3 0 -3.19154 122.75 -116.189 + 47 134.051 862 2 1 -7.64435 134.497 -144.45 + 47 77.5105 861 2 1 -7.65 134.498 -144.454 + 47 62.6544 860 2 1 -7.85 134.554 -144.585 + 47 57.6081 859 2 1 -8.05 134.587 -144.722 + 47 174.65 1573 2 0 -9.49145 134.849 -145.85 + 47 57.0052 1506 8 0 -2.79225 121.55 33.8159 + 47 264.625 1288 8 0 1.82742 77.6668 33.75 + 47 255.861 886 1 1 -2.84972 121.523 -174.463 + 47 121.652 1507 1 0 -2.81512 121.611 -175.85 + 47 20.5405 1508 1 0 -2.40898 121.804 -175.85 +Number of digits in this event = 31 +Using G4ParticleGun ... +7.4527 LIN +e- +Event: 48 +Number of tracker hits in this event = 54 + 48 116.19 1109 10 1 42.0344 106.343 95.55 + 48 170.321 1430 10 0 42.0336 106.343 94.15 + 48 128.965 1109 9 1 42.0138 106.347 65.55 + 48 125.621 1430 9 0 42.0121 106.347 64.15 + 48 157.061 1109 8 1 41.9823 106.36 35.55 + 48 126.721 1431 8 0 41.9812 106.361 34.15 + 48 144.18 1109 7 1 41.9581 106.374 5.55 + 48 113.808 1431 7 0 41.959 106.375 4.15 + 48 129.635 1109 6 1 41.9794 106.388 -24.45 + 48 101.855 1431 6 0 41.9788 106.389 -25.85 + 48 131.33 1109 5 1 41.9658 106.419 -54.45 + 48 180.107 1431 5 0 41.966 106.423 -55.85 + 48 200.733 1109 4 1 41.964 106.529 -84.45 + 48 136.677 1431 4 0 41.9615 106.538 -85.85 + 48 227.771 1109 3 1 41.8988 106.733 -114.45 + 48 109.116 1432 3 0 41.894 106.745 -115.85 + 48 230.07 1108 2 1 41.8115 107.002 -144.45 + 48 146.901 1434 2 0 41.8045 107.014 -145.85 + 48 144.956 1108 1 1 41.6576 107.235 -174.45 + 48 136.889 1435 1 0 41.6487 107.242 -175.85 + 48 126.047 1107 0 1 41.4685 107.378 -204.45 + 48 97.0639 1436 0 0 41.4613 107.389 -205.85 + 48 173.324 1026 0 1 25.2981 54.9252 -204.85 + 48 55.9803 985 2 1 17.2332 136.518 -144.45 + 48 196.028 986 2 1 17.25 136.562 -144.51 + 48 56.1896 1108 3 1 41.85 106.901 -114.711 + 48 110.645 1440 3 0 41.3361 108.151 -115.85 + 48 74.0823 1441 3 0 41.2646 108.35 -116.089 + 48 30.6507 1090 2 1 38.1283 119.189 -144.45 + 48 71.3252 1089 2 1 38.05 119.207 -144.504 + 48 110.417 1088 2 1 37.85 119.284 -144.531 + 48 50.1773 1087 2 1 37.6492 119.327 -144.535 + 48 48.7396 1086 2 1 37.45 119.322 -144.58 + 48 64.7342 1085 2 1 37.2498 119.293 -144.644 + 48 58.5016 1084 2 1 37.05 119.299 -144.706 + 48 60.6208 1490 2 0 36.842 118.257 -145.85 + 48 123.643 1489 2 0 36.7723 118.15 -145.989 + 48 70.3787 1319 2 0 90.8761 83.9446 -146.25 + 48 105.198 1318 2 0 91.1126 83.85 -146.125 + 48 0.208304 1358 2 1 91.9497 83.0789 -144.85 + 48 163.516 1359 2 1 91.95 83.0787 -144.85 + 48 215.739 1360 2 1 92.1501 82.7516 -144.501 + 48 122.458 1430 5 0 42.0557 106.35 -55.933 + 48 20.832 910 2 1 2.16533 114.808 -144.85 + 48 4.03307 950 1 1 10.1795 62.6486 -174.85 + 48 30.5255 949 1 1 10.0499 62.4995 -174.471 + 48 97.9277 1109 2 1 41.85 106.503 -144.599 + 48 114.024 1433 2 0 42.3335 106.755 -145.85 + 48 107.033 1167 1 1 53.5651 115.252 -174.45 + 48 74.8061 1475 1 0 53.6364 115.318 -175.85 + 48 35.8672 1476 1 0 53.6462 115.35 -176.111 + 48 128 1185 0 1 57.1424 124.084 -204.45 + 48 86.0048 1516 0 0 57.488 123.468 -205.85 + 48 54.543 1515 0 0 57.556 123.35 -206.096 +Number of digits in this event = 26 +Using G4ParticleGun ... +3.62355 LIN +e- +Event: 49 +Number of tracker hits in this event = 84 + 49 139.351 358 10 1 -108.401 -38.7179 95.55 + 49 133.774 706 10 0 -108.401 -38.7187 94.15 + 49 120.641 358 9 1 -108.395 -38.7413 65.55 + 49 91.9469 706 9 0 -108.395 -38.7432 64.15 + 49 111.864 358 8 1 -108.401 -38.7803 35.55 + 49 185.989 706 8 0 -108.398 -38.7842 34.15 + 49 117.366 359 7 1 -108.329 -38.8656 5.55 + 49 176.84 705 7 0 -108.326 -38.8698 4.15 + 49 265.022 359 6 1 -108.234 -38.959 -24.45 + 49 112.659 705 6 0 -108.229 -38.9647 -25.85 + 49 314.353 360 5 1 -108.13 -39.0988 -54.45 + 49 132.111 704 5 0 -108.123 -39.1041 -55.85 + 49 120.123 361 4 1 -107.95 -39.2017 -84.45 + 49 374.281 704 4 0 -107.94 -39.2051 -85.85 + 49 249.379 362 3 1 -107.725 -39.2801 -114.45 + 49 378.83 703 3 0 -107.721 -39.2814 -115.85 + 49 251.804 362 2 1 -107.634 -39.3096 -144.45 + 49 126.463 703 2 0 -107.631 -39.3019 -145.85 + 49 107.93 362 1 1 -107.564 -39.1476 -174.45 + 49 118.233 704 1 0 -107.555 -39.1409 -175.85 + 49 232.117 363 0 1 -107.406 -39.009 -204.45 + 49 122.572 705 0 0 -107.396 -39 -205.85 + 49 242.305 362 0 1 -107.55 -39.0789 -204.597 + 49 85.2871 363 3 1 -107.55 -39.3144 -114.587 + 49 57.2776 364 3 1 -107.35 -39.341 -114.731 + 49 154.742 702 3 0 -106.565 -39.45 -115.902 + 49 84.3619 704 3 0 -106.402 -39.25 -116.168 + 49 175.315 439 2 1 -92.3112 -31.0356 -144.45 + 49 151.908 440 2 1 -92.15 -31.4734 -144.624 + 49 234.674 361 3 1 -107.75 -39.323 -114.583 + 49 97.9089 346 2 1 -110.888 -46.5926 -144.45 + 49 89.766 345 2 1 -110.95 -46.6971 -144.695 + 49 110.625 663 2 0 -111.245 -47.2623 -145.85 + 49 7.33454 662 2 0 -111.322 -47.45 -146.228 + 49 134.354 316 1 1 -116.822 -61.6799 -174.45 + 49 123.849 590 1 0 -117.14 -61.9707 -175.85 + 49 149.889 283 0 1 -123.498 -66.2043 -204.45 + 49 13.7564 572 0 0 -123.607 -65.4727 -205.85 + 49 86.3146 573 0 0 -123.611 -65.4496 -205.898 + 49 133.065 729 0 0 -104.717 -34.2087 -206.25 + 49 34.3544 379 0 1 -104.18 -33.9615 -204.85 + 49 93.1636 380 0 1 -104.15 -33.9411 -204.784 + 49 60.9415 381 0 1 -103.95 -33.822 -204.525 + 49 158.383 382 0 1 -103.75 -33.8197 -204.49 + 49 151.853 383 0 1 -103.55 -34.2898 -204.831 + 49 18.7996 707 0 0 -99.6344 -38.603 -205.85 + 49 142.774 706 0 0 -99.6012 -38.6501 -205.863 + 49 94.8947 410 0 1 -98.104 -40.3548 -204.85 + 49 7.95999 411 0 1 -97.95 -40.4816 -204.83 + 49 40.5984 696 0 0 -96.8143 -40.7929 -205.85 + 49 73.5584 695 0 0 -96.7093 -40.85 -205.967 + 49 134.228 694 0 0 -96.6832 -41.0501 -206.03 + 49 47.6209 419 0 1 -96.288 -40.9146 -204.85 + 49 59.4698 420 0 1 -96.15 -40.8683 -204.757 + 49 77.0954 421 0 1 -95.95 -40.8521 -204.779 + 49 117.159 422 0 1 -95.75 -40.7668 -204.759 + 49 73.5843 423 0 1 -95.55 -40.6046 -204.715 + 49 236.732 699 0 0 -95.2183 -40.0613 -205.85 + 49 45.4172 700 0 0 -95.209 -40.0498 -205.875 + 49 226.529 360 4 1 -108.001 -39.1923 -84.45 + 49 134.185 702 2 0 -107.56 -39.4759 -145.85 + 49 141.02 363 1 1 -107.439 -39.7822 -174.45 + 49 204.233 701 1 0 -107.421 -39.806 -175.85 + 49 127.882 365 0 1 -107.034 -40.2273 -204.45 + 49 115.329 698 0 0 -107.007 -40.2676 -205.85 + 49 193.362 703 4 0 -108.131 -39.2596 -85.85 + 49 261.503 341 3 1 -111.899 -40.0147 -114.45 + 49 0.859859 699 3 0 -112.096 -40.2494 -115.85 + 49 99.8567 698 3 0 -112.097 -40.2501 -115.854 + 49 132.182 318 2 1 -116.499 -45.3623 -144.45 + 49 0.398667 667 2 0 -116.363 -46.6489 -145.85 + 49 95.1934 666 2 0 -116.363 -46.65 -145.851 + 49 59.499 665 2 0 -116.334 -46.8503 -146.096 + 49 47.7549 336 1 1 -112.876 -65.7688 -174.45 + 49 66.8112 337 1 1 -112.75 -65.8227 -174.565 + 49 41.1165 338 1 1 -112.55 -65.9026 -174.745 + 49 107.2 567 1 0 -110.96 -66.4892 -175.85 + 49 105.537 566 1 0 -110.579 -66.65 -176.02 + 49 80.5468 565 1 0 -110.337 -66.85 -176.12 + 49 30.5146 564 1 0 -110.159 -67.05 -176.229 + 49 63.2576 340 3 1 -111.95 -40.1111 -114.82 + 49 233.012 32 3 1 -173.626 -1.30247 -114.45 + 49 90.0629 359 0 1 -108.341 -38.998 -204.45 + 49 145.092 704 0 0 -108.316 -39.1612 -205.85 +Number of digits in this event = 42 +Using G4ParticleGun ... +7.0267 LIN +e- +Event: 50 +Number of tracker hits in this event = 31 + 50 158.372 1581 8 1 136.438 48.7108 35.55 + 50 116.465 1143 8 0 136.44 48.7094 34.15 + 50 174.815 1581 7 1 136.472 48.6783 5.55 + 50 207.143 1143 7 0 136.474 48.6786 4.15 + 50 143.754 1581 6 1 136.508 48.6848 -24.45 + 50 106.534 1143 6 0 136.511 48.6863 -25.85 + 50 166.843 1582 5 1 136.568 48.7224 -54.45 + 50 184.554 1143 5 0 136.571 48.7226 -55.85 + 50 117.178 1582 4 1 136.627 48.7274 -84.45 + 50 115.92 1143 4 0 136.63 48.727 -85.85 + 50 137.962 1582 3 1 136.682 48.7209 -114.45 + 50 120.762 1143 3 0 136.683 48.7187 -115.85 + 50 279.644 1582 2 1 136.708 48.6762 -144.45 + 50 109.871 1143 2 0 136.711 48.6755 -145.85 + 50 132.699 1583 1 1 136.755 48.6651 -174.45 + 50 114.452 1143 1 0 136.758 48.6633 -175.85 + 50 124.764 1583 0 1 136.824 48.6315 -204.45 + 50 107.838 1142 0 0 136.824 48.6289 -205.85 + 50 27.1164 1118 1 0 17.0266 43.668 -176.25 + 50 137.983 1117 1 0 17.0934 43.65 -176.171 + 50 208.639 986 1 1 17.4099 43.525 -174.85 + 50 229.508 987 1 1 17.45 43.502 -174.647 + 50 334.421 988 1 1 17.65 43.33 -174.537 + 50 123.871 1113 1 0 16.257 42.6964 -175.85 + 50 87.4009 983 1 1 16.7534 41.6491 -174.85 + 50 22.8924 601 7 0 179.251 -59.6965 3.75 + 50 111.189 1583 2 1 136.75 48.3498 -144.653 + 50 157.228 1137 2 0 137.057 47.4796 -145.85 + 50 49.7833 1136 2 0 137.074 47.45 -145.888 + 50 9.23276 1221 0 0 89.847 64.45 -205.909 + 50 96.0175 731 2 0 106.096 -33.65 -146.23 +Number of digits in this event = 19 +Using G4ParticleGun ... +3.78586 LIN +e- +Event: 51 +Number of tracker hits in this event = 22 + 51 129.04 1562 8 1 132.737 -51.2239 35.55 + 51 154.74 644 8 0 132.736 -51.2226 34.15 + 51 130.834 1562 7 1 132.712 -51.196 5.55 + 51 101.488 644 7 0 132.715 -51.1962 4.15 + 51 108.096 1563 6 1 132.776 -51.2029 -24.45 + 51 113.146 644 6 0 132.778 -51.2023 -25.85 + 51 116.107 1563 5 1 132.82 -51.1891 -54.45 + 51 319.462 644 5 0 132.823 -51.1818 -55.85 + 51 107.55 1563 4 1 132.889 -51.0344 -84.45 + 51 139.565 645 4 0 132.895 -51.0263 -85.85 + 51 147.946 1564 3 1 133.012 -50.8496 -114.45 + 51 142.309 646 3 0 133.017 -50.8405 -115.85 + 51 97.8844 1564 2 1 133.132 -50.6567 -144.45 + 51 94.2324 647 2 0 133.138 -50.6476 -145.85 + 51 147.034 1565 1 1 133.262 -50.4503 -174.45 + 51 127.678 648 1 0 133.267 -50.4385 -175.85 + 51 136.48 1566 0 1 133.389 -50.2017 -204.45 + 51 114.479 649 0 0 133.395 -50.1886 -205.85 + 51 6.61767 630 1 0 130.947 -53.85 -176.043 + 51 223.368 1565 2 1 133.15 -50.6684 -144.709 + 51 313.398 645 2 0 133.669 -50.8928 -145.85 + 51 53.4601 646 2 0 133.679 -50.8499 -145.925 +Number of digits in this event = 14 +Using G4ParticleGun ... +7.51791 LIN +e- +Event: 52 +Number of tracker hits in this event = 25 + 52 0.45497 254 9 0 -41.5555 -129.262 63.7529 + 52 125.927 692 8 1 -41.5549 -129.263 35.55 + 52 199.943 254 8 0 -41.5513 -129.265 34.15 + 52 104.739 692 7 1 -41.4826 -129.323 5.55 + 52 98.8614 254 7 0 -41.4802 -129.325 4.15 + 52 100.023 693 6 1 -41.432 -129.369 -24.45 + 52 148.813 253 6 0 -41.4292 -129.371 -25.85 + 52 105.971 693 5 1 -41.3753 -129.425 -54.45 + 52 104.977 253 5 0 -41.3757 -129.422 -55.85 + 52 112.183 693 4 1 -41.3721 -129.37 -84.45 + 52 147.344 253 4 0 -41.3724 -129.367 -85.85 + 52 115.754 693 3 1 -41.382 -129.309 -114.45 + 52 264.58 254 3 0 -41.4334 -129.27 -115.85 + 52 118.999 688 2 1 -42.4271 -128.597 -144.45 + 52 246.204 258 2 0 -42.4212 -128.484 -145.85 + 52 118.702 688 1 1 -42.302 -126.124 -174.45 + 52 123.807 271 1 0 -42.3741 -125.932 -175.851 + 52 110.681 680 0 1 -44.0131 -121.6 -204.45 + 52 101.595 293 0 0 -44.0583 -121.478 -205.85 + 52 11.8195 209 5 0 -64.8757 -138.344 -56.25 + 52 287.2 208 5 0 -64.9004 -138.35 -56.2256 + 52 28.6445 207 5 0 -64.9937 -138.55 -56.2205 + 52 9.19363 456 2 1 -88.85 -148.208 -144.553 + 52 71.8551 619 0 1 -56.121 -62.3822 -204.45 + 52 92.0843 232 8 0 -61.1777 -133.562 33.75 +Number of digits in this event = 10 +Using G4ParticleGun ... +5.96969 LIN +e- +Event: 53 +Number of tracker hits in this event = 46 + 53 103.416 1407 10 1 101.567 33.8569 95.55 + 53 119.012 1069 10 0 101.567 33.8572 94.15 + 53 112.512 1407 9 1 101.574 33.8656 65.55 + 53 124.856 1069 9 0 101.575 33.8653 64.15 + 53 147.189 1407 8 1 101.575 33.855 35.55 + 53 137.801 1069 8 0 101.574 33.8543 34.15 + 53 161.921 1407 7 1 101.558 33.8439 5.55 + 53 120.969 1068 7 0 101.557 33.8434 4.15 + 53 284.722 1407 6 1 101.553 33.8359 -24.45 + 53 119.14 1068 6 0 101.552 33.8355 -25.85 + 53 108.347 1406 5 1 101.528 33.8274 -54.45 + 53 143.107 1068 5 0 101.527 33.8289 -55.85 + 53 132.22 1406 4 1 101.501 33.8592 -84.45 + 53 109.423 1069 4 0 101.5 33.861 -85.85 + 53 101.671 1406 3 1 101.478 33.898 -114.45 + 53 117.808 1069 3 0 101.476 33.9013 -115.85 + 53 135.538 1406 2 1 101.433 33.9703 -144.45 + 53 153.974 1069 2 0 101.43 33.9735 -145.85 + 53 183.659 1406 1 1 101.359 34.0434 -174.45 + 53 150.945 1069 1 0 101.357 34.0473 -175.85 + 53 176.907 1405 0 1 101.309 34.1327 -204.45 + 53 113.779 1070 0 0 101.31 34.1332 -205.85 + 53 68.1068 1144 0 0 59.4462 48.9455 -206.25 + 53 34.3184 1407 2 1 101.708 33.8283 -144.45 + 53 105.723 1408 2 1 101.75 33.7551 -144.554 + 53 77.1004 1063 2 0 102.592 32.7408 -145.85 + 53 124.368 1062 2 0 102.669 32.65 -145.963 + 53 18.6913 1061 2 0 102.854 32.45 -146.206 + 53 101.171 1520 1 1 124.255 8.82471 -174.45 + 53 114.513 1521 1 1 124.35 8.72877 -174.57 + 53 12.1641 1522 1 1 124.55 8.54744 -174.812 + 53 111.099 938 1 0 125.459 7.75165 -175.85 + 53 122.427 937 1 0 125.577 7.65 -175.982 + 53 1.83272 936 1 0 125.83 7.45 -176.249 + 53 481.412 1666 0 1 153.491 -12.7568 -204.45 + 53 298.825 1667 0 1 153.55 -12.6988 -204.625 + 53 118.572 838 0 0 154.093 -12.4101 -205.85 + 53 88.9398 827 0 0 153.644 -14.5151 -205.85 + 53 71.5841 826 0 0 153.791 -14.65 -205.999 + 53 88.2974 825 0 0 153.892 -14.85 -205.94 + 53 31.9832 824 0 0 153.981 -15.05 -205.875 + 53 171.118 1677 0 1 155.636 -15.6975 -204.85 + 53 16.5026 1678 0 1 155.75 -15.7297 -204.824 + 53 133.048 818 0 0 156.557 -16.2714 -205.85 + 53 15.8862 842 0 0 153.813 -11.497 -205.85 + 53 125.718 843 0 0 153.818 -11.45 -205.913 +Number of digits in this event = 22 +Using G4ParticleGun ... +4.725 LIN +e- +Event: 54 +Number of tracker hits in this event = 114 + 54 126.569 750 10 1 -29.9793 80.2771 95.55 + 54 173.225 1301 10 0 -29.9817 80.2777 94.15 + 54 128.749 750 9 1 -30.0378 80.2842 65.55 + 54 118.162 1301 9 0 -30.0403 80.2843 64.15 + 54 106.388 749 8 1 -30.0956 80.2885 35.55 + 54 112.816 1301 8 0 -30.0979 80.2898 34.15 + 54 133.024 749 7 1 -30.1433 80.3193 5.55 + 54 104.795 1301 7 0 -30.1469 80.3198 4.15 + 54 265.857 749 6 1 -30.2335 80.3269 -24.45 + 54 249.655 1301 6 0 -30.2416 80.3268 -25.85 + 54 118.392 748 5 1 -30.3964 80.3401 -54.45 + 54 137.818 1301 5 0 -30.4019 80.3381 -55.85 + 54 208.2 747 4 1 -30.5214 80.296 -84.45 + 54 130.021 1301 4 0 -30.5103 80.3055 -85.85 + 54 106.463 748 3 1 -30.2834 80.4916 -114.45 + 54 191.572 1302 3 0 -30.2735 80.4979 -115.85 + 54 115.958 749 2 1 -30.0691 80.633 -144.45 + 54 129.827 1302 2 0 -30.055 80.639 -145.85 + 54 125.758 751 1 1 -29.7497 80.7652 -174.45 + 54 144.586 1303 1 0 -29.7385 80.7687 -175.85 + 54 138.316 752 0 1 -29.5008 80.838 -204.45 + 54 135.309 1303 0 0 -29.4905 80.8406 -205.85 + 54 55.0319 1213 2 0 106.763 62.768 -146.25 + 54 387.544 1212 2 0 106.908 62.65 -146.181 + 54 131.058 1211 2 0 107.468 62.45 -146.088 + 54 26.7816 1303 2 0 -30.0699 80.65 -146.247 + 54 81.6343 748 6 1 -30.2501 80.3104 -24.6137 + 54 234.782 1300 6 0 -30.4452 80.1518 -25.85 + 54 181.432 728 5 1 -34.3352 76.8947 -54.45 + 54 122.99 1284 5 0 -34.6417 76.9934 -55.85 + 54 104.168 696 4 1 -40.8334 77.6997 -84.45 + 54 121.897 1288 4 0 -40.7167 77.7334 -85.85 + 54 14.5543 687 3 1 -42.5949 86.2342 -114.45 + 54 65.23 686 3 1 -42.65 86.2523 -114.479 + 54 55.1011 685 3 1 -42.85 86.3114 -114.566 + 54 60.125 684 3 1 -43.05 86.3735 -114.623 + 54 54.7144 683 3 1 -43.2502 86.4319 -114.673 + 54 64.7581 682 3 1 -43.4501 86.4877 -114.682 + 54 156.068 681 3 1 -43.65 86.5029 -114.648 + 54 50.2122 680 3 1 -43.85 86.4703 -114.6 + 54 49.1574 679 3 1 -44.05 86.4107 -114.54 + 54 62.9135 678 3 1 -44.2504 86.373 -114.471 + 54 125.549 677 3 1 -44.4508 86.3903 -114.471 + 54 134.63 676 3 1 -44.65 86.3952 -114.54 + 54 144.55 675 3 1 -44.85 86.3788 -114.609 + 54 181.324 674 3 1 -45.05 86.3616 -114.631 + 54 156.788 673 3 1 -45.25 86.3402 -114.635 + 54 231.101 672 3 1 -45.45 86.1912 -114.661 + 54 228.819 671 3 1 -45.65 85.8568 -114.606 + 54 46.5717 1307 3 0 -41.4762 81.5185 -115.85 + 54 252.433 1306 3 0 -41.3949 81.45 -115.876 + 54 119.499 498 1 1 -80.3722 74.3436 -174.45 + 54 20.7766 497 1 1 -80.45 74.3237 -174.761 + 54 120.569 1270 1 0 -80.725 74.2223 -175.85 + 54 17.8271 459 0 1 -88.1019 71.7983 -204.45 + 54 71.2131 460 0 1 -88.0498 71.7579 -204.471 + 54 75.3622 461 0 1 -87.85 71.6197 -204.541 + 54 188.218 462 0 1 -87.65 71.5087 -204.615 + 54 62.2128 463 0 1 -87.45 71.4086 -204.665 + 54 70.212 464 0 1 -87.25 71.3002 -204.695 + 54 56.0982 465 0 1 -87.05 71.1896 -204.713 + 54 55.1949 466 0 1 -86.8498 71.0764 -204.737 + 54 58.7114 467 0 1 -86.65 70.9509 -204.75 + 54 98.324 468 0 1 -86.4497 70.8226 -204.748 + 54 59.9472 469 0 1 -86.25 70.7124 -204.737 + 54 66.9061 470 0 1 -86.05 70.5623 -204.733 + 54 83.1342 471 0 1 -85.85 70.4055 -204.749 + 54 98.4085 472 0 1 -85.6499 70.2626 -204.748 + 54 126.65 473 0 1 -85.45 70.112 -204.712 + 54 58.6856 474 0 1 -85.25 70.0082 -204.622 + 54 66.9094 475 0 1 -85.0498 69.9052 -204.536 + 54 10.2924 476 0 1 -84.85 69.7983 -204.465 + 54 39.2978 477 0 1 -84.5406 69.6002 -204.45 + 54 90.9405 478 0 1 -84.45 69.5465 -204.538 + 54 40.65 479 0 1 -84.25 69.4149 -204.743 + 54 62.8467 1241 0 0 -83.3854 68.3044 -205.85 + 54 158.599 1240 0 0 -83.3368 68.25 -205.915 + 54 133.58 499 1 1 -80.25 74.2674 -174.492 + 54 100.12 500 1 1 -80.05 74.1271 -174.578 + 54 119.655 501 1 1 -79.85 73.9174 -174.687 + 54 3.25609 502 1 1 -79.65 73.5969 -174.844 + 54 45.0935 1257 1 0 -78.2422 71.5749 -175.85 + 54 88.8157 1256 1 0 -78.1502 71.45 -175.914 + 54 87.7039 1255 1 0 -77.9906 71.25 -176.015 + 54 231.603 1254 1 0 -77.8362 71.05 -176.129 + 54 66.1581 738 1 0 -107.319 -32.3506 -176.25 + 54 99.9983 737 1 0 -107.472 -32.45 -176.181 + 54 107.002 736 1 0 -107.78 -32.65 -176.094 + 54 86.3718 735 1 0 -108.061 -32.85 -176.006 + 54 79.5139 734 1 0 -108.31 -33.0503 -175.938 + 54 122.203 733 1 0 -108.515 -33.25 -175.9 + 54 106.169 732 1 0 -108.725 -33.45 -175.905 + 54 85.3661 731 1 0 -108.934 -33.65 -176.061 + 54 333.321 243 0 1 -131.377 -55.605 -204.45 + 54 107.844 244 0 1 -131.35 -55.9095 -204.655 + 54 3.35421 1149 6 0 -24.3149 49.8565 -26.25 + 54 81.7755 1148 6 0 -24.3138 49.85 -26.243 + 54 58.3968 1147 6 0 -24.2987 49.65 -26.0259 + 54 66.9592 779 6 1 -24.0972 48.6536 -24.85 + 54 57.5812 780 6 1 -24.05 48.4815 -24.6138 + 54 3.74273 1369 7 0 -2.77432 94.1404 3.75003 + 54 66.1804 1370 7 0 -2.77042 94.1502 3.75643 + 54 68.0354 1371 7 0 -2.70514 94.3503 3.93456 + 54 31.3559 1372 7 0 -2.70747 94.55 4.09089 + 54 186.595 885 7 1 -2.93213 95.6393 5.15015 + 54 283.438 884 7 1 -3.05 95.9107 5.48634 + 54 31.6392 1380 7 0 -3.38542 96.3117 4.15 + 54 101.91 1381 7 0 -3.41526 96.3501 4.0581 + 54 126.088 1232 7 0 18.7372 66.5346 3.75006 + 54 227.4 1233 7 0 18.867 66.6501 3.82439 + 54 91.5788 927 13 0 106.351 5.55595 183.75 + 54 87.8706 928 13 0 106.27 5.65 183.973 + 54 440.367 1434 13 1 107.018 8.47 185.15 + 54 14.354 1433 13 1 106.95 8.67885 185.44 +Number of digits in this event = 45 +Using G4ParticleGun ... +6.02227 LIN +e- +Event: 55 +Number of tracker hits in this event = 167 + 55 138.025 276 9 1 -124.8 -23.9862 65.55 + 55 107.493 780 9 0 -124.799 -23.9858 64.15 + 55 122.047 276 8 1 -124.779 -23.9766 35.55 + 55 146.343 780 8 0 -124.778 -23.9765 34.15 + 55 155.06 276 7 1 -124.76 -23.9792 5.55 + 55 103.297 780 7 0 -124.759 -23.9804 4.15 + 55 423.53 277 6 1 -124.74 -23.9634 -24.45 + 55 356.189 780 6 0 -124.741 -23.9634 -25.85 + 55 181.843 276 5 1 -124.78 -23.9401 -54.45 + 55 333.776 780 5 0 -124.785 -23.9363 -55.85 + 55 196.961 276 4 1 -124.879 -23.8331 -84.45 + 55 150.65 781 4 0 -124.888 -23.8371 -85.85 + 55 103.602 275 3 1 -125.082 -23.9066 -114.45 + 55 700.736 780 3 0 -125.097 -23.9131 -115.85 + 55 151.443 273 2 1 -125.418 -24.0896 -144.45 + 55 357.663 779 2 0 -125.427 -24.0991 -145.85 + 55 130.896 272 1 1 -125.556 -24.3798 -174.45 + 55 190.922 778 1 0 -125.559 -24.3903 -175.85 + 55 133.452 272 0 1 -125.616 -24.6077 -204.45 + 55 104.069 777 0 0 -125.616 -24.6216 -205.85 + 55 104.473 1470 1 0 -160.023 114.203 -176.25 + 55 34.7025 770 6 0 -125.297 -25.9239 -25.8502 + 55 70.5064 769 6 0 -125.287 -26.0506 -25.8928 + 55 47.0627 270 6 1 -126.11 -28.4778 -24.85 + 55 372.749 269 6 1 -126.15 -28.5836 -24.7884 + 55 574.654 277 5 1 -124.563 -23.9399 -54.45 + 55 134.982 278 4 1 -124.387 -23.9598 -84.45 + 55 352.23 780 4 0 -124.386 -23.9405 -85.85 + 55 108.455 279 3 1 -124.303 -23.4299 -114.45 + 55 131.767 783 3 0 -124.287 -23.3675 -115.85 + 55 393.62 280 2 1 -123.966 -22.1059 -144.45 + 55 11.1872 789 2 0 -123.958 -22.0517 -145.85 + 55 148.608 790 2 0 -123.958 -22.05 -145.893 + 55 159.172 281 1 1 -123.87 -20.8729 -174.45 + 55 209.376 796 1 0 -123.877 -20.8132 -175.85 + 55 141.926 280 0 1 -123.957 -19.4965 -204.45 + 55 122.875 803 0 0 -123.93 -19.4429 -205.85 + 55 102.548 277 4 1 -124.674 -23.9387 -84.45 + 55 665.091 277 3 1 -124.66 -23.9168 -114.45 + 55 360.378 277 2 1 -124.637 -23.8107 -144.45 + 55 275.842 781 2 0 -124.638 -23.8085 -145.85 + 55 435.646 277 1 1 -124.608 -23.8035 -174.45 + 55 360.178 781 1 0 -124.666 -23.812 -175.85 + 55 131.591 270 0 1 -126.046 -24.1496 -204.45 + 55 125.132 779 0 0 -126.198 -24.1964 -205.85 + 55 65.3267 278 2 1 -124.55 -23.7678 -144.481 + 55 192.284 279 2 1 -124.35 -23.777 -144.582 + 55 269.296 281 2 1 -123.95 -23.7101 -144.758 + 55 185.675 774 2 0 -124.605 -25.0825 -145.85 + 55 183.746 773 2 0 -124.748 -25.25 -146.084 + 55 283.047 278 0 1 -124.523 -23.8136 -204.45 + 55 384.738 781 0 0 -124.515 -23.8186 -205.85 + 55 118.719 490 0 1 -81.8769 -109.257 -204.45 + 55 18.0734 276 1 1 -124.75 -23.8983 -174.817 + 55 242.632 780 1 0 -125.227 -23.9189 -175.85 + 55 32.8011 500 1 0 -139.35 -79.9437 -176.25 + 55 101.199 499 1 0 -139.361 -80.05 -176.161 + 55 131.881 498 1 0 -139.483 -80.25 -176.033 + 55 25.9329 200 1 1 -140.111 -80.3768 -174.85 + 55 123.112 199 1 1 -140.15 -80.382 -174.77 + 55 68.3567 198 1 1 -140.35 -80.3327 -174.465 + 55 66.7153 197 1 1 -140.55 -80.3316 -174.542 + 55 255.857 196 1 1 -140.75 -80.3048 -174.615 + 55 133.629 195 1 1 -140.95 -80.2176 -174.819 + 55 137.677 779 5 0 -124.752 -24.0579 -55.85 + 55 141.176 270 4 1 -126.046 -25.5577 -84.45 + 55 140.52 772 4 0 -126.155 -25.5671 -85.85 + 55 272.984 261 3 1 -127.784 -25.8914 -114.45 + 55 150.688 771 3 0 -127.86 -25.8262 -115.85 + 55 18.5973 255 2 1 -128.977 -24.851 -144.45 + 55 109.262 256 2 1 -128.95 -24.8441 -144.506 + 55 136.239 776 2 0 -128.298 -24.7254 -145.85 + 55 105.45 334 1 1 -113.236 -23.9947 -174.45 + 55 78.9316 350 0 1 -110.14 -21.4376 -204.45 + 55 36.3119 349 0 1 -110.15 -21.4982 -204.728 + 55 118.517 791 0 0 -110.172 -21.7235 -205.85 + 55 23.0621 772 3 0 -127.857 -25.65 -116.217 + 55 14.7011 257 1 1 -128.731 -24.4343 -174.45 + 55 195.186 256 1 1 -128.75 -24.43 -174.634 + 55 55.8495 255 1 1 -128.95 -24.177 -174.552 + 55 116.88 825 0 0 -95.9243 -14.853 -206.25 + 55 90.5333 826 0 0 -95.9124 -14.85 -206.245 + 55 25.8625 429 0 1 -94.2169 -15.0766 -204.85 + 55 162.174 430 0 1 -94.15 -15.098 -204.809 + 55 90.5741 431 0 1 -93.9497 -15.3408 -204.61 + 55 55.6523 432 0 1 -93.75 -15.5002 -204.605 + 55 132.264 433 0 1 -93.5499 -15.5422 -204.63 + 55 114.196 434 0 1 -93.35 -15.8167 -204.647 + 55 291.562 448 0 1 -90.5458 -22.4987 -204.85 + 55 29.317 774 3 0 -127.464 -25.1322 -115.85 + 55 76.3471 775 3 0 -127.434 -25.05 -115.918 + 55 89.2914 776 3 0 -127.37 -24.85 -116.078 + 55 170.081 1155 3 0 -130.695 51.0772 -116.25 + 55 117.646 1156 3 0 -131.006 51.25 -115.955 + 55 701.822 237 3 1 -132.563 51.2582 -114.85 + 55 166.891 236 3 1 -132.75 52.2452 -114.582 + 55 168.107 782 5 0 -124.671 -23.6064 -55.85 + 55 81.1361 913 5 0 -147.016 2.69941 -56.25 + 55 132.675 914 5 0 -147.195 2.85 -56.0156 + 55 28.8348 159 5 1 -148.282 3.44666 -54.85 + 55 70.7074 158 5 1 -148.35 3.48157 -54.7798 + 55 65.6545 157 5 1 -148.55 3.60134 -54.6106 + 55 106.257 156 5 1 -148.75 3.65413 -54.4543 + 55 75.5927 155 5 1 -148.95 3.58398 -54.61 + 55 106.296 915 5 0 -149.432 3.1618 -55.85 + 55 43.4832 978 5 0 -145.399 15.7049 -56.25 + 55 113.597 979 5 0 -145.465 15.85 -56.1549 + 55 2.81246 980 5 0 -145.602 16.05 -55.8568 + 55 542.373 172 5 1 -145.74 16.7019 -54.85 + 55 192.891 171 5 1 -145.75 17.5113 -54.7739 + 55 114.152 1008 5 0 -148.864 21.708 -55.85 + 55 113.954 1009 5 0 -149.009 21.85 -55.9169 + 55 90.6599 1010 5 0 -149.16 22.05 -56.0694 + 55 23.2839 1011 5 0 -149.141 22.2503 -56.2014 + 55 27.8684 932 5 0 -152.182 6.53971 -56.2498 + 55 65.0223 931 5 0 -152.193 6.45 -56.1795 + 55 51.922 930 5 0 -152.177 6.25 -56.0812 + 55 66.4517 929 5 0 -152.148 6.05 -56.0426 + 55 4.07692 136 5 1 -152.943 5.39892 -54.85 + 55 182.277 135 5 1 -152.95 5.39581 -54.8382 + 55 96.1421 134 5 1 -153.15 5.20314 -54.5433 + 55 197.671 133 5 1 -153.35 5.28426 -54.6027 + 55 106.47 923 5 0 -153.341 4.76704 -55.85 + 55 8.81321 173 5 1 -145.543 16.9787 -54.45 + 55 87.9476 781 3 0 -124.266 -23.85 -115.996 + 55 48.7299 328 2 1 -114.462 -20.0166 -144.45 + 55 100.629 329 2 1 -114.35 -20.0068 -144.579 + 55 11.4033 330 2 1 -114.15 -19.9945 -144.816 + 55 184.92 800 2 0 -113.312 -19.9445 -145.85 + 55 116.276 448 1 1 -90.4916 -18.7221 -174.45 + 55 86.7495 449 1 1 -90.35 -18.6889 -174.64 + 55 67.5768 809 1 0 -89.6375 -18.1442 -175.85 + 55 65.6328 810 1 0 -89.5239 -18.05 -176.049 + 55 35.0312 532 0 1 -73.5661 -3.74946 -204.45 + 55 124.181 533 0 1 -73.45 -3.70143 -204.539 + 55 87.4788 534 0 1 -73.25 -3.61375 -204.7 + 55 73.8279 885 0 0 -71.8485 -2.92823 -205.85 + 55 137.472 886 0 0 -71.6922 -2.85 -205.975 + 55 101.033 279 1 1 -124.235 -24.9906 -174.45 + 55 14.8538 775 1 0 -124.204 -25.0476 -175.85 + 55 212.497 774 1 0 -124.203 -25.05 -175.909 + 55 100.475 283 0 1 -123.543 -26.2117 -204.45 + 55 177.312 768 0 0 -123.516 -26.2911 -205.85 + 55 45.6716 779 1 0 -124.735 -24.05 -176.083 + 55 200.953 277 0 1 -124.721 -28.3991 -204.45 + 55 59.9395 758 0 0 -124.693 -28.2767 -205.85 + 55 68.5632 759 0 0 -124.696 -28.25 -206.016 + 55 30.752 161 1 1 -147.867 -131.431 -174.45 + 55 226.162 160 1 1 -147.95 -131.441 -174.494 + 55 357.922 159 1 1 -148.15 -131.455 -174.555 + 55 200.779 268 0 1 -126.517 -23.8847 -204.45 + 55 30.6654 267 0 1 -126.55 -23.8796 -204.726 + 55 74.0397 785 0 0 -126.274 -22.9552 -205.85 + 55 358.835 786 0 0 -126.379 -22.85 -205.973 + 55 33.6333 778 2 0 -124.58 -24.4321 -145.85 + 55 85.4748 777 2 0 -124.568 -24.45 -145.95 + 55 129.323 297 1 1 -120.742 -29.6307 -174.45 + 55 36.8696 751 1 0 -120.466 -29.8316 -175.85 + 55 115.544 750 1 0 -120.439 -29.85 -175.98 + 55 106.515 333 0 1 -113.456 -33.4761 -204.45 + 55 11.9723 334 0 1 -113.35 -33.5361 -204.804 + 55 125.621 731 0 0 -113.055 -33.7175 -205.85 + 55 299.445 276 6 1 -124.774 -23.9732 -24.45 + 55 106.512 782 6 0 -122.169 -23.6048 -25.85 + 55 64.8228 781 6 0 -121.921 -23.65 -26.0778 + 55 6.44117 882 6 0 -118.359 -3.46555 -26.25 + 55 169.371 883 6 0 -118.354 -3.44992 -26.246 +Number of digits in this event = 81 +Using G4ParticleGun ... +7.71765 LIN +e- +Event: 56 +Number of tracker hits in this event = 133 + 56 147.721 1551 8 1 130.38 41.1587 35.55 + 56 116.193 1105 8 0 130.38 41.1592 34.15 + 56 112.389 1551 7 1 130.363 41.1673 5.55 + 56 113.425 1105 7 0 130.362 41.1675 4.15 + 56 428.731 1551 6 1 130.354 41.1649 -24.45 + 56 442.755 1105 6 0 130.354 41.1646 -25.85 + 56 190.212 1551 5 1 130.358 41.1627 -54.45 + 56 151.8 1105 5 0 130.357 41.1635 -55.85 + 56 261.259 1550 4 1 130.328 41.1836 -84.45 + 56 258.476 1105 4 0 130.326 41.1844 -85.85 + 56 381.177 1550 3 1 130.277 41.2015 -114.45 + 56 208.201 1105 3 0 130.275 41.2022 -115.85 + 56 112.552 1550 2 1 130.23 41.2142 -144.45 + 56 168.252 1105 2 0 130.227 41.215 -145.85 + 56 346.013 1550 1 1 130.171 41.2323 -174.45 + 56 387.33 1105 1 0 130.169 41.2352 -175.85 + 56 247.567 1549 0 1 130.131 41.3027 -204.45 + 56 501.664 1106 0 0 130.129 41.3086 -205.85 + 56 76.834 1548 0 1 129.95 41.0688 -204.52 + 56 26.2768 1547 0 1 129.75 40.906 -204.468 + 56 241.926 1550 0 1 130.203 41.2616 -204.45 + 56 25.4198 1105 0 0 130.287 41.2496 -205.85 + 56 32.3461 1208 0 0 164.836 61.7654 -206.25 + 56 129.326 1725 0 1 165.281 62.4805 -204.85 + 56 142.476 1724 0 1 165.15 62.6887 -204.656 + 56 216.007 1219 0 0 165.038 63.8561 -205.85 + 56 125.651 1218 0 0 164.849 63.85 -205.938 + 56 20.7632 1337 11 0 37.3195 87.4672 123.75 + 56 45.4004 1336 11 0 37.3102 87.45 123.774 + 56 49.4209 1227 11 0 47.1746 65.6461 123.75 + 56 101.4 1553 5 1 130.772 41.7308 -54.45 + 56 135.997 1108 5 0 130.75 41.7051 -55.85 + 56 168.518 1552 3 1 130.617 40.7275 -114.45 + 56 108.048 1103 3 0 130.643 40.7181 -115.85 + 56 126.592 1555 2 1 131.199 40.7345 -144.45 + 56 147.405 1103 2 0 131.221 40.707 -145.85 + 56 196.384 1557 1 1 131.726 40.2175 -174.45 + 56 120.195 1100 1 0 131.698 40.1872 -175.85 + 56 119.049 1557 0 1 131.607 39.7975 -204.45 + 56 159.456 1098 0 0 131.609 39.7356 -205.85 + 56 282.739 1551 3 1 130.55 40.7745 -114.499 + 56 6.0868 1545 1 1 129.209 39.1791 -174.45 + 56 85.791 1094 1 0 129.358 38.9774 -175.85 + 56 20.2922 1093 1 0 129.393 38.85 -176.17 + 56 46.1479 1569 0 1 133.985 28.8431 -204.45 + 56 106.99 1568 0 1 133.95 28.8065 -204.507 + 56 92.9643 1041 0 0 133.317 28.3258 -205.85 + 56 179.932 1042 0 0 133.159 28.45 -206.047 + 56 338.168 1065 0 0 138.046 33.1503 -206.25 + 56 160.939 1548 5 1 129.784 40.9898 -54.45 + 56 140.821 1104 5 0 129.77 40.9437 -55.85 + 56 106.682 1547 4 1 129.628 40.0767 -84.45 + 56 114.25 1100 4 0 129.639 40.0645 -85.85 + 56 344.17 1549 3 1 129.994 40.1702 -114.45 + 56 61.3793 1100 3 0 130.025 40.0666 -115.85 + 56 176.483 1099 3 0 130.032 40.05 -116.078 + 56 253.023 1554 2 1 130.972 37.8921 -144.45 + 56 28.5402 1553 2 1 130.95 37.8772 -144.756 + 56 106.738 1088 2 0 130.856 37.8375 -145.85 + 56 118.211 1539 1 1 128.04 36.3519 -174.45 + 56 115.339 1080 1 0 127.982 36.2325 -175.85 + 56 133.467 1531 0 1 126.44 34.0481 -204.45 + 56 119.68 1068 0 0 126.166 33.7437 -205.85 + 56 295.493 1549 1 1 129.957 38.6391 -174.45 + 56 341.251 1092 1 0 129.93 38.6441 -175.85 + 56 91.2192 1546 0 1 129.52 38.575 -204.45 + 56 199.097 1092 0 0 129.663 38.6183 -205.851 + 56 13.5141 1575 0 1 135.154 37.3782 -204.45 + 56 113.684 1574 0 1 135.15 37.3521 -204.488 + 56 40.9118 1082 0 0 134.994 36.5314 -205.85 + 56 84.0777 1081 0 0 134.981 36.4499 -205.982 + 56 34.1109 1130 0 0 151.996 46.176 -206.25 + 56 157.798 1131 0 0 152.047 46.25 -206.198 + 56 56.96 1132 0 0 152.112 46.45 -206.058 + 56 47.6303 1133 0 0 152.157 46.6502 -205.943 + 56 192.028 1659 0 1 152.103 50.4834 -204.85 + 56 89.8267 1660 0 1 152.15 51.1473 -204.551 + 56 231.413 1661 0 1 152.35 51.5156 -204.464 + 56 161.745 1662 0 1 152.55 51.6456 -204.666 + 56 60.5345 1663 0 1 152.75 51.677 -204.785 + 56 92.064 1149 0 0 154.258 50.0035 -205.85 + 56 96.2679 1148 0 0 154.334 49.8499 -205.986 + 56 66.347 1147 0 0 154.254 49.6498 -206.121 + 56 110.211 1146 0 0 154.25 49.45 -206.149 + 56 239.961 1078 0 0 148.433 35.7888 -206.25 + 56 142.754 1673 0 1 154.919 50.6405 -204.85 + 56 2.20178 1091 1 0 129.924 38.45 -176.244 + 56 279.183 930 1 0 89.0116 6.06269 -176.25 + 56 43.3102 929 1 0 89.0031 6.05 -176.206 + 56 129.258 1104 2 0 131.035 40.8509 -145.85 + 56 3.25066 1559 1 1 132.146 44.0123 -174.45 + 56 237.47 1560 1 1 132.15 44.0168 -174.457 + 56 16.9831 1561 1 1 132.35 44.216 -174.791 + 56 23.9407 1123 1 0 132.991 44.8207 -175.85 + 56 119.298 1124 1 0 133.023 44.85 -175.902 + 56 0.627161 1125 1 0 133.251 45.05 -176.248 + 56 19.8202 1215 0 0 153.395 63.2334 -205.85 + 56 127.177 1216 0 0 153.412 63.25 -205.873 + 56 45.9015 1217 0 0 153.62 63.45 -206.133 + 56 48.8681 1798 0 1 179.95 -18.5765 -204.604 + 56 24.6522 808 0 0 179.848 -18.2734 -205.85 + 56 73.9471 809 0 0 179.857 -18.25 -205.896 + 56 3.57128 1675 4 0 178.314 155.349 -86.25 + 56 141.705 1106 3 0 130.139 41.337 -115.85 + 56 74.7024 1538 2 1 127.889 42.7118 -144.45 + 56 79.7321 1537 2 1 127.75 42.7623 -144.625 + 56 159.96 1115 2 0 126.995 43.1662 -145.85 + 56 43.2502 1116 2 0 126.841 43.25 -146.113 + 56 4.4055 1461 1 1 112.361 48.8009 -174.45 + 56 158.22 1460 1 1 112.35 48.7974 -174.457 + 56 527.407 1459 1 1 112.15 48.7385 -174.578 + 56 276.727 1458 1 1 111.95 48.7144 -174.702 + 56 197.091 1142 1 0 110.614 48.5952 -175.85 + 56 65.0311 1238 0 1 67.7441 46.611 -204.45 + 56 126.29 1237 0 1 67.65 46.4542 -204.528 + 56 116.626 1236 0 1 67.45 45.9949 -204.679 + 56 41.2933 1235 0 1 67.25 45.7212 -204.786 + 56 3.6667 1124 0 0 65.7302 44.8558 -205.85 + 56 189.059 1123 0 0 65.7198 44.85 -205.857 + 56 120.369 1122 0 0 65.32 44.65 -206.038 + 56 53.1865 1121 0 0 64.9364 44.45 -206.191 + 56 152.166 974 0 0 32.5858 14.9194 -206.25 + 56 48.1138 1066 0 1 33.3586 15.1874 -204.85 + 56 78.0958 1067 0 1 33.4501 15.2207 -204.699 + 56 76.1456 1068 0 1 33.734 15.248 -204.45 + 56 62.4392 1069 0 1 33.8502 15.1877 -204.578 + 56 73.2702 1070 0 1 34.05 15.1401 -204.683 + 56 19.9466 1071 0 1 34.2501 15.033 -204.808 + 56 13.7429 968 0 0 34.4759 13.6784 -205.851 + 56 134.233 967 0 0 34.4862 13.65 -205.876 + 56 29.9883 1109 2 0 126.933 42.0385 -145.85 + 56 61.5367 1530 2 1 126.348 41.2542 -144.85 + 56 100.184 1531 2 1 126.35 41.2242 -144.729 +Number of digits in this event = 61 +Using G4ParticleGun ... +7.36176 LIN +e- +Event: 57 +Number of tracker hits in this event = 71 + 57 175.669 473 10 1 -85.4015 -39.8152 95.55 + 57 108.435 701 10 0 -85.4028 -39.8152 94.15 + 57 157.656 473 9 1 -85.4268 -39.8155 65.55 + 57 108.777 701 9 0 -85.4285 -39.8144 64.15 + 57 104.267 472 8 1 -85.4669 -39.799 35.55 + 57 144.235 701 8 0 -85.4694 -39.7984 34.15 + 57 154.917 472 7 1 -85.5083 -39.771 5.55 + 57 111.115 701 7 0 -85.5103 -39.7708 4.15 + 57 114.486 472 6 1 -85.5581 -39.7606 -24.45 + 57 103.976 701 6 0 -85.5635 -39.7537 -25.85 + 57 112.631 471 5 1 -85.6864 -39.5682 -54.45 + 57 198.962 702 5 0 -85.6947 -39.5705 -55.85 + 57 222.492 470 4 1 -85.8568 -39.5992 -84.45 + 57 110.702 702 4 0 -85.8551 -39.5883 -85.85 + 57 111.828 471 3 1 -85.8146 -39.3741 -114.45 + 57 110.58 703 3 0 -85.8057 -39.3435 -115.85 + 57 122.445 471 2 1 -85.656 -38.7736 -144.45 + 57 152.67 706 2 0 -85.645 -38.7426 -145.85 + 57 347.592 473 1 1 -85.4061 -38.1503 -174.45 + 57 124.567 709 1 0 -85.3529 -38.1255 -175.85 + 57 133.161 479 0 1 -84.1338 -37.6631 -204.45 + 57 100.246 712 0 0 -84.053 -37.6234 -205.85 + 57 90.8564 472 2 1 -85.4936 -38.993 -144.45 + 57 25.7262 473 2 1 -85.45 -39.0213 -144.777 + 57 248.425 704 2 0 -85.3296 -39.1257 -145.85 + 57 33.0575 491 1 1 -81.6826 -40.8896 -174.45 + 57 135.205 492 1 1 -81.65 -40.8956 -174.569 + 57 118.291 695 1 0 -81.2971 -40.9135 -175.85 + 57 25.6617 538 0 1 -72.2899 -41.1047 -204.45 + 57 139.733 539 0 1 -72.2499 -41.1296 -204.526 + 57 65.1773 692 0 0 -71.6261 -41.5705 -205.85 + 57 59.3565 691 0 0 -71.5139 -41.65 -206.075 + 57 151.694 471 4 1 -85.85 -39.5936 -84.4652 + 57 62.3361 701 4 0 -85.5872 -39.8331 -86.1382 + 57 203.224 491 3 1 -81.816 -35.2904 -114.451 + 57 70.544 728 3 0 -81.4502 -34.3658 -115.85 + 57 92.926 729 3 0 -81.4029 -34.25 -116.023 + 57 127.529 531 2 1 -73.8359 -16.1681 -144.45 + 57 37.6456 821 2 0 -73.8507 -15.6942 -145.85 + 57 178.764 822 2 0 -73.8521 -15.65 -145.977 + 57 149.177 526 1 1 -74.7475 -5.1867 -174.45 + 57 48.5691 880 1 0 -74.6567 -3.95706 -175.85 + 57 89.7657 881 1 0 -74.6459 -3.85 -175.97 + 57 20.8833 882 1 0 -74.6274 -3.65 -176.192 + 57 80.1306 543 0 1 -71.3458 19.3689 -204.45 + 57 122.78 544 0 1 -71.25 19.5003 -204.527 + 57 107.21 545 0 1 -71.0499 19.752 -204.684 + 57 38.8298 546 0 1 -70.8498 19.9629 -204.808 + 57 12.9591 1010 0 0 -68.3215 22.2175 -205.85 + 57 80.635 1011 0 0 -68.285 22.2501 -205.866 + 57 85.5002 1012 0 0 -68.0561 22.45 -205.953 + 57 76.8055 1013 0 0 -67.8865 22.6501 -206.065 + 57 32.5429 1014 0 0 -67.7716 22.85 -206.202 + 57 167.58 722 3 0 -80.7239 -35.5707 -115.85 + 57 84.6154 721 3 0 -80.6085 -35.65 -115.943 + 57 132.472 473 3 1 -85.278 -36.7513 -114.45 + 57 145.337 717 3 0 -85.2799 -36.5963 -115.85 + 57 97.4013 477 2 1 -84.5214 -32.3545 -144.45 + 57 16.4031 476 2 1 -84.65 -32.3482 -144.784 + 57 220.607 738 2 0 -85.0413 -32.3167 -145.85 + 57 20.661 405 1 1 -99.0796 -31.6671 -174.45 + 57 77.9217 404 1 1 -99.15 -31.6565 -174.52 + 57 212.506 403 1 1 -99.35 -31.645 -174.728 + 57 199.024 742 1 0 -100.421 -31.5486 -175.85 + 57 7.61411 266 0 1 -126.94 -27.5015 -204.45 + 57 121 265 0 1 -126.95 -27.5051 -204.467 + 57 29.9449 264 0 1 -127.15 -27.5883 -204.807 + 57 150.583 760 0 0 -127.772 -27.8702 -205.85 + 57 214.349 699 1 0 -85.3946 -40.0724 -175.85 + 57 237.513 473 0 1 -85.3993 -40.1097 -204.45 + 57 269.348 699 0 0 -85.3928 -40.1119 -205.85 +Number of digits in this event = 34 +Using G4ParticleGun ... +8.46624 LIN +e- +Event: 58 +Number of tracker hits in this event = 40 + 58 126.113 905 11 1 1.06628 42.2393 125.55 + 58 125.644 1110 11 0 1.06596 42.2385 124.15 + 58 102.973 905 10 1 1.05609 42.2204 95.55 + 58 126.515 1110 10 0 1.05555 42.2187 94.15 + 58 343.754 904 9 1 1.04761 42.1849 65.55 + 58 116.99 1110 9 0 1.04774 42.1835 64.15 + 58 385.919 904 8 1 1.04684 42.1509 35.55 + 58 109.615 1110 8 0 1.04656 42.1496 34.15 + 58 182.868 904 7 1 1.03844 42.1217 5.55 + 58 99.1289 1110 7 0 1.03661 42.1213 4.15 + 58 126.554 904 6 1 0.996048 42.11 -24.45 + 58 168.538 1110 6 0 0.99419 42.1086 -25.85 + 58 103.423 904 5 1 0.959532 42.0794 -54.45 + 58 147.256 1110 5 0 0.957544 42.0778 -55.85 + 58 99.0512 904 4 1 0.92149 42.0487 -84.45 + 58 121.626 1109 4 0 0.921286 42.0477 -85.85 + 58 170.884 904 3 1 0.912935 42.0285 -114.45 + 58 108.551 1109 3 0 0.911656 42.0281 -115.85 + 58 102.274 904 2 1 0.88991 42.0194 -144.45 + 58 131.779 1109 2 0 0.889352 42.0186 -145.85 + 58 116.2 904 1 1 0.875207 41.9997 -174.45 + 58 197.338 1109 1 0 0.875187 41.9986 -175.85 + 58 291.927 904 0 1 0.874384 41.9779 -204.45 + 58 135.401 1109 0 0 0.874194 41.9768 -205.85 + 58 57.5822 1662 4 0 -53.3312 152.55 -86.2061 + 58 133.859 1663 4 0 -53.3551 152.75 -85.9596 + 58 42.8926 630 4 1 -53.8704 153.502 -84.85 + 58 147.805 1669 4 0 -54.9094 154.035 -85.8501 + 58 122.994 1474 5 1 115.045 -67.9541 -54.85 + 58 12.5183 1451 2 1 110.459 55.2253 -144.45 + 58 335.084 903 0 1 0.85 41.971 -204.487 + 58 167.782 1107 0 0 0.648914 41.5818 -205.85 + 58 75.7067 1112 0 0 1.14649 42.5328 -205.85 + 58 72.0189 1113 0 0 1.17699 42.65 -206.066 + 58 79.747 1108 0 0 1.40513 41.686 -205.85 + 58 30.6218 1185 0 1 57.05 147.52 -204.586 + 58 42.0912 903 8 1 0.85 42.1297 35.5011 + 58 168.395 1106 9 0 -0.242817 41.4134 64.1499 + 58 317.273 1105 9 0 -0.370433 41.25 64.0288 + 58 125.388 1104 9 0 -0.0970769 41.05 63.8795 +Number of digits in this event = 25 +Using G4ParticleGun ... +8.72244 LIN +e- +Event: 59 +Number of tracker hits in this event = 16 + 59 170.379 626 7 1 -54.7802 -138.694 5.55 + 59 92.6246 207 7 0 -54.7813 -138.694 4.15 + 59 166.906 626 6 1 -54.8046 -138.687 -24.45 + 59 124.726 207 6 0 -54.8057 -138.687 -25.85 + 59 118.601 626 5 1 -54.8289 -138.673 -54.45 + 59 189.715 207 5 0 -54.8298 -138.672 -55.85 + 59 191.292 625 4 1 -54.8511 -138.65 -84.45 + 59 182.894 207 4 0 -54.8524 -138.65 -85.85 + 59 220.245 625 3 1 -54.8798 -138.631 -114.45 + 59 286.231 207 3 0 -54.8788 -138.63 -115.85 + 59 109.538 625 2 1 -54.8565 -138.586 -144.45 + 59 152.831 207 2 0 -54.8553 -138.584 -145.85 + 59 97.3248 626 1 1 -54.8311 -138.583 -174.45 + 59 151.255 207 1 0 -54.8345 -138.58 -175.85 + 59 211.469 625 0 1 -54.905 -138.519 -204.45 + 59 112.994 208 0 0 -54.9058 -138.515 -205.85 +Number of digits in this event = 14 +Using G4ParticleGun ... +3.43851 LIN +e- +Event: 60 +Number of tracker hits in this event = 73 + 60 225.034 1006 8 1 21.2673 -135.996 35.55 + 60 90.5576 220 8 0 21.2698 -135.995 34.15 + 60 126.353 1006 7 1 21.3177 -135.972 5.55 + 60 111.067 220 7 0 21.3206 -135.971 4.15 + 60 347.01 1006 6 1 21.3797 -135.95 -24.45 + 60 113.553 220 6 0 21.3861 -135.952 -25.85 + 60 360.139 1007 5 1 21.5008 -136.014 -54.45 + 60 274.362 220 5 0 21.5045 -136.023 -55.85 + 60 301.337 1007 4 1 21.5722 -136.195 -84.45 + 60 144.001 219 4 0 21.5738 -136.202 -85.85 + 60 159.305 1007 3 1 21.6077 -136.317 -114.45 + 60 119.814 219 3 0 21.6108 -136.323 -115.85 + 60 111.302 1008 2 1 21.6756 -136.425 -144.45 + 60 122.067 218 2 0 21.682 -136.432 -145.85 + 60 208.289 1008 1 1 21.7974 -136.589 -174.45 + 60 138.422 217 1 0 21.8026 -136.593 -175.85 + 60 125.354 1009 0 1 21.9051 -136.667 -204.45 + 60 123.744 217 0 0 21.9069 -136.671 -205.85 + 60 24.8902 69 6 1 -166.244 -124.527 -24.85 + 60 3.75728 1006 4 1 21.45 -136.103 -84.8454 + 60 33.2284 230 4 0 19.4045 -134.134 -85.85 + 60 27.6565 986 4 1 17.2643 -132.532 -84.85 + 60 309.419 985 4 1 17.25 -132.521 -84.8442 + 60 26.3786 1010 0 1 22.2099 -136.721 -204.45 + 60 117.672 1011 0 1 22.25 -136.707 -204.538 + 60 129.623 218 0 0 23.143 -136.452 -205.85 + 60 45.7417 1008 0 1 21.7954 -136.922 -204.45 + 60 39.4918 1007 0 1 21.65 -136.811 -204.521 + 60 69.0015 1006 0 1 21.45 -136.794 -204.531 + 60 99.0457 1005 0 1 21.25 -136.767 -204.554 + 60 52.9101 1004 0 1 21.05 -136.724 -204.573 + 60 132.093 1003 0 1 20.85 -136.664 -204.608 + 60 61.9225 1002 0 1 20.65 -136.625 -204.659 + 60 48.4553 1001 0 1 20.45 -136.635 -204.701 + 60 52.244 1000 0 1 20.25 -136.646 -204.712 + 60 66.3559 999 0 1 20.05 -136.678 -204.702 + 60 19.7655 998 0 1 19.85 -136.758 -204.795 + 60 12.7328 215 0 0 19.2812 -137.134 -205.85 + 60 124.275 214 0 0 19.2528 -137.15 -205.893 + 60 31.7157 208 0 0 6.4219 -138.543 -206.25 + 60 93.1577 207 0 0 6.42096 -138.55 -206.164 + 60 24.5209 931 0 1 6.26864 -138.781 -204.85 + 60 202.575 930 0 1 6.24997 -138.814 -204.764 + 60 317.249 929 0 1 6.05 -138.998 -204.454 + 60 140.323 928 0 1 5.85 -139.425 -204.622 + 60 7.30073 288 6 0 27.9479 -122.362 -26.25 + 60 142.021 289 6 0 27.9556 -122.35 -26.2192 + 60 10.3959 1042 6 1 28.6287 -122.612 -24.85 + 60 147.191 1043 6 1 28.65 -122.626 -24.8167 + 60 119.828 1007 6 1 21.4501 -135.994 -24.5283 + 60 81.1315 221 6 0 21.4176 -135.842 -25.85 + 60 39.835 222 6 0 21.4798 -135.75 -26.1493 + 60 176.946 1009 4 1 21.9467 -137.488 -84.45 + 60 141.346 214 4 0 22.0666 -137.336 -85.85 + 60 121.958 1024 3 1 24.8575 -134.305 -114.451 + 60 103.582 230 3 0 25.0897 -134.104 -115.85 + 60 7.8856 1047 2 1 29.4612 -129.979 -144.45 + 60 96.0916 1046 2 1 29.4493 -129.975 -144.464 + 60 99.3417 1045 2 1 29.2498 -129.857 -144.746 + 60 58.713 254 2 0 28.2333 -129.226 -145.85 + 60 96.3362 255 2 0 28.1567 -129.15 -145.96 + 60 3.87068 223 5 0 21.6411 -135.359 -55.85 + 60 124.86 224 5 0 21.6428 -135.35 -55.8686 + 60 90.1884 1008 4 1 21.6723 -121.316 -84.45 + 60 35.1333 299 4 0 23.254 -120.202 -85.85 + 60 125.589 300 4 0 23.3265 -120.15 -85.9081 + 60 86.1912 301 4 0 23.5773 -119.95 -86.0652 + 60 40.1403 302 4 0 23.8083 -119.75 -86.1835 + 60 96.2924 1247 3 1 69.5141 -74.259 -114.45 + 60 138.863 1246 3 1 69.45 -74.0179 -114.643 + 60 38.2037 537 3 0 68.9165 -72.5907 -115.85 + 60 126.02 538 3 0 68.8746 -72.45 -115.973 + 60 55.6111 539 3 0 68.8059 -72.25 -116.125 +Number of digits in this event = 31 +Using G4ParticleGun ... +9.90885 LIN +e- +Event: 61 +Number of tracker hits in this event = 88 + 61 245.469 1054 7 1 30.9605 146.437 5.55 + 61 119.093 1631 7 0 30.9605 146.436 4.15 + 61 138.091 1054 6 1 30.9626 146.43 -24.45 + 61 95.7728 1631 6 0 30.9628 146.43 -25.85 + 61 103.797 1054 5 1 30.9696 146.436 -54.45 + 61 107.701 1631 5 0 30.9718 146.436 -55.85 + 61 123.412 1054 4 1 31.0122 146.449 -84.45 + 61 209.922 1631 4 0 31.0141 146.448 -85.85 + 61 120.424 1055 3 1 31.0528 146.432 -114.45 + 61 218.495 1631 3 0 31.0551 146.431 -115.85 + 61 396.872 1055 2 1 31.1007 146.412 -144.45 + 61 149.398 1631 2 0 31.1025 146.412 -145.85 + 61 155.751 1055 1 1 31.1401 146.427 -174.45 + 61 146.969 1631 1 0 31.1425 146.426 -175.85 + 61 321.766 1055 0 1 31.1802 146.425 -204.45 + 61 396.143 1631 0 0 31.1804 146.424 -205.85 + 61 204.24 1390 4 0 -157.842 98.15 -86.1236 + 61 0.496402 1389 4 0 -157.93 98.15 -86.0341 + 61 47.1536 997 3 0 -103.548 19.5089 -116.25 + 61 100.778 996 3 0 -103.56 19.45 -116.219 + 61 171.351 852 4 0 -85.7342 -9.45 -86.1808 + 61 27.3035 1680 2 0 -108.803 156.154 -146.25 + 61 157.101 1679 2 0 -108.811 156.15 -146.226 + 61 64.8989 1056 0 1 31.25 146.489 -204.471 + 61 67.9754 1057 0 1 31.45 146.442 -204.599 + 61 76.9001 1058 0 1 31.65 146.364 -204.735 + 61 37.7958 1059 0 1 31.8502 146.255 -204.823 + 61 218.794 1620 0 0 34.8264 144.251 -205.85 + 61 160.165 1619 0 0 35.2653 144.15 -205.927 + 61 125.748 1618 0 0 35.8282 143.95 -205.956 + 61 76.3249 1617 0 0 36.2238 143.75 -205.921 + 61 87.4253 1616 0 0 36.4746 143.55 -205.929 + 61 125.519 1615 0 0 36.7486 143.35 -205.922 + 61 86.8547 1614 0 0 37.0762 143.15 -205.928 + 61 37.6264 1101 0 1 40.2977 141.803 -204.85 + 61 51.5027 1102 0 1 40.4501 141.757 -204.798 + 61 56.5842 1103 0 1 40.6501 141.666 -204.73 + 61 82.2185 1104 0 1 40.85 141.535 -204.65 + 61 90.9271 1105 0 1 41.05 141.324 -204.618 + 61 57.4729 1106 0 1 41.2501 141.181 -204.631 + 61 68.4033 1107 0 1 41.45 141.039 -204.65 + 61 41.7627 1108 0 1 41.65 140.953 -204.744 + 61 81.9452 1599 0 0 43.0314 140.063 -205.85 + 61 109.916 1598 0 0 43.2707 139.95 -206.029 + 61 59.7384 1621 0 0 64.6613 144.35 -206.01 + 61 263.621 1221 0 1 64.3295 144.943 -204.85 + 61 251.942 1220 0 1 64.25 145.097 -204.685 + 61 139.777 1623 0 0 64.2126 144.883 -205.85 + 61 134.394 1589 0 0 42.9576 138.122 -206.25 + 61 163.142 1222 0 1 64.45 145.081 -204.553 + 61 154.057 1627 0 0 31.8238 145.71 -205.85 + 61 160.172 1692 0 0 33.9259 158.614 -206.25 + 61 112.871 1030 3 1 26.226 144.757 -114.45 + 61 142.188 1623 3 0 26.1201 144.803 -115.851 + 61 189.262 1045 2 1 29.2276 146.82 -144.45 + 61 122.554 1630 2 0 28.9045 146.348 -145.85 + 61 52.3149 1053 7 1 30.85 146.549 5.32667 + 61 128.827 1633 7 0 30.3653 146.843 4.15 + 61 59.7082 966 6 1 13.3769 153.871 -24.45 + 61 93.1623 965 6 1 13.25 153.865 -24.6223 + 61 257.999 1667 6 0 12.1981 153.73 -25.85 + 61 53.0131 746 5 1 -30.7085 151.689 -54.45 + 61 136.305 745 5 1 -30.85 151.789 -54.5511 + 61 54.7068 744 5 1 -31.05 151.933 -54.7195 + 61 33.1487 1663 5 0 -32.2164 152.891 -55.8502 + 61 104.343 1664 5 0 -32.2839 152.95 -55.9144 + 61 10.0347 1665 5 0 -32.5618 153.15 -56.2217 + 61 81.4249 590 4 1 -61.8974 171.838 -84.45 + 61 163.577 589 4 1 -62.05 171.798 -84.5711 + 61 49.448 588 4 1 -62.25 171.744 -84.7446 + 61 150.2 1757 4 0 -63.1774 171.673 -85.85 + 61 73.8346 454 3 1 -89.1537 168.267 -114.45 + 61 25.758 455 3 1 -89.05 168.193 -114.745 + 61 164.612 1739 3 0 -88.6954 168.139 -115.85 + 61 400.26 1728 3 0 -125.061 165.857 -116.25 + 61 78.2278 1729 3 0 -126.032 165.95 -115.962 + 61 77.3472 1063 3 0 86.4988 32.7522 -116.25 + 61 109.126 1062 3 0 86.6267 32.65 -116.127 + 61 31.2384 1061 3 0 86.6106 32.45 -115.895 + 61 46.714 1331 3 1 86.3376 32.3749 -114.85 + 61 71.2469 1330 3 1 86.25 32.3499 -114.79 + 61 332.62 1056 3 0 82.732 31.3441 -115.85 + 61 67.3987 1666 6 0 11.8571 153.55 -26.1975 + 61 75.5499 1665 6 0 11.8263 153.35 -26.2185 + 61 41.2988 1272 6 0 4.43616 74.5341 -26.2498 + 61 137.412 1271 6 0 4.38767 74.45 -26.1841 + 61 158.591 1270 6 0 4.25153 74.25 -26.0338 + 61 143.527 1269 6 0 4.05716 74.05 -25.9437 +Number of digits in this event = 42 +Using G4ParticleGun ... +3.54423 LIN +e- +Event: 62 +Number of tracker hits in this event = 91 + 62 102.551 910 10 1 2.09473 95.3213 95.55 + 62 196.793 1375 10 0 2.0952 95.3201 94.15 + 62 127.171 910 9 1 2.09856 95.2933 65.55 + 62 151.328 1375 9 0 2.09801 95.2935 64.15 + 62 161.842 910 8 1 2.10197 95.2966 35.55 + 62 237.826 1375 8 0 2.10543 95.298 34.15 + 62 108.038 910 7 1 2.17232 95.3263 5.55 + 62 93.5922 1375 7 0 2.17297 95.3185 4.15 + 62 220.497 910 6 1 2.17382 95.099 -24.45 + 62 134.473 1374 6 0 2.18832 95.1186 -25.85 + 62 122.468 911 5 1 2.43841 95.5913 -54.45 + 62 284.938 1377 5 0 2.45972 95.6559 -55.85 + 62 116.898 914 4 1 2.98578 96.961 -84.45 + 62 136.272 1384 4 0 3.01152 97.0082 -85.85 + 62 92.015 916 3 1 3.367 97.953 -114.45 + 62 115.401 1389 3 0 3.40461 97.9823 -115.85 + 62 105.237 920 2 1 4.21128 98.5021 -144.45 + 62 216.963 1391 2 0 4.26864 98.5335 -145.85 + 62 304.062 927 1 1 5.47782 99.1905 -174.45 + 62 125.628 1395 1 0 5.524 99.2236 -175.85 + 62 146.918 932 0 1 6.61261 99.941 -204.45 + 62 144.195 1399 0 0 6.62878 99.9691 -205.85 + 62 34.4266 1246 3 1 69.3901 109.009 -114.45 + 62 83.9102 531 0 1 -73.85 166.234 -204.583 + 62 134.508 530 0 1 -73.85 166.287 -204.471 + 62 122.709 909 6 1 2.04911 95.2893 -24.45 + 62 101.273 1375 6 0 2.03381 95.3053 -25.85 + 62 125.971 908 5 1 1.81863 95.618 -54.45 + 62 327.167 908 4 1 1.80189 95.0637 -84.45 + 62 207.942 1374 4 0 1.75981 95.0464 -85.85 + 62 113.101 904 3 1 1.01156 94.6134 -114.45 + 62 137.745 1372 3 0 0.966777 94.5693 -115.85 + 62 234.924 900 2 1 0.179059 93.6159 -144.45 + 62 132.876 1367 2 0 0.146825 93.5699 -145.85 + 62 115.39 897 1 1 -0.527314 92.6782 -174.45 + 62 181.238 1362 1 0 -0.571789 92.6687 -175.85 + 62 272.085 892 0 1 -1.52235 92.562 -204.45 + 62 152.355 1361 0 0 -1.55163 92.5381 -205.85 + 62 60.9848 891 0 1 -1.65 92.6219 -204.64 + 62 6.3957 1364 0 0 -2.25558 93.1379 -205.85 + 62 131.947 1365 0 0 -2.26891 93.15 -205.878 + 62 151.342 901 2 1 0.25 93.6857 -144.729 + 62 132.03 1376 6 0 2.3651 95.3535 -25.85 + 62 199.512 949 5 1 9.87487 95.5464 -54.4501 + 62 99.5724 1375 5 0 10.1227 95.2518 -55.8502 + 62 165.602 969 4 1 14.0066 89.9721 -84.4501 + 62 119.352 1351 4 0 13.8682 90.4125 -85.85 + 62 12.9602 1352 4 0 13.8438 90.55 -86.1982 + 62 168.588 957 3 1 11.5899 103.342 -114.45 + 62 116.031 1418 3 0 11.4481 103.766 -115.85 + 62 69.3872 951 2 1 10.4216 111.572 -144.45 + 62 85.778 952 2 1 10.45 111.691 -144.604 + 62 0.0763471 1462 2 0 10.6117 112.749 -145.85 + 62 95.7009 1463 2 0 10.6118 112.75 -145.851 + 62 60.2809 1464 2 0 10.6233 112.95 -146.066 + 62 108.978 975 1 1 15.0559 143.021 -174.45 + 62 823.55 974 1 1 15.05 143.112 -174.55 + 62 74.7579 1620 1 0 15.0998 144.183 -175.85 + 62 51.7928 1621 1 0 15.1093 144.35 -176.085 + 62 168.527 1016 0 1 23.3259 167.023 -204.45 + 62 117.078 1739 0 0 23.1381 167.973 -205.85 + 62 126.523 1740 0 0 23.0834 168.15 -206.114 + 62 51.1538 941 2 1 8.44593 113.101 -144.45 + 62 307.017 910 3 1 2.19608 95.1241 -114.45 + 62 267.734 1374 3 0 2.22167 95.1196 -115.85 + 62 148.1 914 2 1 2.98858 94.9175 -144.45 + 62 136.769 1373 2 0 2.97135 94.8009 -145.85 + 62 139.262 915 1 1 3.20988 92.7062 -174.45 + 62 66.7643 1361 1 0 3.23611 92.55 -176.001 + 62 130.209 918 0 1 3.69838 89.9641 -204.45 + 62 94.3965 1348 0 0 3.70355 89.7702 -205.85 + 62 20.8408 911 3 1 2.25 95.0974 -114.78 + 62 71.3899 933 2 1 6.75705 93.7762 -144.45 + 62 42.1423 932 2 1 6.64939 93.6539 -144.709 + 62 21.7123 1365 2 0 6.1688 93.1651 -145.85 + 62 312.081 1364 2 0 6.15385 93.15 -145.886 + 62 61.6513 871 1 1 -5.79793 79.1433 -174.45 + 62 114.778 870 1 1 -5.85 78.9792 -174.597 + 62 3.63924 1286 1 0 -6.22798 77.2684 -175.85 + 62 75.9942 1285 1 0 -6.23189 77.25 -175.863 + 62 93.1358 1284 1 0 -6.27193 77.0498 -176.013 + 62 54.8354 1283 1 0 -6.32767 76.85 -176.159 + 62 62.0087 815 0 1 -16.8912 44.0438 -204.45 + 62 92.0423 814 0 1 -17.0501 43.9839 -204.565 + 62 67.6738 813 0 1 -17.2501 43.9397 -204.69 + 62 51.0186 812 0 1 -17.45 43.8753 -204.791 + 62 25.7639 1111 0 0 -20.3012 42.2998 -205.85 + 62 131.556 1110 0 0 -20.388 42.25 -205.884 + 62 121.994 1109 0 0 -20.7249 42.05 -206.01 + 62 144.69 1108 0 0 -21.1104 41.85 -206.126 + 62 11.7379 1107 0 0 -21.5375 41.65 -206.239 +Number of digits in this event = 47 +Using G4ParticleGun ... +2.5513 LIN +e- +Event: 63 +Number of tracker hits in this event = 36 + 63 118.108 802 8 1 -19.4873 139.324 35.55 + 63 159.548 1595 8 0 -19.4852 139.324 34.15 + 63 111.277 802 7 1 -19.4511 139.321 5.55 + 63 2.90933 803 7 1 -19.45 139.321 5.18201 + 63 124.939 1595 7 0 -19.4469 139.321 4.15 + 63 112.015 803 6 1 -19.3536 139.324 -24.45 + 63 328.349 1595 6 0 -19.3522 139.325 -25.85 + 63 161.034 803 5 1 -19.3199 139.338 -54.45 + 63 99.922 1595 5 0 -19.3183 139.34 -55.85 + 63 109.392 803 4 1 -19.2596 139.37 -84.45 + 63 105.396 1596 4 0 -19.2568 139.371 -85.85 + 63 414.717 804 3 1 -19.209 139.377 -114.45 + 63 414.211 1596 3 0 -19.2076 139.377 -115.85 + 63 161.946 804 2 1 -19.1779 139.357 -144.45 + 63 105.32 1596 2 0 -19.1769 139.359 -145.85 + 63 134.307 804 1 1 -19.1549 139.402 -174.45 + 63 141.357 1596 1 0 -19.1524 139.406 -175.85 + 63 105.828 804 0 1 -19.1023 139.486 -204.45 + 63 138.575 1596 0 0 -19.0971 139.49 -205.85 + 63 130.919 816 2 1 -16.655 140.151 -144.45 + 63 262.492 1599 2 0 -17.0556 140.019 -145.85 + 63 224.336 765 1 1 -26.9294 134.723 -174.45 + 63 68.9884 1569 1 0 -27.3347 134.045 -175.85 + 63 145.002 1568 1 0 -27.3953 133.95 -176.024 + 63 183.673 724 0 1 -35.1726 119.822 -204.45 + 63 67.6502 1489 0 0 -35.0919 118.145 -205.85 + 63 65.812 1488 0 0 -35.0818 117.95 -206.005 + 63 39.8681 1487 0 0 -35.0626 117.749 -206.161 + 63 25.4989 1376 0 0 -30.6051 95.4552 -206.25 + 63 87.1081 1394 0 0 -28.4425 99.005 -206.25 + 63 55.7436 1611 1 0 -48.7944 142.522 -176.25 + 63 145.253 792 2 1 -21.5575 140.056 -144.45 + 63 78.6401 764 1 1 -27.05 141.189 -174.569 + 63 112.553 1606 1 0 -27.3719 141.403 -175.85 + 63 239.741 730 0 1 -33.8714 145.063 -204.45 + 63 228.032 1625 0 0 -34.1704 145.269 -205.85 +Number of digits in this event = 20 +Using G4ParticleGun ... +7.5165 LIN +e- +Event: 64 +Number of tracker hits in this event = 197 + 64 132.133 516 10 1 -76.7284 83.9066 95.55 + 64 115.805 1319 10 0 -76.7293 83.9071 94.15 + 64 427.772 516 9 1 -76.7475 83.9167 65.55 + 64 540.212 1319 9 0 -76.748 83.918 64.15 + 64 447.383 516 8 1 -76.7568 83.9428 35.55 + 64 499.4 1319 8 0 -76.7574 83.9433 34.15 + 64 257.722 516 7 1 -76.7682 83.9488 5.55 + 64 275.674 1319 7 0 -76.7704 83.9497 4.15 + 64 103.529 516 6 1 -76.8146 83.9687 -24.45 + 64 279.05 1319 6 0 -76.8165 83.9693 -25.85 + 64 368.847 515 5 1 -76.8543 83.9777 -54.45 + 64 524.898 1319 5 0 -76.8561 83.9785 -55.85 + 64 178.369 515 4 1 -76.894 83.9922 -84.45 + 64 126.314 1319 4 0 -76.8959 83.9932 -85.85 + 64 140.028 515 3 1 -76.9333 84.0182 -114.45 + 64 109.961 1319 3 0 -76.9404 84.0194 -115.85 + 64 124.797 514 2 1 -77.0895 84.0431 -144.45 + 64 120.603 1319 2 0 -77.097 84.0457 -145.85 + 64 138.726 513 1 1 -77.2507 84.1015 -174.45 + 64 248.655 1320 1 0 -77.2584 84.104 -175.85 + 64 125.905 513 0 1 -77.4134 84.1571 -204.45 + 64 176.082 1320 0 0 -77.4222 84.1591 -205.85 + 64 376.488 1327 2 0 -124.423 85.4732 -146.25 + 64 63.6081 1326 2 0 -124.446 85.45 -146.147 + 64 177.717 520 1 1 -75.926 -132.289 -174.85 + 64 205.774 521 1 1 -75.85 -132.562 -174.659 + 64 216.545 522 1 1 -75.65 -132.29 -174.556 + 64 87.0141 523 1 1 -75.45 -132.189 -174.7 + 64 29.6203 524 1 1 -75.2499 -132.171 -174.764 + 64 69.1579 259 1 0 -78.8852 -128.259 -175.85 + 64 54.9579 260 1 0 -79.0765 -128.15 -175.883 + 64 117.735 498 1 1 -80.29 -128.267 -174.85 + 64 294.317 262 1 0 -80.9203 -127.656 -175.85 + 64 2.35029 263 1 0 -80.7357 -127.55 -176.083 + 64 38.7091 1320 2 0 -77.0974 84.05 -146.179 + 64 483.284 1459 2 0 -11.3162 112.002 -146.25 + 64 107.887 514 0 1 -77.0579 84.0388 -204.451 + 64 284.937 1319 0 0 -77.1392 83.9212 -205.85 + 64 247.024 363 1 1 -107.35 5.81759 -174.836 + 64 80.7881 362 1 1 -107.55 5.27686 -174.756 + 64 201.82 1318 0 0 -77.1288 83.85 -205.986 + 64 229.501 515 0 1 -77.0489 84.0613 -204.45 + 64 91.5648 516 5 1 -76.85 83.9808 -54.5505 + 64 116.639 520 4 1 -76.0145 85.428 -84.45 + 64 218.17 1326 4 0 -75.9795 85.4188 -85.85 + 64 459.331 523 3 1 -75.281 84.9979 -114.45 + 64 132.035 1324 3 0 -75.2709 85.0187 -115.85 + 64 591.869 525 2 1 -74.8856 85.6704 -144.45 + 64 131.578 1313 0 0 -77.1099 82.7355 -205.85 + 64 274.983 526 2 1 -74.8388 85.6975 -144.45 + 64 2.42224 1330 2 0 -74.538 86.2458 -145.85 + 64 197.871 1331 2 0 -74.5357 86.25 -145.86 + 64 123.044 586 1 1 -62.8014 93.3551 -174.45 + 64 122.964 1368 1 0 -62.4771 93.816 -175.85 + 64 22.1943 646 0 1 -50.6789 103.396 -204.45 + 64 109.258 647 0 1 -50.65 103.388 -204.544 + 64 109.111 1415 0 0 -50.1998 103.231 -205.85 + 64 105.904 1327 4 0 -76.022 85.45 -86.0206 + 64 240.707 1328 4 0 -75.9419 85.65 -86.1267 + 64 126.924 1320 5 0 -76.857 84.0758 -55.8503 + 64 68.6925 509 4 1 -78.2046 86.9985 -84.45 + 64 82.2089 510 4 1 -78.0496 87.1789 -84.5241 + 64 80.3535 511 4 1 -77.85 87.4028 -84.6202 + 64 96.1256 512 4 1 -77.65 87.617 -84.7206 + 64 21.4835 513 4 1 -77.45 87.8187 -84.8207 + 64 59.2203 1348 4 0 -75.5776 89.7504 -85.85 + 64 92.8246 1349 4 0 -75.4777 89.85 -85.9039 + 64 85.3183 1350 4 0 -75.1613 90.15 -86.0743 + 64 78.692 1351 4 0 -74.9571 90.35 -86.1918 + 64 35.001 769 3 1 -26.1208 137.73 -114.45 + 64 130.291 770 3 1 -26.05 137.855 -114.484 + 64 125.415 771 3 1 -25.85 138.18 -114.572 + 64 110.511 772 3 1 -25.65 138.507 -114.658 + 64 115.711 773 3 1 -25.45 138.825 -114.752 + 64 6.6814 774 3 1 -25.25 139.155 -114.844 + 64 0.112699 1613 3 0 -22.8764 142.95 -115.85 + 64 76.9421 1614 3 0 -22.8759 142.95 -115.85 + 64 62.6565 1615 3 0 -22.7482 143.15 -115.906 + 64 104.3 1616 3 0 -22.6237 143.35 -115.964 + 64 109.405 1617 3 0 -22.4972 143.55 -116.019 + 64 128.782 1618 3 0 -22.3694 143.75 -116.069 + 64 65.6375 1619 3 0 -22.2435 143.95 -116.125 + 64 56.6517 1620 3 0 -22.112 144.15 -116.181 + 64 22.8628 1621 3 0 -21.9801 144.35 -116.234 + 64 68.9968 1775 4 0 -6.41626 175.209 -86.25 + 64 82.872 1776 4 0 -6.52441 175.35 -86.0993 + 64 1.93256 1777 4 0 -6.60412 175.55 -85.857 + 64 285.066 866 4 1 -6.81782 176.253 -84.85 + 64 63.1184 865 4 1 -6.85 176.439 -84.6999 + 64 236.375 867 4 1 -6.65 177.168 -84.5076 + 64 122.461 523 7 1 -75.3616 84.2697 5.55 + 64 134.189 1321 7 0 -75.2947 84.316 4.15 + 64 280.565 530 6 1 -73.8982 85.3559 -24.45 + 64 116.188 1326 6 0 -73.7554 85.4048 -25.85 + 64 111.55 546 5 1 -70.847 86.4467 -54.45 + 64 99.5151 1332 5 0 -70.6023 86.6074 -55.85 + 64 7.67718 1333 5 0 -70.5393 86.65 -56.2135 + 64 169.449 570 4 1 -65.9367 89.9115 -84.45 + 64 5.88795 596 3 1 -60.85 92.7634 -114.631 + 64 67.4354 595 3 1 -60.85 92.7667 -114.75 + 64 53.2812 594 3 1 -61.0507 92.8843 -114.841 + 64 135.527 1358 3 0 -62.2845 91.9269 -115.85 + 64 66.3637 1357 3 0 -62.5502 91.75 -115.966 + 64 79.1893 1356 3 0 -62.6569 91.55 -115.982 + 64 160.077 1355 3 0 -62.7813 91.3499 -116.04 + 64 214.614 1354 3 0 -62.6538 91.15 -116.042 + 64 84.7701 611 2 1 -57.795 94.8735 -144.45 + 64 61.1951 612 2 1 -57.65 94.9095 -144.724 + 64 203.36 1374 2 0 -56.7733 95.0886 -145.851 + 64 4.33862 1375 2 0 -56.4785 95.15 -146.234 + 64 11.1139 723 1 1 -35.2754 100.659 -174.45 + 64 71.9961 724 1 1 -35.25 100.663 -174.483 + 64 32.724 725 1 1 -35.05 100.699 -174.746 + 64 144.307 1403 1 0 -34.2221 100.878 -175.85 + 64 2.26682 1404 1 0 -33.9242 100.95 -176.243 + 64 124.273 840 0 1 -12.0394 106.25 -204.45 + 64 125.762 1431 0 0 -11.4748 106.482 -205.85 + 64 169.81 610 2 1 -57.85 94.8411 -144.451 + 64 66.1279 1369 2 0 -58.346 94.0008 -145.85 + 64 93.3466 1368 2 0 -58.3703 93.95 -145.978 + 64 70.1959 1367 2 0 -58.4776 93.75 -146.17 + 64 1.68247 1366 2 0 -58.6222 93.5497 -146.247 + 64 65.1735 1339 6 0 -72.414 87.9872 -25.85 + 64 268.873 1340 6 0 -72.3332 88.05 -25.9106 + 64 126.113 556 1 1 -68.6966 83.7739 -174.45 + 64 124.495 1321 1 0 -68.9004 84.3265 -175.85 + 64 355.949 1322 1 0 -68.9868 84.4503 -176.208 + 64 0.19225 1327 1 0 -71.425 85.4502 -176.25 + 64 117.644 1326 1 0 -71.4249 85.45 -176.249 + 64 162.956 544 1 1 -71.2415 85.0465 -174.85 + 64 170.506 518 4 1 -76.2737 81.8811 -84.45 + 64 82.2399 519 4 1 -76.25 81.8588 -84.5672 + 64 130.973 1306 4 0 -75.7272 81.4098 -85.85 + 64 27.3555 1477 4 0 -91.0443 115.674 -86.25 + 64 69.0443 1478 4 0 -91.0931 115.75 -86.1985 + 64 77.998 1479 4 0 -91.2264 115.95 -86.0791 + 64 81.7292 1480 4 0 -91.3459 116.15 -85.9828 + 64 11.9755 1481 4 0 -91.4766 116.35 -85.8758 + 64 4.29287 439 4 1 -92.3393 117.597 -84.85 + 64 194.555 438 4 1 -92.3501 117.612 -84.8378 + 64 120.482 1505 5 0 -73.2553 121.236 -56.2499 + 64 65.5779 1506 5 0 -72.9949 121.351 -55.9918 + 64 127.588 1507 5 0 -72.8003 121.55 -55.8963 + 64 79.9236 1508 5 0 -72.3743 121.75 -55.9034 + 64 82.5515 1509 5 0 -72.1865 121.95 -56.0603 + 64 5.71617 1510 5 0 -72.0632 122.15 -56.2383 + 64 126.791 1612 5 0 -65.8483 142.733 -56.2497 + 64 189.356 1611 5 0 -65.8525 142.55 -55.9938 + 64 129.631 437 4 1 -92.55 117.81 -84.6469 + 64 30.1823 527 2 1 -74.65 79.718 -144.815 + 64 140.03 1296 2 0 -73.475 79.3116 -145.85 + 64 184.48 1194 2 0 -61.8125 58.9114 -146.25 + 64 213.215 1195 2 0 -61.9151 59.05 -146.099 + 64 113.871 517 7 1 -76.4624 83.9619 5.55 + 64 155.409 519 6 1 -76.1874 83.8858 -24.45 + 64 104.318 520 5 1 -76.0323 83.8917 -54.45 + 64 104.046 1329 4 0 -76.214 85.9569 -85.85 + 64 413.163 533 3 1 -73.3316 89.0604 -114.45 + 64 120.287 1345 3 0 -73.1188 89.2145 -115.85 + 64 56.4946 1346 3 0 -73.0863 89.2502 -116.071 + 64 123.916 555 2 1 -69.0407 94.3782 -144.45 + 64 116.643 1373 2 0 -68.72 94.8249 -145.85 + 64 144.709 589 1 1 -62.2048 103.67 -174.45 + 64 124.513 1420 1 0 -62.0356 104.162 -175.85 + 64 150.785 609 0 1 -58.2309 112.759 -204.45 + 64 184.585 1459 0 0 -57.7167 112.13 -205.85 + 64 195.247 534 3 1 -73.25 89.3015 -114.774 + 64 53.3436 626 2 1 -54.7943 -114.552 -144.85 + 64 708.712 1321 3 0 -75.3843 84.2679 -115.85 + 64 110.458 1321 2 0 -74.895 84.324 -145.85 + 64 136.171 526 1 1 -74.6802 84.6518 -174.45 + 64 374.388 1323 1 0 -74.6348 84.7097 -175.85 + 64 176.612 531 0 1 -73.7439 85.9181 -204.45 + 64 123.616 1329 0 0 -73.7102 85.947 -205.85 + 64 188.008 1408 5 0 63.6542 101.921 -56.25 + 64 88.7181 1409 5 0 63.8852 101.95 -56.0019 + 64 275.82 552 0 1 -69.4646 114.426 -204.85 + 64 58.1033 553 0 1 -69.45 114.524 -204.583 + 64 90.0178 522 3 1 -75.4503 84.4837 -114.705 + 64 51.6149 521 3 1 -75.65 84.5671 -114.827 + 64 185.778 519 2 1 -76.1571 84.6608 -144.45 + 64 116.975 1323 2 0 -76.3178 84.6969 -145.85 + 64 137.319 502 1 1 -79.5457 84.6741 -174.45 + 64 154.945 486 0 1 -82.6552 85.0407 -204.45 + 64 345.717 1324 0 0 -82.7575 85.0208 -205.851 + 64 60.1623 1315 5 0 -77.5622 83.1259 -55.85 + 64 271.54 1314 5 0 -77.6394 83.0499 -56.0185 + 64 144.752 1272 5 0 -112.714 74.5752 -56.25 + 64 27.1497 1273 5 0 -112.998 74.65 -55.9173 + 64 43.2781 331 5 1 -113.835 74.9274 -54.85 + 64 98.9287 330 5 1 -113.95 74.9574 -54.7033 + 64 7.67534 329 5 1 -114.15 75.0539 -54.4553 + 64 113.443 328 5 1 -114.448 74.743 -54.45 + 64 31.5189 327 5 1 -114.55 74.5455 -54.7733 + 64 169.889 1269 5 0 -114.833 73.9112 -55.85 + 64 81.9809 1268 5 0 -114.863 73.85 -55.9617 + 64 26.9129 1267 5 0 -114.939 73.65 -56.2118 +Number of digits in this event = 99 +Using G4ParticleGun ... +3.21591 LIN +e- +Event: 65 +Number of tracker hits in this event = 38 + 65 104.535 1316 10 1 83.4321 -58.3031 95.55 + 65 151.214 608 10 0 83.4341 -58.3015 94.15 + 65 135.596 1317 9 1 83.4651 -58.3358 65.55 + 65 110.027 608 9 0 83.4667 -58.3382 64.15 + 65 103.91 1317 8 1 83.495 -58.3932 35.55 + 65 205.25 608 8 0 83.4955 -58.3957 34.15 + 65 105.269 1317 7 1 83.5126 -58.4652 5.55 + 65 127.026 607 7 0 83.5126 -58.4697 4.15 + 65 102.292 1317 6 1 83.5067 -58.5504 -24.45 + 65 120.863 607 6 0 83.5089 -58.5509 -25.85 + 65 103.684 1317 5 1 83.5543 -58.5646 -54.45 + 65 109.113 607 5 0 83.5599 -58.5651 -55.85 + 65 127.338 1318 4 1 83.659 -58.5575 -84.45 + 65 156.175 607 4 0 83.6622 -58.5545 -85.85 + 65 111.404 1318 3 1 83.732 -58.483 -114.45 + 65 126.319 607 3 0 83.7361 -58.4787 -115.85 + 65 422.114 1318 2 1 83.8249 -58.3878 -144.45 + 65 367.464 608 2 0 83.835 -58.3844 -145.85 + 65 129.846 1319 1 1 84.0283 -58.3133 -174.45 + 65 101.912 608 1 0 84.0366 -58.3097 -175.85 + 65 127.062 1320 0 1 84.2095 -58.2283 -204.45 + 65 122.828 609 0 0 84.2234 -58.2299 -205.85 + 65 174.052 1320 1 1 84.2327 -58.6473 -174.45 + 65 157.427 607 1 0 84.2668 -58.5747 -175.85 + 65 239.699 1323 0 1 84.7333 -57.331 -204.45 + 65 145.032 613 0 0 84.6981 -57.3041 -205.85 + 65 170.877 1321 1 1 84.3664 -58.0918 -174.45 + 65 112.496 609 1 0 84.5016 -58.1251 -175.85 + 65 171.986 1333 0 1 86.7892 -58.7211 -204.451 + 65 324.699 606 0 0 86.9108 -58.76 -205.851 + 65 1.94098 607 0 0 87.3685 -58.6499 -206.247 + 65 31.0071 646 0 0 101.787 -50.6974 -206.25 + 65 115.46 647 0 0 101.809 -50.6498 -206.161 + 65 172.255 1416 0 1 103.45 -49.8004 -204.85 + 65 75.3004 1417 0 1 103.55 -49.7015 -204.698 + 65 141.858 1415 0 1 103.35 -49.5732 -204.564 + 65 191.307 1414 0 1 103.15 -49.4451 -204.51 + 65 83.4637 270 14 0 -128.663 -126.15 213.904 +Number of digits in this event = 25 +Using G4ParticleGun ... +7.10746 LIN +e- +Event: 66 +Number of tracker hits in this event = 37 + 66 94.8081 1130 9 1 46.1009 -111.671 65.55 + 66 125.492 342 9 0 46.1011 -111.67 64.15 + 66 146.611 1130 8 1 46.0996 -111.652 35.55 + 66 123.302 342 8 0 46.1001 -111.651 34.15 + 66 130.123 1130 7 1 46.1122 -111.625 5.55 + 66 103.253 342 7 0 46.1131 -111.621 4.15 + 66 105.774 1130 6 1 46.1247 -111.547 -24.45 + 66 100.691 343 6 0 46.123 -111.544 -25.85 + 66 131.569 1130 5 1 46.0947 -111.481 -54.45 + 66 169.014 343 5 0 46.0945 -111.477 -55.85 + 66 523.052 1130 4 1 46.0833 -111.386 -84.45 + 66 115.585 343 4 0 46.0829 -111.382 -85.85 + 66 148.169 1130 3 1 46.0696 -111.307 -114.45 + 66 169.755 344 3 0 46.07 -111.304 -115.85 + 66 124.976 1130 2 1 46.0728 -111.225 -144.45 + 66 200.361 344 2 0 46.0729 -111.222 -145.85 + 66 119.47 1130 1 1 46.0757 -111.173 -174.45 + 66 302.291 344 1 0 46.0771 -111.171 -175.85 + 66 126.473 1130 0 1 46.1035 -111.134 -204.45 + 66 245.564 345 0 0 46.1054 -111.134 -205.85 + 66 67.4095 1616 8 0 -112.873 143.483 33.75 + 66 238.37 1131 1 1 46.25 -111.087 -174.47 + 66 64.0549 1132 1 1 46.45 -110.972 -174.508 + 66 73.4272 1133 1 1 46.65 -110.847 -174.494 + 66 474.656 345 1 0 46.2956 -111.057 -175.85 + 66 221.806 1131 0 1 46.3504 -110.927 -204.45 + 66 134.553 346 0 0 46.3624 -110.92 -205.85 + 66 72.941 401 1 0 61.3899 -99.8729 -176.25 + 66 83.9549 402 1 0 61.2667 -99.7495 -176.069 + 66 18.3003 403 1 0 61.1825 -99.55 -175.884 + 66 48.6311 1204 1 1 60.9717 -98.4129 -174.85 + 66 131.879 1205 1 1 61.0501 -98.2502 -174.784 + 66 122.768 1206 1 1 61.25 -98.0022 -174.586 + 66 94.5146 1207 1 1 61.45 -97.8317 -174.464 + 66 335.195 1208 1 1 61.65 -97.8226 -174.536 + 66 140.511 237 14 1 -132.584 -73.5572 215.15 + 66 129.652 236 14 1 -132.75 -73.5147 215.367 +Number of digits in this event = 25 +Using G4ParticleGun ... +9.7855 LIN +e- +Event: 67 +Number of tracker hits in this event = 37 + 67 128.592 1175 11 1 55.1992 -51.0273 125.55 + 67 108.921 645 11 0 55.2004 -51.0269 124.15 + 67 137.127 1175 10 1 55.2247 -51.0166 95.55 + 67 123.519 645 10 0 55.2258 -51.0165 94.15 + 67 113.632 1175 9 1 55.2477 -51.0131 65.55 + 67 154.416 645 9 0 55.2489 -51.0132 64.15 + 67 115.836 1176 8 1 55.2763 -51.0134 35.55 + 67 112.472 645 8 0 55.2778 -51.0132 34.15 + 67 186.175 1176 7 1 55.309 -51.0076 5.55 + 67 213.98 645 7 0 55.3111 -51.0068 4.15 + 67 112.521 1176 6 1 55.3623 -50.9989 -24.45 + 67 534.508 645 6 0 55.3644 -50.9979 -25.85 + 67 111.441 1176 5 1 55.4081 -50.9784 -54.45 + 67 110.683 645 5 0 55.4103 -50.9783 -55.85 + 67 196.847 1177 4 1 55.457 -50.9788 -84.45 + 67 145.922 645 4 0 55.4593 -50.9789 -85.85 + 67 129.329 1177 3 1 55.5024 -50.9785 -114.45 + 67 162.63 645 3 0 55.5043 -50.9786 -115.85 + 67 162.109 1177 2 1 55.5435 -50.9807 -144.45 + 67 113.526 645 2 0 55.5451 -50.981 -145.85 + 67 175.668 1177 1 1 55.5777 -50.9908 -174.45 + 67 194.121 645 1 0 55.58 -50.992 -175.85 + 67 702.014 1177 0 1 55.6284 -51.0148 -204.45 + 67 559.992 645 0 0 55.6305 -51.0158 -205.85 + 67 69.4757 1361 0 1 92.4914 -104.229 -204.45 + 67 115.142 877 5 0 -10.4052 -4.57583 -56.25 + 67 100.47 1537 8 0 97.1119 127.55 33.8447 + 67 108.785 990 4 1 18.0919 -5.5126 -84.45 + 67 173.948 644 0 0 55.5974 -51.1039 -205.85 + 67 69.2296 646 0 0 55.6549 -50.85 -206.046 + 67 80.349 646 7 0 55.1106 -50.85 3.87942 + 67 297.61 794 7 0 9.6179 -21.1353 3.75 + 67 55.8956 947 7 1 9.5464 -21.0443 5.15 + 67 93.8341 948 7 1 9.65 -21.0255 5.30406 + 67 1.71917 949 7 1 9.85 -20.9723 5.54591 + 67 34.6051 793 7 0 9.49907 -21.25 4.07566 + 67 136.534 961 7 1 12.3697 -20.003 5.15 +Number of digits in this event = 22 +Using G4ParticleGun ... +7.32397 LIN +e- +Event: 68 +Number of tracker hits in this event = 79 + 68 116.303 391 9 1 -101.766 -63.3037 65.55 + 68 111.757 583 9 0 -101.765 -63.3035 64.15 + 68 191.796 392 8 1 -101.747 -63.2934 35.55 + 68 387.033 583 8 0 -101.748 -63.2921 34.15 + 68 280.588 391 7 1 -101.771 -63.2652 5.55 + 68 424.416 583 7 0 -101.771 -63.2659 4.15 + 68 306.391 391 6 1 -101.766 -63.2833 -24.45 + 68 399.774 583 6 0 -101.764 -63.2832 -25.85 + 68 245.21 392 5 1 -101.712 -63.2839 -54.45 + 68 328.859 583 5 0 -101.709 -63.2853 -55.85 + 68 453.779 392 4 1 -101.64 -63.3078 -84.45 + 68 231.549 583 4 0 -101.636 -63.3071 -85.85 + 68 575.865 392 3 1 -101.555 -63.291 -114.45 + 68 729.484 583 3 0 -101.554 -63.2904 -115.85 + 68 247.148 393 2 1 -101.529 -63.2914 -144.45 + 68 387.148 583 2 0 -101.528 -63.2921 -145.85 + 68 121.848 393 1 1 -101.519 -63.3116 -174.45 + 68 302.83 583 1 0 -101.519 -63.3124 -175.85 + 68 115.229 393 0 1 -101.538 -63.3267 -204.45 + 68 231.212 583 0 0 -101.539 -63.3263 -205.85 + 68 115.566 390 5 1 -102.063 -62.8648 -54.45 + 68 103.8 585 5 0 -102.091 -62.8672 -55.85 + 68 116.844 387 4 1 -102.601 -63.0231 -84.45 + 68 107.835 585 4 0 -102.642 -63.0054 -85.85 + 68 117.403 384 3 1 -103.239 -62.577 -114.45 + 68 186.081 587 3 0 -103.293 -62.5646 -115.85 + 68 136.125 379 2 1 -104.335 -62.434 -144.45 + 68 171.09 587 2 0 -104.384 -62.4686 -145.85 + 68 120.479 375 1 1 -105.126 -63.3752 -174.45 + 68 263.658 368 0 1 -106.363 -61.8913 -204.45 + 68 130.914 591 0 0 -106.398 -61.7502 -205.85 + 68 126.162 589 0 0 -106.664 -62.2079 -205.85 + 68 574.824 584 1 0 -105.117 -63.25 -176.202 + 68 357.015 585 1 0 -104.905 -63.05 -176.12 + 68 176.563 758 1 0 -123.169 -28.3779 -176.25 + 68 3.53517 757 1 0 -123.096 -28.45 -176.164 + 68 179.086 371 1 1 -105.791 -63.2429 -174.45 + 68 69.6038 370 1 1 -105.95 -63.244 -174.541 + 68 71.4247 369 1 1 -106.15 -63.2251 -174.713 + 68 120.473 174 0 1 -145.339 -53.2466 -204.45 + 68 5.09057 635 0 0 -145 -52.8551 -205.85 + 68 121.041 636 0 0 -144.994 -52.85 -205.871 + 68 298.675 391 8 1 -101.758 -63.293 35.55 + 68 159.873 392 7 1 -101.747 -63.2757 5.55 + 68 322.34 392 6 1 -101.62 -63.2234 -24.45 + 68 145.361 584 6 0 -101.617 -63.2199 -25.85 + 68 150.572 584 5 0 -101.561 -63.1639 -55.85 + 68 182.035 584 4 0 -101.622 -63.2174 -85.85 + 68 160.224 387 2 1 -102.708 -62.3083 -144.45 + 68 142.21 590 2 0 -102.819 -62.0279 -145.85 + 68 112.096 614 1 0 -105.988 -57.1324 -175.85 + 68 23.4576 351 0 1 -109.937 -54.775 -204.45 + 68 97.4987 350 0 1 -109.95 -54.7612 -204.532 + 68 124.488 627 0 0 -110.162 -54.5492 -205.85 + 68 74.2411 1550 1 0 48.9096 130.15 -176.185 + 68 90.1979 1551 1 0 49.2014 130.35 -176.152 + 68 6.06721 1552 1 0 49.3549 130.55 -176.236 + 68 215.251 584 2 0 -101.421 -63.2176 -145.85 + 68 132.467 399 1 1 -100.221 -62.9266 -174.45 + 68 86.1131 405 0 1 -98.9596 -63.0643 -204.45 + 68 46.6631 406 0 1 -98.95 -63.0614 -204.692 + 68 98.7858 584 0 0 -98.9007 -63.0534 -205.85 + 68 131.347 391 2 1 -101.755 -63.67 -144.45 + 68 128.714 581 2 0 -101.741 -63.7048 -145.85 + 68 167.268 394 1 1 -101.309 -64.3438 -174.45 + 68 115.257 578 1 0 -101.302 -64.3815 -175.85 + 68 112.098 394 0 1 -101.277 -65.1211 -204.45 + 68 91.8632 574 0 0 -101.248 -65.1525 -205.85 + 68 130.708 393 3 1 -101.55 -63.4531 -114.509 + 68 92.4102 393 5 1 -101.55 -63.1598 -54.7237 + 68 26.8598 586 5 0 -101.724 -62.7388 -55.85 + 68 90.6677 387 5 1 -102.649 -61.6381 -54.8499 + 68 88.2612 386 5 1 -102.75 -61.6017 -54.8107 + 68 105.992 391 5 1 -101.79 -63.3416 -54.45 + 68 114.252 391 4 1 -101.807 -63.3373 -84.45 + 68 197.949 391 3 1 -101.754 -63.3457 -114.45 + 68 116.789 392 2 1 -101.722 -63.274 -144.45 + 68 157.645 391 1 1 -101.779 -63.2386 -174.45 + 68 118.903 391 0 1 -101.808 -63.2888 -204.45 +Number of digits in this event = 51 +Using G4ParticleGun ... +7.11378 LIN +e- +Event: 69 +Number of tracker hits in this event = 67 + 69 146.781 494 10 1 -81.1032 -25.089 95.55 + 69 112.802 774 10 0 -81.1034 -25.0896 94.15 + 69 125.201 494 9 1 -81.1053 -25.1032 65.55 + 69 136.105 774 9 0 -81.1055 -25.1031 64.15 + 69 119.517 494 8 1 -81.1091 -25.1035 35.55 + 69 140.317 774 8 0 -81.1083 -25.1041 34.15 + 69 119.194 494 7 1 -81.0964 -25.122 5.55 + 69 123.917 774 7 0 -81.0978 -25.1183 4.15 + 69 113.438 494 6 1 -81.1275 -25.0467 -24.45 + 69 165.486 775 6 0 -81.1276 -25.0444 -25.85 + 69 469.55 494 5 1 -81.134 -25.0001 -54.45 + 69 102.197 775 5 0 -81.1352 -24.9967 -55.85 + 69 369.462 494 4 1 -81.148 -24.9766 -84.45 + 69 419.849 775 4 0 -81.1488 -24.9762 -85.85 + 69 383.146 494 3 1 -81.1636 -24.9673 -114.45 + 69 575.31 775 3 0 -81.163 -24.9661 -115.85 + 69 281.463 494 2 1 -81.1495 -24.9414 -144.45 + 69 372.443 775 2 0 -81.1494 -24.9424 -145.85 + 69 199.36 494 1 1 -81.1563 -24.9589 -174.45 + 69 113.139 775 1 0 -81.1549 -24.9631 -175.85 + 69 291.934 494 0 1 -81.1241 -25.0495 -204.45 + 69 206.121 774 0 0 -81.1195 -25.052 -205.85 + 69 177.27 1296 2 1 79.2665 -150.998 -144.45 + 69 326.465 493 3 1 -81.25 -24.8501 -114.65 + 69 181.367 495 2 1 -81.05 -24.7611 -144.743 + 69 7.50616 782 2 0 -80.2872 -23.4736 -145.85 + 69 73.9738 783 2 0 -80.2734 -23.45 -145.871 + 69 85.2276 784 2 0 -80.0915 -23.25 -145.99 + 69 318.765 785 2 0 -79.9133 -23.0497 -146.006 + 69 386.821 786 2 0 -79.3576 -22.85 -145.939 + 69 226.381 600 2 0 -35.5697 -59.9979 -146.25 + 69 183.508 599 2 0 -35.6502 -60.0501 -146.09 + 69 137.717 598 2 0 -35.8115 -60.25 -145.914 + 69 88.19 493 2 1 -81.25 -24.9481 -144.546 + 69 113.142 774 2 0 -81.6629 -25.1833 -145.85 + 69 60.0653 461 1 1 -87.6988 -25.3068 -174.45 + 69 49.7862 462 1 1 -87.65 -25.3664 -174.677 + 69 158.629 771 1 0 -87.2625 -25.6648 -175.851 + 69 149.636 493 5 1 -81.25 -25.0328 -54.5673 + 69 1.24002 774 5 0 -81.1698 -25.2483 -55.85 + 69 126.809 773 5 0 -81.1699 -25.25 -55.8555 + 69 111.206 495 3 1 -80.854 -25.002 -114.45 + 69 125.522 496 2 1 -80.6941 -24.8907 -144.45 + 69 96.1765 497 1 1 -80.6391 -24.775 -174.45 + 69 233.497 776 1 0 -80.6604 -24.7642 -175.85 + 69 112.85 778 0 0 -81.1054 -24.3534 -205.85 + 69 55.0545 412 4 1 -97.6607 -33.8942 -84.85 + 69 59.3252 1043 0 0 121.284 28.6898 -206.25 + 69 105.661 1014 0 0 134.697 23.05 -206.223 + 69 27.7631 1015 0 0 134.833 23.05 -206.217 + 69 15.7878 492 3 1 -81.45 -24.9586 -114.807 + 69 50.422 392 2 1 -101.676 -25.7212 -144.45 + 69 93.3242 391 2 1 -101.75 -25.7116 -144.524 + 69 68.1764 390 2 1 -101.95 -25.6879 -144.716 + 69 152.166 772 2 0 -103.143 -25.5582 -145.85 + 69 40.52 245 1 1 -131.055 -20.8259 -174.45 + 69 84.587 244 1 1 -131.15 -20.853 -174.558 + 69 32.7441 243 1 1 -131.35 -20.9107 -174.793 + 69 148.296 794 1 0 -132.256 -21.1622 -175.85 + 69 14.9119 793 1 0 -132.581 -21.25 -176.208 + 69 140.918 99 0 1 -160.187 -28.1472 -204.45 + 69 75.9263 98 0 1 -160.35 -28.1483 -204.65 + 69 171.346 759 0 0 -161.27 -28.1601 -205.85 + 69 180.308 776 2 0 -80.8621 -24.7699 -145.85 + 69 143.801 496 1 1 -80.7634 -24.6811 -174.45 + 69 119.168 496 0 1 -80.7451 -24.6262 -204.45 + 69 143.134 777 0 0 -80.7345 -24.6428 -205.85 +Number of digits in this event = 38 +Using G4ParticleGun ... +5.95481 LIN +e- +Event: 70 +Number of tracker hits in this event = 19 + 70 120.762 212 7 1 -137.671 -50.9821 5.55 + 70 115.997 645 7 0 -137.674 -50.9823 4.15 + 70 128.902 212 6 1 -137.724 -50.9929 -24.45 + 70 112.077 645 6 0 -137.727 -50.9922 -25.85 + 70 144.792 211 5 1 -137.775 -50.9784 -54.45 + 70 130.222 645 5 0 -137.776 -50.978 -55.85 + 70 117.567 211 4 1 -137.809 -50.9665 -84.45 + 70 123.433 645 4 0 -137.811 -50.9656 -85.85 + 70 133.976 211 3 1 -137.843 -50.9389 -114.45 + 70 131.608 645 3 0 -137.844 -50.9382 -115.85 + 70 132.206 211 2 1 -137.854 -50.9231 -144.45 + 70 130.617 645 2 0 -137.855 -50.9227 -145.85 + 70 129.881 211 1 1 -137.868 -50.9209 -174.45 + 70 111.618 645 1 0 -137.87 -50.9199 -175.85 + 70 232.233 211 0 1 -137.917 -50.8932 -204.45 + 70 158.278 645 0 0 -137.921 -50.8915 -205.85 + 70 89.455 425 5 1 -95.0001 -164.585 -54.85 + 70 3.19042 426 5 1 -94.95 -164.8 -54.5489 + 70 60.3906 209 8 0 -7.9068 -138.205 33.75 +Number of digits in this event = 15 +Using G4ParticleGun ... +8.44669 LIN +e- +Event: 71 +Number of tracker hits in this event = 28 + 71 108.144 953 8 1 10.6829 -144.215 35.55 + 71 134.226 179 8 0 10.6831 -144.215 34.15 + 71 165.311 953 7 1 10.6893 -144.215 5.55 + 71 123.546 179 7 0 10.6897 -144.214 4.15 + 71 108.749 953 6 1 10.6972 -144.203 -24.45 + 71 182.469 179 6 0 10.6979 -144.203 -25.85 + 71 109.111 953 5 1 10.7114 -144.203 -54.45 + 71 117.173 179 5 0 10.7134 -144.203 -55.85 + 71 141.163 953 4 1 10.7579 -144.188 -84.45 + 71 277.083 179 4 0 10.7584 -144.188 -85.85 + 71 163.997 953 3 1 10.7655 -144.171 -114.45 + 71 203.436 179 3 0 10.7656 -144.169 -115.85 + 71 152.211 953 2 1 10.7663 -144.126 -144.45 + 71 258.544 180 2 0 10.7658 -144.124 -145.85 + 71 420.838 953 1 1 10.7556 -144.09 -174.45 + 71 110.854 180 1 0 10.7573 -144.087 -175.85 + 71 203.229 953 0 1 10.7919 -144.035 -204.45 + 71 109.412 180 0 0 10.7921 -144.032 -205.85 + 71 87.7572 179 2 0 10.7821 -144.15 -145.978 + 71 131.29 182 1 0 10.9326 -143.708 -175.85 + 71 6.37857 183 1 0 11.0696 -143.55 -176.241 + 71 211.877 179 1 0 10.8776 -144.277 -175.85 + 71 122.014 974 0 1 14.8546 -147.893 -204.45 + 71 57.2936 159 0 0 15.251 -148.294 -205.85 + 71 61.4377 158 0 0 15.3054 -148.35 -206.024 + 71 396.86 25 0 0 8.65837 -175.028 -206.25 + 71 66.5893 940 0 1 8.10898 -174.714 -204.85 + 71 36.0884 26 0 0 8.52327 -174.95 -205.923 +Number of digits in this event = 18 +Using G4ParticleGun ... +5.01604 LIN +e- +Event: 72 +Number of tracker hits in this event = 33 + 72 108.001 966 11 1 13.261 45.6465 125.55 + 72 123.373 1127 11 0 13.2603 45.6445 124.15 + 72 127.578 965 10 1 13.243 45.606 95.55 + 72 100.934 1127 10 0 13.2426 45.6049 94.15 + 72 111.433 965 9 1 13.2289 45.5755 65.55 + 72 109.122 1127 9 0 13.2275 45.573 64.15 + 72 171.712 965 8 1 13.1959 45.5198 35.55 + 72 131.067 1127 8 0 13.1941 45.5154 34.15 + 72 136.841 965 7 1 13.1566 45.4279 5.55 + 72 142.934 1126 7 0 13.1536 45.422 4.15 + 72 170.69 965 6 1 13.0916 45.3117 -24.45 + 72 97.9479 1126 6 0 13.0896 45.3064 -25.85 + 72 140.152 965 5 1 13.0541 45.1905 -54.45 + 72 145.886 1125 5 0 13.0515 45.1862 -55.85 + 72 253.51 964 4 1 13.0174 45.0987 -84.45 + 72 118.123 1125 4 0 13.0204 45.0927 -85.85 + 72 154.04 965 3 1 13.0802 44.9803 -114.45 + 72 125.369 1124 3 0 13.0871 44.9778 -115.85 + 72 156.58 965 2 1 13.2382 44.9281 -144.45 + 72 105.171 1124 2 0 13.244 44.9283 -145.85 + 72 195.254 966 1 1 13.3616 44.9331 -174.45 + 72 151.045 1124 1 0 13.365 44.9373 -175.85 + 72 111.4 967 0 1 13.4514 45.0558 -204.45 + 72 113.465 1125 0 0 13.4514 45.0655 -205.85 + 72 239.15 1458 1 1 111.75 -127.947 -174.739 + 72 78.4215 1459 1 1 111.95 -128.203 -174.506 + 72 96.4883 1457 1 1 111.75 -128.654 -174.688 + 72 268.396 254 1 0 111.387 -129.254 -175.85 + 72 71.0045 255 1 0 111.332 -129.15 -176.096 + 72 100.559 963 4 1 12.85 45.2187 -84.6139 + 72 99.5824 1126 4 0 12.2731 45.25 -85.948 + 72 297.586 966 7 1 13.25 45.402 5.31268 + 72 15.3752 967 7 1 13.45 45.3399 5.28451 +Number of digits in this event = 20 +Using G4ParticleGun ... +5.24654 LIN +e- +Event: 73 Number of tracker hits in this event = 24 - 98 25.2598 613 10 0 101.976 -57.4068 93.837 - 98 130.325 1409 9 1 101.979 -57.4051 65.55 - 98 131.34 613 9 0 101.978 -57.4045 64.15 - 98 154.488 1409 8 1 101.961 -57.3918 35.55 - 98 97.9898 613 8 0 101.958 -57.3896 34.15 - 98 110.11 1408 7 1 101.903 -57.346 5.55 - 98 154.408 613 7 0 101.899 -57.3413 4.15 - 98 138.831 1408 6 1 101.817 -57.2486 -24.45 - 98 188.98 614 6 0 101.813 -57.2487 -25.85 - 98 110.846 1407 5 1 101.724 -57.2326 -54.45 - 98 182.549 614 5 0 101.72 -57.2324 -55.85 - 98 143.86 1407 4 1 101.641 -57.2328 -84.45 - 98 120.449 614 4 0 101.638 -57.2335 -85.85 - 98 139.969 1407 3 1 101.59 -57.244 -114.45 - 98 103.23 614 3 0 101.587 -57.2436 -115.85 - 98 105.069 1406 2 1 101.517 -57.2339 -144.45 - 98 117.761 614 2 0 101.514 -57.2342 -145.85 - 98 113.735 1406 1 1 101.453 -57.2383 -174.45 - 98 170.281 614 1 0 101.45 -57.2376 -175.85 - 98 165.743 1406 0 1 101.4 -57.2235 -204.45 - 98 176.396 614 0 0 101.396 -57.2222 -205.85 - 98 148.882 723 5 0 56.5035 -35.3552 -56.25 - 98 14.8678 722 5 0 56.3412 -35.45 -56.2263 - 98 56.5901 573 5 0 71.2604 -65.4357 -56.25 + 73 125.203 703 8 1 -39.3127 -132.671 35.55 + 73 140.469 237 8 0 -39.3112 -132.669 34.15 + 73 106.862 703 7 1 -39.2843 -132.628 5.55 + 73 108.558 237 7 0 -39.2833 -132.625 4.15 + 73 141.901 703 6 1 -39.2664 -132.576 -24.45 + 73 108.287 237 6 0 -39.2635 -132.571 -25.85 + 73 122.526 704 5 1 -39.1992 -132.471 -54.45 + 73 108.637 238 5 0 -39.1951 -132.465 -55.85 + 73 104.48 704 4 1 -39.1112 -132.332 -84.45 + 73 125.465 239 4 0 -39.1063 -132.325 -85.85 + 73 139.583 705 3 1 -39.0088 -132.177 -114.45 + 73 111.949 239 3 0 -39.0037 -132.168 -115.85 + 73 118.094 705 2 1 -38.8937 -131.985 -144.45 + 73 108.654 240 2 0 -38.8879 -131.976 -145.85 + 73 121.354 706 1 1 -38.7685 -131.781 -174.45 + 73 216.431 241 1 0 -38.7651 -131.772 -175.85 + 73 255.151 706 0 1 -38.6987 -131.587 -204.45 + 73 208.503 242 0 0 -38.6953 -131.579 -205.85 + 73 231.999 621 0 1 -55.65 -139.56 -204.757 + 73 136.157 420 4 1 -95.9882 -119.946 -84.85 + 73 56.9707 419 4 1 -96.15 -119.883 -84.5037 + 73 267.157 707 0 1 -38.6417 -131.565 -204.45 + 73 132.212 243 0 0 -38.6339 -131.527 -205.85 + 73 43.0142 703 5 1 -39.3066 -132.616 -54.45 +Number of digits in this event = 17 +Using G4ParticleGun ... +4.40308 LIN +e- +Event: 74 +Number of tracker hits in this event = 99 + 74 128.814 298 9 1 -120.538 28.0711 65.55 + 74 117.95 1040 9 0 -120.538 28.0702 64.15 + 74 45.6152 298 8 1 -120.55 28.0539 35.55 + 74 99.8388 297 8 1 -120.55 28.0537 35.4067 + 74 120.166 1040 8 0 -120.552 28.0528 34.15 + 74 142.516 297 7 1 -120.596 28.0252 5.55 + 74 293.876 1039 7 0 -120.597 28.0231 4.15 + 74 123.949 297 6 1 -120.616 27.9711 -24.45 + 74 182.72 1039 6 0 -120.619 27.9683 -25.85 + 74 107.894 297 5 1 -120.677 27.9078 -54.45 + 74 134.486 1039 5 0 -120.679 27.9047 -55.85 + 74 116.951 297 4 1 -120.736 27.8375 -84.45 + 74 222.875 1038 4 0 -120.738 27.8351 -85.85 + 74 413.866 296 3 1 -120.8 27.7871 -114.45 + 74 410.568 1038 3 0 -120.802 27.7838 -115.85 + 74 158.713 296 2 1 -120.83 27.7278 -144.45 + 74 184.433 1038 2 0 -120.831 27.723 -145.85 + 74 163.831 296 1 1 -120.835 27.623 -174.45 + 74 167.447 1037 1 0 -120.837 27.6209 -175.85 + 74 296.474 296 0 1 -120.87 27.5753 -204.45 + 74 406.479 1037 0 0 -120.87 27.575 -205.85 + 74 36.6567 1039 3 0 -121.11 27.9334 -115.85 + 74 323.041 1037 3 0 -121.284 27.65 -115.986 + 74 151.246 297 3 1 -120.75 27.8597 -114.754 + 74 163.524 310 2 1 -118.119 22.2433 -144.45 + 74 37.8232 311 2 1 -117.95 22.3216 -144.75 + 74 110.693 1012 2 0 -117.321 22.583 -145.85 + 74 42.7166 1013 2 0 -117.141 22.65 -146.121 + 74 5.63368 434 1 1 -93.1682 32.4565 -174.45 + 74 333.948 435 1 1 -93.15 32.4536 -174.462 + 74 93.082 436 1 1 -92.9499 32.4198 -174.596 + 74 62.0002 437 1 1 -92.75 32.3819 -174.734 + 74 166.819 1060 1 0 -91.1223 32.155 -175.85 + 74 74.9179 1059 1 0 -90.6768 32.05 -176.161 + 74 6.45733 1093 1 0 -27.5598 38.8361 -176.25 + 74 127.961 1094 1 0 -27.5477 38.85 -176.23 + 74 26.9066 1095 1 0 -27.3757 39.05 -175.938 + 74 64.4089 767 1 1 -26.5573 40.021 -174.85 + 74 136.138 768 1 1 -26.45 40.1529 -174.712 + 74 214.108 1215 2 0 25.3715 63.0782 -146.25 + 74 94.3282 1216 2 0 25.903 63.25 -145.981 + 74 47.9213 1036 2 1 27.3887 64.0994 -144.85 + 74 61.3104 1037 2 1 27.45 64.1294 -144.805 + 74 68.6586 1038 2 1 27.65 64.1968 -144.711 + 74 73.6448 1039 2 1 27.85 64.2574 -144.661 + 74 81.5228 1040 2 1 28.05 64.3311 -144.614 + 74 49.9777 1041 2 1 28.2505 64.4256 -144.553 + 74 57.9102 1042 2 1 28.45 64.4921 -144.502 + 74 68.2725 1043 2 1 28.7016 64.6223 -144.45 + 74 92.7601 1044 2 1 28.85 64.7621 -144.548 + 74 189.738 1045 2 1 29.05 65.0054 -144.68 + 74 69.8744 1046 2 1 29.2502 65.2143 -144.736 + 74 57.9632 1047 2 1 29.45 65.3769 -144.775 + 74 34.2117 1048 2 1 29.65 65.5482 -144.818 + 74 55.3556 1238 2 0 31.9706 67.7281 -145.85 + 74 72.6705 1239 2 0 32.0859 67.85 -145.9 + 74 61.0727 1240 2 0 32.2029 68.05 -145.983 + 74 88.7453 1241 2 0 32.301 68.25 -146.017 + 74 51.2969 1242 2 0 32.4037 68.45 -146.007 + 74 71.1503 1243 2 0 32.5078 68.65 -145.986 + 74 87.5036 1244 2 0 32.6377 68.8501 -146.037 + 74 87.5562 1245 2 0 32.7664 69.05 -146.116 + 74 73.8131 1246 2 0 32.9805 69.2501 -146.166 + 74 233.232 1042 3 0 -120.498 28.6282 -115.85 + 74 55.1971 1035 3 0 -120.585 27.1322 -115.85 + 74 94.8664 1034 3 0 -120.562 27.05 -115.975 + 74 38.2381 979 3 0 -62.0861 16.0228 -116.25 + 74 184.064 980 3 0 -61.9454 16.05 -116.184 + 74 15.4138 599 3 1 -60.0966 16.5836 -114.85 + 74 66.1013 600 3 1 -60.05 16.5971 -114.82 + 74 69.3536 601 3 1 -59.85 16.6521 -114.716 + 74 67.9472 602 3 1 -59.65 16.7348 -114.606 + 74 68.1723 603 3 1 -59.45 16.8606 -114.526 + 74 181.234 604 3 1 -59.2311 17.0795 -114.45 + 74 146.49 605 3 1 -59.05 17.3725 -114.526 + 74 5.56264 976 3 0 -60.4005 15.2674 -115.85 + 74 81.435 975 3 0 -60.4104 15.25 -115.857 + 74 134.275 974 3 0 -60.575 15.05 -115.996 + 74 11.1678 973 3 0 -60.9493 14.85 -116.235 + 74 79.5641 956 3 0 -116.146 11.2683 -116.25 + 74 48.4683 957 3 0 -116.086 11.45 -116.024 + 74 419.903 324 3 1 -115.159 11.7478 -114.85 + 74 207.702 325 3 1 -115.15 11.7523 -114.838 + 74 72.6865 326 3 1 -114.95 12.2771 -114.833 + 74 88.2141 966 3 0 -114.681 13.3013 -115.85 + 74 137.066 297 1 1 -120.562 28.1403 -174.45 + 74 299.076 298 1 1 -120.55 28.1984 -174.462 + 74 46.5303 1054 1 0 -120.309 30.8926 -175.85 + 74 45.3935 1055 1 0 -120.295 31.05 -175.927 + 74 50.0942 1056 1 0 -120.263 31.25 -176.011 + 74 52.0003 1057 1 0 -120.235 31.4503 -176.089 + 74 65.4855 1058 1 0 -120.202 31.65 -176.167 + 74 184.23 1414 1 0 -95.1295 103.111 -176.25 + 74 182.106 422 1 1 -95.5571 103.229 -174.85 + 74 103.603 421 1 1 -95.75 103.168 -174.512 + 74 74.9514 420 1 1 -95.95 103.18 -174.699 + 74 233.338 1417 1 0 -96.2063 103.628 -175.85 + 74 284.429 1044 1 0 -120.825 28.8771 -175.85 + 74 26.5669 1045 1 0 -120.812 29.05 -176.2 +Number of digits in this event = 40 +Using G4ParticleGun ... +6.50691 LIN +e- +Event: 75 +Number of tracker hits in this event = 163 + 75 189.85 588 11 0 55.8582 -62.3961 124.15 + 75 170.177 1179 10 1 55.8625 -62.397 95.55 + 75 116.752 588 10 0 55.8639 -62.3969 94.15 + 75 127.61 1179 9 1 55.893 -62.3888 65.55 + 75 210.855 588 9 0 55.8955 -62.3887 64.15 + 75 105.006 1179 8 1 55.9483 -62.3876 35.55 + 75 242.592 588 8 0 55.9502 -62.3893 34.15 + 75 270.707 1179 7 1 55.9891 -62.4202 5.55 + 75 618.468 588 7 0 55.9889 -62.4221 4.15 + 75 121.888 1179 6 1 55.9855 -62.4691 -24.45 + 75 123.287 587 6 0 55.9885 -62.4715 -25.85 + 75 108.609 1180 5 1 56.0631 -62.5228 -54.45 + 75 367.964 587 5 0 56.0666 -62.526 -55.85 + 75 140.289 1180 4 1 56.1355 -62.5881 -84.45 + 75 262.299 587 4 0 56.1402 -62.5895 -85.85 + 75 363.929 1180 3 1 56.2364 -62.6208 -114.45 + 75 129.489 587 3 0 56.2407 -62.6219 -115.85 + 75 134.599 1181 2 1 56.3324 -62.6454 -144.45 + 75 120.586 587 2 0 56.3388 -62.6449 -145.85 + 75 165.388 1182 1 1 56.4653 -62.6356 -174.45 + 75 326.701 587 1 0 56.473 -62.6381 -175.85 + 75 126.832 1182 0 1 56.629 -62.7977 -204.45 + 75 106.973 586 0 0 56.6314 -62.8068 -205.85 + 75 117.858 716 3 1 -36.7169 -163.196 -114.85 + 75 42.2767 715 3 1 -36.8501 -163.237 -114.635 + 75 159.172 586 1 0 56.4807 -62.65 -176.179 + 75 240.202 489 1 0 51.0839 -82.1433 -176.25 + 75 173.955 1183 1 1 56.6594 -62.7033 -174.45 + 75 145.008 1197 0 1 59.5273 -63.5463 -204.45 + 75 106.777 583 0 0 59.4405 -63.4381 -205.85 + 75 22.6868 582 0 0 59.453 -63.4865 -205.85 + 75 133.182 1212 0 1 62.57 -60.2511 -204.45 + 75 3.20576 1213 0 1 62.65 -60.2734 -204.842 + 75 161.745 598 0 0 62.847 -60.3298 -205.85 + 75 8.7047 1014 5 0 -20.645 23.0161 -56.25 + 75 407.709 1179 5 1 55.994 -62.4745 -54.45 + 75 125.85 1178 4 1 55.696 -63.1311 -84.45 + 75 144.859 584 4 0 55.6914 -63.1961 -85.85 + 75 155.636 1177 3 1 55.593 -64.4001 -114.45 + 75 171.036 577 3 0 55.5872 -64.4939 -115.85 + 75 309.536 1177 2 1 55.5285 -66.6137 -144.45 + 75 332.854 566 2 0 55.4735 -66.7794 -145.85 + 75 111.409 1171 1 1 54.3561 -70.001 -174.45 + 75 54.9733 549 1 0 54.1711 -70.2167 -175.85 + 75 60.2627 548 1 0 54.1389 -70.25 -176.074 + 75 119.602 1151 0 1 50.3354 -74.6011 -204.45 + 75 139.882 526 0 0 50.1895 -74.696 -205.85 + 75 72.8433 1176 2 1 55.4499 -66.6792 -144.656 + 75 141.836 563 2 0 54.8358 -67.3086 -145.85 + 75 3.27049 562 2 0 54.5914 -67.45 -146.241 + 75 20.8843 336 2 0 45.7255 -112.906 -146.25 + 75 95.4068 335 2 0 45.7406 -112.951 -146.216 + 75 54.7628 334 2 0 45.819 -113.15 -146.037 + 75 48.7675 333 2 0 45.874 -113.35 -145.957 + 75 65.382 332 2 0 45.9955 -113.55 -145.885 + 75 17.5556 331 2 0 46.1003 -113.75 -145.855 + 75 86.1439 1140 2 1 48.1908 -119.492 -144.85 + 75 100.068 1141 2 1 48.25 -119.818 -144.742 + 75 58.4207 1142 2 1 48.45 -120.117 -144.572 + 75 180.28 1179 1 1 55.8743 -70.3038 -174.45 + 75 117.006 547 1 0 55.8742 -70.4978 -175.85 + 75 330.874 1179 0 1 55.8903 -74.2564 -204.45 + 75 110.514 527 0 0 55.8449 -74.4864 -205.85 + 75 135.993 1179 4 1 56.0468 -62.5842 -84.45 + 75 91.0332 586 3 0 56.0607 -62.745 -115.85 + 75 176.288 1180 2 1 56.1689 -62.8415 -144.45 + 75 108.523 586 2 0 56.1708 -62.8457 -145.85 + 75 423.547 1180 1 1 56.1948 -62.928 -174.45 + 75 137.291 585 1 0 56.1984 -62.9258 -175.85 + 75 215.886 1181 0 1 56.2859 -62.8739 -204.45 + 75 221.652 585 0 0 56.2953 -62.8689 -205.85 + 75 53.0732 532 2 0 -28.6339 -73.45 -146.01 + 75 169.841 759 2 1 -28.202 -72.6062 -144.85 + 75 86.5089 760 2 1 -28.05 -72.5822 -144.783 + 75 17.7525 627 1 1 -54.6396 -99.653 -174.85 + 75 38.2834 1179 2 1 56.05 -62.9697 -144.774 + 75 33.475 577 2 0 55.4213 -64.5713 -145.85 + 75 85.9427 576 2 0 55.3993 -64.6501 -145.909 + 75 56.3278 575 2 0 55.4309 -64.85 -145.995 + 75 349.67 574 2 0 55.358 -65.05 -145.957 + 75 146.161 573 2 0 55.2671 -65.25 -145.892 + 75 178.307 1180 0 1 56.2107 -63.1947 -204.45 + 75 159.757 1178 0 1 55.8499 -63.2862 -204.558 + 75 59.483 448 2 0 108.83 -90.35 -145.962 + 75 3.24833 527 1 1 -74.45 -47.8686 -174.685 + 75 4.72151 589 1 0 56.4052 -62.0505 -175.85 + 75 118.936 590 1 0 56.4118 -62.05 -175.871 + 75 240.596 1226 0 1 65.3071 -60.8856 -204.45 + 75 219.677 602 0 0 65.6007 -59.6346 -205.85 + 75 213.807 1178 7 1 55.85 -62.3771 5.41919 + 75 327.038 1157 6 1 51.5241 -62.8157 -24.4502 + 75 69.8206 586 6 0 51.4142 -62.8381 -25.85 + 75 35.5578 585 6 0 51.3954 -62.85 -26.1136 + 75 180.349 1140 5 1 48.236 -65.085 -54.45 + 75 47.4048 1139 5 1 48.05 -65.2192 -54.7638 + 75 26.9991 571 5 0 47.1936 -65.8108 -55.85 + 75 279.525 570 5 0 47.1394 -65.85 -55.9207 + 75 122.775 1029 4 1 26.0242 -80.6045 -84.4501 + 75 41.5291 1028 4 1 25.85 -80.9191 -84.764 + 75 49.0944 488 4 0 25.0729 -82.3317 -85.85 + 75 70.1574 487 4 0 25.0047 -82.45 -85.9425 + 75 71.6533 486 4 0 24.8979 -82.65 -86.0961 + 75 1.34961 485 4 0 24.8051 -82.85 -86.2462 + 75 174.301 942 3 1 8.51656 -118.871 -114.45 + 75 89.0015 300 3 0 8.76832 -119.958 -115.85 + 75 32.5184 299 3 0 8.85063 -120.15 -116.161 + 75 176.286 977 2 1 15.4901 -132.01 -144.45 + 75 72.3889 232 2 0 15.9506 -133.594 -145.85 + 75 70.0072 231 2 0 15.9931 -133.75 -145.985 + 75 57.2776 230 2 0 16.066 -133.95 -146.164 + 75 71.0375 46 2 0 47.2396 -170.795 -146.25 + 75 90.3812 47 2 0 47.4124 -170.75 -146.047 + 75 8.21757 1144 2 1 49.0247 -170.174 -144.85 + 75 96.1616 1145 2 1 49.05 -170.165 -144.83 + 75 65.9827 1146 2 1 49.25 -170.04 -144.613 + 75 89.6544 1147 2 1 49.45 -170.081 -144.495 + 75 79.4191 1148 2 1 49.65 -170.135 -144.454 + 75 311.876 1149 2 1 49.85 -170.299 -144.512 + 75 124.305 40 2 0 49.7386 -171.955 -145.85 + 75 71.5483 39 2 0 49.79 -172.15 -146.101 + 75 71.3908 38 2 0 49.9769 -172.35 -146.198 + 75 93.8792 569 5 0 46.9794 -66.05 -56.0582 + 75 106.245 568 5 0 46.8653 -66.25 -56.1907 + 75 71.0698 559 5 0 78.6836 -68.1005 -56.25 + 75 220.065 560 5 0 78.7123 -68.0499 -56.0965 + 75 128.576 561 5 0 78.7948 -67.8499 -56.0447 + 75 28.6095 1126 0 1 45.402 -47.5983 -204.85 + 75 129.059 587 7 0 55.8301 -62.5448 4.15 + 75 3.44497 1178 6 1 55.6535 -66.4739 -24.45 + 75 117.116 1177 6 1 55.65 -66.4689 -24.4647 + 75 147.654 570 6 0 55.2823 -65.9519 -25.8505 + 75 44.4993 571 6 0 55.1963 -65.85 -26.1068 + 75 148.566 1116 5 1 43.2913 -53.8298 -54.45 + 75 74.8561 633 5 0 43.3762 -53.3488 -55.85 + 75 37.4712 634 5 0 43.3987 -53.25 -56.1431 + 75 216.665 1128 4 1 45.7479 -44.6653 -84.4506 + 75 46.6961 683 4 0 45.5531 -43.3543 -85.85 + 75 137.133 684 4 0 45.5437 -43.25 -85.9727 + 75 8.26599 685 4 0 45.5337 -43.0499 -86.2302 + 75 58.1546 908 4 0 92.2708 1.75925 -86.25 + 75 296.251 909 4 0 92.4577 1.85034 -86.1258 + 75 19.3897 1380 4 1 96.2785 3.31681 -84.85 + 75 97.8945 1381 4 1 96.35 3.34479 -84.8293 + 75 81.6644 1382 4 1 96.55 3.46646 -84.7652 + 75 68.5961 1383 4 1 96.75 3.64684 -84.6938 + 75 86.0307 1384 4 1 96.95 3.8172 -84.6461 + 75 50.4571 1385 4 1 97.1511 4.02543 -84.6758 + 75 70.2537 1386 4 1 97.3506 4.16387 -84.7319 + 75 15.1768 1387 4 1 97.55 4.28168 -84.8282 + 75 86.891 926 4 0 98.7183 5.25986 -85.8506 + 75 65.4487 927 4 0 98.9064 5.45 -86.0372 + 75 54.279 1030 4 0 85.5678 26.2182 -86.25 + 75 137.103 1031 4 0 85.3936 26.25 -86.189 + 75 150.893 1032 4 0 85.0706 26.45 -85.9747 + 75 35.8972 1033 4 0 84.8421 26.65 -85.8738 + 75 35.941 1309 4 1 81.9679 26.8186 -84.85 + 75 106.325 1308 4 1 81.85 26.8368 -84.8052 + 75 396.48 1307 4 1 81.6498 26.8753 -84.7139 + 75 149.129 1306 4 1 81.4499 26.8921 -84.6389 + 75 44.2669 1305 4 1 81.25 26.9153 -84.4681 + 75 131.105 1141 4 0 64.7808 48.396 -86.25 + 75 118.697 1142 4 0 64.8028 48.45 -86.225 + 75 96.3802 673 4 0 46.0996 -45.2789 -85.85 +Number of digits in this event = 75 +Using G4ParticleGun ... +4.37447 LIN +e- +Event: 76 +Number of tracker hits in this event = 111 + 76 115.25 1114 10 1 42.9613 -89.7383 95.55 + 76 132.235 451 10 0 42.9637 -89.7414 94.15 + 76 97.2724 1114 9 1 43.0066 -89.8004 65.55 + 76 105.3 451 9 0 43.0095 -89.8036 64.15 + 76 120.997 1115 8 1 43.0751 -89.8621 35.55 + 76 122.546 450 8 0 43.0789 -89.8654 34.15 + 76 393.519 1115 7 1 43.1468 -89.9347 5.55 + 76 371.097 450 7 0 43.1544 -89.9294 4.15 + 76 150.857 1116 6 1 43.3626 -89.8647 -24.45 + 76 241.448 450 6 0 43.3834 -89.8743 -25.85 + 76 101.296 1131 2 1 46.3979 -90.3169 -144.45 + 76 114.755 449 2 0 46.4811 -90.3416 -145.85 + 76 103.075 1140 1 1 48.2243 -90.8047 -174.45 + 76 9.80456 1141 1 1 48.25 -90.8085 -174.809 + 76 132.087 446 1 0 48.3247 -90.8192 -175.85 + 76 121.997 1151 0 1 50.3801 -91.1555 -204.45 + 76 187.408 444 0 0 50.5028 -91.1573 -205.85 + 76 269.539 473 0 0 14.7586 -85.4247 -206.25 + 76 45.989 474 0 0 14.7794 -85.2498 -206.089 + 76 13.2597 657 5 0 104.492 -48.4857 -56.25 + 76 62.174 658 5 0 104.487 -48.45 -56.2314 + 76 95.5618 659 5 0 104.468 -48.2499 -56.1288 + 76 175.915 660 5 0 104.459 -48.0499 -56.0103 + 76 127.599 1420 5 1 104.304 -47.2044 -54.85 + 76 71.1645 1109 6 1 41.8727 -90.6934 -24.4506 + 76 56.1935 1108 6 1 41.8499 -90.7016 -24.6892 + 76 101.774 447 6 0 41.732 -90.7233 -25.8503 + 76 45.7417 1093 5 1 38.6961 -91.4651 -54.45 + 76 114.422 1092 5 1 38.65 -91.4586 -54.6122 + 76 133.527 443 5 0 38.2988 -91.3992 -55.85 + 76 196.263 1048 4 1 29.7452 -89.6961 -84.45 + 76 19.873 1047 4 1 29.65 -89.619 -84.7959 + 76 147.897 453 4 0 29.3573 -89.3644 -85.85 + 76 117.974 1009 3 1 21.894 -83.4313 -114.45 + 76 63.1745 1008 3 1 21.85 -83.391 -114.643 + 76 156.168 484 3 0 21.5924 -83.1407 -115.85 + 76 2.56618 976 2 1 15.2529 -77.7121 -144.45 + 76 118.917 975 2 1 15.25 -77.7108 -144.464 + 76 110.733 511 2 0 14.9457 -77.6803 -145.85 + 76 160.164 939 1 1 7.94386 -76.3398 -174.45 + 76 2.98562 938 1 1 7.85 -76.3396 -174.831 + 76 111.865 518 1 0 7.58607 -76.3572 -175.85 + 76 35.717 900 0 1 0.0785411 -82.5304 -204.451 + 76 149.913 485 0 0 -0.242903 -82.9681 -205.85 + 76 106.844 484 0 0 -0.304388 -83.0502 -206.111 + 76 274.337 899 0 1 -0.05 -82.5572 -204.719 + 76 100.3 1115 6 1 43.2463 -89.9214 -24.45 + 76 27.6435 1107 5 1 41.4597 -90.6504 -54.45 + 76 75.1741 1106 5 1 41.45 -90.6525 -54.5895 + 76 89.1789 447 5 0 41.3634 -90.6693 -55.85 + 76 148.692 1096 4 1 39.3242 -91.1362 -84.45 + 76 112.086 444 4 0 39.1945 -91.2389 -85.85 + 76 120.459 1083 3 1 36.6978 -93.6082 -114.45 + 76 119.286 432 3 0 36.5953 -93.67 -115.85 + 76 156.422 1069 2 1 34.0287 -95.2718 -144.45 + 76 254.854 423 2 0 33.878 -95.3988 -145.85 + 76 130.475 1052 1 1 30.595 -98.4232 -174.45 + 76 136.227 408 1 0 30.4415 -98.5181 -175.85 + 76 141.973 1036 0 1 27.2879 -100.378 -204.45 + 76 49.8118 1035 0 1 27.25 -100.39 -204.692 + 76 192.967 398 0 0 27.063 -100.442 -205.85 + 76 114.743 1116 4 1 43.2806 -90.1534 -84.45 + 76 299.501 1108 3 1 41.8378 -89.0501 -114.45 + 76 152.021 1109 3 1 41.85 -88.9844 -114.653 + 76 110.871 457 3 0 41.8977 -88.5861 -115.85 + 76 319.584 1128 2 1 45.7656 -79.644 -144.45 + 76 40.9834 1129 2 1 45.85 -79.6577 -144.791 + 76 132.447 501 2 0 46.1215 -79.698 -145.85 + 76 273.786 1153 1 1 50.6522 -82.4564 -174.45 + 76 113.193 485 1 0 50.9314 -82.874 -175.85 + 76 46.6765 1182 0 1 56.5414 -91.2593 -204.45 + 76 138.757 1183 0 1 56.65 -91.3252 -204.559 + 76 24.266 1184 0 1 56.85 -91.4744 -204.787 + 76 84.421 439 0 0 57.8151 -92.2264 -205.85 + 76 83.7861 438 0 0 58.0112 -92.35 -206.061 + 76 0.828588 1460 2 1 112.15 -130.049 -144.842 + 76 110.252 458 3 0 42.4232 -88.4023 -115.85 + 76 54.2979 459 3 0 42.5529 -88.25 -116.098 + 76 124.399 1152 2 1 50.5415 -85.5261 -144.45 + 76 22.6949 1153 2 1 50.65 -85.2259 -144.793 + 76 53.9971 478 2 0 50.9807 -84.3766 -145.851 + 76 77.0024 479 2 0 51.0402 -84.25 -146.007 + 76 132.206 1228 1 1 65.6773 -57.3507 -174.45 + 76 107.805 613 1 0 66.0684 -57.2644 -175.85 + 76 146.525 530 0 0 8.43121 -73.9316 -206.25 + 76 214.559 531 0 0 8.26535 -73.85 -206.078 + 76 140.328 455 3 0 41.5859 -88.9613 -115.85 + 76 161.412 1073 2 1 34.7977 -87.0824 -144.45 + 76 85.1264 461 2 0 34.3566 -87.7823 -145.85 + 76 82.4161 460 2 0 34.3162 -87.8501 -145.993 + 76 201.28 1031 1 1 26.4421 -102.116 -174.45 + 76 61.7084 1030 1 1 26.25 -102.479 -174.721 + 76 56.072 379 1 0 25.0737 -104.201 -175.85 + 76 85.3404 378 1 0 24.9657 -104.35 -175.956 + 76 98.73 377 1 0 24.8193 -104.55 -176.139 + 76 5.69374 898 0 1 -0.439984 -134.55 -204.45 + 76 181.313 897 0 1 -0.450079 -134.563 -204.476 + 76 24.0158 225 0 0 -0.924668 -135.117 -205.85 + 76 116.412 224 0 0 -0.949736 -135.15 -205.934 + 76 26.1864 1115 4 1 43.25 -90.1569 -84.7605 + 76 116.477 449 4 0 43.1602 -90.1908 -85.8502 + 76 66.2706 1105 3 1 41.0776 -90.227 -114.45 + 76 52.7154 1104 3 1 41.05 -90.2155 -114.661 + 76 237.548 1086 2 1 37.3816 -89.0121 -144.45 + 76 141.186 456 2 0 37.2884 -88.8085 -145.85 + 76 313.675 1074 1 1 34.9919 -84.6954 -174.45 + 76 4.65743 477 1 0 34.8328 -84.4538 -175.85 + 76 205.783 478 1 0 34.8304 -84.45 -175.872 + 76 123.612 1056 0 1 31.4168 -78.9601 -204.45 + 76 109.233 507 0 0 31.0794 -78.5923 -205.85 + 76 324.873 423 0 0 40.2171 -95.4468 -206.25 +Number of digits in this event = 51 +Using G4ParticleGun ... +6.14471 LIN +e- +Event: 77 +Number of tracker hits in this event = 99 + 77 99.3791 736 11 1 -32.7444 14.8511 125.55 + 77 257.778 974 11 0 -32.7455 14.8508 124.15 + 77 138.161 736 10 1 -32.7554 14.8397 95.55 + 77 131.001 973 10 0 -32.7551 14.8368 94.15 + 77 123.427 736 9 1 -32.7495 14.7787 65.55 + 77 195.983 973 9 0 -32.7497 14.7749 64.15 + 77 404.48 736 8 1 -32.7543 14.7016 35.55 + 77 444.998 973 8 0 -32.753 14.6967 34.15 + 77 342.192 736 7 1 -32.7147 14.5885 5.55 + 77 135.758 972 7 0 -32.7073 14.5852 4.15 + 77 113.985 737 6 1 -32.5457 14.534 -24.45 + 77 151.686 972 6 0 -32.5342 14.536 -25.85 + 77 120.592 738 5 1 -32.2839 14.5726 -54.45 + 77 115.584 972 5 0 -32.2708 14.5736 -55.85 + 77 150.102 740 4 1 -31.9981 14.5884 -84.45 + 77 127.325 972 4 0 -31.9865 14.5915 -85.85 + 77 377.677 741 3 1 -31.7445 14.6492 -114.45 + 77 183.412 973 3 0 -31.7345 14.6515 -115.85 + 77 105.007 742 2 1 -31.5222 14.7223 -144.45 + 77 118.443 973 2 0 -31.514 14.7298 -145.85 + 77 111.325 743 1 1 -31.3778 14.8648 -174.45 + 77 110.824 974 1 0 -31.3802 14.8645 -175.85 + 77 118.498 743 0 1 -31.4243 14.8664 -204.45 + 77 105.764 974 0 0 -31.4102 14.8748 -205.85 + 77 48.0241 1088 0 0 -31.5256 37.65 -206.107 + 77 32.3771 408 0 1 -98.35 -168.138 -204.835 + 77 68.4153 741 0 1 -31.7806 36.6854 -204.85 + 77 173.865 740 0 1 -31.8501 36.6025 -204.747 + 77 97.2095 972 3 0 -31.7436 14.65 -116.148 + 77 127.335 735 7 1 -32.9733 15.1465 5.55 + 77 129.719 975 7 0 -33.0042 15.1751 4.15 + 77 113.832 732 6 1 -33.6008 15.8372 -24.45 + 77 156.236 979 6 0 -33.6218 15.8822 -25.85 + 77 127.13 729 5 1 -34.1457 16.8658 -54.45 + 77 238.175 984 5 0 -34.1875 16.9168 -55.85 + 77 97.5294 724 4 1 -35.1582 17.9861 -84.45 + 77 128.906 989 4 0 -35.2222 18.0384 -85.85 + 77 40.5655 990 4 0 -35.2366 18.05 -86.1616 + 77 144.831 718 3 1 -36.4273 19.2727 -114.45 + 77 105.104 996 3 0 -36.4409 19.3023 -115.85 + 77 130.036 716 2 1 -36.6637 19.9409 -144.45 + 77 123.77 999 2 0 -36.6202 20.0145 -145.851 + 77 178.577 720 1 1 -35.9508 21.2096 -174.45 + 77 182.108 1006 1 0 -35.9666 21.2813 -175.85 + 77 115.033 710 0 1 -37.895 22.2175 -204.45 + 77 186.806 1010 0 0 -37.9528 22.175 -205.85 + 77 272.963 710 2 1 -37.985 20.8642 -144.45 + 77 202.844 1004 2 0 -38.082 20.9593 -145.85 + 77 186.192 700 1 1 -40.0213 22.6878 -174.45 + 77 119.012 1014 1 0 -40.1252 22.8583 -175.85 + 77 120.828 689 0 1 -42.1473 26.4962 -204.45 + 77 112.752 1032 0 0 -42.2949 26.6065 -205.85 + 77 114.04 688 0 1 -42.2989 26.4714 -204.45 + 77 51.6414 687 0 1 -42.45 26.7779 -204.739 + 77 38.8575 1043 0 0 -43.3484 28.7478 -205.85 + 77 60.6478 1044 0 0 -43.4079 28.85 -205.903 + 77 81.414 1045 0 0 -43.5099 29.0501 -205.997 + 77 59.6678 1046 0 0 -43.6019 29.2501 -206.069 + 77 71.9349 1047 0 0 -43.6924 29.45 -206.125 + 77 37.0789 1048 0 0 -43.7808 29.65 -206.208 + 77 111.476 1221 0 0 -49.5291 64.4056 -206.25 + 77 157.72 652 0 1 -49.4942 64.5759 -204.85 + 77 78.1623 944 3 0 -68.0116 8.93709 -116.25 + 77 72.5296 943 3 0 -68.1552 8.85 -116.054 + 77 140.566 942 3 0 -68.2352 8.64982 -115.934 + 77 67.2777 941 3 0 -68.2147 8.45 -115.902 + 77 272.007 940 3 0 -68.2377 8.25 -115.967 + 77 260.897 556 3 1 -68.6781 8.03181 -114.85 + 77 151.549 698 1 1 -40.3384 22.2827 -174.45 + 77 157.272 1011 1 0 -40.1452 22.4129 -175.85 + 77 3.22718 1012 1 0 -40.0849 22.45 -176.244 + 77 148.797 721 0 1 -35.7787 25.5061 -204.45 + 77 26.3784 1030 0 0 -35.5966 26.2005 -205.85 + 77 97.2167 1031 0 0 -35.5845 26.25 -205.95 + 77 7.85448 737 7 1 -32.65 14.8022 5.17731 + 77 144.4 973 7 0 -32.6345 14.8112 4.15 + 77 222.075 739 6 1 -32.1858 15.028 -24.45 + 77 154.709 974 6 0 -32.1796 15.0374 -25.85 + 77 123.186 740 5 1 -32.0047 15.1896 -54.45 + 77 105.966 975 5 0 -31.9936 15.1981 -55.85 + 77 104.751 741 4 1 -31.7091 15.395 -84.45 + 77 108.225 976 4 0 -31.7152 15.4065 -85.85 + 77 112.865 978 3 0 -31.8514 15.6987 -115.85 + 77 103.83 740 2 1 -31.8925 16.01 -144.45 + 77 189.557 979 2 0 -31.8735 16.0117 -145.85 + 77 190.971 742 1 1 -31.4861 16.0101 -174.45 + 77 110.065 979 1 0 -31.4684 16.0145 -175.85 + 77 116.424 744 0 1 -31.0762 16.1165 -204.45 + 77 163.622 980 0 0 -31.0748 16.1311 -205.85 + 77 294.055 981 0 0 -31.0969 16.25 -206.084 + 77 99.3949 741 1 1 -31.65 16.0343 -174.774 + 77 198.989 740 1 1 -31.85 16.1101 -174.841 + 77 148.656 739 1 1 -32.05 16.4645 -174.63 + 77 9.25144 1194 3 0 -75.7653 58.85 -116.061 + 77 33.6168 977 4 0 -31.9049 15.5625 -85.85 + 77 134.089 915 4 1 3.05 44.6289 -84.7381 + 77 250.923 980 10 0 -33.1958 16.1387 94.15 + 77 262.99 803 3 1 -19.299 -56.5205 -114.85 + 77 14.9756 804 3 1 -19.25 -56.8976 -114.579 +Number of digits in this event = 56 +Using G4ParticleGun ... +3.71381 LIN +e- +Event: 78 +Number of tracker hits in this event = 148 + 78 104.788 885 10 1 -2.98913 -102.584 95.55 + 78 112.476 387 10 0 -2.99053 -102.583 94.15 + 78 113.797 885 9 1 -3.01136 -102.564 65.55 + 78 104.111 387 9 0 -3.01193 -102.566 64.15 + 78 108.6 885 8 1 -2.9956 -102.628 35.55 + 78 119.995 387 8 0 -2.99376 -102.631 34.15 + 78 184.641 885 7 1 -2.96995 -102.697 5.55 + 78 137.997 387 7 0 -2.97153 -102.705 4.15 + 78 597.132 885 6 1 -2.99631 -102.864 -24.45 + 78 122.365 386 6 0 -2.99736 -102.872 -25.85 + 78 122.213 885 5 1 -3.01818 -103.034 -54.45 + 78 110.722 385 5 0 -3.02221 -103.042 -55.85 + 78 298.144 884 4 1 -3.09905 -103.208 -84.45 + 78 137.304 384 4 0 -3.10631 -103.217 -85.85 + 78 352.337 884 3 1 -3.24239 -103.373 -114.45 + 78 232.275 383 3 0 -3.25022 -103.379 -115.85 + 78 559.592 883 2 1 -3.40635 -103.453 -144.45 + 78 377.201 383 2 0 -3.41513 -103.456 -145.85 + 78 222.57 882 1 1 -3.61205 -103.518 -174.45 + 78 257.682 383 1 0 -3.62202 -103.515 -175.85 + 78 279.885 881 0 1 -3.80346 -103.442 -204.45 + 78 123.999 383 0 0 -3.81773 -103.437 -205.85 + 78 58.116 356 4 1 -108.75 7.56659 -84.6466 + 78 131.223 155 4 0 18.1199 -149.137 -86.2499 + 78 239.61 156 4 0 18.0421 -148.95 -86.0758 + 78 156.007 281 1 0 -51.3256 -123.872 -176.25 + 78 258.643 282 1 0 -51.3983 -123.75 -176.111 + 78 225.058 587 2 0 1.62226 -62.5493 -146.249 + 78 54.043 588 2 0 1.64182 -62.45 -146.178 + 78 57.6281 589 2 0 1.64665 -62.2499 -146.09 + 78 104.215 590 2 0 1.60715 -62.05 -146.03 + 78 179.648 591 2 0 1.60139 -61.85 -145.948 + 78 143.552 592 2 0 1.5285 -61.65 -145.884 + 78 219.88 900 2 1 0.160618 -60.2381 -144.85 + 78 23.4925 899 2 1 -0.05 -59.612 -144.485 + 78 170.878 587 3 0 9.75034 -62.6153 -116.25 + 78 98.5865 586 3 0 9.88228 -62.6501 -116.167 + 78 104.534 380 2 0 -3.24779 -104.018 -145.85 + 78 16.0597 381 2 0 -3.18732 -103.95 -146.203 + 78 26.3676 843 2 1 -11.3768 -60.9951 -144.85 + 78 63.1924 842 2 1 -11.45 -60.9619 -144.822 + 78 82.4091 841 2 1 -11.65 -60.9695 -144.812 + 78 19.6094 840 2 1 -11.85 -61.0724 -144.839 + 78 244.771 583 2 0 -14.4151 -63.4253 -145.85 + 78 45.9132 582 2 0 -14.4415 -63.45 -145.871 + 78 151.434 584 2 0 -14.853 -63.25 -146.159 + 78 488.134 883 1 1 -3.38509 -103.508 -174.45 + 78 184.719 888 0 1 -2.31599 -102.536 -204.45 + 78 168.933 388 0 0 -2.25215 -102.519 -205.85 + 78 169.841 384 3 0 -3.25356 -103.35 -116.174 + 78 282.931 883 3 1 -3.25 -103.087 -114.698 + 78 902.26 884 6 1 -3.05 -103.031 -24.7107 + 78 7.51245 381 6 0 -3.00902 -103.926 -25.85 + 78 87.4312 380 6 0 -3.00798 -103.95 -25.8805 + 78 25.2897 379 6 0 -2.97071 -104.15 -26.161 + 78 257.938 895 5 1 -0.8728 -114.592 -54.4501 + 78 26.384 321 5 0 -1.18322 -115.872 -55.85 + 78 89.1977 320 5 0 -1.204 -115.95 -55.946 + 78 11.1424 319 5 0 -1.2192 -116.15 -56.2114 + 78 114.221 102 5 0 46.4041 -159.59 -56.2498 + 78 43.8813 101 5 0 46.6669 -159.75 -55.9247 + 78 42.6222 1135 5 1 47.1893 -160.196 -54.8499 + 78 69.5857 1136 5 1 47.25 -160.264 -54.7028 + 78 257.8 387 6 0 -3.07117 -102.687 -25.85 + 78 236.769 884 5 1 -3.20673 -102.903 -54.45 + 78 125.248 386 5 0 -3.20531 -102.925 -55.85 + 78 52.4663 387 4 0 -3.05211 -102.653 -85.85 + 78 65.9004 388 4 0 -3.03818 -102.55 -86.0664 + 78 184.805 894 3 1 -1.12709 -89.4125 -114.45 + 78 35.6751 459 3 0 -0.855211 -88.1437 -115.85 + 78 88.3145 460 3 0 -0.835821 -88.05 -115.959 + 78 20.6219 461 3 0 -0.798172 -87.85 -116.186 + 78 172.404 914 2 1 2.87726 -63.8262 -144.45 + 78 53.2051 915 2 1 3.05 -63.4209 -144.733 + 78 130.319 593 2 0 4.05105 -61.45 -146.238 + 78 137.544 994 1 1 19.0254 -28.1815 -174.45 + 78 17.0252 760 1 0 19.051 -27.864 -175.85 + 78 101.937 761 1 0 19.052 -27.85 -175.912 + 78 184.992 983 0 1 16.7812 -19.419 -204.45 + 78 123.383 982 0 1 16.65 -19.2825 -204.606 + 78 5.74642 981 0 1 16.4498 -19.1279 -204.839 + 78 27.5416 807 0 0 15.6032 -18.4785 -205.85 + 78 107.668 808 0 0 15.5661 -18.4496 -205.895 + 78 14.5823 809 0 0 15.319 -18.25 -206.212 + 78 158.132 995 1 1 19.1334 -28.0431 -174.45 + 78 310.465 1623 0 0 118.591 144.899 -206.25 + 78 64.8335 1624 0 0 118.584 144.95 -206.211 + 78 230.583 372 1 0 -3.45529 -105.71 -175.85 + 78 74.8222 362 0 0 -3.85824 -107.728 -205.85 + 78 64.2207 361 0 0 -3.87151 -107.75 -206.108 + 78 118.234 377 1 0 -3.54164 -104.665 -175.85 + 78 92.7007 378 1 0 -3.55101 -104.55 -175.932 + 78 126.584 379 1 0 -3.59054 -104.35 -175.994 + 78 59.9118 380 1 0 -3.72228 -104.15 -176.081 + 78 125.962 381 1 0 -3.82539 -103.95 -176.187 + 78 514.593 382 1 0 -3.89517 -103.75 -176.197 + 78 242.322 883 0 1 -3.41313 -106.546 -204.45 + 78 123.635 367 0 0 -3.46178 -106.625 -205.85 + 78 48.8262 674 0 1 -45.1283 -78.7196 -204.85 + 78 109.328 387 5 0 -3.17472 -102.671 -55.85 + 78 120.517 883 4 1 -3.44718 -102.825 -84.45 + 78 142.962 386 4 0 -3.45112 -102.85 -85.85 + 78 145.393 886 2 1 -2.81153 -102.959 -144.45 + 78 104.335 386 2 0 -2.76781 -102.908 -145.85 + 78 81.1608 889 1 1 -2.05938 -101.753 -174.45 + 78 58.3108 890 1 1 -2.05 -101.735 -174.753 + 78 133.446 392 1 0 -2.01762 -101.666 -175.85 + 78 159.848 895 0 1 -1.04923 -99.8786 -204.45 + 78 131.078 401 0 0 -0.988605 -99.8273 -205.85 + 78 80.0266 393 0 0 -1.73845 -101.398 -205.85 + 78 264.875 883 6 1 -3.25007 -103.011 -24.8441 + 78 350.146 884 2 1 -3.21525 -102.436 -144.45 + 78 198.967 388 2 0 -3.21828 -102.437 -145.85 + 78 122.142 388 1 0 -3.28135 -102.427 -175.85 + 78 105.937 389 0 0 -3.32784 -102.286 -205.85 + 78 163.46 387 2 0 -3.02594 -102.63 -145.85 + 78 44.9122 900 1 1 0.175295 -105.146 -174.45 + 78 150.247 901 1 1 0.25 -105.107 -174.587 + 78 32.6191 376 1 0 0.986683 -104.778 -175.85 + 78 10.418 990 0 1 18.2136 -96.8742 -204.45 + 78 135.322 991 0 1 18.25 -96.8487 -204.491 + 78 202.808 992 0 1 18.45 -96.7251 -204.699 + 78 95.0216 420 0 0 19.5324 -96.0785 -205.85 + 78 94.9445 421 0 0 19.7433 -95.95 -206.067 + 78 37.889 605 0 0 57.5612 -58.9501 -206.25 + 78 83.8957 606 0 0 57.6525 -58.8497 -206.149 + 78 28.9878 607 0 0 57.8453 -58.6497 -205.927 + 78 1.67011 1192 0 1 58.6461 -57.7249 -204.85 + 78 90.3939 1193 0 1 58.65 -57.7204 -204.845 + 78 67.1074 1194 0 1 58.85 -57.5688 -204.603 + 78 48.7895 744 1 0 58.8925 -31.2037 -176.25 + 78 282.083 745 1 0 58.8796 -31.05 -176.099 + 78 43.0882 746 1 0 58.8333 -30.85 -175.931 + 78 71.5424 1190 1 1 58.1211 -28.842 -174.85 + 78 117.195 1189 1 1 58.05 -28.6616 -174.75 + 78 45.5174 1188 1 1 57.85 -28.3767 -174.537 + 78 45.0088 594 2 0 97.6506 -61.1553 -146.25 + 78 54.9032 1396 2 1 99.4162 -62.3905 -144.85 + 78 99.8014 1397 2 1 99.5501 -62.5192 -144.739 + 78 193.584 1398 2 1 99.75 -62.6965 -144.628 + 78 406.481 1399 2 1 99.95 -62.9149 -144.509 + 78 65.6758 417 2 0 77.8674 -96.5946 -146.25 + 78 138.51 416 2 0 77.7662 -96.75 -146.11 + 78 29.6171 1294 2 1 78.9955 -97.3607 -144.85 + 78 60.2971 1295 2 1 79.05 -97.3834 -144.817 + 78 119.157 1296 2 1 79.25 -97.4015 -144.806 + 78 483.973 1297 2 1 79.45 -97.2797 -144.783 + 78 15.3895 1203 1 1 60.65 -33.4964 -174.684 +Number of digits in this event = 72 +Using G4ParticleGun ... +4.74263 LIN +e- +Event: 79 +Number of tracker hits in this event = 108 + 79 239.007 302 9 1 -119.637 53.6577 65.55 + 79 108.022 1168 9 0 -119.64 53.6584 64.15 + 79 118.204 302 8 1 -119.702 53.6797 35.55 + 79 113.532 1168 8 0 -119.706 53.6799 34.15 + 79 153.288 301 7 1 -119.789 53.6752 5.55 + 79 137.304 1168 7 0 -119.792 53.6734 4.15 + 79 392.1 301 6 1 -119.854 53.6347 -24.45 + 79 162.741 1167 6 0 -119.858 53.6293 -25.85 + 79 781.496 300 5 1 -119.954 53.5204 -54.45 + 79 121.86 1167 5 0 -119.958 53.5155 -55.85 + 79 474.461 300 4 1 -120.055 53.4232 -84.45 + 79 111.329 1166 4 0 -120.059 53.4196 -85.85 + 79 174.573 299 3 1 -120.15 53.3379 -114.45 + 79 128.96 1166 3 0 -120.151 53.3334 -115.85 + 79 108.953 299 2 1 -120.165 53.238 -144.45 + 79 239.628 1165 2 0 -120.164 53.2345 -145.85 + 79 322.732 299 1 1 -120.157 53.1709 -174.45 + 79 281.237 1165 1 0 -120.158 53.1685 -175.85 + 79 311.181 299 0 1 -120.194 53.1211 -204.45 + 79 143.447 1165 0 0 -120.194 53.115 -205.85 + 79 212.494 1163 0 0 -120.269 52.7801 -205.85 + 79 57.1382 300 1 1 -120.099 53.1693 -174.45 + 79 95.8311 301 1 1 -119.95 53.1713 -174.583 + 79 47.0439 1163 1 0 -119.259 52.6754 -175.85 + 79 93.2332 1162 1 0 -119.239 52.65 -175.927 + 79 65.3871 1028 1 0 -97.255 25.7927 -176.25 + 79 105.08 1027 1 0 -97.122 25.65 -176.108 + 79 239.152 418 1 1 -96.4503 25.4248 -174.85 + 79 205.344 419 1 1 -96.35 25.3933 -174.736 + 79 501.58 420 1 1 -96.15 25.3529 -174.585 + 79 214.732 421 1 1 -95.8342 25.2877 -174.45 + 79 205.583 1031 1 0 -96.5071 26.282 -175.85 + 79 30.8493 1030 1 0 -96.5606 26.25 -175.91 + 79 31.6128 263 2 1 -127.402 -91.9986 -144.85 + 79 126.09 1641 3 0 -114.689 148.35 -116.181 + 79 42.0298 1384 0 0 -117.209 96.98 -206.25 + 79 78.5294 1383 0 0 -117.147 96.9499 -205.988 + 79 32.7502 1227 6 0 -135.719 65.6498 -26.25 + 79 119.838 1228 6 0 -135.72 65.65 -26.2495 + 79 356.218 300 3 1 -120.017 53.603 -114.45 + 79 249.519 1167 3 0 -120.053 53.5709 -115.85 + 79 136.365 297 2 1 -120.705 53.1339 -144.45 + 79 129.457 291 1 1 -121.776 54.7695 -174.45 + 79 279.726 1173 1 0 -121.931 54.8089 -175.85 + 79 109.267 272 0 1 -125.648 55.4922 -204.45 + 79 319.741 1177 0 0 -125.733 55.5074 -205.85 + 79 75.7299 1481 1 0 -82.452 116.441 -176.25 + 79 43.2284 1612 1 0 -101.228 142.701 -176.25 + 79 103.43 305 2 1 -118.975 53.7957 -144.45 + 79 5.98191 306 2 1 -118.95 53.8571 -144.827 + 79 26.5293 1169 2 0 -118.886 54.0334 -145.85 + 79 79.3015 1170 2 0 -118.88 54.05 -145.949 + 79 42.3164 313 1 1 -117.544 59.5448 -174.45 + 79 88.0745 312 1 1 -117.55 59.5326 -174.574 + 79 126.335 1196 1 0 -117.625 59.3916 -175.85 + 79 318.578 301 0 1 -119.766 54.7444 -204.45 + 79 209.689 302 0 1 -119.75 54.6708 -204.834 + 79 123.318 1171 0 0 -119.621 54.4309 -205.85 + 79 96.2927 1174 0 0 -119.194 54.958 -205.85 + 79 81.7722 303 0 1 -119.55 54.8961 -204.768 + 79 95.8334 1185 0 0 -116.245 57.0579 -205.85 + 79 332.454 1168 6 0 -119.907 53.7045 -25.85 + 79 492.048 1168 5 0 -119.995 53.7658 -55.85 + 79 279.767 297 4 1 -120.7 54.1584 -84.45 + 79 282.8 1170 4 0 -120.764 54.1414 -85.85 + 79 143.782 290 3 1 -121.965 53.7741 -114.45 + 79 118.039 1168 3 0 -122.089 53.7332 -115.85 + 79 93.6495 279 2 1 -124.328 52.8765 -144.45 + 79 26.9715 278 2 1 -124.35 52.8671 -144.762 + 79 121.4 1163 2 0 -124.427 52.8336 -145.85 + 79 150.035 268 1 1 -126.465 52.0487 -174.45 + 79 112.9 1159 1 0 -126.487 52.0065 -175.851 + 79 135.285 265 0 1 -127.005 51.2593 -204.45 + 79 79.7698 1155 0 0 -126.879 51.093 -205.85 + 79 22.5253 1154 0 0 -126.85 51.05 -206.185 + 79 38.3782 283 0 1 -123.499 71.0441 -204.45 + 79 148.501 282 0 1 -123.55 71.0749 -204.463 + 79 11.4682 323 3 1 -115.362 55.3854 -114.45 + 79 86.2881 324 3 1 -115.35 55.3867 -114.488 + 79 18.4768 1176 3 0 -114.991 55.4467 -115.85 + 79 103.129 1177 3 0 -114.971 55.45 -115.923 + 79 74.1161 365 2 1 -107 58.0642 -144.45 + 79 54.3435 366 2 1 -106.95 58.0831 -144.652 + 79 129.847 1190 2 0 -106.673 58.171 -145.85 + 79 39.8577 399 1 1 -100.201 60.7761 -174.45 + 79 61.7966 400 1 1 -100.15 60.754 -174.616 + 79 26.5066 1203 1 0 -99.7056 60.6569 -175.85 + 79 133.869 1202 1 0 -99.6722 60.65 -175.952 + 79 12.3955 451 0 1 -89.6712 58.6013 -204.45 + 79 125.978 452 0 1 -89.65 58.6226 -204.491 + 79 135.932 1196 0 0 -89.1469 59.2919 -205.85 + 79 50.9759 1029 0 0 -79.6678 26.0385 -206.25 + 79 76.6546 1028 0 0 -79.6579 25.8497 -206.166 + 79 51.7195 1027 0 0 -79.6708 25.65 -205.985 + 79 53.7813 504 0 1 -79.0966 24.4374 -204.85 + 79 150.265 505 0 1 -79.05 24.2981 -204.735 + 79 64.7784 506 0 1 -78.85 23.9147 -204.541 + 79 13.2502 507 0 1 -78.65 23.8099 -204.464 + 79 10.1212 1211 4 0 -136.662 62.25 -86.0701 + 79 175.016 1169 4 0 -120.006 53.8638 -85.85 + 79 110.52 1169 3 0 -120.097 53.8697 -115.85 + 79 161.502 300 2 1 -120.044 53.7001 -144.45 + 79 128.199 1168 2 0 -120.05 53.7385 -145.85 + 79 172.363 679 4 1 -44.1355 -105.228 -84.45 + 79 46.7706 1551 7 0 18.6015 130.439 3.75 + 79 24.815 1552 7 0 18.6515 130.55 3.80039 + 79 403.637 1162 4 0 -122.248 52.6425 -85.8501 + 79 281.425 1167 9 0 -119.639 53.6497 64.0882 +Number of digits in this event = 55 +Using G4ParticleGun ... +6.55288 LIN +e- +Event: 80 +Number of tracker hits in this event = 79 + 80 122.945 515 10 1 -76.9254 -49.023 95.55 + 80 97.5747 655 10 0 -76.9241 -49.0235 94.15 + 80 120.485 515 9 1 -76.8914 -49.036 65.55 + 80 110.02 655 9 0 -76.8908 -49.0364 64.15 + 80 133.514 515 8 1 -76.8844 -49.04 35.55 + 80 119.478 655 8 0 -76.8824 -49.0415 34.15 + 80 104.465 516 7 1 -76.8402 -49.0705 5.55 + 80 149.361 654 7 0 -76.8374 -49.0729 4.15 + 80 106.257 516 6 1 -76.7765 -49.1207 -24.45 + 80 124.393 654 6 0 -76.7718 -49.1249 -25.85 + 80 290.44 516 5 1 -76.675 -49.211 -54.45 + 80 123.249 654 5 0 -76.6702 -49.2157 -55.85 + 80 124.31 517 4 1 -76.5686 -49.3189 -84.45 + 80 116.286 653 4 0 -76.565 -49.3234 -85.85 + 80 153.394 517 3 1 -76.4897 -49.4082 -114.45 + 80 264.45 653 3 0 -76.4856 -49.4118 -115.85 + 80 255.752 518 2 1 -76.4089 -49.4802 -144.45 + 80 334.207 652 2 0 -76.4059 -49.4831 -145.85 + 80 215.91 518 1 1 -76.3403 -49.5452 -174.45 + 80 188.116 652 1 0 -76.3353 -49.5477 -175.85 + 80 210.306 519 0 1 -76.2317 -49.5964 -204.45 + 80 107.169 652 0 0 -76.2265 -49.5973 -205.85 + 80 18.7035 918 2 0 125.303 3.66137 -146.25 + 80 162.629 917 2 0 125.36 3.65 -146.19 + 80 88.5217 1000 2 0 69.795 20.2114 -146.25 + 80 205.893 1001 2 0 69.7638 20.2501 -146.162 + 80 252.191 515 6 1 -76.9547 -48.9911 -24.45 + 80 253.855 655 6 0 -77.0066 -49.0379 -25.85 + 80 110.884 506 5 1 -78.8052 -49.841 -54.45 + 80 83.1486 652 5 0 -78.8569 -49.6326 -55.85 + 80 160.318 498 4 1 -80.4187 -45.3913 -84.45 + 80 102.414 674 4 0 -80.4612 -45.1878 -85.85 + 80 135.921 494 3 1 -81.1068 -40.7257 -114.45 + 80 53.7837 698 3 0 -81.61 -40.2958 -115.85 + 80 81.4769 699 3 0 -81.6624 -40.25 -115.995 + 80 131.823 436 2 1 -92.8098 -31.49 -144.45 + 80 33.0044 435 2 1 -92.95 -31.3759 -144.736 + 80 137.556 745 2 0 -93.4974 -30.9769 -145.85 + 80 19.9229 746 2 0 -93.6602 -30.85 -146.191 + 80 108.174 366 1 1 -106.767 -19.5941 -174.45 + 80 27.9458 365 1 1 -106.95 -19.5291 -174.777 + 80 194.364 803 1 0 -107.493 -19.3232 -175.85 + 80 69.2009 288 0 1 -122.49 -14.6174 -204.45 + 80 435.872 287 0 1 -122.55 -14.6308 -204.649 + 80 115.864 826 0 0 -122.898 -14.694 -205.85 + 80 110.427 479 5 0 10.5715 -84.05 -56.0253 + 80 51.5938 286 0 1 -122.75 -14.5108 -204.726 + 80 117.735 828 0 0 -123.508 -14.3794 -205.85 + 80 2.66686 881 0 0 -99.1106 -3.65251 -206.25 + 80 196.487 882 0 0 -99.1021 -3.65 -206.245 + 80 100.557 883 0 0 -98.8649 -3.44996 -206.006 + 80 143.889 409 0 1 -98.3044 -2.79656 -204.85 + 80 6.93063 408 0 1 -98.35 -2.57497 -204.473 + 80 184.683 804 1 0 -107.614 -19.25 -176.053 + 80 134.172 655 5 0 -76.7619 -48.9387 -55.85 + 80 210.255 516 4 1 -76.7085 -49.0828 -84.45 + 80 89.9643 654 4 0 -76.7069 -49.0949 -85.85 + 80 100.682 516 3 1 -76.7051 -49.3811 -114.45 + 80 150.871 650 2 0 -76.3805 -49.8784 -145.85 + 80 105.687 521 1 1 -75.8117 -50.1788 -174.45 + 80 207.281 649 1 0 -75.7845 -50.1979 -175.85 + 80 115.02 524 0 1 -75.1709 -50.6296 -204.45 + 80 28.7809 647 0 0 -75.1343 -50.6485 -205.85 + 80 104.27 646 0 0 -75.1313 -50.65 -205.96 + 80 325.273 671 3 0 -67.9996 -45.6594 -116.25 + 80 9.54033 811 0 1 -17.85 15.1165 -204.49 + 80 128.488 511 2 1 -77.7275 -48.6562 -144.45 + 80 114.149 657 2 0 -77.4913 -48.5033 -145.85 + 80 114.769 534 1 1 -73.1832 -45.3906 -174.45 + 80 32.7995 671 1 0 -72.9771 -45.8154 -175.85 + 80 104.763 670 1 0 -72.9588 -45.85 -175.97 + 80 110.747 562 0 1 -67.5736 -52.0884 -204.45 + 80 19.2598 563 0 1 -67.4499 -52.1813 -204.77 + 80 105.8 637 0 0 -67.0452 -52.5304 -205.85 + 80 6.00844 636 0 0 -66.8995 -52.65 -206.227 + 80 169.483 633 4 0 -76.4547 -53.3092 -85.85 + 80 57.8659 519 2 1 -76.1196 -48.6029 -144.45 + 80 19.7891 651 2 0 -77.5174 -49.65 -145.863 + 80 60.4334 515 2 1 -77.0275 -49.7814 -144.85 +Number of digits in this event = 37 +Using G4ParticleGun ... +4.97336 LIN +e- +Event: 81 +Number of tracker hits in this event = 107 + 81 116.744 563 11 1 -67.4166 0.142212 125.55 + 81 110.944 900 11 0 -67.4175 0.141879 124.15 + 81 117.889 563 10 1 -67.4414 0.130941 95.55 + 81 103.641 900 10 0 -67.4428 0.130815 94.15 + 81 119.179 562 9 1 -67.469 0.124938 65.55 + 81 145.215 900 9 0 -67.4717 0.125238 64.15 + 81 269.702 562 8 1 -67.5284 0.140539 35.55 + 81 104.638 900 8 0 -67.5315 0.141116 34.15 + 81 126.965 562 7 1 -67.5965 0.149075 5.55 + 81 113.827 900 7 0 -67.5982 0.150645 4.15 + 81 98.5113 562 6 1 -67.6352 0.18135 -24.45 + 81 141.513 900 6 0 -67.6406 0.179975 -25.85 + 81 372.381 561 5 1 -67.7415 0.141303 -54.45 + 81 594.919 900 5 0 -67.7457 0.13727 -55.85 + 81 133.636 561 4 1 -67.8333 0.0540957 -84.45 + 81 114.034 900 4 0 -67.8375 0.0514206 -85.85 + 81 56.3017 900 2 0 -67.9959 0.05 -146.021 + 81 569.77 559 1 1 -68.0922 0.1232 -174.45 + 81 382.364 900 1 0 -68.0972 0.127083 -175.85 + 81 111.919 559 0 1 -68.2072 0.224233 -204.45 + 81 122.309 900 0 0 -68.2169 0.232679 -205.85 + 81 112.007 704 4 1 -39.0809 -89.6933 -84.45 + 81 120.185 703 4 1 -39.25 -89.5463 -84.5604 + 81 83.201 702 4 1 -39.45 -89.2159 -84.7376 + 81 219.195 465 4 0 -41.5674 -86.9873 -85.85 + 81 101.968 466 4 0 -41.6828 -86.849 -85.8784 + 81 85.9958 464 4 0 -41.6959 -87.0501 -86.0471 + 81 170.986 695 4 1 -41.0036 -87.0599 -84.85 + 81 297.242 696 4 1 -40.85 -87.1448 -84.4716 + 81 73.6727 558 1 1 -68.3443 118.967 -174.85 + 81 76.6851 1575 14 1 135.197 -163.12 215.55 + 81 36.5532 1576 14 1 135.35 -163.028 215.292 + 81 158.662 86 14 0 136.411 -162.835 214.15 + 81 136.3 563 0 1 -67.4268 0.446839 -204.45 + 81 247.072 902 0 0 -67.4691 0.561011 -205.85 + 81 114.887 550 0 1 -70.0357 1.44792 -204.45 + 81 103.151 905 0 0 -69.8794 1.17074 -205.85 + 81 128.477 901 1 0 -68.2492 0.336325 -175.85 + 81 32.0567 1018 1 0 -60.1335 23.765 -176.25 + 81 93.0604 1019 1 0 -60.107 23.85 -176.165 + 81 108.104 600 1 1 -59.972 24.2573 -174.85 + 81 67.1212 1037 13 0 -100.415 27.65 184.075 + 81 129.007 552 4 1 -69.4743 -2.66221 -84.45 + 81 67.6177 553 4 1 -69.45 -2.70328 -84.6319 + 81 308.525 885 4 0 -69.3024 -2.95337 -85.85 + 81 80.8182 572 3 1 -65.5127 -6.76332 -114.45 + 81 23.6172 573 3 1 -65.45 -6.69738 -114.729 + 81 172.072 868 3 0 -65.1916 -6.40126 -115.85 + 81 142.118 609 2 1 -58.2467 0.667721 -144.45 + 81 154.876 904 2 0 -57.85 0.903855 -145.85 + 81 189.044 640 1 1 -51.9411 6.57413 -174.45 + 81 275.899 936 1 0 -51.77 7.29039 -175.85 + 81 33.4955 937 1 0 -51.7378 7.45 -176.137 + 81 195.499 658 0 1 -48.3567 23.938 -204.45 + 81 12.4381 659 0 1 -48.25 24.1957 -204.81 + 81 14.6309 1023 0 0 -47.9736 24.831 -205.85 + 81 224.719 1024 0 0 -47.9655 24.85 -205.881 + 81 178.758 1025 0 0 -47.8666 25.05 -206.192 + 81 100.629 899 4 0 -67.3499 -0.097732 -85.85 + 81 2.78411 562 3 1 -67.6477 -1.98957 -114.45 + 81 154.619 561 3 1 -67.6501 -1.99005 -114.464 + 81 142.084 889 3 0 -67.8907 -2.05759 -115.85 + 81 192.579 535 2 1 -72.9918 -3.26632 -144.45 + 81 34.5093 534 2 1 -73.05 -3.28819 -144.716 + 81 112.091 883 2 0 -73.3077 -3.37745 -145.85 + 81 111.547 501 1 1 -79.7044 -5.71278 -174.45 + 81 123.603 871 1 0 -79.969 -5.77097 -175.85 + 81 138.714 473 0 1 -85.3877 -6.85343 -204.45 + 81 118.712 865 0 0 -85.6029 -6.88429 -205.85 + 81 37.7528 1109 5 0 -82.9672 41.8801 -56.25 + 81 87.2379 1043 5 0 -84.4775 28.6596 -56.25 + 81 281.614 562 5 1 -67.4815 0.0927547 -54.45 + 81 156.611 533 4 1 -73.328 0.607779 -84.45 + 81 122.64 903 4 0 -73.4994 0.783688 -85.85 + 81 263.293 516 3 1 -76.8119 4.10182 -114.45 + 81 18.8095 515 3 1 -76.85 4.1406 -114.774 + 81 130.7 920 3 0 -76.9642 4.22238 -115.85 + 81 162.575 499 2 1 -80.1565 5.53576 -144.45 + 81 232.553 928 2 0 -80.2112 5.73135 -145.851 + 81 155.481 494 1 1 -81.1196 10.205 -174.45 + 81 120.198 950 1 0 -81.0298 10.1194 -175.85 + 81 118.853 504 0 1 -79.0759 9.65445 -204.45 + 81 38.6883 505 0 1 -79.05 9.66442 -204.742 + 81 113.339 948 0 0 -78.9427 9.71549 -205.85 + 81 24.4303 921 3 0 -77.0042 4.2501 -116.185 + 81 96.2107 568 4 1 -66.3408 0.469444 -84.45 + 81 45.6812 569 4 1 -66.25 0.455567 -84.6961 + 81 111.352 901 4 0 -65.8563 0.363902 -85.8504 + 81 23.1425 626 3 1 -54.7097 -0.594014 -114.45 + 81 86.8882 627 3 1 -54.6499 -0.574348 -114.515 + 81 36.9332 628 3 1 -54.45 -0.506621 -114.743 + 81 231.421 899 3 0 -53.4917 -0.186487 -115.85 + 81 16.3625 730 2 1 -33.8974 5.58778 -144.45 + 81 110.656 731 2 1 -33.8499 5.59383 -144.494 + 81 79.8298 732 2 1 -33.65 5.62071 -144.67 + 81 1.6196 733 2 1 -33.45 5.64501 -144.845 + 81 36.1827 929 2 0 -31.9628 5.85 -146.181 + 81 15.479 901 1 1 0.403439 18.7644 -174.45 + 81 69.3286 902 1 1 0.45 18.7724 -174.481 + 81 94.2677 903 1 1 0.65 18.812 -174.617 + 81 62.1222 904 1 1 0.850349 18.8447 -174.745 + 81 174.621 995 1 0 2.61291 19.1662 -175.85 + 81 84.8656 996 1 0 3.12647 19.25 -176.129 + 81 57.5228 1216 0 1 63.2903 25.4873 -204.45 + 81 55.8238 1217 0 1 63.45 25.4673 -204.552 + 81 69.9512 1218 0 1 63.65 25.4412 -204.67 + 81 52.9529 1219 0 1 63.85 25.4117 -204.792 +Number of digits in this event = 47 +Using G4ParticleGun ... +3.9431 LIN +e- +Event: 82 +Number of tracker hits in this event = 51 + 82 148.213 1063 8 1 32.8401 -136.333 35.55 + 82 110.183 219 8 0 32.8386 -136.332 34.15 + 82 235.509 1063 7 1 32.8085 -136.317 5.55 + 82 169.343 219 7 0 32.8049 -136.318 4.15 + 82 175.889 1063 6 1 32.7169 -136.279 -24.45 + 82 174.823 219 6 0 32.7226 -136.276 -25.85 + 82 142.046 1064 5 1 32.8743 -136.233 -54.45 + 82 165.648 219 5 0 32.8759 -136.247 -55.85 + 82 302.962 1064 4 1 32.8963 -136.526 -84.45 + 82 149.315 218 4 0 32.8888 -136.543 -85.85 + 82 119.925 1063 3 1 32.7141 -136.9 -114.45 + 82 104.666 216 3 0 32.7071 -136.899 -115.85 + 82 117.17 1062 2 1 32.4784 -136.933 -144.45 + 82 119.169 216 2 0 32.4842 -136.925 -145.85 + 82 152.974 1062 1 1 32.5868 -136.757 -174.45 + 82 669.519 216 1 0 32.6096 -136.752 -175.85 + 82 186.601 1065 0 1 33.1709 -136.572 -204.45 + 82 182.853 218 0 0 33.204 -136.541 -205.85 + 82 412.781 1063 1 1 32.7149 -137.201 -174.45 + 82 145.315 214 1 0 32.6677 -137.251 -175.85 + 82 117.958 1054 0 1 30.9879 -138.422 -204.45 + 82 103.22 209 0 0 30.8703 -138.203 -205.85 + 82 10.2232 210 0 0 30.8419 -138.15 -206.208 + 82 167.307 1064 1 1 32.8501 -137.163 -174.795 + 82 62.6721 211 1 0 32.0043 -137.866 -175.85 + 82 95.0183 210 1 0 31.9268 -137.95 -175.994 + 82 248.655 984 0 1 16.879 -154.559 -204.45 + 82 13.8093 119 0 0 17.5305 -156.311 -205.85 + 82 84.5025 118 0 0 17.5468 -156.35 -205.881 + 82 160.584 117 0 0 17.6084 -156.55 -206.032 + 82 35.7118 116 0 0 17.6605 -156.75 -206.175 + 82 42.2459 983 0 1 16.6973 -154.515 -204.45 + 82 153.393 982 0 1 16.65 -154.63 -204.555 + 82 13.5078 122 0 0 16.0966 -155.722 -205.85 + 82 102.362 121 0 0 16.0824 -155.75 -205.885 + 82 56.8371 120 0 0 15.9696 -155.95 -206.107 + 82 137.583 6 0 0 18.708 -178.765 -206.25 + 82 83.5989 996 0 1 19.3747 -179.505 -204.85 + 82 130.286 997 0 1 19.45 -179.712 -204.601 + 82 241.839 37 0 0 3.24205 -172.622 -206.25 + 82 194.535 906 0 1 1.44232 -171.642 -204.85 + 82 17.3335 1063 4 1 32.85 -136.582 -84.5526 + 82 64.5876 220 6 0 32.7697 -136.15 -26.1898 + 82 81.5743 485 6 0 13.3446 -82.9454 -26.2499 + 82 127.681 486 6 0 13.1992 -82.85 -26.129 + 82 92.6124 487 6 0 13.2423 -82.65 -26.1429 + 82 74.6902 631 6 0 -59.854 -53.6817 -26.25 + 82 65.5376 630 6 0 -102.243 -54.0462 -26.2499 + 82 224.564 1060 0 1 32.2368 -136.324 -204.45 + 82 246.232 219 0 0 32.2338 -136.325 -205.85 + 82 114.375 1179 3 1 55.8868 -76.0822 -114.45 +Number of digits in this event = 29 +Using G4ParticleGun ... +5.03514 LIN +e- +Event: 83 +Number of tracker hits in this event = 59 + 83 17.9083 1418 10 0 -54.0213 103.825 93.8194 + 83 129.358 630 9 1 -54.0203 103.824 65.55 + 83 123.208 1418 9 0 -54.0213 103.824 64.15 + 83 132.806 630 8 1 -54.0451 103.826 35.55 + 83 106.47 1418 8 0 -54.045 103.825 34.15 + 83 120.463 629 7 1 -54.0522 103.811 5.55 + 83 128.42 1418 7 0 -54.0551 103.806 4.15 + 83 128.005 629 6 1 -54.1153 103.702 -24.45 + 83 112.117 1417 6 0 -54.1182 103.695 -25.85 + 83 127.155 629 5 1 -54.1729 103.6 -54.45 + 83 114.446 1417 5 0 -54.1801 103.594 -55.85 + 83 394.027 628 4 1 -54.3206 103.513 -84.45 + 83 412.236 1416 4 0 -54.3275 103.512 -85.85 + 83 143.897 627 3 1 -54.4711 103.528 -114.45 + 83 165.994 1416 3 0 -54.477 103.535 -115.85 + 83 127.936 627 2 1 -54.5558 103.688 -144.45 + 83 160.3 1417 2 0 -54.5529 103.703 -145.85 + 83 156.399 627 1 1 -54.4994 103.994 -174.45 + 83 167.589 1419 1 0 -54.4758 104.049 -175.85 + 83 116.867 630 0 1 -53.9584 105.186 -204.45 + 83 128.871 1425 0 0 -53.9319 105.23 -205.85 + 83 23.91 1679 5 0 78.2051 155.993 -56.25 + 83 195.863 626 1 1 -54.65 103.95 -174.586 + 83 44.1473 625 1 1 -54.85 103.878 -174.758 + 83 314.89 1417 1 0 -57.0366 103.679 -175.85 + 83 500.934 1416 1 0 -57.5193 103.55 -176.097 + 83 37.3712 1415 1 0 -58.2893 103.35 -176.082 + 83 156.655 1402 1 0 -97.0523 100.717 -176.25 + 83 5.91289 417 1 1 -96.5699 100.112 -174.85 + 83 93.8891 418 1 1 -96.55 100.107 -174.842 + 83 264.01 419 1 1 -96.35 100.235 -174.744 + 83 58.9586 420 1 1 -96.15 100.312 -174.612 + 83 127.195 1759 1 0 131.57 172.075 -176.25 + 83 176.808 1417 4 0 -54.4457 103.55 -86.0064 + 83 160.564 625 3 1 -54.8558 102.409 -114.45 + 83 101.682 1411 3 0 -54.8789 102.369 -115.85 + 83 139.33 623 2 1 -55.3283 101.428 -144.45 + 83 123.782 1405 2 0 -55.3119 101.34 -145.85 + 83 152.459 1396 1 0 -54.8025 99.4917 -175.85 + 83 132.933 625 0 1 -54.9263 96.6618 -204.45 + 83 143.597 1381 0 0 -54.9443 96.4692 -205.85 + 83 126.15 622 3 1 -55.5999 103.578 -114.45 + 83 127.17 1417 3 0 -55.6691 103.67 -115.85 + 83 119.528 612 2 1 -57.472 105.559 -144.45 + 83 5.79317 1427 2 0 -57.762 105.749 -145.85 + 83 125.069 1428 2 0 -57.7643 105.75 -145.861 + 83 143.989 580 1 1 -63.9202 109.889 -174.45 + 83 35.7876 1449 1 0 -64.0821 110.13 -175.85 + 83 88.1002 1450 1 0 -64.0999 110.15 -175.988 + 83 99.9389 558 0 1 -68.3591 113.795 -204.45 + 83 277.965 1469 0 0 -68.1735 114.016 -205.85 + 83 7.68992 629 4 1 -54.2396 103.512 -84.45 + 83 39.1249 1415 4 0 -53.7972 103.185 -85.85 + 83 103.027 1414 4 0 -53.7531 103.15 -85.9551 + 83 63.7962 1480 9 0 -81.4398 116.297 63.75 + 83 145.572 1479 9 0 -81.4636 116.15 63.8719 + 83 26.0825 502 9 1 -79.5589 122.051 65.15 + 83 155.553 1521 9 0 -79.8687 124.353 64.15 + 83 28.639 1520 9 0 -79.888 124.35 64.0895 +Number of digits in this event = 39 +Using G4ParticleGun ... +5.20813 LIN +e- +Event: 84 +Number of tracker hits in this event = 35 + 84 204.571 403 10 1 -99.4817 -1.5838 95.55 + 84 104.571 892 10 0 -99.4806 -1.58315 94.15 + 84 106.802 403 9 1 -99.4613 -1.56648 65.55 + 84 143.221 892 9 0 -99.4612 -1.56628 64.15 + 84 168.138 403 8 1 -99.4583 -1.56499 35.55 + 84 120.686 892 8 0 -99.4573 -1.56481 34.15 + 84 194.284 403 7 1 -99.4238 -1.55917 5.55 + 84 113.822 892 7 0 -99.4206 -1.55752 4.15 + 84 139.058 404 6 1 -99.349 -1.52201 -24.45 + 84 213.976 892 6 0 -99.3455 -1.51958 -25.85 + 84 110.279 404 5 1 -99.2725 -1.47514 -54.45 + 84 173.356 892 5 0 -99.2694 -1.4725 -55.85 + 84 119.495 404 4 1 -99.2143 -1.41702 -84.45 + 84 121.057 893 4 0 -99.2112 -1.41615 -85.85 + 84 121.683 405 3 1 -99.1438 -1.39787 -114.45 + 84 153.513 893 3 0 -99.14 -1.39499 -115.85 + 84 147.59 405 2 1 -99.0715 -1.34532 -144.45 + 84 158.169 893 2 0 -99.0687 -1.34394 -145.85 + 84 137.988 405 1 1 -98.9976 -1.32182 -174.45 + 84 106.134 893 1 0 -98.9934 -1.32056 -175.85 + 84 157.758 406 0 1 -98.9012 -1.29351 -204.45 + 84 134.563 893 0 0 -98.8957 -1.2944 -205.85 + 84 35.9513 555 0 1 -69.05 -31.1574 -204.529 + 84 171.704 1002 1 0 -60.9703 20.45 -176.183 + 84 55.8888 777 2 0 -114.893 -24.5509 -146.25 + 84 72.9417 776 2 0 -114.891 -24.65 -146.15 + 84 177.728 328 2 1 -114.489 -23.917 -144.85 + 84 190.726 329 2 1 -114.35 -23.6859 -144.633 + 84 112.158 785 2 0 -112.883 -22.9308 -145.85 + 84 117.49 784 2 0 -112.809 -23.0501 -146.079 + 84 113.528 783 2 0 -112.766 -23.25 -146.081 + 84 249.595 337 2 1 -112.645 -23.3516 -144.85 + 84 46.9117 808 2 0 -111.525 -18.45 -145.933 + 84 234.647 893 6 0 -99.3767 -1.4499 -26.0827 + 84 54.7593 894 6 0 -99.4026 -1.25 -26.1614 +Number of digits in this event = 23 +Using G4ParticleGun ... +9.00934 LIN +e- +Event: 85 +Number of tracker hits in this event = 61 + 85 258.162 1303 9 1 80.7009 -95.6438 65.55 + 85 129.275 422 9 0 80.7007 -95.6435 64.15 + 85 113.571 1303 8 1 80.701 -95.631 35.55 + 85 113.77 422 8 0 80.6931 -95.6005 34.15 + 85 245.009 1302 7 1 80.5969 -95.1291 5.55 + 85 130.904 425 7 0 80.616 -95.0651 4.15 + 85 148.701 1305 6 1 81.0544 -93.7344 -24.45 + 85 130.296 432 6 0 81.0632 -93.6835 -25.85 + 85 255.966 1305 5 1 81.158 -92.6384 -54.45 + 85 126.57 437 5 0 81.1603 -92.5764 -55.85 + 85 127.903 1305 4 1 81.2406 -91.4375 -84.45 + 85 206.536 443 4 0 81.1583 -91.3774 -85.85 + 85 436.473 449 3 0 79.4968 -90.15 -116.024 + 85 108.443 1288 2 1 77.8349 -90.5782 -144.45 + 85 171.334 447 2 0 77.6662 -90.6625 -145.85 + 85 140.894 1271 1 1 74.3019 -92.2827 -174.45 + 85 19.0535 439 1 0 74.2901 -92.3467 -175.85 + 85 80.5769 438 1 0 74.2897 -92.35 -175.917 + 85 154.143 1267 0 1 73.5798 -93.7498 -204.45 + 85 26.7011 431 0 0 73.5131 -93.937 -205.85 + 85 108.358 430 0 0 73.5087 -93.95 -205.949 + 85 188.384 463 1 0 76.8601 -87.4173 -175.85 + 85 24.3914 462 1 0 76.7727 -87.4501 -176.107 + 85 21.3506 764 1 0 -46.3206 -27.1873 -176.25 + 85 228.594 679 1 0 -84.3149 -44.1462 -176.25 + 85 281.516 1305 3 1 81.234 -90.3213 -114.45 + 85 117.206 1304 2 1 80.9102 -90.8474 -144.45 + 85 105.738 446 2 0 80.8016 -90.8863 -145.85 + 85 179.125 1295 1 1 79.0577 -91.8158 -174.45 + 85 96.1542 1294 1 1 79.05 -91.8231 -174.526 + 85 108.09 440 1 0 78.9304 -92.0023 -175.85 + 85 113.854 1281 0 1 76.3639 -96.1871 -204.45 + 85 140.364 418 0 0 76.3076 -96.3958 -205.85 + 85 107.403 1301 2 1 80.3168 -89.7608 -144.45 + 85 114.571 451 2 0 80.2649 -89.7803 -145.85 + 85 116.473 449 1 0 79.1351 -90.2872 -175.85 + 85 122.452 1292 0 1 78.5365 -92.846 -204.45 + 85 124.068 435 0 0 78.4673 -93.0203 -205.85 + 85 241.226 1304 5 1 81.05 -92.651 -54.5822 + 85 239.804 1303 3 1 80.7135 -95.5487 -114.45 + 85 239.898 423 3 0 80.7134 -95.5487 -115.85 + 85 115.963 1303 2 1 80.7052 -95.5469 -144.45 + 85 112.437 423 2 0 80.7046 -95.5473 -145.85 + 85 133.681 1303 1 1 80.6963 -95.5618 -174.45 + 85 120.529 422 1 0 80.6979 -95.5621 -175.85 + 85 151.122 1303 0 1 80.7381 -95.5611 -204.45 + 85 97.8643 422 0 0 80.743 -95.5639 -205.85 + 85 54.2633 1619 2 1 144 38.1867 -144.45 + 85 70.9026 423 0 0 80.7343 -95.5498 -206.099 + 85 169.05 572 0 0 72.1836 -65.6127 -206.25 + 85 307.681 573 0 0 72.0514 -65.45 -206.032 + 85 153.237 1302 2 1 80.4669 -95.0857 -144.45 + 85 178.227 425 2 0 80.4602 -95.0571 -145.85 + 85 224.039 1301 1 1 80.3191 -94.4463 -174.45 + 85 145.098 428 1 0 80.3184 -94.3936 -175.85 + 85 155.571 1301 0 1 80.3327 -93.3068 -204.45 + 85 126.56 434 0 0 80.3553 -93.2441 -205.85 + 85 118.043 426 1 0 80.2308 -94.8088 -175.85 + 85 125.216 1297 0 1 79.5852 -91.6662 -204.45 + 85 61.3294 443 0 0 79.4788 -91.3893 -205.85 + 85 58.2864 444 0 0 79.4631 -91.35 -206.06 +Number of digits in this event = 39 +Using G4ParticleGun ... +1.65106 LIN +e- +Event: 86 +Number of tracker hits in this event = 32 + 86 118.577 1305 10 1 81.0945 37.1863 95.55 + 86 154.712 1085 10 0 81.0951 37.1889 94.15 + 86 112.813 1305 9 1 81.121 37.2185 65.55 + 86 118.253 1085 9 0 81.1224 37.2197 64.15 + 86 105.022 1305 8 1 81.1423 37.225 35.55 + 86 147.004 1085 8 0 81.1436 37.229 34.15 + 86 100.329 1305 7 1 81.1625 37.315 5.55 + 86 125.635 1086 7 0 81.1619 37.3103 4.15 + 86 122.284 1305 6 1 81.1591 37.1705 -24.45 + 86 132.598 1085 6 0 81.1611 37.1597 -25.85 + 86 131.78 1305 5 1 81.2427 36.9593 -54.45 + 86 129.518 1084 5 0 81.2472 36.951 -55.85 + 86 113.721 1306 4 1 81.3286 36.7784 -84.45 + 86 184.263 1083 4 0 81.3291 36.7756 -85.85 + 86 110.18 1306 3 1 81.3045 36.6278 -114.45 + 86 110.285 1082 3 0 81.2962 36.6254 -115.85 + 86 140.018 1305 2 1 81.1418 36.5944 -144.45 + 86 167.907 1082 2 0 81.1463 36.5891 -145.85 + 86 141.424 1305 1 1 81.233 36.4489 -174.45 + 86 189.275 1081 1 0 81.2406 36.4469 -175.85 + 86 149.585 1305 0 1 81.1472 36.3763 -204.45 + 86 189.273 1081 0 0 81.1107 36.385 -205.85 + 86 32.2942 1243 0 0 170.526 68.6811 -206.25 + 86 22.7331 243 0 0 52.0096 -131.499 -206.25 + 86 148.387 242 0 0 52.0265 -131.55 -206.201 + 86 45.5692 1162 0 1 52.4775 -130.21 -204.85 + 86 339.219 1161 0 1 52.45 -130.157 -204.723 + 86 139.09 1304 1 1 80.9464 36.5297 -174.45 + 86 51.4481 392 1 0 -105.98 -101.55 -175.953 + 86 2.00914 369 1 1 -106.281 -102.136 -174.85 + 86 56.5794 370 1 0 -110.078 -106.011 -175.85 + 86 43.5477 18 3 0 -152.985 -176.536 -116.25 +Number of digits in this event = 19 +Using G4ParticleGun ... +7.81372 LIN +e- +Event: 87 +Number of tracker hits in this event = 67 + 87 132.481 911 11 1 2.31739 -71.1486 125.55 + 87 119.89 544 11 0 2.31731 -71.1488 124.15 + 87 130.886 911 10 1 2.31595 -71.1477 95.55 + 87 117.911 544 10 0 2.31014 -71.1441 94.15 + 87 144 910 9 1 2.16808 -71.0426 65.55 + 87 132.136 545 9 0 2.16201 -71.0446 64.15 + 87 207.026 909 8 1 2.00366 -71.0482 35.55 + 87 252.802 545 8 0 1.98855 -71.045 34.15 + 87 158.974 907 7 1 1.64168 -70.9315 5.55 + 87 231.547 545 7 0 1.60555 -70.9192 4.15 + 87 114.542 904 6 1 0.908138 -70.6378 -24.45 + 87 322.509 547 6 0 0.868474 -70.6276 -25.85 + 87 114.072 900 5 1 0.100455 -70.3926 -54.45 + 87 134.597 548 5 0 0.0643353 -70.3744 -55.85 + 87 106.344 896 4 1 -0.693746 -69.9629 -84.45 + 87 123.723 550 4 0 -0.730581 -69.9294 -85.85 + 87 290.51 893 3 1 -1.41299 -69.3411 -114.45 + 87 131.497 553 3 0 -1.46352 -69.2788 -115.85 + 87 94.6434 887 2 1 -2.50312 -68.0617 -144.45 + 87 143.058 560 2 0 -2.54482 -67.9903 -145.85 + 87 135.433 883 1 1 -3.3889 -66.5088 -174.45 + 87 96.8697 567 1 0 -3.41548 -66.46 -175.85 + 87 29.4476 568 1 0 -3.42092 -66.45 -176.145 + 87 139.554 881 0 1 -3.79021 -65.4428 -204.45 + 87 116.947 573 0 0 -3.80181 -65.4045 -205.85 + 87 47.8989 528 3 0 5.87951 -74.3743 -116.25 + 87 130.302 527 3 0 5.98599 -74.45 -116.076 + 87 142.299 526 3 0 6.09902 -74.65 -116.022 + 87 74.5866 551 3 0 -1.49835 -69.8328 -115.85 + 87 132.256 550 3 0 -1.49892 -69.85 -115.9 + 87 48.0943 936 0 1 7.44131 -126.958 -204.45 + 87 94.205 937 0 1 7.45 -126.958 -204.486 + 87 130.293 938 0 1 7.65 -127.009 -204.533 + 87 88.5084 877 0 1 -4.47477 -67.7671 -204.45 + 87 93.9661 878 0 1 -4.45 -67.7845 -204.473 + 87 56.6677 879 0 1 -4.24995 -67.8928 -204.694 + 87 61.6057 559 0 0 -3.09269 -68.2192 -205.85 + 87 105.343 558 0 0 -2.95729 -68.25 -205.976 + 87 68.4675 876 0 1 -4.65 -67.4927 -204.591 + 87 59.304 875 0 1 -4.85 -67.5076 -204.727 + 87 77.8364 562 0 0 -5.98284 -67.548 -205.85 + 87 62.9378 561 0 0 -6.04855 -67.65 -206.1 + 87 75.9055 698 8 0 -6.37178 -40.3654 33.75 + 87 261.22 911 2 1 2.29127 -71.1634 -144.45 + 87 287.461 544 2 0 2.3149 -71.188 -145.85 + 87 202.703 913 1 1 2.8069 -71.7446 -174.45 + 87 101.408 541 1 0 2.83288 -71.7704 -175.85 + 87 139.109 916 0 1 3.37689 -72.2879 -204.45 + 87 127.484 538 0 0 3.40036 -72.3195 -205.85 + 87 6.39707 392 1 0 59.8173 -101.743 -176.25 + 87 171.33 391 1 0 59.8346 -101.75 -176.225 + 87 59.1729 1206 1 1 61.3023 -102.122 -174.85 + 87 95.8277 1207 1 1 61.45 -102.185 -174.722 + 87 7.67898 1208 1 1 61.6501 -102.343 -174.471 + 87 82.753 538 1 0 2.78474 -72.3121 -175.85 + 87 75.3634 537 1 0 2.77537 -72.4501 -176.137 + 87 6.4414 901 0 1 0.384652 -90.186 -204.45 + 87 2.46001 575 0 0 6.03465 -65.05 -205.895 + 87 3.36238 443 0 0 0.785374 -91.3525 -205.85 + 87 66.1857 918 2 1 3.66283 -71.7985 -144.85 + 87 101.241 911 1 1 2.28421 -71.1252 -174.45 + 87 121.64 544 1 0 2.28395 -71.1246 -175.85 + 87 144.964 911 0 1 2.28176 -71.1124 -204.45 + 87 102.04 544 0 0 2.28007 -71.1123 -205.85 + 87 2.88689 578 1 1 -64.2997 24.2501 -174.85 + 87 40.1778 1012 1 0 -63.5305 22.5964 -175.85 + 87 188.409 1486 0 1 117.35 -84.2677 -204.659 +Number of digits in this event = 32 +Using G4ParticleGun ... +3.64367 LIN +e- +Event: 88 +Number of tracker hits in this event = 121 + 88 136.498 818 11 1 -16.3312 70.8354 125.55 + 88 102.758 1253 11 0 -16.3296 70.8402 124.15 + 88 131.762 818 10 1 -16.2935 70.9353 95.55 + 88 146.445 1254 10 0 -16.2916 70.9428 94.15 + 88 174.501 818 9 1 -16.2662 71.1002 65.55 + 88 115.455 1255 9 0 -16.2644 71.1127 64.15 + 88 116.04 819 8 1 -16.2252 71.3736 35.55 + 88 82.6749 1256 8 0 -16.2262 71.3878 34.15 + 88 174.705 819 7 1 -16.2425 71.6638 5.55 + 88 231.23 1258 7 0 -16.2421 71.6781 4.15 + 88 107.098 819 6 1 -16.2261 71.9615 -24.45 + 88 129.236 1259 6 0 -16.2235 71.9761 -25.85 + 88 101.176 819 5 1 -16.1794 72.2842 -54.45 + 88 160.326 1261 5 0 -16.1798 72.2985 -55.85 + 88 154.867 819 4 1 -16.182 72.6109 -84.45 + 88 121.509 1262 4 0 -16.1796 72.6241 -85.85 + 88 294.45 819 3 1 -16.1566 72.8998 -114.45 + 88 117.035 1264 3 0 -16.1521 72.9134 -115.85 + 88 110.734 819 2 1 -16.0617 73.1962 -144.45 + 88 115.816 1265 2 0 -16.0566 73.21 -145.85 + 88 130.632 820 1 1 -15.9516 73.4793 -174.45 + 88 280.052 1267 1 0 -15.947 73.4939 -175.85 + 88 231.492 821 0 1 -15.8485 73.7744 -204.45 + 88 166.254 1268 0 0 -15.842 73.7932 -205.85 + 88 103.809 1532 7 0 -65.1502 126.55 3.91255 + 88 132.092 1267 0 0 -15.8553 73.6498 -206.093 + 88 32.7846 1329 0 0 -1.06949 85.8831 -206.25 + 88 235.67 818 8 1 -16.3004 70.9359 35.5495 + 88 113.209 1254 8 0 -16.261 70.9463 34.15 + 88 352.971 823 7 1 -15.3603 70.9934 5.55 + 88 130.985 1254 7 0 -15.3003 70.9388 4.15 + 88 106.136 828 6 1 -14.28 69.6763 -24.45 + 88 130.833 1248 6 0 -14.2241 69.6639 -25.85 + 88 105.664 836 5 1 -12.7284 69.1836 -54.45 + 88 131.147 1245 5 0 -12.5391 69.2127 -55.85 + 88 31.1179 858 4 1 -8.26553 70.4793 -84.45 + 88 97.6881 859 4 1 -8.25 70.4878 -84.5573 + 88 121.278 1252 4 0 -8.04124 70.5919 -85.85 + 88 32.5086 882 3 1 -3.4845 72.9624 -114.45 + 88 86.9827 883 3 1 -3.45 72.9699 -114.585 + 88 161.649 1265 3 0 -3.12567 73.0678 -115.85 + 88 319.093 920 2 1 4.1274 75.5531 -144.45 + 88 78.369 1278 2 0 4.32894 75.8067 -145.85 + 88 95.5264 1279 2 0 4.36168 75.85 -146.072 + 88 122.08 948 1 1 9.68948 83.1554 -174.45 + 88 120.509 1317 1 0 10.1079 83.4554 -175.85 + 88 63.6889 992 0 1 18.5869 88.3293 -204.45 + 88 61.138 993 0 1 18.65 88.347 -204.648 + 88 68.9097 1341 0 0 19.0399 88.4322 -205.85 + 88 46.9602 1342 0 0 19.118 88.45 -206.075 + 88 117.957 1284 2 0 4.03981 76.8757 -145.85 + 88 264.282 1285 2 0 3.85534 77.05 -146.005 + 88 62.6417 1240 3 0 -11.778 68.2256 -116.246 + 88 102.845 1239 3 0 -11.7383 68.05 -116.182 + 88 50.2115 1238 3 0 -11.6239 67.85 -116.109 + 88 85.577 1237 3 0 -11.6223 67.65 -115.999 + 88 15.5178 1236 3 0 -11.5666 67.45 -115.871 + 88 55.2857 849 3 1 -10.1927 66.0113 -114.85 + 88 73.5376 850 3 1 -10.0497 65.9394 -114.751 + 88 65.5522 851 3 1 -9.85 65.9341 -114.608 + 88 90.4542 852 3 1 -9.65 65.8169 -114.589 + 88 38.4499 853 3 1 -9.44991 65.6908 -114.478 + 88 120.628 880 4 0 102.215 -3.85 -86.1023 + 88 3.30718 968 5 0 100.967 13.65 -56.0668 + 88 75.4153 879 4 0 102.42 -4.05 -86.1146 + 88 29.9905 1044 4 0 72.9176 29.0189 -86.2499 + 88 135.728 1255 8 0 -16.2007 71.0991 34.15 + 88 142.84 828 7 1 -14.2624 75.1775 5.55 + 88 142.744 1277 7 0 -14.2439 75.4801 4.14992 + 88 118.218 830 6 1 -13.9808 81.7753 -24.4504 + 88 105.061 1309 6 0 -13.9463 81.974 -25.85 + 88 33.5885 833 5 1 -13.2662 85.8071 -54.45 + 88 108.832 834 5 1 -13.25 85.8239 -54.5504 + 88 130.305 1330 5 0 -13.0112 86.0626 -55.85 + 88 147.257 860 4 1 -7.99009 91.2317 -84.4503 + 88 10.1487 1356 4 0 -7.73431 91.5427 -85.85 + 88 112.843 1357 4 0 -7.72819 91.5501 -85.883 + 88 48.7663 888 3 1 -2.28598 98.7293 -114.45 + 88 85.3866 889 3 1 -2.25 98.7552 -114.592 + 88 143.487 1394 3 0 -1.93889 98.9797 -115.85 + 88 8.71277 923 2 1 4.83842 103.493 -144.451 + 88 113.015 924 2 1 4.85 103.501 -144.49 + 88 190.78 1418 2 0 5.23454 103.79 -145.85 + 88 196.861 964 1 1 12.8776 109.541 -174.45 + 88 191.79 1447 1 0 13.0549 109.693 -175.85 + 88 132.744 985 0 1 17.1604 111.788 -204.45 + 88 201.116 986 0 1 17.25 111.829 -204.741 + 88 135.573 1459 0 0 17.5717 111.971 -205.851 + 88 13.9836 987 0 1 17.4503 112.363 -204.829 + 88 26.9737 1471 0 0 19.1618 114.47 -205.85 + 88 210.208 1472 0 0 19.2237 114.55 -205.889 + 88 361.538 1473 0 0 19.6947 114.75 -206.038 + 88 53.5714 1474 0 0 20.2273 114.95 -206.194 + 88 54.5234 1524 0 0 63.1613 125.005 -206.25 + 88 63.9242 1523 0 0 63.2585 124.95 -206.061 + 88 37.3032 1220 0 1 64.1608 124.816 -204.85 + 88 88.3104 1221 0 1 64.25 124.812 -204.723 + 88 119.225 1222 0 1 64.4503 124.883 -204.47 + 88 67.8627 1223 0 1 64.65 124.873 -204.588 + 88 199.408 1522 0 0 64.497 124.705 -205.85 + 88 103.022 1521 0 0 64.5687 124.55 -206.174 + 88 138.441 1520 0 0 64.6048 124.35 -206.197 + 88 232.24 1519 0 0 64.6124 124.15 -206.09 + 88 116.36 818 3 1 -16.2645 70.8271 -114.45 + 88 250.052 1253 3 0 -16.265 70.8431 -115.85 + 88 99.5144 818 2 1 -16.2692 71.1557 -144.45 + 88 113.315 1255 2 0 -16.2586 71.1744 -145.85 + 88 129.895 819 1 1 -16.0981 71.6345 -174.45 + 88 124.924 1258 1 0 -16.0773 71.6586 -175.85 + 88 125.241 822 0 1 -15.6487 72.1841 -204.45 + 88 139.488 1260 0 0 -15.6521 72.2009 -205.85 + 88 8.29225 1565 0 0 6.94981 133.15 -205.938 + 88 143.682 854 2 1 -9.09652 69.8864 -144.45 + 88 177.32 1250 2 0 -8.92516 70.0743 -145.85 + 88 93.3247 872 1 1 -5.60462 73.4325 -174.45 + 88 35.8009 873 1 1 -5.44994 73.4548 -174.743 + 88 41.9003 957 0 1 11.4998 71.8697 -204.45 + 88 87.7564 956 0 1 11.45 71.8988 -204.503 + 88 119.884 955 0 1 11.2499 71.9993 -204.709 + 88 41.2694 1262 0 0 10.0784 72.5909 -205.85 + 88 198.061 1263 0 0 9.96114 72.65 -205.965 +Number of digits in this event = 54 +Using G4ParticleGun ... +5.74772 LIN +e- +Event: 89 +Number of tracker hits in this event = 61 + 89 131.773 1157 11 1 51.4562 -38.9302 125.55 + 89 120.297 705 11 0 51.4575 -38.9303 124.15 + 89 154.153 1157 10 1 51.4906 -38.929 95.55 + 89 122.804 705 10 0 51.4913 -38.9313 94.15 + 89 135.665 1157 9 1 51.5075 -38.9764 65.55 + 89 185.327 705 9 0 51.5088 -38.9793 64.15 + 89 183.554 1157 8 1 51.5022 -39.0338 35.55 + 89 112.711 705 8 0 51.5118 -39.0429 34.15 + 89 238.939 1159 7 1 51.9956 -39.3225 5.55 + 89 113.756 703 7 0 52.0453 -39.3204 4.15 + 89 116.56 1165 6 1 53.0535 -39.1866 -24.45 + 89 108.822 704 6 0 53.0802 -39.1923 -25.85 + 89 122.439 1167 5 1 53.5601 -38.995 -54.45 + 89 103.079 705 5 0 53.683 -38.9494 -55.85 + 89 38.2125 1181 4 1 56.4277 -37.8782 -84.4501 + 89 69.2082 1182 4 1 56.45 -37.8805 -84.5867 + 89 131.036 710 4 0 56.6501 -37.8962 -85.85 + 89 4.18235 1206 3 1 61.4448 -38.2543 -114.45 + 89 220.487 1207 3 1 61.4501 -38.2532 -114.47 + 89 251.136 709 3 0 61.8215 -38.1796 -115.85 + 89 128.671 1243 2 1 68.7308 -36.6892 -144.45 + 89 124.182 717 2 0 68.9625 -36.6277 -145.85 + 89 211.744 1269 1 1 73.9399 -35.395 -174.451 + 89 7.01312 1270 1 1 74.05 -35.3841 -174.824 + 89 227.564 723 1 0 74.3692 -35.3652 -175.85 + 89 104.68 1315 0 1 83.1724 -35.2588 -204.45 + 89 47.8958 1316 0 1 83.2501 -35.2751 -204.679 + 89 133.353 723 0 0 83.6431 -35.361 -205.85 + 89 28.7736 1268 1 1 73.85 -35.3526 -174.797 + 89 117.255 726 1 0 73.4101 -34.8372 -175.85 + 89 287.038 727 1 0 73.3347 -34.65 -176.047 + 89 227.08 1158 3 1 51.671 -39.3744 -114.45 + 89 231.299 703 3 0 51.6746 -39.379 -115.85 + 89 273.31 1158 2 1 51.7425 -39.4812 -144.45 + 89 114.901 702 2 0 51.7481 -39.487 -145.85 + 89 139.446 1159 1 1 51.8735 -39.611 -174.45 + 89 145.203 702 1 0 51.8811 -39.6183 -175.85 + 89 287.862 1159 0 1 52.0449 -39.785 -204.45 + 89 110.959 701 0 0 52.0576 -39.7932 -205.85 + 89 10.1033 1054 2 0 130.649 30.85 -145.939 + 89 119.597 703 2 0 51.7278 -39.3992 -145.85 + 89 144.539 1158 1 1 51.8189 -39.4237 -174.45 + 89 107.389 703 1 0 51.822 -39.4215 -175.85 + 89 113.981 703 0 0 51.8914 -39.3801 -205.85 + 89 1.59789 1157 2 1 51.4592 -39.4462 -144.45 + 89 66.8626 1156 2 1 51.4497 -39.4417 -144.454 + 89 83.8713 1155 2 1 51.2496 -39.3227 -144.583 + 89 65.1819 1154 2 1 51.05 -39.1059 -144.733 + 89 4.17792 1153 2 1 50.8497 -38.9156 -144.842 + 89 0.505945 713 2 0 48.9413 -37.2527 -145.85 + 89 79.548 714 2 0 48.9381 -37.25 -145.852 + 89 179.453 715 2 0 48.6987 -37.05 -145.97 + 89 75.8694 716 2 0 48.4578 -36.85 -146.069 + 89 18.4775 783 3 0 55.0477 -23.2894 -116.25 + 89 136.879 784 3 0 55.076 -23.25 -116.158 + 89 4.70176 785 3 0 55.21 -23.05 -115.861 + 89 100.446 1179 3 1 55.8565 -22.0572 -114.85 + 89 227.362 1180 3 1 56.05 -21.768 -114.702 + 89 9.20774 1286 13 0 37.3241 77.3537 183.75 + 89 185.678 1087 13 1 37.5129 77.5542 185.15 + 89 285.137 1088 13 1 37.65 77.3869 185.309 +Number of digits in this event = 32 +Using G4ParticleGun ... +3.64977 LIN +e- +Event: 90 +Number of tracker hits in this event = 118 + 90 181.39 1541 8 1 128.452 60.7181 35.55 + 90 123.89 1203 8 0 128.451 60.7191 34.15 + 90 226.801 1541 7 1 128.427 60.7264 5.55 + 90 153.256 1203 7 0 128.424 60.7258 4.15 + 90 104.957 1541 6 1 128.355 60.7036 -24.45 + 90 113.539 1203 6 0 128.353 60.7018 -25.85 + 90 467.205 1540 5 1 128.32 60.6556 -54.45 + 90 458.645 1203 5 0 128.32 60.6538 -55.85 + 90 113.156 1540 4 1 128.344 60.6123 -84.45 + 90 124.736 1202 4 0 128.349 60.6027 -85.85 + 90 243.152 1541 3 1 128.481 60.4018 -114.45 + 90 233.802 1201 3 0 128.494 60.3921 -115.85 + 90 157.771 1543 2 1 128.784 60.2291 -144.45 + 90 194.601 1200 2 0 128.81 60.2199 -145.85 + 90 204.319 1545 1 1 129.325 60.0473 -174.45 + 90 292.192 1199 1 0 129.361 60.0301 -175.85 + 90 130.788 1549 0 1 130.072 59.7362 -204.45 + 90 103.358 1198 0 0 130.105 59.7286 -205.85 + 90 338.779 1541 2 1 128.393 60.4556 -144.45 + 90 121.142 1201 2 0 128.539 60.4263 -145.85 + 90 133.424 1557 1 1 131.625 59.9141 -174.45 + 90 67.5562 1581 0 1 136.471 59.2053 -204.45 + 90 53.4473 1582 0 1 136.55 59.1773 -204.7 + 90 183.905 1194 0 0 136.907 59.0263 -205.85 + 90 82.5384 731 0 1 -33.65 -114.896 -204.644 + 90 90.155 397 1 1 -100.55 -169.948 -174.584 + 90 0.997352 1536 2 1 127.468 60.3056 -144.85 + 90 3.46172 1205 2 0 127.574 61.249 -145.85 + 90 124.518 1202 2 0 128.39 60.4924 -145.85 + 90 357.197 1540 1 1 128.332 61.18 -174.45 + 90 126.464 1205 1 0 128.363 61.2112 -175.85 + 90 111.623 1544 0 1 129.003 62.2503 -204.45 + 90 174.352 1211 0 0 128.992 62.2541 -205.85 + 90 260.267 1202 1 0 128.18 60.4864 -175.85 + 90 168.859 1540 0 1 128.188 60.529 -204.45 + 90 353.773 1202 0 0 128.184 60.5275 -205.85 + 90 12.9238 683 13 0 71.2935 -43.4112 183.75 + 90 91.1143 682 13 0 71.2803 -43.45 183.767 + 90 80.2915 681 13 0 71.2808 -43.65 183.921 + 90 56.3803 680 13 0 71.2122 -43.85 183.993 + 90 67.914 679 13 0 71.2333 -44.0501 184.032 + 90 102.934 1539 0 1 128.114 60.456 -204.45 + 90 143.733 1533 4 1 126.902 61.0661 -84.4506 + 90 126.589 1205 4 0 126.983 61.1024 -85.85 + 90 241.674 1537 3 1 127.571 62.3139 -114.45 + 90 131.236 1211 3 0 127.678 62.3604 -115.85 + 90 116.706 1551 2 1 130.458 62.9538 -144.45 + 90 321.958 1215 2 0 130.537 63.1369 -145.85 + 90 274.945 1560 1 1 132.207 67.0994 -174.45 + 90 134.765 1236 1 0 132.172 67.261 -175.85 + 90 109.412 1556 0 1 131.52 70.5452 -204.45 + 90 123.228 1254 0 0 131.384 70.902 -205.85 + 90 153.415 1259 2 0 163.306 72.0058 -146.25 + 90 11.3401 1260 2 0 163.178 72.0502 -145.885 + 90 18.1356 1714 2 1 162.97 72.6336 -144.85 + 90 70.1183 1713 2 1 162.95 72.6545 -144.792 + 90 194.352 1712 2 1 162.75 72.6988 -144.709 + 90 231.806 1711 2 1 162.55 72.5178 -144.63 + 90 197.617 1710 2 1 162.35 72.1005 -144.501 + 90 185.178 1202 5 0 128.287 60.6305 -55.85 + 90 120.585 1539 4 1 128.094 59.6129 -84.45 + 90 109.157 1196 4 0 128.023 59.389 -85.8509 + 90 97.9106 1532 3 1 126.577 54.859 -114.45 + 90 24.216 1533 3 1 126.75 54.8494 -114.777 + 90 92.7723 1173 3 0 127.243 54.8233 -115.85 + 90 122.536 1597 2 1 139.568 52.1438 -144.45 + 90 61.388 1158 2 0 139.768 51.707 -145.85 + 90 52.7747 1157 2 0 139.785 51.65 -146.052 + 90 136.597 1609 1 1 142.077 42.9454 -174.451 + 90 15.1892 1110 1 0 142.103 42.081 -175.85 + 90 142.654 1109 1 0 142.103 42.0498 -175.897 + 90 48.2571 1108 1 0 142.084 41.8499 -176.132 + 90 22.6973 1597 0 1 139.676 20.8963 -204.45 + 90 81.452 1598 0 1 139.75 20.885 -204.504 + 90 322.102 1599 0 1 139.95 20.9267 -204.597 + 90 322.734 1600 0 1 140.15 21.5269 -204.754 + 90 89.6016 1601 0 1 140.35 22.5352 -204.595 + 90 65.2469 1602 0 1 140.55 22.708 -204.661 + 90 78.1925 1603 0 1 140.75 22.8108 -204.676 + 90 249.839 1604 0 1 140.95 22.9521 -204.702 + 90 5.94636 1002 0 0 139.785 20.4686 -205.85 + 90 103.566 1001 0 0 139.775 20.45 -205.859 + 90 43.5605 1000 0 0 139.861 20.2496 -205.868 + 90 411.137 1605 0 1 141.262 19.304 -204.85 + 90 159.035 1606 0 1 141.35 19.2039 -204.795 + 90 255.85 1008 0 0 139.641 21.698 -205.85 + 90 36.2163 1007 0 0 139.619 21.65 -205.995 + 90 128.229 1541 5 1 128.422 60.7123 -54.4514 + 90 26.6139 1204 5 0 128.39 60.85 -56.1409 + 90 119.267 1536 4 1 127.4 63.9057 -84.45 + 90 5.37723 1222 4 0 127.332 64.6395 -85.85 + 90 94.0334 1223 4 0 127.33 64.65 -85.87 + 90 5.20406 1224 4 0 127.304 64.85 -86.2318 + 90 308.513 1530 3 1 126.278 81.5709 -114.45 + 90 1.63241 1310 3 0 125.93 82.2476 -115.85 + 90 140.132 1311 3 0 125.929 82.25 -115.855 + 90 50.7058 1497 2 1 119.65 95.4105 -144.45 + 90 103.397 1496 2 1 119.55 95.481 -144.606 + 90 76.5192 1379 2 0 118.755 96.0389 -145.85 + 90 52.1037 1380 2 0 118.596 96.15 -146.094 + 90 59.0944 1397 1 1 99.6136 108.886 -174.451 + 90 202.636 1396 1 1 99.55 109.004 -174.62 + 90 111.939 1448 1 0 99.0195 109.842 -175.85 + 90 73.8084 1449 1 0 98.9537 109.95 -176.003 + 90 66.7058 1327 0 1 85.4858 132.127 -204.45 + 90 51.2194 1326 0 1 85.45 132.225 -204.663 + 90 188.153 1563 0 0 85.3112 132.786 -205.85 + 90 6.50983 1564 0 0 85.2599 132.95 -206.225 + 90 27.1428 1076 0 0 140.092 35.45 -206.042 + 90 252.802 1562 0 0 85.2915 132.75 -206.105 + 90 95.0634 1447 1 0 99.7899 109.657 -175.85 + 90 90.5859 1542 5 1 128.55 60.8297 -54.4626 + 90 41.4758 1543 5 1 128.75 61.0316 -54.7118 + 90 73.2757 1208 5 0 129.052 61.7651 -55.85 + 90 81.8247 1209 5 0 129.076 61.85 -56.0253 + 90 47.5839 1210 5 0 129.108 62.0501 -56.1739 + 90 102.483 1542 3 1 128.55 60.6836 -114.816 + 90 64.3998 1207 3 0 128.988 61.6097 -115.85 +Number of digits in this event = 56 +Using G4ParticleGun ... +2.27909 LIN +e- +Event: 91 +Number of tracker hits in this event = 129 + 91 139.564 189 8 1 -142.282 -5.14171 35.55 + 91 144.908 874 8 0 -142.28 -5.13397 34.15 + 91 98.4575 189 7 1 -142.232 -4.97106 5.55 + 91 97.6831 875 7 0 -142.229 -4.96156 4.15 + 91 332.15 189 6 1 -142.164 -4.76559 -24.45 + 91 393.381 876 6 0 -142.162 -4.75586 -25.85 + 91 294.069 190 5 1 -142.129 -4.54442 -54.45 + 91 272.708 877 5 0 -142.125 -4.53584 -55.85 + 91 256.095 190 4 1 -142.032 -4.38511 -84.45 + 91 197.354 878 4 0 -142.025 -4.37846 -85.85 + 91 193.549 191 3 1 -141.879 -4.24492 -114.45 + 91 182.494 879 3 0 -141.866 -4.24274 -115.85 + 91 215.409 192 2 1 -141.595 -4.22143 -144.45 + 91 164.049 879 2 0 -141.58 -4.22175 -145.85 + 91 157.911 194 1 1 -141.263 -4.20721 -174.45 + 91 299.539 879 1 0 -141.241 -4.20664 -175.85 + 91 179.122 196 0 1 -140.797 -4.18478 -204.45 + 91 194.134 879 0 0 -140.778 -4.17612 -205.85 + 91 180.145 195 0 1 -141.078 -5.3182 -204.45 + 91 101.195 873 0 0 -141.094 -5.4229 -205.85 + 91 12.9534 872 0 0 -141.098 -5.45 -206.195 + 91 152.389 197 0 1 -140.718 -3.46972 -204.45 + 91 117.521 883 0 0 -140.786 -3.37891 -205.85 + 91 166.462 878 3 0 -141.885 -4.25006 -115.925 + 91 270.064 877 3 0 -141.995 -4.45002 -116.194 + 91 40.4715 193 2 1 -141.55 -4.14879 -144.736 + 91 38.8087 877 2 0 -140.96 -4.59938 -145.85 + 91 81.5796 876 2 0 -140.903 -4.65 -145.952 + 91 101.792 875 2 0 -140.789 -4.85 -146.076 + 91 15.7027 874 2 0 -140.663 -5.05 -146.224 + 91 123.84 265 2 0 -22.7227 -126.958 -146.25 + 91 22.3075 264 2 0 -22.4812 -127.15 -146.236 + 91 118.019 195 4 1 -141.116 -3.94794 -84.45 + 91 103.121 880 4 0 -141.116 -3.98502 -85.85 + 91 139.05 195 3 1 -141.03 -4.84381 -114.45 + 91 109.113 874 3 0 -140.919 -5.08269 -115.85 + 91 169.487 207 2 1 -138.668 -9.66196 -144.45 + 91 11.4996 849 2 0 -138.882 -10.2322 -145.85 + 91 160.295 848 2 0 -138.891 -10.25 -145.889 + 91 62.9942 179 1 1 -144.255 -22.5418 -174.45 + 91 88.622 180 1 1 -144.15 -22.5619 -174.585 + 91 10.5 181 1 1 -143.95 -22.5964 -174.814 + 91 88.7419 786 1 0 -142.941 -22.8201 -175.85 + 91 86.6969 785 1 0 -142.78 -22.85 -176.007 + 91 14.4303 339 0 1 -112.331 -29.0807 -204.45 + 91 152.618 338 0 1 -112.35 -29.0944 -204.503 + 91 141.945 754 0 0 -112.79 -29.1506 -205.851 + 91 115.017 850 2 0 -138.444 -9.88156 -145.85 + 91 164.589 233 1 1 -133.548 -13.7149 -174.45 + 91 154.761 829 1 0 -133.316 -14.0844 -175.85 + 91 114.147 254 0 1 -129.269 -21.8243 -204.45 + 91 5.5851 255 0 1 -129.15 -21.957 -204.831 + 91 130.882 788 0 0 -128.823 -22.2991 -205.85 + 91 71.8873 189 5 1 -142.15 -4.58395 -54.5951 + 91 118.745 876 5 0 -142.321 -4.69567 -55.85 + 91 24.5065 174 4 1 -145.345 -6.12048 -84.45 + 91 96.4647 173 4 1 -145.35 -6.11398 -84.5018 + 91 41.3191 870 4 0 -145.53 -5.8746 -85.85 + 91 71.1277 871 4 0 -145.547 -5.85 -85.9772 + 91 45.1073 155 3 1 -148.955 -0.0884553 -114.45 + 91 31.7988 901 3 0 -148.993 0.416947 -115.85 + 91 97.0801 902 3 0 -148.995 0.45 -115.939 + 91 140.428 156 2 1 -148.897 11.26 -144.45 + 91 149.58 959 2 0 -149.026 11.9225 -145.85 + 91 90.4358 960 2 0 -149.058 12.05 -146.134 + 91 114.953 131 1 1 -153.802 24.7805 -174.451 + 91 47.0745 1025 1 0 -154.14 25.1963 -175.85 + 91 96.1554 1026 1 0 -154.185 25.25 -176.029 + 91 55.1638 92 0 1 -161.685 34.5895 -204.45 + 91 253.695 91 0 1 -161.75 34.6556 -204.589 + 91 261.192 1076 0 0 -162.343 35.2572 -205.85 + 91 98.6794 1128 0 0 -168.378 45.6586 -206.25 + 91 20.0875 1127 0 0 -168.343 45.65 -205.941 + 91 135.033 59 0 1 -168.262 45.4973 -204.85 + 91 97.7135 60 0 1 -168.15 44.9065 -204.454 + 91 106.166 61 0 1 -167.95 44.8628 -204.583 + 91 185.075 62 0 1 -167.75 44.9035 -204.519 + 91 51.1318 63 0 1 -167.55 44.906 -204.503 + 91 22.3587 961 2 0 -148.908 12.25 -146.22 + 91 35.3824 1125 2 0 -86.2991 45.1811 -146.25 + 91 59.4735 175 5 1 -145.102 -5.9635 -54.45 + 91 45.1313 174 5 1 -145.15 -6.00889 -54.6825 + 91 145.793 868 5 0 -145.358 -6.28935 -55.8501 + 91 223.304 142 4 1 -151.654 -15.306 -84.45 + 91 63.2717 814 4 0 -151.379 -17.0865 -85.8505 + 91 70.181 813 4 0 -151.354 -17.2501 -85.9794 + 91 53.8561 812 4 0 -151.323 -17.45 -86.1349 + 91 193.576 163 3 1 -147.487 -50.0868 -114.45 + 91 47.3407 642 3 0 -147.222 -51.5531 -115.85 + 91 68.3215 641 3 0 -147.205 -51.65 -115.944 + 91 96.3754 640 3 0 -147.171 -51.85 -116.129 + 91 60.7164 202 2 1 -139.583 -88.452 -144.45 + 91 86.5836 203 2 1 -139.55 -88.3597 -144.585 + 91 109.488 462 2 0 -139.45 -87.6484 -145.85 + 91 68.5695 463 2 0 -139.453 -87.45 -146.116 + 91 196.381 668 2 0 -152.942 -46.4313 -146.25 + 91 19.7405 669 2 0 -153.087 -46.25 -145.909 + 91 42.0487 133 2 1 -153.492 -45.7996 -144.85 + 91 74.8515 132 2 1 -153.55 -45.7317 -144.712 + 91 110.238 645 3 0 -146.86 -50.9591 -116.25 + 91 272.48 166 3 1 -146.875 -51.1935 -114.85 + 91 184.231 164 3 1 -147.198 -51.1724 -114.45 + 91 448.521 636 3 0 -148.47 -52.6898 -115.85 + 91 147.487 635 3 0 -148.754 -52.8501 -115.891 + 91 114.141 193 5 1 -141.47 -3.55779 -54.45 + 91 150.47 882 5 0 -141.502 -3.52042 -55.85 + 91 101.125 189 4 1 -142.17 -2.52658 -84.4508 + 91 67.6805 887 4 0 -142.08 -2.45184 -85.8501 + 91 84.9452 888 4 0 -142.078 -2.44999 -85.8854 + 91 11.1069 197 3 1 -140.555 -1.44211 -114.45 + 91 113.227 198 3 1 -140.55 -1.44767 -114.479 + 91 106.985 891 3 0 -140.304 -1.69344 -115.85 + 91 90.432 225 2 1 -135.006 -7.27161 -144.45 + 91 65.629 226 2 1 -134.95 -7.35817 -144.674 + 91 29.1063 861 2 0 -134.656 -7.81721 -145.85 + 91 104.19 860 2 0 -134.636 -7.85 -145.934 + 91 68.5063 262 1 1 -127.628 -18.0369 -174.45 + 91 148.201 263 1 1 -127.55 -18.0997 -174.631 + 91 226.236 807 1 0 -127.044 -18.5198 -175.85 + 91 6.74747 806 1 0 -126.889 -18.6501 -176.214 + 91 55.54 328 0 1 -114.426 -28.8865 -204.45 + 91 157.203 329 0 1 -114.35 -28.9911 -204.614 + 91 11.2684 751 0 0 -113.776 -29.8322 -205.85 + 91 112.805 750 0 0 -113.764 -29.85 -205.876 + 91 35.8189 749 0 0 -113.626 -30.0501 -206.172 + 91 56.4616 1229 10 0 -124.747 66.0329 93.7502 + 91 129.999 218 0 1 -136.538 5.35016 -204.45 + 91 81.2299 219 0 1 -136.35 5.21499 -204.7 + 91 162.3 926 0 0 -135.067 5.29 -205.85 +Number of digits in this event = 53 +Using G4ParticleGun ... +8.32531 LIN +e- +Event: 92 +Number of tracker hits in this event = 162 + 92 138.756 713 10 1 -37.3997 93.8424 95.55 + 92 156.717 1368 10 0 -37.3996 93.8426 94.15 + 92 218.754 713 9 1 -37.3957 93.8477 65.55 + 92 110.602 1368 9 0 -37.3949 93.8497 64.15 + 92 571.017 713 8 1 -37.376 93.8927 35.55 + 92 263.948 1368 8 0 -37.376 93.8952 34.15 + 92 135.904 713 7 1 -37.377 93.9496 5.55 + 92 107.86 1369 7 0 -37.3767 93.9529 4.15 + 92 107.846 713 6 1 -37.3692 94.0241 -24.45 + 92 147.375 1369 6 0 -37.3717 94.0285 -25.85 + 92 469.847 713 5 1 -37.4442 94.1105 -54.45 + 92 370.524 1369 5 0 -37.4497 94.1125 -55.85 + 92 197.098 712 4 1 -37.5541 94.1196 -84.45 + 92 179.219 1369 4 0 -37.5739 94.1166 -85.85 + 92 111.159 710 3 1 -37.9771 94.0279 -114.45 + 92 116.014 1369 3 0 -37.9936 94.0323 -115.85 + 92 223.632 708 2 1 -38.3145 94.1558 -144.45 + 92 107.878 1370 2 0 -38.3418 94.1648 -145.85 + 92 135.958 705 1 1 -38.8973 94.3906 -174.45 + 92 123.977 1371 1 0 -38.9232 94.4034 -175.85 + 92 95.3668 702 0 1 -39.4594 94.6679 -204.45 + 92 160.335 1372 0 0 -39.4972 94.683 -205.85 + 92 74.8162 990 4 0 -105.152 18.25 -86.1575 + 92 125.48 1369 2 0 -38.3692 94.1085 -145.85 + 92 43.8006 696 1 1 -40.8419 91.9232 -174.45 + 92 192.734 695 1 1 -40.85 91.9228 -174.474 + 92 126.99 1358 1 0 -41.3396 91.8656 -175.85 + 92 50.0068 638 0 1 -52.3712 90.347 -204.45 + 92 121.253 637 0 1 -52.45 90.3269 -204.569 + 92 61.3214 1349 0 0 -53.4128 90.05 -206.038 + 92 263.786 838 6 1 -12.2914 -176.563 -24.85 + 92 52.8795 710 0 1 -38.0391 93.9516 -204.45 + 92 118.136 709 0 1 -38.0502 93.9252 -204.519 + 92 176.979 1365 0 0 -37.8561 93.3212 -205.85 + 92 127.867 716 4 1 -36.7023 93.8432 -84.45 + 92 124.529 1368 4 0 -36.6718 93.7922 -85.85 + 92 171.947 719 3 1 -36.0559 92.6316 -114.45 + 92 485.334 720 3 1 -36.05 92.6276 -114.591 + 92 452.233 1362 3 0 -36.0045 92.5982 -115.85 + 92 173.53 725 2 1 -34.9012 92.0285 -144.45 + 92 149.31 1358 2 0 -34.8659 91.9459 -145.85 + 92 138.64 730 1 1 -33.9601 90.4979 -174.45 + 92 130.481 1351 1 0 -33.9 90.429 -175.85 + 92 105.788 735 0 1 -32.9435 88.8387 -204.45 + 92 119.098 1343 0 0 -32.9088 88.7842 -205.85 + 92 124.034 721 3 1 -35.85 92.2623 -114.676 + 92 119.043 722 3 1 -35.65 92.1816 -114.634 + 92 36.8605 1361 3 0 -34.8578 92.55 -116.229 + 92 20.0124 858 2 1 -8.42286 81.0106 -144.45 + 92 110.905 857 2 1 -8.45 81.0171 -144.532 + 92 113.055 1306 2 0 -9.46906 81.3315 -145.85 + 92 63.1013 1307 2 0 -9.71641 81.45 -146.094 + 92 285.66 701 1 1 -39.6946 99.8898 -174.45 + 92 276.727 702 1 1 -39.65 100.126 -174.603 + 92 69.369 700 1 1 -39.85 101.306 -174.545 + 92 34.9128 699 1 1 -40.0505 101.396 -174.49 + 92 89.9029 698 1 1 -40.25 101.45 -174.459 + 92 205.996 697 1 1 -40.45 101.536 -174.48 + 92 119.328 1412 1 0 -39.5816 102.568 -175.85 + 92 82.6918 1338 1 0 -68.916 87.8098 -176.25 + 92 231.389 1337 1 0 -69.0238 87.65 -176.17 + 92 125.406 1336 1 0 -69.229 87.4499 -176.173 + 92 63.1633 1335 1 0 -69.4101 87.25 -176.12 + 92 282.727 1334 1 0 -69.4035 87.0498 -176.187 + 92 81.8147 1360 3 0 -36.1222 92.35 -115.953 + 92 112.314 707 2 1 -38.5184 88.4211 -144.45 + 92 108.295 1342 2 0 -38.3974 88.4743 -145.85 + 92 98.717 712 1 1 -37.5419 92.4255 -174.45 + 92 68.0532 713 1 1 -37.4499 92.5491 -174.653 + 92 98.2944 1365 1 0 -36.9628 93.1921 -175.85 + 92 25.3461 1366 1 0 -36.8346 93.3502 -176.17 + 92 199.383 775 0 1 -24.9527 106.634 -204.45 + 92 229.604 1433 0 0 -25.1188 106.8 -205.85 + 92 74.502 1436 0 0 -25.6375 107.35 -205.85 + 92 80.4674 1437 0 0 -25.6507 107.55 -205.97 + 92 65.2789 1438 0 0 -25.5914 107.75 -206.094 + 92 149.697 1309 0 0 -38.6629 81.9428 -206.25 + 92 63.0665 1308 0 0 -38.7001 81.85 -206.189 + 92 4.51207 1310 0 0 -38.8297 82.05 -205.861 + 92 116.938 706 0 1 -38.8482 82.6671 -204.85 + 92 117.156 705 0 1 -38.85 82.7107 -204.801 + 92 182.192 713 4 1 -37.3416 93.4362 -84.45 + 92 155.448 1366 4 0 -37.4016 93.3983 -85.85 + 92 190.045 707 3 1 -38.5639 92.6627 -114.45 + 92 119.967 698 2 1 -40.3693 91.0658 -144.45 + 92 113.218 1353 2 0 -40.4658 90.9224 -145.85 + 92 146.459 687 1 1 -42.5651 87.7811 -174.45 + 92 182.542 683 0 1 -43.4008 83.9118 -204.45 + 92 127.422 1317 0 0 -43.4068 83.6282 -205.85 + 92 115.769 708 3 1 -38.3848 92.7849 -114.45 + 92 60.7545 1357 3 0 -38.4913 91.663 -115.85 + 92 60.9962 1356 3 0 -38.4901 91.55 -115.976 + 92 205.356 1355 3 0 -38.5333 91.35 -116.08 + 92 40.0254 1354 3 0 -38.5896 91.15 -116.177 + 92 63.1202 1353 3 0 -38.6262 90.95 -116.191 + 92 48.25 1352 3 0 -38.6814 90.75 -116.189 + 92 67.232 1351 3 0 -38.7615 90.5498 -116.17 + 92 76.2311 1350 3 0 -38.854 90.35 -116.156 + 92 280.99 1349 3 0 -39.0106 90.05 -116.174 + 92 16.3733 1348 3 0 -39.1764 89.85 -116.233 + 92 144.973 1365 4 0 -37.375 93.35 -86.1885 + 92 13.4318 1151 6 1 50.3396 136.86 -24.85 + 92 21.7223 219 4 1 -136.15 146.672 -84.8011 + 92 378.329 218 4 1 -136.35 146.743 -84.4997 + 92 551.854 217 4 1 -136.55 146.509 -84.5004 + 92 50.834 714 8 1 -37.25 93.9381 35.5104 + 92 67.9234 715 8 1 -37.05 93.885 35.4389 + 92 60.9474 716 8 1 -36.85 93.8356 35.2748 + 92 1.11906 1365 8 0 -34.9894 93.1527 34.15 + 92 121.73 1364 8 0 -34.9811 93.1498 34.1455 + 92 56.3866 1363 8 0 -34.6857 92.95 33.8229 + 92 77.3784 712 9 1 -37.4502 93.8805 65.337 + 92 101.081 1369 8 0 -37.2728 93.95 34.1099 + 92 98.5662 726 7 1 -34.8282 94.6329 5.55 + 92 34.1277 725 7 1 -34.85 94.6913 5.23401 + 92 76.3086 1373 7 0 -34.9055 94.9078 4.15 + 92 43.6638 1374 7 0 -34.9152 94.95 3.94126 + 92 124.028 720 6 1 -35.9446 100.182 -24.45 + 92 127.63 1398 6 0 -35.7351 99.9423 -25.85 + 92 102.532 743 5 1 -31.2898 96.6556 -54.45 + 92 120.337 1381 5 0 -31.3778 96.5268 -55.85 + 92 64.1243 749 4 1 -30.0956 91.665 -84.45 + 92 170.286 748 4 1 -30.2501 91.6086 -84.6148 + 92 13.2696 747 4 1 -30.45 91.5243 -84.8144 + 92 41.1761 1354 4 0 -31.5772 90.9881 -85.85 + 92 131.099 1353 4 0 -31.6689 90.95 -85.9316 + 92 47.4532 1045 4 0 -122.196 29.1585 -86.25 + 92 221.554 1044 4 0 -122.332 29.05 -86.1827 + 92 52.354 1043 4 0 -122.884 28.85 -85.875 + 92 5.39078 266 4 1 -126.932 28.3366 -84.85 + 92 93.3495 265 4 1 -126.95 28.3342 -84.8457 + 92 58.6425 264 4 1 -127.15 28.3071 -84.7829 + 92 69.6382 263 4 1 -127.35 28.2771 -84.7173 + 92 54.8984 262 4 1 -127.55 28.2496 -84.649 + 92 46.7689 261 4 1 -127.75 28.2107 -84.5556 + 92 226.721 259 4 1 -128.221 28.3974 -84.45 + 92 173.901 258 4 1 -128.35 28.3005 -84.6102 + 92 11.1912 1552 0 0 -10.9484 130.75 -206.066 + 92 114.777 721 7 1 -35.7062 92.8544 5.54988 + 92 116.625 1363 7 0 -35.8281 92.8198 4.14973 + 92 116.478 699 6 1 -40.1237 90.8907 -24.45 + 92 118.36 1353 6 0 -40.3478 90.8342 -25.85 + 92 139.122 675 5 1 -45.0033 89.4503 -54.4509 + 92 15.194 1346 5 0 -44.9598 89.2566 -55.85 + 92 107.33 1345 5 0 -44.9584 89.25 -55.8954 + 92 54.9625 683 4 1 -43.3051 84.8132 -84.45 + 92 142.109 684 4 1 -43.25 84.7537 -84.5511 + 92 55.2291 1319 4 0 -42.5361 83.9379 -85.85 + 92 113.024 1318 4 0 -42.4601 83.85 -85.9886 + 92 131.708 762 3 1 -27.5831 66.2147 -114.45 + 92 42.7557 763 3 1 -27.45 66.0667 -114.721 + 92 25.7754 1227 3 0 -26.8771 65.4764 -115.85 + 92 109.276 1226 3 0 -26.8508 65.45 -115.901 + 92 143.228 841 2 1 -11.8155 50.3645 -144.45 + 92 5.80972 1148 2 0 -11.2553 49.6589 -145.85 + 92 140.463 1147 2 0 -11.2483 49.65 -145.868 + 92 165.152 905 1 1 1.13646 35.4671 -174.45 + 92 78.4727 1073 1 0 1.34475 34.7941 -175.85 + 92 83.635 1072 1 0 1.38469 34.65 -176.136 + 92 136.619 926 0 1 5.28292 20.647 -204.45 + 92 34.5975 1000 0 0 5.20375 20.0976 -205.85 + 92 88.4046 999 0 0 5.19796 20.05 -205.969 +Number of digits in this event = 71 +Using G4ParticleGun ... +2.43876 LIN +e- +Event: 93 +Number of tracker hits in this event = 77 + 93 174.522 1131 10 1 46.278 -97.2798 95.55 + 93 131.797 414 10 0 46.2786 -97.2809 94.15 + 93 239.466 1131 9 1 46.3007 -97.2884 65.55 + 93 120.507 414 9 0 46.3089 -97.283 64.15 + 93 122.677 1132 8 1 46.4773 -97.177 35.55 + 93 119.356 414 8 0 46.4864 -97.1758 34.15 + 93 114.668 1133 7 1 46.6603 -97.145 5.55 + 93 110.527 415 7 0 46.6708 -97.1422 4.15 + 93 43.314 1134 6 1 46.8751 -97.0716 -24.45 + 93 69.546 1133 6 1 46.85 -97.0596 -24.6123 + 93 103.379 416 6 0 46.5744 -96.9341 -25.8501 + 93 352.689 1098 5 1 39.7077 -95.0425 -54.45 + 93 70.4085 423 5 0 39.7857 -95.4794 -55.85 + 93 39.2325 422 5 0 39.8069 -95.55 -56.0939 + 93 109.261 1103 4 1 40.694 -105.164 -84.45 + 93 111.133 371 4 0 41.0989 -105.798 -85.85 + 93 28.3772 370 4 0 41.1853 -105.95 -86.1755 + 93 183.4 1131 3 1 46.2596 -117.895 -114.45 + 93 0.917061 304 3 0 46.5279 -119.344 -115.85 + 93 80.0679 303 3 0 46.5292 -119.35 -115.855 + 93 37.7982 302 3 0 46.5423 -119.55 -116.105 + 93 32.3809 1120 2 1 44.1626 -144.805 -144.45 + 93 232.702 1121 2 1 44.25 -144.871 -144.51 + 93 192.047 1122 2 1 44.45 -145.073 -144.672 + 93 13.0861 169 2 0 45.7215 -146.318 -145.85 + 93 86.9906 168 2 0 45.755 -146.35 -145.881 + 93 95.9716 167 2 0 45.9619 -146.55 -146.074 + 93 4.41886 166 2 0 46.1582 -146.75 -146.242 + 93 294.521 1123 2 1 44.65 -145.146 -144.639 + 93 250.322 1134 5 1 47.0233 -96.9975 -54.45 + 93 209.957 415 5 0 47.035 -97.0035 -55.85 + 93 299.834 1135 4 1 47.2212 -97.1673 -84.4502 + 93 102.63 414 4 0 47.2233 -97.182 -85.85 + 93 353.193 1135 3 1 47.1878 -97.6851 -114.45 + 93 159.533 412 3 0 47.2505 -97.653 -115.85 + 93 126.908 1142 2 1 48.5921 -96.7694 -144.45 + 93 182.95 417 2 0 48.6546 -96.7215 -145.85 + 93 32.9986 1147 1 1 49.6411 -96.2491 -174.45 + 93 94.7704 1148 1 1 49.65 -96.253 -174.499 + 93 234.442 418 1 0 49.8975 -96.3905 -175.85 + 93 121.62 1173 0 1 54.6822 -99.2625 -204.45 + 93 139.716 403 0 0 55.1426 -99.3773 -205.85 + 93 421.868 416 4 0 47.0972 -96.8798 -85.85 + 93 100.787 416 3 0 47.2302 -96.8242 -115.85 + 93 112.38 1136 2 1 47.2847 -96.4534 -144.45 + 93 112.751 418 2 0 47.2955 -96.4411 -145.85 + 93 129.269 1137 1 1 47.4905 -96.1827 -174.45 + 93 135.203 419 1 0 47.4985 -96.1751 -175.85 + 93 94.9965 1138 0 1 47.6692 -96.0172 -204.45 + 93 124.844 420 0 0 47.6831 -96.0037 -205.85 + 93 107.903 415 3 0 47.1909 -96.9673 -115.85 + 93 71.0685 1132 2 1 46.4597 -99.339 -144.45 + 93 58.7001 1131 2 1 46.45 -99.344 -144.644 + 93 153.9 403 2 0 46.3859 -99.3747 -145.85 + 93 121.123 1123 1 1 44.7404 -100.157 -174.45 + 93 117.705 399 1 0 44.5531 -100.203 -175.85 + 93 173.039 1103 0 1 40.7801 -100.991 -204.45 + 93 105.273 395 0 0 40.6659 -101.035 -205.85 + 93 97.3173 1134 4 1 47.05 -96.8469 -84.553 + 93 111.527 1103 3 1 40.7844 -101.588 -114.45 + 93 90.3793 1102 3 1 40.65 -101.76 -114.635 + 93 32.4449 1101 3 1 40.4499 -101.986 -114.808 + 93 50.7634 377 3 0 38.444 -104.623 -115.85 + 93 95.0818 376 3 0 38.3062 -104.75 -115.885 + 93 8.70518 375 3 0 38.0753 -104.95 -115.854 + 93 18.5833 1052 3 1 30.5784 -112.847 -114.85 + 93 79.8735 293 3 0 23.5193 -121.37 -115.85 + 93 140.781 292 3 0 23.3295 -121.55 -115.94 + 93 86.7966 291 3 0 22.9742 -121.75 -116.018 + 93 122.926 290 3 0 22.712 -121.95 -116.126 + 93 101.971 190 3 0 -32.0466 -141.985 -116.25 + 93 122.006 741 3 1 -31.7853 -142.028 -114.85 + 93 88.4378 740 3 1 -31.8986 -142.293 -114.45 + 93 296.929 1168 9 1 53.6715 -15.0524 65.55 + 93 166.94 1169 9 1 53.85 -15.1137 65.3735 + 93 16.7932 1295 2 1 79.1423 -28.9299 -144.85 + 93 167.069 377 2 1 -104.567 -130.449 -144.45 +Number of digits in this event = 35 +Using G4ParticleGun ... +2.18853 LIN +e- +Event: 94 +Number of tracker hits in this event = 105 + 94 113.021 1351 10 1 90.5499 -29.7614 95.55 + 94 109.352 751 10 0 90.5453 -29.7567 94.15 + 94 108.334 1351 9 1 90.4208 -29.6747 65.55 + 94 108.243 751 9 0 90.4274 -29.6664 64.15 + 94 396.868 1352 8 1 90.5575 -29.4856 35.55 + 94 439.055 752 8 0 90.5435 -29.4754 34.15 + 94 97.3072 1350 7 1 90.2768 -29.2196 5.55 + 94 131.405 754 7 0 90.2745 -29.2158 4.15 + 94 143.707 1350 6 1 90.2036 -29.1367 -24.45 + 94 103.112 754 6 0 90.1927 -29.1205 -25.85 + 94 164.098 1349 5 1 89.9589 -28.7714 -54.45 + 94 238.38 756 5 0 89.9529 -28.7717 -55.85 + 94 114.614 1349 4 1 89.8943 -28.9698 -84.45 + 94 107.499 755 4 0 89.8741 -29.0019 -85.85 + 94 95.5922 1347 3 1 89.5638 -29.7144 -114.45 + 94 122.319 751 3 0 89.522 -29.7323 -115.85 + 94 102.901 1342 2 1 88.5998 -29.9918 -144.45 + 94 338.111 750 2 0 88.5137 -30.0303 -145.85 + 94 168.073 1332 1 1 86.5052 -30.5858 -174.45 + 94 180.738 747 1 0 86.3691 -30.6174 -175.85 + 94 139.655 1317 0 1 83.6286 -31.1458 -204.45 + 94 91.2078 744 0 0 83.4919 -31.1849 -205.85 + 94 218.42 375 3 0 -28.8257 -105.001 -116.25 + 94 76.6504 754 3 1 -29.1924 -105.173 -114.85 + 94 285.024 753 3 1 -29.25 -105.164 -114.72 + 94 48.8371 378 3 0 -28.2115 -104.532 -115.85 + 94 119.03 377 3 0 -28.0755 -104.55 -115.94 + 94 131.145 376 3 0 -27.7845 -104.75 -115.911 + 94 289.196 765 3 1 -27.0303 -105.596 -114.85 + 94 277.62 746 1 0 86.3232 -30.65 -176.155 + 94 81.3915 1333 1 1 86.65 -30.6952 -174.511 + 94 85.3335 1334 1 1 86.8506 -30.9561 -174.577 + 94 163.542 1335 1 1 87.05 -31.1743 -174.608 + 94 40.4057 735 1 0 88.4615 -32.975 -175.85 + 94 162.154 734 1 0 88.5672 -33.05 -175.933 + 94 206.186 733 1 0 88.8625 -33.25 -176.07 + 94 104.604 531 1 0 108.821 -73.7248 -176.25 + 94 108.287 530 1 0 108.901 -73.8501 -176.023 + 94 95.3916 529 1 0 108.912 -74.0502 -175.92 + 94 20.2375 528 1 0 108.789 -74.25 -175.878 + 94 275.911 1437 1 1 107.708 -74.4708 -174.85 + 94 139.892 749 2 0 88.5334 -30.05 -146.115 + 94 243.052 1350 0 1 90.3266 -28.0853 -204.45 + 94 432.221 759 0 0 90.3316 -28.14 -205.85 + 94 22.3463 681 0 0 134.389 -43.8285 -206.25 + 94 278.156 680 0 0 134.473 -43.85 -206.217 + 94 80.1578 679 0 0 135.327 -44.05 -205.899 + 94 28.8913 1587 0 1 137.646 -44.7931 -204.85 + 94 90.8169 1588 0 1 137.75 -44.8351 -204.805 + 94 55.9485 1589 0 1 137.95 -44.9148 -204.721 + 94 73.3202 1590 0 1 138.15 -45.0134 -204.657 + 94 68.3069 1591 0 1 138.35 -45.1608 -204.604 + 94 62.6517 1592 0 1 138.55 -45.28 -204.529 + 94 60.2759 1593 0 1 138.75 -45.4101 -204.461 + 94 67.3696 1594 0 1 138.95 -45.561 -204.476 + 94 117.352 1595 0 1 139.15 -45.7396 -204.551 + 94 125.145 1596 0 1 139.35 -46.0295 -204.615 + 94 124.31 1597 0 1 139.55 -46.4029 -204.585 + 94 104.871 1598 0 1 139.75 -46.6553 -204.557 + 94 82.7255 1599 0 1 139.95 -46.8866 -204.579 + 94 146.22 1600 0 1 140.15 -47.0834 -204.643 + 94 70.445 1601 0 1 140.35 -47.285 -204.738 + 94 22.0957 652 0 0 141.989 -49.5808 -205.85 + 94 45.5869 651 0 0 142.027 -49.65 -205.882 + 94 17.133 1614 0 1 143.094 -49.9128 -204.85 + 94 64.5995 1615 0 1 143.15 -49.9214 -204.797 + 94 475.539 1616 0 1 143.35 -49.9168 -204.602 + 94 7.36375 671 0 0 143.538 -45.6803 -205.85 + 94 380.572 672 0 0 143.538 -45.65 -205.859 + 94 5.44284 673 0 0 143.426 -45.45 -206.164 + 94 33.2058 1775 0 1 175.15 -51.0845 -204.698 + 94 201.286 926 1 0 81.226 5.28878 -175.966 + 94 138.159 1303 0 1 80.6971 8.27308 -204.45 + 94 96.9584 941 0 0 80.7147 8.32777 -205.85 + 94 37.7785 1293 0 1 78.7366 7.31459 -204.45 + 94 106.448 1292 0 1 78.65 7.23121 -204.552 + 94 158.361 1291 0 1 78.45 7.06367 -204.746 + 94 16.1874 927 0 0 76.9777 5.48455 -205.85 + 94 93.4284 926 0 0 76.9436 5.44986 -205.872 + 94 101.364 925 0 0 76.7729 5.25 -206.006 + 94 102.797 924 0 0 76.473 5.05 -206.125 + 94 247.772 1290 0 1 78.25 6.9045 -204.766 + 94 116.402 1352 7 1 90.6739 -29.4184 5.55 + 94 136.073 752 7 0 90.5692 -29.5027 4.15 + 94 124.909 1342 6 1 88.6458 -31.3488 -24.45 + 94 127.683 743 6 0 88.5717 -31.3789 -25.85 + 94 134.44 1335 5 1 87.1213 -31.7861 -54.45 + 94 159.966 741 5 0 87.0689 -31.766 -55.85 + 94 114.694 1329 4 1 85.8638 -30.9718 -84.45 + 94 119.466 745 4 0 85.8255 -30.9555 -85.85 + 94 114.257 1322 3 1 84.6404 -30.6896 -114.45 + 94 160.741 746 3 0 84.5164 -30.6574 -115.85 + 94 8.59327 747 3 0 84.4851 -30.65 -116.201 + 94 117.822 1309 2 1 81.9457 -30.369 -144.45 + 94 130.22 748 2 0 81.818 -30.3889 -145.85 + 94 129.193 1296 1 1 79.3739 -30.6038 -174.45 + 94 108.826 1288 0 1 77.6639 -31.4153 -204.45 + 94 107.605 743 0 0 77.6413 -31.4255 -205.85 + 94 19.3666 352 8 0 117.985 -109.676 33.75 + 94 82.4429 351 8 0 118.019 -109.75 33.7814 + 94 172.064 350 8 0 118.108 -109.95 33.8047 + 94 82.8079 349 8 0 118.181 -110.15 33.8054 + 94 305.471 348 8 0 118.043 -110.35 33.911 + 94 43.9936 366 8 0 178.876 -106.844 33.75 + 94 111.779 1488 8 1 117.881 -110.797 35.15 +Number of digits in this event = 46 +Using G4ParticleGun ... +5.45582 LIN +e- +Event: 95 +Number of tracker hits in this event = 28 + 95 110.751 1142 11 1 48.526 21.9168 125.55 + 95 132.49 1009 11 0 48.5275 21.9169 124.15 + 95 134.531 1142 10 1 48.5642 21.9204 95.55 + 95 141.07 1009 10 0 48.5657 21.9188 94.15 + 95 114.415 1142 9 1 48.5975 21.8796 65.55 + 95 112.818 1009 9 0 48.5996 21.8781 64.15 + 95 112.777 1142 8 1 48.6423 21.8484 35.55 + 95 107.373 1008 8 0 48.6426 21.8456 34.15 + 95 144.754 1142 7 1 48.645 21.7952 5.55 + 95 126.978 1008 7 0 48.6439 21.7925 4.15 + 95 147.029 1142 6 1 48.6239 21.7383 -24.45 + 95 126.906 1008 6 0 48.6216 21.7366 -25.85 + 95 124.381 1142 5 1 48.5747 21.7107 -54.45 + 95 215.595 1008 5 0 48.5694 21.7108 -55.85 + 95 114.115 1142 4 1 48.4589 21.7253 -84.45 + 95 106.612 1008 4 0 48.4511 21.7237 -85.85 + 95 111.575 1141 3 1 48.2974 21.69 -114.45 + 95 113.43 1008 3 0 48.2907 21.6881 -115.85 + 95 128.2 1140 2 1 48.147 21.6496 -144.45 + 95 151.582 1007 2 0 48.1412 21.6465 -145.85 + 95 127.802 1140 1 1 48.0819 21.5808 -174.45 + 95 130.643 1007 1 0 48.0782 21.5788 -175.85 + 95 151.757 1139 0 1 48.0068 21.546 -204.45 + 95 408.529 1007 0 0 48.0011 21.5431 -205.85 + 95 30.9065 1006 0 0 47.8845 21.45 -206.184 + 95 29.6283 877 0 0 26.2676 -4.60095 -206.25 + 95 73.0122 876 0 0 26.2042 -4.65 -206.102 + 95 73.112 875 0 0 26.0582 -4.85 -206.135 Number of digits in this event = 16 Using G4ParticleGun ... -8.89819 LIN +3.01849 LIN +e- +Event: 96 +Number of tracker hits in this event = 80 + 96 97.1025 482 11 0 9.19599 -83.5495 124.15 + 96 174.115 945 10 1 9.19202 -83.5454 95.55 + 96 126.066 482 10 0 9.19399 -83.5471 94.15 + 96 137.371 946 9 1 9.28643 -83.5967 65.55 + 96 142.611 482 9 0 9.28577 -83.5964 64.15 + 96 110.52 946 8 1 9.27526 -83.5884 35.55 + 96 164.76 482 8 0 9.27409 -83.5886 34.15 + 96 137.833 946 7 1 9.25541 -83.5763 5.55 + 96 126.818 482 7 0 9.2568 -83.5774 4.15 + 96 125.047 946 6 1 9.28557 -83.616 -24.45 + 96 218.984 482 6 0 9.28754 -83.6183 -25.85 + 96 150.481 946 5 1 9.33267 -83.6588 -54.45 + 96 147.758 481 5 0 9.33533 -83.6606 -55.85 + 96 113.474 946 4 1 9.39011 -83.6884 -84.45 + 96 215.799 481 4 0 9.39586 -83.6851 -85.85 + 96 118.444 947 3 1 9.5215 -83.615 -114.45 + 96 295.999 482 3 0 9.52641 -83.6149 -115.85 + 96 417.425 947 2 1 9.6178 -83.6225 -144.45 + 96 379.605 482 2 0 9.61967 -83.6262 -145.85 + 96 118.803 948 1 1 9.66015 -83.7042 -174.45 + 96 205.452 481 1 0 9.66351 -83.7075 -175.85 + 96 118.868 948 0 1 9.74898 -83.7651 -204.45 + 96 108.13 481 0 0 9.75292 -83.7677 -205.85 + 96 236.212 434 2 0 23.2699 -93.1761 -146.249 + 96 255.298 391 2 0 97.3766 -101.938 -146.25 + 96 130.009 946 1 1 9.31748 -83.9914 -174.45 + 96 136.931 480 1 0 9.32368 -84.0097 -175.85 + 96 450.335 946 0 1 9.3598 -84.2341 -204.45 + 96 245.161 478 0 0 9.32609 -84.2696 -205.85 + 96 113.159 940 1 1 8.14216 -82.5054 -174.45 + 96 112.7 487 1 0 8.0343 -82.4843 -175.85 + 96 123.298 928 0 1 5.74065 -82.5511 -204.45 + 96 130.317 487 0 0 5.68734 -82.5546 -205.85 + 96 93.2159 950 0 1 10.1472 -84.3022 -204.45 + 96 118.64 482 0 0 9.40333 -83.6274 -205.85 + 96 56.8491 948 4 1 9.71567 -83.9092 -84.45 + 96 77.7293 949 4 1 9.85 -83.9797 -84.5328 + 96 85.0693 950 4 1 10.05 -84.1016 -84.6654 + 96 113.293 473 4 0 11.4895 -85.2913 -85.8501 + 96 126.811 472 4 0 11.7709 -85.45 -86.0491 + 96 51.4972 221 4 0 94.8459 -135.858 -86.25 + 96 252.412 220 4 0 94.9663 -135.95 -86.1666 + 96 56.2266 219 4 0 95.2389 -136.15 -85.9739 + 96 144.73 1382 4 1 96.6373 -137.317 -84.85 + 96 210.382 1383 4 1 96.7503 -137.406 -84.7631 + 96 153.288 1384 4 1 96.95 -137.59 -84.5642 + 96 95.6872 1385 4 1 97.3387 -138.234 -84.45 + 96 623.765 1386 4 1 97.35 -138.323 -84.4774 + 96 53.4162 1387 4 1 97.55 -138.969 -84.613 + 96 59.8405 1381 4 1 96.55 -140.082 -84.6035 + 96 82.6704 1380 4 1 96.35 -140.192 -84.5876 + 96 113.406 947 4 1 9.56056 -83.7573 -84.4502 + 96 187.173 482 4 0 9.42732 -83.5144 -85.85 + 96 100.101 940 3 1 8.19564 -78.7584 -114.45 + 96 6.93864 939 3 1 8.05 -78.7877 -114.825 + 96 17.57 506 3 0 7.68028 -78.8464 -115.85 + 96 131.269 505 3 0 7.6587 -78.85 -115.91 + 96 0.268036 887 2 1 -2.64755 -79.4079 -144.45 + 96 80.2818 886 2 1 -2.65 -79.4077 -144.453 + 96 74.6443 885 2 1 -2.85 -79.3955 -144.698 + 96 151.385 503 2 0 -3.85814 -79.3161 -145.85 + 96 69.9439 756 1 1 -28.6789 -77.1769 -174.45 + 96 203.773 755 1 1 -28.85 -77.1211 -174.618 + 96 17.2303 754 1 1 -29.0502 -77.0615 -174.819 + 96 81.6488 516 1 0 -30.1072 -76.7094 -175.85 + 96 114.732 517 1 0 -30.2912 -76.65 -176.029 + 96 219.747 603 0 1 -59.3148 -67.6947 -204.45 + 96 22.8165 558 0 0 -59.2762 -68.3972 -205.851 + 96 103.969 557 0 0 -59.2639 -68.4501 -205.923 + 96 6.53663 556 0 0 -59.1818 -68.6501 -206.223 + 96 96.0413 498 0 0 -52.7039 -80.3987 -206.25 + 96 71.7305 499 0 0 -52.7681 -80.2493 -205.97 + 96 62.0128 631 0 1 -53.7387 -79.0209 -204.85 + 96 132.845 630 0 1 -53.85 -78.8415 -204.719 + 96 43.3924 629 0 1 -54.1799 -78.4692 -204.45 + 96 88.4288 628 0 1 -54.25 -78.5228 -204.51 + 96 70.8742 627 0 1 -54.45 -78.6637 -204.69 + 96 145.498 503 0 0 -55.4111 -79.2794 -205.85 + 96 55.1027 502 0 0 -55.5737 -79.45 -206.147 + 96 59.9626 513 3 0 7.82324 -77.4423 -115.85 +Number of digits in this event = 40 +Using G4ParticleGun ... +6.48258 LIN +e- +Event: 97 +Number of tracker hits in this event = 74 + 97 149.929 179 8 1 -144.166 14.8646 35.55 + 97 125.924 974 8 0 -144.167 14.8631 34.15 + 97 149.427 179 7 1 -144.185 14.8331 5.55 + 97 110.088 973 7 0 -144.185 14.8306 4.15 + 97 119.24 179 6 1 -144.193 14.7792 -24.45 + 97 116.836 973 6 0 -144.192 14.7773 -25.85 + 97 120.948 179 5 1 -144.184 14.7339 -54.45 + 97 127.747 973 5 0 -144.183 14.7316 -55.85 + 97 141.849 179 4 1 -144.164 14.6912 -84.45 + 97 131.894 973 4 0 -144.162 14.6889 -85.85 + 97 140.701 180 3 1 -144.129 14.6425 -114.45 + 97 221.2 972 3 0 -144.128 14.6398 -115.85 + 97 107.191 180 2 1 -144.1 14.5775 -144.45 + 97 94.3125 972 2 0 -144.1 14.5744 -145.85 + 97 137.098 180 1 1 -144.09 14.5113 -174.45 + 97 113.735 972 1 0 -144.09 14.5089 -175.85 + 97 117.28 180 0 1 -144.083 14.4599 -204.45 + 97 190.225 972 0 0 -144.082 14.4594 -205.85 + 97 164.697 1596 5 0 68.6661 139.444 -56.25 + 97 353.061 179 3 1 -144.15 14.6615 -114.512 + 97 105.476 975 3 0 -144.612 15.1151 -115.85 + 97 31.787 976 3 0 -144.715 15.25 -116.128 + 97 181.58 123 2 1 -155.41 39.2358 -144.45 + 97 84.8207 1097 2 0 -155.481 39.5376 -145.851 + 97 37.0699 1098 2 0 -155.502 39.65 -146.138 + 97 152.5 179 2 1 -144.235 13.4931 -144.45 + 97 89.1339 966 2 0 -144.242 13.2899 -145.85 + 97 40.2183 965 2 0 -144.243 13.25 -146.118 + 97 152.314 179 1 1 -144.297 9.00252 -174.45 + 97 100.705 942 1 0 -144.344 8.64612 -175.851 + 97 162.411 173 0 1 -145.386 1.33735 -204.45 + 97 128.155 904 0 0 -145.49 1.04998 -205.85 + 97 112.037 973 3 0 -144.245 14.6767 -115.85 + 97 105.786 177 2 1 -144.585 13.0575 -144.45 + 97 166.181 963 2 0 -144.462 12.7885 -145.85 + 97 135.995 183 1 1 -143.528 10.8654 -174.45 + 97 82.0034 954 1 0 -143.181 10.8576 -175.85 + 97 77.4255 953 1 0 -143.107 10.85 -176.113 + 97 143.386 224 0 1 -135.317 7.76352 -204.45 + 97 40.3653 937 0 0 -135.01 7.48891 -205.85 + 97 70.5464 936 0 0 -134.974 7.45 -206.013 + 97 37.8597 176 2 1 -144.868 13.1174 -144.45 + 97 57.5151 175 2 1 -144.95 13.1636 -144.529 + 97 66.0126 174 2 1 -145.15 13.2412 -144.654 + 97 72.3837 173 2 1 -145.35 13.29 -144.766 + 97 1.49905 172 2 1 -145.55 13.3943 -144.849 + 97 15.5705 980 2 0 -149.684 16.2186 -145.85 + 97 175.852 981 2 0 -149.73 16.25 -145.858 + 97 6.9301 129 2 1 -154.334 19.6341 -144.85 + 97 138.428 128 2 1 -154.35 19.6459 -144.847 + 97 643.618 127 2 1 -154.55 19.8094 -144.798 + 97 134.807 126 2 1 -154.75 19.9284 -144.726 + 97 192.196 125 2 1 -154.95 20.0831 -144.68 + 97 180.932 124 2 1 -155.15 20.282 -144.61 + 97 189.384 179 0 1 -144.226 14.5435 -204.45 + 97 71.1388 973 0 0 -143.974 14.65 -205.985 + 97 50.0262 178 0 1 -144.35 14.4742 -204.717 + 97 8.15966 968 0 0 -144.864 13.6695 -205.85 + 97 73.3364 967 0 0 -144.873 13.6497 -205.872 + 97 49.9273 966 0 0 -144.891 13.4496 -206.013 + 97 149.11 965 0 0 -144.827 13.2499 -206.081 + 97 58.9332 964 0 0 -144.636 13.05 -206.182 + 97 110.037 700 0 0 -114.374 -39.9957 -206.25 + 97 142.529 699 0 0 -114.331 -40.05 -206.211 + 97 49.2774 698 0 0 -114.202 -40.25 -205.997 + 97 195.539 331 0 1 -113.839 -41.1692 -204.85 + 97 373.269 332 0 1 -113.75 -41.5773 -204.537 + 97 85.5117 333 0 1 -113.55 -42.4936 -204.526 + 97 70.6463 334 0 1 -113.35 -42.5906 -204.656 + 97 575.339 683 0 0 -113.083 -43.3812 -205.85 + 97 26.8712 682 0 0 -112.954 -43.45 -205.94 + 97 1.24913 547 0 0 -84.719 -70.6487 -206.25 + 97 0.661141 546 0 0 -84.7186 -70.6502 -206.25 + 97 52.1016 448 0 0 -71.1729 -90.5188 -206.25 +Number of digits in this event = 36 +Using G4ParticleGun ... +2.39054 LIN +e- +Event: 98 +Number of tracker hits in this event = 82 + 98 185.485 1499 9 1 120.049 -60.6825 65.55 + 98 115.73 596 9 0 120.057 -60.6824 64.15 + 98 178.797 1500 8 1 120.205 -60.6757 35.55 + 98 122.921 596 8 0 120.213 -60.6748 34.15 + 98 110.14 1501 7 1 120.397 -60.6539 5.55 + 98 162.209 597 7 0 120.406 -60.6472 4.15 + 98 381.44 1502 6 1 120.594 -60.5063 -24.45 + 98 232.181 597 6 0 120.6 -60.4926 -25.85 + 98 325.396 1502 5 1 120.701 -60.2144 -54.45 + 98 123.091 599 5 0 120.704 -60.1974 -55.85 + 98 127.426 1503 4 1 120.769 -59.8302 -84.45 + 98 140.027 601 4 0 120.773 -59.8097 -85.85 + 98 137.97 1503 3 1 120.837 -59.3873 -114.45 + 98 133.492 603 3 0 120.841 -59.3704 -115.85 + 98 137.401 1503 2 1 120.923 -59.0305 -144.45 + 98 187.191 605 2 0 120.919 -59.0095 -145.85 + 98 210.952 1503 1 1 120.834 -58.5137 -174.45 + 98 129.094 607 1 0 120.831 -58.4953 -175.85 + 98 9.91502 1503 0 1 120.75 -58.0877 -204.45 + 98 121.496 1502 0 1 120.75 -58.087 -204.477 + 98 29.0371 609 0 0 120.737 -58.0528 -205.85 + 98 132.932 610 0 0 120.736 -58.05 -205.961 + 98 130.657 597 5 0 119.956 -60.5168 -55.85 + 98 90.8086 596 5 0 119.668 -60.65 -56.0166 + 98 295.948 595 5 0 119.635 -60.8502 -56.0697 + 98 152.49 598 6 0 120.603 -60.425 -25.85 + 98 45.3039 1501 5 1 120.484 -56.546 -54.45 + 98 104.754 618 5 0 121.016 -56.3473 -55.85 + 98 90.3422 1553 4 1 130.9 -53.2311 -84.45 + 98 21.8489 1552 4 1 130.75 -53.3117 -84.766 + 98 108.368 632 4 0 130.291 -53.5717 -85.85 + 98 100.494 1512 3 1 122.607 -57.7519 -114.45 + 98 25.9052 1511 3 1 122.55 -57.5669 -114.756 + 98 7.70066 615 3 0 122.38 -56.8618 -115.85 + 98 108.407 616 3 0 122.377 -56.85 -115.866 + 98 32.4638 617 3 0 122.32 -56.6499 -116.175 + 98 56.3089 1479 2 1 116.094 -38.116 -144.45 + 98 78.4644 1478 2 1 115.95 -38.0039 -144.549 + 98 81.7937 1477 2 1 115.75 -37.8059 -144.7 + 98 18.3902 716 2 0 114.386 -36.6838 -145.85 + 98 304.641 717 2 0 114.343 -36.6495 -145.885 + 98 237.692 718 2 0 114.085 -36.45 -146.096 + 98 144.592 1279 1 1 75.9297 -2.89263 -174.45 + 98 78.5863 1278 1 1 75.8498 -2.7999 -174.617 + 98 74.2444 888 1 0 75.2971 -2.33202 -175.85 + 98 56.3213 889 1 0 75.2012 -2.25 -176.115 + 98 217.162 1503 5 1 120.75 -56.5957 -54.8098 + 98 183.047 1492 5 1 118.708 -61.3263 -54.45 + 98 140.216 594 5 0 118.77 -61.236 -55.8502 + 98 117.38 1496 4 1 119.479 -59.6895 -84.45 + 98 123.561 600 4 0 119.408 -59.9579 -85.85 + 98 124.254 1517 3 1 123.687 -63.9809 -114.45 + 98 2.40998 579 3 0 123.651 -64.2475 -115.85 + 98 96.427 578 3 0 123.651 -64.25 -115.864 + 98 145.309 1513 2 1 122.942 -69.3704 -144.45 + 98 393.482 551 2 0 122.836 -69.6527 -145.85 + 98 63.0275 1504 1 1 120.95 -75.7552 -174.679 + 98 52.3982 521 1 0 121.19 -75.8326 -175.85 + 98 108.372 520 1 0 121.229 -75.85 -176.019 + 98 138.671 1550 0 1 130.172 -79.408 -204.45 + 98 126.28 504 0 0 130.549 -79.1428 -205.85 + 98 49.3317 351 3 0 138.511 -109.789 -116.25 + 98 63.886 350 3 0 138.581 -109.95 -116.141 + 98 67.5137 349 3 0 138.713 -110.15 -116.074 + 98 57.2944 348 3 0 138.795 -110.35 -116.052 + 98 179.959 347 3 0 138.858 -110.55 -116.029 + 98 44.8893 346 3 0 138.876 -110.75 -116.036 + 98 46.2615 345 3 0 138.889 -110.95 -115.998 + 98 43.3577 344 3 0 138.883 -111.15 -115.945 + 98 84.5 1592 3 1 138.642 -112.563 -114.85 + 98 80.7287 1591 3 1 138.55 -112.811 -114.693 + 98 106.01 1590 3 1 138.35 -112.986 -114.607 + 98 167.193 1589 3 1 138.15 -113.125 -114.564 + 98 43.1526 1541 2 1 128.367 -69.8784 -144.451 + 98 72.4633 1542 2 1 128.55 -69.8595 -144.553 + 98 46.2339 1543 2 1 128.75 -69.8554 -144.706 + 98 155.036 552 2 0 130.238 -69.65 -146.234 + 98 159.763 932 2 0 170.21 6.45076 -146.25 + 98 285.34 1752 2 1 170.677 6.43462 -144.85 + 98 109.483 1753 2 1 170.75 6.38937 -144.682 + 98 62.3134 343 2 0 -129.568 -111.35 -146.175 + 98 82.3248 342 2 0 -129.938 -111.55 -146.088 +Number of digits in this event = 41 +Using G4ParticleGun ... +1.48477 LIN e- Event: 99 -Number of tracker hits in this event = 77 - 99 138.718 281 9 1 -123.935 9.68147 65.55 - 99 108.385 948 9 0 -123.935 9.68068 64.15 - 99 125.819 281 8 1 -123.92 9.66526 35.55 - 99 112.552 948 8 0 -123.92 9.66303 34.15 - 99 134.433 281 7 1 -123.905 9.60677 5.55 - 99 234.979 947 7 0 -123.902 9.60654 4.15 - 99 110.506 281 6 1 -123.798 9.58411 -24.45 - 99 123.966 947 6 0 -123.79 9.57842 -25.85 - 99 94.102 282 5 1 -123.639 9.46065 -54.45 - 99 147.912 947 5 0 -123.628 9.4554 -55.85 - 99 172.331 283 4 1 -123.366 9.32357 -84.45 - 99 216.89 946 4 0 -123.352 9.31689 -85.85 - 99 123.243 285 3 1 -123.071 9.19327 -114.45 - 99 159.431 945 3 0 -123.054 9.18662 -115.85 - 99 131.599 287 2 1 -122.715 9.03799 -144.45 - 99 113.883 944 2 0 -122.698 9.017 -145.85 - 99 233.417 289 1 1 -122.268 8.54223 -174.45 - 99 266.449 942 1 0 -122.262 8.52119 -175.85 - 99 132.881 290 0 1 -122.063 8.02417 -204.45 - 99 128.891 939 0 0 -122.052 8.0192 -205.85 - 99 16.5535 1039 0 0 -131.657 28.0446 -206.25 - 99 193.76 1040 0 0 -131.666 28.05 -206.249 - 99 113.581 287 1 1 -122.605 8.91041 -174.451 - 99 33.9937 286 1 1 -122.75 8.80565 -174.823 - 99 116.481 948 7 0 -123.907 9.65003 3.96226 - 99 219.049 281 5 1 -123.879 9.67745 -54.45 - 99 344.166 948 5 0 -123.88 9.67734 -55.85 - 99 285.641 281 4 1 -123.898 9.67955 -84.45 - 99 273.538 948 4 0 -123.902 9.6854 -85.85 - 99 101.485 280 3 1 -123.998 9.83996 -114.45 - 99 127.758 949 3 0 -124.002 9.8504 -115.85 - 99 334.322 280 2 1 -124.089 10.0552 -144.45 - 99 108.378 950 2 0 -124.085 10.0682 -145.85 - 99 107.094 280 1 1 -123.992 10.306 -174.45 - 99 99.9744 951 1 0 -123.993 10.3169 -175.85 - 99 129.955 280 0 1 -124.036 10.5566 -204.45 - 99 113.35 952 0 0 -124.034 10.5701 -205.85 - 99 100.404 375 13 0 -79.4832 -104.95 183.827 - 99 239.423 947 2 0 -124.04 9.53841 -145.85 - 99 119.622 279 1 1 -124.24 9.94904 -174.45 - 99 247.473 948 1 0 -123.895 9.75919 -175.85 - 99 86.5437 312 0 1 -117.603 5.67786 -204.45 - 99 32.4905 313 0 1 -117.55 5.58367 -204.74 - 99 185.705 925 0 0 -117.334 5.18492 -205.85 - 99 0.458836 924 0 0 -117.254 5.05 -206.248 - 99 191.439 293 1 1 -121.441 10.2628 -174.45 - 99 127.238 950 1 0 -121.198 10.2348 -175.85 - 99 117.457 319 0 1 -116.263 9.76383 -204.45 - 99 0.0900942 320 0 1 -116.15 9.73375 -204.847 - 99 159.485 948 0 0 -115.858 9.65323 -205.85 - 99 199.329 947 0 0 -115.846 9.64999 -205.891 - 99 168.76 971 0 0 -10.2287 14.3125 -206.25 - 99 3.09961 862 0 1 -7.46761 14.2254 -204.85 - 99 104.969 863 0 1 -7.45 14.2248 -204.84 - 99 141.225 864 0 1 -7.24959 14.1986 -204.77 - 99 60.5834 865 0 1 -7.05 14.1448 -204.733 - 99 51.9521 866 0 1 -6.85 14.1044 -204.691 - 99 53.9051 867 0 1 -6.64988 14.0582 -204.666 - 99 196.156 868 0 1 -6.44969 13.9971 -204.696 - 99 128.55 869 0 1 -6.25 13.9263 -204.772 - 99 71.5557 974 0 0 -5.82354 14.8945 -205.85 - 99 107.133 975 0 0 -5.7846 15.0502 -206.007 - 99 32.4809 976 0 0 -5.73895 15.25 -206.183 - 99 158.574 281 3 1 -123.848 9.69 -114.45 - 99 96.3791 948 3 0 -123.849 9.69128 -115.85 - 99 105.956 281 2 1 -123.87 9.71206 -144.45 - 99 120.688 948 2 0 -123.872 9.71285 -145.85 - 99 133.698 281 1 1 -123.909 9.7271 -174.45 - 99 108.237 281 0 1 -123.919 9.73816 -204.45 - 99 74.7853 1083 0 0 -125.973 36.6948 -206.25 - 99 126.37 1084 0 0 -125.964 36.85 -206.161 - 99 116.722 273 0 1 -125.43 37.3964 -204.85 - 99 150.77 274 0 1 -125.35 37.511 -204.737 - 99 58.3461 867 5 0 -72.8663 -6.55333 -56.25 - 99 30.7986 546 5 1 -70.7164 -7.22874 -54.85 - 99 180.074 547 5 1 -70.65 -7.24926 -54.8039 - 99 254.593 548 5 1 -70.45 -7.48224 -54.8008 -Number of digits in this event = 45 +Number of tracker hits in this event = 122 + 99 144.323 1110 11 1 42.0662 -16.732 125.55 + 99 99.5754 816 11 0 42.0647 -16.7389 124.15 + 99 108.845 1110 10 1 42.0527 -16.9213 95.55 + 99 198.52 815 10 0 42.0485 -16.9285 94.15 + 99 130.073 1109 9 1 41.9236 -16.9834 65.55 + 99 125.071 815 9 0 41.9158 -16.9866 64.15 + 99 239.209 1108 8 1 41.7659 -17.0515 35.55 + 99 252.544 814 8 0 41.7574 -17.0556 34.15 + 99 245.451 1107 7 1 41.5996 -17.1598 5.55 + 99 114.655 814 7 0 41.5925 -17.1668 4.15 + 99 126.522 1107 6 1 41.4575 -17.3055 -24.45 + 99 103.203 813 6 0 41.4475 -17.3164 -25.85 + 99 169.667 1105 5 1 41.2212 -17.536 -54.45 + 99 111.571 812 5 0 41.2125 -17.5471 -55.85 + 99 106.318 1104 4 1 41.0265 -17.7622 -84.45 + 99 90.637 811 4 0 41.0099 -17.759 -85.85 + 99 243.885 1103 3 1 40.682 -17.6726 -114.45 + 99 166.188 811 3 0 40.6659 -17.664 -115.85 + 99 143.267 1101 2 1 40.2879 -17.6301 -144.45 + 99 140.172 811 2 0 40.3001 -17.6537 -145.85 + 99 123.874 1102 1 1 40.5571 -18.1227 -174.45 + 99 144.324 809 1 0 40.5297 -18.1201 -175.85 + 99 123.803 1099 0 1 39.981 -18.0795 -204.45 + 99 116.288 809 0 0 39.9609 -18.0693 -205.85 + 99 388.999 1512 5 1 122.55 122.774 -54.7614 + 99 103.324 1191 4 0 147.463 58.2632 -86.25 + 99 37.1451 1432 1 0 125.379 106.574 -176.25 + 99 231.104 1431 1 0 125.448 106.55 -176.194 + 99 11.4453 1433 2 0 100.197 106.75 -146.022 + 99 287.185 999 0 1 20.0252 -22.0448 -204.85 + 99 18.6276 998 0 1 19.85 -22.1066 -204.566 + 99 69.26 907 1 0 70.9424 1.51306 -176.25 + 99 35.3944 906 1 0 71.0158 1.45 -175.937 + 99 264.133 1257 1 1 71.492 0.494884 -174.85 + 99 20.0539 818 8 0 41.7432 -16.2887 34.1497 + 99 100.199 819 8 0 41.7421 -16.25 34.0819 + 99 25.8962 449 8 0 112.675 -90.1992 33.75 + 99 39.4301 814 10 0 42.0362 -17.05 93.8746 + 99 271.527 1112 9 1 42.4863 -32.4163 65.5499 + 99 255.809 748 9 0 42.5397 -30.389 64.15 + 99 64.1233 749 9 0 42.5316 -30.25 64.0583 + 99 72.3205 750 9 0 42.5157 -30.05 63.9293 + 99 18.6397 751 9 0 42.5064 -29.85 63.7799 + 99 75.3729 827 9 0 47.9596 -14.4788 63.7513 + 99 112.656 826 9 0 48.0029 -14.65 63.9496 + 99 223.049 1142 9 1 48.4666 -15.7564 65.15 + 99 195.558 1143 9 1 48.6502 -16.1995 65.3531 + 99 75.7135 807 9 0 49.2777 -18.4609 64.15 + 99 143.635 806 9 0 49.3564 -18.65 64.0415 + 99 60.7061 805 9 0 49.5218 -18.85 63.8836 + 99 139.564 1321 8 1 84.3322 -40.2236 35.55 + 99 56.1249 692 8 0 84.5182 -41.5233 34.15 + 99 92.4739 691 8 0 84.5153 -41.65 33.9947 + 99 1.93745 464 8 0 110.707 -87.2428 33.75 + 99 95.3187 463 8 0 110.712 -87.25 33.7558 + 99 65.3232 462 8 0 110.811 -87.4502 33.9415 + 99 73.0437 461 8 0 110.894 -87.65 34.0623 + 99 13.9331 1469 8 1 114.132 -88.4407 35.1502 + 99 70.5516 1470 8 1 114.15 -88.4452 35.1564 + 99 51.7984 1471 8 1 114.35 -88.55 35.1841 + 99 68.8929 1472 8 1 114.55 -88.6454 35.185 + 99 0.442297 1473 8 1 114.75 -88.7323 35.1512 + 99 162.655 455 8 0 116.361 -88.9416 34.15 + 99 9.25539 1145 9 1 49.0568 -18.6143 65.1501 + 99 259.148 1144 9 1 49.05 -18.6091 65.1664 + 99 10.5471 825 9 0 48.0478 -14.85 64.1336 + 99 108.225 1139 9 1 47.9993 -15.5035 65.15 + 99 222.25 1109 8 1 41.9884 -17.2725 35.4673 + 99 178.011 813 8 0 41.9875 -17.2786 34.15 + 99 113.733 1110 7 1 42.1489 -17.3339 5.55 + 99 109.879 813 7 0 42.1478 -17.315 4.15 + 99 171.744 1108 6 1 41.7448 -16.7155 -24.45 + 99 110.48 816 6 0 41.7329 -16.6901 -25.85 + 99 105.562 1109 5 1 41.8739 -15.9556 -54.45 + 99 156.23 820 5 0 41.8916 -15.9414 -55.85 + 99 167.075 1110 4 1 42.1499 -15.7162 -84.45 + 99 109.873 821 4 0 42.1443 -15.6854 -85.85 + 99 118.889 1108 3 1 41.6531 -14.9724 -114.45 + 99 121.845 825 3 0 41.6448 -15.0264 -115.85 + 99 99.8236 1107 2 1 41.474 -16.1528 -144.45 + 99 123.468 818 2 0 41.5196 -16.2837 -145.85 + 99 33.9275 1110 1 1 42.2434 -18.8164 -174.45 + 99 102.003 1111 1 1 42.25 -18.8221 -174.511 + 99 246.151 805 1 0 42.4124 -18.956 -175.85 + 99 29.8705 1129 0 1 46.0353 -21.8835 -204.45 + 99 86.5506 1130 0 1 46.05 -21.8919 -204.546 + 99 107.249 790 0 0 46.2574 -22.0059 -205.85 + 99 24.791 804 1 0 42.4813 -19.05 -176.065 + 99 123.948 522 3 0 2.93853 -75.5754 -116.25 + 99 121.135 825 7 0 41.5144 -14.9538 4.15 + 99 98.8321 1104 6 1 40.9319 -12.4198 -24.45 + 99 99.5421 839 6 0 40.8238 -12.1751 -25.85 + 99 79.9169 1089 5 1 37.8955 -7.57051 -54.45 + 99 83.3772 1088 5 1 37.85 -7.54069 -54.6379 + 99 119.444 863 5 0 37.5131 -7.34975 -55.85 + 99 166.656 1045 4 1 29.2107 -2.86013 -84.45 + 99 92.6921 887 4 0 28.8843 -2.52547 -85.85 + 99 29.6915 888 4 0 28.8212 -2.45 -86.1479 + 99 122.362 1020 3 1 24.21 4.83811 -114.45 + 99 178.246 924 3 0 24.1617 5.02158 -115.85 + 99 44.0413 925 3 0 24.1525 5.05004 -116.07 + 99 114.088 1013 2 1 22.7603 8.64929 -144.45 + 99 23.5996 943 2 0 22.8339 8.83804 -145.85 + 99 81.7303 944 2 0 22.8391 8.85006 -145.943 + 99 88.2903 1022 1 1 24.5263 12.5481 -174.45 + 99 38.6645 1023 1 1 24.65 12.6566 -174.685 + 99 6.51473 965 1 0 25.2687 13.242 -175.85 + 99 131.722 966 1 0 25.2772 13.25 -175.866 + 99 9.06829 967 1 0 25.4822 13.45 -176.229 + 99 88.2811 1113 0 1 42.6551 30.8336 -204.45 + 99 76.6937 1114 0 1 42.85 30.9472 -204.628 + 99 96.7753 1115 0 1 43.05 31.0639 -204.792 + 99 16.0492 1058 0 0 44.3627 31.8285 -205.85 + 99 206.324 1059 0 0 44.4 31.85 -205.88 + 99 41.3344 1060 0 0 44.7412 32.05 -206.172 + 99 93.3268 684 1 0 45.0532 -43.0979 -176.25 + 99 165.233 685 1 0 45.1378 -43.05 -176.024 + 99 139.883 686 1 0 45.2144 -42.85 -176.022 + 99 222.743 971 3 0 9.2499 14.4477 -116.25 + 99 152.509 945 3 1 9.15164 14.3952 -114.85 + 99 85.7827 946 3 1 9.25006 14.4226 -114.568 + 99 45.2269 954 1 0 21.1045 10.9302 -175.85 +Number of digits in this event = 50 Run terminated. Run Summary Number of events processed : 100 - User=38.890000s Real=40.094104s Sys=0.030000s + User=46.250000s Real=46.841000s Sys=0.030000s End of Run 2 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -17541,6 +16776,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 21 of which, static: 0 -Dynamic pools deleted: 21 / Total memory freed: 0.3 MB +Dynamic pools deleted: 21 / Total memory freed: 0.25 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/experimental62MeVProtonBraggPeak.out b/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/experimental62MeVProtonBraggPeak.out new file mode 100644 index 0000000000..778df24770 --- /dev/null +++ b/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/experimental62MeVProtonBraggPeak.out @@ -0,0 +1,203 @@ +2.83000 1.19127051 +3.13302 1.19605815 +3.43223 1.20025793 +3.73195 1.20083716 +4.03218 1.20716685 +4.33266 1.21503907 +4.63289 1.21565336 +4.93236 1.22036277 +5.23233 1.22640181 +5.53231 1.23277227 +5.83279 1.23215461 +6.13302 1.24313161 +6.43248 1.24596279 +6.73220 1.25513042 +7.03294 1.26001301 +7.33291 1.26463577 +7.63289 1.27339981 +7.93261 1.27515311 +8.23283 1.28398706 +8.53306 1.28821428 +8.83278 1.30024836 +9.13225 1.30344739 +9.43248 1.31579891 +9.73270 1.31956695 +10.03268 1.32434253 +10.33265 1.33155068 +10.63288 1.33944766 +10.93311 1.35157211 +11.23283 1.35285381 +11.53280 1.36276550 +11.83303 1.36561297 +12.13300 1.37302473 +12.43298 1.38263799 +12.73270 1.38867732 +12.83252 1.38054150 +13.03267 1.39479438 +13.23308 1.40177768 +13.43298 1.40642523 +13.63287 1.41399200 +13.83277 1.41480223 +14.03267 1.42004773 +14.23308 1.42990268 +14.43272 1.42072265 +14.63313 1.43836504 +14.83277 1.44989982 +15.03267 1.45164569 +15.23282 1.46184596 +15.43246 1.45760482 +15.63287 1.46750956 +15.83302 1.47462666 +16.03317 1.48009552 +16.23282 1.48796321 +16.43297 1.49513778 +16.63261 1.50246608 +16.83302 1.51185142 +17.03317 1.51802306 +17.23307 1.52801534 +17.43297 1.53525124 +17.63287 1.54418982 +17.83276 1.54492472 +18.03317 1.56420970 +18.23307 1.57171670 +18.43297 1.57647357 +18.63286 1.58998638 +18.83276 1.59989980 +19.03291 1.60548658 +19.23281 1.61980560 +19.43296 1.62816070 +19.63312 1.62944882 +19.83301 1.64849308 +20.03317 1.64996817 +20.23306 1.66863824 +20.43271 1.67764099 +20.63311 1.69094464 +20.83301 1.69526655 +21.03316 1.71848564 +21.23306 1.72911076 +21.43296 1.74527996 +21.63311 1.75340963 +21.83276 1.77348753 +22.03316 1.79104759 +22.23128 1.80249281 +22.43296 1.82429050 +22.63311 1.84183067 +22.83250 1.85321256 +22.93258 1.86545342 +23.03316 1.87446186 +23.13273 1.88472760 +23.23280 1.89372611 +23.33313 1.89757601 +23.43296 1.90990539 +23.53252 1.92118614 +23.63311 1.93062526 +23.73217 1.94360545 +23.83301 1.95330159 +23.93283 1.96520631 +24.03290 1.97618096 +24.13247 1.98479106 +24.23229 2.00200671 +24.33288 2.01672462 +24.43270 2.02298059 +24.53278 2.04096272 +24.63311 2.05395612 +24.73217 2.06500870 +24.83275 2.07972031 +24.93283 2.09309829 +25.03290 2.10789938 +25.13298 2.12531626 +25.23204 2.13764160 +25.33288 2.15467386 +25.43244 2.17851852 +25.53303 2.19319304 +25.63260 2.21371490 +25.73267 2.23175362 +25.83275 2.24818581 +25.93257 2.26679014 +26.03290 2.28681139 +26.13196 2.30670460 +26.23254 2.32851515 +26.33287 2.34634619 +26.43270 2.36599401 +26.53277 2.39151846 +26.63310 2.41427921 +26.73242 2.44757978 +26.83275 2.47402597 +26.93308 2.50065524 +27.03315 2.52998366 +27.13272 2.56235662 +27.23229 2.59075696 +27.33262 2.62659453 +27.43295 2.66052686 +27.53226 2.69742151 +27.63158 2.73333509 +27.73292 2.77261216 +27.83249 2.81621375 +27.93307 2.85576240 +28.03290 2.90265440 +28.13297 2.94925613 +28.23279 2.99109855 +28.33312 3.03626471 +28.43218 3.08289835 +28.53302 3.14701438 +28.63284 3.21113110 +28.73267 3.27978980 +28.83223 3.35854342 +28.93282 3.43154626 +29.03289 3.52010630 +29.13272 3.62501730 +29.23254 3.74397380 +29.33312 3.87054638 +29.43269 4.01363438 +29.53251 4.18010753 +29.63284 4.35492033 +29.73241 4.54544455 +29.83299 4.74712893 +29.93307 4.95624315 +30.03238 5.16575517 +30.13297 5.16691417 +30.23279 5.18690693 +30.33287 5.01038238 +30.53302 4.81064279 +30.63284 4.29339952 +30.73266 3.71160520 +30.83223 3.10374924 +30.93281 2.46022989 +31.03314 1.86821525 +31.13271 1.31102022 +31.23279 0.89458176 +31.33286 0.54620642 +31.43243 0.32023949 +31.53200 0.17508132 +31.63309 0.08822773 +31.73317 0.04228641 +31.83299 0.01774494 +31.93281 0.00717772 +32.03314 0.00287175 +32.13271 0.00133736 +32.23253 0.00002863 +32.33235 0.00000000 +32.43294 0.00000000 +32.53251 0.00000000 +32.63207 0.00000000 +32.73215 0.00000000 +32.83223 0.00000000 +32.93281 0.00000000 +33.03289 0.00000000 +33.13271 0.00000000 +33.23202 0.00000000 +33.33286 -0.00002873 +33.43192 -0.00002983 +33.53276 0.00000000 +33.63258 -0.00002894 +33.73266 0.00000000 +33.83299 0.00000000 +33.93230 0.00000000 +34.03263 0.00000000 +34.13271 0.00000000 +34.23278 0.00000000 +34.33286 0.00000000 +34.43293 0.00000000 +34.53276 0.00000000 +34.63283 0.00000000 +34.73291 0.00000000 diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out new file mode 100644 index 0000000000..c708b3f906 --- /dev/null +++ b/examples/advanced/hadrontherapy/hadrontherapy.out @@ -0,0 +1,698 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +Activating geometry default +Going to register Parallel world...... done +Using HadrontherapyPhysicsList() +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/event/verbose 0 +/Physics/addPhysics standard_opt4 +THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option4 +/run/initialize +/run/geometryModified +HadrontherapyMatrix: Memory space to store physical dose into 200 voxels has been allocated +/run/geometryModified +The (X,Y,Z) dimensions of the phantom are : (40 cm ,40 cm ,40 cm ) +The (X,Y,Z) dimensions of the detector are : (40 cm ,40 cm ,40 cm ) +Displacement between Phantom and World is: DX= 20 cm DY= 0 fm DZ= 0 fm +The (X,Y,Z) sizes of the Voxels are: (200 um ,4 cm ,4 cm ) +The number of Voxels along (X,Y,Z) is: (200,1,1) +--- G4CoupledTransportation is used +Warning : Region does not have specific production cuts, +even though it appears in the current tracking world. +Default cuts are used for this region. +/gps/pos/shape Circle +/gps/pos/centre -310. 0. 0. cm +/gps/pos/radius 0. mm +/gps/pos/sigma_r 2. mm +/gps/particle proton +/gps/pos/type Beam +/gps/pos/rot1 0 1 0 +/gps/pos/rot2 0 0 1 +/gps/ang/rot1 0 0 1 +/gps/ang/rot2 0 1 0 +/gps/ang/type beam1d +/gps/ang/sigma_r 0. deg +/gps/ene/type Gauss +/gps/ene/mono 62 MeV +/gps/ene/sigma 0.3 MeV +/Step/waterPhantomStepMax 1 mm +/changePhantom/size 40 40 40 cm +/changePhantom/position 20 0 0 cm +/changeDetector/size 4 4 4 cm +/changeDetector/voxelSize 1 40 40 mm +/changeDetector/displacement 0 18 18 cm +/changePhantom/update +HadrontherapyMatrix: Memory space to store physical dose into 40 voxels has been allocated +/run/geometryModified +The (X,Y,Z) dimensions of the phantom are : (40 cm ,40 cm ,40 cm ) +The (X,Y,Z) dimensions of the detector are : (4 cm ,4 cm ,4 cm ) +Displacement between Phantom and World is: DX= 20 cm DY= 0 fm DZ= 0 fm +The (X,Y,Z) sizes of the Voxels are: (1 mm ,4 cm ,4 cm ) +The number of Voxels along (X,Y,Z) is: (40,1,1) +/event/printEventNumber 100 +/run/beamOn 500 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 2 regions: + DefaultRegionForTheWorld 1 0 0 + DetectorLog 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_Al + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 6.91695 keV e- 597.427 keV e+ 574.138 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_Galactic + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : G4_Ta + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 101.49 keV e- 2.01233 MeV e+ 1.87286 MeV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : G4_KAPTON + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.97277 keV e- 419.485 keV e+ 406.695 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 5 used in the geometry : Yes + Material : Brass + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 24.3032 keV e- 1.32652 MeV e+ 1.25172 MeV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 6 used in the geometry : Yes + Material : G4_PLEXIGLASS + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.77823 keV e- 389.155 keV e+ 377.936 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 7 used in the geometry : Yes + Material : G4_Cu + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 24.8201 keV e- 1.40308 MeV e+ 1.3229 MeV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 8 used in the geometry : Yes + Material : G4_MYLAR + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 3.01263 keV e- 420.623 keV e+ 407.829 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 9 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 2.93549 keV e- 351.358 keV e+ 341.648 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + DetectorLog + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +Run 0 starts ... + Run terminated. +Run Summary + Number of events processed : 500 + User=5.110000s Real=5.234691s Sys=0.040000s +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +The simulation took: 8.47869 s to run (real time) +Dose is being written to Dose.out +i j k Dose(Gy)G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.41 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index 5ac2eec479..9433a54203 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -899,48 +899,48 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. Number of events = 100 Energy Total in Run:logicalBrain, ID: 0, Energy Deposition (MeV): 0 -Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 2.4093 +Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 3.27991 Energy Total in Run:logicalHeart, ID: 2, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftAdrenal, ID: 3, Energy Deposition (MeV): 0 -Energy Total in Run:logicalLeftArmBone, ID: 4, Energy Deposition (MeV): 0.283148 +Energy Total in Run:logicalLeftArmBone, ID: 4, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftBreast, ID: 5, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftClavicle, ID: 6, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftKidney, ID: 7, Energy Deposition (MeV): 0 -Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 11.6312 +Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 6.10904 Energy Total in Run:logicalLeftLegBone, ID: 9, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftLung, ID: 10, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftOvary, ID: 11, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftScapula, ID: 12, Energy Deposition (MeV): 0 Energy Total in Run:logicalLeftTeste, ID: 13, Energy Deposition (MeV): 0 Energy Total in Run:logicalLowerLargeIntestine, ID: 14, Energy Deposition (MeV): 0 -Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 0 +Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 1.48124 Energy Total in Run:logicalMiddleLowerSpine, ID: 16, Energy Deposition (MeV): 0 Energy Total in Run:logicalPancreas, ID: 17, Energy Deposition (MeV): 0 Energy Total in Run:logicalPelvis, ID: 18, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0 +Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0.40293 Energy Total in Run:logicalRightAdrenal, ID: 20, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0 +Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0.412839 Energy Total in Run:logicalRightBreast, ID: 22, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightClavicle, ID: 23, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightKidney, ID: 24, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 14.0665 +Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 13.6904 Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightLung, ID: 27, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightOvary, ID: 28, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightScapula, ID: 29, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightTeste, ID: 30, Energy Deposition (MeV): 0 -Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0.469646 +Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0 Energy Total in Run:logicalSmallIntestine, ID: 32, Energy Deposition (MeV): 0 Energy Total in Run:logicalSpleen, ID: 33, Energy Deposition (MeV): 0 Energy Total in Run:logicalStomach, ID: 34, Energy Deposition (MeV): 0 Energy Total in Run:logicalThymus, ID: 35, Energy Deposition (MeV): 0 Energy Total in Run:logicalThyroid, ID: 36, Energy Deposition (MeV): 0 -Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 16.6241 +Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 33.2435 Energy Total in Run:logicalUpperLargeIntestine, ID: 38, Energy Deposition (MeV): 0 Energy Total in Run:logicalUpperSpine, ID: 39, Energy Deposition (MeV): 0 Energy Total in Run:logicalUrinaryBladder, ID: 40, Energy Deposition (MeV): 0 Energy Total in Run:logicalUterus, ID: 41, Energy Deposition (MeV): 0 -Total Energy deposit in the body is: 45.4839 MeV +Total Energy deposit in the body is: 58.6199 MeV 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out index 6df43c8a5a..ce4885d823 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -585,7 +585,7 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=10.390000s Real=17.951875s Sys=0.150000s + User=11.500000s Real=12.103455s Sys=0.200000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -595,6 +595,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.2 MB +Dynamic pools deleted: 13 / Total memory freed: 0.21 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index c0b59aa9b0..c078abb2f8 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -989,13 +989,13 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.25 seconds + Total CPU time elapsed for geometry optimisation: 0.3 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 56.00 0.14 0.00 152k EmModuleLogical - 44.00 0.11 0.00 238k HadModuleLogical + 53.33 0.16 0.00 152k EmModuleLogical + 46.67 0.14 0.00 238k HadModuleLogical 0.00 0.00 0.00 4k Mother 0.00 0.00 0.00 0k CryostatLogical 0.00 0.00 0.00 0k LArgLogical @@ -1006,8 +1006,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 60.17 238k 1385 2370 3792 0.11 HadModuleLogical - 38.50 152k 1129 1152 2426 0.14 EmModuleLogical + 60.17 238k 1385 2370 3792 0.14 HadModuleLogical + 38.50 152k 1129 1152 2426 0.16 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 @@ -1025,352 +1025,352 @@ Read 2001 events from file data-tracks/tracks-20GeV.dat ---> Begin of event: 1 **** Primary : 1 Vertex : (5.55552,7.16569,32740) -Number of F1 Tiles with Positive energy : 49 +Number of F1 Tiles with Positive energy : 40 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.79586 1.75055 1.70106 +1.79517 1.75041 1.70071 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -5.87574 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 3 -N Secondaries 285 -EmEdep is=19725.3 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19725.3 0 - **** Primary : 2 - Vertex : (-3.76032,10.9751,32740) -Number of F1 Tiles with Positive energy : 47 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.5871 2.0536 1.8972 - Visible Energy in Hole Counter (MeV) -0 3.20066 - Visible Energy in Upstream Dead Materials -7.06427 +13.1313 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 4 -N Secondaries 178 -EmEdep is=19810.2 MeV -HadEdep is=1.58588 MeV -Edep in FCAL1 FCAl2 : 19810.2 1.58588 - **** Primary : 3 - Vertex : (13.1951,2.677,32740) -Number of F1 Tiles with Positive energy : 44 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.5352 1.62709 1.65963 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -9.94408 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 0 -N Secondaries 192 -EmEdep is=19730.3 MeV -HadEdep is=0.000265077 MeV -Edep in FCAL1 FCAl2 : 19730.3 0.000265077 - **** Primary : 4 - Vertex : (-8.66148,-8.80731,32740) -Number of F1 Tiles with Positive energy : 46 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.59687 2.63995 1.70481 - Visible Energy in Hole Counter (MeV) -0 3.56794 - Visible Energy in Upstream Dead Materials -10.962 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Secondaries 95 -EmEdep is=19859.5 MeV -HadEdep is=0.00922304 MeV -Edep in FCAL1 FCAl2 : 19859.5 0.00922304 - **** Primary : 5 - Vertex : (4.75859,7.01622,32740) -Number of F1 Tiles with Positive energy : 41 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.59222 1.96029 1.99422 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -9.00402 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 5 -N Secondaries 116 -EmEdep is=19755.1 MeV -HadEdep is=3.85987 MeV -Edep in FCAL1 FCAl2 : 19755.1 3.85987 - **** Primary : 6 - Vertex : (1.94335,14.9228,32740) -Number of F1 Tiles with Positive energy : 53 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.74898 1.76547 2.10449 - Visible Energy in Hole Counter (MeV) -0 27.3138 - Visible Energy in Upstream Dead Materials -270.564 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 20 -N Secondaries 126 -EmEdep is=19234.2 MeV -HadEdep is=2.09276 MeV -Edep in FCAL1 FCAl2 : 19234.2 2.09276 - **** Primary : 7 - Vertex : (-10.9878,-6.7949,32740) -Number of F1 Tiles with Positive energy : 42 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.50863 2.08114 1.83969 - Visible Energy in Hole Counter (MeV) -0 18.4432 - Visible Energy in Upstream Dead Materials -273.1 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 15 -N Secondaries 274 -EmEdep is=19297.6 MeV -HadEdep is=0.229108 MeV -Edep in FCAL1 FCAl2 : 19297.6 0.229108 - **** Primary : 8 - Vertex : (10.9757,-1.49585,32740) +N Secondaries 285 +EmEdep is=19646.8 MeV +HadEdep is=3.4135 MeV +Edep in FCAL1 FCAl2 : 19646.8 3.4135 + **** Primary : 2 + Vertex : (-3.76032,10.9751,32740) Number of F1 Tiles with Positive energy : 55 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.28473 1.46363 1.46796 +1.79743 1.7269 1.80665 Visible Energy in Hole Counter (MeV) -0 0 +0 6.89057 Visible Energy in Upstream Dead Materials -20.4078 - Visible Energy in Tail Catcher Scintillator -0.0370813 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0.425899 0 0 0 0 0 -N Tracks out of world 39 -N Secondaries 218 -EmEdep is=19115.4 MeV -HadEdep is=34.6392 MeV -Edep in FCAL1 FCAl2 : 19115.4 34.6392 - **** Primary : 9 - Vertex : (-27.7734,3.36444,32740) -Number of F1 Tiles with Positive energy : 72 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -2.92796 1.46119 2.43386 - Visible Energy in Hole Counter (MeV) -0 80.5881 - Visible Energy in Upstream Dead Materials -3408 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 107 -N Secondaries 252 -EmEdep is=14154 MeV -HadEdep is=1.42627 MeV -Edep in FCAL1 FCAl2 : 14154 1.42627 - **** Primary : 10 - Vertex : (-22.5474,4.1006,32740) -Number of F1 Tiles with Positive energy : 38 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.51251 2.36013 3.71924 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -45.3568 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 8 -N Secondaries 92 -EmEdep is=19759 MeV -HadEdep is=8.12107 MeV -Edep in FCAL1 FCAl2 : 19759 8.12107 - ----> Begin of event: 11 - **** Primary : 11 - Vertex : (-6.31939,21.5056,32740) -Number of F1 Tiles with Positive energy : 46 -Number of F2 tiles with Positive energy : 1 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.68627 2.16089 2.02176 - Visible Energy in Hole Counter (MeV) -0 84.0362 - Visible Energy in Upstream Dead Materials -3464.58 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 111 -N Secondaries 92 -EmEdep is=15324.8 MeV -HadEdep is=6.83035 MeV -Edep in FCAL1 FCAl2 : 15324.8 6.83035 - **** Primary : 12 - Vertex : (17.1015,6.30557,32740) -Number of F1 Tiles with Positive energy : 45 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.86129 1.68841 1.73796 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -4.7293 +38.7962 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 6 -N Secondaries 125 -EmEdep is=19773.4 MeV -HadEdep is=2.3907 MeV -Edep in FCAL1 FCAl2 : 19773.4 2.3907 - **** Primary : 13 - Vertex : (-24.9484,11.8659,32740) -Number of F1 Tiles with Positive energy : 16 +N Secondaries 241 +EmEdep is=19423.1 MeV +HadEdep is=1.56094 MeV +Edep in FCAL1 FCAl2 : 19423.1 1.56094 + **** Primary : 3 + Vertex : (13.1951,2.677,32740) +Number of F1 Tiles with Positive energy : 48 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.77423 1.6369 1.55743 - Visible Energy in Hole Counter (MeV) -0 58.5559 - Visible Energy in Upstream Dead Materials -19002.6 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 110 -N Secondaries 281 -EmEdep is=306.13 MeV -HadEdep is=0.263997 MeV -Edep in FCAL1 FCAl2 : 306.13 0.263997 - **** Primary : 14 - Vertex : (-0.133696,18.3151,32740) -Number of F1 Tiles with Positive energy : 39 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.99527 2.24403 1.56694 +1.55741 1.656 2.29545 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -6.33349 - Visible Energy in Tail Catcher Scintillator -0.035051 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0.000365855 0 0 0 0 0 -N Tracks out of world 4 -N Secondaries 215 -EmEdep is=19751.1 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19751.1 0 - **** Primary : 15 - Vertex : (17.3196,17.6617,32740) -Number of F1 Tiles with Positive energy : 56 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.83574 1.6483 1.59964 - Visible Energy in Hole Counter (MeV) -0 36.4872 - Visible Energy in Upstream Dead Materials -440.279 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 14 -N Secondaries 54 -EmEdep is=18917.7 MeV -HadEdep is=16.2568 MeV -Edep in FCAL1 FCAl2 : 18917.7 16.2568 - **** Primary : 16 - Vertex : (-20.8489,10.8988,32740) -Number of F1 Tiles with Positive energy : 59 -Number of F2 tiles with Positive energy : 1 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.54276 1.71701 1.74137 - Visible Energy in Hole Counter (MeV) -0 79.9015 - Visible Energy in Upstream Dead Materials -2882.49 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 81 -N Secondaries 123 -EmEdep is=15844 MeV -HadEdep is=7.35734 MeV -Edep in FCAL1 FCAl2 : 15844 7.35734 - **** Primary : 17 - Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 51 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -1.55744 2.7538 2.34359 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -3.56126 +1.17686 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber 0 0 0 0 0 0 N Tracks out of world 3 -N Secondaries 124 -EmEdep is=19817.4 MeV -HadEdep is=2.33964 MeV -Edep in FCAL1 FCAl2 : 19817.4 2.33964 - **** Primary : 18 - Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 46 +N Secondaries 174 +EmEdep is=19902.6 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19902.6 0 + **** Primary : 4 + Vertex : (-8.66148,-8.80731,32740) +Number of F1 Tiles with Positive energy : 39 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.29698 1.95813 3.17502 +1.76683 1.68208 1.83783 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -9.20924 +4.31138 Visible Energy in Tail Catcher Scintillator -0.0388677 0 0 0 0 0 0 +0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber -0 0.0103591 0 0 0 0 -N Tracks out of world 4 -N Secondaries 210 -EmEdep is=19616 MeV +0 0 0 0 0 0 +N Tracks out of world 2 +N Secondaries 153 +EmEdep is=19713.3 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19616 0 +Edep in FCAL1 FCAl2 : 19713.3 0 + **** Primary : 5 + Vertex : (4.75859,7.01622,32740) +Number of F1 Tiles with Positive energy : 42 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +2.04873 1.90379 1.60978 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +14.9768 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 3 +N Secondaries 110 +EmEdep is=19802 MeV +HadEdep is=11.5225 MeV +Edep in FCAL1 FCAl2 : 19802 11.5225 + **** Primary : 6 + Vertex : (1.94335,14.9228,32740) +Number of F1 Tiles with Positive energy : 56 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +2.54313 1.77848 1.58938 + Visible Energy in Hole Counter (MeV) +0 174.869 + Visible Energy in Upstream Dead Materials +2164.34 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 102 +N Secondaries 151 +EmEdep is=16243 MeV +HadEdep is=1.20582 MeV +Edep in FCAL1 FCAl2 : 16243 1.20582 + **** Primary : 7 + Vertex : (-10.9878,-6.7949,32740) +Number of F1 Tiles with Positive energy : 68 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.46959 2.23458 3.11541 + Visible Energy in Hole Counter (MeV) +0 46.5797 + Visible Energy in Upstream Dead Materials +752.228 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 39 +N Secondaries 96 +EmEdep is=18747.5 MeV +HadEdep is=5.42009 MeV +Edep in FCAL1 FCAl2 : 18747.5 5.42009 + **** Primary : 8 + Vertex : (10.9757,-1.49585,32740) +Number of F1 Tiles with Positive energy : 43 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.99474 1.64936 2.74552 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +14.473 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 8 +N Secondaries 160 +EmEdep is=19638.5 MeV +HadEdep is=0.000311677 MeV +Edep in FCAL1 FCAl2 : 19638.5 0.000311677 + **** Primary : 9 + Vertex : (-27.7734,3.36444,32740) +Number of F1 Tiles with Positive energy : 53 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.70505 1.8619 1.50535 + Visible Energy in Hole Counter (MeV) +0 3.4554 + Visible Energy in Upstream Dead Materials +1654.62 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 33 +N Secondaries 178 +EmEdep is=17210.3 MeV +HadEdep is=0.461684 MeV +Edep in FCAL1 FCAl2 : 17210.3 0.461684 + **** Primary : 10 + Vertex : (-22.5474,4.1006,32740) +Number of F1 Tiles with Positive energy : 47 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.43642 1.66043 1.72828 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +18.1174 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 7 +N Secondaries 113 +EmEdep is=19686.4 MeV +HadEdep is=2.38842 MeV +Edep in FCAL1 FCAl2 : 19686.4 2.38842 + +---> Begin of event: 11 + **** Primary : 11 + Vertex : (-6.31939,21.5056,32740) +Number of F1 Tiles with Positive energy : 75 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.60166 1.8864 1.55917 + Visible Energy in Hole Counter (MeV) +0 177.656 + Visible Energy in Upstream Dead Materials +3630.67 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 141 +N Secondaries 163 +EmEdep is=13559 MeV +HadEdep is=0.0283845 MeV +Edep in FCAL1 FCAl2 : 13559 0.0283845 + **** Primary : 12 + Vertex : (17.1015,6.30557,32740) +Number of F1 Tiles with Positive energy : 44 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.77946 1.60666 1.82494 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +2.17953 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 1 +N Secondaries 157 +EmEdep is=19908.2 MeV +HadEdep is=2.88762 MeV +Edep in FCAL1 FCAl2 : 19908.2 2.88762 + **** Primary : 13 + Vertex : (-24.9484,11.8659,32740) +Number of F1 Tiles with Positive energy : 12 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.77231 1.65674 2.45021 + Visible Energy in Hole Counter (MeV) +0 36.0568 + Visible Energy in Upstream Dead Materials +18956.3 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 91 +N Secondaries 118 +EmEdep is=523.399 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 523.399 0 + **** Primary : 14 + Vertex : (-0.133696,18.3151,32740) +Number of F1 Tiles with Positive energy : 46 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +3.09817 1.74529 1.81157 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +6.39945 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 3 +N Secondaries 113 +EmEdep is=19839.7 MeV +HadEdep is=1.63167 MeV +Edep in FCAL1 FCAl2 : 19839.7 1.63167 + **** Primary : 15 + Vertex : (17.3196,17.6617,32740) +Number of F1 Tiles with Positive energy : 38 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.56464 1.77512 1.67846 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +4.42622 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 2 +N Secondaries 215 +EmEdep is=19635.1 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19635.1 0 + **** Primary : 16 + Vertex : (-20.8489,10.8988,32740) +Number of F1 Tiles with Positive energy : 53 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.70612 1.64159 1.56308 + Visible Energy in Hole Counter (MeV) +0 98.0406 + Visible Energy in Upstream Dead Materials +1992.95 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 62 +N Secondaries 160 +EmEdep is=17127.6 MeV +HadEdep is=1.02458 MeV +Edep in FCAL1 FCAl2 : 17127.6 1.02458 + **** Primary : 17 + Vertex : (-9.96316,-9.33478,32740) +Number of F1 Tiles with Positive energy : 65 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +1.61913 1.65433 1.84493 + Visible Energy in Hole Counter (MeV) +0 80.6628 + Visible Energy in Upstream Dead Materials +3949.95 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 162 +N Secondaries 116 +EmEdep is=14234.6 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 14234.6 0 + **** Primary : 18 + Vertex : (-9.96316,-9.33478,32740) +Number of F1 Tiles with Positive energy : 44 +Number of F2 tiles with Positive energy : 0 + Visisble Energy in S1 , S2 , S3 in (MeV) +2.98499 1.68754 2.38241 + Visible Energy in Hole Counter (MeV) +0 0 + Visible Energy in Upstream Dead Materials +12.0325 + Visible Energy in Tail Catcher Scintillator +0 0 0 0 0 0 0 + Visible Energy in Tail Catcher Absorber +0 0 0 0 0 0 +N Tracks out of world 15 +N Secondaries 185 +EmEdep is=19511 MeV +HadEdep is=12.8828 MeV +Edep in FCAL1 FCAl2 : 19511 12.8828 Run terminated. Run Summary Number of events processed : 18 - User=7.110000s Real=8.741086s Sys=0.000000s + User=8.300000s Real=8.366818s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1389,10 +1389,10 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 44 +Total navigation history collections cleaned: 43 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0625 MB +Pool ID '20G4NavigationLevelRep', size : 0.0596 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.112 MB Pool ID '17G4SmartVoxelProxy', size : 0.0942 MB @@ -1400,14 +1400,14 @@ Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0798 MB -Pool ID '7G4Track', size : 0.159 MB -Pool ID '18G4TouchableHistory', size : 0.00577 MB +Pool ID '17G4DynamicParticle', size : 0.0836 MB +Pool ID '7G4Track', size : 0.167 MB +Pool ID '18G4TouchableHistory', size : 0.00481 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.52 MB +Dynamic pools deleted: 14 / Total memory freed: 0.53 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index 0cd510b015..9f7415221a 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -974,10 +974,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=14.000000s Real=15.582784s Sys=0.000000s + User=17.120000s Real=17.344744s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 189 -loop elapsed time [s] : 14.02 +loop elapsed time [s] : 17.16 Region -- -- appears in world volume @@ -1201,10 +1201,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=14.100000s Real=16.167279s Sys=0.000000s + User=16.840000s Real=17.022293s Sys=0.000000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 167 -loop elapsed time [s] : 14.13 +loop elapsed time [s] : 16.87 ################ END NEW GEOMETRY ######################## /run/geometryModified @@ -1498,10 +1498,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=14.340000s Real=14.937184s Sys=0.010000s + User=16.760000s Real=16.956064s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 112 -loop elapsed time [s] : 14.37 +loop elapsed time [s] : 16.79 Region -- -- appears in world volume @@ -1725,13 +1725,13 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=14.520000s Real=15.058369s Sys=0.000000s + User=16.950000s Real=17.204220s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose Number of entries 72 -loop elapsed time [s] : 14.55 +loop elapsed time [s] : 17 ################ END NEW GEOMETRY ######################## -loop elapsed time [s] : 60.08 +loop elapsed time [s] : 71.11 G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index b59e5d22cf..9358579f37 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -97,7 +97,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Butane density: 0.026 mg/cm3 RadL: 17.729 km Nucl.Int.Length: 25.658 km - Imean: 53.040 eV temperature: 293.16 K pressure: 0.01 atm + Imean: 51.646 eV temperature: 293.16 K pressure: 0.01 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -111,7 +111,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Polyprop density: 900.000 mg/cm3 RadL: 49.764 cm Nucl.Int.Length: 75.110 cm - Imean: 56.518 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 54.941 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -188,7 +188,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Cytoplasm2 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm - Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -232,7 +232,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Nucleus1 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm - Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -261,7 +261,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Nucleus2 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm - Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -290,7 +290,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Nucleus3 density: 1.000 g/cm3 RadL: 36.185 cm Nucl.Int.Length: 75.569 cm - Imean: 69.752 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 69.537 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -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 0x25c60b0 +##### Create analysis manager 0xe67130 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 52aa2cd923..eecf81521c 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -330,7 +330,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 0x221cdb0 +##### Create analysis manager 0x27d8d70 Using analysis manager ... set ntuple merging row mode : row-wise - done ... create file : microelectronics.root - done @@ -352,15 +352,15 @@ Elastic Cumulated Diff Cross : /cvmfs/geant4.cern.ch/share/data/G4EMLOW8.0/micro Run terminated. Run Summary Number of events processed : 10 - User=0.230000s Real=0.655733s Sys=0.050000s + User=0.300000s Real=0.328252s Sys=0.020000s ... write file : microelectronics.root - done ... close file : microelectronics.root - done ... clear all data - done Number and type of particles created outside region "Target" : -N e- : 3 +N e- : 1 _______________________ Number and type of particles created in region "Target" : -N e- : 577 +N e- : 884 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -387,12 +387,12 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00769 MB -Pool ID '7G4Track', size : 0.0154 MB +Pool ID '17G4DynamicParticle', size : 0.0106 MB +Pool ID '7G4Track', size : 0.0202 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.037 MB +Dynamic pools deleted: 9 / Total memory freed: 0.044 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index 26a393c3b6..2d6938a5cb 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -282,7 +282,7 @@ Index : 0 used in the geometry : Yes ================================================================== -##### Create analysis manager 0x159df60 +##### Create analysis manager 0x1285f20 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 20d8850ef3..081863f78c 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -162,12 +162,6 @@ Some /vis commands (optionally) take a string to specify colour. Material: LaboratoryVacuum density: 0.000 mg/cm3 RadL: 28329262.634 km Nucl.Int.Length: 66178558.148 km Imean: 85.664 eV temperature: 273.15 K pressure: 0.00 atm - ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.010 g/mole ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % @@ -179,6 +173,12 @@ Some /vis commands (optionally) take a string to specify colour. ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % ElmMassFraction: 23.15 % ElmAbundance 21.05 % + ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 1.28 % ElmAbundance 0.47 % + end material diff --git a/examples/advanced/radioprotection/radioprotection.out b/examples/advanced/radioprotection/radioprotection.out index 50e18c0b17..7df912a192 100644 --- a/examples/advanced/radioprotection/radioprotection.out +++ b/examples/advanced/radioprotection/radioprotection.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index ce6b852f0b..368f15f342 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/advanced/xray_fluorescence/History b/examples/advanced/xray_fluorescence/History index c144ac8c62..1e0108ed40 100644 --- a/examples/advanced/xray_fluorescence/History +++ b/examples/advanced/xray_fluorescence/History @@ -1,4 +1,3 @@ -# ------------------------------------------------------------------- # ------------------------------------------------------------------- ========================================================= @@ -15,6 +14,10 @@ and keep track of all category-tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +14.02.2022 G. Cosmo Tag:XRayFluo-V10-07-08 +- XrayFluoEventAction: fixed compilation warning on Intel-icx compiler + for unused variable. + 04.11.2021 I. Hrivnacova Tag:XRayFluo-V10-07-07 - Updated for changes in the analysis category: G4VAnalysisReader::ReadNtuple(const G4String&) is renamed back diff --git a/examples/advanced/xray_fluorescence/src/XrayFluoEventAction.cc b/examples/advanced/xray_fluorescence/src/XrayFluoEventAction.cc index 076231ef71..f806d12f53 100644 --- a/examples/advanced/xray_fluorescence/src/XrayFluoEventAction.cc +++ b/examples/advanced/xray_fluorescence/src/XrayFluoEventAction.cc @@ -134,7 +134,6 @@ void XrayFluoEventAction::BeginOfEventAction(const G4Event* evt) void XrayFluoEventAction::EndOfEventAction(const G4Event* evt) { - if (detectorType) { // extracted from hits, compute the total energy deposit (and total charged @@ -143,7 +142,7 @@ void XrayFluoEventAction::EndOfEventAction(const G4Event* evt) XrayFluoSensorHitsCollection* HPGeHC = 0; G4int n_hit = 0; - G4double totEnergyDetect=0., totEnergy=0., energyD=0.; + G4double totEnergy=0., energyD=0.; if (HCE) HPGeHC = (XrayFluoSensorHitsCollection*)(HCE->GetHC(HPGeCollID)); @@ -158,7 +157,6 @@ void XrayFluoEventAction::EndOfEventAction(const G4Event* evt) energyD = detectorType->ResponseFunction(totEnergy); XrayFluoAnalysisManager* analysis = XrayFluoAnalysisManager::getInstance(); analysis->analyseEnergyDep(energyD); - totEnergyDetect += energyD; } } } diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index 2e35138cfb..bc925f088b 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -41,26 +41,8 @@ G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : mat031 - issued by : G4Material::AddElementByNumberOfAtoms() -For material SiLi and added element Si, Natoms=1, fIdxComponent=1 problem: attempt to add the same element, which already is at idx=0 with the Natoms=1 - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - G4NistMaterialBuilder::FindOrBuildMaterial WARNING: material is not found. --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : mat031 - issued by : G4Material::AddElementByNumberOfAtoms() -For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt to add the same element, which already is at idx=0 with the Natoms=1 - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - ***** Table : Nb of materials = 26 ***** Material: MadaBasaltMain density: 3.000 g/cm3 RadL: 7.783 cm Nucl.Int.Length: 33.596 cm @@ -1092,70 +1074,6 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt Material: Dolorite density: 3.000 g/cm3 RadL: 7.531 cm Nucl.Int.Length: 33.926 cm Imean: 145.127 eV temperature: 293.15 K pressure: 1.00 atm - ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole - ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % - ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % - ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % - ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % - ElmMassFraction: 17.45 % ElmAbundance 7.19 % - - ---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole - ---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 % - ---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 % - ---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 % - ---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 % - ---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 % - ElmMassFraction: 0.82 % ElmAbundance 0.39 % - - ---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole - ---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 % - ---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 % - ---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 % - ---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 % - ---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 % - ---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 % - ElmMassFraction: 7.51 % ElmAbundance 4.31 % - - ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole - ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % - ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % - ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % - ElmMassFraction: 21.82 % ElmAbundance 17.88 % - - ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole - ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % - ElmMassFraction: 6.74 % ElmAbundance 5.75 % - - ---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole - ---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 % - ---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 % - ---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 % - ElmMassFraction: 0.08 % ElmAbundance 0.08 % - - ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole - ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % - ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % - ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % - ElmMassFraction: 43.65 % ElmAbundance 62.79 % - - ---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole - ---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 % - ElmMassFraction: 0.15 % ElmAbundance 0.06 % - - ---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole - ---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 % - ElmMassFraction: 1.34 % ElmAbundance 1.34 % - - ---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole - ---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 % - ---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 % - ---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 % - ElmMassFraction: 0.11 % ElmAbundance 0.06 % - - ---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole - ---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 % - ElmMassFraction: 0.06 % ElmAbundance 0.04 % - ---> Element: Nb (Nb) Z = 41.0 N = 93 A = 92.906 g/mole ---> Isotope: Nb93 Z = 41 N = 93 A = 92.91 g/mole abundance: 100.000 % ElmMassFraction: 0.00 % ElmAbundance 0.00 % @@ -1257,6 +1175,70 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt ---> Isotope: Nd150 Z = 60 N = 150 A = 149.92 g/mole abundance: 5.600 % ElmMassFraction: 0.00 % ElmAbundance 0.00 % + ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % + ElmMassFraction: 17.45 % ElmAbundance 7.19 % + + ---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole + ---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 % + ---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 % + ---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 % + ---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 % + ---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 % + ElmMassFraction: 0.82 % ElmAbundance 0.39 % + + ---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole + ---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 % + ---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 % + ---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 % + ---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 % + ---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 % + ---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 % + ElmMassFraction: 7.51 % ElmAbundance 4.31 % + + ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % + ElmMassFraction: 21.82 % ElmAbundance 17.88 % + + ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 6.74 % ElmAbundance 5.75 % + + ---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole + ---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 % + ---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 % + ---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 % + ElmMassFraction: 0.08 % ElmAbundance 0.08 % + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 43.65 % ElmAbundance 62.79 % + + ---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole + ---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 % + ElmMassFraction: 0.15 % ElmAbundance 0.06 % + + ---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole + ---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 % + ElmMassFraction: 1.34 % ElmAbundance 1.34 % + + ---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole + ---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 % + ---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 % + ---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 % + ElmMassFraction: 0.11 % ElmAbundance 0.06 % + + ---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole + ---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 % + ElmMassFraction: 0.06 % ElmAbundance 0.04 % + Material: Mars1 Main components density: 3.000 g/cm3 RadL: 8.190 cm Nucl.Int.Length: 32.982 cm Imean: 135.060 eV temperature: 293.15 K pressure: 1.00 atm @@ -1437,70 +1419,6 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt Material: Mars1 density: 3.000 g/cm3 RadL: 8.138 cm Nucl.Int.Length: 33.037 cm Imean: 135.607 eV temperature: 293.15 K pressure: 1.00 atm - ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole - ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % - ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % - ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % - ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % - ElmMassFraction: 10.05 % ElmAbundance 3.88 % - - ---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole - ---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 % - ---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 % - ---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 % - ---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 % - ---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 % - ElmMassFraction: 1.86 % ElmAbundance 0.84 % - - ---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole - ---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 % - ---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 % - ---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 % - ---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 % - ---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 % - ---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 % - ElmMassFraction: 4.02 % ElmAbundance 2.16 % - - ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole - ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % - ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % - ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % - ElmMassFraction: 19.55 % ElmAbundance 15.00 % - - ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole - ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % - ElmMassFraction: 10.28 % ElmAbundance 8.21 % - - ---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole - ---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 % - ---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 % - ---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 % - ElmMassFraction: 2.41 % ElmAbundance 2.13 % - - ---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole - ---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 % - ElmMassFraction: 0.18 % ElmAbundance 0.07 % - - ---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole - ---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 % - ElmMassFraction: 1.77 % ElmAbundance 1.66 % - - ---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole - ---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 % - ---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 % - ---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 % - ElmMassFraction: 0.57 % ElmAbundance 0.32 % - - ---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole - ---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 % - ElmMassFraction: 0.28 % ElmAbundance 0.19 % - - ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole - ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % - ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % - ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % - ElmMassFraction: 48.58 % ElmAbundance 65.43 % - ---> Element: Nb (Nb) Z = 41.0 N = 93 A = 92.906 g/mole ---> Isotope: Nb93 Z = 41 N = 93 A = 92.91 g/mole abundance: 100.000 % ElmMassFraction: 0.01 % ElmAbundance 0.00 % @@ -1605,6 +1523,70 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.275 % ElmMassFraction: 0.00 % ElmAbundance 0.00 % + ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 % + ElmMassFraction: 10.05 % ElmAbundance 3.88 % + + ---> Element: Ti (Ti) Z = 22.0 N = 48 A = 47.867 g/mole + ---> Isotope: Ti46 Z = 22 N = 46 A = 45.95 g/mole abundance: 8.250 % + ---> Isotope: Ti47 Z = 22 N = 47 A = 46.95 g/mole abundance: 7.440 % + ---> Isotope: Ti48 Z = 22 N = 48 A = 47.95 g/mole abundance: 73.720 % + ---> Isotope: Ti49 Z = 22 N = 49 A = 48.95 g/mole abundance: 5.410 % + ---> Isotope: Ti50 Z = 22 N = 50 A = 49.94 g/mole abundance: 5.180 % + ElmMassFraction: 1.86 % ElmAbundance 0.84 % + + ---> Element: Ca (Ca) Z = 20.0 N = 40 A = 40.078 g/mole + ---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 % + ---> Isotope: Ca42 Z = 20 N = 42 A = 41.96 g/mole abundance: 0.647 % + ---> Isotope: Ca43 Z = 20 N = 43 A = 42.96 g/mole abundance: 0.135 % + ---> Isotope: Ca44 Z = 20 N = 44 A = 43.96 g/mole abundance: 2.086 % + ---> Isotope: Ca46 Z = 20 N = 46 A = 45.95 g/mole abundance: 0.004 % + ---> Isotope: Ca48 Z = 20 N = 48 A = 47.95 g/mole abundance: 0.187 % + ElmMassFraction: 4.02 % ElmAbundance 2.16 % + + ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % + ElmMassFraction: 19.55 % ElmAbundance 15.00 % + + ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 10.28 % ElmAbundance 8.21 % + + ---> Element: Mg (Mg) Z = 12.0 N = 24 A = 24.305 g/mole + ---> Isotope: Mg24 Z = 12 N = 24 A = 23.99 g/mole abundance: 78.990 % + ---> Isotope: Mg25 Z = 12 N = 25 A = 24.99 g/mole abundance: 10.000 % + ---> Isotope: Mg26 Z = 12 N = 26 A = 25.98 g/mole abundance: 11.010 % + ElmMassFraction: 2.41 % ElmAbundance 2.13 % + + ---> Element: Mn (Mn) Z = 25.0 N = 55 A = 54.938 g/mole + ---> Isotope: Mn55 Z = 25 N = 55 A = 54.94 g/mole abundance: 100.000 % + ElmMassFraction: 0.18 % ElmAbundance 0.07 % + + ---> Element: Na (Na) Z = 11.0 N = 23 A = 22.990 g/mole + ---> Isotope: Na23 Z = 11 N = 23 A = 22.99 g/mole abundance: 100.000 % + ElmMassFraction: 1.77 % ElmAbundance 1.66 % + + ---> Element: K (K) Z = 19.0 N = 39 A = 39.098 g/mole + ---> Isotope: K39 Z = 19 N = 39 A = 38.96 g/mole abundance: 93.258 % + ---> Isotope: K40 Z = 19 N = 40 A = 39.96 g/mole abundance: 0.012 % + ---> Isotope: K41 Z = 19 N = 41 A = 40.96 g/mole abundance: 6.730 % + ElmMassFraction: 0.57 % ElmAbundance 0.32 % + + ---> Element: P (P) Z = 15.0 N = 31 A = 30.974 g/mole + ---> Isotope: P31 Z = 15 N = 31 A = 30.97 g/mole abundance: 100.000 % + ElmMassFraction: 0.28 % ElmAbundance 0.19 % + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 48.58 % ElmAbundance 65.43 % + Material: HawaiianWD density: 3.000 g/cm3 RadL: 7.956 cm Nucl.Int.Length: 33.391 cm Imean: 139.765 eV temperature: 293.15 K pressure: 1.00 atm @@ -1987,7 +1969,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt Material: Anorthosite density: 2.800 g/cm3 RadL: 8.510 cm Nucl.Int.Length: 35.737 cm - Imean: 139.030 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 139.026 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 % @@ -2206,7 +2188,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt Material: Scintillator density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 69.969 cm - Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 62.657 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -2285,13 +2267,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % - ElmMassFraction: 66.67 % ElmAbundance 66.67 % - - ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole - ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 % - ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 % - ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 % - ElmMassFraction: 33.33 % ElmAbundance 33.33 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Cu density: 8.920 g/cm3 RadL: 1.442 cm Nucl.Int.Length: 15.658 cm @@ -2300,12 +2276,7 @@ For material Cu and added element Cu, Natoms=1, fIdxComponent=1 problem: attempt ---> Element: Cu (Cu) Z = 29.0 N = 64 A = 63.546 g/mole ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.170 % ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.830 % - ElmMassFraction: 66.67 % ElmAbundance 66.67 % - - ---> Element: Cu (Cu) Z = 29.0 N = 64 A = 63.546 g/mole - ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.170 % - ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.830 % - ElmMassFraction: 33.33 % ElmAbundance 33.33 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -2988,7 +2959,7 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.005060s Sys=0.000000s + User=0.010000s Real=0.001594s 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 a5a5fd10c7..fe6d1407ca 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -446,7 +446,7 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.010000s Real=0.008544s Sys=0.000000s + User=0.020000s Real=0.011495s Sys=0.000000s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 86b9d604e9..2bb8a69b65 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 b8c9fadf4e..f0ec1c41b4 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B2/B2a/include/DetectorMessenger.hh b/examples/basic/B2/B2a/include/DetectorMessenger.hh index e3a0b078ec..9f526d0f84 100644 --- a/examples/basic/B2/B2a/include/DetectorMessenger.hh +++ b/examples/basic/B2/B2a/include/DetectorMessenger.hh @@ -45,9 +45,9 @@ class DetectorConstruction; /// Messenger class that defines commands for DetectorConstruction. /// /// It implements commands: -/// - //det/setTargetMaterial name -/// - //det/setChamberMaterial name -/// - //det/stepMax value unit +/// - /B2/det/setTargetMaterial name +/// - /B2/det/setChamberMaterial name +/// - /B2/det/stepMax value unit class DetectorMessenger: public G4UImessenger { diff --git a/examples/basic/B2/B2a/src/DetectorMessenger.cc b/examples/basic/B2/B2a/src/DetectorMessenger.cc index 640fed8fb0..124e6c7b33 100644 --- a/examples/basic/B2/B2a/src/DetectorMessenger.cc +++ b/examples/basic/B2/B2a/src/DetectorMessenger.cc @@ -42,23 +42,23 @@ namespace B2a DetectorMessenger::DetectorMessenger(DetectorConstruction* det) : fDetectorConstruction(det) { - fDirectory = new G4UIdirectory("//"); + fDirectory = new G4UIdirectory("/B2/"); fDirectory->SetGuidance("UI commands specific to this example."); - fDetDirectory = new G4UIdirectory("//det/"); + fDetDirectory = new G4UIdirectory("/B2/det/"); fDetDirectory->SetGuidance("Detector construction control"); - fTargMatCmd = new G4UIcmdWithAString("//det/setTargetMaterial",this); + fTargMatCmd = new G4UIcmdWithAString("/B2/det/setTargetMaterial",this); fTargMatCmd->SetGuidance("Select Material of the Target."); fTargMatCmd->SetParameterName("choice",false); fTargMatCmd->AvailableForStates(G4State_PreInit,G4State_Idle); - fChamMatCmd = new G4UIcmdWithAString("//det/setChamberMaterial",this); + fChamMatCmd = new G4UIcmdWithAString("/B2/det/setChamberMaterial",this); fChamMatCmd->SetGuidance("Select Material of the Chamber."); fChamMatCmd->SetParameterName("choice",false); fChamMatCmd->AvailableForStates(G4State_PreInit,G4State_Idle); - fStepMaxCmd = new G4UIcmdWithADoubleAndUnit("//det/stepMax",this); + fStepMaxCmd = new G4UIcmdWithADoubleAndUnit("/B2/det/stepMax",this); fStepMaxCmd->SetGuidance("Define a step max"); fStepMaxCmd->SetParameterName("stepMax",false); fStepMaxCmd->SetUnitCategory("Length"); diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 867a606c00..c66491c6de 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/basic/B2/History b/examples/basic/B2/History index de7028c259..5275253d7d 100644 --- a/examples/basic/B2/History +++ b/examples/basic/B2/History @@ -14,6 +14,12 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +20-05-22 I. Hrivnacova (exampleB2-V10-07-03) +- Restore the top UI commands directory name ("B2") in B2a::DetectorMessenger + removed by mistake in exampleB2-V10-07-02 + (https://github.com/Geant4/geant4/pull/46) + 13-07-21 I. Hrivnacova (exampleB2-V10-07-02) - Introduced namespace instead of a class names prefix - Declare overriding functions 'override' (and removed 'virtual' keyword) diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index 77645cb44e..db04ce9178 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 7bae2778d9..1e4ce453f7 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 e2701eccd3..1fccc0a5b8 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 1e7f0905c3..fd02b662fb 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 e2701eccd3..1fccc0a5b8 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 f8d64727fc..fb4cd84eaa 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1041,4 +1041,4 @@ Using "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0x285aa70 +### deleting chargedFilter 0x1de6a80 diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 579e2d4a2a..d7d3b41fdd 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out index 83fba909ea..6e589e6495 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01.out @@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 c1bf376510..65ba31efdd 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 d2d749afd5..8ce5e1ccf1 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -978,13 +978,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY R = 0.0301732 SHIFT = 2.09659e-13 VOV = 0.00018065 - FOM = 4775.63 + FOM = 3922.84 THE LARGEST SCORE = 1.08259e-11 and it happened at 601th event Affected Mean = 4.83451e-12 and its ratio to original is 1.00124 Affected VAR = 2.12408e-23 and its ratio to original is 1.00069 Affected R = 0.0301311 and its ratio to original is 0.998607 Affected SHIFT = 2.05399e-13 and its ratio to original is 0.979682 - Affected FOM = 4775.63 and its ratio to original is 1 + Affected FOM = 3922.84 and its ratio to original is 1 MEAN distribution is RANDOM r follows 1/std::sqrt(N) r is monotonically decrease @@ -998,22 +998,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.3302e-12 2.21148e-23 4.70264e-12 0.111155 0.0023602 351.897 -3.63117e-13 0.619048 0.00976801 0.00239127 - 2 124 5.08013e-12 2.09543e-23 4.57759e-12 0.0805948 0.00152792 669.358 -1.09839e-13 0.616 0.00498701 0.00145654 - 3 187 5.1462e-12 2.11825e-23 4.60245e-12 0.0652263 0.000965541 1021.94 -9.80844e-14 0.632979 0.00308421 0.00114763 - 4 249 5.06485e-12 2.11935e-23 4.60364e-12 0.0574864 0.000695975 1315.66 -1.68824e-14 0.628 0.00236943 0.000922037 - 5 312 5.14079e-12 2.1336e-23 4.61909e-12 0.0507872 0.000550545 1685.64 -7.59996e-14 0.638978 0.00180511 0.000765988 - 6 374 5.2572e-12 2.17172e-23 4.66018e-12 0.0457754 0.00042205 2074.95 -1.83537e-13 0.64 0.0015 0.000589803 - 7 437 5.15334e-12 2.14152e-23 4.62766e-12 0.0429077 0.0003833 2361.57 -8.75699e-14 0.636986 0.00130112 0.000535743 - 8 499 5.10341e-12 2.13083e-23 4.61609e-12 0.040451 0.000342355 2657.14 -4.8509e-14 0.632 0.00116456 0.000468451 - 9 562 5.02573e-12 2.12573e-23 4.61056e-12 0.0386634 0.000308434 2908.52 2.12688e-14 0.625222 0.00106471 0.000427495 - 10 624 4.9829e-12 2.1235e-23 4.60815e-12 0.0369917 0.000280621 3177.34 6.16979e-14 0.6208 0.00097732 0.000388879 - 11 687 4.90672e-12 2.10995e-23 4.59341e-12 0.0356903 0.000267826 3413.28 1.36212e-13 0.619186 0.000893929 0.000378015 - 12 749 4.92921e-12 2.11531e-23 4.59925e-12 0.0340705 0.000240212 3745.54 1.13004e-13 0.621333 0.000812589 0.000346663 - 13 812 4.84199e-12 2.11232e-23 4.596e-12 0.0332898 0.000225605 3923.29 1.87941e-13 0.615006 0.000769988 0.000336859 - 14 874 4.81584e-12 2.12033e-23 4.6047e-12 0.032324 0.00020701 4161.23 2.19536e-13 0.611429 0.000726302 0.000317345 - 15 937 4.81347e-12 2.12619e-23 4.61106e-12 0.0312782 0.000189994 4444.16 2.22258e-13 0.609808 0.000682154 0.000295127 - 16 999 4.82852e-12 2.12261e-23 4.60718e-12 0.0301732 0.00018065 4775.63 2.09659e-13 0.612 0.000633987 0.000275522 + 1 62 5.3302e-12 2.21148e-23 4.70264e-12 0.111155 0.0023602 299.764 -3.63117e-13 0.619048 0.00976801 0.00239127 + 2 124 5.08013e-12 2.09543e-23 4.57759e-12 0.0805948 0.00152792 570.194 -1.09839e-13 0.616 0.00498701 0.00145654 + 3 187 5.1462e-12 2.11825e-23 4.60245e-12 0.0652263 0.000965541 870.544 -9.80844e-14 0.632979 0.00308421 0.00114763 + 4 249 5.06485e-12 2.11935e-23 4.60364e-12 0.0574864 0.000695975 1120.74 -1.68824e-14 0.628 0.00236943 0.000922037 + 5 312 5.14079e-12 2.1336e-23 4.61909e-12 0.0507872 0.000550545 1384.63 -7.59996e-14 0.638978 0.00180511 0.000765988 + 6 374 5.2572e-12 2.17172e-23 4.66018e-12 0.0457754 0.00042205 1704.42 -1.83537e-13 0.64 0.0015 0.000589803 + 7 437 5.15334e-12 2.14152e-23 4.62766e-12 0.0429077 0.0003833 1939.86 -8.75699e-14 0.636986 0.00130112 0.000535743 + 8 499 5.10341e-12 2.13083e-23 4.61609e-12 0.040451 0.000342355 2182.65 -4.8509e-14 0.632 0.00116456 0.000468451 + 9 562 5.02573e-12 2.12573e-23 4.61056e-12 0.0386634 0.000308434 2389.14 2.12688e-14 0.625222 0.00106471 0.000427495 + 10 624 4.9829e-12 2.1235e-23 4.60815e-12 0.0369917 0.000280621 2609.95 6.16979e-14 0.6208 0.00097732 0.000388879 + 11 687 4.90672e-12 2.10995e-23 4.59341e-12 0.0356903 0.000267826 2803.77 1.36212e-13 0.619186 0.000893929 0.000378015 + 12 749 4.92921e-12 2.11531e-23 4.59925e-12 0.0340705 0.000240212 3076.69 1.13004e-13 0.621333 0.000812589 0.000346663 + 13 812 4.84199e-12 2.11232e-23 4.596e-12 0.0332898 0.000225605 3222.7 1.87941e-13 0.615006 0.000769988 0.000336859 + 14 874 4.81584e-12 2.12033e-23 4.6047e-12 0.032324 0.00020701 3418.15 2.19536e-13 0.611429 0.000726302 0.000317345 + 15 937 4.81347e-12 2.12619e-23 4.61106e-12 0.0312782 0.000189994 3650.56 2.22258e-13 0.609808 0.000682154 0.000295127 + 16 999 4.82852e-12 2.12261e-23 4.60718e-12 0.0301732 0.00018065 3922.84 2.09659e-13 0.612 0.000633987 0.000275522 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index d02ef13f65..ad8cdc1799 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 1ad9c072bd..90ec57c8e6 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 c601b0e7bb..9b785ae216 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -636,24 +636,24 @@ ipre_over_ipost = 4096. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 45 | 140 | 0 | 0 | 0.00179583 | 2.46838 | 1 | 7798.45 | 7798.45 | 401113 | 19249.5 | 720.331 | - cell_01 | 146 | 172 | 350 | 350 | 0.00185629 | 4.57273 | 1 | 23291.2 | 23291.2 | 1.55782e+06 | 106504 | 2891.77 | - cell_02 | 183 | 300 | 882 | 441 | 0.000622102 | 3.00492 | 0.5 | 50695.2 | 25347.6 | 3.67066e+06 | 76167.5 | 2283.52 | - cell_03 | 298 | 442 | 1545 | 386.25 | 0.000990669 | 2.3111 | 0.25 | 84523.4 | 21130.9 | 1.55746e+06 | 48835.6 | 1542.93 | - cell_04 | 433 | 638 | 2284 | 285.5 | 0.000723396 | 1.71414 | 0.125 | 122008 | 15251 | 1.22864e+06 | 26142.4 | 888.791 | - cell_05 | 647 | 890 | 3705 | 231.562 | 0.000293799 | 1.26581 | 0.0625 | 181258 | 11328.6 | 1.78378e+06 | 14339.9 | 524.074 | - cell_06 | 924 | 1242 | 5390 | 168.438 | 0.000210364 | 0.972997 | 0.03125 | 258271 | 8070.97 | 1.4909e+06 | 7853.03 | 313.632 | - cell_07 | 1221 | 1639 | 7199 | 112.484 | 0.000167155 | 0.836705 | 0.015625 | 340724 | 5323.81 | 1.13118e+06 | 4454.46 | 189.082 | - cell_08 | 1455 | 1980 | 9156 | 71.5312 | 0.000146464 | 0.692297 | 0.0078125 | 427639 | 3340.93 | 706997 | 2312.92 | 103.549 | - cell_09 | 1775 | 2382 | 11138 | 43.5078 | 0.000112999 | 0.629366 | 0.00390625 | 500874 | 1956.54 | 487280 | 1231.38 | 55.0621 | - cell_10 | 2063 | 2843 | 13364 | 26.1016 | 9.97942e-05 | 0.588971 | 0.00195312 | 594798 | 1161.71 | 309883 | 684.216 | 30.9245 | - cell_11 | 2356 | 3189 | 14797 | 14.4502 | 8.25548e-05 | 0.532869 | 0.000976562 | 650952 | 635.695 | 188460 | 338.742 | 15.5583 | - cell_12 | 2622 | 3578 | 17257 | 8.42627 | 7.54696e-05 | 0.455597 | 0.000488281 | 753181 | 367.764 | 107530 | 167.552 | 8.11523 | - cell_13 | 2789 | 3801 | 18047 | 4.40601 | 6.4285e-05 | 0.40412 | 0.000244141 | 789224 | 192.682 | 60967.3 | 77.8666 | 3.91928 | - cell_14 | 2963 | 4123 | 19419 | 2.37048 | 6.12111e-05 | 0.404346 | 0.00012207 | 832586 | 101.634 | 33444.3 | 41.0953 | 2.04716 | - cell_15 | 3127 | 4371 | 20402 | 1.24524 | 6.15478e-05 | 0.406054 | 6.10352e-05 | 878179 | 53.5998 | 17589.2 | 21.7644 | 1.08257 | - cell_16 | 3278 | 4589 | 21592 | 0.658936 | 6.29114e-05 | 0.384365 | 3.05176e-05 | 926160 | 28.2642 | 8897.31 | 10.8637 | 0.559742 | - cell_17 | 3194 | 4683 | 21076 | 0.321594 | 5.9268e-05 | 0.360287 | 1.52588e-05 | 911512 | 13.9086 | 4397.28 | 5.01107 | 0.260618 | - cell_18 | 2258 | 4178 | 17545 | 0.133858 | 6.51409e-05 | 0.407939 | 7.62939e-06 | 764514 | 5.83278 | 1865.44 | 2.37942 | 0.121516 | - cell_19 | 1911 | 1911 | 0 | 0 | 9.48724e-05 | 0.59211 | 7.62939e-06 | 301419 | 2.29964 | 677.027 | 1.36164 | 0.0642312 | + cell_00 | 42 | 137 | 0 | 0 | 0.00187798 | 2.58678 | 1 | 7435.72 | 7435.72 | 381201 | 19234.6 | 715.888 | + cell_01 | 143 | 169 | 326 | 326 | 0.00186836 | 4.71158 | 1 | 22601.2 | 22601.2 | 1.53793e+06 | 106487 | 2873.41 | + cell_02 | 180 | 299 | 884 | 442 | 0.000662167 | 3.01184 | 0.5 | 51114 | 25557 | 3.52414e+06 | 76973.5 | 2333.57 | + cell_03 | 300 | 452 | 1512 | 378 | 0.00122066 | 2.32281 | 0.25 | 83802.9 | 20950.7 | 1.27676e+06 | 48664.6 | 1558.49 | + cell_04 | 450 | 662 | 2359 | 294.875 | 0.000633263 | 1.75479 | 0.125 | 126114 | 15764.2 | 1.48076e+06 | 27662.9 | 937.708 | + cell_05 | 689 | 951 | 3835 | 239.688 | 0.000340383 | 1.31797 | 0.0625 | 192676 | 12042.3 | 1.71179e+06 | 15871.4 | 582.663 | + cell_06 | 985 | 1313 | 5763 | 180.094 | 0.000212153 | 0.971561 | 0.03125 | 276370 | 8636.57 | 1.57994e+06 | 8390.95 | 335.19 | + cell_07 | 1311 | 1750 | 7696 | 120.25 | 0.000159737 | 0.835298 | 0.015625 | 360035 | 5625.55 | 1.22257e+06 | 4699.01 | 195.29 | + cell_08 | 1569 | 2119 | 9819 | 76.7109 | 0.000144459 | 0.71372 | 0.0078125 | 457691 | 3575.71 | 770507 | 2552.06 | 111.307 | + cell_09 | 1913 | 2562 | 11987 | 46.8242 | 0.000109508 | 0.629828 | 0.00390625 | 536383 | 2095.25 | 533853 | 1319.65 | 58.4611 | + cell_10 | 2184 | 3018 | 14272 | 27.875 | 0.000104244 | 0.606641 | 0.00195312 | 632911 | 1236.15 | 322686 | 749.902 | 33.6382 | + cell_11 | 2477 | 3344 | 15561 | 15.1963 | 8.59806e-05 | 0.537942 | 0.000976562 | 683344 | 667.328 | 191946 | 358.984 | 16.5037 | + cell_12 | 2758 | 3757 | 18079 | 8.82764 | 7.70425e-05 | 0.461918 | 0.000488281 | 792784 | 387.102 | 112547 | 178.809 | 8.67088 | + cell_13 | 2937 | 4002 | 18859 | 4.60425 | 6.62855e-05 | 0.419788 | 0.000244141 | 824639 | 201.328 | 63615.7 | 84.5151 | 4.2168 | + cell_14 | 3097 | 4332 | 20204 | 2.46631 | 6.40584e-05 | 0.421251 | 0.00012207 | 870071 | 106.21 | 34811.1 | 44.741 | 2.22994 | + cell_15 | 3259 | 4573 | 21270 | 1.29822 | 6.33226e-05 | 0.416255 | 6.10352e-05 | 918808 | 56.0796 | 18431.5 | 23.3434 | 1.16713 | + cell_16 | 3403 | 4776 | 22598 | 0.689636 | 6.27419e-05 | 0.386088 | 3.05176e-05 | 964268 | 29.4271 | 9348.31 | 11.3615 | 0.586531 | + cell_17 | 3329 | 4835 | 21968 | 0.335205 | 5.95469e-05 | 0.361499 | 1.52588e-05 | 944928 | 14.4184 | 4563.87 | 5.21226 | 0.271764 | + cell_18 | 2349 | 4334 | 18483 | 0.141014 | 6.39378e-05 | 0.399177 | 7.62939e-06 | 804435 | 6.13735 | 1966.82 | 2.44989 | 0.125754 | + cell_19 | 1971 | 1971 | 0 | 0 | 9.72052e-05 | 0.58562 | 7.62939e-06 | 311518 | 2.37669 | 679.726 | 1.39184 | 0.0660729 | ============================================= diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index ef101a362c..f29b6a4194 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 35fbbce5a5..58566160fb 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 ecf7e4bdd4..ae332f827e 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -936,7 +936,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.050000s Real=0.056418s Sys=0.000000s + User=0.080000s Real=0.085424s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -999,7 +999,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.110000s Real=0.105808s Sys=0.000000s + User=0.270000s Real=0.274482s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1018,10 +1018,10 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 28 +Total navigation history collections cleaned: 32 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0404 MB +Pool ID '20G4NavigationLevelRep', size : 0.0461 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.000961 MB Pool ID '17G4SmartVoxelProxy', size : 0.000961 MB @@ -1031,12 +1031,12 @@ Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0 MB Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00865 MB +Pool ID '7G4Track', size : 0.00961 MB Pool ID '18G4TouchableHistory', size : 0.00385 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.000961 MB Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.066 MB +Dynamic pools deleted: 14 / Total memory freed: 0.073 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index 4f7643bd3f..a187b94b89 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1242,7 +1242,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.001891s Sys=0.000000s + User=0.010000s Real=0.002597s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -2568,7 +2568,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.007894s Sys=0.000000s + User=0.000000s Real=0.006379s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -4302,7 +4302,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.008918s Sys=0.000000s + User=0.010000s Real=0.007737s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index be3dacaa7a..b0ec4888ec 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 e5c515ee43..3d3232ec22 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 new file mode 100644 index 0000000000..d6d48fe19f --- /dev/null +++ b/examples/extended/biasing/GB07/exampleGB07.out @@ -0,0 +1,1242 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + + ********************************************************* + ********** processes are wrapped for biasing ************ + ********************************************************* + Attaching biasing operator LeadingParticleBiasingOperator to logical volume test.logical + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. + gamma, kinetic energy (MeV) = 30.2486, position (cm) = (-15.8059,46.4077,200), weight = 1 + gamma, kinetic energy (MeV) = 0.854601, position (cm) = (-1.08619,-6.18129,200), weight = 3 + gamma, kinetic energy (MeV) = 1.14022, position (cm) = (-31.73,-82.1028,200), weight = 1 + gamma, kinetic energy (MeV) = 40.6519, position (cm) = (-34.8587,-70.4712,200), weight = 1 + gamma, kinetic energy (MeV) = 9.81859, position (cm) = (-34.0511,-70.1462,200), weight = 1 + gamma, kinetic energy (MeV) = 3.24858, position (cm) = (-36.7126,-70.5924,200), weight = 1 + gamma, kinetic energy (MeV) = 0.199867, position (cm) = (-56.9002,-58.2568,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0852485, position (cm) = (-23.3892,-73.1081,200), weight = 1 + e+, kinetic energy (MeV) = 23.7746, position (cm) = (-34.8716,-75.5926,200), weight = 1 + gamma, kinetic energy (MeV) = 3.44283, position (cm) = (-34.8752,-75.5932,200), weight = 1 + gamma, kinetic energy (MeV) = 43.3092, position (cm) = (-35.2967,-72.6274,200), weight = 1 + gamma, kinetic energy (MeV) = 0.119085, position (cm) = (3.8621,-60.4474,200), weight = 1 + gamma, kinetic energy (MeV) = 1.11647, position (cm) = (15.8896,-43.7238,200), weight = 1 + e-, kinetic energy (MeV) = 32.9578, position (cm) = (13.8048,-45.6876,200), weight = 1 + gamma, kinetic energy (MeV) = 1.85939, position (cm) = (13.8052,-45.6847,200), weight = 1 + pi+, kinetic energy (MeV) = 589.757, position (cm) = (5.4415,-21.9557,200), weight = 1 + e-, kinetic energy (MeV) = 6.8422, position (cm) = (5.49199,-21.9557,200), weight = 1 + gamma, kinetic energy (MeV) = 31.9764, position (cm) = (44.2064,-16.1658,200), weight = 1 + gamma, kinetic energy (MeV) = 3.43317, position (cm) = (38.5779,-15.0831,200), weight = 1 + gamma, kinetic energy (MeV) = 0.292663, position (cm) = (25.2797,-18.0586,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0703762, position (cm) = (36.6821,-16.637,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0740217, position (cm) = (21.914,-8.84411,200), weight = 1 + gamma, kinetic energy (MeV) = 6.14914, position (cm) = (20.6122,-12.6391,200), weight = 1 + gamma, kinetic energy (MeV) = 0.490459, position (cm) = (20.9258,-14.8482,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0861513, position (cm) = (6.29945,-9.62182,200), weight = 1 + gamma, kinetic energy (MeV) = 0.436602, position (cm) = (24.8725,-7.89929,200), weight = 1 + gamma, kinetic energy (MeV) = 0.725967, position (cm) = (25.5795,-14.5906,200), weight = 1 + gamma, kinetic energy (MeV) = 1.61162, position (cm) = (23.2713,-6.47329,200), weight = 1 + gamma, kinetic energy (MeV) = 8.76363, position (cm) = (20.0785,-9.91638,200), weight = 1 + gamma, kinetic energy (MeV) = 6.35292, position (cm) = (12.8629,-5.93763,200), weight = 1 + gamma, kinetic energy (MeV) = 2.92971, position (cm) = (8.43878,-25.0692,200), weight = 1 + gamma, kinetic energy (MeV) = 1.4325, position (cm) = (11.4798,-15.5513,200), weight = 1 + gamma, kinetic energy (MeV) = 0.161055, position (cm) = (18.3214,-12.5483,200), weight = 1 + gamma, kinetic energy (MeV) = 0.440346, position (cm) = (17.1713,-20.7841,200), weight = 1 + gamma, kinetic energy (MeV) = 26.3342, position (cm) = (19.765,-13.9023,200), weight = 1 + gamma, kinetic energy (MeV) = 87.2069, position (cm) = (18.1727,-14.6244,200), weight = 1 + gamma, kinetic energy (MeV) = 9.22037, position (cm) = (17.3466,-14.74,200), weight = 1 + gamma, kinetic energy (MeV) = 0.707112, position (cm) = (-14.9299,-36.4601,200), weight = 1 + gamma, kinetic energy (MeV) = 6.86792, position (cm) = (13.4077,-10.2659,200), weight = 1 + gamma, kinetic energy (MeV) = 0.336862, position (cm) = (24.7491,-9.77067,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0854924, position (cm) = (14.2697,-19.0863,200), weight = 1 + gamma, kinetic energy (MeV) = 0.947234, position (cm) = (19.155,20.4957,200), weight = 8 + gamma, kinetic energy (MeV) = 0.0907355, position (cm) = (-10.6516,-15.1635,200), weight = 3 + gamma, kinetic energy (MeV) = 5.06675, position (cm) = (-6.49795,-25.407,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0930257, position (cm) = (-10.0199,-22.0688,200), weight = 1 + gamma, kinetic energy (MeV) = 2.74207, position (cm) = (-13.6677,-7.75317,200), weight = 1 + gamma, kinetic energy (MeV) = 0.278181, position (cm) = (43.6154,13.2375,200), weight = 1 + gamma, kinetic energy (MeV) = 33.8845, position (cm) = (60.8244,-10.2728,200), weight = 1 + gamma, kinetic energy (MeV) = 3.5011, position (cm) = (54.8709,-0.908209,200), weight = 1 + anti_nu_mu, kinetic energy (MeV) = 18.0432, position (cm) = (74.8837,31.0211,200), weight = 1 + nu_mu, kinetic energy (MeV) = 235.532, position (cm) = (-34.982,-23.6871,200), weight = 1 + gamma, kinetic energy (MeV) = 5.46399, position (cm) = (2.56776,-8.14882,200), weight = 3 + gamma, kinetic energy (MeV) = 5.42237, position (cm) = (1.52997,-10.4266,200), weight = 3 + gamma, kinetic energy (MeV) = 1.74909, position (cm) = (2.15434,-10.6286,200), weight = 3 + gamma, kinetic energy (MeV) = 0.702791, position (cm) = (5.06571,-9.11074,200), weight = 3 + gamma, kinetic energy (MeV) = 14.0801, position (cm) = (11.9442,-9.31253,200), weight = 1 + gamma, kinetic energy (MeV) = 0.377994, position (cm) = (7.04842,-13.4204,200), weight = 1 + gamma, kinetic energy (MeV) = 10.8247, position (cm) = (-21.2166,-12.0116,200), weight = 1 + gamma, kinetic energy (MeV) = 1.10294, position (cm) = (5.19911,-9.71857,200), weight = 1 + gamma, kinetic energy (MeV) = 15.3944, position (cm) = (5.7079,-11.2739,200), weight = 1 + e-, kinetic energy (MeV) = 4.65654, position (cm) = (5.64044,-11.1357,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (13.4159,-4.67139,200), weight = 3 + gamma, kinetic energy (MeV) = 0.523729, position (cm) = (15.3611,-5.13609,200), weight = 3 + gamma, kinetic energy (MeV) = 0.827671, position (cm) = (15.2724,-4.61256,200), weight = 3 + gamma, kinetic energy (MeV) = 5.22131, position (cm) = (13.2612,-5.547,200), weight = 3 + gamma, kinetic energy (MeV) = 0.277683, position (cm) = (10.8258,-3.32987,200), weight = 3 + gamma, kinetic energy (MeV) = 68.6936, position (cm) = (12.4912,-6.73181,200), weight = 3 + e-, kinetic energy (MeV) = 11.2831, position (cm) = (11.2457,-5.36031,200), weight = 3 + gamma, kinetic energy (MeV) = 0.341558, position (cm) = (11.1783,-5.55344,200), weight = 3 + gamma, kinetic energy (MeV) = 0.171073, position (cm) = (11.1314,-4.82139,200), weight = 3 + gamma, kinetic energy (MeV) = 0.177998, position (cm) = (11.2403,-4.79715,200), weight = 3 + gamma, kinetic energy (MeV) = 3.83972, position (cm) = (11.9442,-5.03977,200), weight = 3 + gamma, kinetic energy (MeV) = 0.486939, position (cm) = (9.9835,-4.11852,200), weight = 9 + gamma, kinetic energy (MeV) = 0.292564, position (cm) = (13.4348,-4.64892,200), weight = 9 + gamma, kinetic energy (MeV) = 1.69716, position (cm) = (15.0268,-2.35768,200), weight = 9 + gamma, kinetic energy (MeV) = 1.331, position (cm) = (11.5868,-3.69032,200), weight = 9 + gamma, kinetic energy (MeV) = 0.322217, position (cm) = (12.7556,-3.79824,200), weight = 3 + gamma, kinetic energy (MeV) = 0.190079, position (cm) = (13.9952,-4.74194,200), weight = 3 + gamma, kinetic energy (MeV) = 1.81183, position (cm) = (11.8531,-4.84134,200), weight = 3 + gamma, kinetic energy (MeV) = 0.272036, position (cm) = (20.5693,-6.05832,200), weight = 3 + gamma, kinetic energy (MeV) = 3.14272, position (cm) = (10.4635,-5.44084,200), weight = 3 + gamma, kinetic energy (MeV) = 1.07805, position (cm) = (7.39034,-6.15141,200), weight = 3 + gamma, kinetic energy (MeV) = 4.3091, position (cm) = (11.5543,-5.10293,200), weight = 3 + e+, kinetic energy (MeV) = 9.51061, position (cm) = (11.6023,-5.37856,200), weight = 3 + gamma, kinetic energy (MeV) = 1.15824, position (cm) = (11.5952,-5.3155,200), weight = 3 + gamma, kinetic energy (MeV) = 0.0905187, position (cm) = (11.3613,-5.42833,200), weight = 9 + gamma, kinetic energy (MeV) = 3.04867, position (cm) = (11.5146,-5.12444,200), weight = 3 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (10.7701,-4.85485,200), weight = 9 + gamma, kinetic energy (MeV) = 0.45944, position (cm) = (10.833,-6.6256,200), weight = 9 + gamma, kinetic energy (MeV) = 0.167912, position (cm) = (12.119,-4.96239,200), weight = 9 + e-, kinetic energy (MeV) = 2.15531, position (cm) = (11.5701,-4.61135,200), weight = 3 + gamma, kinetic energy (MeV) = 0.110185, position (cm) = (11.6824,-5.19852,200), weight = 3 + gamma, kinetic energy (MeV) = 12.578, position (cm) = (11.7112,-4.72432,200), weight = 3 + gamma, kinetic energy (MeV) = 27.4052, position (cm) = (11.9517,-4.57412,200), weight = 3 + gamma, kinetic energy (MeV) = 6.02427, position (cm) = (13.2599,-6.84108,200), weight = 9 + gamma, kinetic energy (MeV) = 11.6627, position (cm) = (12.3984,-7.03833,200), weight = 9 + gamma, kinetic energy (MeV) = 1.53759, position (cm) = (12.2762,-8.17243,200), weight = 9 + gamma, kinetic energy (MeV) = 0.0655016, position (cm) = (13.4121,-7.80885,200), weight = 9 + gamma, kinetic energy (MeV) = 0.817304, position (cm) = (14.3013,-6.29113,200), weight = 9 + gamma, kinetic energy (MeV) = 1.3986, position (cm) = (13.3919,-7.87562,200), weight = 9 + gamma, kinetic energy (MeV) = 0.341485, position (cm) = (9.12183,-11.4294,200), weight = 9 + gamma, kinetic energy (MeV) = 2.85039, position (cm) = (13.4018,-10.1842,200), weight = 9 + gamma, kinetic energy (MeV) = 0.749208, position (cm) = (12.5867,-6.78804,200), weight = 9 + gamma, kinetic energy (MeV) = 0.121206, position (cm) = (5.78985,-10.038,200), weight = 9 + gamma, kinetic energy (MeV) = 8.53089, position (cm) = (12.3803,-5.96544,200), weight = 9 + gamma, kinetic energy (MeV) = 0.387101, position (cm) = (3.42036,-5.4245,200), weight = 9 + pi-, kinetic energy (MeV) = 1875.2, position (cm) = (1.41524,-6.55214,200), weight = 1 + e-, kinetic energy (MeV) = 5.68775, position (cm) = (1.40879,-6.50323,200), weight = 1 + neutron, kinetic energy (MeV) = 1.04426e-05, position (cm) = (-24.6128,35.6575,200), weight = 2 + gamma, kinetic energy (MeV) = 3.05377, position (cm) = (-1.91841,7.6602,200), weight = 2 + e+, kinetic energy (MeV) = 8.17215, position (cm) = (18.0715,34.9217,200), weight = 12 + e-, kinetic energy (MeV) = 0.29685, position (cm) = (18.2151,34.9024,200), weight = 12 + gamma, kinetic energy (MeV) = 0.651077, position (cm) = (18.1905,34.8208,200), weight = 12 + gamma, kinetic energy (MeV) = 2.0234, position (cm) = (18.8434,34.8721,200), weight = 12 + gamma, kinetic energy (MeV) = 0.428019, position (cm) = (18.6016,34.3087,200), weight = 12 + nu_e, kinetic energy (MeV) = 40.9637, position (cm) = (-72.9363,10.7688,200), weight = 1 + neutron, kinetic energy (MeV) = 125.743, position (cm) = (-18.1785,32.8052,200), weight = 2 + gamma, kinetic energy (MeV) = 0.0823785, position (cm) = (3.39435,-14.639,200), weight = 3 + gamma, kinetic energy (MeV) = 1.01361, position (cm) = (21.7564,-38.6989,200), weight = 3 + gamma, kinetic energy (MeV) = 0.102095, position (cm) = (23.7318,-27.916,200), weight = 3 + gamma, kinetic energy (MeV) = 3.04066, position (cm) = (28.4499,-19.8813,200), weight = 3 + gamma, kinetic energy (MeV) = 0.215291, position (cm) = (28.7071,-16.2402,200), weight = 3 + gamma, kinetic energy (MeV) = 0.456, position (cm) = (26.0419,-12.5161,200), weight = 9 + gamma, kinetic energy (MeV) = 0.827659, position (cm) = (18.0195,-13.451,200), weight = 3 + gamma, kinetic energy (MeV) = 106.199, position (cm) = (30.7502,-23.5173,200), weight = 9 + gamma, kinetic energy (MeV) = 0.400051, position (cm) = (32.8394,-24.019,200), weight = 9 + neutron, kinetic energy (MeV) = 156.404, position (cm) = (-63.4781,-30.2874,200), weight = 7 + neutron, kinetic energy (MeV) = 2.77515, position (cm) = (-12.4914,8.06146,200), weight = 18 + neutron, kinetic energy (MeV) = 129.547, position (cm) = (-29.3313,11.5799,200), weight = 3 + pi+, kinetic energy (MeV) = 20.7332, position (cm) = (2.92784,9.89124,200), weight = 2 + neutron, kinetic energy (MeV) = 0.145705, position (cm) = (-6.56097,12.3711,200), weight = 2 + gamma, kinetic energy (MeV) = 3.19635, position (cm) = (-12.0105,14.0025,200), weight = 2 + neutron, kinetic energy (MeV) = 185.869, position (cm) = (-13.2663,23.5512,200), weight = 1 + neutron, kinetic energy (MeV) = 3104.65, position (cm) = (20.5838,-23.0049,200), weight = 1 + neutron, kinetic energy (MeV) = 558.996, position (cm) = (-83.9581,-41.9721,200), weight = 4 + neutron, kinetic energy (MeV) = 74.5158, position (cm) = (53.5893,4.67816,200), weight = 2 + neutron, kinetic energy (MeV) = 362.427, position (cm) = (46.4858,44.986,200), weight = 1 + gamma, kinetic energy (MeV) = 3.64994, position (cm) = (-15.1378,-40.5476,200), weight = 3 + gamma, kinetic energy (MeV) = 6.6306, position (cm) = (-16.2265,20.7302,200), weight = 1 + e-, kinetic energy (MeV) = 93.086, position (cm) = (-13.514,18.761,200), weight = 1 + gamma, kinetic energy (MeV) = 0.925893, position (cm) = (-13.5995,18.8604,200), weight = 1 + e-, kinetic energy (MeV) = 2.21546, position (cm) = (-13.5201,18.758,200), weight = 1 + gamma, kinetic energy (MeV) = 1.24591, position (cm) = (-13.5927,18.697,200), weight = 1 + gamma, kinetic energy (MeV) = 39.6344, position (cm) = (-13.5805,18.7536,200), weight = 1 + gamma, kinetic energy (MeV) = 0.126679, position (cm) = (-13.421,18.6973,200), weight = 1 + gamma, kinetic energy (MeV) = 25.7485, position (cm) = (-13.5954,18.4852,200), weight = 1 + neutron, kinetic energy (MeV) = 1546.38, position (cm) = (-1.831,16.4789,200), weight = 1 + neutron, kinetic energy (MeV) = 118.538, position (cm) = (-15.8191,-76.9136,200), weight = 3 + gamma, kinetic energy (MeV) = 53.7008, position (cm) = (-94.2348,0.505582,200), weight = 1 + gamma, kinetic energy (MeV) = 4.35881, position (cm) = (-78.879,-20.0377,200), weight = 1 + gamma, kinetic energy (MeV) = 15.9129, position (cm) = (41.3969,22.3424,200), weight = 1 + gamma, kinetic energy (MeV) = 13.0038, position (cm) = (44.3536,24.0521,200), weight = 1 + gamma, kinetic energy (MeV) = 49.1401, position (cm) = (55.5195,13.8228,200), weight = 1 + gamma, kinetic energy (MeV) = 21.3184, position (cm) = (49.2707,19.4822,200), weight = 1 + gamma, kinetic energy (MeV) = 0.148237, position (cm) = (45.4157,20.6515,200), weight = 1 + e-, kinetic energy (MeV) = 49.4556, position (cm) = (44.0172,13.0807,200), weight = 1 + gamma, kinetic energy (MeV) = 11.7535, position (cm) = (43.9947,13.0918,200), weight = 1 + gamma, kinetic energy (MeV) = 1.22663, position (cm) = (43.7376,13.1274,200), weight = 1 + gamma, kinetic energy (MeV) = 0.326906, position (cm) = (35.2073,2.97986,200), weight = 1 + gamma, kinetic energy (MeV) = 0.408136, position (cm) = (42.0201,17.8627,200), weight = 1 + gamma, kinetic energy (MeV) = 1.11141, position (cm) = (37.1883,11.7752,200), weight = 1 + gamma, kinetic energy (MeV) = 0.242912, position (cm) = (43.105,10.7627,200), weight = 1 + gamma, kinetic energy (MeV) = 0.417951, position (cm) = (38.6772,18.366,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0698077, position (cm) = (28.6594,12.6829,200), weight = 1 + gamma, kinetic energy (MeV) = 3.64844, position (cm) = (57.4101,-16.4069,200), weight = 1 + gamma, kinetic energy (MeV) = 0.387354, position (cm) = (36.0554,20.1809,200), weight = 1 + gamma, kinetic energy (MeV) = 0.769564, position (cm) = (39.9365,5.75883,200), weight = 3 + gamma, kinetic energy (MeV) = 5.65852, position (cm) = (35.0718,6.54841,200), weight = 1 + gamma, kinetic energy (MeV) = 1.21823, position (cm) = (37.5799,2.00289,200), weight = 3 + e-, kinetic energy (MeV) = 11.7235, position (cm) = (44.2674,7.459,200), weight = 3 + gamma, kinetic energy (MeV) = 0.0990151, position (cm) = (44.094,7.46739,200), weight = 3 + gamma, kinetic energy (MeV) = 0.262808, position (cm) = (45.9019,8.76761,200), weight = 3 + gamma, kinetic energy (MeV) = 0.753278, position (cm) = (42.0472,8.89831,200), weight = 3 + gamma, kinetic energy (MeV) = 9.89538, position (cm) = (44.8972,8.74638,200), weight = 3 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (29.375,13.5877,200), weight = 3 + gamma, kinetic energy (MeV) = 0.127475, position (cm) = (41.0501,14.1877,200), weight = 3 + gamma, kinetic energy (MeV) = 0.307368, position (cm) = (55.3962,32.3212,200), weight = 3 + gamma, kinetic energy (MeV) = 11.3586, position (cm) = (42.2021,14.6364,200), weight = 3 + neutron, kinetic energy (MeV) = 6.51906e-06, position (cm) = (27.4651,-47.2123,200), weight = 3 + neutron, kinetic energy (MeV) = 0.607312, position (cm) = (14.2458,-20.9476,200), weight = 1 + proton, kinetic energy (MeV) = 206.255, position (cm) = (13.629,-24.9861,200), weight = 1 + neutron, kinetic energy (MeV) = 0.0225181, position (cm) = (-22.0869,18.582,200), weight = 1 + neutron, kinetic energy (MeV) = 0.120067, position (cm) = (-28.4593,9.97373,200), weight = 1 + gamma, kinetic energy (MeV) = 1.39019, position (cm) = (-52.4651,35.8839,200), weight = 3 + neutron, kinetic energy (MeV) = 109.106, position (cm) = (-48.9464,-6.7807,200), weight = 1 + gamma, kinetic energy (MeV) = 4.81069, position (cm) = (-42.2109,-0.742842,200), weight = 3 + e-, kinetic energy (MeV) = 61.898, position (cm) = (-46.8489,3.45766,200), weight = 1 + gamma, kinetic energy (MeV) = 4.15233, position (cm) = (-46.8502,3.4568,200), weight = 1 + neutron, kinetic energy (MeV) = 37.7266, position (cm) = (-46.2011,-4.03369,200), weight = 1 + neutron, kinetic energy (MeV) = 122.84, position (cm) = (-45.2003,-3.41382,200), weight = 1 + gamma, kinetic energy (MeV) = 0.494017, position (cm) = (7.16857,-29.3096,200), weight = 1 + gamma, kinetic energy (MeV) = 9.57555, position (cm) = (4.07835,-22.7959,200), weight = 1 + gamma, kinetic energy (MeV) = 0.76215, position (cm) = (-2.17902,-18.9024,200), weight = 1 + gamma, kinetic energy (MeV) = 4.86248, position (cm) = (-8.82477,-21.4135,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0729894, position (cm) = (3.43097,-24.726,200), weight = 1 + gamma, kinetic energy (MeV) = 1.06189, position (cm) = (-7.87994,-13.3611,200), weight = 1 + nu_e, kinetic energy (MeV) = 19.1685, position (cm) = (-65.8415,3.95763,200), weight = 3 + gamma, kinetic energy (MeV) = 13.7374, position (cm) = (-0.401678,1.22559,200), weight = 3 + gamma, kinetic energy (MeV) = 0.162127, position (cm) = (17.2521,10.0786,200), weight = 1 + gamma, kinetic energy (MeV) = 0.401109, position (cm) = (16.054,17.1617,200), weight = 3 + gamma, kinetic energy (MeV) = 0.422324, position (cm) = (1.10845,-1.69098,200), weight = 1 + gamma, kinetic energy (MeV) = 1.17408, position (cm) = (12.2119,-4.30009,200), weight = 1 + gamma, kinetic energy (MeV) = 1.23475, position (cm) = (5.59638,-3.97017,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0977784, position (cm) = (7.34231,6.59824,200), weight = 1 + gamma, kinetic energy (MeV) = 0.90703, position (cm) = (0.18007,4.87723,200), weight = 1 + gamma, kinetic energy (MeV) = 0.199291, position (cm) = (-1.80991,7.25069,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0933383, position (cm) = (3.57451,5.3507,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0902861, position (cm) = (-0.556306,11.7924,200), weight = 1 + gamma, kinetic energy (MeV) = 0.759238, position (cm) = (-1.34498,8.51024,200), weight = 1 + gamma, kinetic energy (MeV) = 1.37312, position (cm) = (-0.965809,4.09886,200), weight = 1 + gamma, kinetic energy (MeV) = 11.3639, position (cm) = (1.37294,10.2445,200), weight = 1 + gamma, kinetic energy (MeV) = 0.844267, position (cm) = (4.49471,9.51789,200), weight = 1 + gamma, kinetic energy (MeV) = 45.0292, position (cm) = (-1.07882,3.64052,200), weight = 1 + neutron, kinetic energy (MeV) = 4.70053, position (cm) = (-34.2246,-19.9162,200), weight = 2 + neutron, kinetic energy (MeV) = 61.4313, position (cm) = (-48.3853,11.3333,200), weight = 1 + neutron, kinetic energy (MeV) = 955.364, position (cm) = (-8.85754,-18.6852,200), weight = 1 + gamma, kinetic energy (MeV) = 5.52081, position (cm) = (20.1087,12.0566,200), weight = 2 + neutron, kinetic energy (MeV) = 12.5949, position (cm) = (15.5679,5.83846,200), weight = 2 + neutron, kinetic energy (MeV) = 31.7776, position (cm) = (15.493,25.2974,200), weight = 1 + neutron, kinetic energy (MeV) = 198.948, position (cm) = (7.4512,12.6323,200), weight = 1 + neutron, kinetic energy (MeV) = 154.674, position (cm) = (12.7152,91.6836,200), weight = 1 +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. + gamma, kinetic energy (MeV) = 5.27291, position (cm) = (-8.84802,14.2003,200), weight = 1 + gamma, kinetic energy (MeV) = 0.144569, position (cm) = (4.62473,9.24851,200), weight = 1 + gamma, kinetic energy (MeV) = 0.233529, position (cm) = (7.03893,-7.50622,200), weight = 1 + gamma, kinetic energy (MeV) = 6.65394, position (cm) = (-16.3458,-15.3335,200), weight = 1 + gamma, kinetic energy (MeV) = 0.323846, position (cm) = (-11.436,1.44078,200), weight = 1 + gamma, kinetic energy (MeV) = 0.109855, position (cm) = (-10.046,4.77665,200), weight = 1 + gamma, kinetic energy (MeV) = 0.470545, position (cm) = (-22.4368,20.5442,200), weight = 3 + gamma, kinetic energy (MeV) = 0.0822481, position (cm) = (9.74667,-23.9453,200), weight = 3 + gamma, kinetic energy (MeV) = 0.0551402, position (cm) = (9.39577,-25.9984,200), weight = 3 + gamma, kinetic energy (MeV) = 2.5362, position (cm) = (25.1222,15.8427,200), weight = 3 + gamma, kinetic energy (MeV) = 0.428952, position (cm) = (-16.2923,20.1727,200), weight = 3 + gamma, kinetic energy (MeV) = 0.100487, position (cm) = (-6.2378,-7.85389,200), weight = 1 + gamma, kinetic energy (MeV) = 16.2539, position (cm) = (-3.70885,5.5232,200), weight = 1 + gamma, kinetic energy (MeV) = 6.48659, position (cm) = (-10.481,-7.10684,200), weight = 1 + gamma, kinetic energy (MeV) = 7.65622, position (cm) = (5.73095,8.29321,200), weight = 1 + gamma, kinetic energy (MeV) = 1.75142, position (cm) = (0.893178,5.27487,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0738367, position (cm) = (-4.10302,-1.53994,200), weight = 1 + gamma, kinetic energy (MeV) = 0.143905, position (cm) = (-2.58258,-1.59033,200), weight = 1 + gamma, kinetic energy (MeV) = 1.52457, position (cm) = (-16.4299,-8.5112,200), weight = 1 + gamma, kinetic energy (MeV) = 0.169443, position (cm) = (-5.29705,8.03949,200), weight = 1 + e-, kinetic energy (MeV) = 1.09978, position (cm) = (0.794393,3.51786,200), weight = 1 + gamma, kinetic energy (MeV) = 0.360632, position (cm) = (1.05101,3.62182,200), weight = 1 + gamma, kinetic energy (MeV) = 1.7029, position (cm) = (0.971212,3.11492,200), weight = 1 + gamma, kinetic energy (MeV) = 5.0697, position (cm) = (3.9467,-15.8881,200), weight = 1 + gamma, kinetic energy (MeV) = 1.71113, position (cm) = (22.3538,-28.7298,200), weight = 1 + gamma, kinetic energy (MeV) = 0.175426, position (cm) = (-17.0018,-2.12874,200), weight = 1 + gamma, kinetic energy (MeV) = 2.63093, position (cm) = (-20.6294,-3.79892,200), weight = 1 + gamma, kinetic energy (MeV) = 355.179, position (cm) = (-2.33857,-1.34658,200), weight = 1 + gamma, kinetic energy (MeV) = 0.470643, position (cm) = (5.82876,-2.80523,200), weight = 1 + gamma, kinetic energy (MeV) = 9.29603, position (cm) = (3.27613,-1.96941,200), weight = 1 + gamma, kinetic energy (MeV) = 3.95734, position (cm) = (-5.83313,-3.08752,200), weight = 1 + gamma, kinetic energy (MeV) = 0.295043, position (cm) = (-8.45858,-6.70073,200), weight = 1 + gamma, kinetic energy (MeV) = 4.22029, position (cm) = (-6.0237,8.60593,200), weight = 1 + gamma, kinetic energy (MeV) = 0.265177, position (cm) = (-2.84721,6.1219,200), weight = 1 + gamma, kinetic energy (MeV) = 4.18095, position (cm) = (-11.702,-48.7609,200), weight = 1 + gamma, kinetic energy (MeV) = 4.12862, position (cm) = (10.637,20.8098,200), weight = 1 + gamma, kinetic energy (MeV) = 1.31426, position (cm) = (-6.83508,1.43862,200), weight = 1 + gamma, kinetic energy (MeV) = 0.634691, position (cm) = (-4.68035,7.69564,200), weight = 1 + gamma, kinetic energy (MeV) = 62.0799, position (cm) = (-10.0683,-7.0972,200), weight = 1 + gamma, kinetic energy (MeV) = 0.236669, position (cm) = (-4.53148,-8.50955,200), weight = 3 + gamma, kinetic energy (MeV) = 7.20224, position (cm) = (2.02557,10.3078,200), weight = 1 + gamma, kinetic energy (MeV) = 126.613, position (cm) = (-12.9846,-9.37177,200), weight = 1 + gamma, kinetic energy (MeV) = 5.30792, position (cm) = (-16.5815,22.2408,200), weight = 1 + gamma, kinetic energy (MeV) = 1.61974, position (cm) = (-51.1236,-13.0616,200), weight = 1 + gamma, kinetic energy (MeV) = 15.2422, position (cm) = (-16.4342,13.3107,200), weight = 3 + gamma, kinetic energy (MeV) = 19.3675, position (cm) = (-7.53593,-2.27864,200), weight = 3 + gamma, kinetic energy (MeV) = 0.124623, position (cm) = (7.20989,-5.77212,200), weight = 1 + gamma, kinetic energy (MeV) = 0.101637, position (cm) = (8.50223,-6.40068,200), weight = 1 + gamma, kinetic energy (MeV) = 3.68821, position (cm) = (0.399842,-2.53082,200), weight = 1 + gamma, kinetic energy (MeV) = 0.302284, position (cm) = (2.87797,-3.72132,200), weight = 1 + gamma, kinetic energy (MeV) = 0.841207, position (cm) = (-28.4989,-0.124135,200), weight = 1 + gamma, kinetic energy (MeV) = 24.7547, position (cm) = (-0.417614,20.5195,200), weight = 1 + gamma, kinetic energy (MeV) = 0.12599, position (cm) = (-16.1075,16.4542,200), weight = 1 + gamma, kinetic energy (MeV) = 2.62844, position (cm) = (-15.0474,14.6757,200), weight = 1 + e-, kinetic energy (MeV) = 5.70276, position (cm) = (-4.09833,8.4934,200), weight = 1 + gamma, kinetic energy (MeV) = 0.164258, position (cm) = (-4.1691,8.22396,200), weight = 1 + gamma, kinetic energy (MeV) = 0.617141, position (cm) = (-3.9273,8.64822,200), weight = 1 + gamma, kinetic energy (MeV) = 8.52378, position (cm) = (3.25196,-5.88734,200), weight = 1 + gamma, kinetic energy (MeV) = 104.28, position (cm) = (3.33793,1.86893,200), weight = 1 + gamma, kinetic energy (MeV) = 27.6084, position (cm) = (1.55386,-0.610372,200), weight = 1 + gamma, kinetic energy (MeV) = 25.7123, position (cm) = (9.70355,-18.4189,200), weight = 1 + gamma, kinetic energy (MeV) = 0.948657, position (cm) = (-1.81025,-8.59805,200), weight = 1 + gamma, kinetic energy (MeV) = 22.5175, position (cm) = (11.2699,6.553,200), weight = 3 + gamma, kinetic energy (MeV) = 1.07446, position (cm) = (-11.0084,6.47675,200), weight = 1 + gamma, kinetic energy (MeV) = 5.83501, position (cm) = (-3.49214,-4.46684,200), weight = 1 + gamma, kinetic energy (MeV) = 0.090346, position (cm) = (16.3584,-14.8897,200), weight = 1 + gamma, kinetic energy (MeV) = 0.436989, position (cm) = (13.8622,-0.5588,200), weight = 1 + gamma, kinetic energy (MeV) = 16.441, position (cm) = (19.6365,-3.93957,200), weight = 1 + gamma, kinetic energy (MeV) = 3.42055, position (cm) = (0.261037,-5.46761,200), weight = 1 + gamma, kinetic energy (MeV) = 39.186, position (cm) = (-7.24221,21.8533,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0632399, position (cm) = (7.25575,0.0578876,200), weight = 1 + gamma, kinetic energy (MeV) = 1.53895, position (cm) = (0.0618338,1.90642,200), weight = 1 + gamma, kinetic energy (MeV) = 6.57413, position (cm) = (1.25027,8.53946,200), weight = 1 + gamma, kinetic energy (MeV) = 2.50316, position (cm) = (3.28919,6.96064,200), weight = 1 + gamma, kinetic energy (MeV) = 0.187211, position (cm) = (14.0065,-6.77941,200), weight = 1 + gamma, kinetic energy (MeV) = 0.875698, position (cm) = (15.0374,-11.499,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (3.70255,0.439439,200), weight = 1 + gamma, kinetic energy (MeV) = 15.9207, position (cm) = (1.1857,-0.739795,200), weight = 1 + gamma, kinetic energy (MeV) = 0.062918, position (cm) = (-3.98952,7.87489,200), weight = 1 + gamma, kinetic energy (MeV) = 0.320999, position (cm) = (0.670656,-0.521762,200), weight = 1 + gamma, kinetic energy (MeV) = 14.4224, position (cm) = (0.530122,-1.39876,200), weight = 1 + gamma, kinetic energy (MeV) = 0.456662, position (cm) = (0.62224,-1.49863,200), weight = 1 + gamma, kinetic energy (MeV) = 2.20991, position (cm) = (0.638744,-1.54362,200), weight = 1 + gamma, kinetic energy (MeV) = 0.835517, position (cm) = (0.196835,-1.0223,200), weight = 1 + gamma, kinetic energy (MeV) = 0.171671, position (cm) = (-0.125601,-5.60468,200), weight = 1 + gamma, kinetic energy (MeV) = 1.19642, position (cm) = (1.25496,0.88897,200), weight = 3 + gamma, kinetic energy (MeV) = 0.505768, position (cm) = (46.6921,-14.2895,200), weight = 1 + gamma, kinetic energy (MeV) = 1.11532, position (cm) = (-2.28927,25.2951,200), weight = 1 + nu_e, kinetic energy (MeV) = 28.1123, position (cm) = (76.9685,70.2736,200), weight = 2 + gamma, kinetic energy (MeV) = 1.11405, position (cm) = (-10.4157,-3.85092,200), weight = 1 + gamma, kinetic energy (MeV) = 0.398443, position (cm) = (1.9154,4.12778,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0591905, position (cm) = (2.07546,1.05326,200), weight = 1 + gamma, kinetic energy (MeV) = 2.85178, position (cm) = (-4.17952,23.8942,200), weight = 1 + gamma, kinetic energy (MeV) = 7.43354, position (cm) = (-16.6203,-29.1864,200), weight = 1 + gamma, kinetic energy (MeV) = 8.1793, position (cm) = (5.48847,-6.88457,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0655926, position (cm) = (-7.74294,5.89845,200), weight = 3 + gamma, kinetic energy (MeV) = 1.27732, position (cm) = (1.29064,9.63679,200), weight = 1 + gamma, kinetic energy (MeV) = 0.423112, position (cm) = (1.15608,9.99643,200), weight = 1 + gamma, kinetic energy (MeV) = 4.14125, position (cm) = (-0.0984673,9.05792,200), weight = 1 + e-, kinetic energy (MeV) = 138.133, position (cm) = (-4.46853,-1.23723,200), weight = 1 + gamma, kinetic energy (MeV) = 0.269708, position (cm) = (-3.17949,-1.48357,200), weight = 1 + gamma, kinetic energy (MeV) = 0.320232, position (cm) = (-4.46437,-1.25245,200), weight = 1 + gamma, kinetic energy (MeV) = 20.3305, position (cm) = (-4.41326,-1.27598,200), weight = 1 + gamma, kinetic energy (MeV) = 0.539538, position (cm) = (-7.74741,2.08742,200), weight = 1 + gamma, kinetic energy (MeV) = 11.1353, position (cm) = (-4.7261,-0.538572,200), weight = 1 + gamma, kinetic energy (MeV) = 6.37299, position (cm) = (-3.90313,-1.20768,200), weight = 1 + gamma, kinetic energy (MeV) = 4.82184, position (cm) = (12.7958,-6.48063,200), weight = 1 + gamma, kinetic energy (MeV) = 0.379483, position (cm) = (5.57681,-7.2408,200), weight = 1 + gamma, kinetic energy (MeV) = 4.78963, position (cm) = (10.9702,-5.44206,200), weight = 1 + gamma, kinetic energy (MeV) = 4.21224, position (cm) = (-2.07468,0.296003,200), weight = 1 + gamma, kinetic energy (MeV) = 0.185773, position (cm) = (-33.2785,5.95158,200), weight = 1 + gamma, kinetic energy (MeV) = 0.932227, position (cm) = (11.5184,-13.4879,200), weight = 3 + gamma, kinetic energy (MeV) = 0.422308, position (cm) = (9.06181,10.4408,200), weight = 3 + gamma, kinetic energy (MeV) = 0.820462, position (cm) = (30.2503,-7.80899,200), weight = 3 + gamma, kinetic energy (MeV) = 0.377859, position (cm) = (36.6425,-7.61443,200), weight = 3 + gamma, kinetic energy (MeV) = 11.7982, position (cm) = (2.57945,-7.595,200), weight = 1 + gamma, kinetic energy (MeV) = 23.7151, position (cm) = (-8.42339,1.11153,200), weight = 1 + gamma, kinetic energy (MeV) = 34.9635, position (cm) = (0.494564,-3.94289,200), weight = 1 + gamma, kinetic energy (MeV) = 12.9985, position (cm) = (-4.56005,13.2804,200), weight = 1 + gamma, kinetic energy (MeV) = 0.457873, position (cm) = (-4.99909,-8.6696,200), weight = 1 + gamma, kinetic energy (MeV) = 68.1981, position (cm) = (-4.98289,-3.05956,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-2.60817,-4.57599,200), weight = 9 + gamma, kinetic energy (MeV) = 2.3605, position (cm) = (-1.82925,0.111318,200), weight = 3 + gamma, kinetic energy (MeV) = 1.33936, position (cm) = (-2.8814,-0.183118,200), weight = 3 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (12.5964,-0.41975,200), weight = 1 + gamma, kinetic energy (MeV) = 0.0572675, position (cm) = (-11.6628,6.18531,200), weight = 3 + gamma, kinetic energy (MeV) = 0.388498, position (cm) = (0.342086,-0.0835188,200), weight = 3 + gamma, kinetic energy (MeV) = 0.121247, position (cm) = (1.52301,5.24228,200), weight = 3 + gamma, kinetic energy (MeV) = 0.20285, position (cm) = (-4.09384,3.91209,200), weight = 3 + gamma, kinetic energy (MeV) = 1.23531, position (cm) = (-2.28362,5.86216,200), weight = 3 + gamma, kinetic energy (MeV) = 2.18075, position (cm) = (3.62716,-1.24033,200), weight = 3 + gamma, kinetic energy (MeV) = 33.3641, position (cm) = (-2.96776,1.73794,200), weight = 3 + gamma, kinetic energy (MeV) = 11.1764, position (cm) = (-13.269,-1.05341,200), weight = 3 + gamma, kinetic energy (MeV) = 3.57767, position (cm) = (-9.84286,-1.895,200), weight = 1 + gamma, kinetic energy (MeV) = 12.3244, position (cm) = (-4.32461,-0.299747,200), weight = 1 + gamma, kinetic energy (MeV) = 13.7923, position (cm) = (3.82268,8.37194,200), weight = 1 + gamma, kinetic energy (MeV) = 2.71017, position (cm) = (-5.42577,11.3634,200), weight = 1 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (2.78387,4.91993,200), weight = 1 + gamma, kinetic energy (MeV) = 1.31609, position (cm) = (-28.9489,-30.029,200), weight = 1 + gamma, kinetic energy (MeV) = 13.0745, position (cm) = (0.919984,0.0102494,200), weight = 1 + gamma, kinetic energy (MeV) = 1.06632, position (cm) = (-48.4964,13.0147,200), weight = 1 +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index 2f168828c1..48ebb8ac44 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -400,7 +400,7 @@ nb event 170000 Run terminated. Run Summary Run Aborted after 171668 events processed. - User=60.920000s Real=63.857109s Sys=0.120000s + User=72.220000s Real=80.751766s Sys=0.150000s Results of reverse/adjoint simulation! normalised edep [MeV] = 0.00163805 error[MeV] = 1.63799e-05 diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index c26c369146..d239d17f0c 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -155,7 +155,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000350s Sys=0.000000s + User=0.000000s Real=0.000523s 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.000116s Sys=0.000000s + User=0.000000s Real=0.000179s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index 78f9d187ec..13e8dfbae6 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -619,7 +619,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.050000s Real=1.083970s Sys=0.000000s + User=1.240000s Real=1.251645s Sys=0.000000s ======================== run summary ====================== @@ -688,7 +688,7 @@ N=17 V[N]={1199157010510595525, 1644498781111636774, 1053149034509071624, 171430 Run terminated. Run Summary Number of events processed : 2000 - User=0.060000s Real=0.059293s Sys=0.000000s + User=0.060000s Real=0.065089s Sys=0.010000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index 977136ac72..9182d705d5 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -212,10 +212,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.62 s +total time for build X-ray TR energy loss tables = 0.66 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 1.89 s +total time for build X-ray TR angle for energy loss tables = 2.05 s msc: for e+ SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -302,10 +302,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.62 s +total time for build X-ray TR energy loss tables = 0.65 s Build angle for energy distribution according the current radiator -total time for build X-ray TR angle for energy loss tables = 1.89 s +total time for build X-ray TR angle for energy loss tables = 2.06 s msc: for proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -632,22 +632,22 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.190000s Real=0.196116s Sys=0.000000s + User=0.220000s Real=0.224727s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 - Mean energy deposit in absorber = 0.0476846 +-0.0183217 MeV - Total number of XTR gammas = 2658 - Total number of all gammas = 2752 + Mean energy deposit in absorber = 0.0488615 +-0.0190016 MeV + Total number of XTR gammas = 2711 + Total number of all gammas = 2805 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1890936381, 504482632 + Current couple of seeds = 845246388, 1720806323 ---------------------------------------- ... write file : testem10.root - done ... close file : testem10.root - done G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.043 MB +Dynamic pools deleted: 12 / Total memory freed: 0.044 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index 9ce8e76f4c..cfe7e6e658 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -538,7 +538,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20000 - User=0.580000s Real=0.590438s Sys=0.000000s + User=0.650000s Real=0.656483s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 85baad00a6..1f80164b95 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.710000s Real=0.733203s Sys=0.000000s + User=0.810000s Real=0.821229s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 852c4df6a9..8b27ca5272 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=1.850000s Real=1.957958s Sys=0.010000s + User=2.340000s Real=2.367493s Sys=0.000000s ======================== run summary ====================== @@ -246,7 +246,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.060000s Real=2.097114s Sys=0.000000s + User=2.490000s Real=2.534999s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index c7c76ebe3b..84be8cb04f 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.810000s Real=2.915224s Sys=0.010000s + User=3.290000s Real=3.347583s Sys=0.010000s ======================== run summary ====================== @@ -249,7 +249,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.520000s Real=2.596189s Sys=0.000000s + User=2.980000s Real=3.028011s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 9b9d0eca30..2a77b9a938 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -71,7 +71,7 @@ Material: Carbon density: 2.267 g/cm3 RadL: 18.834 cm Nucl.Int.Length: 35.357 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -563,7 +563,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.030000s Real=0.032701s Sys=0.000000s + User=0.040000s Real=0.035916s 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.050000s Real=0.053762s Sys=0.000000s + User=0.050000s Real=0.054491s 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 78e539f051..f93b67fd6c 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -31,7 +31,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -330,7 +330,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.150000s Real=0.152111s Sys=0.000000s + User=0.180000s Real=0.182516s Sys=0.010000s Summary for synchrotron radiation : Number of photons = 65086 Emean = 20.39 +/- 0.1444 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index 2623f8cf17..20f7ce1880 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -46,7 +46,7 @@ Material: CaCO3 density: 2.800 g/cm3 RadL: 8.581 cm Nucl.Int.Length: 34.749 cm - Imean: 123.236 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 122.680 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Calcium (Ca) Z = 20.0 N = 40 A = 40.080 g/mole ---> Isotope: Ca40 Z = 20 N = 40 A = 39.96 g/mole abundance: 96.941 % @@ -70,7 +70,7 @@ Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -629,7 +629,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=1.240000s Real=1.329997s Sys=0.010000s + User=1.430000s Real=1.453049s Sys=0.000000s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -686,7 +686,7 @@ N=17 V[N]={235111648556098168, 316769674826657036, 1324819056878075668, 18751990 Run terminated. Run Summary Number of events processed : 10000 - User=1.150000s Real=1.217317s Sys=0.000000s + User=1.340000s Real=1.365755s Sys=0.000000s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -742,7 +742,7 @@ N=17 V[N]={1508607969306287352, 1791867730457931969, 1738067224946617316, 200793 Run terminated. Run Summary Number of events processed : 10000 - User=1.070000s Real=1.093297s Sys=0.000000s + User=1.290000s Real=1.346359s Sys=0.000000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index 2fa68a7d1e..f3de2081c4 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -209,7 +209,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.410000s Real=0.417211s Sys=0.000000s + User=0.480000s Real=0.489784s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index 4a9931c50c..f5e11c3d4f 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -596,7 +596,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.030000s Real=2.073036s Sys=0.010000s + User=2.390000s Real=2.452373s Sys=0.010000s 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 new file mode 100644 index 0000000000..75439b1838 --- /dev/null +++ b/examples/extended/electromagnetic/TestEm3/TestEm3-geom.out @@ -0,0 +1,563 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +# +/testem/det/setNbOfLayers 1 +/testem/det/setNbOfAbsor 1 +/testem/det/setAbsor 1 Aluminium 10 cm +/testem/det/setSizeYZ 10 cm +# +/run/setCut 2 cm +# +/run/initialize + +------------------------------------------------------------- + ---> The calorimeter is 1 layers of: + Aluminium: 10 cm +------------------------------------------------------------- + + Material: Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.880 cm + Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + +------------------------------------------------------------- +# +/globalField/setValue 0 0 10 tesla +# +/testem/gun/setDefault +/testem/gun/rndm 0.1 +/gun/particle proton +/gun/energy 300 MeV +# +/run/printProgress 0 +/run/beamOn 10 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV +### Run 0 starts. + +------------------------------------------------------------ + material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen + + Aluminium: 85.592 MeV : 1.534 MeV 0.9814 +- 0.3103 % 10.4 cm +- 532 um + +------------------------------------------------------------ + Beam particle proton E = 300 MeV + Mean number of gamma 0 + Mean number of e- 0 + Mean number of e+ 0 + Mean number of charged steps 6.1 + Mean number of neutral steps 0 +------------------------------------------------------------ + + Energy deposition from Energy flow balance : + material Total Edep + + Aluminium: 85.5924 MeV + +------------------------------------------------------------ + diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index bf021ac27e..ffac094987 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.290000s Real=1.380137s Sys=0.000000s + User=1.910000s Real=1.960183s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen @@ -619,7 +619,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.120000s Real=1.153176s Sys=0.010000s + User=1.290000s Real=1.309749s Sys=0.010000s ------------------------------------------------------------ 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 7cfed1ca68..13539cba41 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,7 +20,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** Material: FluorCarbonate density: 1.610 g/cm3 RadL: 22.435 cm Nucl.Int.Length: 54.514 cm - Imean: 99.957 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 98.459 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -206,11 +206,11 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.640000s Real=0.664867s Sys=0.000000s + User=0.670000s Real=0.672822s Sys=0.000000s --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1712417739, 2078247784 + Current couple of seeds = 596112525, 973948830 ---------------------------------------- ... write file : testem4.root - done ... close file : testem4.root - done diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out new file mode 100644 index 0000000000..9c9a4120c1 --- /dev/null +++ b/examples/extended/electromagnetic/TestEm5/TestEm5-geom.out @@ -0,0 +1,228 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +/run/verbose 1 +# +/testem/det/setWorldMat Aluminium +/testem/det/setWorldX 5 cm +/testem/det/setWorldYZ 3 cm +# +/testem/det/setAbsMat H2Liq +/testem/det/setAbsThick 3 cm +/testem/det/setAbsYZ 2 cm +# +/testem/det/setAbsXpos 5 mm +# +/process/em/verbose 0 +# +##/control/execute vis.mac +##/vis/viewer/zoom 0.8 +# +/run/initialize + + Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.880 cm + Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: H2Liq density: 70.800 mg/cm3 RadL: 8.904 m Nucl.Int.Length: 4.944 m + Imean: 19.200 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + The WORLD is made of 4.8 cm of Aluminium. The transverse size (YZ) of the world is 2.4 cm + The ABSORBER is made of 3 cm of H2Liq. The transverse size (YZ) is 2 cm + X position of the middle of the absorber 5 mm +# +/testem/gun/setDefault +/gun/particle geantino +/gun/position -20 0 0 mm +/gun/energy 1 eV +# +/tracking/verbose 2 +/run/beamOn 1 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Aluminium + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : H2Liq + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 1 keV e- 108.778 keV e+ 107.414 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 +--------------------------------------- + +********************************************************************************************************* +* G4Track Information: Particle = geantino, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.4 cm 0 fm 0 fm 1 eV 0 eV 0 fm 0 fm World initStep + 1 -1 cm 0 fm 0 fm 1 eV 0 eV 1.4 cm 1.4 cm World Transportation + 2 2 cm 0 fm 0 fm 1 eV 0 eV 3 cm 4.4 cm Absorber Transportation + 3 2.4 cm 0 fm 0 fm 1 eV 0 eV 4 mm 4.8 cm World OutOfWorld + Run terminated. +Run Summary + Number of events processed : 1 + User=0.000000s Real=0.000697s Sys=0.000000s + + ======================== run summary ====================== + + The run was 1 geantino of 1 eV through 3 cm of H2Liq (density: 70.8 mg/cm3) + + Total energy deposit in absorber per event = 0 eV +- 0 eV + + -----> Mean dE/dx = 0 MeV/cm (0 MeV*cm2/g) + + From formulas : + restricted dEdx = 0 MeV/cm (0 MeV*cm2/g) + full dEdx = 0 MeV/cm (0 MeV*cm2/g) + + Leakage : primary = 1 eV +- 0 eV secondaries = 0 eV +- 0 eV + Energy balance : edep + eleak = 1 eV + + Total track length (charged) in absorber per event = 0 fm +- 0 fm + Total track length (neutral) in absorber per event = 3 cm +- 0 fm + + Number of steps (charged) in absorber per event = 0 +- 0 + Number of steps (neutral) in absorber per event = 1 +- 0 + + Number of secondaries per event : Gammas = 0 electrons = 0 positrons = 0 + + Number of events with the primary particle transmitted = 100 % + Number of events with at least 1 particle transmitted (same charge as primary) = 100 % + + Number of events with the primary particle reflected = 0 % + Number of events with at least 1 particle reflected (same charge as primary) = 0 % + + MultipleScattering: + rms proj angle of transmit primary particle = 0 mrad (central part only) + computed theta0 (Highland formula) = 0 mrad + central part defined as +- 0 mrad Tail ratio = 0 % + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 +--------------------------------------- +/tracking/verbose 0 +# +/testem/gun/rndm 0.8 +/run/beamOn 6 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Aluminium + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 6.91818 keV e- 597.592 keV e+ 574.294 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : H2Liq + Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm + Energy thresholds : gamma 1 keV e- 108.778 keV e+ 107.414 keV proton 100 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008233404568, 2262190991329242458, 2266470399991071809, 1976726662926872232, 245458862506414172, 1955974201201518530, 2155248512522080758, 604170912935414061, 1116171330120743511, 1861018313684488333, 1296715403254578286, 1549011045957234151, 370819759640195970, 2230139271784837643} counter= 17sumtot= 1977567618660788324 +--------------------------------------- + Run terminated. +Run Summary + Number of events processed : 6 + User=0.000000s Real=0.000079s Sys=0.000000s + + ======================== run summary ====================== + + The run was 6 geantino of 1 eV through 3 cm of H2Liq (density: 70.8 mg/cm3) + + Total energy deposit in absorber per event = 0 eV +- 0 eV + + -----> Mean dE/dx = 0 MeV/cm (0 MeV*cm2/g) + + From formulas : + restricted dEdx = 0 MeV/cm (0 MeV*cm2/g) + full dEdx = 0 MeV/cm (0 MeV*cm2/g) + + Leakage : primary = 1 eV +- 0 eV secondaries = 0 eV +- 0 eV + Energy balance : edep + eleak = 1 eV + + Total track length (charged) in absorber per event = 0 fm +- 0 fm + Total track length (neutral) in absorber per event = 3 cm +- 0 fm + + Number of steps (charged) in absorber per event = 0 +- 0 + Number of steps (neutral) in absorber per event = 1 +- 0 + + Number of secondaries per event : Gammas = 0 electrons = 0 positrons = 0 + + Number of events with the primary particle transmitted = 100 % + Number of events with at least 1 particle transmitted (same charge as primary) = 100 % + + Number of events with the primary particle reflected = 0 % + Number of events with at least 1 particle reflected (same charge as primary) = 0 % + + MultipleScattering: + rms proj angle of transmit primary particle = 0 mrad (central part only) + computed theta0 (Highland formula) = 0 mrad + central part defined as +- 0 mrad Tail ratio = 0 % + +------- MixMaxRng engine status ------- + Current state vector is: +mixmax state, file version 1.0 +N=17 V[N]={1977567618660788324, 300890354879745607, 1424437069285335120, 2296497209797367902, 1143472681269825295, 260370018537989708, 668395878522115384, 1090766064544254753, 1931418983504702790, 828618339300030337, 2137373994898626588, 1263575693625627220, 316400124824195510, 274418011581707120, 1512294095604459534, 166310252540771229, 2260588327282429663} counter= 13sumtot= 1406650644950420476 +--------------------------------------- +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.017 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index d807737492..e80616167f 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.690000s Real=0.745314s Sys=0.000000s + User=1.140000s Real=1.170626s Sys=0.010000s ======================== run summary ====================== @@ -609,7 +609,7 @@ N=17 V[N]={689251087776660200, 1898021912145045173, 201745581052727980, 10059589 Run terminated. Run Summary Number of events processed : 50000 - User=0.430000s Real=0.447596s Sys=0.010000s + User=0.520000s Real=0.542997s Sys=0.000000s ======================== run summary ====================== @@ -708,7 +708,7 @@ N=17 V[N]={1511617274622527946, 54498111951318095, 344688822686444913, 147914917 Run terminated. Run Summary Number of events processed : 50000 - User=1.440000s Real=1.502434s Sys=0.010000s + User=2.090000s Real=2.230650s Sys=0.010000s ======================== run summary ====================== @@ -813,7 +813,7 @@ N=17 V[N]={1247245041985209985, 2118520520775053977, 1240220270317109080, 514083 Run terminated. Run Summary Number of events processed : 50000 - User=0.400000s Real=0.442072s Sys=0.000000s + User=0.660000s Real=0.691229s Sys=0.000000s ======================== run summary ====================== @@ -919,7 +919,7 @@ N=17 V[N]={1260871696501317326, 2056431528033936806, 2085508718812166341, 403823 Run terminated. Run Summary Number of events processed : 50000 - User=6.320000s Real=6.668880s Sys=0.010000s + User=7.630000s Real=7.795875s Sys=0.020000s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm6/History b/examples/extended/electromagnetic/TestEm6/History index d3bcf3228d..44bc31b379 100644 --- a/examples/extended/electromagnetic/TestEm6/History +++ b/examples/extended/electromagnetic/TestEm6/History @@ -14,6 +14,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +08-02-22 V. Ivanchenko (testem6-V10-07-05) +- RunAction - fixed compilation warning + 07-11-21 I. Hrivnacova (testem6-V10-07-04) - Added analysis manager Clear() call instead of deleting in the end of run (removed on July 19) diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 15e7b7ca0f..6161b5a461 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,7 @@ Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -267,7 +267,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000694s Sys=0.000000s + User=0.000000s Real=0.000937s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> GammaToMuPair : 5 @@ -385,7 +385,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000718s Sys=0.000000s + User=0.000000s Real=0.000561s Sys=0.000000s ### RunAction::EndOfRunAction Number of process calls ---> AnnihiToMuPair : 2 ee2hadr : 3 diff --git a/examples/extended/electromagnetic/TestEm6/src/RunAction.cc b/examples/extended/electromagnetic/TestEm6/src/RunAction.cc index b8b744062e..67112d754e 100644 --- a/examples/extended/electromagnetic/TestEm6/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm6/src/RunAction.cc @@ -158,14 +158,12 @@ void RunAction::EndOfRunAction(const G4Run*) G4cout << "### RunAction::EndOfRunAction" << G4endl; //total number of process calls // - G4double countTot = 0.; G4cout << "\n Number of process calls --->"; for (size_t i=0; i< fProcCounter->size(); ++i) { G4String procName = (*fProcCounter)[i]->GetName(); if (procName != "Transportation") { - G4int count = (*fProcCounter)[i]->GetCounter(); + G4int count = (*fProcCounter)[i]->GetCounter(); G4cout << "\t" << procName << " : " << count; - countTot += count; } } G4cout << G4endl; diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index d2d7274b51..68a9b4963a 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.620000s Real=4.984860s Sys=0.020000s + User=4.940000s Real=5.002908s 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]={2205743476850236015, 1982529806949892627, 649472759519554690, 3652737 Run terminated. Run Summary Number of events processed : 1000 - User=1.370000s Real=1.499739s Sys=0.000000s + User=1.540000s Real=1.555970s 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]={1264744371670276937, 1116397027800607188, 2020529206402369493, 165804 Run terminated. Run Summary Number of events processed : 1000 - User=0.820000s Real=0.857722s Sys=0.000000s + User=0.980000s Real=1.013630s 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]={746592639403039651, 578971365651058213, 1392741487187490805, 10297975 Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000358s Sys=0.000000s + User=0.000000s Real=0.000460s 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]={39565270828828166, 2117955912867111892, 915994959399895569, 434231690 Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.007160s Sys=0.000000s + User=0.000000s Real=0.008118s 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]={1191748347417185325, 551081975005758526, 481843615722198840, 15465659 Run terminated. Run Summary Number of events processed : 10 - User=5.010000s Real=5.318708s Sys=0.040000s + User=4.900000s Real=5.073810s 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]={1216406408793269356, 594095032719744971, 1224762106425010166, 4970926 Run terminated. Run Summary Number of events processed : 1000 - User=0.440000s Real=0.441181s Sys=0.000000s + User=0.470000s Real=0.490443s 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 6c2deed84c..f165b148d5 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -148,7 +148,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Kr7CH4 density: 3.491 mg/cm3 RadL: 32.924 m Nucl.Int.Length: 429.528 m - Imean: 337.765 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 337.610 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 % @@ -187,7 +187,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: TRT_CO2 density: 1.842 mg/cm3 RadL: 196.499 m Nucl.Int.Length: 466.034 m - Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -202,7 +202,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: TRT_CO2p density: 1.842 mg/cm3 RadL: 196.499 m Nucl.Int.Length: 466.034 m - Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -217,7 +217,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: TRT_CF4 density: 3.900 mg/cm3 RadL: 87.158 m Nucl.Int.Length: 234.187 m - Imean: 109.384 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 108.796 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -230,7 +230,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: XeCO2CF4 density: 4.760 mg/cm3 RadL: 20.851 m Nucl.Int.Length: 314.638 m - Imean: 345.469 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 344.984 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -261,7 +261,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: C3H8 density: 3.758 mg/cm3 RadL: 120.742 m Nucl.Int.Length: 172.576 m - Imean: 52.014 eV temperature: 293.15 K pressure: 2.00 atm + Imean: 50.673 eV temperature: 293.15 K pressure: 2.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -275,7 +275,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: C3H8p density: 3.415 mg/cm3 RadL: 132.867 m Nucl.Int.Length: 189.905 m - Imean: 52.014 eV temperature: 293.15 K pressure: 2.00 atm + Imean: 50.673 eV temperature: 293.15 K pressure: 2.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -289,7 +289,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: XeCH4C3H8 density: 4.920 mg/cm3 RadL: 17.657 m Nucl.Int.Length: 343.553 m - Imean: 438.262 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 437.806 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -315,7 +315,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Ar7CH4 density: 1.709 mg/cm3 RadL: 116.342 m Nucl.Int.Length: 680.811 m - Imean: 177.716 eV temperature: 273.15 K pressure: 1.00 atm + Imean: 177.556 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % @@ -335,7 +335,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: ArCO2 density: 1.822 mg/cm3 RadL: 119.168 m Nucl.Int.Length: 604.881 m - Imean: 158.492 eV temperature: 273.15 K pressure: 1.00 atm + Imean: 158.109 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % @@ -356,7 +356,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.033 m - Imean: 412.596 eV temperature: 273.15 K pressure: 1.00 atm + Imean: 412.201 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -383,7 +383,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.157 m Nucl.Int.Length: 391.553 m - Imean: 296.925 eV temperature: 273.15 K pressure: 1.00 atm + Imean: 296.541 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 % @@ -407,7 +407,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: TPC_Ne-CO2-2 density: 0.939 mg/cm3 RadL: 320.739 m Nucl.Int.Length: 993.359 m - Imean: 126.355 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 126.099 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Ne (Ne) Z = 10.0 N = 20 A = 20.180 g/mole ---> Isotope: Ne20 Z = 10 N = 20 A = 19.99 g/mole abundance: 90.480 % @@ -428,7 +428,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: TPC_Ne-CO2-2p density: 0.939 mg/cm3 RadL: 320.749 m Nucl.Int.Length: 993.343 m - Imean: 126.350 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 126.093 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Ne (Ne) Z = 10.0 N = 20 A = 20.180 g/mole ---> Isotope: Ne20 Z = 10 N = 20 A = 19.99 g/mole abundance: 90.480 % @@ -449,7 +449,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Xe15CO2 density: 4.939 mg/cm3 RadL: 17.942 m Nucl.Int.Length: 339.776 m - Imean: 430.867 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 430.569 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -555,7 +555,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.050000s Real=0.055374s Sys=0.000000s + User=0.070000s Real=0.066956s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0166649 ==================================================== Beam Particle: proton diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index d89a32afc1..dcdb578e56 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -603,40 +603,40 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.560000s Real=0.603738s Sys=0.000000s + User=0.690000s Real=0.699680s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= Number of events 100 -Average number of e- 402.2 -Average number of gamma 636.8 -Average number of e+ 47.82 -Average number of steps 2957 -Edep 1x1 = 0.8398 +- 0.002632 res= 3.134 % 100 -Edep 3x3 = 0.9607 +- 0.001031 res= 1.074 % 100 -Edep 5x5 = 0.9809 +- 0.0007589 res= 0.7736 % 100 +Average number of e- 402 +Average number of gamma 637.6 +Average number of e+ 47.47 +Average number of steps 2954 +Edep 1x1 = 0.8368 +- 0.00286 res= 3.418 % 100 +Edep 3x3 = 0.9592 +- 0.001543 res= 1.609 % 100 +Edep 5x5 = 0.9804 +- 0.001271 res= 1.296 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.874 +- 0.002447 - E1/E25 = 0.8561 +- 0.002569 - E9/E25 = 0.9795 +- 0.0007586 + E1/E9 = 0.8723 +- 0.002519 + E1/E25 = 0.8535 +- 0.002728 + E9/E25 = 0.9784 +- 0.0008481 Beam Energy 1 GeV ================================================================== <<<<>>>> 100 events for Crystal Calorimeter -Edep1x1: 0.8398 delEdep1x1= -0.1602 nrms= -1.602 -Erms1x1: 0.02632 delErms1x1= -0.9737 nrms= -9.737 -Edep3x3: 0.9607 delEdep3x3= -0.03925 nrms= -0.3925 -Erms3x3: 0.01031 delErms3x3= -0.9897 nrms= -9.897 -Edep5x5: 0.9809 delEdep5x5= -0.01913 nrms= -0.1913 -Erms5x5: 0.007589 delErms5x5= -0.9924 nrms= -9.924 +Edep1x1: 0.8368 delEdep1x1= -0.1632 nrms= -1.632 +Erms1x1: 0.0286 delErms1x1= -0.9714 nrms= -9.714 +Edep3x3: 0.9592 delEdep3x3= -0.04076 nrms= -0.4076 +Erms3x3: 0.01543 delErms3x3= -0.9846 nrms= -9.846 +Edep5x5: 0.9804 delEdep5x5= -0.01963 nrms= -0.1963 +Erms5x5: 0.01271 delErms5x5= -0.9873 nrms= -9.873 <<<<>>>> IS ACCEPTED Z bremsstrahlung photoeffect compton conversion 13 0 0 5 0 26 0 1 0 0 - 53 259 131 0 23 - 55 281 155 0 23 + 53 264 131 0 22 + 55 277 153 0 24 # /testem/det/acceptance1 0.0136 0.0001 500 /testem/det/acceptance9 0.0139 0.0001 500 @@ -714,22 +714,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.870000s Real=0.972344s Sys=0.000000s + User=1.180000s Real=1.206334s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= Number of events 1000 -Average number of e- 66.47 -Average number of gamma 55.26 -Average number of e+ 2.794 -Average number of steps 404.2 -Edep 1x1 = 0.01373 +- 0.0001457 -Edep 3x3 = 0.01403 +- 0.0001649 -Edep 5x5 = 0.01409 +- 0.000168 +Average number of e- 76.6 +Average number of gamma 74.13 +Average number of e+ 4.355 +Average number of steps 482.6 +Edep 1x1 = 0.0149 +- 0.0004744 +Edep 3x3 = 0.01534 +- 0.0005324 +Edep 5x5 = 0.01541 +- 0.000542 =========== Ratios without trancating =========================== - E1/E9 = 0.9845 +- 0.0006706 - E1/E25 = 0.9815 +- 0.0007715 - E9/E25 = 0.9969 +- 0.0001953 + E1/E9 = 0.9834 +- 0.000728 + E1/E25 = 0.9807 +- 0.0008211 + E9/E25 = 0.9972 +- 0.0001666 Beam Energy 20 GeV ================================================================== @@ -837,22 +837,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.390000s Real=0.401406s Sys=0.000000s + User=0.470000s Real=0.479232s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= Number of events 100 -Average number of e- 171.9 -Average number of gamma 218.8 -Average number of e+ 46.18 -Average number of steps 1837 -Edep 1x1 = 0.8323 +- 0.003391 res= 4.074 % 100 -Edep 3x3 = 0.9571 +- 0.003099 res= 3.238 % 100 -Edep 5x5 = 0.9774 +- 0.003098 res= 3.169 % 100 +Average number of e- 171 +Average number of gamma 220.7 +Average number of e+ 47.65 +Average number of steps 1826 +Edep 1x1 = 0.8273 +- 0.003573 res= 4.319 % 100 +Edep 3x3 = 0.9516 +- 0.003051 res= 3.206 % 100 +Edep 5x5 = 0.9739 +- 0.00302 res= 3.101 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8699 +- 0.003034 - E1/E25 = 0.8519 +- 0.003126 - E9/E25 = 0.9792 +- 0.00113 + E1/E9 = 0.8695 +- 0.003121 + E1/E25 = 0.8496 +- 0.003221 + E9/E25 = 0.9771 +- 0.001224 Beam Energy 1 GeV ================================================================== @@ -960,22 +960,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.580000s Real=0.595923s Sys=0.010000s + User=0.720000s Real=0.746723s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= Number of events 100 -Average number of e- 171.4 -Average number of gamma 359.6 -Average number of e+ 47.63 -Average number of steps 1979 -Edep 1x1 = 0.8338 +- 0.003625 res= 4.347 % 100 -Edep 3x3 = 0.9558 +- 0.003284 res= 3.436 % 100 -Edep 5x5 = 0.9766 +- 0.002952 res= 3.023 % 100 +Average number of e- 172.5 +Average number of gamma 362.1 +Average number of e+ 47.87 +Average number of steps 1983 +Edep 1x1 = 0.834 +- 0.00356 res= 4.268 % 100 +Edep 3x3 = 0.9594 +- 0.003267 res= 3.406 % 100 +Edep 5x5 = 0.9806 +- 0.003163 res= 3.226 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8726 +- 0.002866 - E1/E25 = 0.8539 +- 0.00311 - E9/E25 = 0.9786 +- 0.001322 + E1/E9 = 0.8694 +- 0.002828 + E1/E25 = 0.8507 +- 0.002989 + E9/E25 = 0.9784 +- 0.001022 Beam Energy 1 GeV ================================================================== @@ -983,6 +983,6 @@ Beam Energy 1 GeV G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.13 MB +Dynamic pools deleted: 11 / Total memory freed: 0.14 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/errorpropagation/errorprop.out b/examples/extended/errorpropagation/errorprop.out index 323890cece..2aac47a1e1 100644 --- a/examples/extended/errorpropagation/errorprop.out +++ b/examples/extended/errorpropagation/errorprop.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 0x9fee70 + creating G4RunManagerKernel 0x1724e70 The materials defined are : @@ -93,15 +93,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 -0xc19e70G4ErrorPhysicsList:: particle process manager e+ = 0xc1ef10 -0xc19cd0G4ErrorPhysicsList:: particle process manager e- = 0xc1e0b0 -0xc19b30G4ErrorPhysicsList:: particle process manager gamma = 0xc1fc60 -0xc1b1b0G4ErrorPhysicsList:: particle process manager geantino = 0xc234d0 -0xc1a010G4ErrorPhysicsList:: particle process manager mu+ = 0xc23720 -0xc1a300G4ErrorPhysicsList:: particle process manager mu- = 0xc23970 -0xc1a710G4ErrorPhysicsList:: particle process manager pi+ = 0xc23bc0 -0xc1ab60G4ErrorPhysicsList:: particle process manager pi- = 0xc23e10 -0xc1af80G4ErrorPhysicsList:: particle process manager proton = 0xc24060 +0x193fe50G4ErrorPhysicsList:: particle process manager e+ = 0x1944ef0 +0x193fcb0G4ErrorPhysicsList:: particle process manager e- = 0x1944090 +0x193fb10G4ErrorPhysicsList:: particle process manager gamma = 0x1945c40 +0x1941190G4ErrorPhysicsList:: particle process manager geantino = 0x19494b0 +0x193fff0G4ErrorPhysicsList:: particle process manager mu+ = 0x1949700 +0x19402e0G4ErrorPhysicsList:: particle process manager mu- = 0x1949950 +0x19406f0G4ErrorPhysicsList:: particle process manager pi+ = 0x1949ba0 +0x1940b40G4ErrorPhysicsList:: particle process manager pi- = 0x1949df0 +0x1940f60G4ErrorPhysicsList:: particle process manager proton = 0x194a040 physicsList->CheckParticleList() start. physicsList->setCut() start. ======================================================================= diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/History b/examples/extended/eventgenerator/HepMC/HepMCEx01/History index 1eb1bb0f67..572792c651 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/History +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/History @@ -14,6 +14,10 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 24th 2022 I. Hrivnacova (HepMCEx01-V10-07-00) +- Fix failing compilation due to G4String changes in Geant4 11 + (Makes part of the GitHub PR #45) + Novemebr 13th 2020 Ben Morgan (HepMCEx01-V10-06-01) - Enforce use of Serial RunManager. diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingAction.cc index fbf9fae20f..a5c90e15a7 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingAction.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingAction.cc @@ -70,11 +70,11 @@ void ExN04SteppingAction::UserSteppingAction(const G4Step * theStep) G4StepPoint * thePrePoint = theStep->GetPreStepPoint(); G4VPhysicalVolume * thePrePV = thePrePoint->GetPhysicalVolume(); G4String thePrePVname = thePrePV->GetName(); - if(thePrePVname(0,4)=="calo") { return; } + if(thePrePVname.substr(0,4)=="calo") { return; } G4StepPoint * thePostPoint = theStep->GetPostStepPoint(); G4VPhysicalVolume * thePostPV = thePostPoint->GetPhysicalVolume(); G4String thePostPVname = thePostPV->GetName(); - if(thePostPVname(0,4)!="calo") { return; } + if(thePostPVname.substr(0,4)!="calo") { return; } // then suspend the track theTrack->SetTrackStatus(fSuspend); diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index cee5384d7c..15445e8c09 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 1c4cf7e668..c67dc3c4d4 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.000358s Sys=0.000000s + User=0.000000s Real=0.000396s 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.000034s Sys=0.000000s + User=0.000000s Real=0.000049s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run2.out b/examples/extended/eventgenerator/particleGun/particleGun_run2.out index a90fc377da..7a5c6d1314 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.150000s Real=0.150063s Sys=0.000000s + User=0.200000s Real=0.198842s Sys=0.000000s ... write file : run2.root - done ... close file : run2.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run3.out b/examples/extended/eventgenerator/particleGun/particleGun_run3.out index 16112dda94..8ef8d8d777 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -51,7 +51,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.170000s Real=0.170717s Sys=0.000000s + User=0.200000s Real=0.210217s Sys=0.010000s ... write file : run3.root - done ... close file : run3.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run4.out b/examples/extended/eventgenerator/particleGun/particleGun_run4.out index ac391a50f7..53fae22232 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -66,7 +66,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.300000s Real=2.381274s Sys=0.010000s + User=2.630000s Real=2.670394s Sys=0.000000s ... write file : run4.root - done ... close file : run4.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index 1cb4201996..51b8acccc9 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.330000s Real=0.336445s Sys=0.000000s + User=0.410000s Real=0.407351s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/channeling.out index 71f5e4bd4b..a0b9ad9bd9 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index 4f40c3e16c..a3d44296d8 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1138,7 +1138,7 @@ Event = 0 z0 = -779.999 Primary direction = (0,0,1) Run terminated. Run Summary Number of events processed : 100 - User=0.670000s Real=0.747865s Sys=0.010000s + User=0.790000s Real=0.820617s Sys=0.000000s RunAction: End of run actions are started 1 Nevt= 100 Edep= 4130.15 ==================================================== Beam Particle: proton diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index 747c5b3202..9de3e29f02 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 new file mode 100644 index 0000000000..722f128950 --- /dev/null +++ b/examples/extended/exoticphysics/saxs/saxs-slits.out @@ -0,0 +1,571 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +### DetectorConstruction Instantiated ### +### PhysicsList instantiated ### +### selected Penelope PhysicsList with MI effects ### +CustomMat composition: +CustomMatHmassfract: 0.0504 +CustomMatNmassfract: 0.35 +CustomMatOmassfract: 0.5996 +Phantom material: CustomMat +Phantom density: 1.72 g/cm3 +Phantom mass: 1.35088 g +Slit material: Tungsten +Slit1 thickness: 5 mm +Slit2 thickness: 5 mm +Slit3 thickness: 5 mm +Slit4 thickness: 5 mm +Slit1 aperture: 4 x 4 mm2 +Slit2 aperture: 4 x 4 mm2 +Slit3 aperture: 4 x 4 mm2 +Slit4 aperture: 4 x 4 mm2 +Shielding material: Lead +Shielding thickness: 4 mm +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.02 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 1 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Penelope +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 1 + +### === G4UAtomicDeexcitation::InitialiseForNewRun() +### === Auger flag: 1 +### === Ignore cuts flag: 0 +### === PIXE model for hadrons: Empirical +### === PIXE model for e+-: Penelope +====================================================================== +The G4PenelopeIonisationModel is being used with the PIXE flag ON. +Atomic de-excitation will be produced statistically by the PIXE +interface by using the shell cross section --> Penelope +The built-in model procedure for atomic de-excitation is disabled. +*Please be sure this is intended*, or disable PIXE by +/process/em/pixe false +====================================================================== +# Molecular Interference is ON # +FF of Air calculated according to the IAM +Read MIFF for CustomMat from custom file: myFF.dat +FF of G4_W calculated according to the IAM +FF of G4_Ge calculated according to the IAM +FF of G4_Pb calculated according to the IAM + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenPhotoElec : Emin= 0 eV Emax= 100 TeV Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenCompton : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenConversion : Emin= 0 eV Emax= 100 TeV + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenRayleighMI : Emin= 0 eV Emax= 100 GeV + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 1 GeV + MollerBhabha : Emin= 1 GeV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenBrem : Emin= 0 eV Emax= 1 GeV + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 1 GeV + MollerBhabha : Emin= 1 GeV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenBrem : Emin= 0 eV Emax= 1 GeV + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenAnnih : Emin= 0 eV Emax= 1 GeV + eplus2gg : Emin= 1 GeV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for anti_proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Air + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : CustomMat + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1.40044 keV e- 111.625 keV e+ 109.891 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_W + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 36.2806 keV e- 351.89 keV e+ 338.072 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : G4_Ge + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 5.96323 keV e- 174.298 keV e+ 169.99 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : G4_Pb + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 29.3967 keV e- 240.671 keV e+ 232.59 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Analysis_W001 + issued by : G4RootNtupleFileManager::SetNtupleMergingMode +Merging ntuples is not applicable in sequential application. +Setting was ignored. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +... set ntuple merging row mode : row-wise - done +... create file : output.root - done +... open analysis file : output.root - done +... open analysis file : output.root - done +--> Event 0 starts. +--> Event 100000 starts. +--> Event 200000 starts. +--> Event 300000 starts. +--> Event 400000 starts. +--> Event 500000 starts. +--> Event 600000 starts. +--> Event 700000 starts. +--> Event 800000 starts. +--> Event 900000 starts. + Run terminated. +Run Summary + Number of events processed : 1000000 + User=17.110000s Real=25.446481s Sys=0.060000s + +--------------------End of Global Run----------------------- + The run had 1000000 events... write file : output.root - done +... close file : output.root - done +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.029 MB +============================================================ +RunManagerKernel is deleted. Good bye :) +Execution completed +User=18.910000s Real=27.718128s Sys=0.120000s diff --git a/examples/extended/exoticphysics/saxs/saxs.out b/examples/extended/exoticphysics/saxs/saxs.out new file mode 100644 index 0000000000..56e3f14be9 --- /dev/null +++ b/examples/extended/exoticphysics/saxs/saxs.out @@ -0,0 +1,554 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +### DetectorConstruction Instantiated ### +### PhysicsList instantiated ### +### selected Penelope PhysicsList with MI effects ### +CustomMat composition: +CustomMatHmassfract: 0.0504 +CustomMatNmassfract: 0.35 +CustomMatOmassfract: 0.5996 +Phantom material: MedMat_0.80_0.20_0.00_0.00 +Phantom density: 0.937437 g/cm3 +Phantom mass: 0.736261 g +Shielding material: Lead +Shielding thickness: 4 mm +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.02 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 1 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Penelope +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 1 + +### === G4UAtomicDeexcitation::InitialiseForNewRun() +### === Auger flag: 1 +### === Ignore cuts flag: 0 +### === PIXE model for hadrons: Empirical +### === PIXE model for e+-: Penelope +====================================================================== +The G4PenelopeIonisationModel is being used with the PIXE flag ON. +Atomic de-excitation will be produced statistically by the PIXE +interface by using the shell cross section --> Penelope +The built-in model procedure for atomic de-excitation is disabled. +*Please be sure this is intended*, or disable PIXE by +/process/em/pixe false +====================================================================== +# Molecular Interference is ON # +FF of Air calculated according to the IAM +Build MIFF from components for MedMat_0.80_0.20_0.00_0.00 +FF of G4_Ge calculated according to the IAM +FF of G4_Pb calculated according to the IAM + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenPhotoElec : Emin= 0 eV Emax= 100 TeV Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenCompton : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenConversion : Emin= 0 eV Emax= 100 TeV + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenRayleighMI : Emin= 0 eV Emax= 100 GeV + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 1 GeV + MollerBhabha : Emin= 1 GeV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenBrem : Emin= 0 eV Emax= 1 GeV + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.02 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 1 GeV + MollerBhabha : Emin= 1 GeV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenBrem : Emin= 0 eV Emax= 1 GeV + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenAnnih : Emin= 0 eV Emax= 1 GeV + eplus2gg : Emin= 1 GeV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +nuclearStopping: for anti_proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Air + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : MedMat_0.80_0.20_0.00_0.00 + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 1 keV e- 83.2112 keV e+ 82.1189 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : G4_Ge + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 5.96323 keV e- 174.298 keV e+ 169.99 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : G4_Pb + Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um + Energy thresholds : gamma 29.3967 keV e- 240.671 keV e+ 232.59 keV proton 10 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Analysis_W001 + issued by : G4RootNtupleFileManager::SetNtupleMergingMode +Merging ntuples is not applicable in sequential application. +Setting was ignored. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +... set ntuple merging row mode : row-wise - done +... create file : output.root - done +... open analysis file : output.root - done +... open analysis file : output.root - done +--> Event 0 starts. +--> Event 100000 starts. +--> Event 200000 starts. +--> Event 300000 starts. +--> Event 400000 starts. +--> Event 500000 starts. +--> Event 600000 starts. +--> Event 700000 starts. +--> Event 800000 starts. +--> Event 900000 starts. + Run terminated. +Run Summary + Number of events processed : 1000000 + User=24.300000s Real=35.052688s Sys=0.360000s + +--------------------End of Global Run----------------------- + The run had 1000000 events... write file : output.root - done +... close file : output.root - done +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 14 of which, static: 0 +Dynamic pools deleted: 14 / Total memory freed: 0.025 MB +============================================================ +RunManagerKernel is deleted. Good bye :) +Execution completed +User=26.070000s Real=37.154893s Sys=0.420000s diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index 32eee57425..f6ec2e193e 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1492,7 +1492,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.020000s Real=0.042799s Sys=0.000000s + User=0.030000s Real=0.034928s 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 new file mode 100644 index 0000000000..6d4f93f1ac --- /dev/null +++ b/examples/extended/field/BlineTracer/BlineTracer.out @@ -0,0 +1,22 @@ + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 17299bc0c1..0dd710aea4 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ ***** Table : Nb of materials = 11 ***** Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.319 cm - Imean: 75.967 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 74.266 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % @@ -42,7 +42,7 @@ Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.282 cm - Imean: 56.518 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 54.941 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -100,12 +100,6 @@ Material: Air density: 0.000 mg/cm3 RadL: 28329262.634 km Nucl.Int.Length: 66178558.148 km Imean: 85.664 eV temperature: 273.15 K pressure: 0.00 atm - ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.010 g/mole ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % @@ -117,6 +111,12 @@ ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % ElmMassFraction: 23.15 % ElmAbundance 21.05 % + ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 1.28 % ElmAbundance 0.47 % + Material: Xenon density: 5.858 mg/cm3 RadL: 14.478 m Nucl.Int.Length: 303.668 m Imean: 482.000 eV temperature: 293.15 K pressure: 1.00 atm @@ -135,7 +135,7 @@ Material: CO2 density: 1.842 mg/cm3 RadL: 196.501 m Nucl.Int.Length: 466.037 m - Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -150,7 +150,7 @@ Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.034 m - Imean: 412.597 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 412.201 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -177,7 +177,7 @@ Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.157 m Nucl.Int.Length: 391.554 m - Imean: 296.926 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 296.542 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 % @@ -667,7 +667,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000611s Sys=0.010000s + User=0.000000s Real=0.000879s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -701,7 +701,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000133s Sys=0.000000s + User=0.000000s Real=0.000166s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -735,7 +735,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000109s Sys=0.000000s + User=0.000000s Real=0.000161s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -769,7 +769,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000141s Sys=0.000000s + User=0.000000s Real=0.000196s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -803,7 +803,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000117s Sys=0.000000s + User=0.000000s Real=0.000151s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -844,7 +844,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000127s Sys=0.000000s + User=0.000000s Real=0.000181s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -878,7 +878,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.006962s Sys=0.000000s + User=0.000000s Real=0.008880s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. @@ -948,7 +948,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.010578s Sys=0.000000s + User=0.020000s Real=0.016525s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index 82a2d30903..f24bf9e3c6 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ ***** Table : Nb of materials = 11 ***** Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.319 cm - Imean: 75.967 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 74.266 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % @@ -42,7 +42,7 @@ Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.282 cm - Imean: 56.518 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 54.941 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -100,12 +100,6 @@ Material: Air density: 1.293 mg/cm3 RadL: 283.293 m Nucl.Int.Length: 661.786 m Imean: 85.664 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.010 g/mole ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % @@ -117,6 +111,12 @@ ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % ElmMassFraction: 23.15 % ElmAbundance 21.05 % + ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 1.28 % ElmAbundance 0.47 % + Material: Xenon density: 5.858 mg/cm3 RadL: 14.478 m Nucl.Int.Length: 303.668 m Imean: 482.000 eV temperature: 293.15 K pressure: 1.00 atm @@ -135,7 +135,7 @@ Material: CO2 density: 1.842 mg/cm3 RadL: 196.501 m Nucl.Int.Length: 466.037 m - Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -150,7 +150,7 @@ Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.034 m - Imean: 412.597 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 412.201 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -177,7 +177,7 @@ Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.157 m Nucl.Int.Length: 391.554 m - Imean: 296.926 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 296.542 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 % @@ -1437,7 +1437,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep 1 -42.3 um -2.37 cm 1.23 cm 287 MeV 6.04 keV 2.83 cm 2.83 cm World eIoni 2 -51 um -2.53 cm 1.26 cm 303 MeV 163 eV 1.61 mm 2.99 cm World eIoni - 3 -357 um -20 cm 2.23 cm 2.05 GeV 39 keV 17.5 cm 20.5 cm OutOfWorldTransportation + 3 -356 um -20 cm 2.23 cm 2.05 GeV 39 keV 17.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1467,38 +1467,38 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne 1 -76 um -3.22 cm 1.36 cm 372 MeV 8.63 keV 3.69 cm 3.69 cm World eIoni 2 -119 um -6.2 cm 1.66 cm 670 MeV 5.52 keV 3 cm 6.69 cm World eIoni 3 -126 um -7.01 cm 1.72 cm 751 MeV 1.39 keV 8.06 mm 7.5 cm World eIoni - 4 -152 um -10.2 cm 1.9 cm 1.07 GeV 2.8 keV 3.24 cm 10.7 cm World eIoni - 5 -162 um -12.1 cm 1.98 cm 1.26 GeV 4.21 keV 1.91 cm 12.6 cm World eIoni - 6 -194 um -20 cm 2.23 cm 2.05 GeV 13.8 keV 7.85 cm 20.5 cm OutOfWorldTransportation + 4 -153 um -10.2 cm 1.9 cm 1.07 GeV 2.8 keV 3.24 cm 10.7 cm World eIoni + 5 -163 um -12.1 cm 1.98 cm 1.26 GeV 4.21 keV 1.91 cm 12.6 cm World eIoni + 6 -197 um -20 cm 2.23 cm 2.05 GeV 13.8 keV 7.85 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -162 um -12.1 cm 1.98 cm 2.88 keV 0 eV 0 fm 0 fm World initStep - 1 -161 um -12.2 cm 1.99 cm 1.21 MeV 2.88 keV 274 um 274 um World eIoni - 2 159 um -13.5 cm 1.96 cm 132 MeV 1.16 keV 1.31 cm 1.34 cm World eIoni - 3 697 um -20 cm 1.9 cm 785 MeV 13.9 keV 6.53 cm 7.87 cm OutOfWorldTransportation + 0 -163 um -12.1 cm 1.98 cm 2.88 keV 0 eV 0 fm 0 fm World initStep + 1 -162 um -12.2 cm 1.99 cm 1.21 MeV 2.88 keV 274 um 274 um World eIoni + 2 158 um -13.5 cm 1.96 cm 132 MeV 1.16 keV 1.31 cm 1.34 cm World eIoni + 3 696 um -20 cm 1.9 cm 785 MeV 13.9 keV 6.53 cm 7.87 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -152 um -10.2 cm 1.9 cm 4.52 keV 0 eV 0 fm 0 fm World initStep - 1 -169 um -10.3 cm 1.9 cm 2.66 MeV 4.52 keV 597 um 597 um World eIoni - 2 -134 um -10.8 cm 1.9 cm 53.4 MeV 897 eV 5.07 mm 5.67 mm World eIoni - 3 -104 um -12.7 cm 1.9 cm 250 MeV 2.05 keV 1.97 cm 2.54 cm World eIoni - 4 -58.5 um -20 cm 1.9 cm 976 MeV 16.5 keV 7.26 cm 9.8 cm OutOfWorldTransportation + 0 -153 um -10.2 cm 1.9 cm 4.52 keV 0 eV 0 fm 0 fm World initStep + 1 -170 um -10.3 cm 1.9 cm 2.66 MeV 4.52 keV 597 um 597 um World eIoni + 2 -135 um -10.8 cm 1.9 cm 53.4 MeV 897 eV 5.07 mm 5.67 mm World eIoni + 3 -105 um -12.7 cm 1.9 cm 250 MeV 2.05 keV 1.97 cm 2.54 cm World eIoni + 4 -59.3 um -20 cm 1.9 cm 976 MeV 16.5 keV 7.26 cm 9.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -104 um -12.7 cm 1.9 cm 2.06 keV 0 eV 0 fm 0 fm World initStep - 1 -103 um -12.7 cm 1.9 cm 547 keV 2.06 keV 80.7 um 80.7 um World eIoni + 0 -105 um -12.7 cm 1.9 cm 2.06 keV 0 eV 0 fm 0 fm World initStep + 1 -104 um -12.7 cm 1.9 cm 547 keV 2.06 keV 80.7 um 80.7 um World eIoni 2 -123 um -20 cm 1.9 cm 726 MeV 13.1 keV 7.4 cm 7.41 cm OutOfWorldTransportation ********************************************************************************************************* @@ -1508,7 +1508,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -126 um -7.01 cm 1.72 cm 2.39 keV 0 eV 0 fm 0 fm World initStep 1 -121 um -7.02 cm 1.72 cm 869 keV 2.39 keV 201 um 201 um World eIoni - 2 87.9 um -7.75 cm 1.7 cm 74.6 MeV 2.1 keV 7.38 mm 7.58 mm World eIoni + 2 87.8 um -7.75 cm 1.7 cm 74.6 MeV 2.1 keV 7.38 mm 7.58 mm World eIoni 3 489 um -10.1 cm 1.66 cm 309 MeV 3.11 keV 2.34 cm 3.1 cm World eIoni 4 861 um -20 cm 1.61 cm 1.3 GeV 14.8 keV 9.9 cm 13 cm OutOfWorldTransportation @@ -1615,9 +1615,10 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 296 um -8.12 cm 1.08 cm 5.05 keV 0 eV 0 fm 0 fm World initStep 1 279 um -8.15 cm 1.08 cm 3.25 MeV 5.05 keV 727 um 727 um World eIoni - 2 259 um -8.95 cm 1.07 cm 83.2 MeV 2.25 keV 7.99 mm 8.72 mm World eIoni - 3 -113 um -17.8 cm 1.02 cm 972 MeV 10.2 keV 8.89 cm 9.76 cm World eIoni - 4 -131 um -20 cm 1.02 cm 1.19 GeV 2.64 keV 2.16 cm 11.9 cm OutOfWorldTransportation + 2 259 um -8.95 cm 1.07 cm 83.2 MeV 2.25 keV 7.99 mm 8.72 mm WorldTransportation + 3 259 um -8.95 cm 1.07 cm 83.2 MeV2.89e-07 meV 1.45 fm 8.72 mm World eIoni + 4 -113 um -17.8 cm 1.02 cm 972 MeV 10.2 keV 8.89 cm 9.76 cm World eIoni + 5 -131 um -20 cm 1.02 cm 1.19 GeV 2.64 keV 2.16 cm 11.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 @@ -1710,16 +1711,16 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne 4 52.1 um -11.7 cm 1.96 cm 1.22 GeV 5.07 keV 2.62 cm 12.2 cm World eIoni 5 53.1 um -11.9 cm 1.97 cm 1.24 GeV 419 eV 2.79 mm 12.4 cm World eIoni 6 53.1 um -11.9 cm 1.97 cm 1.24 GeV 3.49 eV 16.6 um 12.4 cm World eIoni - 7 67.7 um -17.3 cm 2.15 cm 1.78 GeV 12 keV 5.33 cm 17.8 cm World eIoni - 8 75.4 um -20 cm 2.23 cm 2.05 GeV 6.3 keV 2.73 cm 20.5 cm OutOfWorldTransportation + 7 67.6 um -17.3 cm 2.15 cm 1.78 GeV 12 keV 5.33 cm 17.8 cm World eIoni + 8 75.3 um -20 cm 2.23 cm 2.05 GeV 6.3 keV 2.73 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 67.7 um -17.3 cm 2.15 cm 15.9 keV 0 eV 0 fm 0 fm World initStep - 1 85.8 um -17.5 cm 2.15 cm 19.4 MeV 3.96 keV 2.62 mm 2.62 mm World eIoni + 0 67.6 um -17.3 cm 2.15 cm 15.9 keV 0 eV 0 fm 0 fm World initStep + 1 85.7 um -17.5 cm 2.15 cm 19.4 MeV 3.96 keV 2.62 mm 2.62 mm World eIoni 2 576 um -17.6 cm 2.13 cm 30.9 MeV 273 eV 1.27 mm 3.89 mm World eIoni 3 2.71 mm -20 cm 2.06 cm 273 MeV 6.42 keV 2.44 cm 2.83 cm OutOfWorldTransportation @@ -2844,16 +2845,16 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne 1 30.7 um -8.91 cm 1.83 cm 1.05 MeV 2.67 keV 241 um 241 um World eIoni 2 14.1 um -9.26 cm 1.82 cm 36 MeV 68.7 eV 3.49 mm 3.73 mm World eIoni 3 182 um -12.6 cm 1.82 cm 371 MeV 5.95 keV 3.36 cm 3.73 cm World eBrem - 4 195 um -13.3 cm 1.82 cm 440 MeV 875 eV 6.85 mm 4.41 cm World eIoni - 5 269 um -20 cm 1.82 cm 1.11 GeV 11.8 keV 6.7 cm 11.1 cm OutOfWorldTransportation + 4 196 um -13.3 cm 1.82 cm 440 MeV 875 eV 6.85 mm 4.41 cm World eIoni + 5 271 um -20 cm 1.82 cm 1.11 GeV 11.8 keV 6.7 cm 11.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 195 um -13.3 cm 1.82 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 192 um -13.3 cm 1.82 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni + 0 196 um -13.3 cm 1.82 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 193 um -13.3 cm 1.82 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni 2 169 um -20 cm 1.82 cm 670 MeV 17.4 keV 7.18 cm 7.18 cm OutOfWorldTransportation ********************************************************************************************************* @@ -3408,7 +3409,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne 2 205 um -17 cm 2.16 cm 49.9 MeV 685 eV 4.85 mm 5.17 mm World eIoni 3 424 um -19.2 cm 2.14 cm 273 MeV 4.25 keV 2.23 cm 2.74 cm World eIoni 4 447 um -19.7 cm 2.14 cm 323 MeV 1.27 keV 5.05 mm 3.25 cm World eIoni - 5 458 um -20 cm 2.14 cm 352 MeV 1.04 keV 2.83 mm 3.53 cm OutOfWorldTransportation + 5 458 um -20 cm 2.14 cm 352 MeV 596 eV 2.83 mm 3.53 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 @@ -3417,8 +3418,8 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 447 um -19.7 cm 2.14 cm 2.84 keV 0 eV 0 fm 0 fm World initStep 1 457 um -19.7 cm 2.14 cm 1.17 MeV 2.84 keV 267 um 267 um World eIoni - 2 458 um -19.7 cm 2.14 cm 1.43 MeV 3.8 eV 26.3 um 293 um World eIoni - 3 473 um -20 cm 2.14 cm 28.4 MeV 320 eV 2.7 mm 2.99 mm OutOfWorldTransportation + 2 470 um -19.8 cm 2.14 cm 7.41 MeV 94.1 eV 624 um 891 um World eIoni + 3 499 um -20 cm 2.14 cm 28.4 MeV 79.7 eV 2.1 mm 2.99 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 @@ -3426,8 +3427,8 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 424 um -19.2 cm 2.14 cm 8.31 keV 0 eV 0 fm 0 fm World initStep - 1 395 um -19.3 cm 2.15 cm 5.95 MeV 1.9 keV 802 um 802 um World eIoni - 2 -430 um -20 cm 2.13 cm 79.2 MeV 661 eV 7.41 mm 8.21 mm OutOfWorldTransportation + 1 392 um -19.3 cm 2.15 cm 7.81 MeV 3.44 keV 1.51 mm 1.51 mm World eIoni + 2 -2.1 mm -20 cm 2.16 cm 79.2 MeV 1 keV 8.51 mm 1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -3435,20 +3436,28 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 93.6 um -13.4 cm 2.05 cm 9.15 keV 0 eV 0 fm 0 fm World initStep - 1 125 um -13.5 cm 2.05 cm 9.13 MeV 4.97 keV 1.64 mm 1.64 mm World eIoni - 2 -458 um -14 cm 1.9 cm 59.4 MeV 871 eV 5.39 mm 7.04 mm World eIoni - 3 -764 um -15.1 cm 1.82 cm 173 MeV 1.79 keV 1.14 cm 1.85 cm World eIoni - 4 -1.17 mm -20 cm 1.72 cm 663 MeV 5.68 keV 4.9 cm 6.75 cm OutOfWorldTransportation + 1 124 um -13.4 cm 2.05 cm 8.03 MeV 2.37 keV 1.19 mm 1.19 mm World eIoni + 2 -3.28 mm -16.8 cm 2.11 cm 339 MeV 4.15 keV 3.39 cm 3.51 cm World eIoni + 3 -3.58 mm -19.6 cm 2.1 cm 623 MeV 4.8 keV 2.84 cm 6.35 cm World eIoni + 4 -3.61 mm -20 cm 2.1 cm 663 MeV 475 eV 3.99 mm 6.75 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.58 mm -19.6 cm 2.1 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 -3.58 mm -19.6 cm 2.1 cm 306 keV 1.29 keV 77.4 um 77.4 um World eIoni + 2 -3.58 mm -20 cm 2.1 cm 40 MeV 1.12 keV 3.98 mm 4.05 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -764 um -15.1 cm 1.82 cm 6.12 keV 0 eV 0 fm 0 fm World initStep - 1 -751 um -15.1 cm 1.82 cm 4.56 MeV 4.88 keV 1.02 mm 1.02 mm World eIoni - 2 -689 um -16.1 cm 1.83 cm 101 MeV 992 eV 9.67 mm 1.07 cm World eIoni - 3 -792 um -20 cm 1.84 cm 490 MeV 10.2 keV 3.89 cm 4.96 cm OutOfWorldTransportation + 0 -3.28 mm -16.8 cm 2.11 cm 1.74 keV 0 eV 0 fm 0 fm World initStep + 1 -3.28 mm -16.8 cm 2.11 cm 500 keV 1.74 keV 121 um 121 um World eIoni + 2 -3.26 mm -20 cm 2.11 cm 324 MeV 5.88 keV 3.26 cm 3.28 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -3457,7 +3466,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 90.5 um -12.5 cm 2.01 cm 1.72 keV 0 eV 0 fm 0 fm World initStep 1 87.1 um -12.5 cm 2.01 cm 493 keV 1.72 keV 119 um 119 um World eIoni - 2 70.2 um -20 cm 2.01 cm 754 MeV 10.1 keV 7.72 cm 7.73 cm OutOfWorldTransportation + 2 70.2 um -20 cm 2.01 cm 754 MeV 14.6 keV 7.72 cm 7.73 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -3466,49 +3475,71 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.27 um -4.93 mm 6.59 mm 3.96 keV 0 eV 0 fm 0 fm World initStep 1 -9.86 um -5.13 mm 6.59 mm 2.11 MeV 3.96 keV 474 um 474 um World eIoni - 2 -33.9 um -6.82 mm 6.58 mm 19 MeV 185 eV 1.69 mm 2.17 mm World eIoni - 3 -644 um -7.34 cm 6.56 mm 685 MeV 12.1 keV 6.66 cm 6.88 cm World eIoni - 4 -832 um -11.2 cm 6.54 mm 1.07 GeV 8.9 keV 3.89 cm 10.8 cm World eIoni - 5 -1.07 mm -19 cm 6.52 mm 1.85 GeV 16.2 keV 7.8 cm 18.6 cm World eIoni - 6 -1.1 mm -20 cm 6.51 mm 1.95 GeV 1.73 keV 9.69 mm 19.5 cm OutOfWorldTransportation + 2 -20.4 um -6.15 mm 6.59 mm 12.3 MeV 0 eV 1.02 mm 1.5 mm World eIoni + 3 420 um -6.53 cm 6.98 mm 604 MeV 11.4 keV 5.92 cm 6.07 cm World eIoni + 4 5.34 mm -14.7 cm 7.94 mm 1.42 GeV 18.6 keV 8.2 cm 14.3 cm World eIoni + 5 7.15 mm -20 cm 8.29 mm 1.95 GeV 11.9 keV 5.27 cm 19.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -19 cm 6.52 mm 5.04 keV 0 eV 0 fm 0 fm World initStep - 1 -1.06 mm -19.1 cm 6.54 mm 3.23 MeV 5.04 keV 724 um 724 um World eIoni - 2 -1.05 mm -20 cm 6.56 mm 97.1 MeV 1.78 keV 9.39 mm 1.01 cm OutOfWorldTransportation + 0 5.34 mm -14.7 cm 7.94 mm 17.4 keV 0 eV 0 fm 0 fm World initStep + 1 5.31 mm -14.9 cm 7.99 mm 14.9 MeV 1.71 keV 1.74 mm 1.74 mm World eIoni + 2 5.56 mm -15.9 cm 9.37 mm 121 MeV 2.38 keV 1.08 cm 1.25 cm World eIoni + 3 5.67 mm -17.8 cm 9.93 mm 309 MeV 3.13 keV 1.88 cm 3.13 cm World eIoni + 4 5.74 mm -20 cm 1.02 cm 528 MeV 3.46 keV 2.19 cm 5.32 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.67 mm -17.8 cm 9.93 mm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 5.67 mm -17.8 cm 9.92 mm 387 keV 1.49 keV 95.7 um 95.7 um World eIoni + 2 5.67 mm -20 cm 9.9 mm 219 MeV 4.64 keV 2.2 cm 2.21 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.56 mm -15.9 cm 9.37 mm 3.59 keV 0 eV 0 fm 0 fm World initStep + 1 5.55 mm -15.9 cm 9.38 mm 1.78 MeV 3.59 keV 400 um 400 um World eIoni + 2 5.51 mm -16.2 cm 9.39 mm 22.8 MeV 191 eV 2.1 mm 2.5 mm World eIoni + 3 5.4 mm -17 cm 9.4 mm 102 MeV 1.05 keV 7.96 mm 1.05 cm World eIoni + 4 5.29 mm -20 cm 9.4 mm 407 MeV 4.93 keV 3.04 cm 4.09 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.4 mm -17 cm 9.4 mm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 5.39 mm -17 cm 9.41 mm 722 keV 2.15 keV 169 um 169 um World eIoni + 2 4.79 mm -18.3 cm 9.75 mm 137 MeV 2.73 keV 1.36 cm 1.38 cm World eIoni + 3 3.55 mm -19.9 cm 9.9 mm 291 MeV 4.17 keV 1.55 cm 2.93 cm World eIoni + 4 3.48 mm -20 cm 9.91 mm 305 MeV 764 eV 1.33 mm 3.07 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.55 mm -19.9 cm 9.9 mm 6.73 keV 0 eV 0 fm 0 fm World initStep + 1 3.53 mm -19.9 cm 9.89 mm 5.41 MeV 5.04 keV 1.18 mm 1.18 mm World eIoni + 2 3.68 mm -20 cm 9.92 mm 13.6 MeV 0 eV 834 um 2.02 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -832 um -11.2 cm 6.54 mm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 -827 um -11.2 cm 6.54 mm 372 keV 1.45 keV 92.2 um 92.2 um World eIoni - 2 -801 um -20 cm 6.54 mm 876 MeV 14.4 keV 9.16 cm 9.17 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -644 um -7.34 cm 6.56 mm 2.58 keV 0 eV 0 fm 0 fm World initStep - 1 -637 um -7.35 cm 6.56 mm 993 keV 2.58 keV 228 um 228 um World eIoni - 2 -619 um -7.63 cm 6.52 mm 28.9 MeV 296 eV 2.79 mm 3.01 mm World eIoni - 3 -482 um -20 cm 6.26 mm 1.27 GeV 20.8 keV 12.4 cm 12.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -619 um -7.63 cm 6.52 mm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 -616 um -7.63 cm 6.52 mm 237 keV 1.11 keV 62 um 62 um World eIoni - 2 -2.39 mm -19.8 cm 6.55 mm 1.22 GeV 33.7 keV 14.1 cm 14.1 cm World eIoni - 3 -1.94 mm -20 cm 7.28 mm 1.24 GeV 254 eV 2 mm 14.3 cm OutOfWorldTransportation + 0 420 um -6.53 cm 6.98 mm 5.04 keV 0 eV 0 fm 0 fm World initStep + 1 429 um -6.56 cm 6.99 mm 3.23 MeV 5.04 keV 724 um 724 um World eIoni + 2 400 um -6.99 cm 7.01 mm 45.8 MeV 709 eV 4.26 mm 4.98 mm World eIoni + 3 316 um -20 cm 7.14 mm 1.35 GeV 23.3 keV 13 cm 13.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -3517,8 +3548,8 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.29 um -2.73 mm 5.04 mm 1.12 keV 0 eV 0 fm 0 fm World initStep 1 -1.51 um -2.75 mm 5.04 mm 241 keV 1.12 keV 62.8 um 62.8 um World eIoni - 2 -4.96 cm -12.8 cm 2.32 cm 1.25 GeV 30.1 keV 14.4 cm 14.5 cm World eIoni - 3 -6.72 cm -18.8 cm 2.96 cm 1.86 GeV 11.5 keV 6.35 cm 20.8 cm OutOfWorldTransportation + 2 5.02 mm -12.8 cm -4.75 cm 1.25 GeV 27.7 keV 14.4 cm 14.5 cm World eIoni + 3 1 cm -20 cm -6.41 cm 1.97 GeV 14.9 keV 7.41 cm 21.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3526,511 +3557,58 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -160 um -5.44 cm 1.6 cm 594 MeV 11.9 keV 5.92 cm 5.92 cm World eIoni - 2 -554 um -20 cm 2.25 cm 2.05 GeV 31 keV 14.6 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -160 um -5.44 cm 1.6 cm 18.4 keV 0 eV 0 fm 0 fm World initStep - 1 -226 um -5.64 cm 1.59 cm 21.8 MeV 2.57 keV 2.76 mm 2.76 mm World eIoni - 2 -5.22 mm -11.7 cm 1.77 cm 632 MeV 13.3 keV 6.15 cm 6.43 cm World eIoni - 3 -6.62 mm -19.3 cm 1.81 cm 1.39 GeV 14.3 keV 7.59 cm 14 cm World eIoni - 4 -6.7 mm -20 cm 1.81 cm 1.46 GeV 1.6 keV 6.57 mm 14.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm -19.3 cm 1.81 cm 2 keV 0 eV 0 fm 0 fm World initStep - 1 -6.62 mm -19.3 cm 1.81 cm 636 keV 2 keV 151 um 151 um World eIoni - 2 -6.64 mm -20 cm 1.81 cm 65.8 MeV 1.13 keV 6.52 mm 6.68 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.22 mm -11.7 cm 1.77 cm 3.52 keV 0 eV 0 fm 0 fm World initStep - 1 -5.23 mm -11.8 cm 1.77 cm 1.71 MeV 3.52 keV 385 um 385 um World eIoni - 2 -5.23 mm -11.8 cm 1.77 cm 6.33 MeV 84.7 eV 462 um 848 um World eIoni - 3 -5.24 mm -20 cm 1.77 cm 825 MeV 13.2 keV 8.19 cm 8.28 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -19.5 um -3.3 cm 1.36 cm 380 MeV 5.35 keV 3.77 cm 3.77 cm World eIoni - 2 -19.6 um -3.35 cm 1.37 cm 385 MeV 186 eV 540 um 3.82 cm World eIoni - 3 -19.7 um -3.44 cm 1.38 cm 394 MeV 133 eV 931 um 3.91 cm World eIoni - 4 -56 um -17.5 cm 2.14 cm 1.8 GeV 34.1 keV 14.1 cm 18 cm World eIoni - 5 -59.7 um -20 cm 2.2 cm 2.05 GeV 4.55 keV 2.49 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -56 um -17.5 cm 2.14 cm 4.08 keV 0 eV 0 fm 0 fm World initStep - 1 -41.5 um -17.5 cm 2.14 cm 2.22 MeV 4.08 keV 499 um 499 um World eIoni - 2 -36.7 um -17.6 cm 2.14 cm 13.1 MeV 146 eV 1.09 mm 1.59 mm World eIoni - 3 -63.4 um -18.9 cm 2.14 cm 136 MeV 2.26 keV 1.23 cm 1.39 cm World eIoni - 4 -72.7 um -20 cm 2.14 cm 249 MeV 2.26 keV 1.12 cm 2.51 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -63.4 um -18.9 cm 2.14 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -65 um -18.9 cm 2.14 cm 261 keV 1.18 keV 67.3 um 67.3 um World eIoni - 2 -73.4 um -20 cm 2.14 cm 112 MeV 1.2 keV 1.13 cm 1.14 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.7 um -3.44 cm 1.38 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 -17.5 um -3.45 cm 1.38 cm 600 keV 1.93 keV 142 um 142 um World eIoni - 2 -6.09 um -20 cm 1.38 cm 1.66 GeV 28.9 keV 17.2 cm 17.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.6 um -3.35 cm 1.37 cm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 -20.9 um -3.35 cm 1.37 cm 385 keV 1.49 keV 95.2 um 95.2 um World eIoni - 2 -29.5 um -20 cm 1.36 cm 1.66 GeV 26.8 keV 18.1 cm 18.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.5 um -3.3 cm 1.36 cm 2.43 keV 0 eV 0 fm 0 fm World initStep - 1 -14.1 um -3.31 cm 1.36 cm 897 keV 2.43 keV 207 um 207 um World eIoni - 2 26.8 um -3.68 cm 1.35 cm 37.9 MeV 608 eV 3.7 mm 3.91 mm World eIoni - 3 47.8 um -9.17 cm 1.33 cm 587 MeV 8.71 keV 5.49 cm 5.89 cm World eIoni - 4 52.3 um -11.1 cm 1.33 cm 784 MeV 3.8 keV 1.97 cm 7.85 cm World eIoni - 5 70.9 um -17.8 cm 1.32 cm 1.45 GeV 13.1 keV 6.7 cm 14.6 cm World eIoni - 6 79.4 um -20 cm 1.31 cm 1.67 GeV 3.96 keV 2.16 cm 16.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 70.9 um -17.8 cm 1.32 cm 5.16 keV 0 eV 0 fm 0 fm World initStep - 1 60.4 um -17.9 cm 1.32 cm 3.36 MeV 5.16 keV 753 um 753 um World eIoni - 2 57.1 um -17.9 cm 1.32 cm 8.07 MeV 70.2 eV 470 um 1.22 mm World eIoni - 3 43.7 um -20 cm 1.32 cm 216 MeV 3.09 keV 2.08 cm 2.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.3 um -11.1 cm 1.33 cm 1.56 keV 0 eV 0 fm 0 fm World initStep - 1 48.6 um -11.1 cm 1.33 cm 417 keV 1.56 keV 102 um 102 um World eIoni - 2 26.7 um -20 cm 1.33 cm 886 MeV 14 keV 9.19 cm 9.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 47.8 um -9.17 cm 1.33 cm 1.38 keV 0 eV 0 fm 0 fm World initStep - 1 49.8 um -9.17 cm 1.33 cm 338 keV 1.38 keV 84.7 um 84.7 um World eIoni - 2 62.7 um -20 cm 1.33 cm 1.08 GeV 22 keV 11.6 cm 11.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 141 um -7.4 cm 1.76 cm 790 MeV 14.3 keV 7.89 cm 7.89 cm World eIoni - 2 74 um -16.7 cm 2.18 cm 1.72 GeV 21.4 keV 9.31 cm 17.2 cm World eIoni - 3 59.2 um -20 cm 2.27 cm 2.05 GeV 5.66 keV 3.31 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 74 um -16.7 cm 2.18 cm 5.54 keV 0 eV 0 fm 0 fm World initStep - 1 51.7 um -16.7 cm 2.18 cm 3.82 MeV 5.54 keV 856 um 856 um World eIoni - 2 85.5 um -17.9 cm 2.19 cm 117 MeV 1.22 keV 1.13 cm 1.21 cm World eIoni - 3 302 um -19.3 cm 2.21 cm 257 MeV 3.12 keV 1.4 cm 2.61 cm World eIoni - 4 337 um -19.6 cm 2.22 cm 294 MeV 757 eV 3.75 mm 2.99 cm World eIoni - 5 367 um -20 cm 2.22 cm 331 MeV 460 eV 3.66 mm 3.36 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 337 um -19.6 cm 2.22 cm 6.28 keV 0 eV 0 fm 0 fm World initStep - 1 333 um -19.7 cm 2.21 cm 4.77 MeV 4.08 keV 1.07 mm 1.07 mm World eIoni - 2 918 um -20 cm 2.1 cm 36.9 MeV 980 eV 4.16 mm 5.22 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 302 um -19.3 cm 2.21 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 301 um -19.3 cm 2.21 cm 220 keV 1.06 keV 57.9 um 57.9 um World eIoni - 2 298 um -20 cm 2.21 cm 74.1 MeV 1.78 keV 7.45 mm 7.51 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 141 um -7.4 cm 1.76 cm 4.08 keV 0 eV 0 fm 0 fm World initStep - 1 147 um -7.41 cm 1.76 cm 1.13 MeV 620 eV 134 um 134 um World eIoni - 2 7.25 mm -16.1 cm 1.89 cm 875 MeV 9.97 keV 8.81 cm 8.82 cm World eIoni - 3 1.37 cm -20 cm 1.91 cm 1.26 GeV 8.55 keV 3.86 cm 12.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.25 mm -16.1 cm 1.89 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 7.25 mm -16.2 cm 1.89 cm 461 keV 1.65 keV 112 um 112 um World eIoni - 2 7.28 mm -20 cm 1.89 cm 384 MeV 6.04 keV 3.89 cm 3.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 180 um -15.4 cm 2.17 cm 1.59 GeV 32.2 keV 15.9 cm 15.9 cm World eIoni - 2 196 um -15.9 cm 2.18 cm 1.64 GeV 1.7 keV 4.5 mm 16.4 cm World eIoni - 3 329 um -20 cm 2.32 cm 2.05 GeV 6.22 keV 4.1 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 196 um -15.9 cm 2.18 cm 2.35 keV 0 eV 0 fm 0 fm World initStep - 1 192 um -15.9 cm 2.18 cm 840 keV 2.35 keV 195 um 195 um World eIoni - 2 192 um -15.9 cm 2.18 cm 4.68 MeV 86.3 eV 384 um 579 um World eIoni - 3 196 um -20 cm 2.18 cm 410 MeV 7.71 keV 4.06 cm 4.11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 180 um -15.4 cm 2.17 cm 4.34 keV 0 eV 0 fm 0 fm World initStep - 1 164 um -15.5 cm 2.16 cm 2.48 MeV 4.34 keV 556 um 556 um World eIoni - 2 120 um -16 cm 2.17 cm 59.5 MeV 713 eV 5.71 mm 6.26 mm World eIoni - 3 341 um -20 cm 2.18 cm 455 MeV 9.75 keV 3.96 cm 4.58 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -333 um -18.7 cm 2.1 cm 1.92 GeV 40 keV 19.2 cm 19.2 cm World eIoni - 2 -328 um -20 cm 2.13 cm 2.05 GeV 2.1 keV 1.25 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -333 um -18.7 cm 2.1 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -336 um -18.8 cm 2.1 cm 258 keV 1.17 keV 66.8 um 66.8 um World eIoni - 2 -354 um -20 cm 2.1 cm 125 MeV 2.26 keV 1.26 cm 1.27 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -28.2 um -1.5 cm 1.04 cm 200 MeV 3.58 keV 1.94 cm 1.94 cm World eIoni - 2 -37.6 um -6.8 cm 1.7 cm 730 MeV 14.2 keV 5.34 cm 7.29 cm World eIoni - 3 -29.4 um -9.55 cm 1.86 cm 1.01 GeV 6.63 keV 2.76 cm 10 cm World eIoni - 4 -20.1 um -12.7 cm 1.99 cm 1.32 GeV 4.05 keV 3.11 cm 13.2 cm World eIoni - 5 -3.23 um -20 cm 2.21 cm 2.05 GeV 12.2 keV 7.34 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -20.1 um -12.7 cm 1.99 cm 2.06 keV 0 eV 0 fm 0 fm World initStep - 1 -19 um -12.7 cm 1.99 cm 673 keV 2.06 keV 159 um 159 um World eIoni - 2 -13.9 um -20 cm 1.99 cm 734 MeV 7.22 keV 7.44 cm 7.45 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.4 um -9.55 cm 1.86 cm 5.54 keV 0 eV 0 fm 0 fm World initStep - 1 -50.2 um -9.59 cm 1.85 cm 3.82 MeV 5.54 keV 855 um 855 um World eIoni - 2 -57.7 um -9.82 cm 1.86 cm 26.9 MeV 1.71 keV 2.3 mm 3.16 mm World eIoni - 3 350 um -17.3 cm 1.88 cm 778 MeV 17.8 keV 7.51 cm 7.83 cm World eIoni - 4 400 um -18.3 cm 1.89 cm 876 MeV 1.37 keV 9.85 mm 8.81 cm World eIoni - 5 479 um -20 cm 1.9 cm 1.04 GeV 3.01 keV 1.69 cm 10.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 400 um -18.3 cm 1.89 cm 3.84 keV 0 eV 0 fm 0 fm World initStep - 1 387 um -18.3 cm 1.89 cm 2 MeV 3.84 keV 449 um 449 um World eIoni - 2 383 um -18.4 cm 1.89 cm 4.16 MeV 46.3 eV 216 um 665 um World eIoni - 3 357 um -20 cm 1.88 cm 169 MeV 1.86 keV 1.65 cm 1.71 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 350 um -17.3 cm 1.88 cm 2.07 keV 0 eV 0 fm 0 fm World initStep - 1 353 um -17.3 cm 1.88 cm 674 keV 2.07 keV 159 um 159 um World eIoni - 2 365 um -20 cm 1.88 cm 267 MeV 6.12 keV 2.68 cm 2.69 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -37.6 um -6.8 cm 1.7 cm 11.5 keV 0 eV 0 fm 0 fm World initStep - 1 -69.8 um -6.92 cm 1.69 cm 12.8 MeV 3.49 keV 1.99 mm 1.99 mm World eIoni - 2 -935 um -7.36 cm 1.56 cm 56.7 MeV 2.08 keV 4.72 mm 6.71 mm World eIoni - 3 -2.64 mm -20 cm 1.31 cm 1.32 GeV 22.5 keV 12.6 cm 13.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -935 um -7.36 cm 1.56 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 -933 um -7.36 cm 1.56 cm 200 keV 1 keV 53.2 um 53.2 um World eIoni - 2 -3.37 mm -16.6 cm 4.94 cm 922 MeV 24.8 keV 10.7 cm 10.7 cm World eIoni - 3 -1.1 mm -20 cm 12.3 cm 1.26 GeV 17.7 keV 8.33 cm 19 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -28.2 um -1.5 cm 1.04 cm 2.33 keV 0 eV 0 fm 0 fm World initStep - 1 -34.4 um -1.51 cm 1.04 cm 826 keV 2.33 keV 192 um 192 um World eIoni - 2 143 nm -1.85 cm 1.04 cm 34.7 MeV 725 eV 3.39 mm 3.58 mm World eIoni - 3 -101 um -19.7 cm 1.18 cm 1.82 GeV 35.9 keV 17.8 cm 18.2 cm World eIoni - 4 -127 um -20 cm 1.19 cm 1.85 GeV 677 eV 3.36 mm 18.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -101 um -19.7 cm 1.18 cm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 -107 um -19.7 cm 1.18 cm 616 keV 1.96 keV 146 um 146 um World eIoni - 2 -122 um -20 cm 1.18 cm 33.6 MeV 256 eV 3.3 mm 3.45 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 143 nm -1.85 cm 1.04 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 -4.51 um -1.85 cm 1.04 cm 481 keV 1.7 keV 116 um 116 um World eIoni - 2 -32.3 um -20 cm 1.04 cm 1.82 GeV 32.2 keV 19.3 cm 19.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 418 um -11.7 cm 1.93 cm 1.22 GeV 26 keV 12.2 cm 12.2 cm World eIoni - 2 455 um -13.6 cm 2.01 cm 1.41 GeV 5.19 keV 1.91 cm 14.1 cm World eIoni - 3 507 um -17 cm 2.11 cm 1.75 GeV 7.44 keV 3.39 cm 17.5 cm World eIoni - 4 538 um -19.5 cm 2.18 cm 2 GeV 6.2 keV 2.49 cm 20 cm World eIoni - 5 544 um -20 cm 2.19 cm 2.05 GeV 1.06 keV 4.88 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 538 um -19.5 cm 2.18 cm 7.85 keV 0 eV 0 fm 0 fm World initStep - 1 510 um -19.6 cm 2.18 cm 7.08 MeV 5.7 keV 1.42 mm 1.42 mm World eIoni - 2 421 um -19.6 cm 2.18 cm 9.03 MeV 0 eV 227 um 1.65 mm World eIoni - 3 -154 um -20 cm 2.23 cm 49.2 MeV 409 eV 4.11 mm 5.75 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 507 um -17 cm 2.11 cm 4.28 keV 0 eV 0 fm 0 fm World initStep - 1 520 um -17 cm 2.11 cm 2.42 MeV 4.28 keV 543 um 543 um World eIoni - 2 524 um -17.2 cm 2.11 cm 13.7 MeV 39.4 eV 1.13 mm 1.67 mm World eIoni - 3 544 um -20 cm 2.11 cm 298 MeV 3.86 keV 2.84 cm 3.01 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 455 um -13.6 cm 2.01 cm 2.93 keV 0 eV 0 fm 0 fm World initStep - 1 463 um -13.6 cm 2 cm 1.24 MeV 2.93 keV 282 um 282 um World eIoni - 2 257 um -14.6 cm 1.99 cm 95.4 MeV 1.56 keV 9.43 mm 9.71 mm World eIoni - 3 46.3 um -18.2 cm 1.96 cm 455 MeV 7.03 keV 3.6 cm 4.57 cm World eIoni - 4 7.48 um -20 cm 1.96 cm 637 MeV 2.93 keV 1.82 cm 6.39 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 46.3 um -18.2 cm 1.96 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 42.3 um -18.2 cm 1.96 cm 357 keV 1.42 keV 88.9 um 88.9 um World eIoni - 2 23.1 um -20 cm 1.97 cm 182 MeV 4.56 keV 1.83 cm 1.84 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 418 um -11.7 cm 1.93 cm 3.51 keV 0 eV 0 fm 0 fm World initStep - 1 409 um -11.7 cm 1.93 cm 1.7 MeV 3.51 keV 383 um 383 um World eIoni - 2 224 um -12.6 cm 1.94 cm 85.7 MeV 2.16 keV 8.41 mm 8.79 mm World eIoni - 3 -533 um -20 cm 1.93 cm 828 MeV 20.1 keV 7.43 cm 8.31 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 224 um -12.6 cm 1.94 cm 1.89 keV 0 eV 0 fm 0 fm World initStep - 1 224 um -12.6 cm 1.94 cm 580 keV 1.89 keV 138 um 138 um World eIoni - 2 222 um -20 cm 1.94 cm 743 MeV 10.4 keV 7.56 cm 7.57 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 10.9 um -1.67 cm 1.08 cm 217 MeV 4.29 keV 2.11 cm 2.11 cm World eIoni - 2 62.3 um -8.41 cm 1.79 cm 890 MeV 12 keV 6.78 cm 8.89 cm World eIoni - 3 71.6 um -9.56 cm 1.85 cm 1.01 GeV 2.14 keV 1.15 cm 10 cm World eIoni - 4 86.3 um -11.9 cm 1.96 cm 1.24 GeV 3.01 keV 2.37 cm 12.4 cm World eIoni - 5 92.4 um -13.1 cm 2.01 cm 1.36 GeV 2.73 keV 1.22 cm 13.6 cm World eIoni - 6 104 um -15.6 cm 2.09 cm 1.61 GeV 2.16 keV 2.49 cm 16.1 cm World eIoni - 7 106 um -16 cm 2.1 cm 1.65 GeV 466 eV 4.13 mm 16.5 cm World eIoni - 8 113 um -18 cm 2.16 cm 1.85 GeV 5.13 keV 1.97 cm 18.5 cm World eIoni - 9 119 um -20 cm 2.21 cm 2.05 GeV 4.52 keV 1.99 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 113 um -18 cm 2.16 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 111 um -18 cm 2.16 cm 484 keV 1.7 keV 117 um 117 um World eIoni - 2 101 um -20 cm 2.16 cm 199 MeV 4.65 keV 2 cm 2.01 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 106 um -16 cm 2.1 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 110 um -16 cm 2.1 cm 424 keV 1.57 keV 104 um 104 um World eIoni - 2 133 um -20 cm 2.1 cm 396 MeV 7.91 keV 4.02 cm 4.03 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 104 um -15.6 cm 2.09 cm 6.33 keV 0 eV 0 fm 0 fm World initStep - 1 90.2 um -15.6 cm 2.09 cm 1.1 MeV 486 eV 117 um 117 um World eIoni - 2 893 um -20 cm 2.12 cm 437 MeV 4.91 keV 4.39 cm 4.4 cm OutOfWorldTransportation + 1 -401 um -10.8 cm 1.94 cm 1.13 GeV 21.3 keV 11.3 cm 11.3 cm World eIoni + 2 -468 um -12.4 cm 2 cm 1.29 GeV 4.57 keV 1.62 cm 12.9 cm World eIoni + 3 -490 um -13 cm 2.03 cm 1.35 GeV 1.36 keV 5.82 mm 13.5 cm World eIoni + 4 -527 um -14.1 cm 2.06 cm 1.46 GeV 1.28 keV 1.07 cm 14.5 cm World eIoni + 5 -614 um -16.9 cm 2.15 cm 1.74 GeV 3.26 keV 2.87 cm 17.4 cm World eIoni + 6 -692 um -20 cm 2.24 cm 2.05 GeV 8.24 keV 3.08 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 92.4 um -13.1 cm 2.01 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 93.8 um -13.1 cm 2.01 cm 214 keV 1.05 keV 56.7 um 56.7 um World eIoni - 2 105 um -20 cm 2 cm 686 MeV 14.6 keV 7.5 cm 7.51 cm OutOfWorldTransportation + 0 -614 um -16.9 cm 2.15 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 -617 um -16.9 cm 2.15 cm 230 keV 1.09 keV 60.3 um 60.3 um World eIoni + 2 -637 um -20 cm 2.15 cm 308 MeV 6.25 keV 3.18 cm 3.19 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 86.3 um -11.9 cm 1.96 cm 2.23 keV 0 eV 0 fm 0 fm World initStep - 1 82 um -11.9 cm 1.96 cm 768 keV 2.23 keV 179 um 179 um World eIoni - 2 94.1 um -12.1 cm 1.96 cm 14.3 MeV 56.4 eV 1.35 mm 1.53 mm World eIoni - 3 185 um -20 cm 1.96 cm 808 MeV 14.8 keV 7.94 cm 8.09 cm OutOfWorldTransportation + 0 -527 um -14.1 cm 2.06 cm 1.8 keV 0 eV 0 fm 0 fm World initStep + 1 -531 um -14.1 cm 2.06 cm 532 keV 1.8 keV 128 um 128 um World eIoni + 2 -555 um -20 cm 2.07 cm 595 MeV 10.4 keV 6.04 cm 6.06 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 71.6 um -9.56 cm 1.85 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 74.6 um -9.56 cm 1.85 cm 262 keV 1.18 keV 67.5 um 67.5 um World eIoni - 2 97.1 um -20 cm 1.85 cm 1.04 GeV 26.5 keV 11.5 cm 11.5 cm OutOfWorldTransportation + 0 -490 um -13 cm 2.03 cm 1.74 keV 0 eV 0 fm 0 fm World initStep + 1 -493 um -13 cm 2.03 cm 504 keV 1.74 keV 121 um 121 um World eIoni + 2 -512 um -20 cm 2.03 cm 702 MeV 11.8 keV 7.16 cm 7.18 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62.3 um -8.41 cm 1.79 cm 3.15 keV 0 eV 0 fm 0 fm World initStep - 1 50.8 um -8.42 cm 1.79 cm 1.41 MeV 3.15 keV 320 um 320 um World eIoni - 2 50.3 um -8.42 cm 1.79 cm 1.59 MeV 2.52 eV 17.5 um 337 um World eIoni - 3 561 um -12.9 cm 1.57 cm 453 MeV 7.86 keV 4.53 cm 4.56 cm World eIoni - 4 524 um -20 cm 1.44 cm 1.16 GeV 13.9 keV 7.06 cm 11.6 cm OutOfWorldTransportation + 0 -468 um -12.4 cm 2 cm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 -471 um -12.4 cm 2 cm 783 keV 2.25 keV 183 um 183 um World eIoni + 2 -485 um -12.6 cm 2.01 cm 16.4 MeV 286 eV 1.56 mm 1.74 mm World eIoni + 3 -570 um -20 cm 2.02 cm 760 MeV 13.6 keV 7.44 cm 7.61 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 10.9 um -1.67 cm 1.08 cm 5.33 keV 0 eV 0 fm 0 fm World initStep - 1 32 um -1.7 cm 1.08 cm 3.57 MeV 5.33 keV 799 um 799 um World eIoni - 2 34.1 um -1.9 cm 1.08 cm 23.5 MeV 190 eV 1.99 mm 2.79 mm World eIoni - 3 -5.77 um -18.2 cm 1.24 cm 1.65 GeV 30.3 keV 16.3 cm 16.6 cm World eIoni - 4 -2.38 um -20 cm 1.26 cm 1.83 GeV 2.65 keV 1.82 cm 18.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.77 um -18.2 cm 1.24 cm 2.42 keV 0 eV 0 fm 0 fm World initStep - 1 -4.58 um -18.2 cm 1.24 cm 889 keV 2.42 keV 206 um 206 um World eIoni - 2 49.3 um -18.5 cm 1.25 cm 33.9 MeV 418 eV 3.3 mm 3.51 mm World eIoni - 3 217 um -20 cm 1.26 cm 182 MeV 3.86 keV 1.48 cm 1.83 cm OutOfWorldTransportation + 0 -401 um -10.8 cm 1.94 cm 1.63 keV 0 eV 0 fm 0 fm World initStep + 1 -397 um -10.8 cm 1.94 cm 448 keV 1.63 keV 109 um 109 um World eIoni + 2 -377 um -20 cm 1.94 cm 922 MeV 11.9 keV 9.54 cm 9.55 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4038,486 +3616,112 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -22.5 um -1.45 cm 1.02 cm 194 MeV 2.97 keV 1.88 cm 1.88 cm World eIoni - 2 -100 um -17.3 cm 2.15 cm 1.78 GeV 35.6 keV 15.9 cm 17.8 cm World eIoni - 3 -119 um -20 cm 2.22 cm 2.05 GeV 3.38 keV 2.68 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 40 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 26.6 um -1.55 cm 1.05 cm 205 MeV 4.76 keV 2 cm 2 cm World eIoni + 2 75.4 um -5 cm 1.55 cm 550 MeV 7.18 keV 3.49 cm 5.49 cm World eIoni + 3 101 um -20 cm 2.21 cm 2.05 GeV 31.2 keV 15 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -100 um -17.3 cm 2.15 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -98.1 um -17.3 cm 2.15 cm 495 keV 1.72 keV 120 um 120 um World eIoni - 2 -89.2 um -20 cm 2.16 cm 267 MeV 4.69 keV 2.69 cm 2.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.5 um -1.45 cm 1.02 cm 3.15 keV 0 eV 0 fm 0 fm World initStep - 1 -26.1 um -1.46 cm 1.02 cm 1.4 MeV 3.15 keV 319 um 319 um World eIoni - 2 -53.5 um -2.69 cm 9.84 mm 125 MeV 1.42 keV 1.23 cm 1.26 cm World eIoni - 3 -146 um -3.65 cm 9.82 mm 221 MeV 2.56 keV 9.62 mm 2.23 cm World eIoni - 4 -316 um -7.47 cm 9.79 mm 603 MeV 4.12 keV 3.82 cm 6.05 cm World eIoni - 5 -528 um -17.8 cm 9.78 mm 1.64 GeV 16.2 keV 10.3 cm 16.4 cm World eIoni - 6 -560 um -20 cm 9.78 mm 1.86 GeV 6.51 keV 2.19 cm 18.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -528 um -17.8 cm 9.78 mm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -527 um -17.8 cm 9.78 mm 315 keV 1.32 keV 79.5 um 79.5 um World eIoni - 2 -521 um -20 cm 9.76 mm 219 MeV 5.2 keV 2.22 cm 2.22 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -316 um -7.47 cm 9.79 mm 1.98 keV 0 eV 0 fm 0 fm World initStep - 1 -318 um -7.48 cm 9.78 mm 628 keV 1.98 keV 149 um 149 um World eIoni - 2 -332 um -20 cm 9.75 mm 1.25 GeV 17.6 keV 12.9 cm 12.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -146 um -3.65 cm 9.82 mm 4.45 keV 0 eV 0 fm 0 fm World initStep - 1 -162 um -3.68 cm 9.83 mm 2.59 MeV 4.45 keV 581 um 581 um World eIoni - 2 -174 um -4.05 cm 9.87 mm 39.8 MeV 2.03 keV 3.72 mm 4.3 mm World eIoni - 3 -87 um -11.1 cm 9.75 mm 741 MeV 15.9 keV 7.01 cm 7.44 cm World eIoni - 4 45.8 um -20 cm 9.68 mm 1.63 GeV 19.9 keV 8.94 cm 16.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -87 um -11.1 cm 9.75 mm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -90.2 um -11.1 cm 9.75 mm 505 keV 1.74 keV 122 um 122 um World eIoni - 2 -107 um -20 cm 9.78 mm 894 MeV 14.9 keV 9.18 cm 9.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -172 um -6.86 cm 1.69 cm 736 MeV 18.9 keV 7.35 cm 7.35 cm World eIoni - 2 -296 um -20 cm 2.19 cm 2.05 GeV 30.8 keV 13.2 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -172 um -6.86 cm 1.69 cm 1.14 keV 0 eV 0 fm 0 fm World initStep - 1 -174 um -6.86 cm 1.69 cm 247 keV 1.14 keV 64.2 um 64.2 um World eIoni - 2 1.05 mm -19.9 cm 1.61 cm 1.3 GeV 37.3 keV 15 cm 15 cm World eIoni - 3 3.56 mm -20 cm 1.13 cm 1.31 GeV 955 eV 5.62 mm 15.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 42.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -2.33 um -7.89 mm 8.03 mm 129 MeV 2.4 keV 1.19 cm 1.19 cm World eIoni - 2 15.2 um -2.34 cm 1.22 cm 284 MeV 2.44 keV 1.61 cm 2.8 cm World eIoni - 3 17.6 um -2.72 cm 1.28 cm 322 MeV 1.11 keV 3.91 mm 3.19 cm World eIoni - 4 25.3 um -10.9 cm 1.92 cm 1.14 GeV 16.6 keV 8.17 cm 11.4 cm World eIoni - 5 26.1 um -20 cm 2.21 cm 2.05 GeV 17.1 keV 9.14 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 25.3 um -10.9 cm 1.92 cm 2.3 keV 0 eV 0 fm 0 fm World initStep - 1 27 um -10.9 cm 1.92 cm 812 keV 2.3 keV 189 um 189 um World eIoni - 2 211 um -11.6 cm 1.93 cm 73.4 MeV 2.69 keV 7.26 mm 7.45 mm World eIoni - 3 369 um -12.5 cm 1.94 cm 161 MeV 1.16 keV 8.76 mm 1.62 cm World eIoni - 4 786 um -20 cm 1.98 cm 913 MeV 15.4 keV 7.52 cm 9.14 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 369 um -12.5 cm 1.94 cm 96.7 keV 0 eV 0 fm 0 fm World initStep - 1 -5.99 mm -15.2 cm 2.98 cm 277 MeV 10.3 keV 3.22 cm 3.22 cm World eIoni - 2 -9.6 mm -16.8 cm 3.46 cm 437 MeV 3.81 keV 1.71 cm 4.93 cm World eIoni - 3 -1.37 cm -20 cm 4.01 cm 749 MeV 7.54 keV 3.2 cm 8.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 17.6 um -2.72 cm 1.28 cm 8.32 keV 0 eV 0 fm 0 fm World initStep - 1 6.87 um -2.8 cm 1.28 cm 7.81 MeV 5.94 keV 1.51 mm 1.51 mm World eIoni - 2 388 um -2.9 cm 1.27 cm 18.3 MeV 275 eV 1.13 mm 2.64 mm World eIoni - 3 2.34 mm -20 cm 1.22 cm 1.73 GeV 26.8 keV 17.1 cm 17.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.2 um -2.34 cm 1.22 cm 2.73 keV 0 eV 0 fm 0 fm World initStep - 1 13.6 um -2.35 cm 1.22 cm 1.1 MeV 2.73 keV 251 um 251 um World eIoni - 2 196 um -3.28 cm 1.2 cm 94.2 MeV 921 eV 9.32 mm 9.57 mm World eIoni - 3 488 um -6.49 cm 1.18 cm 415 MeV 5.19 keV 3.21 cm 4.17 cm World eIoni - 4 682 um -13.5 cm 1.17 cm 1.11 GeV 14.4 keV 6.97 cm 11.1 cm World eIoni - 5 779 um -20 cm 1.17 cm 1.77 GeV 13.7 keV 6.53 cm 17.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 682 um -13.5 cm 1.17 cm 2.91 keV 0 eV 0 fm 0 fm World initStep - 1 672 um -13.5 cm 1.18 cm 1.22 MeV 2.91 keV 278 um 278 um World eIoni - 2 497 um -14.2 cm 1.18 cm 73.8 MeV 1.23 keV 7.26 mm 7.54 mm World eIoni - 3 448 um -20 cm 1.21 cm 653 MeV 10.7 keV 5.8 cm 6.55 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 497 um -14.2 cm 1.18 cm 18.9 keV 0 eV 0 fm 0 fm World initStep - 1 440 um -14.4 cm 1.18 cm 15.8 MeV 2.36 keV 1.8 mm 1.8 mm World eIoni - 2 698 um -20 cm 1.3 cm 580 MeV 8.4 keV 5.65 cm 5.83 cm OutOfWorldTransportation + 0 75.4 um -5 cm 1.55 cm 8.5 keV 0 eV 0 fm 0 fm World initStep + 1 111 um -5.08 cm 1.55 cm 8.11 MeV 5.31 keV 1.54 mm 1.54 mm World eIoni + 2 1.33 mm -5.29 cm 1.57 cm 29.4 MeV 68.6 eV 2.54 mm 4.08 mm World eIoni + 3 2.9 mm -7.26 cm 1.61 cm 226 MeV 4.63 keV 1.97 cm 2.38 cm World eIoni + 4 3.86 mm -12.7 cm 1.63 cm 774 MeV 12.2 keV 5.48 cm 7.86 cm World eIoni + 5 3.99 mm -14.1 cm 1.63 cm 914 MeV 3.2 keV 1.4 cm 9.26 cm World eIoni + 6 4.02 mm -14.5 cm 1.63 cm 951 MeV 759 eV 3.75 mm 9.64 cm World eIoni + 7 4.37 mm -20 cm 1.64 cm 1.5 GeV 12.4 keV 5.48 cm 15.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 488 um -6.49 cm 1.18 cm 7.47 keV 0 eV 0 fm 0 fm World initStep - 1 498 um -6.55 cm 1.19 cm 6.5 MeV 6.17 keV 1.35 mm 1.35 mm World eIoni - 2 1.55 mm -6.58 cm 1.22 cm 9.74 MeV 117 eV 1.34 mm 2.69 mm World eIoni - 3 3.05 mm -9.43 cm 1.25 cm 295 MeV 7.02 keV 2.86 cm 3.13 cm World eIoni - 4 3.75 mm -20 cm 1.27 cm 1.35 GeV 22.2 keV 10.6 cm 13.7 cm OutOfWorldTransportation + 0 4.02 mm -14.5 cm 1.63 cm 6.28 keV 0 eV 0 fm 0 fm World initStep + 1 4.01 mm -14.6 cm 1.63 cm 4.77 MeV 6.28 keV 1.07 mm 1.07 mm World eIoni + 2 3.82 mm -14.6 cm 1.62 cm 10.3 MeV 0 eV 602 um 1.67 mm World eIoni + 3 2.87 mm -20 cm 1.56 cm 549 MeV 9.47 keV 5.39 cm 5.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 mm -9.43 cm 1.25 cm 25.4 keV 0 eV 0 fm 0 fm World initStep - 1 2.98 mm -9.6 cm 1.25 cm 17.9 MeV 3.64 keV 1.92 mm 1.92 mm World eIoni - 2 4.95 mm -13 cm 1.12 cm 360 MeV 4.35 keV 3.44 cm 3.63 cm World eIoni - 3 5.33 mm -15.5 cm 1.1 cm 606 MeV 6.3 keV 2.46 cm 6.09 cm World eIoni - 4 5.74 mm -20 cm 1.07 cm 1.06 GeV 9.68 keV 4.51 cm 10.6 cm OutOfWorldTransportation + 0 3.99 mm -14.1 cm 1.63 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 3.99 mm -14.1 cm 1.63 cm 220 keV 1.06 keV 57.9 um 57.9 um World eIoni + 2 3.98 mm -20 cm 1.63 cm 586 MeV 12.2 keV 6.29 cm 6.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.33 mm -15.5 cm 1.1 cm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 5.33 mm -15.5 cm 1.1 cm 395 keV 1.51 keV 97.5 um 97.5 um World eIoni - 2 5.32 mm -20 cm 1.09 cm 451 MeV 8.11 keV 4.6 cm 4.61 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.95 mm -13 cm 1.12 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 4.96 mm -13 cm 1.12 cm 200 keV 1 keV 53.4 um 53.4 um World eIoni - 2 4.96 mm -20 cm 1.12 cm 697 MeV 18.6 keV 7.73 cm 7.73 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 um -7.89 mm 8.03 mm 5.31 keV 0 eV 0 fm 0 fm World initStep - 1 -23.5 um -8.22 mm 8.04 mm 3.55 MeV 5.31 keV 794 um 794 um World eIoni - 2 -872 nm -1.32 cm 8.05 mm 53.5 MeV 450 eV 4.99 mm 5.79 mm World eIoni - 3 286 um -8.42 cm 8.01 mm 763 MeV 12.7 keV 7.1 cm 7.67 cm World eIoni - 4 358 um -19.1 cm 8 mm 1.83 GeV 19.4 keV 10.7 cm 18.4 cm World eIoni - 5 362 um -20 cm 8 mm 1.92 GeV 1.51 keV 8.63 mm 19.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 358 um -19.1 cm 8 mm 3.55 keV 0 eV 0 fm 0 fm World initStep - 1 370 um -19.1 cm 7.99 mm 1.38 MeV 815 eV 193 um 193 um World eIoni - 2 -3.51 um -20 cm 8.68 mm 86.4 MeV 890 eV 8.65 mm 8.84 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 286 um -8.42 cm 8.01 mm 3.19 keV 0 eV 0 fm 0 fm World initStep - 1 297 um -8.43 cm 8.01 mm 1.44 MeV 3.19 keV 327 um 327 um World eIoni - 2 313 um -8.53 cm 8.01 mm 11.5 MeV 0 eV 1 mm 1.33 mm World eIoni - 3 585 um -14.1 cm 7.39 mm 566 MeV 8.14 keV 5.55 cm 5.68 cm WorldTransportation - 4 585 um -14.1 cm 7.39 mm 566 MeV 0 eV 0 fm 5.68 cm World eIoni - 5 108 um -20 cm 7.18 mm 1.16 GeV 10.7 keV 5.92 cm 11.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 585 um -14.1 cm 7.39 mm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 584 um -14.1 cm 7.38 mm 360 keV 1.43 keV 89.5 um 89.5 um World eIoni - 2 580 um -20 cm 7.36 mm 592 MeV 10.9 keV 6.1 cm 6.11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 121 um -6.48 cm 1.69 cm 698 MeV 13.2 keV 6.97 cm 6.97 cm World eIoni - 2 287 um -14.6 cm 2.1 cm 1.51 GeV 19.9 keV 8.14 cm 15.1 cm World eIoni - 3 335 um -18.7 cm 2.22 cm 1.92 GeV 8.28 keV 4.13 cm 19.2 cm World eIoni - 4 348 um -20 cm 2.26 cm 2.05 GeV 2.11 keV 1.27 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 335 um -18.7 cm 2.22 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 338 um -18.7 cm 2.22 cm 245 keV 1.13 keV 63.6 um 63.6 um World eIoni - 2 354 um -20 cm 2.22 cm 127 MeV 3.08 keV 1.28 cm 1.28 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 287 um -14.6 cm 2.1 cm 3.28 keV 0 eV 0 fm 0 fm World initStep - 1 279 um -14.6 cm 2.1 cm 1.51 MeV 3.28 keV 342 um 342 um World eIoni - 2 410 um -15.4 cm 2.09 cm 76.5 MeV 2.63 keV 7.51 mm 7.85 mm World eIoni - 3 674 um -20 cm 2.06 cm 540 MeV 9.89 keV 4.63 cm 5.41 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 121 um -6.48 cm 1.69 cm 1.6 keV 0 eV 0 fm 0 fm World initStep - 1 125 um -6.48 cm 1.69 cm 436 keV 1.6 keV 107 um 107 um World eIoni - 2 155 um -20 cm 1.69 cm 1.35 GeV 20.8 keV 14.3 cm 14.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 35.9 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -66 um -3.19 cm 1.35 cm 369 MeV 5.49 keV 3.66 cm 3.66 cm World eIoni - 2 -155 um -8.33 cm 1.79 cm 883 MeV 10 keV 5.16 cm 8.82 cm World eIoni - 3 -243 um -16.3 cm 2.11 cm 1.68 GeV 20.3 keV 7.99 cm 16.8 cm World eIoni - 4 -267 um -20 cm 2.21 cm 2.05 GeV 5.43 keV 3.69 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -243 um -16.3 cm 2.11 cm 7.4 keV 0 eV 0 fm 0 fm World initStep - 1 -228 um -16.4 cm 2.11 cm 6.4 MeV 7.4 keV 1.33 mm 1.33 mm World eIoni - 2 -323 um -16.4 cm 2.11 cm 9.47 MeV 0 eV 321 um 1.65 mm World eIoni - 3 -1.22 mm -20 cm 2.1 cm 369 MeV 6.09 keV 3.6 cm 3.76 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -155 um -8.33 cm 1.79 cm 2.45 keV 0 eV 0 fm 0 fm World initStep - 1 -155 um -8.34 cm 1.79 cm 908 keV 2.45 keV 209 um 209 um World eIoni - 2 -229 um -8.79 cm 1.78 cm 46.6 MeV 708 eV 4.58 mm 4.79 mm World eIoni - 3 -495 um -20 cm 1.76 cm 1.17 GeV 21.3 keV 11.2 cm 11.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -66 um -3.19 cm 1.35 cm 25.9 keV 0 eV 0 fm 0 fm World initStep - 1 -175 um -3.53 cm 1.35 cm 36.3 MeV 5.38 keV 4.4 mm 4.4 mm World eIoni - 2 -540 um -3.81 cm 1.3 cm 63.8 MeV 424 eV 2.83 mm 7.23 mm World eIoni - 3 -1.72 mm -6.96 cm 1.13 cm 379 MeV 6.13 keV 3.16 cm 3.88 cm World eIoni - 4 -2.79 mm -20 cm 9.99 mm 1.68 GeV 34.2 keV 13 cm 16.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm -6.96 cm 1.13 cm 2.61 keV 0 eV 0 fm 0 fm World initStep - 1 -1.71 mm -6.97 cm 1.13 cm 1.01 MeV 2.61 keV 232 um 232 um World eIoni - 2 -1.7 mm -7.04 cm 1.13 cm 8.12 MeV 72.6 eV 711 um 943 um World eIoni - 3 -1.69 mm -20 cm 1.13 cm 1.3 GeV 18.3 keV 13 cm 13.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -540 um -3.81 cm 1.3 cm 3.26 keV 0 eV 0 fm 0 fm World initStep - 1 -530 um -3.82 cm 1.3 cm 1.49 MeV 3.26 keV 338 um 338 um World eIoni - 2 -811 um -5.2 cm 1.27 cm 140 MeV 1.77 keV 1.38 cm 1.42 cm World eIoni - 3 -813 um -8.32 cm 1.23 cm 451 MeV 8.77 keV 3.11 cm 4.53 cm World eIoni - 4 -813 um -10 cm 1.22 cm 622 MeV 2.22 keV 1.71 cm 6.24 cm World eIoni - 5 -818 um -13.4 cm 1.2 cm 964 MeV 6.48 keV 3.43 cm 9.66 cm World eIoni - 6 -842 um -20 cm 1.17 cm 1.62 GeV 13.8 keV 6.55 cm 16.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -818 um -13.4 cm 1.2 cm 48.9 keV 0 eV 0 fm 0 fm World initStep - 1 -658 um -14.3 cm 1.21 cm 91.1 MeV 5.46 keV 1.06 cm 1.06 cm World eIoni - 2 1.64 mm -15.2 cm 1.04 cm 173 MeV 1.64 keV 8.72 mm 1.94 cm World eIoni - 3 6.17 mm -20 cm 7.05 mm 656 MeV 12.6 keV 4.87 cm 6.81 cm OutOfWorldTransportation + 0 3.86 mm -12.7 cm 1.63 cm 3.29 keV 0 eV 0 fm 0 fm World initStep + 1 3.85 mm -12.8 cm 1.63 cm 1.52 MeV 3.29 keV 344 um 344 um World eIoni + 2 3.73 mm -13.6 cm 1.64 cm 83.1 MeV 1.22 keV 8.16 mm 8.51 mm World eIoni + 3 3.68 mm -16.8 cm 1.65 cm 411 MeV 4.57 keV 3.28 cm 4.13 cm World eIoni + 4 3.64 mm -20 cm 1.66 cm 726 MeV 4.9 keV 3.15 cm 7.28 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -813 um -10 cm 1.22 cm 2.3 keV 0 eV 0 fm 0 fm World initStep - 1 -810 um -10 cm 1.22 cm 812 keV 2.3 keV 189 um 189 um World eIoni - 2 -852 um -10.3 cm 1.22 cm 30.8 MeV 625 eV 3 mm 3.19 mm World eIoni - 3 -980 um -16.3 cm 1.31 cm 625 MeV 8.16 keV 5.94 cm 6.26 cm World eIoni - 4 -894 um -20 cm 1.31 cm 998 MeV 10.5 keV 3.73 cm 9.99 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -980 um -16.3 cm 1.31 cm 1.56 keV 0 eV 0 fm 0 fm World initStep - 1 -980 um -16.3 cm 1.31 cm 419 keV 1.56 keV 103 um 103 um World eIoni - 2 -979 um -20 cm 1.31 cm 373 MeV 6.49 keV 3.78 cm 3.79 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -852 um -10.3 cm 1.22 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -850 um -10.3 cm 1.22 cm 216 keV 1.05 keV 57 um 57 um World eIoni - 2 -827 um -20 cm 1.22 cm 967 MeV 23.4 keV 11 cm 11 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -813 um -8.32 cm 1.23 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -810 um -8.32 cm 1.23 cm 315 keV 1.32 keV 79.6 um 79.6 um World eIoni - 2 -790 um -20 cm 1.23 cm 1.17 GeV 23 keV 12.7 cm 12.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 941 um -18.9 cm 2.22 cm 1.94 GeV 36.9 keV 19.4 cm 19.4 cm World eIoni - 2 973 um -20 cm 2.25 cm 2.05 GeV 1.76 keV 1.09 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 941 um -18.9 cm 2.22 cm 5.29 keV 0 eV 0 fm 0 fm World initStep - 1 927 um -18.9 cm 2.22 cm 3.52 MeV 5.29 keV 789 um 789 um World eIoni - 2 918 um -19 cm 2.22 cm 13 MeV 34.7 eV 944 um 1.73 mm World eIoni - 3 912 um -19.4 cm 2.22 cm 51.4 MeV 716 eV 3.84 mm 5.57 mm World eIoni - 4 902 um -20 cm 2.22 cm 109 MeV 543 eV 5.77 mm 1.13 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 912 um -19.4 cm 2.22 cm 8.72 keV 0 eV 0 fm 0 fm World initStep - 1 879 um -19.5 cm 2.22 cm 7.38 MeV 3.26 keV 1.09 mm 1.09 mm World eIoni - 2 722 um -19.7 cm 2.14 cm 28.9 MeV 315 eV 2.32 mm 3.41 mm World eIoni - 3 648 um -20 cm 2.11 cm 58.1 MeV 1.67 keV 2.95 mm 6.36 mm OutOfWorldTransportation + 0 3.68 mm -16.8 cm 1.65 cm 1.65 keV 0 eV 0 fm 0 fm World initStep + 1 3.68 mm -16.9 cm 1.65 cm 459 keV 1.65 keV 112 um 112 um World eIoni + 2 3.71 mm -20 cm 1.65 cm 315 MeV 5.57 keV 3.18 cm 3.19 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 722 um -19.7 cm 2.14 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 720 um -19.7 cm 2.14 cm 202 keV 1.01 keV 53.9 um 53.9 um World eIoni - 2 709 um -20 cm 2.14 cm 29.2 MeV 1.13 keV 2.91 mm 2.97 mm OutOfWorldTransportation + 0 2.9 mm -7.26 cm 1.61 cm 4.8 keV 0 eV 0 fm 0 fm World initStep + 1 2.9 mm -7.29 cm 1.61 cm 2.96 MeV 4.8 keV 663 um 663 um World eIoni + 2 2.91 mm -7.87 cm 1.61 cm 61.1 MeV 960 eV 5.82 mm 6.48 mm World eIoni + 3 3.03 mm -11.1 cm 1.63 cm 382 MeV 9.05 keV 3.21 cm 3.86 cm World eIoni + 4 3.33 mm -19.8 cm 1.64 cm 1.26 GeV 15.4 keV 8.76 cm 12.6 cm World eIoni + 5 3.33 mm -20 cm 1.64 cm 1.27 GeV 388 eV 1.57 mm 12.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 3.33 mm -19.8 cm 1.64 cm 10.8 keV 0 eV 0 fm 0 fm World initStep + 1 3.36 mm -19.9 cm 1.6 cm 7.3 MeV 2 keV 881 um 881 um World msc + 2 3.47 mm -19.9 cm 1.56 cm 10.7 MeV 232 eV 546 um 1.43 mm World msc + 3 3.52 mm -20 cm 1.55 cm 13.4 MeV 127 eV 322 um 1.75 mm World msc + 4 3.54 mm -20 cm 1.54 cm 14.7 MeV 0 eV 149 um 1.9 mm World eIoni + 5 3.55 mm -20 cm 1.53 cm 16 MeV 23.9 eV 140 um 2.04 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 45.3 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -504 um -15.3 cm 2.14 cm 1.58 GeV 32.3 keV 15.8 cm 15.8 cm World eIoni - 2 -624 um -20 cm 2.27 cm 2.05 GeV 8.14 keV 4.68 cm 20.5 cm OutOfWorldTransportation + 0 3.03 mm -11.1 cm 1.63 cm 1.55 keV 0 eV 0 fm 0 fm World initStep + 1 3.03 mm -11.1 cm 1.63 cm 414 keV 1.55 keV 102 um 102 um World eIoni + 2 3.01 mm -20 cm 1.63 cm 892 MeV 14.9 keV 9.25 cm 9.27 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -504 um -15.3 cm 2.14 cm 3.06 keV 0 eV 0 fm 0 fm World initStep - 1 -493 um -15.3 cm 2.14 cm 1.34 MeV 3.06 keV 304 um 304 um World eIoni - 2 -415 um -15.9 cm 2.13 cm 59.7 MeV 251 eV 5.83 mm 6.14 mm World eIoni - 3 -92.7 um -20 cm 2.14 cm 468 MeV 10.8 keV 4.09 cm 4.7 cm OutOfWorldTransportation + 0 26.6 um -1.55 cm 1.05 cm 1.31 keV 0 eV 0 fm 0 fm World initStep + 1 23.6 um -1.56 cm 1.05 cm 312 keV 1.31 keV 78.6 um 78.6 um World eIoni + 2 1.92 um -20 cm 1.05 cm 1.84 GeV 43.8 keV 21.2 cm 21.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4525,411 +3729,57 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 35 um -2.19 cm 1.19 cm 269 MeV 7.13 keV 2.65 cm 2.65 cm World eIoni - 2 67.7 um -7.2 cm 1.72 cm 770 MeV 9.79 keV 5.04 cm 7.69 cm World eIoni - 3 87.1 um -13.9 cm 2.04 cm 1.44 GeV 16.5 keV 6.75 cm 14.4 cm World eIoni - 4 96.3 um -20 cm 2.22 cm 2.05 GeV 10.7 keV 6.06 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 87.1 um -13.9 cm 2.04 cm 2.52 keV 0 eV 0 fm 0 fm World initStep - 1 95.2 um -14 cm 2.05 cm 951 keV 2.52 keV 219 um 219 um World eIoni - 2 51.8 um -14.3 cm 2.05 cm 34.7 MeV 266 eV 3.38 mm 3.6 mm World eIoni - 3 -91.3 um -16 cm 2.05 cm 210 MeV 2.61 keV 1.75 cm 2.11 cm World eIoni - 4 -119 um -17.3 cm 2.05 cm 338 MeV 2.8 keV 1.28 cm 3.39 cm World eIoni - 5 -148 um -20 cm 2.05 cm 606 MeV 6.89 keV 2.68 cm 6.07 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 um -17.3 cm 2.05 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -119 um -17.3 cm 2.05 cm 240 keV 1.12 keV 62.7 um 62.7 um World eIoni - 2 -124 um -20 cm 2.04 cm 268 MeV 4.5 keV 2.75 cm 2.75 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -91.3 um -16 cm 2.05 cm 3.23 keV 0 eV 0 fm 0 fm World initStep - 1 -103 um -16.1 cm 2.05 cm 1.47 MeV 3.23 keV 333 um 333 um World eIoni - 2 -114 um -16.3 cm 2.05 cm 23.3 MeV 297 eV 2.18 mm 2.51 mm World eIoni - 3 -183 um -20 cm 2.04 cm 396 MeV 6.04 keV 3.73 cm 3.98 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 51.8 um -14.3 cm 2.05 cm 2.02 keV 0 eV 0 fm 0 fm World initStep - 1 55.6 um -14.3 cm 2.05 cm 647 keV 2.02 keV 153 um 153 um World eIoni - 2 71.7 um -20 cm 2.05 cm 571 MeV 11.2 keV 5.77 cm 5.79 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 67.7 um -7.2 cm 1.72 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 66.5 um -7.21 cm 1.72 cm 503 keV 1.74 keV 122 um 122 um World eIoni - 2 59.9 um -20 cm 1.72 cm 1.28 GeV 18.9 keV 13.3 cm 13.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 35 um -2.19 cm 1.19 cm 5.25 keV 0 eV 0 fm 0 fm World initStep - 1 19.6 um -2.22 cm 1.19 cm 3.47 MeV 5.25 keV 779 um 779 um World eIoni - 2 20.3 um -2.46 cm 1.19 cm 27.5 MeV 54.5 eV 2.4 mm 3.18 mm World eIoni - 3 -125 um -13 cm 1.12 cm 1.08 GeV 18.1 keV 10.5 cm 10.8 cm World eIoni - 4 -1.65 mm -20 cm 1.1 cm 1.78 GeV 13.3 keV 7.02 cm 17.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -125 um -13 cm 1.12 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 -125 um -13 cm 1.12 cm 200 keV 1 keV 53.3 um 53.3 um World eIoni - 2 -120 um -20 cm 1.12 cm 701 MeV 20.7 keV 7.79 cm 7.79 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 36.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 11.9 um -1.85 cm 1.12 cm 235 MeV 5.72 keV 2.3 cm 2.3 cm World eIoni - 2 15.8 um -10.1 cm 1.9 cm 1.06 GeV 11.8 keV 8.3 cm 10.6 cm World eIoni - 3 -30.9 um -20 cm 2.24 cm 2.05 GeV 21.6 keV 9.91 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.8 um -10.1 cm 1.9 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 14.6 um -10.1 cm 1.9 cm 424 keV 1.57 keV 104 um 104 um World eIoni - 2 7.69 um -20 cm 1.9 cm 990 MeV 17.4 keV 10.3 cm 10.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 11.9 um -1.85 cm 1.12 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 10.9 um -1.85 cm 1.13 cm 334 keV 1.36 keV 83.4 um 83.4 um World eIoni - 2 3.78 um -20 cm 1.13 cm 1.82 GeV 36.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -25.9 um -2 cm 1.15 cm 250 MeV 4.29 keV 2.45 cm 2.45 cm World eIoni - 2 -73.6 um -20 cm 2.21 cm 2.05 GeV 39.3 keV 18 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -25.9 um -2 cm 1.15 cm 5.21 keV 0 eV 0 fm 0 fm World initStep - 1 -11.4 um -2.03 cm 1.15 cm 3.42 MeV 5.21 keV 766 um 766 um World eIoni - 2 -153 um -3.36 cm 1.14 cm 136 MeV 2.74 keV 1.33 cm 1.4 cm World eIoni - 3 -447 um -18.5 cm 1.11 cm 1.65 GeV 31.7 keV 15.1 cm 16.5 cm World eIoni - 4 -436 um -20 cm 1.11 cm 1.8 GeV 2.65 keV 1.55 cm 18 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -447 um -18.5 cm 1.11 cm 2.62 keV 0 eV 0 fm 0 fm World initStep - 1 -439 um -18.5 cm 1.11 cm 1.02 MeV 2.62 keV 234 um 234 um World eIoni - 2 -553 um -19 cm 1.1 cm 58.1 MeV 1.55 keV 5.71 mm 5.94 mm World eIoni - 3 -647 um -20 cm 1.1 cm 155 MeV 3.49 keV 9.69 mm 1.56 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 2.56 um -1.43 mm 3.71 mm 64.3 MeV 737 eV 4.06 mm 4.06 mm World eIoni - 2 146 um -5.93 cm 1.63 cm 643 MeV 12.6 keV 6.01 cm 6.42 cm World eIoni - 3 226 um -16.1 cm 2.11 cm 1.66 GeV 23.4 keV 10.2 cm 16.6 cm World eIoni - 4 242 um -20 cm 2.22 cm 2.05 GeV 9.94 keV 3.9 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 226 um -16.1 cm 2.11 cm 11.7 keV 0 eV 0 fm 0 fm World initStep - 1 190 um -16.2 cm 2.11 cm 13.1 MeV 4.24 keV 2.03 mm 2.03 mm World eIoni - 2 -114 um -16.2 cm 2.11 cm 13.1 MeV 101 eV 305 um 2.33 mm World eIoni - 3 -4.53 mm -18.2 cm 2.09 cm 206 MeV 2.48 keV 2.05 cm 2.28 cm World eIoni - 4 -5.35 mm -20 cm 2.09 cm 390 MeV 4.23 keV 1.84 cm 4.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm -18.2 cm 2.09 cm 4.26 keV 0 eV 0 fm 0 fm World initStep - 1 -4.52 mm -18.2 cm 2.1 cm 2.4 MeV 4.26 keV 539 um 539 um World eIoni - 2 -4.51 mm -18.3 cm 2.1 cm 15.3 MeV 105 eV 1.29 mm 1.83 mm World eIoni - 3 -4.49 mm -20 cm 2.1 cm 184 MeV 2.15 keV 1.69 cm 1.87 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -114 um -16.2 cm 2.11 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -115 um -16.2 cm 2.11 cm 714 keV 1.57 keV 103 um 103 um World eIoni - 2 -118 um -20 cm 2.11 cm 378 MeV 6.44 keV 3.8 cm 3.81 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 146 um -5.93 cm 1.63 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 151 um -5.94 cm 1.63 cm 504 keV 1.74 keV 122 um 122 um World eIoni - 2 179 um -20 cm 1.63 cm 1.41 GeV 21.3 keV 14.7 cm 14.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 um -1.43 mm 3.71 mm 8.02 keV 0 eV 0 fm 0 fm World initStep - 1 -30.8 um -2.12 mm 3.71 mm 7.36 MeV 4.61 keV 1.45 mm 1.45 mm World eIoni - 2 12.1 um -2.09 mm 3.69 mm 7.05 MeV 9.51 eV 58.6 um 1.51 mm World eIoni - 3 3.44 mm -5.25 cm 2.56 mm 511 MeV 8.45 keV 5.16 cm 5.31 cm World eIoni - 4 3.53 mm -5.68 cm 2.56 mm 554 MeV 195 eV 4.25 mm 5.73 cm World eIoni - 5 3.59 mm -5.98 cm 2.56 mm 584 MeV 729 eV 3.04 mm 6.04 cm World eIoni - 6 4.51 mm -13.3 cm 2.57 mm 1.32 GeV 17.6 keV 7.36 cm 13.4 cm World eIoni - 7 4.96 mm -20 cm 2.56 mm 1.99 GeV 9.36 keV 6.65 cm 20.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.51 mm -13.3 cm 2.57 mm 4.85 keV 0 eV 0 fm 0 fm World initStep - 1 4.51 mm -13.4 cm 2.55 mm 3.01 MeV 4.85 keV 676 um 676 um World eIoni - 2 4.51 mm -13.6 cm 2.52 mm 26.8 MeV 412 eV 2.38 mm 3.05 mm World eIoni - 3 4.6 mm -16.1 cm 2.54 mm 279 MeV 4.79 keV 2.53 cm 2.83 cm World eIoni - 4 4.64 mm -20 cm 2.56 mm 665 MeV 7.54 keV 3.86 cm 6.69 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm -16.1 cm 2.54 mm 9.88 keV 0 eV 0 fm 0 fm World initStep - 1 4.58 mm -16.2 cm 2.58 mm 10.3 MeV 3.23 keV 1.76 mm 1.76 mm World eIoni - 2 6.12 mm -16.4 cm 2.39 mm 23.7 MeV 344 eV 2.16 mm 3.91 mm World eIoni - 3 9.13 mm -20 cm 2.02 mm 385 MeV 6.76 keV 3.63 cm 4.02 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm -5.98 cm 2.56 mm 9.72 keV 0 eV 0 fm 0 fm World initStep - 1 3.55 mm -6.08 cm 2.58 mm 10 MeV 4.52 keV 1.73 mm 1.73 mm World eIoni - 2 2.77 mm -6.98 cm 3.1 mm 101 MeV 1.29 keV 9.14 mm 1.09 cm World eIoni - 3 1.87 mm -20 cm 3.1 mm 1.4 GeV 30.3 keV 13 cm 14.1 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm -6.98 cm 3.1 mm 8.03 keV 0 eV 0 fm 0 fm World initStep - 1 2.8 mm -7.05 cm 3.09 mm 7.37 MeV 8.03 keV 1.45 mm 1.45 mm World eIoni - 2 1.3 mm -7.28 cm 3.81 mm 30.5 MeV 151 eV 3.06 mm 4.52 mm World eIoni - 3 596 um -7.84 cm 4.15 mm 86.1 MeV 691 eV 5.62 mm 1.01 cm World eIoni - 4 -505 um -12 cm 4.76 mm 507 MeV 10.2 keV 4.21 cm 5.22 cm World eIoni - 5 -1.06 mm -20 cm 5.09 mm 1.3 GeV 16.8 keV 7.96 cm 13.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -505 um -12 cm 4.76 mm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 -505 um -12 cm 4.76 mm 205 keV 1.02 keV 54.4 um 54.4 um World eIoni - 2 -502 um -20 cm 4.78 mm 796 MeV 22.4 keV 8.93 cm 8.94 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 596 um -7.84 cm 4.15 mm 17.3 keV 0 eV 0 fm 0 fm World initStep - 1 527 um -8.01 cm 4.14 mm 17.9 MeV 5.39 keV 2.19 mm 2.19 mm World eIoni - 2 -3.7 mm -20 cm -1.81 mm 1.22 GeV 20.9 keV 12.3 cm 12.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 mm -5.68 cm 2.56 mm 2.52 keV 0 eV 0 fm 0 fm World initStep - 1 3.53 mm -5.69 cm 2.56 mm 953 keV 2.52 keV 219 um 219 um World eIoni - 2 3.4 mm -6.3 cm 2.66 mm 62.2 MeV 1.21 keV 6.13 mm 6.35 mm World eIoni - 3 3.12 mm -9.66 cm 2.76 mm 398 MeV 6.25 keV 3.36 cm 3.99 cm World eIoni - 4 2.94 mm -20 cm 2.85 mm 1.43 GeV 21.4 keV 10.3 cm 14.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 mm -9.66 cm 2.76 mm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 3.12 mm -9.66 cm 2.77 mm 284 keV 1.24 keV 72.6 um 72.6 um World eIoni - 2 3.12 mm -20 cm 2.79 mm 1.03 GeV 22.8 keV 11.2 cm 11.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.4 mm -6.3 cm 2.66 mm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 3.4 mm -6.3 cm 2.66 mm 223 keV 1.07 keV 58.7 um 58.7 um World eIoni - 2 2.63 cm -17.3 cm -1.03 cm 1.1 GeV 32.6 keV 12.8 cm 12.8 cm World eIoni - 3 2.22 cm -19.9 cm -2.59 cm 1.36 GeV 6.77 keV 3.01 cm 15.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm -5.25 cm 2.56 mm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 3.45 mm -5.26 cm 2.56 mm 306 keV 1.3 keV 77.6 um 77.6 um World eIoni - 2 3.46 mm -20 cm 2.53 mm 1.47 GeV 28.9 keV 16.5 cm 16.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -5.32 um -4.51 mm 6.34 mm 95.2 MeV 1.24 keV 8.13 mm 8.13 mm World eIoni - 2 6.93 um -2.74 cm 1.29 cm 324 MeV 5.22 keV 2.39 cm 3.2 cm World eIoni - 3 -5.48 um -9.23 cm 1.84 cm 973 MeV 10.9 keV 6.52 cm 9.72 cm World eIoni - 4 -33.6 um -17.2 cm 2.15 cm 1.77 GeV 17.1 keV 7.94 cm 17.7 cm World eIoni - 5 -40.1 um -20 cm 2.22 cm 2.05 GeV 4.99 keV 2.83 cm 20.5 cm OutOfWorldTransportation + 1 -7.72 um -1.13 cm 9.34 mm 163 MeV 3.96 keV 1.56 cm 1.56 cm World eIoni + 2 -147 um -10.8 cm 1.93 cm 1.13 GeV 14.5 keV 9.71 cm 11.3 cm World eIoni + 3 -244 um -16.9 cm 2.15 cm 1.74 GeV 13.9 keV 6.1 cm 17.4 cm World eIoni + 4 -277 um -19.6 cm 2.23 cm 2.01 GeV 6.65 keV 2.76 cm 20.1 cm World eIoni + 5 -282 um -20 cm 2.24 cm 2.05 GeV 592 eV 3.74 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -33.6 um -17.2 cm 2.15 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 -37.3 um -17.2 cm 2.15 cm 379 keV 1.47 keV 93.8 um 93.8 um World eIoni - 2 -56.2 um -20 cm 2.15 cm 283 MeV 6.88 keV 2.87 cm 2.88 cm OutOfWorldTransportation + 0 -277 um -19.6 cm 2.23 cm 5.54 keV 0 eV 0 fm 0 fm World initStep + 1 -295 um -19.6 cm 2.23 cm 2.41 MeV 1e+03 eV 300 um 300 um World eIoni + 2 -843 um -20 cm 2.21 cm 37.5 MeV 423 eV 3.59 mm 3.89 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.48 um -9.23 cm 1.84 cm 2.45 keV 0 eV 0 fm 0 fm World initStep - 1 2.99 um -9.24 cm 1.84 cm 908 keV 2.45 keV 210 um 210 um World eIoni - 2 37.9 um -9.39 cm 1.84 cm 16.7 MeV 517 eV 1.58 mm 1.79 mm World eIoni - 3 -590 um -19 cm 1.91 cm 979 MeV 16 keV 9.62 cm 9.8 cm World eIoni - 4 -696 um -20 cm 1.92 cm 1.08 GeV 2.1 keV 9.85 mm 10.8 cm OutOfWorldTransportation + 0 -244 um -16.9 cm 2.15 cm 11.5 keV 0 eV 0 fm 0 fm World initStep + 1 -259 um -16.9 cm 2.15 cm 1.84 MeV 63.7 eV 191 um 191 um World eIoni + 2 -446 um -20 cm 2.13 cm 313 MeV 3.16 keV 3.12 cm 3.13 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -590 um -19 cm 1.91 cm 8.84 keV 0 eV 0 fm 0 fm World initStep - 1 -588 um -19.1 cm 1.92 cm 8.65 MeV 3.66 keV 1.6 mm 1.6 mm World eIoni - 2 -580 um -19.5 cm 1.74 cm 44.2 MeV 723 eV 4.15 mm 5.74 mm World eIoni - 3 -577 um -20 cm 1.67 cm 99 MeV 1.66 keV 5.53 mm 1.13 cm OutOfWorldTransportation + 0 -259 um -16.9 cm 2.15 cm 6.57 keV 0 eV 0 fm 0 fm World initStep + 1 -273 um -16.9 cm 2.15 cm 5.19 MeV 6.57 keV 1.14 mm 1.14 mm World eIoni + 2 -1.34 mm -17.9 cm 1.98 cm 104 MeV 2.09 keV 1.05 cm 1.17 cm World eIoni + 3 -1.66 mm -20 cm 1.92 cm 311 MeV 3.73 keV 2.07 cm 3.24 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.93 um -2.74 cm 1.29 cm 3.25 keV 0 eV 0 fm 0 fm World initStep - 1 -4.56 um -2.75 cm 1.29 cm 1.49 MeV 3.25 keV 336 um 336 um World eIoni - 2 -38.7 um -2.98 cm 1.28 cm 24.5 MeV 540 eV 2.3 mm 2.64 mm World eIoni - 3 -1.07 mm -16.1 cm 1.34 cm 1.33 GeV 26.6 keV 13.1 cm 13.3 cm World eIoni - 4 -1.46 mm -20 cm 1.39 cm 1.73 GeV 10.8 keV 3.95 cm 17.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -16.1 cm 1.34 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 -1.07 mm -16.1 cm 1.34 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni - 2 -1.05 mm -20 cm 1.34 cm 395 MeV 10.4 keV 4.11 cm 4.12 cm OutOfWorldTransportation + 0 -147 um -10.8 cm 1.93 cm 1.43 keV 0 eV 0 fm 0 fm World initStep + 1 -144 um -10.8 cm 1.93 cm 360 keV 1.43 keV 89.7 um 89.7 um World eIoni + 2 -124 um -20 cm 1.93 cm 923 MeV 15.9 keV 9.69 cm 9.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.32 um -4.51 mm 6.34 mm 2.92 keV 0 eV 0 fm 0 fm World initStep - 1 -5.94 um -4.63 mm 6.33 mm 1.23 MeV 2.92 keV 279 um 279 um World eIoni - 2 -158 um -1.19 cm 6.22 mm 74.4 MeV 1.23 keV 7.32 mm 7.6 mm World eIoni - 3 -470 um -4.05 cm 6.16 mm 360 MeV 4.64 keV 2.86 cm 3.62 cm World eIoni - 4 -735 um -12.2 cm 6.09 mm 1.18 GeV 11.6 keV 8.2 cm 11.8 cm World eIoni - 5 -808 um -16.3 cm 6.08 mm 1.59 GeV 7.98 keV 4.07 cm 15.9 cm World eIoni - 6 -856 um -20 cm 6.07 mm 1.95 GeV 7.23 keV 3.68 cm 19.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -808 um -16.3 cm 6.08 mm 1.63 keV 0 eV 0 fm 0 fm World initStep - 1 -812 um -16.3 cm 6.08 mm 449 keV 1.63 keV 109 um 109 um World eIoni - 2 -832 um -20 cm 6.06 mm 369 MeV 6.5 keV 3.73 cm 3.74 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -735 um -12.2 cm 6.09 mm 1 keV 0 eV 0 fm 0 fm World initStep - 1 -732 um -12.2 cm 6.09 mm 200 keV 1 keV 53.3 um 53.3 um World eIoni - 2 -713 um -20 cm 6.08 mm 775 MeV 14.5 keV 8.72 cm 8.72 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -470 um -4.05 cm 6.16 mm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 -469 um -4.06 cm 6.16 mm 295 keV 1.27 keV 75 um 75 um World eIoni - 2 -465 um -20 cm 6.19 mm 1.59 GeV 42.7 keV 18.2 cm 18.2 cm OutOfWorldTransportation + 0 -7.72 um -1.13 cm 9.34 mm 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 -10.1 um -1.14 cm 9.34 mm 405 keV 1.53 keV 99.7 um 99.7 um World eIoni + 2 -25.2 um -20 cm 9.31 mm 1.89 GeV 35.7 keV 20.6 cm 20.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4937,648 +3787,111 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 82.8 um -4.14 cm 1.48 cm 464 MeV 8.02 keV 4.62 cm 4.62 cm World eIoni - 2 120 um -5.75 cm 1.63 cm 625 MeV 3.46 keV 1.61 cm 6.23 cm World eIoni - 3 254 um -17.5 cm 2.18 cm 1.8 GeV 23.3 keV 11.7 cm 18 cm World eIoni - 4 270 um -19.2 cm 2.23 cm 1.97 GeV 4.24 keV 1.68 cm 19.7 cm World eIoni - 5 278 um -20 cm 2.25 cm 2.05 GeV 1.07 keV 8.46 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 270 um -19.2 cm 2.23 cm 2.44 keV 0 eV 0 fm 0 fm World initStep - 1 262 um -19.2 cm 2.23 cm 897 keV 2.44 keV 207 um 207 um World eIoni - 2 272 um -20 cm 2.22 cm 84 MeV 1.51 keV 8.32 mm 8.52 mm World eIoni - 3 272 um -20 cm 2.22 cm 84.7 MeV 0 eV 69.1 um 8.59 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 254 um -17.5 cm 2.18 cm 2.38 keV 0 eV 0 fm 0 fm World initStep - 1 249 um -17.5 cm 2.18 cm 864 keV 2.38 keV 200 um 200 um World eIoni - 2 327 um -17.9 cm 2.18 cm 45.3 MeV 665 eV 4.44 mm 4.64 mm World eIoni - 3 362 um -20 cm 2.17 cm 253 MeV 4.5 keV 2.08 cm 2.54 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 120 um -5.75 cm 1.63 cm 6.04 keV 0 eV 0 fm 0 fm World initStep - 1 110 um -5.79 cm 1.63 cm 4.46 MeV 6.04 keV 1 mm 1 mm World eIoni - 2 35.2 um -6.64 cm 1.63 cm 89.7 MeV 558 eV 8.52 mm 9.52 mm World eIoni - 3 -55 um -20 cm 1.64 cm 1.43 GeV 24.6 keV 13.4 cm 14.3 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 82.8 um -4.14 cm 1.48 cm 83.7 keV 0 eV 0 fm 0 fm World initStep - 1 -141 um -6.31 cm 1.47 cm 218 MeV 9.13 keV 2.53 cm 2.53 cm World eIoni - 2 5.43 mm -6.87 cm 1.7 cm 273 MeV 1.69 keV 8.22 mm 3.35 cm World eIoni - 3 3.6 cm -19.6 cm 2.94 cm 1.55 GeV 29.2 keV 13.3 cm 16.6 cm World eIoni - 4 3.61 cm -19.7 cm 2.94 cm 1.55 GeV 15.7 eV 772 um 16.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 cm -19.6 cm 2.94 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 3.6 cm -19.6 cm 2.94 cm 225 keV 1.08 keV 59.1 um 59.1 um World eIoni - 2 3.6 cm -19.7 cm 2.94 cm 7.84 MeV 345 eV 763 um 822 um OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 266 um -10.5 cm 1.94 cm 1.1 GeV 23.4 keV 11 cm 11 cm World eIoni - 2 294 um -12.6 cm 2.03 cm 1.31 GeV 5.09 keV 2.15 cm 13.1 cm World eIoni - 3 363 um -20 cm 2.26 cm 2.05 GeV 13.3 keV 7.37 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 294 um -12.6 cm 2.03 cm 21.6 keV 0 eV 0 fm 0 fm World initStep - 1 378 um -12.9 cm 2.03 cm 23.8 MeV 3.03 keV 2.81 mm 2.81 mm World eIoni - 2 3.29 mm -15.6 cm 2.08 cm 293 MeV 3.99 keV 2.72 cm 3 cm World eIoni - 3 4.38 mm -20 cm 2.1 cm 737 MeV 7.22 keV 4.44 cm 7.45 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -15.6 cm 2.08 cm 2.4 keV 0 eV 0 fm 0 fm World initStep - 1 3.28 mm -15.6 cm 2.08 cm 871 keV 2.4 keV 202 um 202 um World eIoni - 2 3.26 mm -15.8 cm 2.07 cm 20.3 MeV 107 eV 1.94 mm 2.15 mm World eIoni - 3 3.21 mm -20 cm 2.07 cm 444 MeV 8.76 keV 4.24 cm 4.45 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 266 um -10.5 cm 1.94 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 268 um -10.5 cm 1.94 cm 215 keV 1.05 keV 56.8 um 56.8 um World eIoni - 2 287 um -20 cm 1.94 cm 952 MeV 27.1 keV 10.8 cm 10.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -882 um -19.5 cm 2.26 cm 2 GeV 38 keV 20 cm 20 cm World eIoni - 2 -881 um -20 cm 2.28 cm 2.05 GeV 2.95 keV 5.02 mm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -882 um -19.5 cm 2.26 cm 56 keV 0 eV 0 fm 0 fm World initStep - 1 -971 um -19.8 cm 2.19 cm 30.7 MeV 2.44 keV 3.14 mm 3.14 mm World eIoni - 2 -943 um -20 cm 2.18 cm 51.2 MeV 135 eV 2.05 mm 5.19 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 18.3 um -2.39 cm 1.22 cm 289 MeV 6.02 keV 2.85 cm 2.85 cm World eIoni - 2 169 um -10.8 cm 1.91 cm 1.13 GeV 21.1 keV 8.48 cm 11.3 cm World eIoni - 3 205 um -13.6 cm 2.01 cm 1.41 GeV 6.94 keV 2.72 cm 14.1 cm World eIoni - 4 276 um -20 cm 2.2 cm 2.05 GeV 9.87 keV 6.44 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 205 um -13.6 cm 2.01 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 208 um -13.6 cm 2.02 cm 495 keV 1.72 keV 120 um 120 um World eIoni - 2 222 um -20 cm 2.02 cm 644 MeV 10.8 keV 6.56 cm 6.58 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 169 um -10.8 cm 1.91 cm 2.23 keV 0 eV 0 fm 0 fm World initStep - 1 166 um -10.8 cm 1.91 cm 771 keV 2.23 keV 180 um 180 um World eIoni - 2 -529 um -12.4 cm 1.87 cm 159 MeV 2.05 keV 1.59 cm 1.61 cm World eIoni - 3 -2.48 mm -18.2 cm 1.69 cm 737 MeV 10.2 keV 5.78 cm 7.39 cm World eIoni - 4 -2.74 mm -20 cm 1.67 cm 916 MeV 6.16 keV 1.79 cm 9.18 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm -18.2 cm 1.69 cm 12.6 keV 0 eV 0 fm 0 fm World initStep - 1 -2.43 mm -18.3 cm 1.69 cm 14.4 MeV 5.56 keV 2.15 mm 2.15 mm World eIoni - 2 482 um -18.7 cm 1.58 cm 46.4 MeV 400 eV 4.95 mm 7.1 mm World eIoni - 3 2.28 mm -20 cm 1.51 cm 180 MeV 1.35 keV 1.35 cm 2.06 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 18.3 um -2.39 cm 1.22 cm 14.4 keV 0 eV 0 fm 0 fm World initStep - 1 -24 um -2.54 cm 1.22 cm 15.4 MeV 3.06 keV 2.03 mm 2.03 mm World eIoni - 2 2.58 mm -18.4 cm 5.61 mm 1.6 GeV 22.9 keV 15.9 cm 16.1 cm World eIoni - 3 2.62 mm -20 cm 5.46 mm 1.76 GeV 3.54 keV 1.64 cm 17.8 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 178 um -8.06 cm 1.8 cm 856 MeV 10.2 keV 8.55 cm 8.55 cm World eIoni - 2 493 um -20 cm 2.25 cm 2.05 GeV 20.9 keV 12 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 178 um -8.06 cm 1.8 cm 2.62 keV 0 eV 0 fm 0 fm World initStep - 1 170 um -8.07 cm 1.8 cm 1.02 MeV 2.62 keV 233 um 233 um World eIoni - 2 110 um -8.4 cm 1.8 cm 34.3 MeV 206 eV 3.33 mm 3.56 mm World eIoni - 3 -287 um -13.9 cm 1.78 cm 585 MeV 10.5 keV 5.51 cm 5.86 cm World eIoni - 4 -407 um -18.8 cm 1.77 cm 1.07 GeV 11.9 keV 4.88 cm 10.7 cm World eIoni - 5 -430 um -20 cm 1.76 cm 1.19 GeV 2.79 keV 1.21 cm 12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -407 um -18.8 cm 1.77 cm 6.73 keV 0 eV 0 fm 0 fm World initStep - 1 -381 um -18.8 cm 1.77 cm 5.41 MeV 5.64 keV 1.18 mm 1.18 mm World eIoni - 2 672 um -19.8 cm 1.94 cm 98.5 MeV 1.21 keV 9.79 mm 1.1 cm World eIoni - 3 703 um -20 cm 1.95 cm 122 MeV 216 eV 2.32 mm 1.33 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -287 um -13.9 cm 1.78 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -282 um -13.9 cm 1.78 cm 421 keV 1.57 keV 103 um 103 um World eIoni - 2 -258 um -20 cm 1.78 cm 609 MeV 14.6 keV 6.24 cm 6.25 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 423 um -11 cm 1.95 cm 1.15 GeV 22.4 keV 11.5 cm 11.5 cm World eIoni - 2 485 um -12 cm 1.99 cm 1.25 GeV 2.11 keV 9.96 mm 12.5 cm World eIoni - 3 856 um -20 cm 2.24 cm 2.05 GeV 22.5 keV 7.98 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 485 um -12 cm 1.99 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 486 um -12 cm 1.99 cm 322 keV 1.34 keV 81.2 um 81.2 um World eIoni - 2 488 um -20 cm 1.99 cm 798 MeV 14.6 keV 8.39 cm 8.4 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 423 um -11 cm 1.95 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 425 um -11 cm 1.95 cm 374 keV 1.46 keV 92.8 um 92.8 um World eIoni - 2 438 um -20 cm 1.94 cm 897 MeV 16 keV 9.38 cm 9.39 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 254 um -17.7 cm 2.07 cm 1.82 GeV 36.3 keV 18.2 cm 18.2 cm World eIoni - 2 302 um -20 cm 2.13 cm 2.04 GeV 3.66 keV 2.29 cm 20.4 cm World eIoni - 3 303 um -20 cm 2.13 cm 2.05 GeV 28.4 eV 494 um 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 302 um -20 cm 2.13 cm 4.77 keV 0 eV 0 fm 0 fm World initStep - 1 157 um -20 cm 2.13 cm 2.19 MeV 1.82 keV 292 um 292 um World msc - 2 31.6 um -20 cm 2.13 cm 3.12 MeV 0 eV 160 um 452 um World msc - 3 -34.5 um -20 cm 2.13 cm 4 MeV 0 eV 111 um 563 um World msc - 4 -68.3 um -20 cm 2.14 cm 4.59 MeV 0 eV 67.6 um 630 um World msc - 5 -81.8 um -20 cm 2.14 cm 4.85 MeV 4.55 eV 29.5 um 660 um World msc - 6 -93.3 um -20 cm 2.14 cm 5.08 MeV 4.06 eV 26.1 um 686 um OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 254 um -17.7 cm 2.07 cm 2.75 keV 0 eV 0 fm 0 fm World initStep - 1 262 um -17.7 cm 2.07 cm 1.11 MeV 2.75 keV 253 um 253 um World eIoni - 2 279 um -17.9 cm 2.08 cm 20.8 MeV 548 eV 1.97 mm 2.22 mm World eIoni - 3 371 um -20 cm 2.09 cm 234 MeV 2.13 keV 2.13 cm 2.36 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 279 um -17.9 cm 2.08 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 274 um -17.9 cm 2.08 cm 510 keV 1.76 keV 123 um 123 um World eIoni - 2 251 um -20 cm 2.08 cm 213 MeV 2.53 keV 2.14 cm 2.16 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 46.7 um -2.98 cm 1.32 cm 348 MeV 6.63 keV 3.45 cm 3.45 cm World eIoni - 2 365 um -20 cm 2.18 cm 2.05 GeV 44.2 keV 17 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 46.7 um -2.98 cm 1.32 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 50.5 um -2.99 cm 1.32 cm 334 keV 1.36 keV 83.7 um 83.7 um World eIoni - 2 77.3 um -20 cm 1.32 cm 1.7 GeV 34.9 keV 19 cm 19 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 116 um -8.04 cm 1.75 cm 853 MeV 14.6 keV 8.53 cm 8.53 cm World eIoni - 2 84.9 um -9 cm 1.8 cm 950 MeV 2.31 keV 9.66 mm 9.49 cm World eIoni - 3 -3.36 um -12.3 cm 1.95 cm 1.28 GeV 8.38 keV 3.33 cm 12.8 cm World eIoni - 4 -138 um -20 cm 2.18 cm 2.05 GeV 17 keV 7.67 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.36 um -12.3 cm 1.95 cm 2.88 keV 0 eV 0 fm 0 fm World initStep - 1 -12.1 um -12.3 cm 1.95 cm 1.2 MeV 2.88 keV 273 um 273 um World eIoni - 2 -49.2 um -12.8 cm 1.96 cm 47.1 MeV 1.26 keV 4.59 mm 4.86 mm World eIoni - 3 -169 um -20 cm 1.99 cm 767 MeV 11.1 keV 7.2 cm 7.69 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 84.9 um -9 cm 1.8 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 88.3 um -9 cm 1.8 cm 262 keV 1.18 keV 67.5 um 67.5 um World eIoni - 2 114 um -20 cm 1.8 cm 1.1 GeV 25.1 keV 12.2 cm 12.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 um -8.04 cm 1.75 cm 5.17 keV 0 eV 0 fm 0 fm World initStep - 1 137 um -8.07 cm 1.75 cm 3.38 MeV 5.17 keV 758 um 758 um World eIoni - 2 198 um -8.7 cm 1.75 cm 67 MeV 748 eV 6.37 mm 7.12 mm World eIoni - 3 330 um -20 cm 1.74 cm 1.2 GeV 21.6 keV 11.3 cm 12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -116 um -6.07 cm 1.66 cm 657 MeV 15 keV 6.55 cm 6.55 cm World eIoni - 2 94.8 um -20 cm 2.25 cm 2.05 GeV 33 keV 13.9 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -116 um -6.07 cm 1.66 cm 1.14 keV 0 eV 0 fm 0 fm World initStep - 1 -117 um -6.07 cm 1.66 cm 246 keV 1.14 keV 64.1 um 64.1 um World eIoni - 2 1.92 mm -19 cm 6.99 mm 1.29 GeV 33.2 keV 14.9 cm 15 cm World eIoni - 3 3.5 mm -20 cm 4.83 mm 1.39 GeV 2.57 keV 1.02 cm 16 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -32.2 um -5.14 cm 1.58 cm 564 MeV 9.07 keV 5.63 cm 5.63 cm World eIoni - 2 151 um -9.65 cm 1.89 cm 1.02 GeV 8.87 keV 4.52 cm 10.1 cm World eIoni - 3 376 um -20 cm 2.25 cm 2.05 GeV 21.9 keV 10.4 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 151 um -9.65 cm 1.89 cm 14.7 keV 0 eV 0 fm 0 fm World initStep - 1 160 um -9.82 cm 1.88 cm 17.6 MeV 4.34 keV 2.45 mm 2.45 mm World eIoni - 2 1.89 mm -9.9 cm 2.03 cm 26.2 MeV 276 eV 2.65 mm 5.1 mm World eIoni - 3 6.33 mm -19.1 cm 2.4 cm 950 MeV 16.4 keV 9.3 cm 9.81 cm World eIoni - 4 6.41 mm -20 cm 2.41 cm 1.03 GeV 2 keV 8.43 mm 10.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 mm -19.1 cm 2.4 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 6.33 mm -19.1 cm 2.4 cm 211 keV 1.04 keV 55.9 um 55.9 um World eIoni - 2 6.32 mm -20 cm 2.4 cm 84.3 MeV 2 keV 8.5 mm 8.55 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -32.2 um -5.14 cm 1.58 cm 6.5 keV 0 eV 0 fm 0 fm World initStep - 1 -21.3 um -5.19 cm 1.59 cm 5.09 MeV 6.5 keV 1.13 mm 1.13 mm World eIoni - 2 -455 um -5.45 cm 1.73 cm 31 MeV 580 eV 3.45 mm 4.57 mm World eIoni - 3 -374 um -15.3 cm 1.85 cm 1.01 GeV 16.7 keV 9.8 cm 10.3 cm World eIoni - 4 5.29 um -20 cm 1.86 cm 1.49 GeV 9.91 keV 4.75 cm 15 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -374 um -15.3 cm 1.85 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 -375 um -15.3 cm 1.85 cm 380 keV 1.47 keV 94.1 um 94.1 um World eIoni - 2 -380 um -20 cm 1.85 cm 475 MeV 9.67 keV 4.85 cm 4.86 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 565 um -13.7 cm 2.01 cm 1.42 GeV 26.2 keV 14.2 cm 14.2 cm World eIoni - 2 708 um -18.3 cm 2.15 cm 1.88 GeV 6.91 keV 4.63 cm 18.8 cm World eIoni - 3 723 um -18.9 cm 2.16 cm 1.94 GeV 687 eV 5.98 mm 19.4 cm World eIoni - 4 750 um -20 cm 2.19 cm 2.05 GeV 1.73 keV 1.06 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 723 um -18.9 cm 2.16 cm 1.45 keV 0 eV 0 fm 0 fm World initStep - 1 719 um -18.9 cm 2.16 cm 369 keV 1.45 keV 91.5 um 91.5 um World eIoni - 2 701 um -20 cm 2.16 cm 106 MeV 2.42 keV 1.06 cm 1.07 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 708 um -18.3 cm 2.15 cm 39.2 keV 0 eV 0 fm 0 fm World initStep - 1 -1.51 mm -18.9 cm 2.14 cm 56.3 MeV 4.2 keV 6.38 mm 6.38 mm World eIoni - 2 -2.86 mm -19.1 cm 2.07 cm 79.3 MeV 422 eV 2.77 mm 9.15 mm World eIoni - 3 -3.11 mm -19.2 cm 2.05 cm 84.7 MeV 158 eV 616 um 9.77 mm World eIoni - 4 -5.28 mm -19.9 cm 1.94 cm 159 MeV 1.9 keV 7.8 mm 1.76 cm World msc - 5 -5.45 mm -20 cm 1.93 cm 167 MeV 208 eV 859 um 1.84 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 mm -19.2 cm 2.05 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 -3.11 mm -19.2 cm 2.05 cm 274 keV 1.21 keV 70.2 um 70.2 um World eIoni - 2 -3.1 mm -20 cm 2.05 cm 82.7 MeV 1.57 keV 8.3 mm 8.37 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -19.1 cm 2.07 cm 2.65 keV 0 eV 0 fm 0 fm World initStep - 1 -2.87 mm -19.1 cm 2.07 cm 1.04 MeV 2.65 keV 238 um 238 um World eIoni - 2 -2.81 mm -19.5 cm 2.07 cm 35.3 MeV 382 eV 3.43 mm 3.67 mm WorldTransportation - 3 -2.81 mm -19.5 cm 2.07 cm 35.3 MeV 0 eV 0 fm 3.67 mm World eIoni - 4 -2.74 mm -20 cm 2.07 cm 88.3 MeV 730 eV 5.3 mm 8.97 mm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm -18.9 cm 2.14 cm 1.64 keV 0 eV 0 fm 0 fm World initStep - 1 -1.51 mm -18.9 cm 2.14 cm 457 keV 1.64 keV 111 um 111 um World eIoni - 2 -1.51 mm -20 cm 2.14 cm 111 MeV 1.36 keV 1.11 cm 1.12 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 565 um -13.7 cm 2.01 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 565 um -13.7 cm 2.01 cm 258 keV 1.17 keV 66.6 um 66.6 um World eIoni - 2 558 um -20 cm 2.01 cm 629 MeV 14.9 keV 6.66 cm 6.67 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -230 um -7.1 cm 1.71 cm 760 MeV 16 keV 7.59 cm 7.59 cm World eIoni - 2 -232 um -12 cm 1.96 cm 1.25 GeV 13.7 keV 4.86 cm 12.5 cm World eIoni - 3 -232 um -16.1 cm 2.11 cm 1.66 GeV 8.15 keV 4.17 cm 16.6 cm World eIoni - 4 -234 um -20 cm 2.21 cm 2.05 GeV 8.54 keV 3.87 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -232 um -16.1 cm 2.11 cm 1.87 keV 0 eV 0 fm 0 fm World initStep - 1 -231 um -16.1 cm 2.1 cm 568 keV 1.87 keV 136 um 136 um World eIoni - 2 -226 um -20 cm 2.1 cm 387 MeV 5.85 keV 3.9 cm 3.92 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -232 um -12 cm 1.96 cm 1.8 keV 0 eV 0 fm 0 fm World initStep - 1 -226 um -12 cm 1.96 cm 534 keV 1.8 keV 128 um 128 um World eIoni - 2 -198 um -20 cm 1.96 cm 804 MeV 20.3 keV 8.22 cm 8.23 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -230 um -7.1 cm 1.71 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 -234 um -7.11 cm 1.71 cm 356 keV 1.42 keV 88.6 um 88.6 um World eIoni - 2 -261 um -20 cm 1.71 cm 1.29 GeV 26.8 keV 13.9 cm 13.9 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -25.2 um -9.62 cm 1.9 cm 1.01 GeV 22.1 keV 10.1 cm 10.1 cm World eIoni - 2 -40.6 um -15 cm 2.13 cm 1.55 GeV 8.49 keV 5.42 cm 15.5 cm World eIoni - 3 -53.1 um -20 cm 2.27 cm 2.05 GeV 14.2 keV 4.97 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -40.6 um -15 cm 2.13 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 -41.8 um -15 cm 2.13 cm 245 keV 1.13 keV 63.7 um 63.7 um World eIoni - 2 -50.3 um -20 cm 2.13 cm 497 MeV 11.4 keV 5.22 cm 5.23 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -25.2 um -9.62 cm 1.9 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 -23.7 um -9.62 cm 1.9 cm 298 keV 1.27 keV 75.7 um 75.7 um World eIoni - 2 -13.2 um -20 cm 1.9 cm 1.04 GeV 18 keV 11.2 cm 11.2 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 3.59 um -1.38 cm 1.01 cm 188 MeV 2.66 keV 1.82 cm 1.82 cm World eIoni - 2 -133 um -15.3 cm 2.09 cm 1.58 GeV 26.7 keV 14 cm 15.8 cm World eIoni - 3 -200 um -20 cm 2.22 cm 2.05 GeV 10.6 keV 4.66 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -133 um -15.3 cm 2.09 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -130 um -15.3 cm 2.09 cm 238 keV 1.12 keV 62.2 um 62.2 um World eIoni - 2 -113 um -20 cm 2.09 cm 465 MeV 11.7 keV 4.88 cm 4.89 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 um -1.38 cm 1.01 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 6.21 um -1.38 cm 1.01 cm 220 keV 1.06 keV 58 um 58 um World eIoni - 2 4.16 cm -12.2 cm 2.9 cm 1.08 GeV 31.1 keV 12.5 cm 12.5 cm World eIoni - 3 9.69 cm -17.5 cm 5.28 cm 1.61 GeV 16.6 keV 8.12 cm 20.6 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 42.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 242 um -7.46 cm 1.73 cm 796 MeV 19 keV 7.95 cm 7.95 cm World eIoni - 2 290 um -8.57 cm 1.8 cm 907 MeV 2.07 keV 1.11 cm 9.06 cm World eIoni - 3 498 um -15.8 cm 2.1 cm 1.63 GeV 15.7 keV 7.21 cm 16.3 cm World eIoni - 4 541 um -17.9 cm 2.17 cm 1.84 GeV 4.92 keV 2.17 cm 18.4 cm World eIoni - 5 556 um -18.8 cm 2.19 cm 1.93 GeV 1.56 keV 8.68 mm 19.3 cm World eIoni - 6 576 um -20 cm 2.22 cm 2.05 GeV 2.75 keV 1.2 cm 20.5 cm OutOfWorldTransportation + 1 163 um -6.16 cm 1.66 cm 666 MeV 11.5 keV 6.65 cm 6.65 cm World eIoni + 2 246 um -11.7 cm 1.97 cm 1.22 GeV 10.5 keV 5.54 cm 12.2 cm World eIoni + 3 251 um -12.1 cm 1.99 cm 1.26 GeV 1.01 keV 4.39 mm 12.6 cm World eIoni + 4 290 um -16.1 cm 2.13 cm 1.66 GeV 7.86 keV 3.94 cm 16.6 cm World eIoni + 5 311 um -18.6 cm 2.2 cm 1.91 GeV 6.84 keV 2.54 cm 19.1 cm World eIoni + 6 322 um -20 cm 2.23 cm 2.05 GeV 1.85 keV 1.39 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 556 um -18.8 cm 2.19 cm 2.07 keV 0 eV 0 fm 0 fm World initStep - 1 558 um -18.8 cm 2.19 cm 675 keV 2.07 keV 159 um 159 um World eIoni - 2 563 um -20 cm 2.19 cm 120 MeV 1.08 keV 1.19 cm 1.21 cm OutOfWorldTransportation + 0 311 um -18.6 cm 2.2 cm 2.53 keV 0 eV 0 fm 0 fm World initStep + 1 303 um -18.6 cm 2.2 cm 962 keV 2.53 keV 221 um 221 um World eIoni + 2 308 um -18.7 cm 2.2 cm 14.3 MeV 81 eV 1.34 mm 1.56 mm World eIoni + 3 333 um -20 cm 2.2 cm 139 MeV 3.67 keV 1.25 cm 1.41 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 541 um -17.9 cm 2.17 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 542 um -17.9 cm 2.17 cm 402 keV 1.53 keV 99.1 um 99.1 um World eIoni - 2 549 um -20 cm 2.17 cm 206 MeV 2.4 keV 2.08 cm 2.09 cm OutOfWorldTransportation + 0 290 um -16.1 cm 2.13 cm 1.57 keV 0 eV 0 fm 0 fm World initStep + 1 287 um -16.1 cm 2.13 cm 421 keV 1.57 keV 103 um 103 um World eIoni + 2 270 um -20 cm 2.12 cm 393 MeV 6.45 keV 3.99 cm 4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 498 um -15.8 cm 2.1 cm 4.56 keV 0 eV 0 fm 0 fm World initStep - 1 486 um -15.8 cm 2.1 cm 2.7 MeV 4.56 keV 607 um 607 um World eIoni - 2 479 um -16.3 cm 2.11 cm 51.8 MeV 1.21 keV 4.91 mm 5.52 mm World eIoni - 3 507 um -20 cm 2.11 cm 424 MeV 5.72 keV 3.72 cm 4.27 cm OutOfWorldTransportation + 0 251 um -12.1 cm 1.99 cm 4.99 keV 0 eV 0 fm 0 fm World initStep + 1 264 um -12.2 cm 1.99 cm 3.17 MeV 4.99 keV 711 um 711 um World eIoni + 2 270 um -12.2 cm 1.99 cm 9.46 MeV 156 eV 628 um 1.34 mm World eIoni + 3 309 um -20 cm 2 cm 787 MeV 11 keV 7.78 cm 7.91 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 290 um -8.57 cm 1.8 cm 4.18 keV 0 eV 0 fm 0 fm World initStep - 1 301 um -8.59 cm 1.8 cm 2.31 MeV 4.18 keV 519 um 519 um World eIoni - 2 348 um -9.34 cm 1.79 cm 77.7 MeV 415 eV 7.54 mm 8.06 mm World eIoni - 3 -297 um -20 cm 1.75 cm 1.14 GeV 22.1 keV 10.7 cm 11.5 cm OutOfWorldTransportation + 0 246 um -11.7 cm 1.97 cm 17.3 keV 0 eV 0 fm 0 fm World initStep + 1 255 um -11.9 cm 1.98 cm 21.5 MeV 2.67 keV 2.84 mm 2.84 mm World eIoni + 2 -2.53 mm -13.8 cm 1.58 cm 210 MeV 5.04 keV 1.98 cm 2.27 cm World eIoni + 3 -3.86 mm -20 cm 1.37 cm 832 MeV 12.8 keV 6.23 cm 8.49 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.53 mm -13.8 cm 1.58 cm 11.1 keV 0 eV 0 fm 0 fm World initStep + 1 -2.57 mm -13.9 cm 1.59 cm 12.2 MeV 5.99 keV 1.94 mm 1.94 mm World eIoni + 2 -1.79 mm -13.9 cm 1.56 cm 13.8 MeV 191 eV 844 um 2.78 mm World eIoni + 3 3.14 mm -20 cm 1.43 cm 623 MeV 9.2 keV 6.16 cm 6.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.79 mm -13.9 cm 1.56 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -1.79 mm -13.9 cm 1.56 cm 307 keV 1.23 keV 71.5 um 71.5 um World eIoni + 2 -1.77 mm -20 cm 1.57 cm 609 MeV 16.1 keV 6.35 cm 6.36 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 242 um -7.46 cm 1.73 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 244 um -7.46 cm 1.73 cm 214 keV 1.05 keV 56.7 um 56.7 um World eIoni - 2 -1.48 cm -17.8 cm 3.28 cm 1.04 GeV 29.9 keV 12 cm 12 cm World eIoni - 3 -3.05 cm -19.8 cm 4.38 cm 1.23 GeV 4.56 keV 2.74 cm 14.7 cm OutOfWorldTransportation + 0 163 um -6.16 cm 1.66 cm 29.2 keV 0 eV 0 fm 0 fm World initStep + 1 247 um -6.57 cm 1.65 cm 42.8 MeV 4.73 keV 5.11 mm 5.11 mm World eIoni + 2 -1.61 mm -7.37 cm 1.47 cm 123 MeV 1.7 keV 8.47 mm 1.36 cm World eIoni + 3 -3.83 mm -10.9 cm 1.26 cm 472 MeV 6.36 keV 3.51 cm 4.87 cm World eIoni + 4 -4.58 mm -13.6 cm 1.18 cm 748 MeV 5.24 keV 2.76 cm 7.62 cm World eIoni + 5 -5.59 mm -20 cm 1.08 cm 1.38 GeV 14.1 keV 6.37 cm 14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.58 mm -13.6 cm 1.18 cm 26.9 keV 0 eV 0 fm 0 fm World initStep + 1 -4.61 mm -14 cm 1.19 cm 38.2 MeV 7.46 keV 4.6 mm 4.6 mm World eIoni + 2 -8.09 mm -14.7 cm 1.54 cm 108 MeV 3.06 keV 8.81 mm 1.34 cm World eIoni + 3 -1.16 cm -17.8 cm 1.89 cm 420 MeV 6.04 keV 3.16 cm 4.5 cm World eIoni + 4 -1.26 cm -20 cm 2 cm 636 MeV 7 keV 2.17 cm 6.67 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.16 cm -17.8 cm 1.89 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 -1.16 cm -17.8 cm 1.89 cm 257 keV 1.17 keV 66.4 um 66.4 um World eIoni + 2 -1.16 cm -20 cm 1.89 cm 217 MeV 4.99 keV 2.21 cm 2.21 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.83 mm -10.9 cm 1.26 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 -3.83 mm -10.9 cm 1.26 cm 366 keV 1.44 keV 90.8 um 90.8 um World eIoni + 2 -3.82 mm -20 cm 1.26 cm 913 MeV 14.4 keV 9.57 cm 9.58 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5586,39 +3899,37 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -97.6 um -4.39 cm 1.5 cm 489 MeV 9.19 keV 4.87 cm 4.87 cm World eIoni - 2 -138 um -17.1 cm 2.17 cm 1.76 GeV 25.2 keV 12.7 cm 17.6 cm World eIoni - 3 -144 um -20 cm 2.25 cm 2.05 GeV 5.02 keV 2.9 cm 20.5 cm OutOfWorldTransportation + 1 345 um -12.4 cm 2.03 cm 1.29 GeV 24.3 keV 12.9 cm 12.9 cm World eIoni + 2 577 um -16.3 cm 2.17 cm 1.68 GeV 8.3 keV 3.88 cm 16.8 cm World eIoni + 3 752 um -20 cm 2.28 cm 2.05 GeV 6.78 keV 3.71 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -138 um -17.1 cm 2.17 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -135 um -17.1 cm 2.17 cm 277 keV 1.22 keV 70.9 um 70.9 um World eIoni - 2 -114 um -20 cm 2.17 cm 290 MeV 5.86 keV 2.96 cm 2.97 cm OutOfWorldTransportation + 0 577 um -16.3 cm 2.17 cm 1.76 keV 0 eV 0 fm 0 fm World initStep + 1 582 um -16.3 cm 2.17 cm 513 keV 1.76 keV 124 um 124 um World eIoni + 2 605 um -20 cm 2.17 cm 371 MeV 4.39 keV 3.75 cm 3.76 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97.6 um -4.39 cm 1.5 cm 8.22 keV 0 eV 0 fm 0 fm World initStep - 1 -89 um -4.46 cm 1.5 cm 7.67 MeV 4.21 keV 1.49 mm 1.49 mm World eIoni - 2 -670 um -4.82 cm 1.67 cm 43.6 MeV 352 eV 4.24 mm 5.73 mm World eIoni - 3 -1.05 mm -14.7 cm 1.9 cm 1.03 GeV 19.3 keV 9.87 cm 10.4 cm World eIoni - 4 -1.13 mm -20 cm 1.93 cm 1.56 GeV 6.62 keV 5.32 cm 15.8 cm OutOfWorldTransportation + 0 345 um -12.4 cm 2.03 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 338 um -12.4 cm 2.03 cm 753 keV 2.2 keV 176 um 176 um World eIoni + 2 -522 um -15.7 cm 2.26 cm 329 MeV 6.46 keV 3.3 cm 3.32 cm World eIoni + 3 -535 um -19.7 cm 2.29 cm 724 MeV 10.7 keV 3.96 cm 7.28 cm World eIoni + 4 -542 um -20 cm 2.29 cm 757 MeV 430 eV 3.33 mm 7.61 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -14.7 cm 1.9 cm 5.41 keV 0 eV 0 fm 0 fm World initStep - 1 -1.03 mm -14.7 cm 1.9 cm 3.67 MeV 5.41 keV 821 um 821 um World eIoni - 2 -1.04 mm -15.1 cm 1.9 cm 39.3 MeV 374 eV 3.56 mm 4.38 mm World eIoni - 3 -1.04 mm -20 cm 1.91 cm 532 MeV 10.4 keV 4.93 cm 5.37 cm OutOfWorldTransportation + 0 -535 um -19.7 cm 2.29 cm 1.38 MeV 0 eV 0 fm 0 fm World initStep + 1 -152 um -20 cm 2.28 cm 35 MeV 1.49 keV 3.4 mm 3.4 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5626,49 +3937,28 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -6.72 um -4.67 mm 6.44 mm 96.8 MeV 2.11 keV 8.31 mm 8.31 mm World eIoni - 2 -2.45 um -3.4 cm 1.38 cm 390 MeV 7 keV 3.05 cm 3.88 cm World eIoni - 3 -35.5 um -20 cm 2.23 cm 2.05 GeV 31.5 keV 16.6 cm 20.5 cm OutOfWorldTransportation + 1 515 um -12.3 cm 1.99 cm 1.28 GeV 23.5 keV 12.8 cm 12.8 cm World eIoni + 2 470 um -19.3 cm 2.2 cm 1.98 GeV 16.2 keV 6.96 cm 19.8 cm World eIoni + 3 466 um -20 cm 2.22 cm 2.05 GeV 2.23 keV 7.46 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 um -3.4 cm 1.38 cm 8.56 keV 0 eV 0 fm 0 fm World initStep - 1 27.5 um -3.48 cm 1.38 cm 8.2 MeV 5.42 keV 1.55 mm 1.55 mm World eIoni - 2 1.16 mm -6.39 cm 1.65 cm 299 MeV 7.09 keV 2.96 cm 3.12 cm World eIoni - 3 1.8 mm -12.8 cm 1.74 cm 943 MeV 10.4 keV 6.44 cm 9.56 cm World eIoni - 4 1.83 mm -13.2 cm 1.74 cm 983 MeV 672 eV 4.01 mm 9.96 cm World eIoni - 5 2.13 mm -20 cm 1.78 cm 1.66 GeV 15.5 keV 6.77 cm 16.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm -13.2 cm 1.74 cm 76.1 keV 0 eV 0 fm 0 fm World initStep - 1 -2.2 mm -15.1 cm 2.45 cm 186 MeV 12.4 keV 2.16 cm 2.16 cm World eIoni - 2 -3.03 mm -15.2 cm 2.52 cm 198 MeV 154 eV 1.62 mm 2.33 cm World eIoni - 3 -1.64 cm -19.9 cm 3.69 cm 672 MeV 12.8 keV 5.11 cm 7.44 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -12.8 cm 1.74 cm 1.94 keV 0 eV 0 fm 0 fm World initStep - 1 1.81 mm -12.8 cm 1.73 cm 606 keV 1.94 keV 144 um 144 um World eIoni - 2 1.83 mm -20 cm 1.73 cm 717 MeV 11.6 keV 7.28 cm 7.3 cm OutOfWorldTransportation + 0 470 um -19.3 cm 2.2 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 468 um -19.3 cm 2.2 cm 234 keV 1.1 keV 61.2 um 61.2 um World eIoni + 2 458 um -20 cm 2.2 cm 74.6 MeV 1.37 keV 7.49 mm 7.55 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 um -4.67 mm 6.44 mm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 -11.7 um -4.72 mm 6.44 mm 485 keV 1.7 keV 117 um 117 um World eIoni - 2 -41.1 um -20 cm 6.45 mm 1.95 GeV 32.9 keV 20.9 cm 20.9 cm OutOfWorldTransportation + 0 515 um -12.3 cm 1.99 cm 11.2 keV 0 eV 0 fm 0 fm World initStep + 1 553 um -12.4 cm 1.99 cm 12.4 MeV 4.8 keV 1.95 mm 1.95 mm World eIoni + 2 1.22 mm -13.1 cm 1.79 cm 78 MeV 918 eV 7.02 mm 8.97 mm World eIoni + 3 2 mm -20 cm 1.57 cm 771 MeV 10.2 keV 6.94 cm 7.84 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5676,27 +3966,18 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 317 um -9.4 cm 1.84 cm 990 MeV 17.8 keV 9.89 cm 9.89 cm World eIoni - 2 444 um -13 cm 2 cm 1.35 GeV 8.44 keV 3.65 cm 13.5 cm World eIoni - 3 613 um -20 cm 2.22 cm 2.05 GeV 15 keV 6.96 cm 20.5 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 444 um -13 cm 2 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 444 um -13 cm 2 cm 207 keV 1.03 keV 55.1 um 55.1 um World eIoni - 2 446 um -20 cm 2.01 cm 695 MeV 15.7 keV 7.66 cm 7.66 cm OutOfWorldTransportation + 1 54.1 um -2.38 cm 1.23 cm 288 MeV 6.26 keV 2.84 cm 2.84 cm World eIoni + 2 147 um -20 cm 2.23 cm 2.05 GeV 45.2 keV 17.7 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 um -9.4 cm 1.84 cm 4.94 keV 0 eV 0 fm 0 fm World initStep - 1 319 um -9.41 cm 1.83 cm 1.23 MeV 298 eV 139 um 139 um World eIoni - 2 478 um -20 cm 1.77 cm 1.06 GeV 13.1 keV 10.7 cm 10.7 cm OutOfWorldTransportation + 0 54.1 um -2.38 cm 1.23 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 56.8 um -2.38 cm 1.23 cm 293 keV 1.26 keV 74.6 um 74.6 um World eIoni + 2 -4.68 mm -19.4 cm 1.63 cm 1.7 GeV 45.7 keV 19.6 cm 19.6 cm World eIoni + 3 -8.88 mm -20 cm 2.16 cm 1.76 GeV 1.94 keV 9.1 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5704,52 +3985,1875 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 30.5 um -6.47 cm 1.65 cm 697 MeV 12.2 keV 6.95 cm 6.95 cm World eIoni - 2 -163 um -16.8 cm 2.11 cm 1.73 GeV 23.2 keV 10.3 cm 17.3 cm World eIoni - 3 -172 um -17.5 cm 2.13 cm 1.8 GeV 1.2 keV 7.46 mm 18 cm World eIoni - 4 -181 um -18.3 cm 2.15 cm 1.88 GeV 1.49 keV 7.44 mm 18.8 cm World eIoni - 5 -200 um -20 cm 2.19 cm 2.05 GeV 4.35 keV 1.73 cm 20.5 cm OutOfWorldTransportation + 1 16.6 um -9.1 mm 8.53 mm 141 MeV 1.56 keV 1.32 cm 1.32 cm World eIoni + 2 13 um -3.78 cm 1.43 cm 428 MeV 6.35 keV 2.93 cm 4.26 cm World eIoni + 3 31.7 um -13.1 cm 2.01 cm 1.36 GeV 21.8 keV 9.35 cm 13.6 cm World eIoni + 4 31.8 um -14.4 cm 2.05 cm 1.49 GeV 3.62 keV 1.3 cm 14.9 cm World eIoni + 5 32.1 um -20 cm 2.21 cm 2.05 GeV 11.4 keV 5.58 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -181 um -18.3 cm 2.15 cm 19.4 keV 0 eV 0 fm 0 fm World initStep - 1 -198 um -18.4 cm 2.16 cm 16.7 MeV 1.52 keV 1.9 mm 1.9 mm World eIoni - 2 4.24 mm -20 cm 2 cm 174 MeV 2.48 keV 1.88 cm 2.07 cm OutOfWorldTransportation + 0 31.8 um -14.4 cm 2.05 cm 2.86 keV 0 eV 0 fm 0 fm World initStep + 1 23.6 um -14.4 cm 2.05 cm 1.19 MeV 2.86 keV 270 um 270 um World eIoni + 2 -7.74 um -14.6 cm 2.05 cm 18.6 MeV 118 eV 1.74 mm 2.01 mm World eIoni + 3 -42.1 um -20 cm 2.05 cm 558 MeV 9.63 keV 5.4 cm 5.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -172 um -17.5 cm 2.13 cm 1.92 keV 0 eV 0 fm 0 fm World initStep - 1 -166 um -17.5 cm 2.13 cm 592 keV 1.92 keV 141 um 141 um World eIoni - 2 -142 um -20 cm 2.13 cm 248 MeV 2.17 keV 2.49 cm 2.5 cm OutOfWorldTransportation + 0 31.7 um -13.1 cm 2.01 cm 10.3 keV 0 eV 0 fm 0 fm World initStep + 1 76.7 um -13.2 cm 2.01 cm 10.9 MeV 1.97 keV 1.82 mm 1.82 mm World eIoni + 2 -2.07 mm -13.8 cm 2.03 cm 71.9 MeV 750 eV 6.64 mm 8.46 mm World eIoni + 3 -2.98 mm -14.9 cm 2.04 cm 180 MeV 1.53 keV 1.08 cm 1.93 cm World eIoni + 4 -4.29 mm -20 cm 2.06 cm 689 MeV 13.3 keV 5.09 cm 7.02 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.98 mm -14.9 cm 2.04 cm 2.79 keV 0 eV 0 fm 0 fm World initStep + 1 -2.97 mm -14.9 cm 2.04 cm 1.14 MeV 2.79 keV 260 um 260 um World eIoni + 2 -2.95 mm -15 cm 2.04 cm 9.67 MeV 145 eV 853 um 1.11 mm World eIoni + 3 -2.95 mm -16.5 cm 2.05 cm 161 MeV 1.69 keV 1.52 cm 1.63 cm World eIoni + 4 -2.95 mm -19.6 cm 2.05 cm 470 MeV 5.81 keV 3.09 cm 4.72 cm World eIoni + 5 -2.95 mm -20 cm 2.06 cm 509 MeV 589 eV 3.88 mm 5.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.95 mm -19.6 cm 2.05 cm 9.43 keV 0 eV 0 fm 0 fm World initStep + 1 -2.96 mm -19.7 cm 2.06 cm 9.57 MeV 7.31 keV 1.69 mm 1.69 mm World eIoni + 2 -3.11 mm -20 cm 1.85 cm 39.3 MeV 1.11 keV 3.92 mm 5.61 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.95 mm -16.5 cm 2.05 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -2.95 mm -16.5 cm 2.05 cm 224 keV 1.07 keV 59 um 59 um World eIoni + 2 -2.94 mm -20 cm 2.05 cm 348 MeV 8.94 keV 3.62 cm 3.62 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -163 um -16.8 cm 2.11 cm 13.9 keV 0 eV 0 fm 0 fm World initStep - 1 -190 um -16.9 cm 2.1 cm 16.5 MeV 3.22 keV 2.34 mm 2.34 mm World eIoni - 2 373 um -17.4 cm 1.86 cm 58.1 MeV 1.12 keV 4.96 mm 7.3 mm World eIoni - 3 985 um -20 cm 1.6 cm 323 MeV 5.87 keV 2.67 cm 3.4 cm OutOfWorldTransportation + 0 13 um -3.78 cm 1.43 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 9.59 um -3.78 cm 1.43 cm 292 keV 1.26 keV 74.2 um 74.2 um World eIoni + 2 -16.7 um -20 cm 1.43 cm 1.62 GeV 39.2 keV 18.6 cm 18.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 30.5 um -6.47 cm 1.65 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 31.4 um -6.47 cm 1.65 cm 361 keV 1.43 keV 89.8 um 89.8 um World eIoni - 2 37.4 um -20 cm 1.66 cm 1.35 GeV 26.8 keV 14.6 cm 14.6 cm OutOfWorldTransportation + 0 16.6 um -9.1 mm 8.53 mm 57.6 keV 0 eV 0 fm 0 fm World initStep + 1 215 um -1.95 cm 8.53 mm 106 MeV 10.2 keV 1.21 cm 1.21 cm World eIoni + 2 -7.62 mm -20 cm 2.6 cm 1.91 GeV 42.6 keV 18.2 cm 19.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -27 um -1.46 cm 1.03 cm 196 MeV 5.4 keV 1.9 cm 1.9 cm World eIoni + 2 -27.7 um -3.81 cm 1.43 cm 431 MeV 7.6 keV 2.39 cm 4.29 cm World eIoni + 3 -27.7 um -3.82 cm 1.43 cm 432 MeV 5.93 eV 28.4 um 4.29 cm World eIoni + 4 -29.7 um -5.33 cm 1.59 cm 583 MeV 2.44 keV 1.52 cm 5.82 cm World eIoni + 5 -32.2 um -12.5 cm 1.99 cm 1.3 GeV 17.7 keV 7.16 cm 13 cm World eIoni + 6 -35.1 um -20 cm 2.22 cm 2.05 GeV 14.1 keV 7.52 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -32.2 um -12.5 cm 1.99 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 -33.7 um -12.5 cm 1.99 cm 379 keV 1.47 keV 93.8 um 93.8 um World eIoni + 2 -42.5 um -20 cm 1.99 cm 752 MeV 15.6 keV 7.79 cm 7.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -29.7 um -5.33 cm 1.59 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -26.5 um -5.33 cm 1.59 cm 252 keV 1.15 keV 65.3 um 65.3 um World eIoni + 2 5.22 mm -18.7 cm 4.38 mm 1.34 GeV 29 keV 15.5 cm 15.5 cm World eIoni + 3 -1.15 cm -20 cm -16.1 cm 1.46 GeV 40.5 keV 18.5 cm 34 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -27.7 um -3.82 cm 1.43 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 -30.6 um -3.82 cm 1.43 cm 372 keV 1.46 keV 92.3 um 92.3 um World eIoni + 2 -49.6 um -20 cm 1.43 cm 1.62 GeV 31.7 keV 17.6 cm 17.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -27.7 um -3.81 cm 1.43 cm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 -29.8 um -3.82 cm 1.43 cm 350 keV 1.4 keV 87.3 um 87.3 um World eIoni + 2 -44.6 um -20 cm 1.43 cm 1.62 GeV 29.3 keV 17.8 cm 17.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -27 um -1.46 cm 1.03 cm 1.5 keV 0 eV 0 fm 0 fm World initStep + 1 -29.8 um -1.47 cm 1.03 cm 390 keV 1.5 keV 96.3 um 96.3 um World eIoni + 2 -48.4 um -20 cm 1.03 cm 1.85 GeV 35 keV 20.3 cm 20.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.46 um -2.42 cm 1.23 cm 292 MeV 6.78 keV 2.88 cm 2.88 cm World eIoni + 2 -26.2 um -15.4 cm 2.1 cm 1.59 GeV 27.9 keV 13 cm 15.9 cm World eIoni + 3 -55.6 um -19 cm 2.2 cm 1.95 GeV 8.84 keV 3.53 cm 19.5 cm World eIoni + 4 -63.4 um -20 cm 2.23 cm 2.05 GeV 1.96 keV 1.05 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -55.6 um -19 cm 2.2 cm 3.6 keV 0 eV 0 fm 0 fm World initStep + 1 -62.1 um -19 cm 2.2 cm 1.48 MeV 662 eV 213 um 213 um World eIoni + 2 -816 um -20 cm 2.18 cm 105 MeV 1.75 keV 1.07 cm 1.09 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -26.2 um -15.4 cm 2.1 cm 9.85 keV 0 eV 0 fm 0 fm World initStep + 1 -55 um -15.5 cm 2.09 cm 4.31 MeV 924 eV 482 um 482 um World eIoni + 2 889 um -20 cm 2.25 cm 458 MeV 7.89 keV 4.55 cm 4.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.46 um -2.42 cm 1.23 cm 2.38 keV 0 eV 0 fm 0 fm World initStep + 1 -6.52 um -2.43 cm 1.23 cm 859 keV 2.38 keV 199 um 199 um World eIoni + 2 -18.4 um -2.49 cm 1.23 cm 7.45 MeV 57.3 eV 660 um 859 um World eIoni + 3 138 um -5.35 cm 1.25 cm 293 MeV 3.95 keV 2.86 cm 2.94 cm World eIoni + 4 145 um -5.65 cm 1.25 cm 323 MeV 741 eV 3.02 mm 3.24 cm World eIoni + 5 154 um -6.02 cm 1.26 cm 360 MeV 436 eV 3.73 mm 3.62 cm World eIoni + 6 165 um -6.63 cm 1.26 cm 421 MeV 1.29 keV 6.06 mm 4.22 cm World eIoni + 7 229 um -12.1 cm 1.29 cm 972 MeV 10.4 keV 5.51 cm 9.73 cm World eIoni + 8 301 um -20 cm 1.31 cm 1.76 GeV 16.2 keV 7.86 cm 17.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 229 um -12.1 cm 1.29 cm 41.9 keV 0 eV 0 fm 0 fm World initStep + 1 59.7 um -12.7 cm 1.29 cm 60.8 MeV 5.86 keV 6.86 mm 6.86 mm World eIoni + 2 -5.58 mm -20 cm 5.08 mm 788 MeV 16.7 keV 7.38 cm 8.07 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 59.7 um -12.7 cm 1.29 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 57 um -12.7 cm 1.29 cm 203 keV 1.01 keV 53.7 um 53.7 um World eIoni + 2 35.7 um -20 cm 1.29 cm 728 MeV 24.2 keV 8.09 cm 8.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 165 um -6.63 cm 1.26 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 162 um -6.64 cm 1.26 cm 760 keV 2.21 keV 178 um 178 um World eIoni + 2 156 um -6.7 cm 1.26 cm 6.72 MeV 143 eV 596 um 773 um World eIoni + 3 126 um -20 cm 1.26 cm 1.34 GeV 15.9 keV 13.3 cm 13.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 154 um -6.02 cm 1.26 cm 2.59 keV 0 eV 0 fm 0 fm World initStep + 1 157 um -6.03 cm 1.26 cm 1 MeV 2.59 keV 230 um 230 um World eIoni + 2 602 um -7.54 cm 1.21 cm 151 MeV 1.29 keV 1.5 cm 1.53 cm World eIoni + 3 607 um -7.61 cm 1.21 cm 159 MeV 58.6 eV 732 um 1.6 cm World eIoni + 4 717 um -13.6 cm 1.21 cm 754 MeV 7.64 keV 5.96 cm 7.56 cm World eIoni + 5 725 um -14.4 cm 1.21 cm 838 MeV 1.07 keV 8.38 mm 8.4 cm World eIoni + 6 764 um -20 cm 1.21 cm 1.4 GeV 10 keV 5.59 cm 14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 725 um -14.4 cm 1.21 cm 3.46 keV 0 eV 0 fm 0 fm World initStep + 1 730 um -14.4 cm 1.21 cm 1.66 MeV 3.46 keV 374 um 374 um World eIoni + 2 728 um -14.5 cm 1.21 cm 12.8 MeV 297 eV 1.11 mm 1.49 mm World eIoni + 3 688 um -20 cm 1.22 cm 559 MeV 7.72 keV 5.47 cm 5.62 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 717 um -13.6 cm 1.21 cm 2.31 keV 0 eV 0 fm 0 fm World initStep + 1 711 um -13.6 cm 1.21 cm 818 keV 2.31 keV 190 um 190 um World eIoni + 2 400 um -14.4 cm 1.21 cm 84.1 MeV 1.19 keV 8.34 mm 8.53 mm World eIoni + 3 76.8 um -16.3 cm 1.2 cm 270 MeV 4.52 keV 1.86 cm 2.71 cm World eIoni + 4 -171 um -20 cm 1.2 cm 643 MeV 7.24 keV 3.73 cm 6.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 76.8 um -16.3 cm 1.2 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 78.6 um -16.3 cm 1.2 cm 289 keV 1.25 keV 73.7 um 73.7 um World eIoni + 2 89 um -20 cm 1.2 cm 373 MeV 4.75 keV 3.84 cm 3.84 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 607 um -7.61 cm 1.21 cm 1.99 keV 0 eV 0 fm 0 fm World initStep + 1 613 um -7.61 cm 1.21 cm 633 keV 1.99 keV 150 um 150 um World eIoni + 2 644 um -20 cm 1.21 cm 1.24 GeV 20 keV 12.7 cm 12.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 145 um -5.65 cm 1.25 cm 1.42 keV 0 eV 0 fm 0 fm World initStep + 1 142 um -5.65 cm 1.25 cm 357 keV 1.42 keV 89 um 89 um World eIoni + 2 119 um -20 cm 1.25 cm 1.43 GeV 23.5 keV 15.6 cm 15.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 138 um -5.35 cm 1.25 cm 5.51 keV 0 eV 0 fm 0 fm World initStep + 1 131 um -5.38 cm 1.25 cm 3.78 MeV 5.51 keV 848 um 848 um World eIoni + 2 122 um -5.6 cm 1.25 cm 25.4 MeV 194 eV 2.16 mm 3.01 mm World eIoni + 3 -82.5 um -8 cm 1.27 cm 266 MeV 3.05 keV 2.4 cm 2.7 cm World eIoni + 4 -86.5 um -8.22 cm 1.27 cm 287 MeV 946 eV 2.15 mm 2.92 cm World eIoni + 5 -132 um -14.4 cm 1.28 cm 904 MeV 14.3 keV 6.17 cm 9.09 cm World eIoni + 6 -141 um -20 cm 1.29 cm 1.47 GeV 10.9 keV 5.61 cm 14.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -132 um -14.4 cm 1.28 cm 4.65 keV 0 eV 0 fm 0 fm World initStep + 1 -114 um -14.4 cm 1.28 cm 2.79 MeV 4.65 keV 626 um 626 um World eIoni + 2 -112 um -15.4 cm 1.3 cm 96.6 MeV 410 eV 9.38 mm 1 cm World eIoni + 3 282 um -20 cm 1.33 cm 561 MeV 10.7 keV 4.65 cm 5.65 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -86.5 um -8.22 cm 1.27 cm 2.92 keV 0 eV 0 fm 0 fm World initStep + 1 -81.3 um -8.23 cm 1.27 cm 1.23 MeV 2.92 keV 281 um 281 um World eIoni + 2 -161 um -8.78 cm 1.28 cm 55.8 MeV 693 eV 5.46 mm 5.74 mm World eIoni + 3 -392 um -20 cm 1.3 cm 1.18 GeV 23.5 keV 11.2 cm 11.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -82.5 um -8 cm 1.27 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -85.2 um -8.01 cm 1.27 cm 250 keV 1.15 keV 64.9 um 64.9 um World eIoni + 2 -107 um -20 cm 1.26 cm 1.2 GeV 27.7 keV 13.6 cm 13.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -164 um -5.41 cm 1.59 cm 591 MeV 10.9 keV 5.9 cm 5.9 cm World eIoni + 2 -165 um -5.49 cm 1.6 cm 599 MeV 187 eV 806 um 5.98 cm World eIoni + 3 -216 um -9.53 cm 1.85 cm 1 GeV 6.4 keV 4.04 cm 10 cm World eIoni + 4 -286 um -19.1 cm 2.19 cm 1.96 GeV 19.4 keV 9.63 cm 19.6 cm World eIoni + 5 -291 um -20 cm 2.21 cm 2.05 GeV 3.04 keV 8.51 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -286 um -19.1 cm 2.19 cm 2.17 keV 0 eV 0 fm 0 fm World initStep + 1 -289 um -19.2 cm 2.19 cm 731 keV 2.17 keV 171 um 171 um World eIoni + 2 -297 um -20 cm 2.19 cm 85.1 MeV 1.43 keV 8.45 mm 8.62 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -216 um -9.53 cm 1.85 cm 2.21 keV 0 eV 0 fm 0 fm World initStep + 1 -216 um -9.53 cm 1.85 cm 756 keV 2.21 keV 177 um 177 um World eIoni + 2 13.5 um -10.2 cm 1.85 cm 72.5 MeV 995 eV 7.18 mm 7.36 mm World eIoni + 3 627 um -20 cm 1.84 cm 1.05 GeV 19 keV 9.75 cm 10.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -165 um -5.49 cm 1.6 cm 1.67 keV 0 eV 0 fm 0 fm World initStep + 1 -164 um -5.5 cm 1.6 cm 468 keV 1.67 keV 114 um 114 um World eIoni + 2 -160 um -20 cm 1.59 cm 1.45 GeV 21.7 keV 15.3 cm 15.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -164 um -5.41 cm 1.59 cm 1.76 keV 0 eV 0 fm 0 fm World initStep + 1 -158 um -5.42 cm 1.59 cm 515 keV 1.76 keV 124 um 124 um World eIoni + 2 -129 um -20 cm 1.59 cm 1.46 GeV 25.5 keV 15.2 cm 15.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -335 um -9.64 cm 1.85 cm 1.01 GeV 19.1 keV 10.1 cm 10.1 cm World eIoni + 2 -546 um -20 cm 2.22 cm 2.05 GeV 24.3 keV 10.4 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -335 um -9.64 cm 1.85 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -334 um -9.64 cm 1.85 cm 279 keV 1.23 keV 71.5 um 71.5 um World eIoni + 2 -329 um -20 cm 1.85 cm 1.04 GeV 23 keV 11.3 cm 11.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 257 um -17.7 cm 2.07 cm 1.82 GeV 36.5 keV 18.2 cm 18.2 cm World eIoni + 2 309 um -20 cm 2.12 cm 2.05 GeV 3.56 keV 2.35 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 257 um -17.7 cm 2.07 cm 3.79 keV 0 eV 0 fm 0 fm World initStep + 1 271 um -17.7 cm 2.07 cm 1.95 MeV 3.79 keV 438 um 438 um World eIoni + 2 377 um -18.5 cm 2.06 cm 83.7 MeV 1.55 keV 8.18 mm 8.62 mm World eIoni + 3 444 um -20 cm 2.05 cm 235 MeV 5.19 keV 1.51 cm 2.37 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 62.9 um -2.63 cm 1.27 cm 313 MeV 7.01 keV 3.1 cm 3.1 cm World eIoni + 2 124 um -8.53 cm 1.81 cm 903 MeV 11.4 keV 5.93 cm 9.02 cm World eIoni + 3 162 um -20 cm 2.23 cm 2.05 GeV 27.3 keV 11.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 124 um -8.53 cm 1.81 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 125 um -8.54 cm 1.81 cm 202 keV 1.01 keV 53.8 um 53.8 um World eIoni + 2 -1.35 cm -17.9 cm 2.65 mm 938 MeV 29.5 keV 10.9 cm 10.9 cm World eIoni + 3 -1.78 cm -19.9 cm -2.28 mm 1.14 GeV 5.54 keV 2.11 cm 13 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 62.9 um -2.63 cm 1.27 cm 3.04 keV 0 eV 0 fm 0 fm World initStep + 1 62.3 um -2.65 cm 1.27 cm 1.32 MeV 3.04 keV 299 um 299 um World eIoni + 2 -91 um -3.34 cm 1.27 cm 70.6 MeV 706 eV 6.93 mm 7.23 mm World eIoni + 3 -443 um -20 cm 1.3 cm 1.74 GeV 29.6 keV 16.7 cm 17.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 23.7 um -1.35 cm 9.99 mm 185 MeV 3.39 keV 1.79 cm 1.79 cm World eIoni + 2 63.3 um -3.3 cm 1.37 cm 380 MeV 3.25 keV 1.99 cm 3.77 cm World eIoni + 3 175 um -20 cm 2.23 cm 2.05 GeV 38 keV 16.7 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 63.3 um -3.3 cm 1.37 cm 9.19 keV 0 eV 0 fm 0 fm World initStep + 1 30.7 um -3.36 cm 1.37 cm 6.16 MeV 2.83 keV 774 um 774 um World eIoni + 2 -3.61 mm -8.09 cm 1.25 cm 479 MeV 7.33 keV 4.78 cm 4.86 cm World eIoni + 3 -4.41 mm -14.5 cm 1.2 cm 1.13 GeV 13.7 keV 6.46 cm 11.3 cm World eIoni + 4 -4.79 mm -20 cm 1.18 cm 1.67 GeV 14.2 keV 5.45 cm 16.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.41 mm -14.5 cm 1.2 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 -4.41 mm -14.6 cm 1.2 cm 267 keV 1.2 keV 68.8 um 68.8 um World eIoni + 2 -4.4 mm -20 cm 1.2 cm 545 MeV 11.7 keV 5.7 cm 5.71 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.61 mm -8.09 cm 1.25 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -3.6 mm -8.09 cm 1.25 cm 428 keV 1.58 keV 105 um 105 um World eIoni + 2 -3.58 mm -20 cm 1.25 cm 1.19 GeV 24.1 keV 12.5 cm 12.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 23.7 um -1.35 cm 9.99 mm 5.29 keV 0 eV 0 fm 0 fm World initStep + 1 9.31 um -1.38 cm 9.98 mm 3.52 MeV 5.29 keV 789 um 789 um World eIoni + 2 -13.5 um -2.47 cm 9.82 mm 112 MeV 2.14 keV 1.09 cm 1.17 cm World eIoni + 3 -137 um -8.93 cm 9.25 mm 758 MeV 13.1 keV 6.45 cm 7.62 cm World eIoni + 4 -132 um -20 cm 8.98 mm 1.87 GeV 22.2 keV 11.1 cm 18.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -137 um -8.93 cm 9.25 mm 2.61 keV 0 eV 0 fm 0 fm World initStep + 1 -144 um -8.94 cm 9.24 mm 1.01 MeV 2.61 keV 233 um 233 um World eIoni + 2 -153 um -9.16 cm 9.19 mm 23.9 MeV 525 eV 2.28 mm 2.52 mm World eIoni + 3 -158 um -10 cm 9.18 mm 112 MeV 1.5 keV 8.83 mm 1.14 cm World eIoni + 4 -159 um -10.1 cm 9.18 mm 117 MeV 36.2 eV 474 um 1.18 cm World eIoni + 5 -198 um -20 cm 9.17 mm 1.11 GeV 20.7 keV 9.9 cm 11.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -159 um -10.1 cm 9.18 mm 5.25 keV 0 eV 0 fm 0 fm World initStep + 1 -174 um -10.1 cm 9.17 mm 3.48 MeV 5.25 keV 778 um 778 um World eIoni + 2 -180 um -10.2 cm 9.17 mm 9.29 MeV 74.9 eV 582 um 1.36 mm World eIoni + 3 447 um -15.8 cm 9.41 mm 568 MeV 10.1 keV 5.59 cm 5.73 cm World eIoni + 4 754 um -20 cm 1.04 cm 991 MeV 7.17 keV 4.23 cm 9.95 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 447 um -15.8 cm 9.41 mm 1.78 keV 0 eV 0 fm 0 fm World initStep + 1 451 um -15.8 cm 9.4 mm 521 keV 1.78 keV 125 um 125 um World eIoni + 2 469 um -20 cm 9.39 mm 422 MeV 9.32 keV 4.27 cm 4.28 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -158 um -10 cm 9.18 mm 8.51 keV 0 eV 0 fm 0 fm World initStep + 1 -192 um -10.1 cm 9.17 mm 8.12 MeV 4.75 keV 1.54 mm 1.54 mm World eIoni + 2 -441 um -10.5 cm 8.56 mm 49.2 MeV 464 eV 4.18 mm 5.72 mm World eIoni + 3 -780 um -13.8 cm 7.78 mm 376 MeV 6.29 keV 3.27 cm 3.84 cm World eIoni + 4 -909 um -20 cm 7.39 mm 996 MeV 10.4 keV 6.19 cm 10 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -780 um -13.8 cm 7.78 mm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 -783 um -13.8 cm 7.78 mm 211 keV 1.04 keV 56 um 56 um World eIoni + 2 -802 um -20 cm 7.77 mm 619 MeV 18.6 keV 6.72 cm 6.73 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 401 um -11.7 cm 1.93 cm 1.22 GeV 23.7 keV 12.2 cm 12.2 cm World eIoni + 2 524 um -20 cm 2.18 cm 2.05 GeV 14.1 keV 8.33 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 401 um -11.7 cm 1.93 cm 4.31 keV 0 eV 0 fm 0 fm World initStep + 1 416 um -11.7 cm 1.93 cm 2.45 MeV 4.31 keV 549 um 549 um World eIoni + 2 422 um -11.7 cm 1.93 cm 7.6 MeV 27.9 eV 515 um 1.06 mm World eIoni + 3 296 um -14.8 cm 1.9 cm 311 MeV 5.92 keV 3.03 cm 3.14 cm World eIoni + 4 495 um -20 cm 1.85 cm 833 MeV 9.32 keV 5.22 cm 8.36 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 296 um -14.8 cm 1.9 cm 7.24 keV 0 eV 0 fm 0 fm World initStep + 1 266 um -14.8 cm 1.9 cm 6.16 MeV 5.09 keV 1.3 mm 1.3 mm World eIoni + 2 -455 um -14.9 cm 1.85 cm 9.79 MeV 1.47 keV 1.01 mm 2.31 mm World eIoni + 3 -2.58 mm -20 cm 1.71 cm 522 MeV 8.2 keV 5.15 cm 5.38 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 627 um -14.4 cm 2.08 cm 1.49 GeV 23.6 keV 14.9 cm 14.9 cm World eIoni + 2 760 um -20 cm 2.25 cm 2.05 GeV 13.1 keV 5.63 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 627 um -14.4 cm 2.08 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 624 um -14.4 cm 2.08 cm 252 keV 1.15 keV 65.3 um 65.3 um World eIoni + 2 605 um -20 cm 2.08 cm 562 MeV 10.9 keV 5.93 cm 5.94 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 93.5 um -3.62 cm 1.41 cm 412 MeV 7.15 keV 4.1 cm 4.1 cm World eIoni + 2 164 um -6.09 cm 1.64 cm 659 MeV 3.65 keV 2.48 cm 6.58 cm World eIoni + 3 226 um -8.64 cm 1.81 cm 914 MeV 6.41 keV 2.56 cm 9.13 cm World eIoni + 4 271 um -11.1 cm 1.93 cm 1.16 GeV 4.11 keV 2.45 cm 11.6 cm World eIoni + 5 329 um -15.1 cm 2.07 cm 1.56 GeV 12.5 keV 3.98 cm 15.6 cm World eIoni + 6 386 um -20 cm 2.21 cm 2.05 GeV 11.3 keV 4.93 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 329 um -15.1 cm 2.07 cm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 326 um -15.1 cm 2.07 cm 275 keV 1.21 keV 70.4 um 70.4 um World eIoni + 2 310 um -20 cm 2.08 cm 493 MeV 10.6 keV 5.13 cm 5.14 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 271 um -11.1 cm 1.93 cm 2 keV 0 eV 0 fm 0 fm World initStep + 1 265 um -11.1 cm 1.93 cm 635 keV 2 keV 150 um 150 um World eIoni + 2 236 um -20 cm 1.93 cm 891 MeV 10.9 keV 9.08 cm 9.09 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 226 um -8.64 cm 1.81 cm 1.82 keV 0 eV 0 fm 0 fm World initStep + 1 225 um -8.65 cm 1.81 cm 544 keV 1.82 keV 130 um 130 um World eIoni + 2 216 um -20 cm 1.81 cm 1.14 GeV 19.5 keV 11.7 cm 11.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 164 um -6.09 cm 1.64 cm 4.37 keV 0 eV 0 fm 0 fm World initStep + 1 166 um -6.11 cm 1.64 cm 2.51 MeV 4.37 keV 563 um 563 um World eIoni + 2 166 um -6.16 cm 1.64 cm 7.43 MeV 11.5 eV 492 um 1.05 mm World eIoni + 3 183 um -7.68 cm 1.63 cm 159 MeV 2.04 keV 1.52 cm 1.62 cm World eIoni + 4 182 um -8.65 cm 1.62 cm 256 MeV 2.17 keV 9.68 mm 2.59 cm World eIoni + 5 183 um -9.31 cm 1.62 cm 322 MeV 1.48 keV 6.64 mm 3.25 cm World eBrem + 6 203 um -20 cm 1.61 cm 1.39 GeV 19.4 keV 10.7 cm 13.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 182 um -8.65 cm 1.62 cm 5.06 keV 0 eV 0 fm 0 fm World initStep + 1 164 um -8.68 cm 1.62 cm 3.25 MeV 5.06 keV 728 um 728 um World eIoni + 2 158 um -8.72 cm 1.62 cm 7.46 MeV 0 eV 421 um 1.15 mm World eIoni + 3 118 um -20 cm 1.63 cm 1.14 GeV 19.4 keV 11.3 cm 11.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 183 um -7.68 cm 1.63 cm 4.64 keV 0 eV 0 fm 0 fm World initStep + 1 168 um -7.7 cm 1.62 cm 2.79 MeV 4.64 keV 626 um 626 um World eIoni + 2 170 um -8.01 cm 1.62 cm 33.4 MeV 395 eV 3.06 mm 3.68 mm World eIoni + 3 119 um -20 cm 1.6 cm 1.23 GeV 21.8 keV 12 cm 12.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 93.5 um -3.62 cm 1.41 cm 1.86 keV 0 eV 0 fm 0 fm World initStep + 1 91.3 um -3.63 cm 1.41 cm 560 keV 1.86 keV 134 um 134 um World eIoni + 2 78.8 um -20 cm 1.4 cm 1.64 GeV 24.1 keV 17.1 cm 17.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 53.9 um -20 cm 2.17 cm 2.05 GeV 43.2 keV 20.5 cm 20.5 cm World eIoni + 2 53.9 um -20 cm 2.17 cm 2.05 GeV 317 eV 476 um 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 53.9 um -20 cm 2.17 cm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 49.7 um -20 cm 2.17 cm 349 keV 1.4 keV 87.1 um 87.1 um World eIoni + 2 43.1 um -20 cm 2.17 cm 4.77 MeV 0 eV 443 um 530 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 26.3 um -1.31 cm 9.88 mm 181 MeV 2.7 keV 1.75 cm 1.75 cm World eIoni + 2 93.5 um -20 cm 2.22 cm 2.05 GeV 38.5 keV 18.8 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 26.3 um -1.31 cm 9.88 mm 2.68 keV 0 eV 0 fm 0 fm World initStep + 1 33.1 um -1.32 cm 9.87 mm 1.06 MeV 2.68 keV 242 um 242 um World eIoni + 2 67 um -1.58 cm 9.83 mm 26.3 MeV 622 eV 2.52 mm 2.77 mm World eIoni + 3 -232 um -8.99 cm 9.94 mm 767 MeV 8.7 keV 7.41 cm 7.69 cm World eIoni + 4 -312 um -14.1 cm 9.95 mm 1.28 GeV 11.5 keV 5.1 cm 12.8 cm World eIoni + 5 -323 um -14.9 cm 9.95 mm 1.36 GeV 3.71 keV 8.66 mm 13.6 cm World eIoni + 6 -375 um -19.1 cm 9.95 mm 1.78 GeV 9.32 keV 4.18 cm 17.8 cm World eIoni + 7 -384 um -20 cm 9.95 mm 1.87 GeV 780 eV 8.69 mm 18.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -375 um -19.1 cm 9.95 mm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 -378 um -19.1 cm 9.95 mm 491 keV 1.72 keV 119 um 119 um World eIoni + 2 -388 um -20 cm 9.97 mm 87 MeV 2.66 keV 8.67 mm 8.79 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -323 um -14.9 cm 9.95 mm 45.1 keV 0 eV 0 fm 0 fm World initStep + 1 -269 um -15.7 cm 1.01 cm 80.4 MeV 4.92 keV 9.4 mm 9.4 mm World eIoni + 2 -2.97 mm -16.1 cm 8.2 mm 116 MeV 1.13 keV 4.93 mm 1.43 cm World eIoni + 3 -1.12 cm -20 cm 2.34 mm 504 MeV 9.93 keV 4.03 cm 5.47 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -312 um -14.1 cm 9.95 mm 6.23 keV 0 eV 0 fm 0 fm World initStep + 1 -317 um -14.1 cm 9.92 mm 4.72 MeV 6.23 keV 1.05 mm 1.05 mm World eIoni + 2 -2.75 um -14.9 cm 8.42 mm 80.2 MeV 1.02 keV 8.47 mm 9.52 mm World eIoni + 3 25.6 um -15.6 cm 8.25 mm 154 MeV 1.72 keV 7.38 mm 1.69 cm World eIoni + 4 129 um -19.9 cm 7.87 mm 582 MeV 8.58 keV 4.28 cm 5.97 cm World eIoni + 5 131 um -20 cm 7.87 mm 592 MeV 145 eV 954 um 6.07 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 129 um -19.9 cm 7.87 mm 3.2 keV 0 eV 0 fm 0 fm World initStep + 1 117 um -19.9 cm 7.87 mm 1.45 MeV 3.2 keV 327 um 327 um World eIoni + 2 108 um -20 cm 7.87 mm 9.65 MeV 97.4 eV 820 um 1.15 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 25.6 um -15.6 cm 8.25 mm 2.14 keV 0 eV 0 fm 0 fm World initStep + 1 18.6 um -15.6 cm 8.25 mm 716 keV 2.14 keV 168 um 168 um World eIoni + 2 63.1 um -16.7 cm 7.78 mm 108 MeV 1.06 keV 1.07 cm 1.09 cm World eIoni + 3 -99.2 um -20 cm 6.26 mm 438 MeV 6.8 keV 3.31 cm 4.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 63.1 um -16.7 cm 7.78 mm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 60.7 um -16.7 cm 7.78 mm 335 keV 1.37 keV 83.9 um 83.9 um World eIoni + 2 47 um -20 cm 7.76 mm 330 MeV 6.5 keV 3.36 cm 3.37 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -232 um -8.99 cm 9.94 mm 2.13 keV 0 eV 0 fm 0 fm World initStep + 1 -236 um -8.99 cm 9.94 mm 712 keV 2.13 keV 167 um 167 um World eIoni + 2 -421 um -9.74 cm 9.71 mm 75.1 MeV 1.23 keV 7.45 mm 7.61 mm World eIoni + 3 -793 um -20 cm 9.62 mm 1.1 GeV 23.2 keV 10.3 cm 11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -421 um -9.74 cm 9.71 mm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 -418 um -9.74 cm 9.7 mm 385 keV 1.49 keV 95.2 um 95.2 um World eIoni + 2 -394 um -20 cm 9.69 mm 1.03 GeV 20.7 keV 10.8 cm 10.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 43.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 30.4 um -3.38 cm 1.39 cm 388 MeV 8.09 keV 3.85 cm 3.85 cm World eIoni + 2 29.6 um -5.05 cm 1.57 cm 555 MeV 4.94 keV 1.68 cm 5.53 cm World eIoni + 3 24 um -7.68 cm 1.77 cm 818 MeV 5.46 keV 2.64 cm 8.18 cm World eIoni + 4 24.1 um -8.13 cm 1.8 cm 863 MeV 1.28 keV 4.5 mm 8.63 cm World eIoni + 5 22.2 um -20 cm 2.24 cm 2.05 GeV 20.3 keV 11.9 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 24.1 um -8.13 cm 1.8 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 26.7 um -8.14 cm 1.8 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni + 2 48.7 um -20 cm 1.8 cm 1.19 GeV 22.5 keV 13.7 cm 13.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 24 um -7.68 cm 1.77 cm 16.9 keV 0 eV 0 fm 0 fm World initStep + 1 -38.9 um -7.88 cm 1.77 cm 21 MeV 4.94 keV 2.78 mm 2.78 mm World eIoni + 2 1.06 mm -8.09 cm 1.66 cm 41.3 MeV 666 eV 2.55 mm 5.33 mm World eIoni + 3 4.26 mm -13.2 cm 1.34 cm 551 MeV 11.5 keV 5.13 cm 5.66 cm World eIoni + 4 4.99 mm -17.9 cm 1.27 cm 1.03 GeV 9.36 keV 4.75 cm 10.4 cm World eIoni + 5 5.2 mm -20 cm 1.24 cm 1.23 GeV 2.82 keV 2.06 cm 12.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.99 mm -17.9 cm 1.27 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 4.99 mm -17.9 cm 1.26 cm 226 keV 1.08 keV 59.3 um 59.3 um World eIoni + 2 4.98 mm -20 cm 1.26 cm 207 MeV 6.46 keV 2.11 cm 2.12 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.26 mm -13.2 cm 1.34 cm 2.33 keV 0 eV 0 fm 0 fm World initStep + 1 4.27 mm -13.2 cm 1.34 cm 828 keV 2.33 keV 192 um 192 um World eIoni + 2 4.55 mm -14.5 cm 1.4 cm 134 MeV 1.95 keV 1.34 cm 1.36 cm World eIoni + 3 6.24 mm -20 cm 1.36 cm 681 MeV 13.3 keV 5.47 cm 6.83 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 29.6 um -5.05 cm 1.57 cm 14 keV 0 eV 0 fm 0 fm World initStep + 1 78 um -5.14 cm 1.57 cm 9.8 MeV 2.76 keV 1.13 mm 1.13 mm World eIoni + 2 -134 um -20 cm 1.64 cm 1.5 GeV 24.7 keV 14.9 cm 15 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 30.4 um -3.38 cm 1.39 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 27.9 um -3.38 cm 1.39 cm 219 keV 1.06 keV 57.8 um 57.8 um World eIoni + 2 -4.54 cm -14.1 cm 1.14 cm 1.07 GeV 22.4 keV 12.4 cm 12.4 cm WorldTransportation + 3 -6.01 cm -19.1 cm 4.32 cm 1.57 GeV 11 keV 6.1 cm 18.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -677 um -16.4 cm 2.08 cm 1.69 GeV 29.5 keV 16.9 cm 16.9 cm World eIoni + 2 -855 um -20 cm 2.17 cm 2.05 GeV 9.87 keV 3.63 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -677 um -16.4 cm 2.08 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -674 um -16.4 cm 2.08 cm 319 keV 1.33 keV 80.3 um 80.3 um World eIoni + 2 -655 um -20 cm 2.08 cm 362 MeV 5.6 keV 3.7 cm 3.71 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 845 um -18.2 cm 2.13 cm 1.87 GeV 34.9 keV 18.7 cm 18.7 cm World eIoni + 2 951 um -20 cm 2.17 cm 2.05 GeV 2.69 keV 1.81 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 845 um -18.2 cm 2.13 cm 1.92 keV 0 eV 0 fm 0 fm World initStep + 1 840 um -18.2 cm 2.13 cm 594 keV 1.92 keV 141 um 141 um World eIoni + 2 823 um -20 cm 2.13 cm 181 MeV 1.92 keV 1.81 cm 1.82 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -50.1 um -3.02 cm 1.33 cm 352 MeV 6.82 keV 3.49 cm 3.49 cm World eIoni + 2 -139 um -18.4 cm 2.2 cm 1.89 GeV 36.8 keV 15.5 cm 18.9 cm World eIoni + 3 -130 um -20 cm 2.24 cm 2.05 GeV 3.77 keV 1.56 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -139 um -18.4 cm 2.2 cm 83.7 keV 0 eV 0 fm 0 fm World initStep + 1 -353 um -20 cm 2.2 cm 157 MeV 5.38 keV 1.74 cm 1.74 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -50.1 um -3.02 cm 1.33 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -52.7 um -3.02 cm 1.33 cm 279 keV 1.23 keV 71.4 um 71.4 um World eIoni + 2 -3.39 mm -18.8 cm 1.67 mm 1.58 GeV 41.5 keV 18.2 cm 18.2 cm World eIoni + 3 -1.39 cm -20 cm -1.35 cm 1.69 GeV 3.27 keV 2.19 cm 20.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 76.3 um -3.88 cm 1.43 cm 438 MeV 8.62 keV 4.35 cm 4.35 cm World eIoni + 2 124 um -4.74 cm 1.52 cm 523 MeV 2.93 keV 8.68 mm 5.22 cm World eIoni + 3 229 um -7.46 cm 1.73 cm 795 MeV 4.54 keV 2.73 cm 7.95 cm World eIoni + 4 397 um -14.4 cm 2.04 cm 1.48 GeV 16.4 keV 6.9 cm 14.9 cm World eIoni + 5 471 um -18.8 cm 2.17 cm 1.93 GeV 8.19 keV 4.45 cm 19.3 cm World eIoni + 6 489 um -20 cm 2.2 cm 2.05 GeV 2.77 keV 1.19 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 471 um -18.8 cm 2.17 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 466 um -18.8 cm 2.17 cm 429 keV 1.58 keV 105 um 105 um World eIoni + 2 447 um -20 cm 2.17 cm 119 MeV 1.34 keV 1.19 cm 1.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 397 um -14.4 cm 2.04 cm 4.03 keV 0 eV 0 fm 0 fm World initStep + 1 384 um -14.4 cm 2.04 cm 2.17 MeV 4.03 keV 488 um 488 um World eIoni + 2 373 um -14.5 cm 2.04 cm 14.4 MeV 86.8 eV 1.23 mm 1.72 mm World eIoni + 3 354 um -20 cm 2.03 cm 565 MeV 9.28 keV 5.5 cm 5.67 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 229 um -7.46 cm 1.73 cm 12.5 keV 0 eV 0 fm 0 fm World initStep + 1 180 um -7.57 cm 1.73 cm 11.3 MeV 2.43 keV 1.45 mm 1.45 mm World eIoni + 2 -2.39 mm -8.32 cm 1.56 cm 86 MeV 1.74 keV 8.48 mm 9.93 mm World eIoni + 3 -4.09 mm -12.7 cm 1.45 cm 529 MeV 10.4 keV 4.44 cm 5.43 cm World eIoni + 4 -4.75 mm -18.4 cm 1.4 cm 1.09 GeV 10.3 keV 5.63 cm 11.1 cm World eIoni + 5 -4.87 mm -20 cm 1.39 cm 1.25 GeV 3.26 keV 1.61 cm 12.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.75 mm -18.4 cm 1.4 cm 2.6 keV 0 eV 0 fm 0 fm World initStep + 1 -4.74 mm -18.4 cm 1.4 cm 1 MeV 2.6 keV 230 um 230 um World eIoni + 2 -4.72 mm -20 cm 1.4 cm 162 MeV 2.46 keV 1.61 cm 1.63 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.09 mm -12.7 cm 1.45 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 -4.09 mm -12.8 cm 1.45 cm 225 keV 1.08 keV 59.1 um 59.1 um World eIoni + 2 -4.11 mm -20 cm 1.45 cm 725 MeV 14.3 keV 7.91 cm 7.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.39 mm -8.32 cm 1.56 cm 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 -2.39 mm -8.32 cm 1.56 cm 403 keV 1.53 keV 99.3 um 99.3 um World eIoni + 2 -2.36 mm -20 cm 1.56 cm 1.17 GeV 22.2 keV 12.3 cm 12.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 124 um -4.74 cm 1.52 cm 1.32 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.82 mm -10.6 cm 1.14 cm 583 MeV 9.91 keV 5.85 cm 5.85 cm World eIoni + 2 -5.24 mm -20 cm 5.42 mm 1.53 GeV 21.6 keV 9.46 cm 15.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.82 mm -10.6 cm 1.14 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -1.82 mm -10.6 cm 1.14 cm 281 keV 1.23 keV 71.8 um 71.8 um World eIoni + 2 -1.81 mm -20 cm 1.14 cm 944 MeV 19.7 keV 10.2 cm 10.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 76.3 um -3.88 cm 1.43 cm 4.43 keV 0 eV 0 fm 0 fm World initStep + 1 66.9 um -3.9 cm 1.43 cm 2.57 MeV 4.43 keV 576 um 576 um World eIoni + 2 36.9 um -4.17 cm 1.44 cm 29.3 MeV 757 eV 2.67 mm 3.25 mm World eIoni + 3 14.2 um -5.43 cm 1.43 cm 155 MeV 3.03 keV 1.26 cm 1.59 cm World eIoni + 4 6.4 um -9.6 cm 1.43 cm 573 MeV 9.33 keV 4.17 cm 5.76 cm World eIoni + 5 20.6 um -20 cm 1.43 cm 1.61 GeV 22.4 keV 10.4 cm 16.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.4 um -9.6 cm 1.43 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 5.88 um -9.61 cm 1.43 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni + 2 1.77 um -20 cm 1.44 cm 1.04 GeV 22.2 keV 11.6 cm 11.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 14.2 um -5.43 cm 1.43 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 10.1 um -5.43 cm 1.43 cm 409 keV 1.54 keV 101 um 101 um World eIoni + 2 -15.7 um -20 cm 1.43 cm 1.46 GeV 25.4 keV 15.5 cm 15.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -116 um -9.33 cm 1.88 cm 983 MeV 27.4 keV 9.83 cm 9.83 cm World eIoni + 2 -118 um -19.1 cm 2.23 cm 1.96 GeV 18.8 keV 9.73 cm 19.6 cm World eIoni + 3 -118 um -20 cm 2.26 cm 2.05 GeV 2.32 keV 9.45 mm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -118 um -19.1 cm 2.23 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 -122 um -19.1 cm 2.23 cm 276 keV 1.22 keV 70.9 um 70.9 um World eIoni + 2 -138 um -20 cm 2.23 cm 94.5 MeV 2.66 keV 9.49 mm 9.56 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -116 um -9.33 cm 1.88 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 -117 um -9.34 cm 1.88 cm 472 keV 1.68 keV 114 um 114 um World eIoni + 2 1.21 cm -18.6 cm 1.29 cm 929 MeV 19.3 keV 9.58 cm 9.59 cm World eBrem + 3 1.46 cm -19.9 cm 1.1 cm 1.06 GeV 1.61 keV 1.36 cm 11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 684 um -15 cm 2.06 cm 1.55 GeV 38.6 keV 15.5 cm 15.5 cm World eIoni + 2 886 um -20 cm 2.2 cm 2.05 GeV 7.43 keV 4.96 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 684 um -15 cm 2.06 cm 3.56 keV 0 eV 0 fm 0 fm World initStep + 1 687 um -15.1 cm 2.06 cm 1.75 MeV 3.56 keV 394 um 394 um World eIoni + 2 640 um -15.5 cm 2.06 cm 47.4 MeV 136 eV 4.57 mm 4.96 mm World eIoni + 3 606 um -16.1 cm 2.05 cm 102 MeV 704 eV 5.49 mm 1.05 cm World eIoni + 4 549 um -18.6 cm 2.04 cm 354 MeV 6.41 keV 2.52 cm 3.57 cm World eIoni + 5 528 um -20 cm 2.04 cm 496 MeV 3.78 keV 1.42 cm 4.98 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 549 um -18.6 cm 2.04 cm 6.11 keV 0 eV 0 fm 0 fm World initStep + 1 533 um -18.6 cm 2.04 cm 4.55 MeV 6.11 keV 1.02 mm 1.02 mm World eIoni + 2 529 um -18.9 cm 2.05 cm 28.6 MeV 397 eV 2.41 mm 3.43 mm World eIoni + 3 536 um -20 cm 2.05 cm 142 MeV 2.43 keV 1.13 cm 1.48 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 606 um -16.1 cm 2.05 cm 2.9 keV 0 eV 0 fm 0 fm World initStep + 1 604 um -16.1 cm 2.05 cm 1.22 MeV 2.9 keV 277 um 277 um World eIoni + 2 587 um -16.3 cm 2.05 cm 25.3 MeV 538 eV 2.41 mm 2.68 mm World eIoni + 3 570 um -20 cm 2.04 cm 394 MeV 6.46 keV 3.69 cm 3.96 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 162 um -10.2 cm 1.93 cm 1.07 GeV 19.3 keV 10.7 cm 10.7 cm World eIoni + 2 449 um -20 cm 2.29 cm 2.05 GeV 18 keV 9.77 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 162 um -10.2 cm 1.93 cm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 165 um -10.2 cm 1.93 cm 326 keV 1.35 keV 82 um 82 um World eIoni + 2 185 um -20 cm 1.93 cm 976 MeV 19.2 keV 10.4 cm 10.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 34.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -638 um -15.9 cm 2.07 cm 1.64 GeV 30.5 keV 16.4 cm 16.4 cm World eIoni + 2 -665 um -20 cm 2.18 cm 2.05 GeV 8.61 keV 4.12 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -638 um -15.9 cm 2.07 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 -633 um -15.9 cm 2.06 cm 482 keV 1.7 keV 117 um 117 um World eIoni + 2 -608 um -20 cm 2.06 cm 412 MeV 7.78 keV 4.17 cm 4.18 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 4.56 um -2.51 mm 4.85 mm 75.1 MeV 1.94 keV 5.63 mm 5.63 mm World eIoni + 2 -74.7 um -5.92 cm 1.63 cm 642 MeV 10.2 keV 5.85 cm 6.41 cm World eIoni + 3 -196 um -20 cm 2.22 cm 2.05 GeV 27.7 keV 14.1 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -74.7 um -5.92 cm 1.63 cm 32.6 keV 0 eV 0 fm 0 fm World initStep + 1 13.1 um -6.4 cm 1.65 cm 49.9 MeV 7.64 keV 5.9 mm 5.9 mm World eIoni + 2 -1.42 cm -9.89 cm 1.92 cm 399 MeV 10.1 keV 4.03 cm 4.62 cm World eIoni + 3 -1.66 cm -12.4 cm 1.96 cm 649 MeV 4.45 keV 2.51 cm 7.13 cm World eIoni + 4 -2.04 cm -19.9 cm 2.03 cm 1.4 GeV 17.7 keV 7.52 cm 14.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.66 cm -12.4 cm 1.96 cm 1.98 keV 0 eV 0 fm 0 fm World initStep + 1 -1.66 cm -12.4 cm 1.96 cm 629 keV 1.98 keV 149 um 149 um World eIoni + 2 -1.66 cm -19.9 cm 1.96 cm 754 MeV 13.4 keV 7.66 cm 7.68 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.56 um -2.51 mm 4.85 mm 1.57 keV 0 eV 0 fm 0 fm World initStep + 1 9.41 um -2.55 mm 4.85 mm 423 keV 1.57 keV 104 um 104 um World eIoni + 2 40.8 um -20 cm 4.85 mm 1.97 GeV 35.8 keV 21.5 cm 21.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 5.55 Ang -23.5 nm 15.5 um 50 MeV 3.03 eV 15.5 um 15.5 um World eIoni + 2 752 um -16 cm 2.09 cm 1.65 GeV 35.3 keV 16.4 cm 16.5 cm World eIoni + 3 966 um -20 cm 2.2 cm 2.05 GeV 7.12 keV 4.05 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 752 um -16 cm 2.09 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 754 um -16 cm 2.09 cm 288 keV 1.25 keV 73.6 um 73.6 um World eIoni + 2 763 um -20 cm 2.09 cm 405 MeV 10.4 keV 4.17 cm 4.17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.55 Ang -23.5 nm 15.5 um 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 -2.4 um -22.4 um 15.7 um 254 keV 1.12 keV 62.2 um 62.2 um World eIoni + 2 -5.65 cm -13.6 cm 1.01 cm 1.36 GeV 25.8 keV 15.7 cm 15.7 cm World eIoni + 3 -7.12 cm -18.7 cm -4 mm 1.87 GeV 8.48 keV 5.48 cm 21.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -57.1 um -3.62 cm 1.42 cm 412 MeV 5.56 keV 4.1 cm 4.1 cm World eIoni + 2 -170 um -11.9 cm 1.98 cm 1.24 GeV 16.4 keV 8.29 cm 12.4 cm World eIoni + 3 -171 um -12 cm 1.98 cm 1.25 GeV 126 eV 1.15 mm 12.5 cm World eIoni + 4 -204 um -14.9 cm 2.09 cm 1.54 GeV 5.61 keV 2.94 cm 15.4 cm World eIoni + 5 -247 um -20 cm 2.23 cm 2.05 GeV 8.82 keV 5.06 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -204 um -14.9 cm 2.09 cm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 -210 um -15 cm 2.09 cm 765 keV 2.22 keV 179 um 179 um World eIoni + 2 -251 um -15.2 cm 2.08 cm 28.2 MeV 178 eV 2.75 mm 2.93 mm World eIoni + 3 -349 um -18.6 cm 2.08 cm 361 MeV 6.75 keV 3.33 cm 3.63 cm World eIoni + 4 -392 um -20 cm 2.08 cm 505 MeV 4.01 keV 1.44 cm 5.06 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -349 um -18.6 cm 2.08 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 -345 um -18.6 cm 2.08 cm 262 keV 1.18 keV 67.6 um 67.6 um World eIoni + 2 -327 um -20 cm 2.08 cm 144 MeV 4.18 keV 1.45 cm 1.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -171 um -12 cm 1.98 cm 16.9 keV 0 eV 0 fm 0 fm World initStep + 1 -242 um -12.2 cm 1.98 cm 20.9 MeV 2.7 keV 2.77 mm 2.77 mm World eIoni + 2 595 um -14.3 cm 2.27 cm 235 MeV 5.31 keV 2.17 cm 2.45 cm World eIoni + 3 1.03 mm -20 cm 2.41 cm 800 MeV 12.7 keV 5.66 cm 8.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -170 um -11.9 cm 1.98 cm 2.87 keV 0 eV 0 fm 0 fm World initStep + 1 -162 um -11.9 cm 1.98 cm 1.2 MeV 2.87 keV 272 um 272 um World eIoni + 2 -63.7 um -12.4 cm 1.99 cm 54 MeV 841 eV 5.29 mm 5.56 mm World eIoni + 3 -4.37 um -20 cm 2.03 cm 811 MeV 19.4 keV 7.57 cm 8.12 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -57.1 um -3.62 cm 1.42 cm 1.93 keV 0 eV 0 fm 0 fm World initStep + 1 -61.7 um -3.63 cm 1.42 cm 602 keV 1.93 keV 143 um 143 um World eIoni + 2 -85.9 um -20 cm 1.42 cm 1.64 GeV 29.4 keV 17 cm 17 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 41 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -822 nm -402 um 2 mm 54 MeV 117 eV 2.05 mm 2.05 mm World eIoni + 2 -2.08 um -20 cm 2.22 cm 2.05 GeV 34.5 keV 20.3 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -822 nm -402 um 2 mm 1.56 keV 0 eV 0 fm 0 fm World initStep + 1 -1.94 um -443 um 2 mm 423 keV 1.56 keV 103 um 103 um World eIoni + 2 -9.72 um -20 cm 1.99 mm 2 GeV 41.8 keV 21.8 cm 21.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 38.5 um -2.39 cm 1.22 cm 267 MeV 4.87 keV 2.85 cm 2.85 cm World eBrem + 2 120 um -15.3 cm 2.06 cm 1.56 GeV 19.3 keV 13 cm 15.8 cm World eIoni + 3 115 um -20 cm 2.18 cm 2.03 GeV 11.6 keV 4.67 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 120 um -15.3 cm 2.06 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 123 um -15.3 cm 2.06 cm 228 keV 1.09 keV 59.8 um 59.8 um World eIoni + 2 145 um -20 cm 2.06 cm 467 MeV 15.2 keV 4.92 cm 4.93 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 38.5 um -2.39 cm 1.22 cm 21.2 MeV 0 eV 0 fm 0 fm World initStep + 1 79.3 um -20 cm 4.35 cm 21.2 MeV 0 eV 17.9 cm 17.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 13 nm -5.36 um 234 um 50.1 MeV 0 eV 234 um 234 um World eIoni + 2 36.8 um -9.53 cm 1.9 cm 1 GeV 18.3 keV 10 cm 10 cm World eIoni + 3 42.5 um -10.5 cm 1.94 cm 1.1 GeV 2.43 keV 9.47 mm 11 cm World eIoni + 4 50.8 um -12.1 cm 2.02 cm 1.26 GeV 2.52 keV 1.67 cm 12.6 cm World eIoni + 5 77.2 um -20 cm 2.27 cm 2.05 GeV 14.9 keV 7.86 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 50.8 um -12.1 cm 2.02 cm 2.1 keV 0 eV 0 fm 0 fm World initStep + 1 51.5 um -12.1 cm 2.02 cm 696 keV 2.1 keV 164 um 164 um World eIoni + 2 1.1 mm -14.1 cm 1.97 cm 191 MeV 2.51 keV 1.91 cm 1.93 cm World eIoni + 3 2.47 mm -18 cm 2.07 cm 582 MeV 6.95 keV 3.92 cm 5.84 cm World eIoni + 4 2.84 mm -20 cm 2.09 cm 785 MeV 6.34 keV 2.03 cm 7.88 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.47 mm -18 cm 2.07 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 2.48 mm -18 cm 2.07 cm 230 keV 1.09 keV 60.3 um 60.3 um World eIoni + 2 2.5 mm -20 cm 2.07 cm 203 MeV 3.49 keV 2.07 cm 2.08 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 42.5 um -10.5 cm 1.94 cm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 39.3 um -10.5 cm 1.94 cm 722 keV 2.15 keV 169 um 169 um World eIoni + 2 510 um -11.6 cm 1.96 cm 117 MeV 2.24 keV 1.16 cm 1.18 cm World eIoni + 3 572 um -12.5 cm 1.99 cm 197 MeV 1.6 keV 8.05 mm 1.99 cm World eIoni + 4 757 um -20 cm 2.06 cm 952 MeV 14.5 keV 7.55 cm 9.54 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 572 um -12.5 cm 1.99 cm 2.89 keV 0 eV 0 fm 0 fm World initStep + 1 570 um -12.5 cm 1.99 cm 1.21 MeV 2.89 keV 275 um 275 um World eIoni + 2 554 um -12.6 cm 1.99 cm 14.4 MeV 41.8 eV 1.32 mm 1.6 mm World eIoni + 3 435 um -14.5 cm 1.98 cm 203 MeV 2.15 keV 1.89 cm 2.05 cm World eIoni + 4 373 um -20 cm 1.97 cm 755 MeV 6.21 keV 5.52 cm 7.57 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 435 um -14.5 cm 1.98 cm 7.98 keV 0 eV 0 fm 0 fm World initStep + 1 429 um -14.5 cm 1.98 cm 7.3 MeV 6.22 keV 1.45 mm 1.45 mm World eIoni + 2 1.76 mm -15.7 cm 2.23 cm 122 MeV 886 eV 1.23 cm 1.38 cm World eIoni + 3 2.66 mm -20 cm 2.35 cm 552 MeV 10.2 keV 4.3 cm 5.68 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 36.8 um -9.53 cm 1.9 cm 3.37 keV 0 eV 0 fm 0 fm World initStep + 1 31.2 um -9.55 cm 1.9 cm 1.58 MeV 3.37 keV 357 um 357 um World eIoni + 2 42.7 um -9.78 cm 1.9 cm 25.3 MeV 369 eV 2.37 mm 2.73 mm World eIoni + 3 -15.5 um -15.3 cm 1.86 cm 578 MeV 10.5 keV 5.52 cm 5.8 cm World eIoni + 4 -103 um -17.3 cm 1.87 cm 776 MeV 3.58 keV 1.98 cm 7.78 cm World eIoni + 5 -122 um -17.8 cm 1.87 cm 828 MeV 1.29 keV 5.2 mm 8.3 cm World eIoni + 6 -194 um -20 cm 1.87 cm 1.05 GeV 8.08 keV 2.19 cm 10.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -122 um -17.8 cm 1.87 cm 7.45 keV 0 eV 0 fm 0 fm World initStep + 1 -91.5 um -17.9 cm 1.87 cm 6.47 MeV 7.45 keV 1.34 mm 1.34 mm World eIoni + 2 577 um -17.9 cm 1.92 cm 9.7 MeV 89.9 eV 990 um 2.33 mm World eIoni + 3 2.1 mm -19.9 cm 2.04 cm 211 MeV 3.31 keV 2.03 cm 2.27 cm World eIoni + 4 2.12 mm -20 cm 2.04 cm 219 MeV 217 eV 839 um 2.35 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.1 mm -19.9 cm 2.04 cm 1.87 keV 0 eV 0 fm 0 fm World initStep + 1 2.11 mm -19.9 cm 2.04 cm 568 keV 1.87 keV 136 um 136 um World eIoni + 2 2.11 mm -20 cm 2.04 cm 8.43 MeV 165 eV 786 um 922 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -103 um -17.3 cm 1.87 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -104 um -17.3 cm 1.87 cm 217 keV 1.05 keV 57.3 um 57.3 um World eIoni + 2 -106 um -20 cm 1.86 cm 271 MeV 7.76 keV 2.8 cm 2.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -15.5 um -15.3 cm 1.86 cm 2.35 keV 0 eV 0 fm 0 fm World initStep + 1 -19.5 um -15.3 cm 1.86 cm 841 keV 2.35 keV 195 um 195 um World eIoni + 2 24.2 um -16.1 cm 1.89 cm 82.9 MeV 1.17 keV 8.21 mm 8.41 mm World eIoni + 3 952 um -20 cm 1.94 cm 469 MeV 6.23 keV 3.87 cm 4.71 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 24.2 um -16.1 cm 1.89 cm 1.98 keV 0 eV 0 fm 0 fm World initStep + 1 21.6 um -16.1 cm 1.89 cm 629 keV 1.98 keV 149 um 149 um World eIoni + 2 11.1 um -20 cm 1.89 cm 387 MeV 5.51 keV 3.89 cm 3.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 13 nm -5.36 um 234 um 1.74 keV 0 eV 0 fm 0 fm World initStep + 1 -4.21 um -52 um 234 um 544 keV 1.74 keV 122 um 122 um World eIoni + 2 -26.9 um -20 cm 236 um 2 GeV 29.4 keV 21.2 cm 21.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 1.7 nm -1.73 um 133 um 50 MeV 65.3 eV 133 um 133 um World eIoni + 2 8.55 um -1.02 mm 3.14 mm 60.1 MeV 821 eV 3.22 mm 3.35 mm World eIoni + 3 53.1 um -20 cm 2.22 cm 2.05 GeV 38.7 keV 20.2 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.55 um -1.02 mm 3.14 mm 1.64 keV 0 eV 0 fm 0 fm World initStep + 1 8.26 um -1.06 mm 3.14 mm 458 keV 1.64 keV 111 um 111 um World eIoni + 2 6.38 um -20 cm 3.13 mm 1.99 GeV 38.8 keV 21.5 cm 21.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.7 nm -1.73 um 133 um 15.2 keV 0 eV 0 fm 0 fm World initStep + 1 -58.4 um -1.46 mm 141 um 15.5 MeV 2.46 keV 1.97 mm 1.97 mm World eIoni + 2 2.57 mm -2.4 cm 3.1 mm 241 MeV 5.83 keV 2.32 cm 2.52 cm World eIoni + 3 3.32 mm -5.63 cm 3.89 mm 564 MeV 8 keV 3.24 cm 5.75 cm World eIoni + 4 3.42 mm -6.3 cm 3.99 mm 631 MeV 874 eV 6.65 mm 6.42 cm World eIoni + 5 4.36 mm -19.6 cm 5.02 mm 1.96 GeV 27.6 keV 13.3 cm 19.7 cm World eIoni + 6 4.38 mm -20 cm 5.04 mm 2 GeV 848 eV 4.26 mm 20.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.36 mm -19.6 cm 5.02 mm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 4.37 mm -19.6 cm 5.02 mm 371 keV 1.45 keV 92 um 92 um World eIoni + 2 4.38 mm -20 cm 5.02 mm 42.6 MeV 548 eV 4.23 mm 4.32 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.42 mm -6.3 cm 3.99 mm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 3.43 mm -6.3 cm 3.99 mm 286 keV 1.25 keV 73.1 um 73.1 um World eIoni + 2 3.45 mm -20 cm 3.99 mm 1.37 GeV 26 keV 15.4 cm 15.4 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.32 mm -5.63 cm 3.89 mm 1.81 keV 0 eV 0 fm 0 fm World initStep + 1 3.32 mm -5.64 cm 3.89 mm 535 keV 1.81 keV 128 um 128 um World eIoni + 2 3.29 mm -20 cm 3.88 mm 1.44 GeV 24.5 keV 15 cm 15 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.57 mm -2.4 cm 3.1 mm 4.45 keV 0 eV 0 fm 0 fm World initStep + 1 2.57 mm -2.42 cm 3.08 mm 2.59 MeV 4.45 keV 581 um 581 um World eIoni + 2 2.66 mm -3.52 cm 2.9 mm 112 MeV 1.41 keV 1.1 cm 1.16 cm World eIoni + 3 3.34 mm -9.18 cm 2.55 mm 679 MeV 9.26 keV 5.66 cm 6.82 cm World eIoni + 4 3.69 mm -20 cm 2.3 mm 1.76 GeV 21.2 keV 10.8 cm 17.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.34 mm -9.18 cm 2.55 mm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 3.35 mm -9.19 cm 2.55 mm 719 keV 2.15 keV 169 um 169 um World eIoni + 2 1.14 mm -13.2 cm -146 um 406 MeV 7.85 keV 4.08 cm 4.1 cm World eIoni + 3 -3.83 mm -18.2 cm -2.75 mm 902 MeV 10.9 keV 4.99 cm 9.09 cm World eIoni + 4 -4.95 mm -20 cm -3.35 mm 1.08 GeV 3.06 keV 1.8 cm 10.9 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.83 mm -18.2 cm -2.75 mm 3.3 keV 0 eV 0 fm 0 fm World initStep + 1 -3.82 mm -18.2 cm -2.76 mm 1.45 MeV 2.01 keV 248 um 248 um World eIoni + 2 -3 mm -20 cm -2.72 mm 180 MeV 3.26 keV 1.79 cm 1.82 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.44 um -2.44 cm 1.23 cm 294 MeV 4.08 keV 2.9 cm 2.9 cm World eIoni + 2 -4.81 um -8.89 cm 1.82 cm 938 MeV 13.6 keV 6.47 cm 9.38 cm World eIoni + 3 -5.98 um -11.8 cm 1.95 cm 1.23 GeV 3.96 keV 2.89 cm 12.3 cm World eIoni + 4 -9.16 um -20 cm 2.21 cm 2.05 GeV 17.8 keV 8.23 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.98 um -11.8 cm 1.95 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 -6.96 um -11.8 cm 1.95 cm 495 keV 1.72 keV 120 um 120 um World eIoni + 2 -11.9 um -20 cm 1.96 cm 823 MeV 11.5 keV 8.44 cm 8.45 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.81 um -8.89 cm 1.82 cm 15.3 keV 0 eV 0 fm 0 fm World initStep + 1 -29.4 um -9.06 cm 1.82 cm 18.4 MeV 3.88 keV 2.53 mm 2.53 mm World eIoni + 2 2.33 mm -9.69 cm 1.95 cm 81.4 MeV 536 eV 6.98 mm 9.51 mm World eIoni + 3 5.94 mm -20 cm 2.15 cm 1.11 GeV 21.4 keV 10.3 cm 11.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.44 um -2.44 cm 1.23 cm 5.09 keV 0 eV 0 fm 0 fm World initStep + 1 14.2 um -2.47 cm 1.23 cm 3.28 MeV 5.09 keV 735 um 735 um World eIoni + 2 353 um -4.64 cm 1.26 cm 220 MeV 2.52 keV 2.17 cm 2.24 cm World eIoni + 3 1.21 mm -15.6 cm 1.31 cm 1.32 GeV 21.4 keV 11 cm 13.2 cm World eIoni + 4 1.33 mm -20 cm 1.32 cm 1.76 GeV 9.64 keV 4.36 cm 17.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.21 mm -15.6 cm 1.31 cm 1.69 keV 0 eV 0 fm 0 fm World initStep + 1 1.22 mm -15.6 cm 1.31 cm 476 keV 1.69 keV 115 um 115 um World eIoni + 2 1.24 mm -20 cm 1.31 cm 436 MeV 8.68 keV 4.42 cm 4.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -63.8 um -5.48 cm 1.61 cm 598 MeV 13.2 keV 5.97 cm 5.97 cm World eIoni + 2 -160 um -20 cm 2.24 cm 2.05 GeV 29.2 keV 14.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -63.8 um -5.48 cm 1.61 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 -60.4 um -5.49 cm 1.61 cm 293 keV 1.26 keV 74.6 um 74.6 um World eIoni + 2 -35.8 um -20 cm 1.61 cm 1.45 GeV 28.5 keV 16.3 cm 16.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 457 um -11.1 cm 1.93 cm 1.16 GeV 23.6 keV 11.6 cm 11.6 cm World eIoni + 2 487 um -13.1 cm 2.01 cm 1.36 GeV 3.63 keV 1.97 cm 13.6 cm World eIoni + 3 569 um -20 cm 2.21 cm 2.05 GeV 13.3 keV 6.89 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 487 um -13.1 cm 2.01 cm 8.15 keV 0 eV 0 fm 0 fm World initStep + 1 479 um -13.2 cm 2.01 cm 7.55 MeV 5.9 keV 1.48 mm 1.48 mm World eIoni + 2 49.7 um -13.2 cm 2.09 cm 6.49 MeV 172 eV 1.11 mm 2.58 mm World eIoni + 3 -462 um -13.6 cm 2.19 cm 52.1 MeV 1.87 keV 4.75 mm 7.33 mm World eIoni + 4 -788 um -15 cm 2.24 cm 185 MeV 1.72 keV 1.33 cm 2.07 cm World eIoni + 5 -993 um -17.5 cm 2.28 cm 442 MeV 6.51 keV 2.57 cm 4.63 cm World eIoni + 6 -1.05 mm -18.8 cm 2.29 cm 574 MeV 966 eV 1.32 cm 5.95 cm World eIoni + 7 -1.06 mm -19.2 cm 2.3 cm 613 MeV 545 eV 3.96 mm 6.35 cm World eIoni + 8 -1.09 mm -20 cm 2.3 cm 689 MeV 1.93 keV 7.6 mm 7.11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.06 mm -19.2 cm 2.3 cm 3.57 keV 0 eV 0 fm 0 fm World initStep + 1 -1.06 mm -19.3 cm 2.3 cm 1.75 MeV 3.57 keV 395 um 395 um World eIoni + 2 -1.03 mm -19.6 cm 2.3 cm 33 MeV 403 eV 3.13 mm 3.52 mm World eIoni + 3 -1.02 mm -20 cm 2.3 cm 76.1 MeV 448 eV 4.31 mm 7.83 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -1.05 mm -18.8 cm 2.29 cm 4.63 keV 0 eV 0 fm 0 fm World initStep + 1 -1.06 mm -18.9 cm 2.29 cm 2.78 MeV 4.63 keV 622 um 622 um World eIoni + 2 -1.07 mm -19 cm 2.29 cm 18.8 MeV 369 eV 1.6 mm 2.22 mm World eIoni + 3 -1.07 mm -20 cm 2.29 cm 116 MeV 1.64 keV 9.69 mm 1.19 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -993 um -17.5 cm 2.28 cm 2.78 keV 0 eV 0 fm 0 fm World initStep + 1 -999 um -17.5 cm 2.28 cm 1.13 MeV 2.78 keV 259 um 259 um World eIoni + 2 -1.01 mm -17.6 cm 2.28 cm 10.9 MeV 153 eV 978 um 1.24 mm World eIoni + 3 -1.05 mm -20 cm 2.28 cm 247 MeV 5.61 keV 2.36 cm 2.49 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -788 um -15 cm 2.24 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -791 um -15 cm 2.24 cm 297 keV 1.27 keV 75.5 um 75.5 um World eIoni + 2 -807 um -20 cm 2.24 cm 504 MeV 8.83 keV 5.22 cm 5.23 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -462 um -13.6 cm 2.19 cm 18.4 keV 0 eV 0 fm 0 fm World initStep + 1 -414 um -13.8 cm 2.2 cm 23.3 MeV 3 keV 3.02 mm 3.02 mm World eIoni + 2 -43.8 um -13.9 cm 2.26 cm 28.6 MeV 60.2 eV 893 um 3.91 mm World eIoni + 3 2.94 mm -18.1 cm 2.78 cm 450 MeV 5.09 keV 4.3 cm 4.69 cm World eIoni + 4 3.25 mm -20 cm 2.84 cm 638 MeV 3.07 keV 1.88 cm 6.57 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 2.94 mm -18.1 cm 2.78 cm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 2.94 mm -18.1 cm 2.78 cm 251 keV 1.15 keV 65.2 um 65.2 um World eIoni + 2 2.92 mm -20 cm 2.78 cm 188 MeV 3.73 keV 1.91 cm 1.92 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 457 um -11.1 cm 1.93 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 460 um -11.1 cm 1.93 cm 371 keV 1.45 keV 92.1 um 92.1 um World eIoni + 2 481 um -20 cm 1.93 cm 886 MeV 12.9 keV 9.26 cm 9.27 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 17.7 um -9.19 mm 8.57 mm 142 MeV 2.39 keV 1.33 cm 1.33 cm World eIoni + 2 -5.14 um -8.68 cm 1.81 cm 918 MeV 15.8 keV 7.84 cm 9.17 cm World eIoni + 3 -6.29 um -18.2 cm 2.17 cm 1.87 GeV 18.6 keV 9.48 cm 18.7 cm World eIoni + 4 -5.66 um -20 cm 2.22 cm 2.05 GeV 3.05 keV 1.85 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -6.29 um -18.2 cm 2.17 cm 12.7 keV 0 eV 0 fm 0 fm World initStep + 1 -56.6 um -18.3 cm 2.17 cm 14.1 MeV 3.92 keV 2.02 mm 2.02 mm World eIoni + 2 4 mm -20 cm 2.24 cm 185 MeV 4.01 keV 1.81 cm 2.01 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -5.14 um -8.68 cm 1.81 cm 2.14 keV 0 eV 0 fm 0 fm World initStep + 1 -4.85 um -8.69 cm 1.82 cm 719 keV 2.14 keV 168 um 168 um World eIoni + 2 -64.1 um -9.04 cm 1.82 cm 36.5 MeV 525 eV 3.58 mm 3.75 mm World eIoni + 3 -677 um -18.4 cm 1.81 cm 975 MeV 15.2 keV 9.39 cm 9.76 cm World eIoni + 4 -739 um -20 cm 1.81 cm 1.13 GeV 3.09 keV 1.57 cm 11.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -677 um -18.4 cm 1.81 cm 1.41 keV 0 eV 0 fm 0 fm World initStep + 1 -678 um -18.4 cm 1.81 cm 354 keV 1.41 keV 88.3 um 88.3 um World eIoni + 2 -685 um -20 cm 1.81 cm 157 MeV 1.85 keV 1.58 cm 1.59 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -64.1 um -9.04 cm 1.82 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 -56.7 um -9.05 cm 1.82 cm 748 keV 2.2 keV 175 um 175 um World eIoni + 2 137 um -9.68 cm 1.81 cm 63.3 MeV 1.28 keV 6.26 mm 6.44 mm World eIoni + 3 3.74 mm -20 cm 1.4 cm 1.1 GeV 20.4 keV 10.3 cm 11 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 17.7 um -9.19 mm 8.57 mm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 16.2 um -9.21 mm 8.57 mm 249 keV 1.14 keV 64.2 um 64.2 um World eIoni + 2 1.42 cm -14 cm -4.49 cm 1.31 GeV 26.3 keV 15.2 cm 15.2 cm World eIoni + 3 4.52 cm -19.5 cm -6.65 cm 1.86 GeV 12.9 keV 6.64 cm 21.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 40.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 8.79 um -9.14 mm 8.57 mm 141 MeV 3.59 keV 1.33 cm 1.33 cm World eIoni + 2 58.9 um -20 cm 2.23 cm 2.05 GeV 37.8 keV 19.2 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 8.79 um -9.14 mm 8.57 mm 3.69 keV 0 eV 0 fm 0 fm World initStep + 1 -573 nm -9.31 mm 8.56 mm 1.86 MeV 3.69 keV 420 um 420 um World eIoni + 2 -2.63 um -1.04 cm 8.55 mm 12.4 MeV 155 eV 1.05 mm 1.47 mm World eIoni + 3 149 um -17.8 cm 5.62 mm 1.69 GeV 27.7 keV 16.8 cm 16.9 cm World eIoni + 4 199 um -20 cm 5.27 mm 1.91 GeV 3.07 keV 2.17 cm 19.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 149 um -17.8 cm 5.62 mm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 147 um -17.8 cm 5.63 mm 205 keV 1.02 keV 54.5 um 54.5 um World eIoni + 2 134 um -20 cm 5.64 mm 217 MeV 4.68 keV 2.23 cm 2.23 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 19.6 um -2.02 cm 1.15 cm 251 MeV 3.88 keV 2.47 cm 2.47 cm World eIoni + 2 26.2 um -8.96 cm 1.82 cm 946 MeV 16.4 keV 6.98 cm 9.45 cm World eIoni + 3 13 um -20 cm 2.2 cm 2.05 GeV 21.9 keV 11 cm 20.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 26.2 um -8.96 cm 1.82 cm 10.7 keV 0 eV 0 fm 0 fm World initStep + 1 69.3 um -9.07 cm 1.82 cm 11.5 MeV 3.62 keV 1.88 mm 1.88 mm World eIoni + 2 -1.18 mm -9.44 cm 1.81 cm 48.6 MeV 499 eV 3.95 mm 5.82 mm World eIoni + 3 -2.35 mm -11 cm 1.79 cm 205 MeV 3.42 keV 1.57 cm 2.15 cm World eIoni + 4 -3.07 mm -14.1 cm 1.79 cm 510 MeV 9.37 keV 3.06 cm 5.21 cm World eIoni + 5 -3.67 mm -20 cm 1.78 cm 1.1 GeV 11.6 keV 5.94 cm 11.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.07 mm -14.1 cm 1.79 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -3.07 mm -14.1 cm 1.79 cm 204 keV 1.01 keV 54.2 um 54.2 um World eIoni + 2 -3.06 mm -20 cm 1.79 cm 594 MeV 12.1 keV 6.46 cm 6.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -2.35 mm -11 cm 1.79 cm 1.43 keV 0 eV 0 fm 0 fm World initStep + 1 -2.34 mm -11 cm 1.79 cm 363 keV 1.43 keV 90.2 um 90.2 um World eIoni + 2 -2.32 mm -20 cm 1.8 cm 900 MeV 15 keV 9.43 cm 9.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 19.6 um -2.02 cm 1.15 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 20.6 um -2.02 cm 1.15 cm 213 keV 1.04 keV 56.4 um 56.4 um World eIoni + 2 -2.95 mm -12.3 cm 5.49 cm 1.03 GeV 25.5 keV 11.9 cm 11.9 cm World eIoni + 3 -2.87 cm -19.8 cm 12.4 cm 1.78 GeV 25.3 keV 10.7 cm 22.6 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.035212s Sys=0.000000s + User=0.040000s Real=0.047753s Sys=0.010000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -5818,25 +5922,215 @@ Index : 2 used in the geometry : Yes ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.46 cm -2.38 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 9.07 cm -22.1 cm 3.45 cm 2.02 GeV 103 keV 20.2 cm 20.2 cm World eIoni - 2 9.02 cm -23.3 cm 3.49 cm 2.14 GeV 10.8 keV 1.23 cm 21.5 cm OutOfWorldTransportation + 0 4.34 cm -5 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 4.33 cm -6.38 cm 2.01 cm 189 MeV 14.5 keV 1.82 cm 1.82 cm World eIoni + 2 4.32 cm -8.66 cm 2.42 cm 416 MeV 11.2 keV 2.32 cm 4.14 cm World eIoni + 3 4.31 cm -12.2 cm 2.74 cm 772 MeV 20.6 keV 3.57 cm 7.71 cm World eIoni + 4 4.3 cm -13.6 cm 2.82 cm 913 MeV 9.45 keV 1.41 cm 9.12 cm World eIoni + 5 4.3 cm -14.8 cm 2.88 cm 1.03 GeV 7.85 keV 1.16 cm 10.3 cm World eIoni + 6 4.3 cm -15.3 cm 2.91 cm 1.08 GeV 3.67 keV 5.26 mm 10.8 cm World eIoni + 7 4.3 cm -15.7 cm 2.92 cm 1.12 GeV 1.91 keV 3.4 mm 11.2 cm World eIoni + 8 4.3 cm -16.3 cm 2.95 cm 1.18 GeV 4.88 keV 6.18 mm 11.8 cm World eIoni + 9 4.29 cm -20.5 cm 3.1 cm 1.6 GeV 32.7 keV 4.26 cm 16 cm World eIoni + 10 4.28 cm -23.2 cm 3.18 cm 1.87 GeV 16.3 keV 2.71 cm 18.7 cm World eIoni + 11 4.28 cm -24.6 cm 3.22 cm 2.01 GeV 7.3 keV 1.39 cm 20.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.28 cm -23.2 cm 3.18 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 4.28 cm -23.2 cm 3.18 cm 64.9 keV 1.18 keV 49.4 um 49.4 um World eIoni + 2 4.14 cm -23.5 cm 2.64 cm 27.5 MeV 11 keV 8.22 mm 8.27 mm World eIoni + 3 3.91 cm -23.7 cm 2.24 cm 44.8 MeV 2.78 keV 6.65 mm 1.49 cm World msc + 4 3.85 cm -24.3 cm 2.13 cm 107 MeV 3.48 keV 6.39 mm 2.13 cm World msc + 5 3.82 cm -24.7 cm 2.09 cm 147 MeV 4.64 keV 4.02 mm 2.53 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.29 cm -20.5 cm 3.1 cm 1.65 keV 0 eV 0 fm 0 fm World initStep + 1 4.29 cm -20.5 cm 3.1 cm 99.5 keV 1.65 keV 77.5 um 77.5 um World eIoni + 2 5.34 cm -21.1 cm 3.16 cm 54.6 MeV 12.1 keV 1.55 cm 1.56 cm World eIoni + 3 6.43 cm -22.4 cm 3.71 cm 187 MeV 8.19 keV 2.23 cm 3.78 cm World msc + 4 6.66 cm -24.1 cm 3.83 cm 357 MeV 12.1 keV 1.72 cm 5.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.3 cm -16.3 cm 2.95 cm 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 4.3 cm -16.3 cm 2.95 cm 91.6 keV 1.53 keV 70.3 um 70.3 um World eIoni + 2 4.29 cm -16.7 cm 2.95 cm 47.7 MeV 16.8 keV 1.37 cm 1.37 cm World eIoni + 3 2.69 cm -24.9 cm 2.48 cm 858 MeV 58.4 keV 8.53 cm 9.91 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.3 cm -15.7 cm 2.92 cm 1.53 keV 0 eV 0 fm 0 fm World initStep + 1 4.3 cm -15.7 cm 2.92 cm 91.4 keV 1.53 keV 70.2 um 70.2 um World eIoni + 2 4.3 cm -16.1 cm 2.92 cm 47.6 MeV 9.48 keV 1.36 cm 1.37 cm World eIoni + 3 4.1 cm -24.7 cm 3.44 cm 901 MeV 44.1 keV 8.57 cm 9.94 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.3 cm -15.3 cm 2.91 cm 1.71 keV 0 eV 0 fm 0 fm World initStep + 1 4.3 cm -15.3 cm 2.91 cm 104 keV 1.71 keV 81.8 um 81.8 um World eIoni + 2 4.3 cm -15.9 cm 2.91 cm 58.9 MeV 10.2 keV 1.67 cm 1.67 cm World eIoni + 3 5.09 cm -24.5 cm 4.91 cm 916 MeV 47 keV 9.38 cm 11.1 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.3 cm -14.8 cm 2.88 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 4.3 cm -14.8 cm 2.88 cm 84.8 keV 1.44 keV 64.7 um 64.7 um World eIoni + 2 4.3 cm -15.2 cm 2.88 cm 42.2 MeV 11.1 keV 1.22 cm 1.22 cm World eIoni + 3 5.73 cm -24.3 cm 3.55 cm 955 MeV 45.8 keV 9.51 cm 10.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.3 cm -13.6 cm 2.82 cm 14.4 keV 0 eV 0 fm 0 fm World initStep + 1 4.3 cm -13.6 cm 2.82 cm 1.99 MeV 1.6 keV 362 um 362 um World eIoni + 2 3.58 cm -20.8 cm 1.17 cm 721 MeV 35.6 keV 7.66 cm 7.69 cm World eIoni + 3 3.56 cm -21.2 cm 1.02 cm 759 MeV 3.79 keV 4.19 mm 8.11 cm World eBrem + 4 3.5 cm -22.5 cm 6.11 mm 881 MeV 6.02 keV 1.29 cm 9.4 cm World eIoni + 5 3.42 cm -24.8 cm -169 um 1.11 GeV 17.9 keV 2.4 cm 11.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.5 cm -22.5 cm 6.11 mm 1.85 keV 0 eV 0 fm 0 fm World initStep + 1 3.5 cm -22.5 cm 6.11 mm 116 keV 1.85 keV 90.6 um 90.6 um World eIoni + 2 4.39 cm -23.1 cm 8.9 mm 64.6 MeV 10.9 keV 1.43 cm 1.43 cm World msc + 3 4.46 cm -24 cm 5.51 mm 158 MeV 4.46 keV 1 cm 2.44 cm World msc + 4 4.48 cm -24.6 cm 4.43 mm 215 MeV 4.43 keV 5.72 mm 3.01 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.56 cm -21.2 cm 1.02 cm 1.77 MeV 0 eV 0 fm 0 fm World initStep + 1 3.39 cm -24.8 cm -2.7 mm 1.77 MeV 0 eV 3.77 cm 3.77 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.58 cm -20.8 cm 1.17 cm 1.41 keV 0 eV 0 fm 0 fm World initStep + 1 3.57 cm -20.8 cm 1.17 cm 83.9 keV 1.41 keV 62.7 um 62.7 um World eIoni + 2 3.57 cm -21.3 cm 1.17 cm 41.4 MeV 8.51 keV 1.2 cm 1.2 cm World eIoni + 3 3.06 cm -24.8 cm 2.19 mm 397 MeV 21.9 keV 4.32 cm 5.53 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.31 cm -12.2 cm 2.74 cm 3.48 keV 0 eV 0 fm 0 fm World initStep + 1 4.31 cm -12.2 cm 2.74 cm 278 keV 3.48 keV 224 um 224 um World eIoni + 2 4.33 cm -12.4 cm 2.71 cm 21.2 MeV 936 eV 2.16 mm 2.38 mm World eIoni + 3 3.97 cm -23.4 cm 2.57 cm 1.12 GeV 66.2 keV 11 cm 11.2 cm World eIoni + 4 3.63 cm -24.7 cm 2.42 cm 1.25 GeV 11.2 keV 1.42 cm 12.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 3.97 cm -23.4 cm 2.57 cm 2.59 keV 0 eV 0 fm 0 fm World initStep + 1 3.97 cm -23.4 cm 2.57 cm 185 keV 2.59 keV 145 um 145 um World eIoni + 2 3.91 cm -23.8 cm 2.74 cm 43 MeV 2.57 keV 4.93 mm 5.08 mm World eIoni + 3 3.94 cm -24.7 cm 2.88 cm 132 MeV 7.11 keV 9.02 mm 1.41 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.32 cm -8.66 cm 2.42 cm 2.43 keV 0 eV 0 fm 0 fm World initStep + 1 4.32 cm -8.66 cm 2.42 cm 167 keV 2.43 keV 132 um 132 um World eIoni + 2 4.32 cm -9.47 cm 2.42 cm 80.8 MeV 6.38 keV 1.2 cm 1.21 cm World eIoni + 3 4.47 cm -9.08 cm 2.47 cm 42.1 MeV 3.31 keV 4.2 mm 1.63 cm World eIoni + 4 5.47 cm -22.1 cm 2.82 cm 1.34 GeV 78.8 keV 13.8 cm 15.4 cm World eIoni + 5 5.47 cm -23.2 cm 2.79 cm 1.46 GeV 5.51 keV 1.17 cm 16.6 cm World eIoni + 6 5.47 cm -23.4 cm 2.79 cm 1.47 GeV 131 eV 1.71 mm 16.7 cm World eIoni + 7 5.47 cm -24.4 cm 2.77 cm 1.57 GeV 2.55 keV 9.88 mm 17.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.47 cm -23.4 cm 2.79 cm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 5.47 cm -23.4 cm 2.79 cm 88.1 keV 1.49 keV 67.4 um 67.4 um World eIoni + 2 5.2 cm -23.7 cm 2.97 cm 33.4 MeV 3.35 keV 5.54 mm 5.61 mm World msc + 3 5.16 cm -24.2 cm 3.02 cm 80.9 MeV 2.63 keV 4.8 mm 1.04 cm World msc + 4 5.15 cm -24.5 cm 3.04 cm 106 MeV 979 eV 2.5 mm 1.29 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.47 cm -23.2 cm 2.79 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 5.47 cm -23.2 cm 2.79 cm 64.9 keV 1.18 keV 49.5 um 49.5 um World eIoni + 2 5.88 cm -23.5 cm 2.52 cm 27 MeV 7.34 keV 7.25 mm 7.3 mm World msc + 3 6.22 cm -23.6 cm 2.69 cm 35.2 MeV 2.64 keV 4.39 mm 1.17 cm World msc + 4 6.35 cm -23.9 cm 2.76 cm 64.6 MeV 2.51 keV 3.33 mm 1.5 cm World msc + 5 6.41 cm -24.1 cm 2.79 cm 84.3 MeV 959 eV 2.06 mm 1.71 cm World msc + 6 6.43 cm -24.2 cm 2.8 cm 92.4 MeV 201 eV 838 um 1.79 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 5.47 cm -22.1 cm 2.82 cm 12.1 keV 0 eV 0 fm 0 fm World initStep + 1 5.47 cm -22.1 cm 2.82 cm 1.88 MeV 10.1 keV 1.48 mm 1.48 mm World eIoni + 2 5.42 cm -22.3 cm 2.87 cm 25.8 MeV 1.1 keV 2.7 mm 4.18 mm World eIoni + 3 5.34 cm -24.4 cm 2.86 cm 236 MeV 9.34 keV 2.1 cm 2.52 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 4.47 cm -9.08 cm 2.47 cm 1.35 keV 0 eV 0 fm 0 fm World initStep + 1 4.47 cm -9.08 cm 2.47 cm 77.7 keV 1.35 keV 58.9 um 58.9 um World eIoni + 2 4.47 cm -9.45 cm 2.47 cm 36.6 MeV 9.05 keV 1.07 cm 1.07 cm World eIoni + 3 2.93 cm -24.8 cm 1.89 cm 1.57 GeV 71.5 keV 15.8 cm 16.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.07 cm -22.1 cm 3.45 cm 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 9.07 cm -22.1 cm 3.45 cm 66 keV 1.2 keV 50.4 um 50.4 um World eIoni - 2 8.8 cm -22.4 cm 3.78 cm 26.7 MeV 4.72 keV 6.4 mm 6.45 mm World msc - 3 8.5 cm -22.7 cm 3.89 cm 63.7 MeV 723 eV 5.06 mm 1.15 cm World msc - 4 8.37 cm -23.1 cm 3.93 cm 102 MeV 1.57 keV 4.07 mm 1.56 cm World msc - 5 8.28 cm -23.6 cm 3.96 cm 150 MeV 5.18 keV 4.88 mm 2.05 cm OutOfWorldTransportation + 0 4.33 cm -6.38 cm 2.01 cm 2.03 keV 0 eV 0 fm 0 fm World initStep + 1 4.33 cm -6.38 cm 2.01 cm 128 keV 2.03 keV 103 um 103 um World eIoni + 2 4.33 cm -7.21 cm 2.01 cm 82.4 MeV 13.3 keV 2.3 cm 2.31 cm World eIoni + 3 2.54 cm -24.9 cm 477 um 1.85 GeV 76.3 keV 18.2 cm 20.5 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000336s Sys=0.000000s + User=0.000000s Real=0.002583s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -5845,6 +6139,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.019 MB +Dynamic pools deleted: 11 / Total memory freed: 0.02 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index 127f34f50a..c511f2ec16 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,7 +22,7 @@ ***** Table : Nb of materials = 11 ***** Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.319 cm - Imean: 75.967 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 74.266 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Oxygen (O) Z = 8.0 N = 16 A = 16.000 g/mole ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % @@ -42,7 +42,7 @@ Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.282 cm - Imean: 56.518 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 54.941 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.010 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -100,12 +100,6 @@ Material: Air density: 0.000 mg/cm3 RadL: 28329262.634 km Nucl.Int.Length: 66178558.148 km Imean: 85.664 eV temperature: 273.15 K pressure: 0.00 atm - ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - ---> Element: Nitrogen (N) Z = 7.0 N = 14 A = 14.010 g/mole ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % @@ -117,6 +111,12 @@ ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % ElmMassFraction: 23.15 % ElmAbundance 21.05 % + ---> Element: Argon (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 1.28 % ElmAbundance 0.47 % + Material: Xenon density: 5.858 mg/cm3 RadL: 14.478 m Nucl.Int.Length: 303.668 m Imean: 482.000 eV temperature: 293.15 K pressure: 1.00 atm @@ -135,7 +135,7 @@ Material: CO2 density: 1.842 mg/cm3 RadL: 196.501 m Nucl.Int.Length: 466.037 m - Imean: 90.958 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 90.026 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.010 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -150,7 +150,7 @@ Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.034 m - Imean: 412.597 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 412.201 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131 A = 131.292 g/mole ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.090 % @@ -177,7 +177,7 @@ Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.157 m Nucl.Int.Length: 391.554 m - Imean: 296.926 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 296.542 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Kr (Kr) Z = 36.0 N = 84 A = 83.799 g/mole ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.350 % @@ -1105,7 +1105,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000972s Sys=0.000000s + User=0.010000s Real=0.001052s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1127,7 +1127,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.015785s Sys=0.000000s + User=0.010000s Real=0.010532s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1149,7 +1149,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001213s Sys=0.000000s + User=0.000000s Real=0.001453s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1195,7 +1195,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.000271s Sys=0.000000s + User=0.000000s Real=0.000311s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1271,7 +1271,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.160000s Real=0.164330s Sys=0.000000s + User=0.180000s Real=0.182195s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1280,6 +1280,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 2 MB +Dynamic pools deleted: 14 / Total memory freed: 1.4 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 582aaf2a83..ea51495d50 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -205,7 +205,7 @@ The materials defined are: Material: Scintillator density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 69.969 cm - Imean: 64.684 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 62.657 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index cb998c7726..c4fbc8c6b7 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 cdd17ac24b..d73659abc1 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2318,7 +2318,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.020515s Sys=0.010000s + User=0.010000s Real=0.023600s Sys=0.010000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 2b4958a1f9..360706a9ff 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -978,7 +978,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000325s Sys=0.000000s + User=0.000000s Real=0.000373s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1011,7 +1011,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000052s Sys=0.000000s + User=0.000000s Real=0.000051s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1044,7 +1044,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000049s Sys=0.000000s + User=0.000000s Real=0.000076s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1077,7 +1077,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000037s Sys=0.000000s + User=0.000000s Real=0.000053s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1110,7 +1110,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000072s Sys=0.000000s + User=0.000000s Real=0.000076s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1143,7 +1143,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000038s Sys=0.000000s + User=0.000000s Real=0.000047s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1176,7 +1176,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000077s Sys=0.000000s + User=0.000000s Real=0.000056s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1209,7 +1209,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000041s Sys=0.000000s + User=0.000000s Real=0.000045s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index a128da95ce..2296d24324 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/geometry/vecGeomNavigation/CMakeLists.txt b/examples/extended/geometry/vecGeomNavigation/CMakeLists.txt index e6ae0e3fb0..0c1a2f9d19 100644 --- a/examples/extended/geometry/vecGeomNavigation/CMakeLists.txt +++ b/examples/extended/geometry/vecGeomNavigation/CMakeLists.txt @@ -28,6 +28,14 @@ if(BUILTIN_G4VECGEOMNAV) FetchContent_GetProperties(g4vecgeomnav) + # G4VecGeomNav builds a shared lib by default. As this links to Geant4 libs, if Geant4 is + # static-only, then we should also build G4VecGeomNav statically because: + # - Geant4 static libs are not guaranteed to be PIC + # - Geant4 symbols will be duplicated in g4vecgeomnav and the exampleVecGeomNac program + if(Geant4_static_FOUND AND (NOT Geant4_shared_FOUND)) + set(BUILD_STATIC_LIBS ON) + endif() + if(NOT g4vecgeomnav_POPULATED) FetchContent_Populate(g4vecgeomnav) message(STATUS "${g4vecgeomnav_SOURCE_DIR}, ${g4vecgeomnav_BINARY_DIR}") diff --git a/examples/extended/geometry/vecGeomNavigation/History b/examples/extended/geometry/vecGeomNavigation/History index d02dd3959f..e4421287c0 100644 --- a/examples/extended/geometry/vecGeomNavigation/History +++ b/examples/extended/geometry/vecGeomNavigation/History @@ -14,6 +14,12 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07/04/2022 B.Morgan (VecGeomNavigation-V10-07-03) +- Build g4vecgeomnav as a static library if only Geant4 static libs are available + +25/03/2022 G.Cosmo +- Removed unused setting of threads causing compilation warning. + 09/07/2021 G.Cosmo (VecGeomNavigation-V10-07-02) - Switched to use "master" for G4VecGeomNav package (instead of hardcoded hashed tag "1a002fbf2bccd81827b6100f86e2ad82433a75e9", used for 11.0-beta), diff --git a/examples/extended/geometry/vecGeomNavigation/exampleVecGeomNav.cc b/examples/extended/geometry/vecGeomNavigation/exampleVecGeomNav.cc index 4f0c7dbf6e..545c1e8768 100644 --- a/examples/extended/geometry/vecGeomNavigation/exampleVecGeomNav.cc +++ b/examples/extended/geometry/vecGeomNavigation/exampleVecGeomNav.cc @@ -57,7 +57,6 @@ static G4bool parCompareG4 = false; static G4bool parInteractive = false; static std::string parMacroFileName = ""; static std::string parGDMLFile = "TestNTST.gdml"; -static G4int parThreads = 2; void GetInputArguments(int argc, char** argv); void PrintUsage(); @@ -71,9 +70,6 @@ int main(int argc, char** argv) { << " Geant4 macro = " << parMacroFileName << G4endl << " Use VecGeom (VG) navigation = " << parUseVecGeom << G4endl << " Compare G4 vs VG navigation = " << parCompareG4 << G4endl -#ifdef G4MULTITHREADED - << " Number of threads = " << parThreads << G4endl -#endif << " ===================================================== " << G4endl; // Use custom stepping verbosity @@ -175,9 +171,6 @@ void PrintUsage() { << " (and report differences.) \n" << " and other(s): \n" << " -g : GDML file with geometry \n" -#ifdef G4MULTITHREADED - << " -t : number of threads\n" -#endif << "\n" << std::endl; horizontal_line('='); @@ -218,11 +211,6 @@ void GetInputArguments(int argc, char** argv) { exit(1); } } -#ifdef G4MULTITHREADED - else if ( G4String(argv[i]) == "-t" ) { - parThreads = G4UIcommand::ConvertToInt(argv[++i]); - } -#endif else if ( G4String(argv[i]) == "-v" ) { parUseVecGeom = true; } else if ( G4String(argv[i]) == "-o" ) { parUseVecGeom = false; } else if ( G4String(argv[i]) == "-c" ) { parCompareG4 = true; parUseVecGeom= true; } diff --git a/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out new file mode 100644 index 0000000000..893e223aef --- /dev/null +++ b/examples/extended/geometry/vecGeomNavigation/vecGeomNav.out @@ -0,0 +1,2809 @@ + argc = 2 -- Filename = /geant4/examples/extended/geometry/vecGeomNavigation/vecgeomNav.in + ========== Running exampleVecGeomNav ================ + GDML geometry file = TestNTST.gdml + Geant4 macro = /geant4/examples/extended/geometry/vecGeomNavigation/vecgeomNav.in + Use VecGeom (VG) navigation = 1 + Compare G4 vs VG navigation = 0 + ===================================================== +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +/run/verbose 1 +/event/verbose 0 +/mydet/setGdmlFile TestNTST.gdml +/control/cout/prefixString G4-WORKER +/mydet/setField 2.0 tesla +/run/initialize +G4GDML: Reading 'TestNTST.gdml'... +G4GDML: Reading definitions... +G4GDML: Reading materials... +G4GDML: Reading solids... +G4GDML: Reading structure... +G4GDML: Reading userinfo... +G4GDML: Reading setup... +G4GDML: Reading 'TestNTST.gdml' done! +Stripping off GDML names of materials, solids and volumes ... +Enabled Check mode in G4Navigator + *** SETTING MAGNETIC FIELD in Z direction : fieldValue = 2 tesla *** + +*** Conversion of G4 -> VecGeom finished (0.00408911 s) *** +*** Closing VecGeom geometry finished (0.000713849 s) *** +*** Setup of syncing lookup structure finished (2.8203e-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 + +VolUtil: FillUncontPts: Volume 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : ArgonGas + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Silicon + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.85422 keV e- 423.34 keV e+ 409.007 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 0 0 0 5000 0 0 0 N/A | -0.93291 0.297289 0.203221 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + Difference in Exit Normal = 0.00424626 vgNorm = (0.953329, -0.301932, 0) g4Norm = (0.954603,-0.297882,0) ( = (0.954603, -0.297882, 0) ) -- diff 3vec = (-0.00127349, -0.0040508, 0) + 1 -27.6466 8.75604 6.01902 4999.99 0.00792 29.6 29.6181 0 | -0.93396 0.29396 0.20323 | ArgonGas Transportation Svt 0 + 2 -34.0133 10.7571 7.40426 4999.99 0.00305 6.82 36.4341 0 | -0.9342 0.29321 0.20322 | ArgonGas Transportation WaferPos 0 + 3 -34.3238 10.8542 7.47179 4999.9 0.0861 0.332 36.7664 0 | -0.9342 0.29341 0.20292 | Silicon Transportation Svt 0 + 4 -41.2586 13.0288 8.97788 4999.9 0.00167 7.42 44.1886 0 | -0.93447 0.29259 0.2029 | ArgonGas Transportation WaferPos 0 + 5 -41.5691 13.1257 9.04527 4999.82 0.0862 0.332 44.5207 0 | -0.9345 0.2924 0.20298 | Silicon Transportation Svt 0 + 6 -60.9228 19.155 13.2475 4999.81 0.0081 20.7 65.2228 0 | -0.93523 0.29007 0.20297 | ArgonGas Transportation WaferPos 0 + 7 -61.2332 19.2511 13.3148 4999.7 0.108 0.332 65.5547 0 | -0.93524 0.29005 0.20295 | Silicon Transportation Svt 0 + 8 -91.631 28.6139 19.9071 4999.69 0.00394 32.5 98.0377 0 | -0.93637 0.2864 0.20293 | ArgonGas eIoni Svt 0 + 9 -102.86 32.0396 22.34 4999.69 0.00243 12 110.027 27.764 | -0.93678 0.28508 0.20292 | ArgonGas eIoni Svt 0 + 10 -118.933 36.913 25.8206 4999.69 0.00215 17.2 127.18 4.1546 | -0.93736 0.28316 0.20291 | ArgonGas Transportation WaferPos 0 + 11 -119.222 36.9999 25.883 4999.6 0.084 0.308 127.488 0 | -0.93734 0.28313 0.20308 | Silicon Transportation Svt 0 + Difference in Exit Normal = 1.99417 vgNorm = (0.9397, -0.342, 0) g4Norm = (-0.980784,0.195097,0) ( = (-0.980784, 0.195097, 0) ) -- diff 3vec = (1.92048, -0.537097, 0) + 12 -137.603 42.5284 29.8639 4999.59 0.00695 19.6 147.091 0 | -0.93801 0.28091 0.20307 | ArgonGas Transportation WaferPos 0 + 13 -137.891 42.6145 29.9263 4999.4 0.198 0.307 147.398 0 | -0.93805 0.28081 0.20301 | Silicon Transportation Svt 0 + 14 -162.713 50.0026 35.2951 4999.38 0.0113 26.4 173.847 0 | -0.93894 0.27782 0.20299 | ArgonGas eIoni Svt 0 + 15 -181.685 55.5912 39.3951 4999.38 0.00344 20.2 194.045 19.777 | -0.93961 0.27558 0.20293 | ArgonGas Transportation expHall_log_PV 0 + 16 -222.108 67.3334 48.1197 4999.37 0.0108 43 237.034 0 | -0.94102 0.27074 0.20294 | ArgonGas eIoni expHall_log_PV 0 + 17 -229.712 69.517 49.7592 4999.37 0.001 8.08 245.112 7.9097 | -0.94128 0.26983 0.20294 | ArgonGas Transportation Dch 0 + 18 -239.088 72.1988 51.7804 4999.36 0.00112 9.96 255.072 0 | -0.9416 0.26871 0.20294 | ArgonGas eIoni Dch 0 + 19 -239.327 72.2672 51.832 4999.36 0 0.254 255.326 0.24909 | -0.94161 0.26869 0.20294 | ArgonGas Transportation Layer 0 + 20 -248.946 75.0056 53.9049 4999.36 0.00308 10.2 265.54 0 | -0.94192 0.26758 0.20296 | ArgonGas Transportation Layer 0 + 21 -258.568 77.7327 55.9778 4999.36 0.00212 10.2 275.754 0 | -0.94225 0.2664 0.20299 | ArgonGas Transportation Layer 0 + 22 -268.194 80.4478 58.0512 4999.36 0.00224 10.2 285.968 0 | -0.94257 0.26522 0.203 | ArgonGas Transportation Layer 0 + 23 -287.456 85.8424 62.1981 4999.35 0.00348 20.4 306.396 0 | -0.94322 0.26291 0.20301 | ArgonGas Transportation Layer 0 + 24 -306.732 91.1898 66.3454 4999.34 0.00827 20.4 326.825 0 | -0.94386 0.26062 0.203 | ArgonGas Transportation Layer 0 + 25 -316.375 93.846 68.4189 4999.34 0.000497 10.2 337.04 0 | -0.94418 0.25948 0.20297 | ArgonGas Transportation Layer 0 + 26 -326.021 96.4907 70.4922 4999.34 0.00224 10.2 347.255 0 | -0.94451 0.2583 0.20295 | ArgonGas Transportation Layer 0 + 27 -335.67 99.1233 72.5653 4999.34 0.00425 10.2 357.469 0 | -0.94482 0.25717 0.20294 | ArgonGas Transportation Layer 0 + 28 -354.979 104.354 76.7113 4999.33 0.004 20.4 377.899 0 | -0.94544 0.25485 0.20294 | ArgonGas Transportation Layer 0 + 29 -364.639 106.951 78.7844 4999.33 0.00196 10.2 388.115 0 | -0.94575 0.2537 0.20294 | ArgonGas Transportation Layer 0 + 30 -374.302 109.537 80.8575 4999.33 0.00224 10.2 398.33 0 | -0.94606 0.25268 0.20278 | ArgonGas Transportation Layer 0 + 31 -393.636 114.675 85.0004 4999.32 0.0069 20.4 418.76 0 | -0.94667 0.25038 0.20278 | ArgonGas Transportation Layer 0 + 32 -403.309 117.227 87.0719 4999.32 0.00505 10.2 428.976 0 | -0.94698 0.24921 0.20281 | ArgonGas Transportation Layer 0 + 33 -412.984 119.767 89.1437 4999.31 0.00216 10.2 439.191 0 | -0.94728 0.24804 0.20281 | ArgonGas Transportation Layer 0 + 34 -432.345 124.811 93.2875 4999.31 0.00766 20.4 459.623 0 | -0.94789 0.24571 0.2028 | ArgonGas Transportation Layer 0 + 35 -442.03 127.316 95.3593 4999.31 0.00116 10.2 469.839 0 | -0.94819 0.24455 0.20281 | ArgonGas Transportation Layer 0 + 36 -457.328 131.245 98.6308 4999.3 0.00574 16.1 485.969 0 | -0.94866 0.24272 0.20283 | ArgonGas eIoni Layer 0 + 37 -461.411 132.289 99.5036 4999.3 0.000745 4.3 490.272 4.2117 | -0.94878 0.24223 0.20283 | ArgonGas Transportation Layer 0 + 38 -471.105 134.758 101.576 4999.29 0.00288 10.2 500.489 0 | -0.94907 0.24108 0.20285 | ArgonGas Transportation Layer 0 + 39 -480.804 137.215 103.648 4999.29 0.00495 10.2 510.706 0 | -0.94937 0.2399 0.20284 | ArgonGas Transportation Layer 0 + 40 -500.209 142.093 107.793 4999.28 0.0074 20.4 531.14 0 | -0.94996 0.23758 0.20282 | ArgonGas Transportation Layer 0 + 41 -509.917 144.515 109.866 4999.28 0.00178 10.2 541.358 0 | -0.95025 0.23644 0.20279 | ArgonGas Transportation Layer 0 + 42 -513.652 145.443 110.663 4999.28 0.00128 3.93 545.288 0 | -0.95037 0.23597 0.20279 | ArgonGas eIoni Layer 0 + 43 -515.3 145.852 111.014 4999.27 0.000615 1.73 547.022 3.8467 | -0.95042 0.23576 0.20279 | ArgonGas eIoni Layer 0 + 44 -519.628 146.924 111.938 4999.27 0.00103 4.55 551.576 2.1128 | -0.95055 0.23525 0.20277 | ArgonGas Transportation Layer 0 + 45 -525.266 148.318 113.14 4999.26 0.00294 5.93 557.506 0 | -0.95071 0.23458 0.20277 | ArgonGas eIoni Layer 0 + 46 -539.059 151.708 116.081 4999.26 0.0041 14.5 572.011 5.804 | -0.95112 0.23292 0.20278 | ArgonGas Transportation Layer 0 + 47 -548.779 154.082 118.154 4999.26 0.0028 10.2 582.23 0 | -0.9514 0.23175 0.20281 | ArgonGas Transportation Layer 0 + 48 -568.229 158.795 122.298 4999.25 0.00622 20.4 602.667 0 | -0.95197 0.22943 0.20279 | ArgonGas Transportation Layer 0 + 49 -577.959 161.133 124.371 4999.25 0.00153 10.2 612.886 0 | -0.95225 0.22824 0.20278 | ArgonGas Transportation Layer 0 + 50 -587.691 163.46 126.443 4999.25 0.0021 10.2 623.105 0 | -0.95253 0.22708 0.20278 | ArgonGas Transportation Layer 0 + 51 -597.427 165.774 128.515 4999.25 0.0028 10.2 633.324 0 | -0.95281 0.2259 0.20278 | ArgonGas Transportation Layer 0 + 52 -616.907 170.368 132.66 4999.24 0.00369 20.4 653.764 0 | -0.95335 0.2236 0.2028 | ArgonGas Transportation Layer 0 + 53 -636.4 174.914 136.805 4999.24 0.00586 20.4 674.204 0 | -0.9539 0.22124 0.20281 | ArgonGas Transportation Layer 0 + 54 -642.813 176.399 138.169 4999.23 0.00285 6.72 680.927 0 | -0.95408 0.22047 0.2028 | ArgonGas eIoni Layer 0 + 55 -646.151 177.17 138.878 4999.23 0.00143 3.5 684.425 3.4227 | -0.95417 0.22007 0.2028 | ArgonGas Transportation Layer 0 + 56 -655.905 179.413 140.951 4999.23 0.00166 10.2 694.646 0 | -0.95443 0.21895 0.20281 | ArgonGas Transportation Layer 0 + 57 -675.421 183.865 145.097 4999.22 0.00576 20.4 715.088 0 | -0.95496 0.21658 0.20284 | ArgonGas Transportation Layer 0 + 58 -685.184 186.073 147.17 4999.22 0.00224 10.2 725.31 0 | -0.95522 0.21543 0.20281 | ArgonGas Transportation Layer 0 + 59 -694.95 188.269 149.243 4999.21 0.00415 10.2 735.532 0 | -0.95549 0.21423 0.20283 | ArgonGas Transportation Layer 0 + 60 -704.718 190.453 151.317 4999.21 0.000644 10.2 745.754 0 | -0.95575 0.21307 0.20283 | ArgonGas Transportation Layer 0 + 61 -724.264 194.785 155.464 4999.21 0.00353 20.4 766.2 0 | -0.95627 0.21072 0.20282 | ArgonGas Transportation Layer 0 + 62 -734.042 196.933 157.537 4999.21 0.00231 10.2 776.423 0 | -0.95654 0.20953 0.20282 | ArgonGas Transportation Layer 0 + 63 -743.822 199.07 159.61 4999.2 0.00304 10.2 786.646 0 | -0.95679 0.20839 0.2028 | ArgonGas Transportation Layer 0 + 64 -753.605 201.194 161.684 4999.2 0.00258 10.2 796.87 0 | -0.95704 0.20721 0.20281 | ArgonGas Transportation Dch 0 + 65 -782.972 207.496 167.905 4999.19 0.00843 30.7 827.543 0 | -0.9578 0.20369 0.2028 | ArgonGas Transportation expHall_log_PV 0 + 66 -1028.83 255.849 219.798 4999.13 0.064 256 1083.44 0 | -0.96363 0.17413 0.20271 | ArgonGas eIoni expHall_log_PV 0 + 67 -1405.08 314.856 298.625 4999.03 0.0971 389 1472.39 250.16 | -0.97069 0.12921 0.20264 | ArgonGas eIoni expHall_log_PV 0 + 68 -1417.78 316.537 301.276 4999.02 0.00399 13.1 1485.48 629.89 | -0.9709 0.12768 0.20263 | ArgonGas eIoni expHall_log_PV 0 + 69 -1528.69 330.349 324.402 4998.99 0.0281 114 1599.61 105.87 | -0.97253 0.1144 0.20273 | ArgonGas eIoni expHall_log_PV 0 + 70 -1659.32 344.652 351.604 4998.94 0.0383 134 1733.81 528.56 | -0.97425 0.098712 0.2027 | ArgonGas eIoni expHall_log_PV 0 + 71 -1901.62 365.556 401.941 4998.89 0.0526 248 1982.17 394.36 | -0.97677 0.069581 0.20269 | ArgonGas eIoni expHall_log_PV 0 + 72 -1938.07 368.071 409.504 4998.84 0.0101 37.3 2019.48 146.01 | -0.97707 0.065219 0.20269 | ArgonGas eIoni expHall_log_PV 0 + 73 -1995.75 371.716 421.466 4998.83 0.0146 59 2078.5 108.75 | -0.97751 0.058293 0.20267 | ArgonGas eIoni expHall_log_PV 0 + 74 -2132.6 378.733 449.834 4998.76 0.0334 140 2218.44 49.752 | -0.97832 0.042042 0.20278 | ArgonGas eIoni expHall_log_PV 0 + 75 -2159.15 379.83 455.337 4998.75 0.00525 27.1 2245.57 1080.1 | -0.97845 0.038821 0.20281 | ArgonGas eIoni expHall_log_PV 0 + 76 -2222.57 382.094 468.48 4998.73 0.0157 64.8 2310.38 1053 | -0.97873 0.031091 0.2028 | ArgonGas eIoni expHall_log_PV 0 + 77 -2270.15 383.468 478.341 4998.72 0.0073 48.6 2359 988.19 | -0.97888 0.02543 0.20283 | ArgonGas eIoni expHall_log_PV 0 + 78 -2278 383.668 479.967 4998.72 0.000803 8.02 2367.01 939.58 | -0.97891 0.024483 0.20281 | ArgonGas eIoni expHall_log_PV 0 + 79 -2291.43 383.993 482.748 4998.72 0.00307 13.7 2380.73 931.57 | -0.97895 0.02289 0.2028 | ArgonGas eIoni expHall_log_PV 0 + 80 -2390.24 385.708 503.214 4998.68 0.0402 101 2481.66 917.86 | -0.97916 0.011095 0.20279 | ArgonGas eIoni expHall_log_PV 0 + 81 -2414.49 385.947 508.236 4998.66 0.00691 24.8 2506.42 816.93 | -0.97919 0.0082253 0.20279 | ArgonGas eIoni expHall_log_PV 0 + 82 -2517.82 386.156 529.638 4998.62 0.03 106 2611.95 792.19 | -0.97919 -0.0042007 0.20288 | ArgonGas eIoni expHall_log_PV 0 + 83 -2580.81 385.642 542.688 4998.6 0.0173 64.3 2676.28 686.67 | -0.97914 -0.011762 0.20287 | ArgonGas eIoni expHall_log_PV 0 + 84 -2970.57 371.693 623.525 4998.5 0.103 398 3074.6 622.38 | -0.97746 -0.058405 0.2029 | ArgonGas eIoni expHall_log_PV 0 + 85 -2987.98 370.634 627.14 4998.49 0.00315 17.8 3092.42 224.09 | -0.97734 -0.060505 0.20285 | ArgonGas eIoni expHall_log_PV 0 + 86 -3015.64 368.875 632.882 4998.48 0.0075 28.3 3120.73 206.71 | -0.97713 -0.063813 0.20284 | ArgonGas eIoni expHall_log_PV 0 + 87 -3243.18 350.807 680.149 4998.42 0.0586 233 3353.83 178.44 | -0.97498 -0.091161 0.20272 | ArgonGas eIoni expHall_log_PV 0 + 88 -3271.89 348.072 686.119 4998.42 0.00463 29.5 3383.28 2452.1 | -0.97466 -0.094621 0.20268 | ArgonGas eIoni expHall_log_PV 0 + 89 -3353.05 339.784 703.005 4998.4 0.0205 83.3 3466.59 2221.3 | -0.97366 -0.10437 0.2027 | ArgonGas eIoni expHall_log_PV 0 + 90 -3356.28 339.438 703.677 4998.39 0.000375 3.32 3469.91 2138 | -0.97362 -0.10476 0.20271 | ArgonGas eIoni expHall_log_PV 0 + 91 -3467.16 326.744 726.782 4998.37 0.0239 114 3583.89 2134.6 | -0.97211 -0.11798 0.20271 | ArgonGas eIoni expHall_log_PV 0 + 92 -3504.09 322.177 734.485 4998.36 0.0102 38 3621.88 2020.7 | -0.97156 -0.1224 0.20273 | ArgonGas eIoni expHall_log_PV 0 + 93 -3609.04 308.3 756.445 4998.32 0.0343 108 3730 1982.7 | -0.96986 -0.13451 0.20319 | ArgonGas eIoni expHall_log_PV 0 + 94 -3671.12 299.45 769.461 4998.3 0.0136 64 3794.05 1874.6 | -0.9688 -0.14181 0.20326 | ArgonGas eIoni expHall_log_PV 0 + 95 -3821.5 276.002 801.049 4998.26 0.0381 155 3949.48 1810.6 | -0.966 -0.15985 0.20322 | ArgonGas eIoni expHall_log_PV 0 + 96 -3932.53 256.844 824.44 4998.23 0.0235 115 4064.56 1655.2 | -0.96369 -0.17311 0.20329 | ArgonGas eIoni expHall_log_PV 0 + 97 -3935.27 256.35 825.018 4998.23 0.000598 2.85 4067.41 1540.2 | -0.96364 -0.17344 0.20328 | ArgonGas eIoni expHall_log_PV 0 + 98 -3958.61 252.116 829.942 4998.22 0.00662 24.2 4091.63 1537.4 | -0.96313 -0.17623 0.20329 | ArgonGas eIoni expHall_log_PV 0 + 99 -4077.06 229.536 854.976 4998.19 0.0327 123 4214.78 1513.2 | -0.96041 -0.19049 0.20329 | ArgonGas eIoni expHall_log_PV 0 + 100 -4268.85 189.098 895.652 4998.14 0.0495 200 4414.97 1390.1 | -0.95558 -0.21353 0.20314 | ArgonGas eIoni expHall_log_PV 0 + 101 -4301.83 181.656 902.668 4998.13 0.00689 34.5 4449.5 1190.1 | -0.95468 -0.2175 0.20317 | ArgonGas eIoni expHall_log_PV 0 + 102 -4395.93 159.627 922.719 4998.11 0.0203 98.7 4548.21 1155.9 | -0.95204 -0.22885 0.2031 | ArgonGas eIoni expHall_log_PV 0 + 103 -4675.77 87.1331 982.696 4998 0.0847 295 4843.46 1057.3 | -0.94337 -0.26222 0.20319 | ArgonGas eIoni expHall_log_PV 0 + 104 -4988.61 -6.62283 1050.5 4997.91 0.091 334 5177.02 762.33 | -0.93202 -0.29993 0.20343 | ArgonGas eIoni expHall_log_PV 0 + 105 -4998.06 -9.67294 1052.56 4997.9 0.00282 10.1 5187.17 429.82 | -0.93165 -0.30108 0.20344 | ArgonGas eIoni expHall_log_PV 0 + 106 -5020.01 -16.7984 1057.36 4997.89 0.00404 23.6 5210.74 421.45 | -0.93079 -0.30371 0.20344 | ArgonGas eIoni expHall_log_PV 0 + 107 -5071.84 -33.8998 1068.7 4997.88 0.0159 55.7 5266.48 397.95 | -0.92875 -0.30989 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 108 -5077.64 -35.839 1069.97 4997.87 0.00216 6.25 5272.73 342.36 | -0.92851 -0.3106 0.20348 | ArgonGas eIoni expHall_log_PV 0 + 109 -5134.41 -55.0599 1082.43 4997.85 0.0176 61.2 5333.95 336.49 | -0.92622 -0.31733 0.20351 | ArgonGas eIoni expHall_log_PV 0 + 110 -5167.1 -66.3384 1089.62 4997.8 0.0105 35.3 5369.27 275.32 | -0.92487 -0.32127 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 111 -5255.43 -97.5954 1109.09 4997.77 0.0307 95.7 5464.97 240.44 | -0.9211 -0.33195 0.20345 | ArgonGas eIoni expHall_log_PV 0 + 112 -5351.57 -132.928 1130.37 4997.73 0.0298 105 5569.59 145.01 | -0.91687 -0.34347 0.20343 | ArgonGas eIoni expHall_log_PV 0 + 113 -5629.33 -242.793 1192.44 4997.64 0.0854 305 5874.67 41.164 | -0.90375 -0.37661 0.20349 | ArgonGas eIoni expHall_log_PV 0 + 114 -5664.99 -257.753 1200.48 4997.62 0.0102 39.5 5914.17 4238.1 | -0.90196 -0.38086 0.20351 | ArgonGas eIoni expHall_log_PV 0 + 115 -5688.51 -267.729 1205.79 4997.61 0.00737 26.1 5940.27 4198.7 | -0.90075 -0.38372 0.20351 | ArgonGas eIoni expHall_log_PV 0 + 116 -5728.82 -285.029 1214.9 4997.59 0.0134 44.8 5985.07 4172.6 | -0.89867 -0.38856 0.20348 | ArgonGas eIoni expHall_log_PV 0 + 117 -5789.68 -311.638 1228.71 4997.57 0.0187 67.8 6052.91 4127.8 | -0.89549 -0.39585 0.20346 | ArgonGas eIoni expHall_log_PV 0 + 118 -5791.55 -312.464 1229.13 4997.57 0.000464 2.09 6055 4059.9 | -0.8954 -0.39607 0.20345 | ArgonGas eIoni expHall_log_PV 0 + 119 -5821.91 -325.967 1236.04 4997.56 0.0113 33.9 6088.94 4057.9 | -0.89377 -0.39973 0.20343 | ArgonGas eIoni expHall_log_PV 0 + 120 -5837.65 -333.027 1239.62 4997.55 0.00549 17.6 6106.56 4023.9 | -0.89293 -0.40161 0.20344 | ArgonGas eIoni expHall_log_PV 0 + 121 -5866.7 -346.163 1246.25 4997.54 0.00732 32.6 6139.13 4006.3 | -0.89136 -0.40506 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 122 -5873.67 -349.334 1247.84 4997.53 0.0012 7.82 6146.95 3973.8 | -0.89098 -0.40591 0.20346 | ArgonGas eIoni expHall_log_PV 0 + 123 -6101.84 -457.569 1300.32 4997.45 0.0748 258 6404.89 3966 | -0.87798 -0.43329 0.2035 | ArgonGas eIoni expHall_log_PV 0 + 124 -6148.72 -480.89 1311.2 4997.44 0.012 53.5 6458.36 3708 | -0.8752 -0.43889 0.20346 | ArgonGas eIoni expHall_log_PV 0 + 125 -6164.26 -488.705 1314.82 4997.43 0.00333 17.8 6476.13 3654.8 | -0.87427 -0.44073 0.20347 | ArgonGas eIoni expHall_log_PV 0 + 126 -6253.22 -534.238 1335.59 4997.4 0.034 102 6578.2 3637.1 | -0.86878 -0.45147 0.20344 | ArgonGas eIoni expHall_log_PV 0 + 127 -6272.78 -544.437 1340.18 4997.38 0.00547 22.5 6600.74 3535 | -0.86756 -0.45382 0.20342 | ArgonGas eIoni expHall_log_PV 0 + 128 -6273.31 -544.715 1340.3 4997.38 0.000138 0.614 6601.35 3512.7 | -0.86753 -0.45388 0.20342 | ArgonGas eIoni expHall_log_PV 0 + 129 -6329.22 -574.243 1353.44 4997.35 0.0178 64.6 6665.93 3512.1 | -0.86398 -0.46061 0.20339 | ArgonGas eIoni expHall_log_PV 0 + 130 -6373.52 -598.036 1363.88 4997.33 0.0173 51.4 6717.28 3447.5 | -0.86113 -0.46593 0.20338 | ArgonGas eIoni expHall_log_PV 0 + 131 -6539.33 -690.26 1403.29 4997.27 0.0586 194 6911.07 3396.3 | -0.85006 -0.48586 0.20332 | ArgonGas eIoni expHall_log_PV 0 + 132 -6583.84 -715.888 1413.96 4997.25 0.0173 52.5 6963.53 3202.6 | -0.84699 -0.4912 0.2033 | ArgonGas eIoni expHall_log_PV 0 + 133 -6642.04 -749.964 1427.96 4997.23 0.0169 68.9 7032.41 3150.7 | -0.8429 -0.49818 0.20332 | ArgonGas eIoni expHall_log_PV 0 + 134 -6899.9 -908.894 1490.88 4997.15 0.0766 309 7341.8 3082 | -0.82385 -0.52904 0.20345 | ArgonGas eIoni expHall_log_PV 0 + 135 -6906.12 -912.889 1492.42 4997.15 0.00225 7.55 7349.34 2772.8 | -0.82336 -0.52978 0.20348 | ArgonGas eIoni expHall_log_PV 0 + 136 -6949.01 -940.677 1503.04 4997.14 0.0111 52.2 7401.54 2766.7 | -0.82004 -0.5349 0.20352 | ArgonGas eIoni expHall_log_PV 0 + 137 -6998.97 -973.527 1515.47 4997.13 0.0119 61.1 7462.61 2714.5 | -0.81619 -0.54081 0.20338 | ArgonGas eIoni expHall_log_PV 0 + 138 -7145 -1072.53 1552.05 4997.08 0.048 180 7642.79 2653.7 | -0.80459 -0.55809 0.20291 | ArgonGas eIoni expHall_log_PV 0 + 139 -7145.83 -1073.1 1552.26 4997.07 0.000268 1.03 7643.83 2473.9 | -0.80451 -0.5582 0.20291 | ArgonGas eIoni expHall_log_PV 0 + 140 -7158.28 -1081.76 1555.41 4997.05 0.00412 15.5 7659.31 2474.1 | -0.80344 -0.55972 0.20297 | ArgonGas eIoni expHall_log_PV 0 + 141 -7177.1 -1094.91 1560.16 4997.04 0.00878 23.5 7682.76 2458.6 | -0.80186 -0.562 0.20291 | ArgonGas eIoni expHall_log_PV 0 + 142 -7277.89 -1166.68 1585.81 4997 0.0282 126 7809.12 2435.3 | -0.79329 -0.57399 0.20302 | ArgonGas eIoni expHall_log_PV 0 + 143 -7320.69 -1197.87 1596.79 4996.99 0.00893 54.1 7863.21 2309.1 | -0.78955 -0.5791 0.20309 | ArgonGas eIoni expHall_log_PV 0 + 144 -7331 -1205.44 1599.45 4996.99 0.00434 13.1 7876.27 2256 | -0.78863 -0.58035 0.2031 | ArgonGas eIoni expHall_log_PV 0 + 145 -7427.51 -1277.56 1624.44 4996.95 0.0345 123 7999.32 2243.4 | -0.78004 -0.59185 0.20313 | ArgonGas eIoni expHall_log_PV 0 + 146 -7435.56 -1283.67 1626.53 4996.95 0.00229 10.3 8009.64 2120.5 | -0.77931 -0.5928 0.20314 | ArgonGas eIoni expHall_log_PV 0 + 147 -7494.76 -1329.14 1642.02 4996.92 0.0191 76.2 8085.87 2111.4 | -0.77385 -0.59993 0.20307 | ArgonGas eIoni expHall_log_PV 0 + 148 -7552.9 -1374.63 1657.33 4996.87 0.0253 75.4 8161.27 2035.2 | -0.76845 -0.60682 0.20311 | ArgonGas eIoni expHall_log_PV 0 + 149 -7735.81 -1523.41 1706.25 4996.8 0.0698 241 8402.08 1960.7 | -0.75057 -0.6288 0.20311 | ArgonGas eIoni expHall_log_PV 0 + 150 -7778.65 -1559.56 1717.87 4996.79 0.0119 57.2 8459.33 1720.7 | -0.74622 -0.63397 0.20308 | ArgonGas eIoni expHall_log_PV 0 + 151 -7886.41 -1652.75 1747.41 4996.74 0.0444 145 8604.82 1666.5 | -0.73504 -0.64692 0.20302 | ArgonGas eIoni expHall_log_PV 0 + 152 -7923.58 -1685.66 1757.7 4996.73 0.00929 50.7 8655.52 1521.8 | -0.73108 -0.65141 0.20293 | ArgonGas eIoni expHall_log_PV 0 + 153 -7994.11 -1749.24 1777.38 4996.7 0.0295 97 8752.49 1473.3 | -0.72348 -0.65984 0.20294 | ArgonGas eIoni expHall_log_PV 0 + 154 -8032.63 -1784.61 1788.22 4996.68 0.0137 53.4 8805.91 1377.1 | -0.71917 -0.66456 0.20289 | ArgonGas eIoni expHall_log_PV 0 + 155 -8037.05 -1788.69 1789.47 4996.68 0.000867 6.14 8812.05 1325.3 | -0.71867 -0.66509 0.20289 | ArgonGas eIoni expHall_log_PV 0 + 156 -8041.44 -1792.76 1790.71 4996.68 0.00162 6.11 8818.16 1320.1 | -0.71816 -0.66566 0.20284 | ArgonGas eIoni expHall_log_PV 0 + 157 -8234.67 -1977.83 1846.17 4996.6 0.0768 273 9091.42 1314.1 | -0.69594 -0.68882 0.20295 | ArgonGas eIoni expHall_log_PV 0 + 158 -8279.43 -2022.47 1859.27 4996.56 0.0175 64.6 9155.98 1041 | -0.69058 -0.69418 0.20302 | ArgonGas eIoni expHall_log_PV 0 + 159 -8367.66 -2112.54 1885.41 4996.53 0.0257 129 9284.75 981.77 | -0.67979 -0.70475 0.20303 | ArgonGas eIoni expHall_log_PV 0 + 160 -8487.52 -2239.45 1921.62 4996.48 0.0486 178 9463.03 854.4 | -0.66466 -0.71902 0.20306 | ArgonGas eIoni expHall_log_PV 0 + 161 -8584.05 -2345.74 1951.4 4996.44 0.0396 147 9609.67 679.06 | -0.65189 -0.73062 0.20307 | ArgonGas eIoni expHall_log_PV 0 + 162 -8634.23 -2402.5 1967.11 4996.42 0.0125 77.4 9687.04 536.84 | -0.64512 -0.73663 0.20298 | ArgonGas eIoni expHall_log_PV 0 + 163 -8665.04 -2437.89 1976.83 4996.41 0.0103 47.9 9734.96 463.41 | -0.64091 -0.74029 0.203 | ArgonGas eIoni expHall_log_PV 0 + 164 -8702.06 -2480.95 1988.61 4996.39 0.0149 58 9792.95 417.7 | -0.63573 -0.74472 0.20306 | ArgonGas eIoni expHall_log_PV 0 + 165 -8749.75 -2537.33 2003.92 4996.37 0.0164 75.4 9868.37 361.11 | -0.62893 -0.75047 0.20309 | ArgonGas eIoni expHall_log_PV 0 + 166 -8766.32 -2557.17 2009.28 4996.36 0.00995 26.4 9894.77 287.44 | -0.62656 -0.75245 0.20307 | ArgonGas eIoni expHall_log_PV 0 + 167 -8792.42 -2588.68 2017.77 4996.35 0.0106 41.8 9936.56 263.37 | -0.62279 -0.75557 0.20309 | ArgonGas eIoni expHall_log_PV 0 + 168 -8819.63 -2621.86 2026.67 4996.33 0.0103 43.8 9980.38 222.43 | -0.61878 -0.75887 0.20305 | ArgonGas eIoni expHall_log_PV 0 + 169 -8827.93 -2632.05 2029.39 4996.33 0.00428 13.4 9993.8 179.96 | -0.61757 -0.75985 0.20306 | ArgonGas eIoni expHall_log_PV 0 + 170 -8881.75 -2698.99 2047.2 4996.3 0.0192 87.7 10081.5 167.98 | -0.60955 -0.76637 0.20279 | ArgonGas eIoni expHall_log_PV 0 + 171 -8882.15 -2699.5 2047.33 4996.3 0.000186 0.662 10082.2 80.706 | -0.60949 -0.76642 0.20278 | ArgonGas eIoni expHall_log_PV 0 + 172 -8883.13 -2700.73 2047.66 4996.3 3.83e-05 1.6 10083.8 83.037 | -0.60935 -0.76653 0.20279 | ArgonGas eIoni expHall_log_PV 0 + 173 -8910.2 -2734.97 2056.7 4996.29 0.0111 44.6 10128.4 81.456 | -0.60517 -0.76982 0.20283 | ArgonGas eIoni expHall_log_PV 0 + 174 -8953.87 -2791.02 2071.41 4996.24 0.0169 72.6 10200.9 36.93 | -0.59856 -0.775 0.20274 | ArgonGas eIoni expHall_log_PV 0 + 175 -8959.7 -2798.57 2073.39 4996.23 0.00279 9.73 10210.7 1017.2 | -0.59766 -0.77569 0.20275 | ArgonGas eIoni expHall_log_PV 0 + 176 -9006.77 -2860.27 2089.45 4996.21 0.0229 79.3 10289.9 1007.5 | -0.59023 -0.78138 0.20268 | ArgonGas eIoni expHall_log_PV 0 + 177 -9073.59 -2950 2112.6 4996.18 0.0283 114 10404.2 928.25 | -0.5795 -0.78938 0.20263 | ArgonGas eIoni expHall_log_PV 0 + 178 -9246.84 -3195.28 2174.72 4996.1 0.0719 307 10710.8 814.01 | -0.55024 -0.81009 0.20246 | ArgonGas eIoni expHall_log_PV 0 + 179 -9261.83 -3217.43 2180.25 4996.09 0.00777 27.3 10738.1 507.34 | -0.54761 -0.81185 0.20254 | ArgonGas eIoni expHall_log_PV 0 + 180 -9286.76 -3254.62 2189.51 4996.08 0.00463 45.7 10783.9 480.13 | -0.54314 -0.81485 0.20252 | ArgonGas eIoni expHall_log_PV 0 + 181 -9362.87 -3370.94 2218.26 4996.04 0.0423 142 10925.8 434.43 | -0.52918 -0.82397 0.20258 | ArgonGas eIoni expHall_log_PV 0 + 182 -9383.49 -3403.21 2226.18 4996.02 0.0117 39.1 10964.9 292.51 | -0.52532 -0.82643 0.2026 | ArgonGas eIoni expHall_log_PV 0 + 183 -9397.14 -3424.75 2231.46 4996.01 0.0118 26 10991 253.53 | -0.52271 -0.82808 0.20263 | ArgonGas eIoni expHall_log_PV 0 + 184 -9438.41 -3490.83 2247.58 4995.99 0.0173 79.6 11070.5 227.54 | -0.51482 -0.83301 0.20262 | ArgonGas eIoni expHall_log_PV 0 + 185 -9468.03 -3539.13 2259.3 4995.97 0.015 57.9 11128.4 148.01 | -0.50902 -0.83656 0.20265 | ArgonGas eIoni expHall_log_PV 0 + 186 -9542.95 -3664.77 2289.57 4995.93 0.039 149 11277.8 90.263 | -0.494 -0.84553 0.2026 | ArgonGas eIoni expHall_log_PV 0 + 187 -9548.32 -3673.98 2291.78 4995.93 0.00295 10.9 11288.7 382.58 | -0.49288 -0.84618 0.20261 | ArgonGas eIoni expHall_log_PV 0 + 188 -9568.79 -3709.32 2300.23 4995.92 0.00924 41.7 11330.4 371.7 | -0.48865 -0.84862 0.20262 | ArgonGas eIoni expHall_log_PV 0 + 189 -9605.93 -3774.52 2315.76 4995.87 0.0211 76.6 11407 329.99 | -0.4808 -0.85308 0.20269 | ArgonGas eIoni expHall_log_PV 0 + 190 -9657.71 -3867.78 2337.86 4995.83 0.0291 109 11515.9 253.36 | -0.46985 -0.85909 0.20298 | ArgonGas eIoni expHall_log_PV 0 + 191 -9749.93 -4041.35 2378.61 4995.77 0.0528 201 11716.7 144.44 | -0.44888 -0.87022 0.20306 | ArgonGas eIoni expHall_log_PV 0 + 192 -9817.59 -4175.49 2409.76 4995.73 0.0399 153 11870.1 250.05 | -0.43291 -0.87829 0.20295 | ArgonGas eIoni expHall_log_PV 0 + 193 -9892.6 -4331.85 2445.72 4995.69 0.045 177 12047.2 58.093 | -0.41422 -0.88719 0.20324 | ArgonGas eIoni expHall_log_PV 0 + 194 -9948.96 -4455.23 2473.87 4995.64 0.0265 139 12185.7 5.2968 | -0.39939 -0.89398 0.2032 | ArgonGas eIoni expHall_log_PV 0 + 195 -9970.43 -4503.7 2484.88 4995.62 0.0156 54.1 12239.9 51.035 | -0.39351 -0.89657 0.20326 | ArgonGas eIoni expHall_log_PV 0 + 196 -9982.63 -4531.66 2491.21 4995.6 0.00568 31.2 12271 29.572 | -0.3901 -0.89806 0.20325 | ArgonGas eIoni expHall_log_PV 0 + 197 -10000 -4571.93 2500.32 4995.59 0.0113 44.8 12315.8 17.364 | -0.38534 -0.9001 0.20329 | ArgonGas Transportation OutOfWorld + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9982.63 -4531.66 2491.21 0.0097428 0 0 0 N/A | -0.73337 0.0570519 -0.677431 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9982.64 -4531.91 2490.84 0.00420588 0.00554 1.75 1.74579 0 | 0.7823 0.13373 -0.60838 | ArgonGas eIoni expHall_log_PV 0 + 2 -9982.57 -4531.84 2490.76 0 0.00421 0.558 2.30384 16.818 | 0.15379 0.77851 -0.6085 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9970.43 -4503.7 2484.88 0.00100411 0 0 0 N/A | 0.884539 -0.450555 -0.120794 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9970.41 -4503.7 2484.88 0 0.001 0.0652 0.0651889 0 | 0.9732 -0.19569 -0.12079 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9948.96 -4455.23 2473.87 0.0233119 0 0 0 N/A | -0.0781917 -0.344721 -0.935443 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9948.81 -4455.31 2473.25 0.0211658 0.000621 0.751 0.750594 0 | 0.44491 0.32692 -0.83377 | ArgonGas eIoni expHall_log_PV 0 + 2 -9948.76 -4455.16 2471.7 0.0174403 0.00373 3.45 4.19875 50.369 | 0.029588 0.0015468 -0.99956 | ArgonGas eIoni expHall_log_PV 0 + 3 -9948.75 -4455.15 2471.22 0.0154558 9e-05 0.542 4.74061 48.528 | -0.057588 -0.2433 -0.96824 | ArgonGas eIoni expHall_log_PV 0 + 4 -9948.73 -4455.12 2470.1 0.01051 0.00495 2.55 7.28991 48.378 | 0.2149 0.64128 0.7366 | ArgonGas eIoni expHall_log_PV 0 + 5 -9948.96 -4455.1 2470.55 0.00180495 0.00871 1.77 9.05617 47.216 | -0.83998 -0.23641 0.4884 | ArgonGas eIoni expHall_log_PV 0 + 6 -9948.98 -4455.11 2470.57 0 0.0018 0.147 9.20345 46.633 | -0.63422 -0.59935 0.4884 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 140 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9948.75 -4455.15 2471.22 0.00189449 0 0 0 N/A | -0.454985 -0.858296 0.23731 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9948.76 -4455.19 2471.23 0 0.00189 0.158 0.158017 0 | 0.018001 -0.97127 0.23731 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 140 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9948.81 -4455.31 2473.25 0.00152567 0 0 0 N/A | 0.667706 -0.742105 0.0587229 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9948.79 -4455.33 2473.25 0 0.00153 0.116 0.11586 0 | 0.90892 -0.41283 0.058723 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9892.6 -4331.85 2445.72 0.00175372 0 0 0 N/A | 0.58832 -0.471775 -0.65674 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9892.58 -4331.86 2445.7 0 0.00175 0.141 0.141288 0 | 0.73814 -0.15438 -0.65674 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9817.59 -4175.49 2409.76 0.0017908 0 0 0 N/A | -0.494611 0.377117 0.783034 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9817.6 -4175.48 2409.79 0 0.00179 0.146 0.145617 0 | -0.61277 0.1066 0.78304 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9749.93 -4041.35 2378.61 0.00171253 0 0 0 N/A | -0.845632 0.454509 0.279871 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9749.96 -4041.34 2378.62 0 0.00171 0.137 0.136544 0 | -0.95949 0.032548 0.27987 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9657.71 -3867.78 2337.86 0.0118338 0 0 0 N/A | 0.388399 -0.12111 0.913498 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9657.74 -3867.65 2338.55 0.0103583 0.00148 2.04 2.04231 0 | 0.98261 -0.051183 -0.17851 | ArgonGas eIoni expHall_log_PV 0 + 2 -9657.78 -3867.32 2338.44 0.00639313 0.00397 1.84 3.87775 341.53 | 0.07513 -0.90561 0.4174 | ArgonGas eIoni expHall_log_PV 0 + 3 -9657.6 -3867.42 2338.55 0 0.00639 1.13 5.00579 340.97 | -0.062319 0.38288 0.92169 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9605.93 -3774.52 2315.76 0.0251212 0 0 0 N/A | -0.832318 0.382805 0.400882 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9606.06 -3774.5 2316.5 0.0223609 0.00123 2.61 2.60591 0 | -0.92565 -0.21898 -0.30857 | ArgonGas eIoni expHall_log_PV 0 + 2 -9606.24 -3774.8 2315.87 0.0195761 0.00278 3.66 6.26333 392.22 | 0.75021 -0.66102 -0.015541 | ArgonGas eIoni expHall_log_PV 0 + 3 -9605.86 -3774.71 2315.87 0.0178082 0.000653 0.512 6.77571 391.3 | 0.70849 0.70512 -0.029089 | ArgonGas eIoni expHall_log_PV 0 + 4 -9605.85 -3774.7 2315.83 0.013793 0.00402 2.9 9.67636 393.17 | 0.58685 0.80342 -0.10062 | ArgonGas eIoni expHall_log_PV 0 + 5 -9606.1 -3774.76 2315.73 0.00929163 0.0045 2.31 11.9898 392.4 | 0.048156 -0.23998 -0.96958 | ArgonGas eIoni expHall_log_PV 0 + 6 -9606.06 -3774.8 2315.53 0.00697581 0.000778 0.252 12.2417 392.88 | 0.80436 -0.24385 -0.5418 | ArgonGas eIoni expHall_log_PV 0 + 7 -9605.92 -3774.64 2315.36 0 0.00698 1.26 13.5063 393.56 | 0.15588 0.95869 0.23793 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 135 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9606.06 -3774.8 2315.53 0.00153742 0 0 0 N/A | -0.455523 0.325407 -0.828619 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9606.08 -3774.79 2315.5 0 0.00154 0.117 0.117121 0 | -0.54803 0.11423 -0.82862 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 135 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9605.86 -3774.71 2315.87 0.0011151 0 0 0 N/A | -0.436367 0.476077 0.763502 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9605.87 -3774.7 2315.88 0 0.00112 0.0751 0.0750825 0 | -0.55821 0.32475 0.7635 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 135 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9606.06 -3774.5 2316.5 0.0015351 0 0 0 N/A | 0.00353113 -0.828957 0.559301 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9606.06 -3774.52 2316.51 0 0.00154 0.117 0.116871 0 | 0.33685 -0.75744 0.5593 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9568.79 -3709.32 2300.23 0.00221491 0 0 0 N/A | 0.542668 -0.524008 -0.65645 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9568.75 -3709.34 2300.2 0 0.00221 0.199 0.199174 0 | 0.74306 -0.13011 -0.65646 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9548.32 -3673.98 2291.78 0.00295656 0 0 0 N/A | 0.443915 -0.500075 -0.743549 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9548.27 -3674 2291.72 0 0.00296 0.312 0.312221 0 | 0.66838 -0.017942 -0.7436 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9542.95 -3664.77 2289.57 0.0019905 0 0 0 N/A | -0.0700106 0.221809 0.972574 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9542.95 -3664.76 2289.61 0 0.00199 0.17 0.169893 0 | -0.17278 0.15571 0.97257 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9468.03 -3539.13 2259.3 0.00133122 0 0 0 N/A | 0.834196 -0.488878 0.255177 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9468.01 -3539.13 2259.31 0 0.00133 0.0957 0.095749 0 | 0.95304 -0.16311 0.25518 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9438.41 -3490.83 2247.58 0.00182314 0 0 0 N/A | -0.0963707 -0.226834 -0.969154 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9438.41 -3490.84 2247.54 0 0.00182 0.149 0.149438 0 | 0.021101 -0.24555 -0.96915 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9397.14 -3424.75 2231.46 0.00186631 0 0 0 N/A | 0.243384 -0.419211 -0.874658 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9397.12 -3424.76 2231.43 0 0.00187 0.155 0.154604 0 | 0.41422 -0.25178 -0.87466 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9383.49 -3403.21 2226.18 0.00151193 0 0 0 N/A | -0.660957 0.508845 0.551555 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9383.51 -3403.2 2226.2 0 0.00151 0.114 0.114392 0 | -0.80865 0.20462 0.55156 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9362.87 -3370.94 2218.26 0.00100971 0 0 0 N/A | 0.823057 -0.500889 0.267746 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9362.86 -3370.94 2218.26 0 0.00101 0.0657 0.0656763 0 | 0.92792 -0.25937 0.26775 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9286.76 -3254.62 2189.51 0.00168657 0 0 0 N/A | 0.136513 -0.369269 -0.919241 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9286.76 -3254.63 2189.48 0 0.00169 0.134 0.133589 0 | 0.28428 -0.27236 -0.91924 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9261.83 -3217.43 2180.25 0.00837516 0 0 0 N/A | 0.607045 -0.638524 -0.473058 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9261.6 -3217.29 2180.05 0.00446476 0.00391 1.53 1.53067 0 | -0.23081 -0.29677 -0.92663 | ArgonGas eIoni expHall_log_PV 0 + 2 -9261.6 -3217.34 2179.91 0 0.00446 0.617 2.14765 737.75 | 0.22252 -0.30284 -0.9267 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9246.84 -3195.28 2174.72 0.0012219 0 0 0 N/A | 0.40412 -0.0896326 0.910304 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9246.83 -3195.28 2174.74 0 0.00122 0.0851 0.0850684 0 | 0.41132 0.046518 0.9103 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9073.59 -2950 2112.6 0.00181185 0 0 0 N/A | 0.356262 -0.514964 -0.779672 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9073.57 -2950.01 2112.58 0 0.00181 0.148 0.148099 0 | 0.55513 -0.28972 -0.77967 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -9006.77 -2860.27 2089.45 0.00208559 0 0 0 N/A | -0.796006 0.434122 -0.421797 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -9006.81 -2860.26 2089.43 0 0.00209 0.182 0.182036 0 | -0.90514 -0.05297 -0.4218 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8959.7 -2798.57 2073.39 0.00232826 0 0 0 N/A | 0.754447 -0.548541 0.360433 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8959.65 -2798.58 2073.4 0 0.00233 0.215 0.214799 0 | 0.93278 -0.00082422 0.36043 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8953.87 -2791.02 2071.41 0.0333758 0 0 0 N/A | 0.224326 -0.150837 0.96277 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8953.91 -2790.97 2074.98 0.0297726 0.0036 5.96 5.95908 0 | 0.43249 -0.50439 0.74736 | ArgonGas eIoni expHall_log_PV 0 + 2 -8953.64 -2791 2075.31 0.0254066 0.000364 0.466 6.42478 1042.4 | 0.38492 0.10391 0.91708 | ArgonGas eIoni expHall_log_PV 0 + 3 -8953.58 -2790.96 2077.04 0.0212554 0.00279 2.67 9.09832 1042.1 | 0.18039 0.62401 0.76031 | ArgonGas eIoni expHall_log_PV 0 + 4 -8953.65 -2790.78 2078.46 0.0191468 0.00211 3.46 12.5619 1040.3 | -0.29868 0.47395 0.82835 | ArgonGas eIoni expHall_log_PV 0 + 5 -8953.7 -2790.73 2079.79 0.0140319 0.00511 3.11 15.6739 1038.6 | 0.58797 -0.55949 -0.58418 | ArgonGas eIoni expHall_log_PV 0 + 6 -8953.43 -2790.63 2079.53 0.0116928 0.00127 0.557 16.231 1037.5 | -0.32206 0.49934 -0.80432 | ArgonGas eIoni expHall_log_PV 0 + 7 -8953.52 -2790.79 2078.93 0.0042793 0.00741 2.02 18.2538 1037.3 | -0.21718 -0.54808 0.80774 | ArgonGas eIoni expHall_log_PV 0 + 8 -8953.51 -2790.87 2079.04 0 0.00428 0.574 18.8283 1037.2 | 0.44437 -0.38705 0.80792 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 120 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8953.43 -2790.63 2079.53 0.00106734 0 0 0 N/A | 0.931166 0.0211778 -0.363979 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8953.41 -2790.62 2079.52 0 0.00107 0.0708 0.070764 0 | 0.88644 0.2859 -0.36398 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 120 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8953.58 -2790.96 2077.04 0.00136026 0 0 0 N/A | -0.982128 0.142648 0.122784 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8953.61 -2790.96 2077.04 0 0.00136 0.0987 0.098663 0 | -0.9676 -0.22062 0.12278 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 120 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8953.64 -2791 2075.31 0.00400157 0 0 0 N/A | 0.209733 0.959869 -0.18618 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8953.68 -2790.89 2075.29 0 0.004 0.513 0.513464 0 | -0.7838 0.5925 -0.18604 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8910.2 -2734.97 2056.7 0.00228327 0 0 0 N/A | 0.281697 -0.0300918 0.959031 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8910.19 -2734.97 2056.75 0 0.00228 0.209 0.208529 0 | 0.24751 0.13783 0.95903 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8883.13 -2700.73 2047.66 0.00214756 0 0 0 N/A | 0.589821 -0.653944 -0.473781 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8883.1 -2700.75 2047.64 0 0.00215 0.19 0.190158 0 | 0.85066 -0.22783 -0.47378 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8882.15 -2699.5 2047.33 0.00124759 0 0 0 N/A | 0.70156 -0.459312 0.544836 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8882.14 -2699.5 2047.34 0 0.00125 0.0875 0.0875373 0 | 0.81415 -0.20079 0.54484 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 116, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8881.75 -2698.99 2047.2 0.00448563 0 0 0 N/A | 0.164335 0.0437939 0.985432 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8881.74 -2698.97 2047.34 0 0.00449 0.622 0.621851 0 | 0.0013186 0.17016 0.98542 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 115, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8827.93 -2632.05 2029.39 0.00273823 0 0 0 N/A | 0.75013 -0.60853 0.258836 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8827.87 -2632.07 2029.41 0 0.00274 0.276 0.276247 0 | 0.96354 0.067812 0.25883 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 114, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8819.63 -2621.86 2026.67 0.00309503 0 0 0 N/A | 0.53604 -0.652734 -0.53535 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8819.57 -2621.89 2026.62 0 0.0031 0.336 0.336182 0 | 0.84437 -0.020093 -0.53538 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8792.42 -2588.68 2017.77 0.00270713 0 0 0 N/A | -0.704881 0.346655 -0.618849 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8792.47 -2588.67 2017.73 0 0.00271 0.271 0.271306 0 | -0.75372 -0.22113 -0.61887 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 112, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8766.32 -2557.17 2009.28 0.00100338 0 0 0 N/A | -0.410148 0.0542091 -0.910407 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8766.33 -2557.17 2009.27 0 0.001 0.0651 0.0651259 0 | -0.4096 -0.058176 -0.91041 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8749.75 -2537.33 2003.92 0.0011332 0 0 0 N/A | -0.163982 -0.169879 -0.971726 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8749.75 -2537.33 2003.9 0 0.00113 0.0767 0.0767434 0 | -0.10501 -0.21148 -0.97173 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8702.06 -2480.95 1988.61 0.00170905 0 0 0 N/A | 0.613802 -0.68557 -0.39146 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8702.03 -2480.96 1988.59 0 0.00171 0.136 0.136147 0 | 0.8538 -0.34319 -0.39146 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8665.04 -2437.89 1976.83 0.00717634 0 0 0 N/A | 0.266218 -0.0798503 0.9606 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8664.99 -2437.83 1977.14 0.00172278 0.00545 1.31 1.30726 0 | 0.32766 0.93198 0.15506 | ArgonGas eIoni expHall_log_PV 0 + 2 -8664.99 -2437.8 1977.15 0 0.00172 0.138 1.44498 1334.6 | -0.12198 0.98035 0.15506 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8634.23 -2402.5 1967.11 0.00206211 0 0 0 N/A | -0.325023 -0.0366548 -0.944996 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8634.24 -2402.51 1967.07 0 0.00206 0.179 0.179001 0 | -0.25768 -0.20144 -0.945 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8584.05 -2345.74 1951.4 0.00134218 0 0 0 N/A | -0.137242 0.332254 0.933152 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8584.05 -2345.73 1951.42 0 0.00134 0.0968 0.0968448 0 | -0.24642 0.26174 0.93315 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8487.52 -2239.45 1921.62 0.00172407 0 0 0 N/A | -0.656884 0.363614 -0.660521 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8487.54 -2239.45 1921.6 0 0.00172 0.138 0.137866 0 | -0.7501 0.032548 -0.66052 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8367.66 -2112.54 1885.41 0.00769707 0 0 0 N/A | 0.207579 -0.554968 -0.805556 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8367.49 -2112.54 1885.12 0.00211931 0.00558 1.41 1.41005 0 | 0.55835 -0.81028 -0.17804 | ArgonGas eIoni expHall_log_PV 0 + 2 -8367.46 -2112.56 1885.11 0 0.00212 0.186 1.59649 1632 | 0.90626 -0.3834 -0.17804 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8279.43 -2022.47 1859.27 0.0187827 0 0 0 N/A | -0.598719 0.173426 -0.781959 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8279.49 -2022.76 1858.66 0.0169115 0.000524 0.956 0.956216 0 | -0.15124 0.077446 -0.98546 | ArgonGas eIoni expHall_log_PV 0 + 2 -8279.48 -2022.76 1857.35 0.0119102 0.005 2.76 3.72011 1719.8 | 0.26599 0.62311 0.73551 | ArgonGas eIoni expHall_log_PV 0 + 3 -8279.68 -2022.63 1857.73 0.00688548 0.00256 0.749 4.46898 1718.6 | -0.64044 -0.63603 0.43046 | ArgonGas eIoni expHall_log_PV 0 + 4 -8279.71 -2022.66 1857.75 0.00388869 0 0.0491 4.51809 1718.1 | 0.35664 -0.41914 0.83495 | ArgonGas eIoni expHall_log_PV 0 + 5 -8279.65 -2022.68 1857.85 0 0.00389 0.49 5.00764 1719 | 0.53428 0.13063 0.83515 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 104 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8279.71 -2022.66 1857.75 0.0029968 0 0 0 N/A | -0.761965 -0.647604 0.0043549 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8279.74 -2022.73 1857.75 0 0.003 0.319 0.319093 0 | -0.03651 -0.99932 0.0043547 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 104 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8279.68 -2022.63 1857.73 0.00246447 0 0 0 N/A | -0.406148 0.75302 0.517691 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8279.72 -2022.59 1857.76 0 0.00246 0.234 0.234344 0 | -0.78549 0.33911 0.5177 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 104 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8279.49 -2022.76 1858.66 0.00134679 0 0 0 N/A | 0.919945 0.374348 -0.116463 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8279.47 -2022.74 1858.66 0 0.00135 0.0973 0.0973076 0 | 0.72586 0.67791 -0.11646 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8234.67 -1977.83 1846.17 0.00149312 0 0 0 N/A | 0.554478 -0.73219 -0.395539 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8234.66 -1977.84 1846.16 0 0.00149 0.112 0.112394 0 | 0.79739 -0.45576 -0.39554 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8041.44 -1792.76 1790.71 0.00194126 0 0 0 N/A | 0.165959 0.0555585 0.984566 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8041.44 -1792.76 1790.75 0 0.00194 0.164 0.163754 0 | 0.11663 0.13048 0.98457 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8037.05 -1788.69 1789.47 0.00157876 0 0 0 N/A | -0.634001 0.42995 -0.642794 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8037.07 -1788.68 1789.45 0 0.00158 0.122 0.121599 0 | -0.75492 0.13002 -0.6428 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -8032.63 -1784.61 1788.22 0.00143246 0 0 0 N/A | -0.174744 0.406591 0.896743 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -8032.64 -1784.6 1788.25 0 0.00143 0.106 0.106042 0 | -0.31546 0.31039 0.89674 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7994.11 -1749.24 1777.38 0.00208997 0 0 0 N/A | -0.35942 0.0388676 -0.932366 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7994.12 -1749.24 1777.34 0 0.00209 0.183 0.182604 0 | -0.32532 -0.15765 -0.93237 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7923.58 -1685.66 1757.7 0.00149471 0 0 0 N/A | 0.368495 -0.188641 0.910289 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7923.57 -1685.66 1757.73 0 0.00149 0.113 0.112562 0 | 0.41298 -0.028679 0.91029 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7886.41 -1652.75 1747.41 0.00131848 0 0 0 N/A | 0.447512 -0.727263 -0.520405 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7886.4 -1652.76 1747.4 0 0.00132 0.0945 0.0944805 0 | 0.67352 -0.52492 -0.5204 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7778.65 -1559.56 1717.87 0.00130382 0 0 0 N/A | -0.376884 0.610471 0.696623 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7778.66 -1559.55 1717.89 0 0.0013 0.093 0.0930288 0 | -0.56477 0.44244 0.69662 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7735.81 -1523.41 1706.25 0.00314922 0 0 0 N/A | 0.41714 -0.751271 -0.511454 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7735.75 -1523.45 1706.2 0 0.00315 0.346 0.345795 0 | 0.84412 -0.16078 -0.51148 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7552.9 -1374.63 1657.33 0.0276735 0 0 0 N/A | 0.415096 -0.550856 0.724054 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7552.64 -1374.34 1659.34 0.0239296 0.00374 4.68 4.68331 0 | 0.30653 0.4854 0.8188 | ArgonGas eIoni expHall_log_PV 0 + 2 -7552.78 -1374.11 1661.17 0.0169816 0.00695 3.94 8.62733 2444.3 | 0.99207 0.058206 0.11142 | ArgonGas eIoni expHall_log_PV 0 + 3 -7552.83 -1374.11 1661.32 0.0121548 0.00483 2.77 11.4018 2442.8 | -0.43315 0.25336 -0.86498 | ArgonGas eIoni expHall_log_PV 0 + 4 -7552.83 -1374.27 1660.64 0.0086329 0.00352 2.09 13.4884 2441.9 | 0.45106 -0.3566 0.81816 | ArgonGas eIoni expHall_log_PV 0 + 5 -7552.7 -1374.15 1661 0.0027246 0.00591 1.57 15.062 2442.3 | -0.071578 0.9936 -0.087376 | ArgonGas eIoni expHall_log_PV 0 + 6 -7552.73 -1374.09 1660.99 0 0.00272 0.274 15.3361 2443.3 | -0.72807 0.67991 -0.087374 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7494.76 -1329.14 1642.02 0.00146941 0 0 0 N/A | 0.552292 -0.822188 -0.13777 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7494.74 -1329.15 1642.01 0 0.00147 0.11 0.109895 0 | 0.82737 -0.54449 -0.13777 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7435.56 -1283.67 1626.53 0.00185286 0 0 0 N/A | 0.49618 -0.475001 0.726759 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7435.54 -1283.69 1626.56 0 0.00185 0.153 0.152985 0 | 0.66229 -0.1822 0.72676 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7427.51 -1277.56 1624.44 0.00174132 0 0 0 N/A | 0.592152 -0.77777 0.210782 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7427.49 -1277.58 1624.44 0 0.00174 0.14 0.139853 0 | 0.87872 -0.42827 0.21078 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7331 -1205.44 1599.45 0.00143688 0 0 0 N/A | 0.115261 -0.517833 -0.847681 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7331 -1205.45 1599.42 0 0.00144 0.107 0.106501 0 | 0.30294 -0.43551 -0.84768 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7320.69 -1197.87 1596.79 0.00114552 0 0 0 N/A | -0.423404 0.210488 -0.881149 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7320.7 -1197.86 1596.78 0 0.00115 0.0779 0.0778806 0 | -0.46744 0.071216 -0.88115 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7277.89 -1166.68 1585.81 0.00523454 0 0 0 N/A | -0.431126 0.157241 -0.888485 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7277.96 -1166.71 1585.64 0 0.00523 0.808 0.80841 0 | -0.16149 -0.42937 -0.88857 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7177.1 -1094.91 1560.16 0.00548197 0 0 0 N/A | 0.128304 0.0446796 0.990728 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7177.09 -1094.89 1560.37 0 0.00548 0.875 0.875129 0 | -0.054814 0.12446 0.99071 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7158.28 -1081.76 1555.41 0.0210957 0 0 0 N/A | -0.520565 0.191454 -0.83208 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7158.25 -1082 1554.57 0.015937 0.000681 1.27 1.27053 0 | -0.35945 -0.57025 -0.73865 | ArgonGas eIoni expHall_log_PV 0 + 2 -7158.18 -1081.94 1553.67 0.0114947 0.00444 2.62 3.88983 2840.7 | 0.93321 -0.35057 -0.07892 | ArgonGas eIoni expHall_log_PV 0 + 3 -7158.2 -1081.61 1553.61 0.00505342 0.00644 2 5.88517 2839.6 | -0.2446 -0.83361 -0.49525 | ArgonGas eIoni expHall_log_PV 0 + 4 -7158.14 -1081.74 1553.52 0 0.00505 0.761 6.64635 2839.2 | 0.81315 -0.30599 -0.49513 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 86 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7158.25 -1082 1554.57 0.00447813 0 0 0 N/A | 0.0813673 -0.812808 0.576821 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7158.17 -1082.08 1554.65 0 0.00448 0.62 0.6201 0 | 0.80455 -0.14107 0.57689 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7145.83 -1073.1 1552.26 0.00152549 0 0 0 N/A | -0.612431 0.649943 -0.450003 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7145.85 -1073.09 1552.25 0 0.00153 0.116 0.11584 0 | -0.82136 0.35053 -0.45 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -7145 -1072.53 1552.05 0.00111593 0 0 0 N/A | -0.115335 -0.243064 -0.963129 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -7145 -1072.53 1552.04 0 0.00112 0.0752 0.0751583 0 | -0.037767 -0.26638 -0.96313 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6998.97 -973.527 1515.47 0.00126696 0 0 0 N/A | 0.180717 -0.62376 -0.760438 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6998.96 -973.539 1515.45 0 0.00127 0.0894 0.0894153 0 | 0.38005 -0.52659 -0.76044 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6949.01 -940.677 1503.04 0.00121429 0 0 0 N/A | -0.197486 -0.131266 -0.971478 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6949.01 -940.68 1503.02 0 0.00121 0.0843 0.084342 0 | -0.14452 -0.188 -0.97148 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6906.12 -912.889 1492.42 0.00106998 0 0 0 N/A | -0.318254 0.0704686 -0.945383 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6906.12 -912.888 1492.4 0 0.00107 0.071 0.0710002 0 | -0.32512 -0.023463 -0.94538 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6899.9 -908.894 1490.88 0.00403828 0 0 0 N/A | -0.244754 -0.107977 -0.963554 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6899.92 -908.92 1490.76 0 0.00404 0.521 0.521352 0 | -0.00062842 -0.26746 -0.96357 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6642.04 -749.964 1427.96 0.00186927 0 0 0 N/A | -0.505977 0.843638 0.179618 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6642.07 -749.939 1427.97 0 0.00187 0.155 0.154961 0 | -0.84819 0.49831 0.17962 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6583.84 -715.888 1413.96 0.00257485 0 0 0 N/A | 0.433359 -0.894562 -0.109351 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6583.8 -715.928 1413.95 0 0.00257 0.251 0.250812 0 | 0.9086 -0.4031 -0.10935 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6539.33 -690.26 1403.29 0.00266902 0 0 0 N/A | -0.40563 0.794079 0.452662 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6539.37 -690.223 1403.32 0 0.00267 0.265 0.265316 0 | -0.83207 0.32055 0.45267 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6373.52 -598.036 1363.88 0.00266154 0 0 0 N/A | -0.545482 0.69307 -0.471279 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6373.57 -598.008 1363.85 0 0.00266 0.264 0.264148 0 | -0.86844 0.15397 -0.47129 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6329.22 -574.243 1353.44 0.00796615 0 0 0 N/A | 0.0988136 0.0622865 0.993155 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6329.21 -574.222 1353.64 0.00557175 0.00106 0.265 0.264965 0 | 0.74624 -0.11409 -0.65582 | ArgonGas eIoni expHall_log_PV 0 + 2 -6329.1 -574.139 1353.5 0.00175688 0.00227 0.472 0.73692 3670.6 | -0.093225 0.61119 -0.78597 | ArgonGas eIoni expHall_log_PV 0 + 3 -6329.11 -574.12 1353.48 0 0.00176 0.142 0.878575 3670.4 | -0.36018 0.50251 -0.78597 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 75 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6329.1 -574.139 1353.5 0.00154949 0 0 0 N/A | 0.563909 -0.617099 -0.548812 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6329.08 -574.152 1353.49 0 0.00155 0.118 0.118421 0 | 0.76582 -0.33515 -0.54881 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 75 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6329.21 -574.222 1353.64 0.00133272 0 0 0 N/A | 0.591648 0.570156 0.569979 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6329.2 -574.207 1353.65 0 0.00133 0.0959 0.0958987 0 | 0.35213 0.74238 0.56998 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6273.31 -544.715 1340.3 0.00118488 0 0 0 N/A | 0.194787 -0.737226 -0.646959 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6273.31 -544.728 1340.29 0 0.00118 0.0816 0.0815563 0 | 0.41733 -0.63819 -0.64696 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6272.78 -544.437 1340.18 0.00893793 0 0 0 N/A | -0.539479 0.841319 0.0338285 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6273.06 -544.582 1340.19 0.0012005 0.00774 1.62 1.62269 0 | -0.70941 0.45029 -0.5422 | ArgonGas eIoni expHall_log_PV 0 + 2 -6273.08 -544.576 1340.18 0 0.0012 0.083 1.70572 3726.7 | -0.81606 0.20015 -0.5422 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6253.22 -534.238 1335.59 0.00140039 0 0 0 N/A | -0.152726 -0.221989 -0.963014 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6253.22 -534.244 1335.57 0 0.0014 0.103 0.102741 0 | -0.059721 -0.26275 -0.96301 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6164.26 -488.705 1314.82 0.00445329 0 0 0 N/A | 0.307026 -0.900565 -0.307763 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6164.15 -488.778 1314.78 0 0.00445 0.614 0.614313 0 | 0.95067 0.044108 -0.30705 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6148.72 -480.89 1311.2 0.00224758 0 0 0 N/A | 0.385234 -0.522216 0.760845 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6148.69 -480.908 1311.24 0 0.00225 0.204 0.203618 0 | 0.61367 -0.21098 0.76085 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -6101.84 -457.569 1300.32 0.00151923 0 0 0 N/A | -0.375946 0.254379 -0.891042 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -6101.85 -457.564 1300.3 0 0.00152 0.115 0.11517 0 | -0.4462 0.083383 -0.89104 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5873.67 -349.334 1247.84 0.010032 0 0 0 N/A | -0.430628 0.851844 0.298198 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5873.94 -349.513 1248.01 0.00412733 0.0059 1.79 1.78829 0 | 0.45192 -0.67409 -0.58427 | ArgonGas eIoni expHall_log_PV 0 + 2 -5873.85 -349.551 1247.94 0 0.00413 0.541 2.329 4125.8 | 0.79519 0.16229 -0.58424 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5866.7 -346.163 1246.25 0.00109184 0 0 0 N/A | 0.220764 -0.826535 -0.517786 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5866.7 -346.176 1246.24 0 0.00109 0.073 0.0729675 0 | 0.45209 -0.7263 -0.51779 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5837.65 -333.027 1239.62 0.00155627 0 0 0 N/A | -0.277617 0.0338191 -0.960096 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5837.65 -333.027 1239.6 0 0.00156 0.119 0.119154 0 | -0.26731 -0.082221 -0.9601 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5821.91 -325.967 1236.04 0.00126734 0 0 0 N/A | -0.0487816 0.469655 0.881501 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5821.91 -325.957 1236.06 0 0.00127 0.0895 0.0894521 0 | -0.204 0.42584 0.8815 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5791.55 -312.464 1229.13 0.00151217 0 0 0 N/A | 0.119902 0.136989 0.983289 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5791.54 -312.46 1229.16 0 0.00151 0.114 0.114417 0 | 0.055652 0.17334 0.98329 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5789.68 -311.638 1228.71 0.00130916 0 0 0 N/A | -0.389022 0.89718 0.209118 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5789.69 -311.62 1228.71 0 0.00131 0.0936 0.0935574 0 | -0.67635 0.70628 0.20912 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5728.82 -285.029 1214.9 0.00132174 0 0 0 N/A | 0.402083 -0.740241 0.538863 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5728.81 -285.043 1214.92 0 0.00132 0.0948 0.0948046 0 | 0.63599 -0.5524 0.53886 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5688.51 -267.729 1205.79 0.00256333 0 0 0 N/A | -0.478244 0.799244 -0.363993 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5688.55 -267.695 1205.77 0 0.00256 0.249 0.249066 0 | -0.88024 0.30443 -0.36399 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5664.99 -257.753 1200.48 0.0119979 0 0 0 N/A | 0.118807 -0.843796 -0.523348 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5664.77 -257.584 1200.07 0.00830274 0.0037 2.06 2.06499 0 | -0.36126 0.76873 0.52777 | ArgonGas eIoni expHall_log_PV 0 + 2 -5665.02 -257.623 1200.28 0.00238127 0.00492 0.922 2.98686 4334.2 | 0.81559 -0.50535 0.28184 | ArgonGas eIoni expHall_log_PV 0 + 3 -5664.97 -257.635 1200.29 0 0.00238 0.222 3.20917 4334.1 | 0.95568 0.085139 0.28184 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 60 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5665.02 -257.623 1200.28 0.00100001 0 0 0 N/A | -0.101122 0.352648 0.930276 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5665.02 -257.618 1200.29 0 0.001 0.0648 0.0648335 0 | -0.19203 0.31259 0.93028 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5629.33 -242.793 1192.44 0.00227206 0 0 0 N/A | 0.27668 -0.926602 -0.25467 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5629.3 -242.832 1192.43 0 0.00227 0.207 0.20698 0 | 0.75832 -0.60007 -0.25467 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5351.57 -132.928 1130.37 0.0106453 0 0 0 N/A | -0.409068 0.282504 -0.867672 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5351.63 -133.086 1129.82 0.00556131 0.00508 1.88 1.87635 0 | 0.27814 -0.81393 0.51006 | ArgonGas eIoni expHall_log_PV 0 + 2 -5351.48 -133.149 1129.93 0 0.00556 0.897 2.77341 4542.6 | 0.78038 0.36178 0.51002 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5255.43 -97.5954 1109.09 0.00137241 0 0 0 N/A | -0.266599 0.0392242 -0.963009 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5255.43 -97.5957 1109.07 0 0.00137 0.0999 0.0998906 0 | -0.26264 -0.060274 -0.96301 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5167.1 -66.3384 1089.62 0.0383719 0 0 0 N/A | 0.131984 -0.396693 0.908413 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5166.99 -66.4328 1093.8 0.0327012 0.00567 7.22 7.22303 0 | 0.94482 -0.23951 0.22348 | ArgonGas eIoni expHall_log_PV 0 + 2 -5167.21 -66.2147 1094.59 0.0270749 0.00563 5.8 13.0218 4352.9 | 0.64893 -0.38588 0.65573 | ArgonGas eIoni expHall_log_PV 0 + 3 -5167.03 -65.8358 1096.36 0.0226678 0.00441 4.56 17.5817 4349.8 | 0.60791 0.67305 -0.42124 | ArgonGas eIoni expHall_log_PV 0 + 4 -5167.07 -65.4832 1095.49 0.0180086 0.00466 3.71 21.2941 4349.9 | -0.42384 -0.78378 0.45392 | ArgonGas eIoni expHall_log_PV 0 + 5 -5167.08 -65.5064 1096.15 0.0136907 0.00432 2.93 24.2258 4348.7 | -0.98664 0.087771 0.13723 | ArgonGas eIoni expHall_log_PV 0 + 6 -5166.9 -65.6939 1096.29 0.00981398 0.00388 2.3 26.525 4350.1 | 0.47779 0.60295 -0.63888 | ArgonGas eIoni expHall_log_PV 0 + 7 -5167.12 -65.5512 1095.93 0.00561214 0.0042 1.76 28.2813 4350 | 0.82979 -0.27623 0.48491 | ArgonGas eIoni expHall_log_PV 0 + 8 -5166.97 -65.468 1096.04 0 0.00561 0.911 29.1926 4350.3 | 0.17259 0.85742 0.48481 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5134.41 -55.0599 1082.43 0.00126885 0 0 0 N/A | -0.253779 0.882993 0.394867 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5134.42 -55.043 1082.44 0 0.00127 0.0896 0.0895997 0 | -0.53645 0.74585 0.39487 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5077.64 -35.839 1069.97 0.00880716 0 0 0 N/A | -0.455163 0.768597 -0.449539 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5077.9 -35.9517 1069.77 0.00242863 0.00638 1.6 1.60183 0 | 0.055752 0.69657 0.71532 | ArgonGas eIoni expHall_log_PV 0 + 2 -5077.91 -35.9153 1069.81 0 0.00243 0.229 1.83095 4267.3 | -0.38176 0.58528 0.71534 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5071.84 -33.8998 1068.7 0.00114654 0 0 0 N/A | 0.134112 0.134659 0.981774 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5071.84 -33.8971 1068.72 0 0.00115 0.078 0.0779756 0 | 0.086566 0.16919 0.98177 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -5020.01 -16.7984 1057.36 0.00522036 0 0 0 N/A | -0.358888 0.928573 0.0946085 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -5020.16 -16.7279 1057.38 0 0.00522 0.805 0.804662 0 | -0.93445 -0.34332 0.0945 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4998.06 -9.67294 1052.56 0.00158235 0 0 0 N/A | -0.349596 0.936653 -0.0215439 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4998.08 -9.64904 1052.56 0 0.00158 0.122 0.121991 0 | -0.7056 0.70828 -0.021544 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4988.61 -6.62283 1050.5 0.00118075 0 0 0 N/A | -0.331829 0.314705 -0.889297 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4988.61 -6.61808 1050.48 0 0.00118 0.0812 0.0811671 0 | -0.41392 0.19447 -0.8893 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4675.77 87.1331 982.696 0.0220889 0 0 0 N/A | 0.189015 -0.704769 0.683794 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4675.55 87.0022 984.051 0.0177984 0.00429 3.61 3.60912 0 | 0.65868 0.073269 0.74885 | ArgonGas eIoni expHall_log_PV 0 + 2 -4675.63 87.2893 984.635 0.0149084 0.00181 0.995 4.60387 3864.6 | -0.58138 -0.50741 0.63603 | ArgonGas eIoni expHall_log_PV 0 + 3 -4675.46 87.3173 985.319 0.0102059 0.00362 2.26 6.86755 3864.4 | -0.53382 0.84559 -0.0039634 | ArgonGas eIoni expHall_log_PV 0 + 4 -4675.72 87.0934 985.317 0.00392847 0.00628 1.81 8.68106 3863.6 | 0.43114 0.39002 -0.81364 | ArgonGas eIoni expHall_log_PV 0 + 5 -4675.7 87.1563 985.22 0 0.00393 0.498 9.17898 3863.3 | -0.16231 0.55792 -0.81387 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 49 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4675.46 87.3173 985.319 0.00108696 0 0 0 N/A | 0.763825 0.484033 -0.426946 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4675.45 87.327 985.312 0 0.00109 0.0725 0.0725265 0 | 0.59047 0.68488 -0.42695 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 49 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4675.63 87.2893 984.635 0.00107792 0 0 0 N/A | 0.462029 0.433064 0.773941 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4675.62 87.2972 984.648 0 0.00108 0.0717 0.0717123 0 | 0.31778 0.54775 0.77394 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4395.93 159.627 922.719 0.00250025 0 0 0 N/A | -0.246881 0.955341 0.162399 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4395.96 159.673 922.728 0 0.0025 0.24 0.239619 0 | -0.79235 0.58806 0.1624 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4301.83 181.656 902.668 0.00144448 0 0 0 N/A | -0.325882 0.520411 -0.789287 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4301.84 181.667 902.648 0 0.00144 0.107 0.10729 0 | -0.49953 0.35707 -0.78929 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4268.85 189.098 895.652 0.00202783 0 0 0 N/A | -0.110153 0.819548 0.562324 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4268.86 189.129 895.675 0 0.00203 0.175 0.174614 0 | -0.51696 0.6454 0.56233 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -4077.06 229.536 854.976 0.00100755 0 0 0 N/A | -0.159333 -0.347527 -0.924034 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -4077.06 229.53 854.962 0 0.00101 0.0655 0.0654879 0 | -0.059515 -0.37765 -0.92403 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3958.61 252.116 829.942 0.00214176 0 0 0 N/A | 0.18195 -0.946522 0.266441 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3958.59 252.078 829.954 0 0.00214 0.189 0.18939 0 | 0.66645 -0.69632 0.26644 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3935.27 256.35 825.018 0.00137561 0 0 0 N/A | -0.00493648 0.677801 0.735229 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3935.28 256.366 825.035 0 0.00138 0.1 0.100215 0 | -0.2513 0.62951 0.73523 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3932.53 256.844 824.44 0.0015221 0 0 0 N/A | 0.0616791 0.468735 0.881183 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3932.53 256.856 824.463 0 0.00152 0.115 0.115478 0 | -0.13067 0.45436 0.88118 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3821.5 276.002 801.049 0.00811683 0 0 0 N/A | -0.289389 0.935422 -0.203074 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3821.79 275.991 800.969 0.00364233 0.00447 1.49 1.48618 0 | 0.20163 0.75869 0.61947 | ArgonGas eIoni expHall_log_PV 0 + 2 -3821.81 276.067 801.033 0 0.00364 0.439 1.92531 3021.1 | -0.54427 0.56558 0.61959 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3671.12 299.45 769.461 0.00184349 0 0 0 N/A | 0.168733 -0.910359 0.377856 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3671.11 299.42 769.475 0 0.00184 0.152 0.151863 0 | 0.57927 -0.72227 0.37786 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3609.04 308.3 756.445 0.00240316 0 0 0 N/A | 0.0449665 -0.979658 -0.195572 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3609.02 308.251 756.435 0 0.0024 0.225 0.225441 0 | 0.62877 -0.7526 -0.19557 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3504.09 322.177 734.485 0.00212673 0 0 0 N/A | -0.0363345 0.832287 0.553153 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3504.1 322.211 734.509 0 0.00213 0.187 0.187409 0 | -0.47925 0.68142 0.55316 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3467.16 326.744 726.782 0.00180505 0 0 0 N/A | -0.179406 0.980293 -0.0826956 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3467.18 326.775 726.78 0 0.00181 0.147 0.147295 0 | -0.61402 0.78494 -0.082696 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3356.28 339.438 703.677 0.00111762 0 0 0 N/A | -0.234058 -0.0209595 -0.971997 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3356.28 339.437 703.66 0 0.00112 0.0753 0.0753126 0 | -0.21717 -0.089769 -0.972 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3353.05 339.784 703.005 0.00100226 0 0 0 N/A | 0.179441 -0.0678073 0.981429 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3353.05 339.784 703.019 0 0.001 0.065 0.0650287 0 | 0.19106 -0.017067 0.98143 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3271.89 348.072 686.119 0.00133087 0 0 0 N/A | 0.169346 -0.746084 0.643957 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3271.88 348.056 686.133 0 0.00133 0.0957 0.0957138 0 | 0.42163 -0.63839 0.64396 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3243.18 350.807 680.149 0.00107299 0 0 0 N/A | 0.179492 -0.098161 0.97885 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3243.18 350.806 680.164 0 0.00107 0.0713 0.0712697 0 | 0.2001 -0.042587 0.97885 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -3015.64 368.875 632.882 0.00236978 0 0 0 N/A | -0.164904 -0.632968 -0.756411 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -3015.64 368.841 632.842 0 0.00237 0.221 0.220667 0 | 0.24584 -0.60613 -0.75642 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2987.98 370.634 627.14 0.00203408 0 0 0 N/A | 0.0799706 -0.942744 0.323788 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2987.97 370.598 627.154 0 0.00203 0.175 0.17541 0 | 0.55594 -0.76557 0.32379 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2970.57 371.693 623.525 0.00222277 0 0 0 N/A | -0.0506487 0.963488 0.262918 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2970.58 371.736 623.538 0 0.00222 0.2 0.200238 0 | -0.58339 0.76846 0.26292 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2580.81 385.642 542.688 0.00106812 0 0 0 N/A | 0.115586 -0.728832 0.674866 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2580.81 385.63 542.699 0 0.00107 0.0708 0.070834 0 | 0.31881 -0.66552 0.67487 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2517.82 386.156 529.638 0.00331933 0 0 0 N/A | -0.258102 0.0647421 -0.963946 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2517.85 386.151 529.551 0 0.00332 0.377 0.376818 0 | -0.20662 -0.16761 -0.96396 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2414.49 385.947 508.236 0.0128412 0 0 0 N/A | -0.0206303 -0.874217 0.485097 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2414.29 386.108 508.657 0.0104975 0.00234 2.18 2.18137 0 | 0.090002 0.47937 -0.87299 | ArgonGas eIoni expHall_log_PV 0 + 2 -2414.45 386.101 508.114 0.00580313 0.00469 1.86 4.03671 1634.3 | -0.16664 0.97996 0.10914 | ArgonGas eIoni expHall_log_PV 0 + 3 -2414.63 386.2 508.139 0 0.0058 0.965 5.00217 1634 | -0.93094 -0.34851 0.10906 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2390.24 385.708 503.214 0.00107143 0 0 0 N/A | 0.171219 0.0823063 0.981789 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2390.24 385.71 503.229 0 0.00107 0.0711 0.0711298 0 | 0.14049 0.12788 0.98179 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2291.43 383.993 482.748 0.00115635 0 0 0 N/A | 0.15893 0.441448 0.883099 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2291.43 384.002 482.764 0 0.00116 0.0789 0.0788856 0 | 0.01524 0.46894 0.8831 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2278 383.668 479.967 0.00121432 0 0 0 N/A | -0.108147 -0.965823 -0.235564 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2278 383.65 479.962 0 0.00121 0.0843 0.0843451 0 | 0.20953 -0.949 -0.23556 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2270.15 383.468 478.341 0.00291111 0 0 0 N/A | 0.128162 0.573066 0.809426 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2270.16 383.51 478.4 0 0.00291 0.305 0.304548 0 | -0.32388 0.48975 0.80947 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2222.57 382.094 468.48 0.00258333 0 0 0 N/A | 0.153916 0.28085 0.947329 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2222.56 382.113 468.537 0 0.00258 0.252 0.2521 0 | -0.064702 0.31364 0.94733 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2159.15 379.83 455.337 0.00420083 0 0 0 N/A | 0.0198765 0.974188 0.22486 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2159.21 379.931 455.367 0 0.0042 0.557 0.556931 0 | -0.90224 0.36813 0.22458 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2132.6 378.733 449.834 0.0317647 0 0 0 N/A | -0.138636 -0.915733 0.377111 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2132.33 378.976 451.119 0.0276285 0.00414 5.58 5.58042 0 | -0.77157 -0.1058 -0.62729 | ArgonGas eIoni expHall_log_PV 0 + 2 -2132.08 378.767 450.297 0.0245309 0.00137 1.56 7.14304 1352.5 | -0.76132 0.60043 -0.2447 | ArgonGas eIoni expHall_log_PV 0 + 3 -2132.5 378.532 449.732 0.0222433 0.00229 4.06 11.2005 1353.3 | 0.43575 -0.71365 -0.54847 | ArgonGas eIoni expHall_log_PV 0 + 4 -2132.23 378.838 449.21 0.0198307 0.000489 1.15 12.353 1353 | -0.32735 -0.37638 -0.86671 | ArgonGas eIoni expHall_log_PV 0 + 5 -2132.26 378.752 447.747 0.0140625 0.00577 3.22 15.5765 1354.8 | -0.77627 -0.05999 -0.62754 | ArgonGas eIoni expHall_log_PV 0 + 6 -2132.1 378.651 447.116 0.00888366 0.00518 2.35 17.9276 1353.5 | 0.89017 0.39306 -0.23045 | ArgonGas eIoni expHall_log_PV 0 + 7 -2132.2 378.946 447.009 0.00130872 0.00757 1.61 19.5416 1352.8 | -0.20052 0.95403 0.22276 | ArgonGas eIoni expHall_log_PV 0 + 8 -2132.21 378.965 447.014 0 0.00131 0.0935 19.6352 1352.7 | -0.51921 0.8251 0.22276 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 20 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2132.23 378.838 449.21 0.00192393 0 0 0 N/A | -0.486729 0.851956 -0.193044 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2132.26 378.864 449.203 0 0.00192 0.162 0.161617 0 | -0.84257 0.5028 -0.19304 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 20 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -2132.08 378.767 450.297 0.00172739 0 0 0 N/A | 0.47375 0.269485 -0.838414 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -2132.07 378.779 450.269 0 0.00173 0.138 0.138248 0 | 0.30349 0.45272 -0.83842 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1995.75 371.716 421.466 0.00142085 0 0 0 N/A | 0.173877 0.334261 0.926302 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1995.75 371.725 421.489 0 0.00142 0.105 0.104843 0 | 0.035788 0.37508 0.9263 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1938.07 368.071 409.504 0.0341529 0 0 0 N/A | -0.344223 -0.781153 -0.520875 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1937.99 368.171 407.513 0.0272806 0.00687 6.15 6.14683 0 | -0.40792 -0.88552 0.22237 | ArgonGas eIoni expHall_log_PV 0 + 2 -1937.48 367.985 408.114 0.0225078 0.00477 4.6 10.7489 1158.9 | -0.22826 0.84963 -0.47542 | ArgonGas eIoni expHall_log_PV 0 + 3 -1937.78 368.136 407.147 0.0168999 0.00561 3.68 14.4326 1158 | 0.46787 0.54028 -0.69942 | ArgonGas eIoni expHall_log_PV 0 + 4 -1937.81 368.11 406.216 0.0111465 0.00575 2.76 17.1947 1159.2 | 0.3136 0.63342 0.70742 | ArgonGas eIoni expHall_log_PV 0 + 5 -1937.91 368.292 406.464 0.00577644 0.00144 0.449 17.6441 1159 | -0.47679 0.81937 -0.31827 | ArgonGas eIoni expHall_log_PV 0 + 6 -1938.09 368.323 406.392 0 0.00578 0.958 18.6018 1159.1 | -0.7206 -0.61609 -0.31806 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 18 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1937.91 368.292 406.464 0.00392779 0 0 0 N/A | -0.581171 -0.0164935 0.813614 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1937.96 368.256 406.56 0 0.00393 0.498 0.497777 0 | -0.23912 -0.5296 0.81385 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1901.62 365.556 401.941 0.00532545 0 0 0 N/A | -0.25904 -0.717177 -0.646958 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1901.56 365.435 401.814 0.00185264 0.00347 0.723 0.723047 0 | 0.29758 0.87563 0.38042 | ArgonGas eIoni expHall_log_PV 0 + 2 -1901.55 365.468 401.828 0 0.00185 0.153 0.876007 1126.2 | -0.15415 0.91187 0.38042 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1659.32 344.652 351.604 0.00739491 0 0 0 N/A | -0.233225 -0.941175 -0.244532 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1659.11 344.495 351.521 0 0.00739 1.35 1.3517 0 | -0.051748 -0.45308 -0.88997 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1528.69 330.349 324.402 0.00428311 0 0 0 N/A | -0.266079 0.0108276 -0.963891 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1528.71 330.342 324.325 0.00254558 0.00039 0.108 0.108407 0 | -0.9055 -0.0836 -0.41603 | ArgonGas eIoni expHall_log_PV 0 + 2 -1528.75 330.32 324.301 0 0.00255 0.246 0.354796 753.89 | -0.64309 -0.64293 -0.41603 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 15 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1528.71 330.342 324.325 0.00134802 0 0 0 N/A | -0.220745 0.931558 0.288914 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1528.71 330.362 324.332 0 0.00135 0.0974 0.0974309 0 | -0.53882 0.79133 0.28891 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1417.78 316.537 301.276 0.00206816 0 0 0 N/A | 0.149996 0.920693 0.360314 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1417.79 316.575 301.291 0 0.00207 0.18 0.179781 0 | -0.35584 0.86229 0.36031 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1405.08 314.856 298.625 0.00152238 0 0 0 N/A | 0.19753 0.689337 0.696991 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1405.08 314.875 298.644 0 0.00152 0.116 0.115507 0 | -0.094284 0.71085 0.69699 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -1028.83 255.849 219.798 0.00246504 0 0 0 N/A | -0.0761056 0.693984 -0.715957 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -1028.85 255.884 219.758 0 0.00247 0.234 0.234428 0 | -0.49001 0.49727 -0.71597 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -642.813 176.399 138.169 0.00343116 0 0 0 N/A | -0.234358 0.133872 -0.962889 | ArgonGas initStep Layer 0 (initial Volume) + 1 -642.838 176.4 138.077 0 0.00343 0.398 0.397899 0 | -0.24389 -0.1155 -0.9629 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -525.266 148.318 113.14 0.00104543 0 0 0 N/A | -0.0401971 -0.668537 0.742592 | ArgonGas initStep Layer 0 (initial Volume) + 1 -525.265 148.307 113.152 0 0.00105 0.0688 0.0688134 0 | 0.14839 -0.6531 0.74259 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -515.3 145.852 111.014 0.00750165 0 0 0 N/A | 0.140199 0.987629 -0.0702436 | ArgonGas initStep Layer 0 (initial Volume) + 1 -515.536 145.988 110.99 0.00260427 0.0049 1.37 1.3727 0 | 0.83644 0.097548 -0.5393 | ArgonGas eIoni Layer 0 + 2 -515.491 146.011 110.957 0 0.0026 0.255 1.62799 4.1068 | 0.57006 0.61982 -0.53931 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -513.652 145.443 110.663 0.0012815 0 0 0 N/A | 0.115047 -0.219298 0.968851 | ArgonGas initStep Layer 0 (initial Volume) + 1 -513.649 145.439 110.683 0 0.00128 0.0908 0.0908343 0 | 0.18279 -0.16708 0.96885 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -457.328 131.245 98.6308 0.00148572 0 0 0 N/A | 0.271361 0.865187 0.421681 | ArgonGas initStep Layer 0 (initial Volume) + 1 -457.326 131.269 98.6418 0 0.00149 0.112 0.111612 0 | -0.088316 0.90243 0.42168 | ArgonGas eIoni Layer 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -239.088 72.1988 51.7804 0.00259338 0 0 0 N/A | 0.120333 0.909461 -0.397996 | ArgonGas initStep Dch 0 (initial Volume) + 1 -239.1 72.2521 51.7562 0 0.00259 0.254 0.253631 0 | -0.49984 0.76926 -0.398 | ArgonGas eIoni Dch 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -222.108 67.3334 48.1197 0.00158256 0 0 0 N/A | 0.254222 0.963172 0.0875787 | ArgonGas initStep expHall_log_PV 0 (initial Volume) + 1 -222.107 67.3617 48.1222 0 0.00158 0.122 0.122013 0 | -0.16683 0.98209 0.087579 | ArgonGas eIoni expHall_log_PV 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -162.713 50.0026 35.2951 0.0019064 0 0 0 N/A | 0.296057 0.873461 0.386543 | ArgonGas initStep Svt 0 (initial Volume) + 1 -162.711 50.0367 35.3096 0 0.00191 0.159 0.159469 0 | -0.1672 0.90699 0.38654 | ArgonGas eIoni Svt 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -102.86 32.0396 22.34 0.0030454 0 0 0 N/A | -0.224854 -0.865838 0.44695 | ArgonGas initStep Svt 0 (initial Volume) + 1 -102.848 31.9723 22.3751 0 0.00305 0.327 0.327494 0 | 0.49799 -0.74312 0.44696 | ArgonGas eIoni Svt 0 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + + +Step# X (mm) Y (mm) Z (mm) Ek (MeV) dE (MeV) Step(mm) Track(mm) Safety(mm) | Dir.x Dir.y Dir.z | Material Process NextVolu + 0 -91.631 28.6139 19.9071 0.00195642 0 0 0 N/A | 0.265796 0.400191 0.877041 | ArgonGas initStep Svt 0 (initial Volume) + 1 -91.6251 28.6314 19.9413 0 0.00196 0.166 0.165634 0 | 0.030674 0.47943 0.87704 | ArgonGas eIoni Svt 0 + Run terminated. +Run Summary + Number of events processed : 1 + User=0.010000s Real=0.016514s Sys=0.000000s +/tracking/verbose 0 +/run/beamOn 10 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : ArgonGas + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Silicon + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.8542166837409 keV e- 423.34048324816 keV e+ 409.00674617836 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. + Difference in Exit Normal = 0.00622258 vgNorm = (-0.304265, 0.952587, 0) g4Norm = (-0.310187,0.950676,0) ( = (-0.310187, 0.950676, 0) ) -- diff 3vec = (0.00592163, 0.00191175, 0) + Difference in Exit Normal = 1.99988 vgNorm = (-0.173603, 0.984816, 0) g4Norm = (0.195097,-0.980784,0) ( = (0.195097, -0.980784, 0) ) -- diff 3vec = (-0.3687, 1.9656, 0) + Difference in Exit Normal = 0.00481758 vgNorm = (0.881974, 0.471298, 0) g4Norm = (0.879693,0.475541,0) ( = (0.879693, 0.475541, 0) ) -- diff 3vec = (0.00228074, -0.0042435, 0) + Difference in Exit Normal = 0.00204044 vgNorm = (-0.999963, 0.00854727, 0) g4Norm = (-0.999979,0.00650689,0) ( = (-0.999979, 0.00650689, 0) ) -- diff 3vec = (1.53586e-05, 0.00204039, 0) + Difference in Exit Normal = 1.93065 vgNorm = (-0.865965, 0.172252, -0.469503) g4Norm = (0.999919,0.0127609,0) ( = (0.999919, 0.0127609, 0) ) -- diff 3vec = (-1.86588, 0.159491, -0.469503) + Difference in Exit Normal = 1.95626 vgNorm = (-0.913552, 5.03655e-17, -0.406723) g4Norm = (0.999915,0.0130758,0) ( = (0.999915, 0.0130758, 0) ) -- diff 3vec = (-1.91347, -0.0130758, -0.406723) + Difference in Exit Normal = 1.99999 vgNorm = (-0.999808, -0.0195824, 0) g4Norm = (0.999922,0.0124545,0) ( = (0.999922, 0.0124545, 0) ) -- diff 3vec = (-1.99973, -0.0320369, 0) + Difference in Exit Normal = 0.00724248 vgNorm = (0.140754, 0.990045, 0) g4Norm = (0.13358,0.991038,0) ( = (0.13358, 0.991038, 0) ) -- diff 3vec = (0.00717402, -0.000993434, 0) + Difference in Exit Normal = 2 vgNorm = (0.123388, 0.992359, 0) g4Norm = (-0.125131,-0.99214,0) ( = (-0.125131, -0.99214, 0) ) -- diff 3vec = (0.248519, 1.9845, 0) + Difference in Exit Normal = 0.00673205 vgNorm = (-0.190228, -0.98174, 0) g4Norm = (-0.183615,-0.982998,0) ( = (-0.183615, -0.982998, 0) ) -- diff 3vec = (-0.00661339, 0.00125837, 0) +*** DIFFerence seen in call # 1884 : proposed step 4.61893 VG lstep 3.82401e-10 VG safety 0 || G4 lstep 0 G4 safety 3.6016e-10 // diff-step= 3.82401e-10 diff-safety = -3.6016e-10 Max-safety = 3.6016e-10 max-G4= 0 max-VG= 3.602e-10 + IN blocked physVol= 0 rep/copy # -1 +OUT/g4 Saf= 3.6016e-10 ValidXN:1 eN= (0,0,-1) Exit:Y Enter:N Blocked/Hit 0 Rep/Copy-No -1 +OUT/vg Saf= 0 ValidXN:1 eN= (0,0,-1) Exit:Y Enter:N Blocked/Hit 0 Rep/Copy-No -1 + Difference in Exit Normal = 1.41421 vgNorm = (-0.172496, -0.98501, 0) g4Norm = (0,0,-1) ( = (0, 0, -1) ) -- diff 3vec = (-0.172496, -0.98501, 1) + Difference in Exit Normal = 0.00585256 vgNorm = (-0.32468, -0.945824, 0) g4Norm = (-0.319139,-0.947708,0) ( = (-0.319139, -0.947708, 0) ) -- diff 3vec = (-0.00554103, 0.001884, 0) + Difference in Exit Normal = 1.99485 vgNorm = (-0.173603, -0.984816, 0) g4Norm = (0.312733,0.949841,0) ( = (0.312733, 0.949841, 0) ) -- diff 3vec = (-0.486336, -1.93466, 0) + Difference in Exit Normal = 1.99999 vgNorm = (-0.307386, -0.951585, 0) g4Norm = (0.313591,0.949558,0) ( = (0.313591, 0.949558, 0) ) -- diff 3vec = (-0.620977, -1.90114, 0) + Difference in Exit Normal = 0.00101261 vgNorm = (-0.308349, -0.951273, 0) g4Norm = (-0.307386,-0.951585,0) ( = (-0.307386, -0.951585, 0) ) -- diff 3vec = (-0.000963425, 0.00031175, 0) + Difference in Exit Normal = 1.99456 vgNorm = (-0.173603, -0.984816, 0) g4Norm = (0.316476,0.948601,0) ( = (0.316476, 0.948601, 0) ) -- diff 3vec = (-0.490078, -1.93342, 0) + Difference in Exit Normal = 2 vgNorm = (-0.315467, -0.948937, 0) g4Norm = (0.316476,0.948601,0) ( = (0.316476, 0.948601, 0) ) -- diff 3vec = (-0.631942, -1.89754, 0) + Difference in Exit Normal = 0.00678744 vgNorm = (0.996094, -0.088304, 0) g4Norm = (0.99667,-0.081541,0) ( = (0.99667, -0.081541, 0) ) -- diff 3vec = (-0.00057641, -0.00676292, 0) + Difference in Exit Normal = 1.99999 vgNorm = (0.997695, -0.0678545, 0) g4Norm = (-0.997332,0.0730051,0) ( = (-0.997332, 0.0730051, 0) ) -- diff 3vec = (1.99503, -0.14086, 0) + Difference in Exit Normal = 1.99195 vgNorm = (0.995563, 0.0940965, 1.28091e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99193, 0.00890506, 1.28091e-16) + Difference in Exit Normal = 1.99195 vgNorm = (0.995563, 0.0940965, 1.28091e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99193, 0.00890506, 1.28091e-16) + Difference in Exit Normal = 1.99692 vgNorm = (0.980784, -0.195097, -1.33821e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.97715, -0.280288, -1.33821e-16) + Difference in Exit Normal = 1.99818 vgNorm = (1, -1.22465e-16, -1.22465e-16) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99636, -0.0851915, -1.22465e-16) + Difference in Exit Normal = 2 vgNorm = (0.996375, -0.0850718, 0) g4Norm = (-0.996365,0.0851915,0) ( = (-0.996365, 0.0851915, 0) ) -- diff 3vec = (1.99274, -0.170263, 0) + Difference in Exit Normal = 0.00323727 vgNorm = (0.280089, -0.959974, 0) g4Norm = (0.283195,-0.959062,0) ( = (0.283195, -0.959062, 0) ) -- diff 3vec = (-0.00310623, -0.000911753, 0) + Difference in Exit Normal = 0.00126203 vgNorm = (-0.00523173, 0.999986, 0) g4Norm = (-0.00649375,0.999979,0) ( = (-0.00649375, 0.999979, 0) ) -- diff 3vec = (0.00126201, 7.39898e-06, 0) + Difference in Exit Normal = 1.73202 vgNorm = (0.41631, 0.909223, 1.5873e-16) g4Norm = (0.579307,-0.81511,0) ( = (0.579307, -0.81511, 0) ) -- diff 3vec = (-0.162996, 1.72433, 1.5873e-16) + Difference in Exit Normal = 1.73202 vgNorm = (-0.579307, 0.81511, 1.06078e-16) g4Norm = (-0.41631,-0.909223,-1.5873e-16) ( = (-0.41631, -0.909223, -1.5873e-16) ) -- diff 3vec = (-0.162996, 1.72433, 2.64808e-16) + Difference in Exit Normal = 1.96157 vgNorm = (0.195097, 0.980784, 1.54722e-16) g4Norm = (0.195097,-0.980784,0) ( = (0.195097, -0.980784, 0) ) -- diff 3vec = (1.72085e-15, 1.96157, 1.54722e-16) + Difference in Exit Normal = 2 vgNorm = (-0.0196428, 0.999807, 0) g4Norm = (0.0160186,-0.999872,0) ( = (0.0160186, -0.999872, 0) ) -- diff 3vec = (-0.0356614, 1.99968, 0) + Difference in Exit Normal = 1.90791 vgNorm = (-0.579307, 0.81511, 1.06078e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.587903, 1.81507, 1.06078e-16) + Difference in Exit Normal = 1.95223 vgNorm = (0.41631, 0.909223, 1.5873e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (0.407715, 1.90919, 1.5873e-16) + Difference in Exit Normal = 1.90791 vgNorm = (-0.579307, 0.81511, 1.06078e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.587903, 1.81507, 1.06078e-16) + Difference in Exit Normal = 1.99119 vgNorm = (-0.195097, 0.980784, 0) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.203693, 1.98075, 0) + Difference in Exit Normal = 1.98951 vgNorm = (0.195097, 0.980784, 1.54722e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (0.186501, 1.98075, 1.54722e-16) + Difference in Exit Normal = 1.99163 vgNorm = (0.173603, 0.984816, 1.54114e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (0.165007, 1.98478, 1.54114e-16) + Difference in Exit Normal = 1.99312 vgNorm = (-0.173603, 0.984816, 1.39024e-16) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.182199, 1.98478, 1.39024e-16) + Difference in Exit Normal = 2 vgNorm = (-0.00874688, 0.999962, 0) g4Norm = (0.00859575,-0.999963,0) ( = (0.00859575, -0.999963, 0) ) -- diff 3vec = (-0.0173426, 1.99992, 0) + Difference in Exit Normal = 0.00108053 vgNorm = (0.936581, -0.350451, 0) g4Norm = (0.936959,-0.349439,0) ( = (0.936959, -0.349439, 0) ) -- diff 3vec = (-0.000378126, -0.00101221, 0) + Run terminated. +Run Summary + Number of events processed : 10 + User=0.120000s Real=0.121417s Sys=0.000000s + + ================================================================= + Final random number = 0.8168464471569 + ================================================================= + +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 11 of which, static: 0 +Dynamic pools deleted: 11 / Total memory freed: 1.8 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/FissionFragment/FissionFragment.out b/examples/extended/hadronic/FissionFragment/FissionFragment.out index c67eb0cf23..0a1c06befd 100644 --- a/examples/extended/hadronic/FissionFragment/FissionFragment.out +++ b/examples/extended/hadronic/FissionFragment/FissionFragment.out @@ -12,7 +12,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index f70cf057ba..57c03140ea 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -911,7 +911,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.070713s Sys=0.000000s + User=0.010000s Real=0.017667s 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 a641789c15..1aa02ab014 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -968,7 +968,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 100.00 10k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -Initialisation time: User=1.620000s Real=3.218998s Sys=0.170000s +Initialisation time: User=1.860000s Real=18.075438s Sys=0.160000s EventAction: Event # 0 started EventAction: Event # 10 started EventAction: Event # 20 started @@ -982,8 +982,8 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=0.960000s Real=1.001753s Sys=0.000000s -RunAction::EndOfRunAction: User=0.960000s Real=1.001853s Sys=0.000000s + User=1.090000s Real=1.114725s Sys=0.000000s +RunAction::EndOfRunAction: User=1.090000s Real=1.114821s 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 cfb1245b80..54a34911de 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -945,7 +945,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.080000s Real=0.085595s Sys=0.000000s + User=0.090000s Real=0.168934s 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 6a135ee806..2ca8635227 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -501,7 +501,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.100000s Real=0.138438s Sys=0.000000s + User=0.120000s Real=0.118732s 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 0d29e89777..4b975094ea 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -174,7 +174,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=7.730000s Real=8.015520s Sys=0.000000s + User=9.350000s Real=11.012183s Sys=0.000000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index a5e089c2b3..ea3bca6332 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -421,7 +421,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=2.720000s Real=2.756022s Sys=0.000000s + User=3.440000s Real=3.554176s 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 187d935de3..3711c69a86 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -427,7 +427,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.590000s Real=4.123364s Sys=0.000000s + User=4.420000s Real=4.502668s Sys=0.000000s ======================== run summary ===================== diff --git a/examples/extended/hadronic/Hadr08/hadr08.out b/examples/extended/hadronic/Hadr08/hadr08.out new file mode 100644 index 0000000000..757c998814 --- /dev/null +++ b/examples/extended/hadronic/Hadr08/hadr08.out @@ -0,0 +1,853 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + + +DetectorConstruction.... + + +================================================================================ + INCL++ WARNING +INCL++/G4ExcitationHandler could not use its own level-density parameter for fission +================================================================================ + + +================================================================================ + INCL++ WARNING +INCL++/G4ExcitationHandler could not use its own level-density parameter for fission +================================================================================ + + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= diff --git a/examples/extended/hadronic/Hadr09/hadr09.out b/examples/extended/hadronic/Hadr09/hadr09.out new file mode 100644 index 0000000000..0ccfe15b29 --- /dev/null +++ b/examples/extended/hadronic/Hadr09/hadr09.out @@ -0,0 +1,2321 @@ +=== Test of the HadronicGenerator === + +================= Configuration ================== +Model: FTFP_BERT +Ekin: [ 1 , 30 ] GeV +Number of collisions: 1000 +Number of hadron projectiles: 60 +Number of materials: 11 +IsIonProjectile: false +=================================================== + + + Initial seed = 1653387324 + + +================================================================================ + INCL++ WARNING +INCL++/G4ExcitationHandler could not use its own level-density parameter for fission +================================================================================ + + Collision 0 projectile=alpha Ekin[MeV]=8003.22 direction=(0.418586,0.0728269,0.905252) material=G4_H======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + List of produced secondaries: + j=0 proton p=(115.687,-272.286,174.075999.089) MeV + j=1 pi- p=(85.1184,-95.5735,262.656323.802) MeV + j=2 proton p=(1224.9,574.758,2348.772868.42) MeV + j=3 deuteron p=(1912.47,364.105,4553.785295.75) MeV + j=4 proton p=(1317.62,239.025,2729.533181.81) MeV + Collision 1 projectile=Bc+ Ekin[MeV]=29306.7 direction=(0.681029,0.639887,0.356012) material=G4_Si======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + + --> #secondaries=6 impactParameter[fm]=2.84146 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 2 projectile=pi+ Ekin[MeV]=4356.07 direction=(0.955699,0.261697,0.134734) material=G4_Si + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 3 projectile=pi+ Ekin[MeV]=20673.5 direction=(0.726725,0.378281,0.573389) material=G4_Pb + --> #secondaries=57 impactParameter[fm]=5.5602 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 4 projectile=anti_omega- Ekin[MeV]=24742.8 direction=(0.320219,0.441541,0.838153) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=1.19412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 5 projectile=sigma+ Ekin[MeV]=20903.7 direction=(0.223213,0.727727,0.648529) material=G4_He + --> #secondaries=6 impactParameter[fm]=2.22528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 6 projectile=Bs0 Ekin[MeV]=16013.4 direction=(0.273791,0.642876,0.715366) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.66511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 7 projectile=pi- Ekin[MeV]=24882.2 direction=(0.629603,0.742972,0.227143) material=G4_W + --> #secondaries=47 impactParameter[fm]=2.52238 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=2 + Collision 8 projectile=anti_deuteron Ekin[MeV]=7557.27 direction=(0.0337636,0.854404,0.518511) material=G4_He + --> #secondaries=7 impactParameter[fm]=3.13035 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 9 projectile=kaon+ Ekin[MeV]=10005.5 direction=(0.0713242,0.642444,0.763006) material=G4_Al + --> #secondaries=13 impactParameter[fm]=2.05531 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 10 projectile=lambda_c+ Ekin[MeV]=29659.8 direction=(0.586565,0.0144381,0.809774) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.6972 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 11 projectile=anti_sigma- Ekin[MeV]=2078.6 direction=(0.841258,0.211198,0.497675) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.40889 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 12 projectile=lambda Ekin[MeV]=29339.5 direction=(0.261011,0.624822,0.735847) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.693706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 13 projectile=anti_deuteron Ekin[MeV]=18750.6 direction=(0.629522,0.356539,0.690349) material=G4_Fe + --> #secondaries=8 impactParameter[fm]=6.09477 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 14 projectile=anti_xi_b- Ekin[MeV]=5204.81 direction=(0.429036,0.829021,0.35868) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=2.7762 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 15 projectile=anti_triton Ekin[MeV]=15501.1 direction=(0.838252,0.309603,0.448865) material=G4_Cu + --> #secondaries=50 impactParameter[fm]=3.06579 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=4 + Collision 16 projectile=anti_xi_b0 Ekin[MeV]=1031.93 direction=(0.66739,0.484606,0.565462) material=G4_W + --> #secondaries=40 impactParameter[fm]=4.11414 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=0 + Collision 17 projectile=Bc+ Ekin[MeV]=14818.8 direction=(0.250368,0.784376,0.567512) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=6.39555 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 18 projectile=anti_xi_c+ Ekin[MeV]=19744.6 direction=(0.875454,0.482108,0.0339501) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=1.7657 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=0 + Collision 19 projectile=B- Ekin[MeV]=24897.2 direction=(0.612827,0.675334,0.410326) material=G4_W + --> #secondaries=30 impactParameter[fm]=2.60049 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=0 + Collision 20 projectile=alpha Ekin[MeV]=25785.4 direction=(0.562952,0.807492,0.176183) material=G4_C + --> #secondaries=27 impactParameter[fm]=1.9857 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=7 + Collision 21 projectile=anti_xi_b- Ekin[MeV]=29083.8 direction=(0.542328,0.123942,0.830974) material=G4_Be + --> #secondaries=4 impactParameter[fm]=1.76791 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 22 projectile=B+ Ekin[MeV]=13822.1 direction=(0.0823393,0.99516,0.053643) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=2.92301 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 23 projectile=pi- Ekin[MeV]=3926.57 direction=(0.24978,0.656528,0.711745) material=G4_Si + --> #secondaries=16 impactParameter[fm]=3.02761 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 24 projectile=anti_lambda_c+ Ekin[MeV]=3330.55 direction=(0.0759764,0.95612,0.282953) material=G4_C + --> #secondaries=7 impactParameter[fm]=0.549834 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 25 projectile=omega- Ekin[MeV]=10019.4 direction=(0.607583,0.457366,0.649353) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.49964 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 26 projectile=anti_Bs0 Ekin[MeV]=29058.9 direction=(0.739377,0.017884,0.673054) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.63915 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 27 projectile=anti_xi_b- Ekin[MeV]=22478.3 direction=(0.614858,0.0405148,0.787596) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.622264 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 28 projectile=anti_lambda_c+ Ekin[MeV]=4005.09 direction=(0.478383,0.87741,0.0360898) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=2.08324 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 29 projectile=anti_xi- Ekin[MeV]=4609.08 direction=(0.734534,0.510954,0.446526) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=1.84821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 30 projectile=xi0 Ekin[MeV]=19717.2 direction=(0.22421,0.956214,0.188108) material=G4_Al + --> #secondaries=19 impactParameter[fm]=2.39435 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 31 projectile=Ds+ Ekin[MeV]=22404.8 direction=(0.880901,0.0551237,0.470079) material=G4_C + --> #secondaries=16 impactParameter[fm]=0.737902 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 32 projectile=deuteron Ekin[MeV]=7919.08 direction=(0.577993,0.473556,0.664582) material=G4_W + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 33 projectile=He3 Ekin[MeV]=6945.13 direction=(0.723196,0.531245,0.441323) material=G4_Be + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 34 projectile=omega_c0 Ekin[MeV]=9709.93 direction=(0.78641,0.55664,0.26779) material=G4_W + --> #secondaries=52 impactParameter[fm]=3.12468 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 35 projectile=kaon0L Ekin[MeV]=16484 direction=(0.831652,0.37872,0.406112) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.28974 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 36 projectile=xi_c0 Ekin[MeV]=28822 direction=(0.334093,0.606447,0.721529) material=G4_C + --> #secondaries=7 impactParameter[fm]=1.97478 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 37 projectile=anti_sigma+ Ekin[MeV]=26119 direction=(0.953904,0.296662,0.0453692) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=4.5427 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 38 projectile=anti_lambda_b Ekin[MeV]=16599.6 direction=(0.83444,0.549967,0.0353067) material=G4_Al + --> #secondaries=8 impactParameter[fm]=3.16353 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 39 projectile=xi_c+ Ekin[MeV]=22951.4 direction=(0.60366,0.513077,0.610202) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.05135 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 40 projectile=omega_c0 Ekin[MeV]=2540.76 direction=(0.809559,0.558654,0.180334) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.03518 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 41 projectile=D0 Ekin[MeV]=21793.7 direction=(0.788099,0.288598,0.543701) material=G4_W + --> #secondaries=86 impactParameter[fm]=3.24981 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=4 + Collision 42 projectile=xi_b- Ekin[MeV]=19553.2 direction=(0.255857,0.51026,0.82108) material=G4_Al + --> #secondaries=23 impactParameter[fm]=2.48483 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 43 projectile=Bc+ Ekin[MeV]=24279.1 direction=(0.270953,0.546034,0.792736) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=3.39812 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 44 projectile=anti_omega_c0 Ekin[MeV]=11527.6 direction=(0.690046,0.197952,0.696169) material=G4_Al + --> #secondaries=9 impactParameter[fm]=3.77024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 45 projectile=anti_lambda Ekin[MeV]=2251.81 direction=(0.160268,0.650109,0.742746) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=4.70798 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 46 projectile=anti_lambda_c+ Ekin[MeV]=27004.7 direction=(0.736291,0.00338233,0.676656) material=G4_Al + --> #secondaries=24 impactParameter[fm]=3.76726 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 47 projectile=lambda_b Ekin[MeV]=19240.5 direction=(0.237894,0.5219,0.819162) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.7822 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 48 projectile=sigma+ Ekin[MeV]=25048.2 direction=(0.337786,0.756564,0.559921) material=G4_He + --> #secondaries=9 impactParameter[fm]=2.41573 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 49 projectile=anti_sigma- Ekin[MeV]=13129.5 direction=(0.134091,0.709857,0.691464) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.63647 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 50 projectile=anti_deuteron Ekin[MeV]=29688.4 direction=(0.870445,0.199837,0.449878) material=G4_Al + --> #secondaries=17 impactParameter[fm]=4.34163 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 51 projectile=kaon0S Ekin[MeV]=4626.95 direction=(0.271992,0.584079,0.764769) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.54744 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 52 projectile=anti_xi_b- Ekin[MeV]=27722 direction=(0.683449,0.676397,0.274564) material=G4_Be + --> #secondaries=11 impactParameter[fm]=0.947138 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 53 projectile=anti_omega_b- Ekin[MeV]=14280.4 direction=(0.756546,0.622994,0.198787) material=G4_Pb + --> #secondaries=79 impactParameter[fm]=4.15074 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=6 + Collision 54 projectile=anti_triton Ekin[MeV]=4433.9 direction=(0.385149,0.452034,0.804565) material=G4_Pb + --> #secondaries=54 impactParameter[fm]=5.52646 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 55 projectile=anti_D0 Ekin[MeV]=7602.02 direction=(0.870401,0.0775899,0.486191) material=G4_Ar + --> #secondaries=5 impactParameter[fm]=1.79499 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 56 projectile=proton Ekin[MeV]=21699.1 direction=(0.396533,0.858668,0.324731) material=G4_Si + --> #secondaries=28 impactParameter[fm]=1.57837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 57 projectile=sigma+ Ekin[MeV]=27953.4 direction=(0.629864,0.455765,0.628927) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=3.40996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=6 + Collision 58 projectile=anti_xi- Ekin[MeV]=25118.6 direction=(0.188893,0.649146,0.736837) material=G4_W + --> #secondaries=83 impactParameter[fm]=4.50661 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=4 + Collision 59 projectile=kaon+ Ekin[MeV]=3097.65 direction=(0.361331,0.155656,0.919353) material=G4_Pb + --> #secondaries=22 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 60 projectile=anti_xi_b- Ekin[MeV]=28704.8 direction=(0.7345,0.252904,0.629721) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.855184 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 61 projectile=pi+ Ekin[MeV]=28011.3 direction=(0.499416,0.0293135,0.865866) material=G4_Fe + --> #secondaries=40 impactParameter[fm]=2.20879 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 62 projectile=D- Ekin[MeV]=11601.8 direction=(0.649484,0.00216129,0.760372) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=5.34221 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 63 projectile=anti_D0 Ekin[MeV]=11482.3 direction=(0.649543,0.543315,0.531886) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=4.17688 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 64 projectile=xi_c0 Ekin[MeV]=25943.4 direction=(0.351099,0.851787,0.38883) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=5.82962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 65 projectile=pi- Ekin[MeV]=20523.6 direction=(0.676217,0.695507,0.242899) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.22696 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 66 projectile=pi- Ekin[MeV]=11936.3 direction=(0.923202,0.0331285,0.382885) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.82113 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 67 projectile=anti_triton Ekin[MeV]=20970.3 direction=(0.487643,0.782006,0.388164) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.89364 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 68 projectile=proton Ekin[MeV]=8240.33 direction=(0.296075,0.199968,0.933998) material=G4_C + --> #secondaries=14 impactParameter[fm]=3.06277 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 69 projectile=omega- Ekin[MeV]=29424 direction=(0.260914,0.387673,0.8841) material=G4_Be + --> #secondaries=15 impactParameter[fm]=3.65268 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 70 projectile=lambda_b Ekin[MeV]=7156.52 direction=(0.263479,0.808389,0.52639) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.05531 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 71 projectile=xi_b0 Ekin[MeV]=20252.8 direction=(0.927756,0.0626971,0.367884) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.58208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 72 projectile=sigma+ Ekin[MeV]=2407.53 direction=(0.328414,0.179183,0.927382) material=G4_Cu + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 73 projectile=lambda Ekin[MeV]=7219.98 direction=(0.707621,0.706251,0.0219721) material=G4_Cu + --> #secondaries=51 impactParameter[fm]=1.8114 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=4 + Collision 74 projectile=anti_xi_b0 Ekin[MeV]=18441.9 direction=(0.625437,0.657046,0.420855) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=3.00598 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 75 projectile=B0 Ekin[MeV]=12313.2 direction=(0.684933,0.617472,0.386775) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=2.74565 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 76 projectile=He3 Ekin[MeV]=3572.72 direction=(0.212537,0.94502,0.248528) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 77 projectile=anti_xi0 Ekin[MeV]=1473.37 direction=(0.834776,0.081059,0.54459) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.54253 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 78 projectile=D0 Ekin[MeV]=22603.1 direction=(0.910675,0.276544,0.30691) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=2.36453 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 79 projectile=anti_D0 Ekin[MeV]=7627.63 direction=(0.0364845,0.746568,0.664308) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.27611 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 80 projectile=anti_omega_c0 Ekin[MeV]=12584.2 direction=(0.462866,0.818203,0.341027) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=3.60583 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 81 projectile=anti_xi_c+ Ekin[MeV]=4838.86 direction=(0.375267,0.0300513,0.926429) material=G4_C + --> #secondaries=8 impactParameter[fm]=2.81849 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 82 projectile=Bc- Ekin[MeV]=7643.18 direction=(0.599514,0.771451,0.213181) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.44065 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 83 projectile=lambda_b Ekin[MeV]=22549.6 direction=(0.727264,0.67566,0.120707) material=G4_Si + --> #secondaries=18 impactParameter[fm]=1.96145 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 84 projectile=anti_He3 Ekin[MeV]=7019.89 direction=(0.320451,0.776816,0.542096) material=G4_Be + --> #secondaries=19 impactParameter[fm]=2.20935 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=2 + Collision 85 projectile=Bs0 Ekin[MeV]=28118.6 direction=(0.321683,0.620565,0.715136) material=G4_W + --> #secondaries=48 impactParameter[fm]=3.85654 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 86 projectile=D0 Ekin[MeV]=18509.9 direction=(0.627755,0.754308,0.192206) material=G4_Al + --> #secondaries=15 impactParameter[fm]=1.89512 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 87 projectile=kaon0S Ekin[MeV]=20816.6 direction=(0.566508,0.418013,0.710165) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.24511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 88 projectile=proton Ekin[MeV]=20423.3 direction=(0.861311,0.458396,0.219126) material=G4_Cu + --> #secondaries=59 impactParameter[fm]=1.50082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=5 + Collision 89 projectile=B0 Ekin[MeV]=1340.68 direction=(0.807203,0.170647,0.565069) material=G4_Si + --> #secondaries=9 impactParameter[fm]=2.71562 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 90 projectile=kaon+ Ekin[MeV]=28906.4 direction=(0.263349,0.553333,0.790234) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=3.06513 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 91 projectile=anti_neutron Ekin[MeV]=2781.11 direction=(0.175409,0.00993955,0.984445) material=G4_Fe + --> #secondaries=28 impactParameter[fm]=4.38829 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=1 + Collision 92 projectile=omega_c0 Ekin[MeV]=8320.95 direction=(0.812313,0.0303938,0.582429) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=0.250386 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 93 projectile=anti_proton Ekin[MeV]=15893.4 direction=(0.499339,0.243405,0.831513) material=G4_Al + --> #secondaries=24 impactParameter[fm]=3.02533 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 94 projectile=xi_c0 Ekin[MeV]=29934.2 direction=(0.434098,0.382718,0.815528) material=G4_W + --> #secondaries=76 impactParameter[fm]=2.02096 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=7 + Collision 95 projectile=anti_xi_c+ Ekin[MeV]=21272 direction=(0.245261,0.711674,0.658306) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.03079 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 96 projectile=alpha Ekin[MeV]=7031.3 direction=(0.240491,0.968141,0.0697653) material=G4_Be + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 97 projectile=proton Ekin[MeV]=27200.8 direction=(0.628851,0.314353,0.711146) material=G4_Al + --> #secondaries=29 impactParameter[fm]=1.33172 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 98 projectile=anti_proton Ekin[MeV]=7438.98 direction=(0.914394,0.383739,0.128951) material=G4_Si + --> #secondaries=23 impactParameter[fm]=3.30299 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 99 projectile=anti_sigma+ Ekin[MeV]=2083.39 direction=(0.336035,0.561844,0.755918) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=4.4836 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 100 projectile=anti_xi_b0 Ekin[MeV]=5662.39 direction=(0.681752,0.178958,0.709357) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.64358 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + List of produced secondaries: + j=0 anti_xi_b0 p=(6502.62,1451.03,5345.0110320.1) MeV + j=1 proton p=(101.36,110.505,1356.271655.99) MeV + j=2 pi- p=(135.265,191.516,182.706328.385) MeV + j=3 deuteron p=(139.98,-175.261,233.1861903.32) MeV + j=4 proton p=(-142.121,190.685,-107.27973.869) MeV + Collision 101 projectile=anti_sigma- Ekin[MeV]=14281 direction=(0.500444,0.401705,0.766935) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.67767 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 102 projectile=B- Ekin[MeV]=2804.66 direction=(0.245762,0.684518,0.686321) material=G4_Cu + --> #secondaries=11 impactParameter[fm]=5.02567 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 103 projectile=lambda_c+ Ekin[MeV]=6705.91 direction=(0.952798,0.124896,0.276726) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.46189 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 104 projectile=kaon0L Ekin[MeV]=23302.6 direction=(0.622116,0.448921,0.641437) material=G4_Pb + --> #secondaries=83 impactParameter[fm]=4.53343 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=6 + Collision 105 projectile=omega- Ekin[MeV]=18354.5 direction=(0.608101,0.581247,0.540708) material=G4_Fe + --> #secondaries=56 impactParameter[fm]=0.589654 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=5 + Collision 106 projectile=D- Ekin[MeV]=27281.6 direction=(0.166789,0.708457,0.685763) material=G4_Al + --> #secondaries=16 impactParameter[fm]=1.63286 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 107 projectile=pi- Ekin[MeV]=6396.51 direction=(0.881843,0.186431,0.433125) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.195648 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 108 projectile=omega_c0 Ekin[MeV]=11669.8 direction=(0.668231,0.731834,0.133741) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.17023 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 109 projectile=Ds- Ekin[MeV]=3264.58 direction=(0.129837,0.0512795,0.990208) material=G4_Fe + --> #secondaries=8 impactParameter[fm]=2.82967 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 110 projectile=Bs0 Ekin[MeV]=12167.9 direction=(0.363969,0.671027,0.645948) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=2.71906 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 111 projectile=anti_xi_b- Ekin[MeV]=5809.3 direction=(0.743726,0.659658,0.108273) material=G4_Be + --> #secondaries=7 impactParameter[fm]=0.582942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 112 projectile=omega_c0 Ekin[MeV]=1647.43 direction=(0.203179,0.234253,0.950707) material=G4_Al + --> #secondaries=13 impactParameter[fm]=1.84333 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 + Collision 113 projectile=D- Ekin[MeV]=18466.4 direction=(0.763116,0.449812,0.46403) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.23125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 114 projectile=anti_sigma+ Ekin[MeV]=13816.9 direction=(0.278811,0.449994,0.848393) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.4604 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 115 projectile=kaon0L Ekin[MeV]=4875.86 direction=(0.508227,0.762456,0.400457) material=G4_C + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 116 projectile=xi_b0 Ekin[MeV]=4672.73 direction=(0.735913,0.0498463,0.675239) material=G4_Pb + --> #secondaries=36 impactParameter[fm]=4.84942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 + Collision 117 projectile=pi- Ekin[MeV]=17321.2 direction=(0.761319,0.615455,0.203981) material=G4_Cu + --> #secondaries=25 impactParameter[fm]=1.89639 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 118 projectile=sigma- Ekin[MeV]=24047.9 direction=(0.640207,0.00029254,0.768202) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.23636 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 119 projectile=anti_xi_b0 Ekin[MeV]=10094.5 direction=(0.0540725,0.899494,0.433575) material=G4_He + --> #secondaries=6 impactParameter[fm]=0.125919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 120 projectile=D- Ekin[MeV]=3016.17 direction=(0.329595,0.74796,0.576127) material=G4_Be + --> #secondaries=6 impactParameter[fm]=0.963568 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 121 projectile=D+ Ekin[MeV]=26454.1 direction=(0.0368013,0.0567456,0.99771) material=G4_He + --> #secondaries=9 impactParameter[fm]=0.561197 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 122 projectile=anti_B0 Ekin[MeV]=19422.9 direction=(0.773678,0.226646,0.591654) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.95973 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 123 projectile=kaon0L Ekin[MeV]=12846.5 direction=(0.676916,0.317324,0.664146) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.7503 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 124 projectile=Ds- Ekin[MeV]=9608.12 direction=(0.878492,0.313346,0.360647) material=G4_Si + --> #secondaries=15 impactParameter[fm]=1.78733 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 125 projectile=lambda_c+ Ekin[MeV]=15011.5 direction=(0.647418,0.472684,0.597846) material=G4_Si + --> #secondaries=19 impactParameter[fm]=1.64411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 126 projectile=Bs0 Ekin[MeV]=13052.1 direction=(0.254428,0.403559,0.878867) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=6.87768 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 127 projectile=sigma+ Ekin[MeV]=17361 direction=(0.83478,0.550374,0.0152215) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=3.33529 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 128 projectile=sigma+ Ekin[MeV]=12150.6 direction=(0.301953,0.0318283,0.952791) material=G4_Cu + --> #secondaries=32 impactParameter[fm]=2.24288 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=4 + Collision 129 projectile=kaon- Ekin[MeV]=5511.81 direction=(0.918103,0.395393,0.0273941) material=G4_Al + --> #secondaries=9 impactParameter[fm]=4.55233 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 130 projectile=anti_sigma+ Ekin[MeV]=5032.27 direction=(0.512123,0.616242,0.598311) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=3.62399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=3 + Collision 131 projectile=D- Ekin[MeV]=27792.9 direction=(0.948076,0.00493077,0.318007) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.18545 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 132 projectile=omega_c0 Ekin[MeV]=2489.64 direction=(0.0886319,0.43978,0.893722) material=G4_Si + --> #secondaries=8 impactParameter[fm]=3.23615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 133 projectile=B- Ekin[MeV]=15488 direction=(0.156962,0.631367,0.759433) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=0.486697 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 134 projectile=lambda Ekin[MeV]=27216.5 direction=(0.353927,0.443735,0.823307) material=G4_Al + --> #secondaries=27 impactParameter[fm]=3.46734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 135 projectile=D0 Ekin[MeV]=6093.01 direction=(0.828181,0.508364,0.235972) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=4.79075 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 136 projectile=lambda Ekin[MeV]=14123.3 direction=(0.668871,0.631506,0.392189) material=G4_W + --> #secondaries=73 impactParameter[fm]=5.15619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=7 + Collision 137 projectile=anti_proton Ekin[MeV]=5529 direction=(0.189405,0.822012,0.537049) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.50038 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 138 projectile=omega_c0 Ekin[MeV]=26004.8 direction=(0.792182,0.439831,0.42308) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.63559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 139 projectile=Bc- Ekin[MeV]=24012.4 direction=(0.50933,0.850102,0.133826) material=G4_Si + --> #secondaries=13 impactParameter[fm]=2.12076 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 140 projectile=anti_sigma+ Ekin[MeV]=20714.3 direction=(0.690912,0.379628,0.615243) material=G4_W + --> #secondaries=53 impactParameter[fm]=4.23625 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 141 projectile=kaon+ Ekin[MeV]=7100.37 direction=(0.623635,0.420422,0.659033) material=G4_Pb + --> #secondaries=10 impactParameter[fm]=6.36911 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 142 projectile=pi- Ekin[MeV]=2153.39 direction=(0.351744,0.551347,0.7565) material=G4_Al + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 143 projectile=anti_sigma+ Ekin[MeV]=17497.4 direction=(0.42711,0.699736,0.572666) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=4.68597 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 144 projectile=anti_triton Ekin[MeV]=5700.42 direction=(0.603493,0.553893,0.573584) material=G4_Pb + --> #secondaries=10 impactParameter[fm]=9.54536 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 145 projectile=B- Ekin[MeV]=21257.3 direction=(0.364098,0.823267,0.435505) material=G4_Al + --> #secondaries=13 impactParameter[fm]=1.97397 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 146 projectile=kaon0L Ekin[MeV]=15398.4 direction=(0.669822,0.444902,0.594475) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=1.61947 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 147 projectile=proton Ekin[MeV]=21681.4 direction=(0.554417,0.658241,0.509256) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.35349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 148 projectile=neutron Ekin[MeV]=20522 direction=(0.683122,0.70688,0.183481) material=G4_Al + --> #secondaries=26 impactParameter[fm]=2.80518 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 149 projectile=Ds- Ekin[MeV]=21084.8 direction=(0.491931,0.375339,0.785573) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=0.896963 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 150 projectile=D0 Ekin[MeV]=21205.2 direction=(0.039941,0.70031,0.712721) material=G4_Si + --> #secondaries=28 impactParameter[fm]=2.18968 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 151 projectile=xi_c+ Ekin[MeV]=13888.9 direction=(0.208696,0.0668275,0.975695) material=G4_Pb + --> #secondaries=23 impactParameter[fm]=7.09853 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 152 projectile=Bs0 Ekin[MeV]=19238.7 direction=(0.696463,0.698801,0.163146) material=G4_W + --> #secondaries=34 impactParameter[fm]=5.51129 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 153 projectile=omega- Ekin[MeV]=12108.6 direction=(0.185923,0.736437,0.650456) material=G4_Ar + --> #secondaries=26 impactParameter[fm]=2.70956 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 154 projectile=anti_xi_c+ Ekin[MeV]=18505.1 direction=(0.741482,0.053357,0.668847) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=3.87362 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 155 projectile=xi_b0 Ekin[MeV]=12532.2 direction=(0.0641145,0.785516,0.615511) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.63305 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 156 projectile=anti_omega- Ekin[MeV]=18577.6 direction=(0.588344,0.514129,0.624118) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=1.20368 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 157 projectile=anti_alpha Ekin[MeV]=11831 direction=(0.661895,0.744077,0.090798) material=G4_Al + --> #secondaries=35 impactParameter[fm]=2.48733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 + Collision 158 projectile=D- Ekin[MeV]=13140 direction=(0.0181047,0.564405,0.8253) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=1.61721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=4 + Collision 159 projectile=B+ Ekin[MeV]=8811.05 direction=(0.0570464,0.408604,0.910927) material=G4_Be + --> #secondaries=5 impactParameter[fm]=3.48336 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 160 projectile=kaon0S Ekin[MeV]=27301.2 direction=(0.162809,0.56016,0.812228) material=G4_C + --> #secondaries=19 impactParameter[fm]=1.68951 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 161 projectile=B- Ekin[MeV]=24978.4 direction=(0.233927,0.136824,0.962579) material=G4_W + --> #secondaries=62 impactParameter[fm]=2.0949 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 162 projectile=sigma- Ekin[MeV]=21971.4 direction=(0.713669,0.481133,0.509105) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.66816 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 163 projectile=anti_lambda Ekin[MeV]=17751.5 direction=(0.110545,0.866643,0.486529) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.0005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 164 projectile=anti_lambda Ekin[MeV]=1089.23 direction=(0.753147,0.0569795,0.65538) material=G4_Si + --> #secondaries=14 impactParameter[fm]=3.00437 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 165 projectile=Bs0 Ekin[MeV]=28625.1 direction=(0.286209,0.542344,0.789903) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.90399 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 166 projectile=Ds- Ekin[MeV]=15561 direction=(0.873674,0.396812,0.281487) material=G4_Si + --> #secondaries=7 impactParameter[fm]=1.2579 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 167 projectile=Bc- Ekin[MeV]=15646.8 direction=(0.911666,0.352878,0.210579) material=G4_Pb + --> #secondaries=39 impactParameter[fm]=4.99396 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 168 projectile=Ds+ Ekin[MeV]=3914.94 direction=(0.437976,0.182782,0.880209) material=G4_Cu + --> #secondaries=5 impactParameter[fm]=2.65223 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 169 projectile=anti_xi_c+ Ekin[MeV]=1829.95 direction=(0.243324,0.828302,0.504688) material=G4_Al + --> #secondaries=12 impactParameter[fm]=2.95746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=0 + Collision 170 projectile=anti_neutron Ekin[MeV]=17549.1 direction=(0.240684,0.925009,0.293988) material=G4_W + --> #secondaries=57 impactParameter[fm]=6.15707 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 171 projectile=anti_lambda Ekin[MeV]=22203.4 direction=(0.632042,0.689087,0.354515) material=G4_Si + --> #secondaries=29 impactParameter[fm]=3.08844 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 172 projectile=anti_B0 Ekin[MeV]=16066.3 direction=(0.804912,0.26201,0.532417) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.45958 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 173 projectile=anti_deuteron Ekin[MeV]=13593 direction=(0.808408,0.109921,0.578268) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=6.24211 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=57 #NNcollisions=1 + Collision 174 projectile=anti_omega_b- Ekin[MeV]=16385.8 direction=(0.961311,0.0386917,0.272734) material=G4_C + --> #secondaries=9 impactParameter[fm]=1.1546 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 175 projectile=kaon+ Ekin[MeV]=10706.1 direction=(0.623532,0.0234904,0.781445) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.790087 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 176 projectile=kaon0S Ekin[MeV]=14272.6 direction=(0.571812,0.398797,0.716932) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=2.34218 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=2 + Collision 177 projectile=omega- Ekin[MeV]=26075.4 direction=(0.915047,0.318567,0.247393) material=G4_He + --> #secondaries=10 impactParameter[fm]=1.22003 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 178 projectile=anti_lambda_c+ Ekin[MeV]=15425.6 direction=(0.60027,0.674129,0.430378) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=4.13119 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 179 projectile=anti_sigma- Ekin[MeV]=5633.03 direction=(0.980344,0.13817,0.140839) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.63495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 180 projectile=anti_triton Ekin[MeV]=25339.7 direction=(0.811377,0.5023,0.298936) material=G4_Si + --> #secondaries=24 impactParameter[fm]=3.17877 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=2 + Collision 181 projectile=proton Ekin[MeV]=29847.1 direction=(0.73856,0.601344,0.304819) material=G4_Ar + --> #secondaries=42 impactParameter[fm]=2.01442 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=4 + Collision 182 projectile=Bc- Ekin[MeV]=6379.18 direction=(0.0762461,0.958872,0.273405) material=G4_Pb + --> #secondaries=17 impactParameter[fm]=5.98415 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 183 projectile=anti_omega_c0 Ekin[MeV]=1880.88 direction=(0.769041,0.563,0.302666) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.07325 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 184 projectile=anti_xi_b- Ekin[MeV]=8692.54 direction=(0.701797,0.122956,0.701685) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=6.50651 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 185 projectile=xi0 Ekin[MeV]=7580.65 direction=(0.489361,0.152006,0.858732) material=G4_Al + --> #secondaries=15 impactParameter[fm]=3.24398 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 186 projectile=lambda_b Ekin[MeV]=13368.4 direction=(0.673856,0.307332,0.671911) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.32757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 187 projectile=xi_c+ Ekin[MeV]=7412.17 direction=(0.215336,0.962412,0.165511) material=G4_Si + --> #secondaries=13 impactParameter[fm]=2.4855 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 188 projectile=lambda Ekin[MeV]=25031.7 direction=(0.294915,0.907942,0.297769) material=G4_C + --> #secondaries=26 impactParameter[fm]=1.01968 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 189 projectile=lambda_b Ekin[MeV]=15932.6 direction=(0.280376,0.937545,0.205911) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.66172 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 190 projectile=anti_xi0 Ekin[MeV]=6864.76 direction=(0.0905876,0.769867,0.631743) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.88399 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 191 projectile=Ds+ Ekin[MeV]=7865.7 direction=(0.0926546,0.353694,0.930761) material=G4_W + --> #secondaries=45 impactParameter[fm]=3.24143 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 192 projectile=alpha Ekin[MeV]=11524.3 direction=(0.69533,0.238046,0.678122) material=G4_C + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 193 projectile=kaon+ Ekin[MeV]=4838.55 direction=(0.25775,0.331816,0.907449) material=G4_Fe + --> #secondaries=27 impactParameter[fm]=1.74778 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 194 projectile=lambda_b Ekin[MeV]=22234.4 direction=(0.248045,0.545537,0.800539) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.26218 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 195 projectile=kaon- Ekin[MeV]=11404.2 direction=(0.0732158,0.794112,0.603345) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.141541 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 196 projectile=anti_sigma- Ekin[MeV]=2839.45 direction=(0.244826,0.13295,0.960408) material=G4_Pb + --> #secondaries=30 impactParameter[fm]=6.49148 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 197 projectile=lambda_b Ekin[MeV]=14181 direction=(0.433989,0.376078,0.818669) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=1.03559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 198 projectile=anti_B0 Ekin[MeV]=12290.1 direction=(0.578823,0.560518,0.592271) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.485907 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 199 projectile=anti_deuteron Ekin[MeV]=18677.8 direction=(0.168307,0.866277,0.470359) material=G4_W + --> #secondaries=49 impactParameter[fm]=6.78756 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=3 + Collision 200 projectile=Bc+ Ekin[MeV]=21557.3 direction=(0.233821,0.0908276,0.968028) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=5.4185 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + List of produced secondaries: + j=0 B+ p=(5978.04,1120.25,22025.423451.7) MeV + j=1 sigma_c+ p=(726.923,404.785,2687.663732.63) MeV + j=2 neutron p=(70.8859,165.638,264.994992.706) MeV + j=3 pi- p=(107.713,296.885,460.562575.622) MeV + j=4 neutron p=(-418.104,259.642,1088.711519.97) MeV + j=5 deuteron p=(19.4033,-219.836,287.3831910.29) MeV + j=6 proton p=(-80.6202,26.1371,250.379974.796) MeV + j=7 proton p=(155.048,175.136,142.945977.497) MeV + j=8 neutron p=(337.361,-81.4838,-31.16521002.1) MeV + j=9 deuteron p=(68.7963,178.712,-194.7651895.4) MeV + j=10 neutron p=(-65.6991,-36.314,120.423950.221) MeV + j=11 neutron p=(35.8619,17.1909,94.1242945.105) MeV + j=12 neutron p=(-0.975196,-59.6708,32.336942.014) MeV + j=13 neutron p=(3.8248,-52.5675,32.687941.61) MeV + j=14 neutron p=(39.4727,-26.762,-99.9471946.069) MeV + j=15 neutron p=(18.7569,46.6999,-46.0831942.04) MeV + j=16 neutron p=(-8.59425,-41.6278,-23.7769940.827) MeV + j=17 neutron p=(-60.4729,-51.6458,39.5464943.754) MeV + j=18 neutron p=(-53.5359,-35.7459,26.3462942.136) MeV + j=19 neutron p=(-16.6427,-22.2385,-30.5399940.472) MeV + j=20 gamma p=(0.140212,0.19196,0.4327770.493765) MeV + j=21 gamma p=(-0.0218038,-0.149123,0.1350010.202332) MeV + j=22 e- p=(-0.404697,-0.0381198,-0.1673230.674054) MeV + j=23 Pt186[2195.000] p=(-516.818,399.75,-878.425173186) MeV + Collision 201 projectile=sigma- Ekin[MeV]=27472 direction=(0.395556,0.15391,0.905454) material=G4_He + --> #secondaries=13 impactParameter[fm]=0.157202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 202 projectile=anti_omega_c0 Ekin[MeV]=10586.1 direction=(0.375134,0.880493,0.289837) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=4.22097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 203 projectile=anti_omega- Ekin[MeV]=11651.9 direction=(0.618755,0.0183123,0.78537) material=G4_Be + --> #secondaries=4 impactParameter[fm]=3.58257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 204 projectile=anti_omega- Ekin[MeV]=3295.58 direction=(0.322879,0.80708,0.49434) material=G4_Be + --> #secondaries=8 impactParameter[fm]=0.39737 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 205 projectile=anti_Bs0 Ekin[MeV]=19667.4 direction=(0.862676,0.258579,0.434657) material=G4_Al + --> #secondaries=11 impactParameter[fm]=1.51219 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 206 projectile=sigma+ Ekin[MeV]=2918.69 direction=(0.167095,0.745732,0.644952) material=G4_W + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 207 projectile=anti_xi0 Ekin[MeV]=18012.6 direction=(0.621589,0.263436,0.737719) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.51029 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 208 projectile=xi_b0 Ekin[MeV]=20924.9 direction=(0.208929,0.401165,0.891861) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.67336 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 209 projectile=omega_b- Ekin[MeV]=8203.93 direction=(0.561028,0.806853,0.185031) material=G4_He + --> #secondaries=4 impactParameter[fm]=3.13744 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 210 projectile=anti_proton Ekin[MeV]=22596.8 direction=(0.45186,0.751523,0.480661) material=G4_Cu + --> #secondaries=33 impactParameter[fm]=4.06516 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 211 projectile=anti_xi_c0 Ekin[MeV]=16067.9 direction=(0.695215,0.539323,0.475191) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.65695 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 212 projectile=omega_c0 Ekin[MeV]=17528.9 direction=(0.296373,0.845943,0.443333) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=4.02525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 213 projectile=anti_lambda Ekin[MeV]=16733.7 direction=(0.650773,0.0503226,0.757603) material=G4_Pb + --> #secondaries=88 impactParameter[fm]=0.79919 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 214 projectile=anti_lambda Ekin[MeV]=7963.7 direction=(0.311817,0.77201,0.553868) material=G4_Fe + --> #secondaries=29 impactParameter[fm]=1.72717 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=0 + Collision 215 projectile=Bc- Ekin[MeV]=28142.4 direction=(0.155776,0.800835,0.57827) material=G4_Fe + --> #secondaries=5 impactParameter[fm]=5.40109 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 216 projectile=anti_proton Ekin[MeV]=6702.25 direction=(0.55499,0.777291,0.296319) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.29754 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 217 projectile=B+ Ekin[MeV]=28855.4 direction=(0.636014,0.256339,0.727858) material=G4_Pb + --> #secondaries=41 impactParameter[fm]=7.58852 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 218 projectile=xi0 Ekin[MeV]=22830.9 direction=(0.511798,0.407654,0.756228) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.486291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 219 projectile=anti_proton Ekin[MeV]=4802.63 direction=(0.413321,0.700876,0.581325) material=G4_Be + --> #secondaries=9 impactParameter[fm]=3.38312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 220 projectile=anti_deuteron Ekin[MeV]=21072.7 direction=(0.889092,0.161903,0.42814) material=G4_Cu + --> #secondaries=29 impactParameter[fm]=4.89635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=3 + Collision 221 projectile=proton Ekin[MeV]=11208.6 direction=(0.544876,0.371372,0.751794) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.5209 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 222 projectile=anti_xi0 Ekin[MeV]=27623.3 direction=(0.261819,0.704666,0.659467) material=G4_Si + --> #secondaries=14 impactParameter[fm]=3.53937 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 223 projectile=He3 Ekin[MeV]=7171.96 direction=(0.32309,0.77558,0.5423) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 224 projectile=D- Ekin[MeV]=1121.43 direction=(0.604051,0.398426,0.690202) material=G4_Be + --> #secondaries=6 impactParameter[fm]=3.05368 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 225 projectile=pi+ Ekin[MeV]=24364 direction=(0.396237,0.822392,0.40825) material=G4_Pb + --> #secondaries=85 impactParameter[fm]=3.55118 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=201 #NNcollisions=5 + Collision 226 projectile=alpha Ekin[MeV]=13894.7 direction=(0.617881,0.28577,0.732502) material=G4_Be + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 227 projectile=anti_xi0 Ekin[MeV]=2446.88 direction=(0.453598,0.752378,0.477679) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.63222 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 228 projectile=alpha Ekin[MeV]=6621.4 direction=(0.559152,0.677275,0.47817) material=G4_Al + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 229 projectile=xi0 Ekin[MeV]=12896.2 direction=(0.530752,0.77796,0.336275) material=G4_Al + --> #secondaries=13 impactParameter[fm]=3.7207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 230 projectile=Ds+ Ekin[MeV]=28819.3 direction=(0.995009,0.0395853,0.0915972) material=G4_C + --> #secondaries=4 impactParameter[fm]=2.89802 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 231 projectile=xi_c0 Ekin[MeV]=29624 direction=(0.126897,0.758607,0.639072) material=G4_C + --> #secondaries=11 impactParameter[fm]=2.25942 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 232 projectile=anti_triton Ekin[MeV]=20807.5 direction=(0.418061,0.894793,0.156751) material=G4_C + --> #secondaries=27 impactParameter[fm]=0.983687 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 233 projectile=xi_b0 Ekin[MeV]=12900.6 direction=(0.975254,0.163841,0.148445) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=4.029 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=0 + Collision 234 projectile=anti_neutron Ekin[MeV]=13315.8 direction=(0.801338,0.543215,0.250551) material=G4_Fe + --> #secondaries=33 impactParameter[fm]=2.40931 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 + Collision 235 projectile=anti_proton Ekin[MeV]=28913.6 direction=(0.767388,0.265123,0.583803) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.42037 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 236 projectile=anti_lambda_c+ Ekin[MeV]=6625.61 direction=(0.964841,0.00429013,0.262797) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.02297 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 237 projectile=anti_omega- Ekin[MeV]=29323.1 direction=(0.159196,0.549879,0.819933) material=G4_Si + --> #secondaries=28 impactParameter[fm]=2.46783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 238 projectile=lambda_b Ekin[MeV]=24699.5 direction=(0.440115,0.0368758,0.897184) material=G4_W + --> #secondaries=68 impactParameter[fm]=2.16572 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=1 + Collision 239 projectile=lambda_c+ Ekin[MeV]=15936.4 direction=(0.931711,0.0387549,0.361126) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=4.44793 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 240 projectile=omega_c0 Ekin[MeV]=11359.8 direction=(0.804961,0.578763,0.130656) material=G4_Si + --> #secondaries=20 impactParameter[fm]=0.909355 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 241 projectile=xi_c0 Ekin[MeV]=7489.06 direction=(0.626854,0.622135,0.469044) material=G4_Si + --> #secondaries=26 impactParameter[fm]=2.34266 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 242 projectile=Bc- Ekin[MeV]=4661.6 direction=(0.728923,0.260306,0.633177) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.549645 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 243 projectile=xi0 Ekin[MeV]=28810.2 direction=(0.537915,0.690442,0.483671) material=G4_Be + --> #secondaries=8 impactParameter[fm]=4.13267 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 244 projectile=B- Ekin[MeV]=27998.2 direction=(0.359038,0.0475254,0.932112) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=6.20179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 245 projectile=anti_xi_b0 Ekin[MeV]=9828.21 direction=(0.852838,0.346958,0.390239) material=G4_Si + --> #secondaries=7 impactParameter[fm]=3.86205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 246 projectile=omega_c0 Ekin[MeV]=19403.9 direction=(0.418024,0.90446,0.0849004) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.09073 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 247 projectile=xi_b0 Ekin[MeV]=20590.4 direction=(0.74719,0.177662,0.640424) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.8477 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=0 + Collision 248 projectile=D- Ekin[MeV]=28448.2 direction=(0.0577294,0.829221,0.555932) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.41715 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 249 projectile=anti_Bs0 Ekin[MeV]=16044.1 direction=(0.371179,0.68076,0.6315) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.21992 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 250 projectile=anti_sigma- Ekin[MeV]=12522.4 direction=(0.845058,0.522639,0.112805) material=G4_W + --> #secondaries=66 impactParameter[fm]=0.581156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 251 projectile=lambda_b Ekin[MeV]=18452.7 direction=(0.416792,0.504701,0.756017) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.31103 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 252 projectile=xi_b- Ekin[MeV]=13475.7 direction=(0.096618,0.787478,0.608722) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.07434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 253 projectile=Bc- Ekin[MeV]=27573 direction=(0.393462,0.857482,0.331529) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.208731 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 254 projectile=lambda Ekin[MeV]=7259.82 direction=(0.824272,0.00246128,0.566189) material=G4_Pb + --> #secondaries=67 impactParameter[fm]=2.98605 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=3 + Collision 255 projectile=anti_lambda_b Ekin[MeV]=25538.8 direction=(0.116882,0.42791,0.896232) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.09689 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 256 projectile=He3 Ekin[MeV]=10571.4 direction=(0.207066,0.121485,0.970755) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 257 projectile=anti_omega- Ekin[MeV]=22180.1 direction=(0.422237,0.843986,0.330762) material=G4_C + --> #secondaries=13 impactParameter[fm]=2.34104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 258 projectile=D0 Ekin[MeV]=20661.9 direction=(0.474413,0.788509,0.391389) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=3.20611 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 259 projectile=anti_alpha Ekin[MeV]=10557.8 direction=(0.533989,0.84272,0.0683979) material=G4_W + --> #secondaries=151 impactParameter[fm]=1.54774 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 260 projectile=anti_lambda_c+ Ekin[MeV]=25692.6 direction=(0.0310679,0.361301,0.931932) material=G4_Fe + --> #secondaries=59 impactParameter[fm]=1.02988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=4 + Collision 261 projectile=He3 Ekin[MeV]=8828.77 direction=(0.698182,0.702886,0.135985) material=G4_Si + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 262 projectile=proton Ekin[MeV]=22831.7 direction=(0.699324,0.643588,0.311031) material=G4_Cu + --> #secondaries=39 impactParameter[fm]=3.06237 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=3 + Collision 263 projectile=xi_c0 Ekin[MeV]=6438.97 direction=(0.611602,0.767061,0.193805) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=4.02951 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 264 projectile=lambda_b Ekin[MeV]=16836.3 direction=(0.505882,0.659747,0.555713) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=5.18996 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 265 projectile=omega_b- Ekin[MeV]=1826.02 direction=(0.0404561,0.698493,0.714472) material=G4_W + --> #secondaries=10 impactParameter[fm]=6.2893 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 266 projectile=anti_xi_b- Ekin[MeV]=28151.7 direction=(0.970656,0.240451,0.00332338) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.21854 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 267 projectile=pi- Ekin[MeV]=15862 direction=(0.772425,0.238755,0.588519) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=5.90524 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 268 projectile=anti_xi_b- Ekin[MeV]=14756.3 direction=(0.451317,0.858639,0.243007) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=3.8955 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=2 + Collision 269 projectile=anti_omega_c0 Ekin[MeV]=28989.1 direction=(0.566108,0.81224,0.140671) material=G4_Si + --> #secondaries=24 impactParameter[fm]=2.04664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 270 projectile=sigma- Ekin[MeV]=1303.77 direction=(0.391634,0.350473,0.850759) material=G4_Be + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 271 projectile=kaon- Ekin[MeV]=21664.3 direction=(0.172903,0.682327,0.710306) material=G4_Pb + --> #secondaries=83 impactParameter[fm]=3.32365 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 272 projectile=anti_alpha Ekin[MeV]=3231.48 direction=(0.439168,0.526628,0.727869) material=G4_C + --> #secondaries=19 impactParameter[fm]=3.03812 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=3 + Collision 273 projectile=xi_b- Ekin[MeV]=29341 direction=(0.0253907,0.187845,0.98187) material=G4_C + --> #secondaries=14 impactParameter[fm]=1.99742 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 274 projectile=anti_omega_b- Ekin[MeV]=7894.01 direction=(0.730706,0.403409,0.550753) material=G4_C + --> #secondaries=7 impactParameter[fm]=2.243 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 275 projectile=omega- Ekin[MeV]=25091.2 direction=(0.668103,0.743676,0.024154) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.3734 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 276 projectile=D- Ekin[MeV]=9145.06 direction=(0.453264,0.884256,0.11244) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.503161 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 277 projectile=anti_xi0 Ekin[MeV]=17385.4 direction=(0.715258,0.690177,0.109823) material=G4_Al + --> #secondaries=22 impactParameter[fm]=1.43355 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 278 projectile=anti_omega_b- Ekin[MeV]=8910.91 direction=(0.348284,0.767607,0.538031) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=0.816619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 279 projectile=D+ Ekin[MeV]=18714.6 direction=(0.789675,0.565221,0.238619) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.83508 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 280 projectile=omega_c0 Ekin[MeV]=19916.4 direction=(0.764823,0.0288095,0.643595) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.64791 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 281 projectile=xi_b- Ekin[MeV]=10823.1 direction=(0.450142,0.750003,0.484631) material=G4_Pb + --> #secondaries=61 impactParameter[fm]=2.58765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=2 + Collision 282 projectile=xi_c0 Ekin[MeV]=10211.7 direction=(0.325579,0.422024,0.846105) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=4.61156 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 283 projectile=xi_c+ Ekin[MeV]=10854.6 direction=(0.209043,0.466143,0.859658) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.16312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 284 projectile=anti_D0 Ekin[MeV]=23728.3 direction=(0.101695,0.542245,0.834044) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.21581 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 285 projectile=D+ Ekin[MeV]=4120.73 direction=(0.503583,0.491105,0.710788) material=G4_W + --> #secondaries=26 impactParameter[fm]=2.68752 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=0 + Collision 286 projectile=anti_triton Ekin[MeV]=10797.4 direction=(0.777774,0.0210813,0.62819) material=G4_Al + --> #secondaries=21 impactParameter[fm]=4.49831 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 287 projectile=xi- Ekin[MeV]=28385.9 direction=(0.616083,0.686517,0.386181) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=5.22192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 288 projectile=anti_Bs0 Ekin[MeV]=16138.7 direction=(0.697085,0.716889,0.0119931) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=2.01118 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 289 projectile=anti_He3 Ekin[MeV]=27629 direction=(0.4396,0.613762,0.655781) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=5.58704 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 290 projectile=kaon0L Ekin[MeV]=24789.8 direction=(0.898231,0.312168,0.309406) material=G4_C + --> #secondaries=9 impactParameter[fm]=1.04492 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 291 projectile=D- Ekin[MeV]=6437.36 direction=(0.98267,0.0752801,0.169389) material=G4_Al + --> #secondaries=6 impactParameter[fm]=3.3987 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 292 projectile=anti_lambda_b Ekin[MeV]=12170.7 direction=(0.365215,0.823683,0.433779) material=G4_W + --> #secondaries=43 impactParameter[fm]=5.37877 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 293 projectile=kaon0L Ekin[MeV]=18888.1 direction=(0.884762,0.0379688,0.464495) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=3.32517 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 294 projectile=xi_b0 Ekin[MeV]=18804.6 direction=(0.137866,0.870618,0.472246) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=3.87708 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 295 projectile=kaon+ Ekin[MeV]=10336.1 direction=(0.60275,0.563909,0.564535) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.0351 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 296 projectile=xi_b0 Ekin[MeV]=29765.8 direction=(0.198179,0.0887708,0.976138) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.745082 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 297 projectile=anti_xi_c+ Ekin[MeV]=7033.88 direction=(0.987518,0.0531443,0.148272) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.41482 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 298 projectile=D- Ekin[MeV]=9636.29 direction=(0.455184,0.845359,0.2796) material=G4_Cu + --> #secondaries=24 impactParameter[fm]=2.10355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 299 projectile=D0 Ekin[MeV]=14079.8 direction=(0.543229,0.235055,0.80601) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.64944 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 300 projectile=anti_omega- Ekin[MeV]=27208.6 direction=(0.596648,0.398297,0.696686) material=G4_Pb + --> #secondaries=104 impactParameter[fm]=2.28349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + List of produced secondaries: + j=0 kaon+ p=(661.236,392.049,569.1451076.37) MeV + j=1 anti_lambda p=(4093.77,2803.35,4533.116812.6) MeV + j=2 kaon0S p=(900.758,364.599,713.0491303.98) MeV + j=3 proton p=(508.138,709.356,1355.791865.45) MeV + j=4 pi- p=(486.11,116.901,262.801581.819) MeV + j=5 pi0 p=(652.534,403.295,478.721914.243) MeV + j=6 pi+ p=(992.016,767.924,1720.062133.52) MeV + j=7 pi0 p=(14.999,-19.259,156.628208.199) MeV + j=8 proton p=(43.7266,-102.338,898.4681303.83) MeV + j=9 pi- p=(21.3303,164.941,347.284409.568) MeV + j=10 proton p=(618.276,293.451,-13.98021161.43) MeV + j=11 pi- p=(734.826,385.164,787.7551152.54) MeV + j=12 pi0 p=(1376.95,1553.18,1712.722694.44) MeV + j=13 pi+ p=(124.882,165.677,310.021398.292) MeV + j=14 pi+ p=(954.678,-220.438,1788.472044.04) MeV + j=15 proton p=(-360.454,103.554,154.4441022.18) MeV + j=16 proton p=(-112.203,279.693,293.9351028.38) MeV + j=17 neutron p=(3.06511,-110.852,-514.5671076.97) MeV + j=18 neutron p=(-349.604,-42.2244,202.1031023.54) MeV + j=19 neutron p=(-38.6746,273.825,248.721010.5) MeV + j=20 proton p=(-391.047,281.979,95.17911059.17) MeV + j=21 proton p=(-28.5889,-121.575,183.172964.108) MeV + j=22 neutron p=(-62.0281,264.745,341.3451035.97) MeV + j=23 neutron p=(227.211,99.7599,-200.484992.247) MeV + j=24 neutron p=(265.211,206.589,53.3642999.323) MeV + j=25 proton p=(324.507,-470.371,105.0141103.6) MeV + j=26 proton p=(320.749,293.565,454.5211129.6) MeV + j=27 neutron p=(193.221,-253.148,-2.52539992.073) MeV + j=28 neutron p=(-55.9809,32.4557,-278.923982.226) MeV + j=29 pi- p=(82.6031,211.172,-23.6243267.311) MeV + j=30 neutron p=(555.945,289.433,772.1911368.18) MeV + j=31 pi0 p=(1007.59,724.203,929.3921556.18) MeV + j=32 pi- p=(506.547,277.641,148.599612.565) MeV + j=33 pi0 p=(38.6658,237.81,210.989347.539) MeV + j=34 pi0 p=(-275.055,-36.75,257.279401.768) MeV + j=35 neutron p=(-313.831,-609.074,3.906611162.87) MeV + j=36 proton p=(-182.618,-29.0567,-47.182957.483) MeV + j=37 neutron p=(-17.1097,-115.545,-200.726967.842) MeV + j=38 neutron p=(-0.752292,-424.673,63.58021033.04) MeV + j=39 neutron p=(-306.054,67.7976,-523.21120.17) MeV + j=40 proton p=(465.774,-40.1966,-24.26481048.57) MeV + j=41 proton p=(442.032,126.585,-82.97951048.17) MeV + j=42 proton p=(116.99,272.957,242.7171013.64) MeV + j=43 proton p=(-218.282,175.807,-170.085993.901) MeV + j=44 neutron p=(-251.662,80.1523,109.902982.151) MeV + j=45 neutron p=(-267.735,441.599,-460.1151166.7) MeV + j=46 neutron p=(-88.2091,-0.348794,-28.8115944.137) MeV + j=47 proton p=(170.716,133.965,102.326968.46) MeV + j=48 proton p=(530.214,20.2511,209.8461098.15) MeV + j=49 neutron p=(255.936,260.802,72.79051010.74) MeV + j=50 proton p=(-221.48,-11.5788,283.8341005.04) MeV + j=51 proton p=(266.495,-157.252,81.0466991.298) MeV + j=52 neutron p=(33.7161,51.8192,439.0661038.93) MeV + j=53 neutron p=(-81.1031,-214.28,-155.388979.501) MeV + j=54 neutron p=(-89.5041,-31.9932,-60.0945946.271) MeV + j=55 neutron p=(-54.9501,-13.5259,172.304956.909) MeV + j=56 neutron p=(-52.4593,160.707,65.0393956.866) MeV + j=57 neutron p=(93.1987,21.1244,132.465953.657) MeV + j=58 neutron p=(-3.13206,137.618,-54.0561951.133) MeV + j=59 neutron p=(-34.318,135.894,45.1989951.037) MeV + j=60 neutron p=(-33.7767,-104.241,334.9221003.48) MeV + j=61 neutron p=(-17.1728,172.116,140.409965.617) MeV + j=62 neutron p=(-165.628,-33.5245,134.497964.069) MeV + j=63 neutron p=(156.953,-34.2184,106.507959.131) MeV + j=64 neutron p=(-113.915,-20.7577,-121.494954.438) MeV + j=65 proton p=(198.955,71.8707,152.16973.784) MeV + j=66 neutron p=(-38.5903,-55.3583,95.4796946.812) MeV + j=67 neutron p=(-143.626,31.6948,62.7734953.077) MeV + j=68 proton p=(66.3509,143.013,131.776960.507) MeV + j=69 proton p=(54.4015,-128.625,-17.9844948.779) MeV + j=70 neutron p=(-0.827235,-7.83856,-48.3584940.842) MeV + j=71 neutron p=(166.611,-45.1344,80.9692958.716) MeV + j=72 neutron p=(-5.39156,44.3098,-209.89963.758) MeV + j=73 Li7 p=(103.673,-364.402,125.0276546) MeV + j=74 neutron p=(-100.237,8.2419,68.2425947.394) MeV + j=75 neutron p=(-44.2982,-49.9492,-66.8644944.305) MeV + j=76 neutron p=(6.31967,181.011,100.728962.151) MeV + j=77 neutron p=(159.716,-70.0051,81.0483959.042) MeV + j=78 alpha p=(356.32,21.1933,-339.6283759.8) MeV + j=79 neutron p=(-15.6723,-70.5555,111.472948.911) MeV + j=80 proton p=(110.458,138.155,-78.7816958.044) MeV + j=81 proton p=(46.3732,-57.2191,-146.521952.495) MeV + j=82 neutron p=(84.868,85.0112,-55.1223948.816) MeV + j=83 neutron p=(60.9626,9.35431,25.7522941.94) MeV + j=84 neutron p=(-98.7084,-7.49712,82.7872948.386) MeV + j=85 neutron p=(90.7886,4.25138,-12.3596944.032) MeV + j=86 neutron p=(-37.3044,-14.0095,12.0167940.487) MeV + j=87 neutron p=(39.3561,1.43626,36.286941.09) MeV + j=88 gamma p=(-1.23668,-0.186008,-0.3920391.3106) MeV + j=89 gamma p=(-1.0032,0.142805,-0.4509281.10912) MeV + j=90 gamma p=(0.865003,-0.596904,-0.3126751.09649) MeV + j=91 gamma p=(-0.0530197,-0.980192,0.4277621.07078) MeV + j=92 gamma p=(-0.743305,-0.665431,-0.2285761.0235) MeV + j=93 gamma p=(0.649026,-0.273231,-0.7321871.01587) MeV + j=94 gamma p=(-0.578414,0.720966,0.1438870.935445) MeV + j=95 gamma p=(-0.102988,-0.657189,-0.5178660.843024) MeV + j=96 gamma p=(-0.414303,-0.348282,0.3561060.647888) MeV + j=97 gamma p=(0.786388,0.343839,0.3372450.922153) MeV + j=98 gamma p=(-0.851538,0.152956,-0.1596230.879768) MeV + j=99 gamma p=(-0.0790993,0.713374,-0.3185640.785266) MeV + j=100 gamma p=(-0.0833852,0.031586,-0.6357960.642019) MeV + j=101 gamma p=(-0.430394,0.181606,-0.07412580.472984) MeV + j=102 gamma p=(0.149016,-0.0361467,0.2418610.286372) MeV + j=103 Ba128 p=(2091.36,878.213,36.5275119139) MeV + Collision 301 projectile=anti_proton Ekin[MeV]=28355.1 direction=(0.746249,0.213099,0.630636) material=G4_Si + --> #secondaries=33 impactParameter[fm]=1.69926 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 302 projectile=omega_c0 Ekin[MeV]=14430.3 direction=(0.098944,0.980516,0.169699) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=4.88542 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 303 projectile=anti_lambda Ekin[MeV]=4635.7 direction=(0.360234,0.572158,0.736795) material=G4_Al + --> #secondaries=20 impactParameter[fm]=2.78974 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 304 projectile=B- Ekin[MeV]=17061.2 direction=(0.583408,0.0532968,0.810429) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.54642 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 305 projectile=anti_neutron Ekin[MeV]=19988.4 direction=(0.0254706,0.513799,0.857533) material=G4_Al + --> #secondaries=19 impactParameter[fm]=3.31715 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 306 projectile=anti_lambda_b Ekin[MeV]=8427.8 direction=(0.480058,0.823574,0.302108) material=G4_W + --> #secondaries=52 impactParameter[fm]=3.199 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=176 #NNcollisions=6 + Collision 307 projectile=kaon0L Ekin[MeV]=15316.4 direction=(0.526917,0.843383,0.105185) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.67695 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 308 projectile=pi+ Ekin[MeV]=22682.9 direction=(0.43405,0.331524,0.837671) material=G4_Al + --> #secondaries=12 impactParameter[fm]=1.97155 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 309 projectile=B- Ekin[MeV]=1524.14 direction=(0.164741,0.985917,0.0287926) material=G4_W + --> #secondaries=17 impactParameter[fm]=4.71484 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 310 projectile=anti_omega_b- Ekin[MeV]=24194.3 direction=(0.206833,0.754246,0.623164) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.56528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 311 projectile=sigma- Ekin[MeV]=22331.5 direction=(0.740007,0.035695,0.671651) material=G4_H + --> #secondaries=6 impactParameter[fm]=2.16213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 312 projectile=deuteron Ekin[MeV]=19402.5 direction=(0.901074,0.146203,0.408278) material=G4_Fe + --> #secondaries=56 impactParameter[fm]=2.6837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=49 #NNcollisions=6 + Collision 313 projectile=B0 Ekin[MeV]=6369.19 direction=(0.790119,0.583499,0.187727) material=G4_Si + --> #secondaries=8 impactParameter[fm]=1.23718 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 314 projectile=lambda Ekin[MeV]=22463.2 direction=(0.213258,0.675122,0.706209) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=4.72968 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 315 projectile=neutron Ekin[MeV]=1283.65 direction=(0.775556,0.514987,0.365105) material=G4_Al + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 316 projectile=He3 Ekin[MeV]=13092.2 direction=(0.112154,0.674119,0.730058) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 317 projectile=anti_D0 Ekin[MeV]=16144.3 direction=(0.78612,0.0165061,0.617853) material=G4_W + --> #secondaries=27 impactParameter[fm]=6.56832 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 318 projectile=alpha Ekin[MeV]=19675.5 direction=(0.134893,0.649398,0.748389) material=G4_Si + --> #secondaries=22 impactParameter[fm]=4.18312 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 319 projectile=Ds+ Ekin[MeV]=3094.94 direction=(0.462763,0.324068,0.825124) material=G4_W + --> #secondaries=32 impactParameter[fm]=2.01394 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 320 projectile=anti_lambda Ekin[MeV]=15025.4 direction=(0.673203,0.663331,0.326786) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=3.94862 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=5 + Collision 321 projectile=xi- Ekin[MeV]=10686.6 direction=(0.763311,0.0552,0.643668) material=G4_Fe + --> #secondaries=35 impactParameter[fm]=3.47892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=3 + Collision 322 projectile=omega- Ekin[MeV]=25246 direction=(0.678778,0.240717,0.693769) material=G4_Cu + --> #secondaries=48 impactParameter[fm]=1.6799 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 323 projectile=anti_xi_c+ Ekin[MeV]=10366.5 direction=(0.0429708,0.785177,0.617779) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.68871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 324 projectile=anti_proton Ekin[MeV]=18483.7 direction=(0.655782,0.61087,0.443607) material=G4_Ar + --> #secondaries=41 impactParameter[fm]=1.46403 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=3 + Collision 325 projectile=kaon0L Ekin[MeV]=10412.7 direction=(0.444568,0.857176,0.260016) material=G4_Pb + --> #secondaries=48 impactParameter[fm]=4.8386 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=0 + Collision 326 projectile=B- Ekin[MeV]=11371 direction=(0.981804,0.056041,0.181439) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.68565 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 327 projectile=anti_proton Ekin[MeV]=19648 direction=(0.527591,0.493932,0.691143) material=G4_Pb + --> #secondaries=53 impactParameter[fm]=5.93957 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 328 projectile=anti_lambda_b Ekin[MeV]=9906.3 direction=(0.628487,0.715097,0.306009) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.61135 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 329 projectile=anti_lambda_b Ekin[MeV]=7924.28 direction=(0.471188,0.283374,0.835273) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=2.39635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 330 projectile=anti_xi- Ekin[MeV]=22296.3 direction=(0.140051,0.38096,0.913923) material=G4_Si + --> #secondaries=12 impactParameter[fm]=3.16971 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 331 projectile=anti_xi- Ekin[MeV]=21060.9 direction=(0.332956,0.789749,0.515205) material=G4_Fe + --> #secondaries=56 impactParameter[fm]=2.87131 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 + Collision 332 projectile=Bc+ Ekin[MeV]=19298 direction=(0.870423,0.380611,0.312249) material=G4_W + --> #secondaries=31 impactParameter[fm]=6.06121 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 333 projectile=xi_c0 Ekin[MeV]=14241.6 direction=(0.339467,0.809148,0.479627) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.89272 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 334 projectile=anti_D0 Ekin[MeV]=22434.5 direction=(0.721041,0.617752,0.313818) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.45991 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 335 projectile=He3 Ekin[MeV]=8855.33 direction=(0.751076,0.0471678,0.658529) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 336 projectile=sigma- Ekin[MeV]=29405.1 direction=(0.583677,0.809768,0.0599684) material=G4_W + --> #secondaries=33 impactParameter[fm]=8.02256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 337 projectile=anti_omega_b- Ekin[MeV]=29874.7 direction=(0.859732,0.508891,0.0434756) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.615039 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 338 projectile=anti_He3 Ekin[MeV]=25842.3 direction=(0.764256,0.631673,0.130009) material=G4_Pb + --> #secondaries=99 impactParameter[fm]=5.23429 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 339 projectile=alpha Ekin[MeV]=29597 direction=(0.465551,0.16923,0.868691) material=G4_Fe + --> #secondaries=45 impactParameter[fm]=3.80697 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 340 projectile=kaon+ Ekin[MeV]=26971.7 direction=(0.656258,0.0776102,0.750534) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.25237 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 341 projectile=pi- Ekin[MeV]=24164.4 direction=(0.305526,0.572034,0.761203) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.86544 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 342 projectile=anti_omega- Ekin[MeV]=16410.5 direction=(0.794096,0.382763,0.472127) material=G4_Ar + --> #secondaries=37 impactParameter[fm]=3.48421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 343 projectile=pi- Ekin[MeV]=22494.2 direction=(0.51846,0.852577,0.065663) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.82496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 344 projectile=anti_xi_c+ Ekin[MeV]=15785.1 direction=(0.015772,0.714833,0.699117) material=G4_W + --> #secondaries=80 impactParameter[fm]=1.72873 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=6 + Collision 345 projectile=lambda_b Ekin[MeV]=1483.5 direction=(0.879728,0.431549,0.199608) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.38906 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 346 projectile=anti_xi_c+ Ekin[MeV]=26617.2 direction=(0.160843,0.804738,0.571425) material=G4_C + --> #secondaries=26 impactParameter[fm]=1.17501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 + Collision 347 projectile=Ds+ Ekin[MeV]=29609.7 direction=(0.75398,0.234152,0.613749) material=G4_W + --> #secondaries=52 impactParameter[fm]=5.54097 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 348 projectile=omega_b- Ekin[MeV]=26530.4 direction=(0.291241,0.114226,0.949806) material=G4_Si + --> #secondaries=22 impactParameter[fm]=0.492648 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 349 projectile=anti_omega- Ekin[MeV]=7982.61 direction=(0.343115,0.916663,0.204942) material=G4_Cu + --> #secondaries=7 impactParameter[fm]=6.04475 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 350 projectile=anti_xi_c0 Ekin[MeV]=28831.5 direction=(0.750515,0.461548,0.47297) material=G4_Be + --> #secondaries=10 impactParameter[fm]=0.506256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 351 projectile=triton Ekin[MeV]=12044.1 direction=(0.882088,0.384981,0.271496) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 352 projectile=He3 Ekin[MeV]=5282.86 direction=(0.868672,0.494016,0.0368364) material=G4_Si + --> #secondaries=12 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 353 projectile=anti_lambda_c+ Ekin[MeV]=7057.6 direction=(0.663967,0.285073,0.69129) material=G4_C + --> #secondaries=13 impactParameter[fm]=1.97262 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 354 projectile=xi- Ekin[MeV]=29923.4 direction=(0.44244,0.61978,0.648167) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.11845 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 355 projectile=D0 Ekin[MeV]=11526.5 direction=(0.642149,0.217984,0.734934) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.602327 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 356 projectile=sigma- Ekin[MeV]=25159 direction=(0.58356,0.307929,0.751424) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.672138 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 357 projectile=anti_lambda_c+ Ekin[MeV]=7633 direction=(0.388982,0.775501,0.497284) material=G4_Cu + --> #secondaries=38 impactParameter[fm]=3.59447 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 358 projectile=anti_xi_b- Ekin[MeV]=28899.6 direction=(0.842448,0.460607,0.279505) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.37308 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 359 projectile=omega_c0 Ekin[MeV]=6120.15 direction=(0.160739,0.0397212,0.986197) material=G4_Pb + --> #secondaries=35 impactParameter[fm]=6.6088 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 360 projectile=kaon+ Ekin[MeV]=19747 direction=(0.514542,0.695224,0.501907) material=G4_C + --> #secondaries=12 impactParameter[fm]=2.48377 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 361 projectile=anti_sigma- Ekin[MeV]=11404.3 direction=(0.913309,0.400396,0.0744967) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=6.12664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 362 projectile=anti_xi_c+ Ekin[MeV]=13044.7 direction=(0.791958,0.518809,0.321931) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=5.0767 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 363 projectile=anti_triton Ekin[MeV]=14917.4 direction=(0.196909,0.351666,0.915182) material=G4_Fe + --> #secondaries=54 impactParameter[fm]=3.68383 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=51 #NNcollisions=5 + Collision 364 projectile=D- Ekin[MeV]=22163.3 direction=(0.231946,0.70637,0.668762) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=4.73213 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 365 projectile=proton Ekin[MeV]=14737.5 direction=(0.191772,0.549944,0.812887) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.214181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 366 projectile=anti_sigma- Ekin[MeV]=27442.2 direction=(0.61078,0.576249,0.543032) material=G4_Fe + --> #secondaries=39 impactParameter[fm]=2.3186 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=4 + Collision 367 projectile=kaon0S Ekin[MeV]=3776.39 direction=(0.580827,0.614285,0.534129) material=G4_Al + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 368 projectile=anti_deuteron Ekin[MeV]=22677.7 direction=(0.261023,0.596826,0.758726) material=G4_Pb + --> #secondaries=93 impactParameter[fm]=5.33291 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=4 + Collision 369 projectile=D+ Ekin[MeV]=21211.4 direction=(0.423476,0.0245098,0.905575) material=G4_Si + --> #secondaries=8 impactParameter[fm]=2.43182 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 370 projectile=Bs0 Ekin[MeV]=27005.9 direction=(0.633635,0.7573,0.158125) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.2968 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 371 projectile=anti_D0 Ekin[MeV]=27199.5 direction=(0.0483799,0.581872,0.81184) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=0.754467 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 372 projectile=xi_c+ Ekin[MeV]=17763 direction=(0.831989,0.475452,0.285903) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=4.05448 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 373 projectile=lambda Ekin[MeV]=15519.8 direction=(0.0506632,0.976108,0.211299) material=G4_Fe + --> #secondaries=7 impactParameter[fm]=5.62903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 374 projectile=anti_xi_c0 Ekin[MeV]=28821 direction=(0.281305,0.850159,0.445081) material=G4_Al + --> #secondaries=26 impactParameter[fm]=2.65328 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 375 projectile=xi_b- Ekin[MeV]=13584.8 direction=(0.502955,0.85243,0.142829) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.8298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 376 projectile=anti_omega_c0 Ekin[MeV]=3439.75 direction=(0.312543,0.491,0.813164) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.25309 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 377 projectile=anti_xi0 Ekin[MeV]=7935.16 direction=(0.150901,0.766899,0.623775) material=G4_W + --> #secondaries=25 impactParameter[fm]=6.48009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 378 projectile=xi_b- Ekin[MeV]=15782.8 direction=(0.767894,0.6373,0.0647098) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.63827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 379 projectile=anti_lambda_b Ekin[MeV]=3843.38 direction=(0.66093,0.726232,0.1891) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.4063 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=2 + Collision 380 projectile=anti_proton Ekin[MeV]=8425.13 direction=(0.595045,0.712896,0.37108) material=G4_Al + --> #secondaries=14 impactParameter[fm]=4.7945 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 381 projectile=xi_b0 Ekin[MeV]=22567.4 direction=(0.82395,0.0450215,0.564871) material=G4_Be + --> #secondaries=12 impactParameter[fm]=0.533777 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=2 + Collision 382 projectile=anti_lambda_b Ekin[MeV]=13012.7 direction=(0.638248,0.163519,0.752264) material=G4_W + --> #secondaries=34 impactParameter[fm]=5.28365 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=1 + Collision 383 projectile=B0 Ekin[MeV]=20464.6 direction=(0.0516628,0.807361,0.587792) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.67283 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 384 projectile=anti_omega_b- Ekin[MeV]=5000.74 direction=(0.174498,0.652716,0.737233) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=2.22159 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 385 projectile=triton Ekin[MeV]=3398.23 direction=(0.639715,0.146116,0.754596) material=G4_C + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 386 projectile=anti_xi_c0 Ekin[MeV]=11940.6 direction=(0.0141922,0.73665,0.676125) material=G4_Pb + --> #secondaries=32 impactParameter[fm]=6.25039 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 387 projectile=kaon- Ekin[MeV]=21959.9 direction=(0.926216,0.0500229,0.373659) material=G4_Al + --> #secondaries=19 impactParameter[fm]=2.61721 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 388 projectile=kaon0L Ekin[MeV]=9161.12 direction=(0.513118,0.535783,0.670556) material=G4_W + --> #secondaries=20 impactParameter[fm]=7.11945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 389 projectile=triton Ekin[MeV]=7617 direction=(0.925246,0.35786,0.125917) material=G4_Be + --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 390 projectile=omega_c0 Ekin[MeV]=26234.3 direction=(0.972135,0.18038,0.149721) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.07766 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 391 projectile=triton Ekin[MeV]=29595.2 direction=(0.682782,0.55816,0.471451) material=G4_Ar + --> #secondaries=25 impactParameter[fm]=4.69943 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 392 projectile=anti_sigma+ Ekin[MeV]=17723.5 direction=(0.943502,0.0767699,0.322353) material=G4_Al + --> #secondaries=21 impactParameter[fm]=3.32979 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 393 projectile=anti_omega_c0 Ekin[MeV]=25597.8 direction=(0.491998,0.351485,0.79649) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.27765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 394 projectile=omega_b- Ekin[MeV]=18493 direction=(0.589947,0.640321,0.491885) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.64369 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 395 projectile=anti_xi_b- Ekin[MeV]=18731.8 direction=(0.504981,0.651106,0.566617) material=G4_Pb + --> #secondaries=39 impactParameter[fm]=6.46554 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 396 projectile=kaon+ Ekin[MeV]=13313.9 direction=(0.0301779,0.552262,0.833124) material=G4_Be + --> #secondaries=11 impactParameter[fm]=2.88399 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 397 projectile=anti_sigma+ Ekin[MeV]=5131.82 direction=(0.439997,0.883971,0.158109) material=G4_Pb + --> #secondaries=70 impactParameter[fm]=3.86153 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 398 projectile=deuteron Ekin[MeV]=1671.85 direction=(0.638147,0.0471186,0.768471) material=G4_H + --> #secondaries=3 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 399 projectile=kaon0S Ekin[MeV]=3487.09 direction=(0.819769,0.558902,0.124926) material=G4_Ar + --> #secondaries=33 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 400 projectile=sigma- Ekin[MeV]=26538.5 direction=(0.504253,0.167936,0.847069) material=G4_Be + --> #secondaries=13 impactParameter[fm]=2.21397 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + List of produced secondaries: + j=0 pi+ p=(811.689,134.657,1266.641516.85) MeV + j=1 pi- p=(-82.0975,33.0329,559.76583.646) MeV + j=2 eta p=(682.801,413.42,2751.442916.8) MeV + j=3 eta_prime p=(2578.11,438.215,3448.884432.92) MeV + j=4 neutron p=(61.5943,-238.391,425.5471060.42) MeV + j=5 pi- p=(2288.55,849.783,3677.674416.37) MeV + j=6 lambda p=(7211.92,2285.5,10622.313088.7) MeV + j=7 pi0 p=(-16.7619,-100.157,48.6286175.772) MeV + j=8 neutron p=(219.299,774.713,560.771358.5) MeV + j=9 alpha p=(216.459,6.67325,234.93741.05) MeV + j=10 proton p=(92.5128,15.4196,45.1638944.029) MeV + j=11 proton p=(-12.2847,-3.81363,-26.1674938.725) MeV + j=12 neutron p=(-78.9917,44.4274,-143.326954.746) MeV + Collision 401 projectile=D+ Ekin[MeV]=28983.1 direction=(0.725947,0.463699,0.507922) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=4.40243 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 402 projectile=anti_sigma- Ekin[MeV]=18775.2 direction=(0.127391,0.703767,0.698916) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=4.74666 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 403 projectile=B0 Ekin[MeV]=7898.94 direction=(0.586465,0.473846,0.656908) material=G4_Si + --> #secondaries=9 impactParameter[fm]=4.42684 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 404 projectile=triton Ekin[MeV]=19668.7 direction=(0.284711,0.91742,0.277994) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.100132 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 405 projectile=kaon0S Ekin[MeV]=6878.67 direction=(0.383019,0.271974,0.882795) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.360159 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 406 projectile=B+ Ekin[MeV]=28878.9 direction=(0.184081,0.97932,0.0839498) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.44791 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 407 projectile=anti_sigma- Ekin[MeV]=28665.2 direction=(0.554651,0.803391,0.216622) material=G4_Be + --> #secondaries=12 impactParameter[fm]=1.69463 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 408 projectile=Ds- Ekin[MeV]=9225.11 direction=(0.452059,0.672575,0.585905) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.82732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 409 projectile=anti_sigma- Ekin[MeV]=26321.1 direction=(0.457967,0.750677,0.476183) material=G4_Be + --> #secondaries=11 impactParameter[fm]=1.20376 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 410 projectile=anti_triton Ekin[MeV]=24086.2 direction=(0.650511,0.301928,0.696904) material=G4_Si + --> #secondaries=23 impactParameter[fm]=3.24691 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=29 #NNcollisions=2 + Collision 411 projectile=deuteron Ekin[MeV]=2509.12 direction=(0.55113,0.786596,0.278429) material=G4_C + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 412 projectile=xi_b0 Ekin[MeV]=3128.07 direction=(0.49101,0.851528,0.183875) material=G4_Si + --> #secondaries=5 impactParameter[fm]=2.74962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 413 projectile=anti_sigma+ Ekin[MeV]=21207.5 direction=(0.4668,0.801862,0.372983) material=G4_W + --> #secondaries=51 impactParameter[fm]=5.59206 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=2 + Collision 414 projectile=xi_c+ Ekin[MeV]=20853 direction=(0.351048,0.451646,0.820232) material=G4_W + --> #secondaries=61 impactParameter[fm]=1.15188 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=2 + Collision 415 projectile=omega_b- Ekin[MeV]=29205.6 direction=(0.0436239,0.8204,0.570124) material=G4_W + --> #secondaries=31 impactParameter[fm]=6.28738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 416 projectile=B- Ekin[MeV]=26247 direction=(0.908623,0.354715,0.220412) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.906596 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 417 projectile=anti_xi_b0 Ekin[MeV]=5854.95 direction=(0.0302948,0.670293,0.741478) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.980769 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 418 projectile=anti_xi_c0 Ekin[MeV]=19612.3 direction=(0.581333,0.769351,0.26486) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.495629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 419 projectile=kaon0L Ekin[MeV]=23804.7 direction=(0.925446,0.267912,0.267904) material=G4_Pb + --> #secondaries=87 impactParameter[fm]=1.25574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 420 projectile=He3 Ekin[MeV]=12202 direction=(0.785827,0.0505755,0.616374) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.54854 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 421 projectile=anti_He3 Ekin[MeV]=3362.97 direction=(0.714414,0.699294,0.0244914) material=G4_Al + --> #secondaries=14 impactParameter[fm]=3.26663 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 422 projectile=anti_proton Ekin[MeV]=12825.4 direction=(0.0075051,0.668299,0.743855) material=G4_W + --> #secondaries=100 impactParameter[fm]=4.44319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 423 projectile=omega_b- Ekin[MeV]=22259.3 direction=(0.121963,0.710273,0.69328) material=G4_Si + --> #secondaries=12 impactParameter[fm]=2.46802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 424 projectile=D+ Ekin[MeV]=27636 direction=(0.31077,0.00478671,0.950473) material=G4_Be + --> #secondaries=8 impactParameter[fm]=1.46338 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 425 projectile=lambda_b Ekin[MeV]=3632.79 direction=(0.424815,0.685685,0.591074) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.97312 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 426 projectile=triton Ekin[MeV]=3722.09 direction=(0.117999,0.748071,0.653043) material=G4_Pb + --> #secondaries=58 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 427 projectile=anti_omega- Ekin[MeV]=19591.8 direction=(0.189944,0.981633,0.0178312) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.65178 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 428 projectile=He3 Ekin[MeV]=20760.2 direction=(0.202415,0.817295,0.539497) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.78698 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=2 + Collision 429 projectile=sigma+ Ekin[MeV]=4335.22 direction=(0.810296,0.452109,0.37285) material=G4_W + --> #secondaries=29 impactParameter[fm]=6.66884 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 430 projectile=anti_xi- Ekin[MeV]=5550.91 direction=(0.0343209,0.739464,0.67232) material=G4_Si + --> #secondaries=11 impactParameter[fm]=3.03352 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 431 projectile=omega_c0 Ekin[MeV]=24537.6 direction=(0.0107585,0.0238391,0.999658) material=G4_C + --> #secondaries=10 impactParameter[fm]=2.1566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 432 projectile=anti_xi_b- Ekin[MeV]=21285.9 direction=(0.663616,0.114803,0.739212) material=G4_Fe + --> #secondaries=29 impactParameter[fm]=2.48779 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 433 projectile=anti_xi_b0 Ekin[MeV]=7224.45 direction=(0.20546,0.638763,0.741463) material=G4_Al + --> #secondaries=11 impactParameter[fm]=1.9879 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 434 projectile=Ds- Ekin[MeV]=23536.7 direction=(0.797149,0.205346,0.567791) material=G4_C + --> #secondaries=9 impactParameter[fm]=0.667797 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=0 + Collision 435 projectile=anti_He3 Ekin[MeV]=6039.37 direction=(0.607638,0.787957,0.0994997) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=6.81427 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=64 #NNcollisions=2 + Collision 436 projectile=xi_b- Ekin[MeV]=20599.8 direction=(0.958387,0.029614,0.283933) material=G4_Ar + --> #secondaries=30 impactParameter[fm]=0.812712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=33 #NNcollisions=2 + Collision 437 projectile=pi- Ekin[MeV]=5840.65 direction=(0.09882,0.601917,0.792421) material=G4_Pb + --> #secondaries=65 impactParameter[fm]=1.75634 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 438 projectile=Bs0 Ekin[MeV]=21673.7 direction=(0.912366,0.281775,0.29697) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=2.29729 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 439 projectile=B- Ekin[MeV]=20944.4 direction=(0.0986445,0.415899,0.904045) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=3.65855 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 440 projectile=kaon+ Ekin[MeV]=4566.56 direction=(0.806666,0.428139,0.407415) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.32759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 441 projectile=anti_lambda Ekin[MeV]=12345.1 direction=(0.436955,0.873296,0.215466) material=G4_Al + --> #secondaries=34 impactParameter[fm]=1.80977 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 442 projectile=anti_omega_b- Ekin[MeV]=13198.2 direction=(0.750369,0.529712,0.395413) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.22627 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 443 projectile=B0 Ekin[MeV]=3177.77 direction=(0.957458,0.0158846,0.288135) material=G4_Cu + --> #secondaries=15 impactParameter[fm]=4.20937 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 444 projectile=lambda Ekin[MeV]=13181.7 direction=(0.2942,0.715466,0.633683) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.37706 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 445 projectile=pi- Ekin[MeV]=6169.41 direction=(0.897255,0.354353,0.263377) material=G4_Fe + --> #secondaries=20 impactParameter[fm]=2.10785 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 446 projectile=alpha Ekin[MeV]=29161.7 direction=(0.705624,0.691054,0.156654) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.53521 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 447 projectile=kaon0L Ekin[MeV]=26874.9 direction=(0.215438,0.68574,0.695231) material=G4_Si + --> #secondaries=17 impactParameter[fm]=1.28605 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 448 projectile=neutron Ekin[MeV]=11924.7 direction=(0.348782,0.922935,0.162918) material=G4_H + --> #secondaries=8 impactParameter[fm]=2.00474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 449 projectile=Ds+ Ekin[MeV]=9770.67 direction=(0.614157,0.420877,0.667588) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.01069 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 450 projectile=anti_sigma- Ekin[MeV]=9847 direction=(0.527338,0.486606,0.696512) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=4.72321 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 451 projectile=anti_lambda Ekin[MeV]=20837.8 direction=(0.38314,0.91595,0.119332) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.05796 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 452 projectile=anti_deuteron Ekin[MeV]=13611.4 direction=(0.144434,0.838367,0.525623) material=G4_Ar + --> #secondaries=37 impactParameter[fm]=3.35199 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=4 + Collision 453 projectile=kaon0S Ekin[MeV]=6986.47 direction=(0.627975,0.600419,0.495121) material=G4_Si + --> #secondaries=16 impactParameter[fm]=3.47329 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 454 projectile=xi0 Ekin[MeV]=2131.13 direction=(0.124994,0.683856,0.718831) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 455 projectile=xi_c+ Ekin[MeV]=9000.17 direction=(0.597462,0.251672,0.761381) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.78097 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 456 projectile=anti_He3 Ekin[MeV]=16010.7 direction=(0.429985,0.763983,0.481086) material=G4_Si + --> #secondaries=19 impactParameter[fm]=4.32178 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 457 projectile=neutron Ekin[MeV]=6788.72 direction=(0.433844,0.802777,0.409057) material=G4_Fe + --> #secondaries=9 impactParameter[fm]=4.19433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 458 projectile=omega_b- Ekin[MeV]=12979.6 direction=(0.460343,0.675044,0.576541) material=G4_Al + --> #secondaries=13 impactParameter[fm]=1.16121 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 459 projectile=anti_omega_b- Ekin[MeV]=16985.7 direction=(0.830091,0.538102,0.146271) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=2.67212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 460 projectile=anti_triton Ekin[MeV]=11970.1 direction=(0.802627,0.540433,0.252433) material=G4_Al + --> #secondaries=10 impactParameter[fm]=5.03006 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 461 projectile=xi_b- Ekin[MeV]=12945.3 direction=(0.926303,0.363166,0.100363) material=G4_Al + --> #secondaries=13 impactParameter[fm]=0.96712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 462 projectile=xi_c0 Ekin[MeV]=1537.57 direction=(0.105938,0.153149,0.982508) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=1.9125 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=0 + Collision 463 projectile=B+ Ekin[MeV]=11256.5 direction=(0.257871,0.867468,0.425442) material=G4_Fe + --> #secondaries=19 impactParameter[fm]=1.62125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 464 projectile=lambda_c+ Ekin[MeV]=2807.44 direction=(0.0564528,0.858997,0.508859) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.971827 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 465 projectile=lambda_c+ Ekin[MeV]=15134.7 direction=(0.704302,0.70987,0.00655951) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.75713 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 466 projectile=xi- Ekin[MeV]=1521.53 direction=(0.285482,0.699689,0.654931) material=G4_Fe + --> #secondaries=25 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 467 projectile=sigma+ Ekin[MeV]=3857.07 direction=(0.263382,0.784189,0.561852) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.47131 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 468 projectile=anti_Bs0 Ekin[MeV]=4907.68 direction=(0.34409,0.693209,0.633296) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.07184 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 469 projectile=xi_c0 Ekin[MeV]=21999.4 direction=(0.15462,0.920326,0.359296) material=G4_Al + --> #secondaries=8 impactParameter[fm]=3.50975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 470 projectile=omega- Ekin[MeV]=9253.89 direction=(0.765935,0.392638,0.509095) material=G4_Fe + --> #secondaries=26 impactParameter[fm]=3.15787 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=3 + Collision 471 projectile=anti_Bs0 Ekin[MeV]=15954.2 direction=(0.802178,0.595812,0.0389674) material=G4_Pb + --> #secondaries=39 impactParameter[fm]=1.73266 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 472 projectile=anti_proton Ekin[MeV]=9616.44 direction=(0.308749,0.177195,0.934492) material=G4_Ar + --> #secondaries=22 impactParameter[fm]=3.44962 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 473 projectile=xi_b0 Ekin[MeV]=29560.4 direction=(0.63961,0.492682,0.590054) material=G4_Si + --> #secondaries=14 impactParameter[fm]=2.73629 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 474 projectile=anti_xi_c+ Ekin[MeV]=22900 direction=(0.571912,0.136112,0.808944) material=G4_W + --> #secondaries=30 impactParameter[fm]=6.7871 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 475 projectile=pi+ Ekin[MeV]=3623.81 direction=(0.0365272,0.737547,0.674308) material=G4_Be + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 476 projectile=xi0 Ekin[MeV]=16311.6 direction=(0.310106,0.911574,0.269939) material=G4_Pb + --> #secondaries=56 impactParameter[fm]=6.00098 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=3 + Collision 477 projectile=anti_He3 Ekin[MeV]=7150.39 direction=(0.632054,0.350619,0.691067) material=G4_He + --> #secondaries=9 impactParameter[fm]=1.6971 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 478 projectile=sigma- Ekin[MeV]=15247.8 direction=(0.417672,0.646698,0.638226) material=G4_Al + --> #secondaries=7 impactParameter[fm]=5.40521 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 479 projectile=anti_xi_b- Ekin[MeV]=3378.99 direction=(0.769002,0.458124,0.445823) material=G4_Si + --> #secondaries=8 impactParameter[fm]=1.05544 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 480 projectile=Bc+ Ekin[MeV]=28598.7 direction=(0.0618152,0.494171,0.867165) material=G4_Pb + --> #secondaries=48 impactParameter[fm]=4.91806 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 481 projectile=proton Ekin[MeV]=25468.5 direction=(0.998353,0.0359068,0.0447412) material=G4_Pb + --> #secondaries=69 impactParameter[fm]=5.72683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=7 + Collision 482 projectile=anti_triton Ekin[MeV]=29187.2 direction=(0.378281,0.372129,0.847599) material=G4_W + --> #secondaries=13 impactParameter[fm]=7.02446 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 483 projectile=anti_xi_c+ Ekin[MeV]=13464.5 direction=(0.0175217,0.371127,0.928417) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=5.67888 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 484 projectile=lambda_c+ Ekin[MeV]=29959.7 direction=(0.465836,0.669038,0.579125) material=G4_Al + --> #secondaries=12 impactParameter[fm]=2.13896 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 485 projectile=neutron Ekin[MeV]=27195.6 direction=(0.194489,0.871151,0.450854) material=G4_Pb + --> #secondaries=65 impactParameter[fm]=5.1728 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=3 + Collision 486 projectile=anti_proton Ekin[MeV]=14272.2 direction=(0.527554,0.824014,0.206613) material=G4_W + --> #secondaries=52 impactParameter[fm]=5.87786 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=186 #NNcollisions=1 + Collision 487 projectile=lambda Ekin[MeV]=8796.21 direction=(0.379289,0.51329,0.769852) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=4.24782 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 488 projectile=B0 Ekin[MeV]=26000.1 direction=(0.153215,0.458336,0.875473) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.965485 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 489 projectile=Bc- Ekin[MeV]=21810.1 direction=(0.648008,0.188797,0.737863) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.30119 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 490 projectile=kaon0S Ekin[MeV]=22376.5 direction=(0.694926,0.675167,0.247442) material=G4_W + --> #secondaries=59 impactParameter[fm]=3.28396 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=0 + Collision 491 projectile=deuteron Ekin[MeV]=15382.4 direction=(0.389347,0.405133,0.82721) material=G4_Ar + --> #secondaries=41 impactParameter[fm]=1.37915 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=31 #NNcollisions=3 + Collision 492 projectile=kaon0L Ekin[MeV]=24252.5 direction=(0.564683,0.703858,0.430948) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.85312 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 493 projectile=D+ Ekin[MeV]=1346.6 direction=(0.213608,0.935427,0.281687) material=G4_Be + --> #secondaries=4 impactParameter[fm]=1.81808 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 494 projectile=kaon+ Ekin[MeV]=17932.8 direction=(0.857348,0.0709378,0.509826) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.46114 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 495 projectile=D- Ekin[MeV]=16450.7 direction=(0.507769,0.74573,0.431344) material=G4_Al + --> #secondaries=16 impactParameter[fm]=2.35342 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 496 projectile=xi0 Ekin[MeV]=25146.7 direction=(0.558227,0.49441,0.666289) material=G4_W + --> #secondaries=86 impactParameter[fm]=1.31502 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 + Collision 497 projectile=lambda_b Ekin[MeV]=4359.61 direction=(0.0951094,0.733275,0.673247) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=3.20236 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 498 projectile=B0 Ekin[MeV]=16880.5 direction=(0.931051,0.364856,0.0048741) material=G4_Cu + --> #secondaries=8 impactParameter[fm]=3.36527 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 499 projectile=anti_lambda_c+ Ekin[MeV]=16421.2 direction=(0.588934,0.793521,0.153233) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=5.28988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 500 projectile=xi_c0 Ekin[MeV]=14648.1 direction=(0.557851,0.589812,0.583887) material=G4_Cu + --> #secondaries=37 impactParameter[fm]=2.63337 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 + List of produced secondaries: + j=0 sigma- p=(2575.73,3061.45,3221.35274.23) MeV + j=1 pi+ p=(1413.48,821.978,1141.81999.19) MeV + j=2 pi0 p=(1787.23,1825.57,2291.133434.3) MeV + j=3 pi- p=(1069.89,1299.51,944.8611935.37) MeV + j=4 pi- p=(259.994,60.1025,132.654329.068) MeV + j=5 sigma_c++ p=(844.23,1778.79,783.5383242.33) MeV + j=6 neutron p=(21.7034,-76.6864,-221.652968.641) MeV + j=7 neutron p=(-234.929,-30.7417,252.1791001.26) MeV + j=8 neutron p=(614.062,183.804,241.6341162.77) MeV + j=9 proton p=(121.934,202.532,-47.5057968.761) MeV + j=10 proton p=(25.9531,111.802,-147.759956.745) MeV + j=11 pi0 p=(386.944,-57.1773,-28.3806414.752) MeV + j=12 proton p=(555.928,404.314,102.8311167.67) MeV + j=13 neutron p=(-85.5591,-57.6191,211.413968.565) MeV + j=14 neutron p=(184.58,-32.4431,-93.0328962.58) MeV + j=15 proton p=(130.035,-407.555,316.2521078.6) MeV + j=16 deuteron p=(509.777,-61.9716,76.73941946.16) MeV + j=17 proton p=(217.929,-46.8111,-156.295976.968) MeV + j=18 proton p=(134.572,134.415,-3.68172957.364) MeV + j=19 proton p=(88.9111,11.1389,-44.0698943.571) MeV + j=20 neutron p=(1.54986,48.5752,-34.4816941.453) MeV + j=21 neutron p=(-230.641,-1.52395,59.5859969.294) MeV + j=22 deuteron p=(-118.469,-69.1077,-98.79211883.21) MeV + j=23 triton p=(93.7178,-2.98411,-191.8372817.03) MeV + j=24 triton p=(-124.395,462.678,226.172858.45) MeV + j=25 neutron p=(100.943,-18.5657,-36.1653945.846) MeV + j=26 alpha p=(-274.216,280.236,-73.66713748.67) MeV + j=27 alpha p=(56.5034,40.5157,-235.3783735.45) MeV + j=28 proton p=(-80.1842,127.873,88.0232954.402) MeV + j=29 neutron p=(21.6611,-34.7759,135.543950.176) MeV + j=30 deuteron p=(-26.7147,196.642,92.44091888.35) MeV + j=31 neutron p=(-84.6944,-56.1526,103.414950.686) MeV + j=32 proton p=(-32.7027,75.8083,71.2641944.589) MeV + j=33 neutron p=(-28.8094,30.0427,29.9042940.962) MeV + j=34 gamma p=(1.29488,-0.818386,0.2845481.55802) MeV + j=35 gamma p=(-0.00797886,0.0222404,-0.06732910.0713547) MeV + j=36 Na22[583.110] p=(-446.415,-209.51,781.59720503.5) MeV + Collision 501 projectile=kaon+ Ekin[MeV]=18856.3 direction=(0.498901,0.0963961,0.861281) material=G4_W + --> #secondaries=51 impactParameter[fm]=3.54779 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 502 projectile=anti_xi_c0 Ekin[MeV]=3257.54 direction=(0.54459,0.610713,0.57485) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.2614 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 503 projectile=anti_omega- Ekin[MeV]=3568.74 direction=(0.867999,0.428508,0.250914) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=2.6613 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 504 projectile=sigma+ Ekin[MeV]=9742.01 direction=(0.784052,0.00556249,0.62067) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=5.18411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 505 projectile=anti_omega- Ekin[MeV]=13441.8 direction=(0.647515,0.257009,0.717405) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.98909 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 506 projectile=xi_b- Ekin[MeV]=26509.3 direction=(0.245146,0.959764,0.136952) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.09892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 507 projectile=Bc- Ekin[MeV]=9976.29 direction=(0.932165,0.0106228,0.361878) material=G4_Cu + --> #secondaries=27 impactParameter[fm]=0.639797 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=59 #NNcollisions=3 + Collision 508 projectile=kaon- Ekin[MeV]=25230.6 direction=(0.577156,0.741253,0.342689) material=G4_Pb + --> #secondaries=107 impactParameter[fm]=2.79243 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=198 #NNcollisions=7 + Collision 509 projectile=anti_xi_c0 Ekin[MeV]=26310.6 direction=(0.111088,0.269888,0.956462) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.497024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 510 projectile=kaon+ Ekin[MeV]=12113.2 direction=(0.29476,0.135656,0.945893) material=G4_W + --> #secondaries=26 impactParameter[fm]=7.58701 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 511 projectile=anti_He3 Ekin[MeV]=27482.8 direction=(0.548306,0.480153,0.6847) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=2.86465 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=3 + Collision 512 projectile=anti_deuteron Ekin[MeV]=8479.08 direction=(0.284722,0.0626161,0.956563) material=G4_Si + --> #secondaries=17 impactParameter[fm]=3.99331 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 513 projectile=kaon0S Ekin[MeV]=14542.7 direction=(0.475078,0.373139,0.796912) material=G4_He + --> #secondaries=14 impactParameter[fm]=1.25942 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 514 projectile=sigma- Ekin[MeV]=4468.58 direction=(0.525106,0.627778,0.574595) material=G4_Pb + --> #secondaries=44 impactParameter[fm]=5.31538 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=2 + Collision 515 projectile=anti_xi_c0 Ekin[MeV]=17629.5 direction=(0.63428,0.324729,0.701598) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=5.77074 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 516 projectile=anti_alpha Ekin[MeV]=15992.3 direction=(0.220425,0.898605,0.37937) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=5.23038 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 517 projectile=alpha Ekin[MeV]=21756.4 direction=(0.294392,0.724154,0.623645) material=G4_Ar + --> #secondaries=40 impactParameter[fm]=1.37728 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=33 #NNcollisions=5 + Collision 518 projectile=alpha Ekin[MeV]=18877 direction=(0.760679,0.621317,0.18797) material=G4_Pb + --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 519 projectile=xi_c+ Ekin[MeV]=21806.9 direction=(0.386472,0.696138,0.605006) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.17781 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 520 projectile=anti_xi0 Ekin[MeV]=8543.76 direction=(0.163285,0.979593,0.117199) material=G4_Pb + --> #secondaries=40 impactParameter[fm]=6.05216 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 521 projectile=anti_lambda_c+ Ekin[MeV]=2652.37 direction=(0.401966,0.198847,0.893803) material=G4_Al + --> #secondaries=7 impactParameter[fm]=2.91534 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 522 projectile=anti_He3 Ekin[MeV]=15977.2 direction=(0.535739,0.59583,0.598307) material=G4_Fe + --> #secondaries=41 impactParameter[fm]=2.59525 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 + Collision 523 projectile=kaon0S Ekin[MeV]=24423.7 direction=(0.592483,0.415091,0.690408) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=8.09078 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 524 projectile=anti_neutron Ekin[MeV]=17182.3 direction=(0.0782533,0.156676,0.984545) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.31495 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 525 projectile=anti_deuteron Ekin[MeV]=1248.66 direction=(0.00264973,0.11722,0.993102) material=G4_C + --> #secondaries=8 impactParameter[fm]=4.80903 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 526 projectile=sigma- Ekin[MeV]=18773 direction=(0.0641813,0.65783,0.750427) material=G4_Al + --> #secondaries=29 impactParameter[fm]=0.643319 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 527 projectile=xi_c+ Ekin[MeV]=2831.37 direction=(0.391438,0.436328,0.810181) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=5.52534 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 528 projectile=anti_xi_b0 Ekin[MeV]=8899.34 direction=(0.620102,0.782956,0.0495406) material=G4_W + --> #secondaries=18 impactParameter[fm]=5.6186 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 529 projectile=xi- Ekin[MeV]=7533.98 direction=(0.4518,0.873262,0.182457) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=2.46615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 530 projectile=He3 Ekin[MeV]=8973.96 direction=(0.733766,0.607199,0.304791) material=G4_Be + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 531 projectile=xi_c0 Ekin[MeV]=21317.1 direction=(0.733218,0.159321,0.661066) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.684481 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 532 projectile=lambda_b Ekin[MeV]=7754.43 direction=(0.513041,0.0401587,0.857424) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.304632 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 533 projectile=Ds+ Ekin[MeV]=18719.5 direction=(0.32875,0.846251,0.419264) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=0.846663 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 534 projectile=Bc- Ekin[MeV]=22987.4 direction=(0.561711,0.744616,0.360592) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.915916 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 535 projectile=anti_sigma+ Ekin[MeV]=10945.8 direction=(0.709166,0.197387,0.676847) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.04274 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 536 projectile=B+ Ekin[MeV]=15258.1 direction=(0.342507,0.542183,0.767285) material=G4_Si + --> #secondaries=6 impactParameter[fm]=3.78103 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=29 #NNcollisions=1 + Collision 537 projectile=sigma- Ekin[MeV]=27645.1 direction=(0.515864,0.751276,0.411665) material=G4_Cu + --> #secondaries=32 impactParameter[fm]=3.73997 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=2 + Collision 538 projectile=anti_Bs0 Ekin[MeV]=15122.4 direction=(0.0298913,0.267424,0.963115) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.26328 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 539 projectile=Ds+ Ekin[MeV]=5669.67 direction=(0.675956,0.665477,0.31658) material=G4_Pb + --> #secondaries=18 impactParameter[fm]=5.27732 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 540 projectile=xi_b0 Ekin[MeV]=11523.8 direction=(0.199321,0.606161,0.769961) material=G4_W + --> #secondaries=14 impactParameter[fm]=8.34193 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 541 projectile=anti_He3 Ekin[MeV]=3100.49 direction=(0.523697,0.210285,0.825543) material=G4_He + --> #secondaries=10 impactParameter[fm]=2.56994 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 542 projectile=B+ Ekin[MeV]=6759.72 direction=(0.687507,0.615498,0.385353) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=6.27622 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=1 + Collision 543 projectile=omega_b- Ekin[MeV]=8977.6 direction=(0.27197,0.790817,0.548308) material=G4_H + --> #secondaries=6 impactParameter[fm]=1.63342 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 544 projectile=kaon- Ekin[MeV]=3734.98 direction=(0.888167,0.11993,0.443594) material=G4_W + --> #secondaries=60 impactParameter[fm]=1.96934 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 545 projectile=anti_lambda_c+ Ekin[MeV]=1693.44 direction=(0.15141,0.516073,0.843056) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=5.90225 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 546 projectile=xi_b0 Ekin[MeV]=9869.63 direction=(0.0416085,0.996985,0.0654928) material=G4_C + --> #secondaries=5 impactParameter[fm]=2.11449 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 547 projectile=B0 Ekin[MeV]=5521.93 direction=(0.316564,0.406203,0.857197) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.553135 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 548 projectile=anti_deuteron Ekin[MeV]=11190.4 direction=(0.704601,0.675699,0.216722) material=G4_W + --> #secondaries=29 impactParameter[fm]=7.67626 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=182 #NNcollisions=0 + Collision 549 projectile=neutron Ekin[MeV]=3130.47 direction=(0.385595,0.922114,0.031978) material=G4_W + --> #secondaries=13 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 550 projectile=anti_triton Ekin[MeV]=10433 direction=(0.136327,0.363858,0.921424) material=G4_Pb + --> #secondaries=45 impactParameter[fm]=8.56875 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 551 projectile=B+ Ekin[MeV]=16983.1 direction=(0.708787,0.026335,0.704931) material=G4_C + --> #secondaries=13 impactParameter[fm]=2.73317 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 552 projectile=anti_xi_b- Ekin[MeV]=19115.6 direction=(0.742852,0.610589,0.274502) material=G4_Si + --> #secondaries=27 impactParameter[fm]=2.83411 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=3 + Collision 553 projectile=pi- Ekin[MeV]=1325.16 direction=(0.0461447,0.115516,0.992233) material=G4_Cu + --> #secondaries=26 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 554 projectile=pi- Ekin[MeV]=4481.81 direction=(0.811152,0.551379,0.19497) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.26251 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 555 projectile=anti_deuteron Ekin[MeV]=26972.3 direction=(0.720028,0.663073,0.204681) material=G4_Fe + --> #secondaries=34 impactParameter[fm]=3.91499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 + Collision 556 projectile=pi- Ekin[MeV]=9013.55 direction=(0.547184,0.399963,0.735268) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=1.8998 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=3 + Collision 557 projectile=He3 Ekin[MeV]=28294 direction=(0.623641,0.533051,0.571777) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.550449 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 558 projectile=alpha Ekin[MeV]=27709.1 direction=(0.687659,0.593014,0.418879) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=7.84032 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 559 projectile=B0 Ekin[MeV]=24712 direction=(0.880423,0.313872,0.355442) material=G4_Pb + --> #secondaries=50 impactParameter[fm]=5.45681 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 560 projectile=anti_lambda_b Ekin[MeV]=20281.6 direction=(0.121717,0.0106852,0.992507) material=G4_W + --> #secondaries=70 impactParameter[fm]=4.91009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=2 + Collision 561 projectile=sigma- Ekin[MeV]=19313.9 direction=(0.835762,0.520485,0.174918) material=G4_W + --> #secondaries=72 impactParameter[fm]=4.38179 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=3 + Collision 562 projectile=anti_omega_b- Ekin[MeV]=18509.4 direction=(0.412651,0.891701,0.18598) material=G4_Be + --> #secondaries=7 impactParameter[fm]=0.685559 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 563 projectile=anti_xi_b- Ekin[MeV]=11979.6 direction=(0.622544,0.69852,0.352858) material=G4_Si + --> #secondaries=18 impactParameter[fm]=3.05714 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 564 projectile=anti_lambda_b Ekin[MeV]=23552.1 direction=(0.582959,0.682636,0.440643) material=G4_Si + --> #secondaries=11 impactParameter[fm]=3.45705 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 565 projectile=xi- Ekin[MeV]=25078.8 direction=(0.793847,0.486961,0.364246) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=4.99234 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 566 projectile=lambda Ekin[MeV]=16521.1 direction=(0.287714,0.586471,0.757147) material=G4_Ar + --> #secondaries=30 impactParameter[fm]=2.89008 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=37 #NNcollisions=1 + Collision 567 projectile=anti_D0 Ekin[MeV]=3018.98 direction=(0.0617906,0.820861,0.567776) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.73267 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 568 projectile=D+ Ekin[MeV]=11853.4 direction=(0.583829,0.802906,0.120359) material=G4_W + --> #secondaries=82 impactParameter[fm]=3.01115 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=177 #NNcollisions=5 + Collision 569 projectile=deuteron Ekin[MeV]=1677.24 direction=(0.61842,0.485672,0.617802) material=G4_C + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 570 projectile=sigma- Ekin[MeV]=11854.9 direction=(0.809744,0.166205,0.562753) material=G4_Be + --> #secondaries=7 impactParameter[fm]=0.976927 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 571 projectile=Ds- Ekin[MeV]=6951.91 direction=(0.0761742,0.807247,0.585278) material=G4_Si + --> #secondaries=16 impactParameter[fm]=1.91523 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 572 projectile=Bc- Ekin[MeV]=21788.1 direction=(0.111839,0.738561,0.664846) material=G4_Fe + --> #secondaries=6 impactParameter[fm]=4.4727 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 573 projectile=anti_xi_b- Ekin[MeV]=23093.7 direction=(0.331162,0.793452,0.510652) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.30637 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 574 projectile=anti_omega_b- Ekin[MeV]=29702.2 direction=(0.55083,0.389408,0.738206) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.571518 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 575 projectile=xi0 Ekin[MeV]=11276.5 direction=(0.813031,0.0403572,0.58082) material=G4_H + --> #secondaries=5 impactParameter[fm]=0.481213 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 576 projectile=xi- Ekin[MeV]=4654.22 direction=(0.357025,0.659181,0.661826) material=G4_Fe + --> #secondaries=30 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 577 projectile=anti_proton Ekin[MeV]=6763.05 direction=(0.578931,0.0736756,0.812041) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.38207 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 578 projectile=anti_lambda_b Ekin[MeV]=19538 direction=(0.263971,0.433101,0.861826) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=4.55991 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 579 projectile=anti_xi- Ekin[MeV]=24965.9 direction=(0.648399,0.662305,0.375408) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=4.94332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 580 projectile=xi_b- Ekin[MeV]=3031.85 direction=(0.411868,0.579361,0.703353) material=G4_W + --> #secondaries=33 impactParameter[fm]=5.02566 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=0 + Collision 581 projectile=kaon0L Ekin[MeV]=29861.1 direction=(0.526553,0.765426,0.369953) material=G4_He + --> #secondaries=17 impactParameter[fm]=1.05815 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 582 projectile=Ds+ Ekin[MeV]=4288.98 direction=(0.877903,0.394168,0.27188) material=G4_Si + --> #secondaries=4 impactParameter[fm]=2.53474 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 583 projectile=anti_omega_b- Ekin[MeV]=26837 direction=(0.146628,0.753017,0.641456) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.77677 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 584 projectile=anti_xi0 Ekin[MeV]=1624.07 direction=(0.319974,0.45536,0.830821) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.82153 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 585 projectile=lambda Ekin[MeV]=2621.41 direction=(0.150404,0.121774,0.981096) material=G4_Fe + --> #secondaries=32 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 586 projectile=anti_sigma+ Ekin[MeV]=14513.5 direction=(0.471667,0.324425,0.819926) material=G4_Si + --> #secondaries=26 impactParameter[fm]=3.1077 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 587 projectile=Ds- Ekin[MeV]=4108.03 direction=(0.4127,0.700104,0.582695) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.75054 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 588 projectile=anti_Bs0 Ekin[MeV]=4165.51 direction=(0.289136,0.738593,0.609) material=G4_Pb + --> #secondaries=11 impactParameter[fm]=3.35122 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 589 projectile=triton Ekin[MeV]=1435.46 direction=(0.675402,0.147174,0.722614) material=G4_Al + --> #secondaries=15 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 590 projectile=Bc+ Ekin[MeV]=16259.6 direction=(0.183863,0.76118,0.621932) material=G4_W + --> #secondaries=33 impactParameter[fm]=4.96139 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 591 projectile=Bs0 Ekin[MeV]=10966.1 direction=(0.0351005,0.87782,0.477704) material=G4_Si + --> #secondaries=9 impactParameter[fm]=0.639637 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 592 projectile=Bs0 Ekin[MeV]=24959.9 direction=(0.331658,0.82208,0.462804) material=G4_Si + --> #secondaries=17 impactParameter[fm]=0.581692 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 593 projectile=deuteron Ekin[MeV]=1741.52 direction=(0.544959,0.567327,0.617381) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 594 projectile=anti_B0 Ekin[MeV]=10081.1 direction=(0.804844,0.51206,0.300036) material=G4_Cu + --> #secondaries=5 impactParameter[fm]=2.94017 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 595 projectile=triton Ekin[MeV]=11865.9 direction=(0.886908,0.361137,0.288051) material=G4_C + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 596 projectile=omega_c0 Ekin[MeV]=5910.14 direction=(0.752799,0.0393444,0.657073) material=G4_Be + --> #secondaries=5 impactParameter[fm]=3.12327 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 597 projectile=neutron Ekin[MeV]=4633.14 direction=(0.538893,0.757188,0.369136) material=G4_Be + --> #secondaries=11 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 598 projectile=D- Ekin[MeV]=21351.5 direction=(0.427622,0.585233,0.688943) material=G4_Si + --> #secondaries=11 impactParameter[fm]=2.04314 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 599 projectile=anti_xi_b0 Ekin[MeV]=22793.2 direction=(0.998852,0.0464824,0.0116027) material=G4_H + --> #secondaries=9 impactParameter[fm]=0.996835 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 600 projectile=anti_lambda Ekin[MeV]=13470.9 direction=(0.389637,0.554696,0.735184) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.17373 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + List of produced secondaries: + j=0 kaon0S p=(2940.9,2285.65,4043.365519.92) MeV + j=1 anti_proton p=(918.418,2760.35,3044.744314.38) MeV + j=2 pi+ p=(80.057,336.129,204.958425.299) MeV + j=3 pi- p=(179.264,446.66,648.983819.938) MeV + j=4 pi+ p=(968.081,1415.74,1666.882395.72) MeV + j=5 neutron p=(630.86,826.288,1174.921828.65) MeV + j=6 deuteron p=(-14.2975,285.316,356.3951930.43) MeV + j=7 proton p=(-36.4603,-288.717,-447.8411079.63) MeV + Collision 601 projectile=anti_omega_b- Ekin[MeV]=6655.08 direction=(0.349323,0.574875,0.739928) material=G4_Si + --> #secondaries=27 impactParameter[fm]=2.51923 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=3 + Collision 602 projectile=B0 Ekin[MeV]=27869.7 direction=(0.918037,0.373548,0.132931) material=G4_Pb + --> #secondaries=87 impactParameter[fm]=1.86891 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=198 #NNcollisions=8 + Collision 603 projectile=lambda Ekin[MeV]=22854 direction=(0.504411,0.275626,0.818291) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.4461 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 604 projectile=pi+ Ekin[MeV]=24305.7 direction=(0.884533,0.268877,0.38119) material=G4_Be + --> #secondaries=14 impactParameter[fm]=1.84207 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 605 projectile=anti_xi- Ekin[MeV]=10746.8 direction=(0.379664,0.917024,0.122158) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=4.16168 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 606 projectile=kaon0S Ekin[MeV]=24243.2 direction=(0.693469,0.631606,0.346663) material=G4_Ar + --> #secondaries=28 impactParameter[fm]=1.2263 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 607 projectile=Bc+ Ekin[MeV]=1733.32 direction=(0.513938,0.486203,0.706735) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.272338 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 608 projectile=kaon- Ekin[MeV]=2376.99 direction=(0.587378,0.556899,0.58724) material=G4_He + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 609 projectile=anti_omega- Ekin[MeV]=4254.33 direction=(0.24963,0.81454,0.52365) material=G4_He + --> #secondaries=8 impactParameter[fm]=0.903717 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 610 projectile=pi- Ekin[MeV]=28862.9 direction=(0.897507,0.398972,0.187891) material=G4_C + --> #secondaries=20 impactParameter[fm]=2.4496 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 611 projectile=xi_c0 Ekin[MeV]=29933.6 direction=(0.315883,0.60294,0.732585) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=4.63653 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 612 projectile=lambda_b Ekin[MeV]=12937 direction=(0.869985,0.432355,0.237056) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=2.70475 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 613 projectile=B+ Ekin[MeV]=14764.7 direction=(0.514011,0.567535,0.643192) material=G4_Al + --> #secondaries=16 impactParameter[fm]=3.46586 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 614 projectile=anti_alpha Ekin[MeV]=24802.3 direction=(0.0505322,0.098189,0.993884) material=G4_He + --> #secondaries=12 impactParameter[fm]=3.59241 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=4 #NNcollisions=1 + Collision 615 projectile=Ds+ Ekin[MeV]=14381.9 direction=(0.760384,0.19733,0.618771) material=G4_C + --> #secondaries=15 impactParameter[fm]=1.7873 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 616 projectile=lambda_c+ Ekin[MeV]=23712.4 direction=(0.754595,0.463138,0.464854) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.389929 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 617 projectile=anti_lambda_b Ekin[MeV]=1908.75 direction=(0.811484,0.165336,0.560498) material=G4_Pb + --> #secondaries=16 impactParameter[fm]=6.28547 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=0 + Collision 618 projectile=anti_xi- Ekin[MeV]=11218.5 direction=(0.800407,0.599008,0.0231844) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.971208 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 619 projectile=omega- Ekin[MeV]=5211.86 direction=(0.000862232,0.469138,0.883124) material=G4_Pb + --> #secondaries=80 impactParameter[fm]=2.29443 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=197 #NNcollisions=2 + Collision 620 projectile=anti_He3 Ekin[MeV]=16205.8 direction=(0.0814096,0.784693,0.614516) material=G4_He + --> #secondaries=11 impactParameter[fm]=2.85963 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 621 projectile=Bc+ Ekin[MeV]=5977.74 direction=(0.544646,0.667534,0.507699) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.60017 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 622 projectile=anti_omega_c0 Ekin[MeV]=8040.62 direction=(0.595493,0.568613,0.567509) material=G4_Al + --> #secondaries=12 impactParameter[fm]=1.31086 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 623 projectile=kaon+ Ekin[MeV]=15364.1 direction=(0.934591,0.305457,0.182307) material=G4_W + --> #secondaries=51 impactParameter[fm]=5.39134 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=3 + Collision 624 projectile=B+ Ekin[MeV]=27409.2 direction=(0.0953491,0.982062,0.162674) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.45522 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 625 projectile=omega_c0 Ekin[MeV]=21317.1 direction=(0.446133,0.187069,0.875198) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.378619 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 626 projectile=anti_xi_b- Ekin[MeV]=22272.9 direction=(0.802982,0.301883,0.513894) material=G4_Al + --> #secondaries=28 impactParameter[fm]=1.87446 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=3 + Collision 627 projectile=anti_omega_c0 Ekin[MeV]=9763.15 direction=(0.482923,0.6246,0.613727) material=G4_He + --> #secondaries=7 impactParameter[fm]=2.25963 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 628 projectile=omega_b- Ekin[MeV]=16572.3 direction=(0.509409,0.169223,0.843722) material=G4_Cu + --> #secondaries=10 impactParameter[fm]=3.39008 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=0 + Collision 629 projectile=D- Ekin[MeV]=23758.1 direction=(0.576233,0.659435,0.482806) material=G4_Fe + --> #secondaries=12 impactParameter[fm]=0.698383 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 630 projectile=deuteron Ekin[MeV]=3827.88 direction=(0.617872,0.636442,0.46171) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 631 projectile=proton Ekin[MeV]=24475.5 direction=(0.654029,0.569566,0.497837) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=4.43728 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 632 projectile=sigma+ Ekin[MeV]=12946.8 direction=(0.248428,0.966407,0.0658904) material=G4_C + --> #secondaries=6 impactParameter[fm]=2.47142 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 633 projectile=D0 Ekin[MeV]=5006.68 direction=(0.557642,0.326727,0.763076) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.64355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 634 projectile=alpha Ekin[MeV]=29093.5 direction=(0.916273,0.394586,0.0688905) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=3.9915 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=5 + Collision 635 projectile=anti_neutron Ekin[MeV]=12237.1 direction=(0.536831,0.82895,0.157018) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=4.33104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 636 projectile=Bc- Ekin[MeV]=27546.7 direction=(0.833498,0.200897,0.514705) material=G4_Si + --> #secondaries=16 impactParameter[fm]=0.852285 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 637 projectile=proton Ekin[MeV]=1039.32 direction=(0.618387,0.0368596,0.785008) material=G4_C + --> #secondaries=8 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 638 projectile=pi- Ekin[MeV]=6570.08 direction=(0.622114,0.393428,0.676896) material=G4_Si + --> #secondaries=19 impactParameter[fm]=2.62026 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 639 projectile=lambda_b Ekin[MeV]=22281.8 direction=(0.774682,0.442945,0.451296) material=G4_Ar + --> #secondaries=18 impactParameter[fm]=3.56952 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 640 projectile=kaon+ Ekin[MeV]=24089.6 direction=(0.622637,0.0924494,0.77703) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=3.28162 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 641 projectile=anti_xi0 Ekin[MeV]=26208.5 direction=(0.243118,0.81512,0.525807) material=G4_H + --> #secondaries=11 impactParameter[fm]=0.713437 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 642 projectile=anti_neutron Ekin[MeV]=21230.9 direction=(0.0673382,0.0683144,0.995389) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.03146 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 643 projectile=anti_xi_b- Ekin[MeV]=7922.97 direction=(0.239004,0.863689,0.443756) material=G4_Be + --> #secondaries=9 impactParameter[fm]=2.60214 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 644 projectile=lambda_b Ekin[MeV]=29014.5 direction=(0.486885,0.158551,0.858955) material=G4_Pb + --> #secondaries=17 impactParameter[fm]=5.90515 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 645 projectile=D0 Ekin[MeV]=7421.22 direction=(0.425188,0.499916,0.754519) material=G4_W + --> #secondaries=75 impactParameter[fm]=2.96465 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=178 #NNcollisions=5 + Collision 646 projectile=xi0 Ekin[MeV]=16798.2 direction=(0.734039,0.336822,0.589693) material=G4_Si + --> #secondaries=29 impactParameter[fm]=2.474 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 647 projectile=anti_proton Ekin[MeV]=20672.5 direction=(0.595668,0.359372,0.718353) material=G4_Pb + --> #secondaries=33 impactParameter[fm]=7.50257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 648 projectile=Bc- Ekin[MeV]=4330.81 direction=(0.573591,0.58951,0.568746) material=G4_Pb + --> #secondaries=12 impactParameter[fm]=6.22466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=0 + Collision 649 projectile=anti_deuteron Ekin[MeV]=15312.9 direction=(0.574677,0.664311,0.477952) material=G4_Pb + --> #secondaries=68 impactParameter[fm]=5.75696 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=7 + Collision 650 projectile=anti_lambda_c+ Ekin[MeV]=17845.2 direction=(0.776641,0.545644,0.314803) material=G4_W + --> #secondaries=71 impactParameter[fm]=2.48047 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=178 #NNcollisions=1 + Collision 651 projectile=anti_xi_b- Ekin[MeV]=2767.4 direction=(0.422386,0.293932,0.857434) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=4.32332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 652 projectile=anti_neutron Ekin[MeV]=20741.9 direction=(0.589277,0.578222,0.56428) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.56679 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 653 projectile=anti_omega_b- Ekin[MeV]=20867.4 direction=(0.815604,0.578608,0.00171393) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.06202 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 654 projectile=omega_c0 Ekin[MeV]=13150.7 direction=(0.686047,0.573693,0.447455) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.46242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 655 projectile=anti_triton Ekin[MeV]=23122.6 direction=(0.453418,0.722178,0.52237) material=G4_H + --> #secondaries=8 impactParameter[fm]=0.988433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=2 + Collision 656 projectile=anti_omega_c0 Ekin[MeV]=2647.98 direction=(0.430484,0.593788,0.679779) material=G4_Pb + --> #secondaries=7 impactParameter[fm]=6.50999 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 657 projectile=anti_lambda_b Ekin[MeV]=20267.7 direction=(0.563508,0.59164,0.576559) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.19262 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 658 projectile=triton Ekin[MeV]=15990.1 direction=(0.036644,0.701052,0.712168) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.5881 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 659 projectile=Bc+ Ekin[MeV]=12487.5 direction=(0.760623,0.643358,0.0868499) material=G4_Pb + --> #secondaries=37 impactParameter[fm]=2.69758 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 660 projectile=B- Ekin[MeV]=19867.9 direction=(0.85106,0.455953,0.260392) material=G4_Cu + --> #secondaries=18 impactParameter[fm]=3.70647 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 661 projectile=proton Ekin[MeV]=27632.8 direction=(0.573094,0.579153,0.57978) material=G4_H + --> #secondaries=3 impactParameter[fm]=1.94947 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 662 projectile=anti_proton Ekin[MeV]=6551.34 direction=(0.811865,0.505025,0.292959) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=3.99289 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 663 projectile=anti_omega- Ekin[MeV]=8158.75 direction=(0.183387,0.908714,0.374978) material=G4_Fe + --> #secondaries=32 impactParameter[fm]=2.02654 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 664 projectile=He3 Ekin[MeV]=24405.7 direction=(0.544915,0.786993,0.289327) material=G4_Cu + --> #secondaries=17 impactParameter[fm]=6.75345 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 665 projectile=anti_neutron Ekin[MeV]=10636 direction=(0.653414,0.75659,0.0249274) material=G4_Pb + --> #secondaries=50 impactParameter[fm]=4.97944 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 666 projectile=sigma+ Ekin[MeV]=21481.5 direction=(0.0892724,0.788017,0.609146) material=G4_Pb + --> #secondaries=64 impactParameter[fm]=6.33292 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=3 + Collision 667 projectile=lambda_b Ekin[MeV]=25645.7 direction=(0.289797,0.827276,0.481282) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.18645 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 668 projectile=sigma+ Ekin[MeV]=6643.8 direction=(0.499196,0.77299,0.391522) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=2.70203 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 669 projectile=omega_c0 Ekin[MeV]=21678.4 direction=(0.300018,0.589972,0.749615) material=G4_C + --> #secondaries=9 impactParameter[fm]=3.93603 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 670 projectile=kaon- Ekin[MeV]=16469.9 direction=(0.241386,0.525814,0.81563) material=G4_Pb + --> #secondaries=76 impactParameter[fm]=3.68513 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=3 + Collision 671 projectile=anti_alpha Ekin[MeV]=10930.9 direction=(0.927547,0.106744,0.358137) material=G4_W + --> #secondaries=63 impactParameter[fm]=6.35956 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=184 #NNcollisions=5 + Collision 672 projectile=Bs0 Ekin[MeV]=6663.26 direction=(0.0529791,0.969002,0.241307) material=G4_Pb + --> #secondaries=52 impactParameter[fm]=1.3683 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=5 + Collision 673 projectile=D0 Ekin[MeV]=10304.5 direction=(0.137642,0.888688,0.437366) material=G4_Si + --> #secondaries=10 impactParameter[fm]=2.47502 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 674 projectile=xi0 Ekin[MeV]=26114.6 direction=(0.609462,0.647142,0.457999) material=G4_Si + --> #secondaries=20 impactParameter[fm]=2.81915 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 675 projectile=anti_sigma- Ekin[MeV]=27079.3 direction=(0.514828,0.617656,0.594518) material=G4_Cu + --> #secondaries=54 impactParameter[fm]=1.94501 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 676 projectile=Ds- Ekin[MeV]=1085.13 direction=(0.0839081,0.809961,0.58045) material=G4_Al + --> #secondaries=9 impactParameter[fm]=3.96945 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 677 projectile=He3 Ekin[MeV]=3683.19 direction=(0.243346,0.917189,0.31551) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 678 projectile=anti_neutron Ekin[MeV]=21814.1 direction=(0.411265,0.583865,0.699973) material=G4_Pb + --> #secondaries=45 impactParameter[fm]=6.64892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 679 projectile=sigma+ Ekin[MeV]=5960.11 direction=(0.946918,0.0515326,0.317318) material=G4_W + --> #secondaries=53 impactParameter[fm]=5.00416 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=3 + Collision 680 projectile=xi_c+ Ekin[MeV]=2529.35 direction=(0.731823,0.671872,0.114122) material=G4_W + --> #secondaries=27 impactParameter[fm]=6.54789 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=0 + Collision 681 projectile=Bc+ Ekin[MeV]=11219.4 direction=(0.636565,0.567278,0.522476) material=G4_Si + --> #secondaries=9 impactParameter[fm]=3.75543 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 682 projectile=D+ Ekin[MeV]=15819.5 direction=(0.131605,0.0759527,0.988388) material=G4_He + --> #secondaries=10 impactParameter[fm]=0.601419 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=2 #NNcollisions=2 + Collision 683 projectile=Bc- Ekin[MeV]=19474.4 direction=(0.755974,0.266648,0.597831) material=G4_Pb + --> #secondaries=47 impactParameter[fm]=2.00407 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 684 projectile=lambda_b Ekin[MeV]=2317.66 direction=(0.716088,0.442476,0.539845) material=G4_W + --> #secondaries=6 impactParameter[fm]=6.0765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=0 + Collision 685 projectile=anti_lambda_c+ Ekin[MeV]=23317.2 direction=(0.696118,0.496663,0.518408) material=G4_Cu + --> #secondaries=41 impactParameter[fm]=3.47397 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=3 + Collision 686 projectile=alpha Ekin[MeV]=25392.1 direction=(0.256244,0.704099,0.662256) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.58201 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 687 projectile=lambda_c+ Ekin[MeV]=26982.3 direction=(0.402702,0.849882,0.339899) material=G4_W + --> #secondaries=43 impactParameter[fm]=5.54415 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=2 + Collision 688 projectile=anti_lambda_c+ Ekin[MeV]=3625.58 direction=(0.241769,0.755412,0.609016) material=G4_Al + --> #secondaries=15 impactParameter[fm]=2.06626 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=2 + Collision 689 projectile=omega_c0 Ekin[MeV]=22031.4 direction=(0.727629,0.257724,0.635716) material=G4_Fe + --> #secondaries=43 impactParameter[fm]=2.21049 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=52 #NNcollisions=4 + Collision 690 projectile=anti_alpha Ekin[MeV]=12019 direction=(0.778202,0.467959,0.418826) material=G4_Fe + --> #secondaries=17 impactParameter[fm]=6.2521 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 691 projectile=sigma+ Ekin[MeV]=7997.63 direction=(0.626599,0.569928,0.53156) material=G4_W + --> #secondaries=66 impactParameter[fm]=2.38221 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 + Collision 692 projectile=omega- Ekin[MeV]=28308.9 direction=(0.0470677,0.176711,0.983137) material=G4_Be + --> #secondaries=7 impactParameter[fm]=3.0251 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 693 projectile=sigma+ Ekin[MeV]=29712.5 direction=(0.646002,0.757013,0.0980474) material=G4_Ar + --> #secondaries=37 impactParameter[fm]=2.40639 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 694 projectile=xi- Ekin[MeV]=5367.46 direction=(0.458979,0.711541,0.532022) material=G4_W + --> #secondaries=65 impactParameter[fm]=2.59288 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=2 + Collision 695 projectile=Bc+ Ekin[MeV]=9263.37 direction=(0.762307,0.489943,0.422899) material=G4_C + --> #secondaries=5 impactParameter[fm]=1.10551 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 696 projectile=anti_He3 Ekin[MeV]=28169 direction=(0.557695,0.399477,0.727595) material=G4_H + --> #secondaries=4 impactParameter[fm]=2.34347 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 697 projectile=lambda_b Ekin[MeV]=6839.39 direction=(0.133204,0.706594,0.694969) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.77565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 698 projectile=D+ Ekin[MeV]=18155.6 direction=(0.43515,0.884715,0.167106) material=G4_Al + --> #secondaries=11 impactParameter[fm]=3.39512 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 699 projectile=neutron Ekin[MeV]=26308.9 direction=(0.706134,0.256062,0.660157) material=G4_Pb + --> #secondaries=61 impactParameter[fm]=3.79969 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=202 #NNcollisions=5 + Collision 700 projectile=He3 Ekin[MeV]=23603.9 direction=(0.383819,0.172442,0.907164) material=G4_Al + --> #secondaries=11 impactParameter[fm]=5.8898 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=26 #NNcollisions=0 + List of produced secondaries: + j=0 neutron p=(3419.97,1739.16,7901.258833.66) MeV + j=1 proton p=(4221.09,1841.54,9868.9110930.9) MeV + j=2 neutron p=(-34.3999,-114.63,226.101973.77) MeV + j=3 proton p=(64.5109,99.054,164.897959.958) MeV + j=4 Na23 p=(-102.203,-109.152,-212.32121410.8) MeV + j=5 proton p=(44.4357,-23.7941,24.4205939.942) MeV + j=6 neutron p=(-40.6361,1.87815,-18.4047940.626) MeV + j=7 gamma p=(-0.0884636,-1.62591,-0.6526961.75425) MeV + j=8 gamma p=(-1.182,-1.00585,-0.5668581.65232) MeV + j=9 gamma p=(0.421189,0.104975,0.04981330.436923) MeV + j=10 proton p=(2508.15,1097.24,5870.736545.27) MeV + Collision 701 projectile=pi+ Ekin[MeV]=1443.61 direction=(0.4199,0.8819,0.214328) material=G4_Si + --> #secondaries=5 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 702 projectile=lambda_c+ Ekin[MeV]=28248.6 direction=(0.0517499,0.0431312,0.997728) material=G4_Cu + --> #secondaries=43 impactParameter[fm]=1.94041 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=58 #NNcollisions=3 + Collision 703 projectile=lambda Ekin[MeV]=4046.74 direction=(0.574498,0.565824,0.591435) material=G4_He + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 704 projectile=Bs0 Ekin[MeV]=13220.2 direction=(0.880323,0.427447,0.205719) material=G4_Pb + --> #secondaries=28 impactParameter[fm]=4.2676 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=1 + Collision 705 projectile=xi_c0 Ekin[MeV]=13897.7 direction=(0.857932,0.505072,0.0941012) material=G4_Si + --> #secondaries=18 impactParameter[fm]=1.09205 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 706 projectile=Bc+ Ekin[MeV]=5295.58 direction=(0.0341559,0.491778,0.870051) material=G4_W + --> #secondaries=5 impactParameter[fm]=4.44699 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 707 projectile=anti_triton Ekin[MeV]=8494.96 direction=(0.2193,0.671644,0.707673) material=G4_Be + --> #secondaries=16 impactParameter[fm]=0.632765 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=4 + Collision 708 projectile=anti_lambda_c+ Ekin[MeV]=17291.6 direction=(0.718249,0.619074,0.317593) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=1.89565 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 709 projectile=B+ Ekin[MeV]=22540.7 direction=(0.580086,0.745063,0.329213) material=G4_Si + --> #secondaries=12 impactParameter[fm]=0.946511 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 710 projectile=lambda Ekin[MeV]=6418.17 direction=(0.603729,0.775656,0.184036) material=G4_He + --> #secondaries=5 impactParameter[fm]=3.19104 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 711 projectile=anti_omega- Ekin[MeV]=21204.9 direction=(0.64752,0.492124,0.581835) material=G4_Cu + --> #secondaries=40 impactParameter[fm]=2.33583 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=63 #NNcollisions=1 + Collision 712 projectile=D0 Ekin[MeV]=20537.7 direction=(0.0593657,0.598988,0.798554) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.28422 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 713 projectile=kaon- Ekin[MeV]=11337.5 direction=(0.447161,0.730839,0.515675) material=G4_Si + --> #secondaries=18 impactParameter[fm]=3.80976 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 714 projectile=xi0 Ekin[MeV]=24313.4 direction=(0.68936,0.579419,0.434806) material=G4_C + --> #secondaries=16 impactParameter[fm]=2.16349 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 715 projectile=anti_xi_c+ Ekin[MeV]=22928.6 direction=(0.605749,0.20708,0.768236) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=3.72109 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 716 projectile=anti_D0 Ekin[MeV]=13307.8 direction=(0.499486,0.349207,0.792823) material=G4_W + --> #secondaries=67 impactParameter[fm]=4.04342 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=180 #NNcollisions=5 + Collision 717 projectile=triton Ekin[MeV]=15541.9 direction=(0.0431486,0.989662,0.136773) material=G4_C + --> #secondaries=10 impactParameter[fm]=3.55857 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 718 projectile=triton Ekin[MeV]=17196.7 direction=(0.382626,0.816334,0.432663) material=G4_Pb + --> #secondaries=58 impactParameter[fm]=4.93591 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=196 #NNcollisions=5 + Collision 719 projectile=anti_proton Ekin[MeV]=28344.3 direction=(0.665533,0.584753,0.463821) material=G4_C + --> #secondaries=11 impactParameter[fm]=3.41401 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 720 projectile=B+ Ekin[MeV]=13059.2 direction=(0.638768,0.61143,0.467042) material=G4_Cu + --> #secondaries=23 impactParameter[fm]=3.75741 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 721 projectile=anti_omega_b- Ekin[MeV]=2101.9 direction=(0.18735,0.54603,0.816548) material=G4_Ar + --> #secondaries=11 impactParameter[fm]=1.92723 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 722 projectile=kaon+ Ekin[MeV]=9930.78 direction=(0.476646,0.676017,0.56197) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.43215 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 723 projectile=Bc- Ekin[MeV]=11551.1 direction=(0.609375,0.612786,0.503145) material=G4_Pb + --> #secondaries=10 impactParameter[fm]=6.69528 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 724 projectile=B- Ekin[MeV]=20451.6 direction=(0.29817,0.69569,0.653537) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.55574 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 725 projectile=B0 Ekin[MeV]=2963.73 direction=(0.189494,0.709941,0.678289) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.73871 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 726 projectile=xi- Ekin[MeV]=14102 direction=(0.0380753,0.706969,0.706219) material=G4_W + --> #secondaries=74 impactParameter[fm]=1.77527 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=177 #NNcollisions=6 + Collision 727 projectile=xi0 Ekin[MeV]=10506.9 direction=(0.79051,0.0349515,0.611451) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=4.2151 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 728 projectile=lambda_c+ Ekin[MeV]=5508.56 direction=(0.420612,0.850376,0.316142) material=G4_Si + --> #secondaries=14 impactParameter[fm]=3.27303 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 729 projectile=neutron Ekin[MeV]=10897.1 direction=(0.594269,0.525953,0.608455) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=6.19252 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=0 + Collision 730 projectile=anti_xi0 Ekin[MeV]=25963.4 direction=(0.451397,0.890891,0.0505383) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.99948 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 731 projectile=alpha Ekin[MeV]=22082.6 direction=(0.64228,0.464878,0.609398) material=G4_H + --> #secondaries=10 impactParameter[fm]=1.3923 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=0 #NNcollisions=2 + Collision 732 projectile=anti_xi_b0 Ekin[MeV]=14412.3 direction=(0.123498,0.258794,0.958005) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=4.03878 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 733 projectile=kaon0L Ekin[MeV]=12398.2 direction=(0.433968,0.298364,0.850089) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=3.11352 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 734 projectile=lambda_b Ekin[MeV]=21211.1 direction=(0.192028,0.59704,0.778889) material=G4_Pb + --> #secondaries=34 impactParameter[fm]=5.75987 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 735 projectile=anti_He3 Ekin[MeV]=15638.3 direction=(0.5725,0.32438,0.753009) material=G4_Si + --> #secondaries=29 impactParameter[fm]=2.80298 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=5 + Collision 736 projectile=Bc- Ekin[MeV]=5133.66 direction=(0.5791,0.438921,0.687017) material=G4_Al + --> #secondaries=9 impactParameter[fm]=3.00325 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 737 projectile=anti_xi_c0 Ekin[MeV]=3040.16 direction=(0.407611,0.697755,0.58906) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=3.53733 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 738 projectile=anti_xi0 Ekin[MeV]=23226.5 direction=(0.70961,0.697587,0.0991259) material=G4_Si + --> #secondaries=13 impactParameter[fm]=4.54519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=1 + Collision 739 projectile=xi_b- Ekin[MeV]=22069 direction=(0.763561,0.609817,0.212362) material=G4_Al + --> #secondaries=7 impactParameter[fm]=3.83392 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 740 projectile=B+ Ekin[MeV]=19731.9 direction=(0.865198,0.341797,0.366889) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=2.27547 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=52 #NNcollisions=1 + Collision 741 projectile=omega_c0 Ekin[MeV]=10225.8 direction=(0.249389,0.490532,0.834975) material=G4_Cu + --> #secondaries=9 impactParameter[fm]=6.46012 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 742 projectile=neutron Ekin[MeV]=16761.8 direction=(0.583023,0.422572,0.693914) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.57002 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 743 projectile=kaon- Ekin[MeV]=28677.2 direction=(0.0857763,0.588348,0.804046) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.28446 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 744 projectile=Ds+ Ekin[MeV]=28688.4 direction=(0.129714,0.939164,0.318033) material=G4_Cu + --> #secondaries=41 impactParameter[fm]=1.96995 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 745 projectile=anti_xi0 Ekin[MeV]=27350.6 direction=(0.288511,0.720068,0.631081) material=G4_C + --> #secondaries=19 impactParameter[fm]=2.82551 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 746 projectile=anti_xi0 Ekin[MeV]=10754.3 direction=(0.948824,0.12364,0.290596) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=5.85903 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 747 projectile=xi0 Ekin[MeV]=28047 direction=(0.489931,0.369175,0.789732) material=G4_Be + --> #secondaries=16 impactParameter[fm]=0.149116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=5 #NNcollisions=4 + Collision 748 projectile=triton Ekin[MeV]=12471.2 direction=(0.873943,0.19576,0.444861) material=G4_Be + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 749 projectile=Bc+ Ekin[MeV]=29333.1 direction=(0.433561,0.337722,0.835445) material=G4_Pb + --> #secondaries=83 impactParameter[fm]=2.2466 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=202 #NNcollisions=4 + Collision 750 projectile=xi_c+ Ekin[MeV]=13514.2 direction=(0.547801,0.836276,0.0235815) material=G4_Fe + --> #secondaries=29 impactParameter[fm]=2.52283 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 751 projectile=anti_sigma- Ekin[MeV]=7667.03 direction=(0.494541,0.663916,0.560932) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.62532 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 752 projectile=xi_c0 Ekin[MeV]=29925.9 direction=(0.334646,0.649147,0.683096) material=G4_Al + --> #secondaries=13 impactParameter[fm]=4.41347 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 753 projectile=Bs0 Ekin[MeV]=27537 direction=(0.569546,0.51587,0.639918) material=G4_He + --> #secondaries=7 impactParameter[fm]=0.402532 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 754 projectile=B0 Ekin[MeV]=29671.2 direction=(0.384906,0.123801,0.914615) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=2.97179 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 755 projectile=xi_b0 Ekin[MeV]=1658.56 direction=(0.753434,0.221001,0.61927) material=G4_C + --> #secondaries=7 impactParameter[fm]=0.444412 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 756 projectile=omega_c0 Ekin[MeV]=1570.02 direction=(0.552154,0.279862,0.785368) material=G4_He + --> #secondaries=4 impactParameter[fm]=2.48812 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 757 projectile=lambda_b Ekin[MeV]=7874.59 direction=(0.545949,0.837716,0.0130979) material=G4_Pb + --> #secondaries=37 impactParameter[fm]=3.86421 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=203 #NNcollisions=1 + Collision 758 projectile=proton Ekin[MeV]=7420.61 direction=(0.840757,0.535955,0.0766806) material=G4_C + --> #secondaries=10 impactParameter[fm]=1.46975 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 759 projectile=anti_proton Ekin[MeV]=26708.9 direction=(0.84811,0.225024,0.479659) material=G4_W + --> #secondaries=68 impactParameter[fm]=5.06939 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=4 + Collision 760 projectile=anti_omega- Ekin[MeV]=8641.18 direction=(0.470961,0.2655,0.841252) material=G4_Cu + --> #secondaries=30 impactParameter[fm]=3.02188 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=1 + Collision 761 projectile=anti_sigma- Ekin[MeV]=4248.39 direction=(0.88808,0.437704,0.140461) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=5.73067 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 762 projectile=B+ Ekin[MeV]=24194 direction=(0.646086,0.405852,0.646418) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.57123 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 763 projectile=anti_lambda Ekin[MeV]=17818.6 direction=(0.978957,0.202402,0.0260204) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.99184 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 764 projectile=anti_He3 Ekin[MeV]=17902.3 direction=(0.271976,0.634606,0.723398) material=G4_C + --> #secondaries=13 impactParameter[fm]=4.44839 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=12 #NNcollisions=1 + Collision 765 projectile=triton Ekin[MeV]=12794.4 direction=(0.648758,0.746432,0.148165) material=G4_C + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 766 projectile=kaon0S Ekin[MeV]=1134.37 direction=(0.932959,0.0838143,0.35009) material=G4_H + --> #secondaries=2 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 767 projectile=xi0 Ekin[MeV]=10987.6 direction=(0.519043,0.803243,0.292224) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.49113 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 768 projectile=Bc- Ekin[MeV]=6822.57 direction=(0.49933,0.853563,0.148659) material=G4_Ar + --> #secondaries=16 impactParameter[fm]=1.41106 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=38 #NNcollisions=0 + Collision 769 projectile=anti_omega- Ekin[MeV]=15683.8 direction=(0.441717,0.664812,0.602421) material=G4_Fe + --> #secondaries=15 impactParameter[fm]=4.39285 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 770 projectile=lambda_c+ Ekin[MeV]=26187 direction=(0.979869,0.16432,0.11338) material=G4_C + --> #secondaries=12 impactParameter[fm]=0.722868 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 771 projectile=pi+ Ekin[MeV]=17493.8 direction=(0.359425,0.831989,0.42262) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.46978 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 772 projectile=anti_neutron Ekin[MeV]=24790.5 direction=(0.48787,0.56766,0.663133) material=G4_Cu + --> #secondaries=28 impactParameter[fm]=3.59988 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=65 #NNcollisions=1 + Collision 773 projectile=xi- Ekin[MeV]=17720.3 direction=(0.849221,0.176805,0.497558) material=G4_He + --> #secondaries=7 impactParameter[fm]=1.17335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 774 projectile=anti_xi_b0 Ekin[MeV]=24388.7 direction=(0.19611,0.897786,0.394362) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.795567 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 775 projectile=lambda_b Ekin[MeV]=5249.61 direction=(0.710744,0.471064,0.522438) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.0505 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=6 #NNcollisions=1 + Collision 776 projectile=Bc- Ekin[MeV]=23617.4 direction=(0.519725,0.849776,0.0881332) material=G4_Fe + --> #secondaries=10 impactParameter[fm]=4.02759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 777 projectile=anti_xi_b- Ekin[MeV]=21277 direction=(0.978128,0.174207,0.113659) material=G4_Ar + --> #secondaries=12 impactParameter[fm]=3.6757 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 778 projectile=xi_c0 Ekin[MeV]=2053.32 direction=(0.499675,0.0135531,0.866107) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.759384 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=0 + Collision 779 projectile=B+ Ekin[MeV]=25796.1 direction=(0.748862,0.640909,0.168648) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=3.56571 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 780 projectile=deuteron Ekin[MeV]=24325.7 direction=(0.419027,0.407952,0.811167) material=G4_H + --> #secondaries=5 impactParameter[fm]=2.44484 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 781 projectile=He3 Ekin[MeV]=4390.2 direction=(0.760545,0.648964,0.0204071) material=G4_W + --> #secondaries=66 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 782 projectile=anti_omega_c0 Ekin[MeV]=18331.4 direction=(0.858994,0.0066511,0.511943) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.22019 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 783 projectile=anti_xi_c+ Ekin[MeV]=2993.35 direction=(0.456953,0.889473,0.00565487) material=G4_Si + --> #secondaries=10 impactParameter[fm]=3.22165 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=0 + Collision 784 projectile=Ds- Ekin[MeV]=9231.19 direction=(0.195861,0.737819,0.645958) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=0.914769 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 785 projectile=anti_neutron Ekin[MeV]=16241.1 direction=(0.959377,0.18047,0.216856) material=G4_Al + --> #secondaries=15 impactParameter[fm]=1.78747 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 786 projectile=D+ Ekin[MeV]=5313.5 direction=(0.617486,0.639752,0.457634) material=G4_Be + --> #secondaries=7 impactParameter[fm]=0.941891 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 787 projectile=D0 Ekin[MeV]=16706.1 direction=(0.849992,0.523637,0.0576032) material=G4_W + --> #secondaries=33 impactParameter[fm]=4.96084 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=185 #NNcollisions=1 + Collision 788 projectile=anti_lambda_c+ Ekin[MeV]=27631.6 direction=(0.182374,0.577872,0.79549) material=G4_W + --> #secondaries=52 impactParameter[fm]=5.06158 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 789 projectile=triton Ekin[MeV]=22714.6 direction=(0.331869,0.23796,0.912819) material=G4_Ar + --> #secondaries=39 impactParameter[fm]=3.84821 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=33 #NNcollisions=5 + Collision 790 projectile=triton Ekin[MeV]=5272.1 direction=(0.53869,0.505044,0.674347) material=G4_Fe + --> #secondaries=38 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 791 projectile=anti_xi- Ekin[MeV]=26402.4 direction=(0.839167,0.525723,0.139333) material=G4_C + --> #secondaries=16 impactParameter[fm]=1.01664 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=1 + Collision 792 projectile=D+ Ekin[MeV]=22714.5 direction=(0.271085,0.925003,0.266238) material=G4_Pb + --> #secondaries=49 impactParameter[fm]=5.48251 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 793 projectile=Bc+ Ekin[MeV]=13887.4 direction=(0.525608,0.503807,0.685503) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.81588 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 794 projectile=sigma+ Ekin[MeV]=24326.6 direction=(0.580911,0.110238,0.806468) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=4.37773 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 795 projectile=anti_sigma+ Ekin[MeV]=14852.9 direction=(0.94575,0.145629,0.290431) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.78746 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=2 + Collision 796 projectile=Ds+ Ekin[MeV]=7895.84 direction=(0.454451,0.890053,0.0357663) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.878734 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 797 projectile=anti_deuteron Ekin[MeV]=2146.54 direction=(0.423254,0.754729,0.501239) material=G4_Al + --> #secondaries=25 impactParameter[fm]=2.74433 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=22 #NNcollisions=2 + Collision 798 projectile=pi- Ekin[MeV]=6959.77 direction=(0.710899,0.631772,0.30901) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=5.69223 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 799 projectile=anti_omega_b- Ekin[MeV]=22624.2 direction=(0.155866,0.159005,0.974896) material=G4_Pb + --> #secondaries=50 impactParameter[fm]=3.83335 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 800 projectile=lambda Ekin[MeV]=14993.8 direction=(0.716557,0.693009,0.0792733) material=G4_Al + --> #secondaries=32 impactParameter[fm]=1.45576 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=23 #NNcollisions=4 + List of produced secondaries: + j=0 eta_prime p=(1492,1638.22,-148.2612418.5) MeV + j=1 sigma0 p=(1405.61,890.688,110.672050.29) MeV + j=2 pi- p=(58.906,-131.377,104.017225.897) MeV + j=3 pi- p=(956.612,1342.82,179.4121664.31) MeV + j=4 neutron p=(696.52,368.181,187.2251240.38) MeV + j=5 pi0 p=(187.368,299.781,-28.2585379.464) MeV + j=6 pi- p=(1231.59,763.525,177.1761466.51) MeV + j=7 pi+ p=(1528.51,945.461,695.4691932.2) MeV + j=8 pi0 p=(238.822,124.96,34.9713303.467) MeV + j=9 neutron p=(-225.45,71.1881,-209.49991.244) MeV + j=10 proton p=(159.444,-148.066,152.811975.219) MeV + j=11 neutron p=(-417.573,86.7598,-126.921039.61) MeV + j=12 pi+ p=(86.9868,-40.9276,287.525333.755) MeV + j=13 pi+ p=(55.9342,382.252,77.3244417.976) MeV + j=14 proton p=(620.675,1047.91,55.10761538.43) MeV + j=15 pi0 p=(334.656,135.06,-261.654465.744) MeV + j=16 gamma p=(-350.773,401.809,-55.5468536.263) MeV + j=17 pi0 p=(428.298,719.244,86.872852.36) MeV + j=18 proton p=(943.662,1347.06,-351.3821925.85) MeV + j=19 deuteron p=(3.32742,157.426,-399.781924.2) MeV + j=20 He3 p=(-139.754,87.9166,-307.6972830.02) MeV + j=21 proton p=(-90.1006,126.551,399.581031.58) MeV + j=22 proton p=(237.204,20.799,169.919982.815) MeV + j=23 proton p=(37.3893,-58.7317,-22.7895941.128) MeV + j=24 neutron p=(302.622,164.024,108.1981006.47) MeV + j=25 proton p=(212.943,-45.7225,136.605972.857) MeV + j=26 deuteron p=(327.765,393.44,-67.25331945.42) MeV + j=27 deuteron p=(169.912,-138.429,421.3831934.82) MeV + j=28 neutron p=(373.705,-93.33,188.8381032.86) MeV + j=29 neutron p=(-62.6275,-104.104,6.98641947.413) MeV + j=30 neutron p=(27.1155,-222.89,314.6471015.97) MeV + j=31 H4 p=(684.28,605.642,-641.7243912.8) MeV + Collision 801 projectile=kaon0S Ekin[MeV]=10090 direction=(0.317201,0.876792,0.361412) material=G4_Fe + --> #secondaries=23 impactParameter[fm]=5.2137 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 802 projectile=anti_xi0 Ekin[MeV]=11363.7 direction=(0.520125,0.853516,0.0313028) material=G4_W + --> #secondaries=16 impactParameter[fm]=8.74572 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 803 projectile=anti_xi0 Ekin[MeV]=23099.9 direction=(0.363224,0.895796,0.25616) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.32005 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 804 projectile=anti_xi0 Ekin[MeV]=25671.1 direction=(0.197397,0.112779,0.973815) material=G4_Be + --> #secondaries=10 impactParameter[fm]=2.26201 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=1 + Collision 805 projectile=anti_omega_b- Ekin[MeV]=23525.9 direction=(0.0797628,0.0851213,0.993173) material=G4_Be + --> #secondaries=12 impactParameter[fm]=0.989522 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 806 projectile=anti_lambda Ekin[MeV]=5821.02 direction=(0.377627,0.580056,0.721757) material=G4_C + --> #secondaries=14 impactParameter[fm]=2.06778 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 807 projectile=B+ Ekin[MeV]=6341.67 direction=(0.567484,0.399832,0.719789) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=4.65013 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 808 projectile=D0 Ekin[MeV]=2746.14 direction=(0.166227,0.0182993,0.985918) material=G4_Be + --> #secondaries=4 impactParameter[fm]=2.45144 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 809 projectile=triton Ekin[MeV]=11280.3 direction=(0.527403,0.805242,0.270981) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=3.35146 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 810 projectile=anti_triton Ekin[MeV]=5040.54 direction=(0.750985,0.423045,0.507005) material=G4_C + --> #secondaries=22 impactParameter[fm]=2.45192 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=3 + Collision 811 projectile=omega_b- Ekin[MeV]=17632.5 direction=(0.740102,0.523199,0.422507) material=G4_C + --> #secondaries=16 impactParameter[fm]=0.803901 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 812 projectile=anti_deuteron Ekin[MeV]=20942.2 direction=(0.175398,0.712355,0.679548) material=G4_Al + --> #secondaries=31 impactParameter[fm]=2.61242 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=4 + Collision 813 projectile=anti_proton Ekin[MeV]=20128.4 direction=(0.62834,0.518999,0.579507) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.629499 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=1 #NNcollisions=1 + Collision 814 projectile=kaon+ Ekin[MeV]=10471.6 direction=(0.021809,0.740824,0.671345) material=G4_He + --> #secondaries=9 impactParameter[fm]=2.45429 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 815 projectile=anti_xi_c0 Ekin[MeV]=5135.75 direction=(0.233283,0.464639,0.854219) material=G4_C + --> #secondaries=11 impactParameter[fm]=1.73936 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=9 #NNcollisions=2 + Collision 816 projectile=omega- Ekin[MeV]=29182.6 direction=(0.820777,0.390406,0.417024) material=G4_Si + --> #secondaries=20 impactParameter[fm]=3.39528 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 817 projectile=pi+ Ekin[MeV]=3197.72 direction=(0.447303,0.867691,0.216869) material=G4_W + --> #secondaries=43 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 818 projectile=anti_neutron Ekin[MeV]=14416.6 direction=(0.761939,0.344093,0.548679) material=G4_Ar + --> #secondaries=9 impactParameter[fm]=5.07457 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 819 projectile=sigma+ Ekin[MeV]=13234 direction=(0.184037,0.736382,0.651054) material=G4_Si + --> #secondaries=26 impactParameter[fm]=0.992924 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 820 projectile=anti_sigma+ Ekin[MeV]=7203.62 direction=(0.0949027,0.818005,0.567328) material=G4_Cu + --> #secondaries=16 impactParameter[fm]=6.2438 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 821 projectile=neutron Ekin[MeV]=28503.6 direction=(0.379221,0.684748,0.622344) material=G4_W + --> #secondaries=64 impactParameter[fm]=2.56434 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=175 #NNcollisions=7 + Collision 822 projectile=anti_xi_c+ Ekin[MeV]=3792.76 direction=(0.100023,0.994864,0.015524) material=G4_Pb + --> #secondaries=32 impactParameter[fm]=3.45244 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=1 + Collision 823 projectile=proton Ekin[MeV]=20135.6 direction=(0.866524,0.0274257,0.498382) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.920287 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 824 projectile=kaon0L Ekin[MeV]=25287.4 direction=(0.908048,0.106369,0.405136) material=G4_He + --> #secondaries=12 impactParameter[fm]=1.08214 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 825 projectile=B+ Ekin[MeV]=10905.7 direction=(0.568186,0.676249,0.468883) material=G4_Al + --> #secondaries=9 impactParameter[fm]=3.61693 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 826 projectile=deuteron Ekin[MeV]=23519.3 direction=(0.157435,0.941509,0.297951) material=G4_He + --> #secondaries=8 impactParameter[fm]=1.158 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 827 projectile=deuteron Ekin[MeV]=23879.9 direction=(0.103575,0.853335,0.510971) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=4.97519 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 828 projectile=omega_b- Ekin[MeV]=27002.6 direction=(0.694784,0.713166,0.0931137) material=G4_Al + --> #secondaries=11 impactParameter[fm]=2.33738 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 829 projectile=xi0 Ekin[MeV]=16275.6 direction=(0.682045,0.0972894,0.72481) material=G4_W + --> #secondaries=30 impactParameter[fm]=6.60021 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 830 projectile=xi_b- Ekin[MeV]=16981.7 direction=(0.627791,0.60647,0.487926) material=G4_H + --> #secondaries=4 impactParameter[fm]=0.417712 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 831 projectile=anti_xi0 Ekin[MeV]=23513.9 direction=(0.767838,0.37879,0.516666) material=G4_Be + --> #secondaries=6 impactParameter[fm]=1.78402 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 832 projectile=xi_b0 Ekin[MeV]=17726.2 direction=(0.647249,0.538143,0.53988) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.4332 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 833 projectile=xi0 Ekin[MeV]=29074.9 direction=(0.345222,0.739738,0.57759) material=G4_Be + --> #secondaries=12 impactParameter[fm]=3.17194 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 834 projectile=lambda Ekin[MeV]=29403.9 direction=(0.135068,0.787111,0.601842) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.564009 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 835 projectile=kaon0L Ekin[MeV]=27961.2 direction=(0.143782,0.787071,0.599872) material=G4_He + --> #secondaries=9 impactParameter[fm]=2.31661 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 836 projectile=anti_neutron Ekin[MeV]=26207.3 direction=(0.720027,0.555855,0.415435) material=G4_Cu + --> #secondaries=22 impactParameter[fm]=4.76024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 837 projectile=anti_omega- Ekin[MeV]=21731.5 direction=(0.0464682,0.520573,0.852552) material=G4_Cu + --> #secondaries=42 impactParameter[fm]=2.88861 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 838 projectile=lambda_b Ekin[MeV]=10497.8 direction=(0.185006,0.607912,0.77215) material=G4_Pb + --> #secondaries=59 impactParameter[fm]=4.09719 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=3 + Collision 839 projectile=Bc- Ekin[MeV]=9846.34 direction=(0.708514,0.693823,0.128911) material=G4_C + --> #secondaries=6 impactParameter[fm]=1.17355 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 840 projectile=anti_xi_b0 Ekin[MeV]=21065.3 direction=(0.749035,0.657948,0.077788) material=G4_Fe + --> #secondaries=29 impactParameter[fm]=1.03241 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=2 + Collision 841 projectile=anti_lambda_b Ekin[MeV]=26957.8 direction=(0.815177,0.0619162,0.575893) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.74935 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 842 projectile=D0 Ekin[MeV]=12836.9 direction=(0.308863,0.587376,0.74806) material=G4_Al + --> #secondaries=22 impactParameter[fm]=2.73917 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 843 projectile=lambda_c+ Ekin[MeV]=26929.1 direction=(0.744741,0.665849,0.0447843) material=G4_W + --> #secondaries=26 impactParameter[fm]=7.66256 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=181 #NNcollisions=1 + Collision 844 projectile=anti_xi_c+ Ekin[MeV]=14831.6 direction=(0.692061,0.32717,0.643437) material=G4_Si + --> #secondaries=25 impactParameter[fm]=3.11162 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 845 projectile=xi0 Ekin[MeV]=9817.94 direction=(0.844714,0.400528,0.355014) material=G4_Ar + --> #secondaries=19 impactParameter[fm]=1.802 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 846 projectile=anti_neutron Ekin[MeV]=1861.66 direction=(0.716161,0.409127,0.565446) material=G4_Ar + --> #secondaries=10 impactParameter[fm]=6.20798 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 847 projectile=B+ Ekin[MeV]=12062.8 direction=(0.655417,0.574592,0.490176) material=G4_Cu + --> #secondaries=19 impactParameter[fm]=2.05215 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=60 #NNcollisions=2 + Collision 848 projectile=He3 Ekin[MeV]=21275.8 direction=(0.560759,0.112372,0.820318) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.35197 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=7 #NNcollisions=3 + Collision 849 projectile=anti_sigma- Ekin[MeV]=11873.4 direction=(0.246426,0.881838,0.402039) material=G4_H + --> #secondaries=7 impactParameter[fm]=0.373675 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 850 projectile=D- Ekin[MeV]=18929.6 direction=(0.919651,0.387382,0.0646363) material=G4_Pb + --> #secondaries=51 impactParameter[fm]=6.0717 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 851 projectile=sigma+ Ekin[MeV]=10354.1 direction=(0.207243,0.275732,0.938628) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.28228 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 852 projectile=anti_proton Ekin[MeV]=21022 direction=(0.893703,0.121418,0.431918) material=G4_Si + --> #secondaries=13 impactParameter[fm]=3.89453 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 853 projectile=deuteron Ekin[MeV]=6876.48 direction=(0.95384,0.0775916,0.290119) material=G4_Ar + --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 854 projectile=anti_xi_b- Ekin[MeV]=11234.1 direction=(0.511017,0.048556,0.858198) material=G4_W + --> #secondaries=46 impactParameter[fm]=6.15752 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=2 + Collision 855 projectile=Ds+ Ekin[MeV]=16026 direction=(0.83731,0.240689,0.490898) material=G4_Pb + --> #secondaries=42 impactParameter[fm]=5.49782 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 856 projectile=He3 Ekin[MeV]=25093.9 direction=(0.119186,0.881981,0.455966) material=G4_Al + --> #secondaries=32 impactParameter[fm]=2.87388 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=25 #NNcollisions=3 + Collision 857 projectile=xi0 Ekin[MeV]=9348.87 direction=(0.356123,0.477635,0.803145) material=G4_W + --> #secondaries=54 impactParameter[fm]=3.39925 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 858 projectile=anti_lambda Ekin[MeV]=11497.6 direction=(0.833033,0.375477,0.406292) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.1983 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=0 + Collision 859 projectile=anti_alpha Ekin[MeV]=6208.87 direction=(0.454373,0.867068,0.2043) material=G4_Pb + --> #secondaries=32 impactParameter[fm]=7.23361 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 860 projectile=triton Ekin[MeV]=20866.1 direction=(0.304709,0.952382,0.0110292) material=G4_Fe + --> #secondaries=41 impactParameter[fm]=2.85269 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=51 #NNcollisions=5 + Collision 861 projectile=xi_c+ Ekin[MeV]=22356.6 direction=(0.401704,0.340476,0.850123) material=G4_Fe + --> #secondaries=35 impactParameter[fm]=2.90099 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 862 projectile=lambda_c+ Ekin[MeV]=27403.1 direction=(0.352862,0.488886,0.797796) material=G4_Be + --> #secondaries=9 impactParameter[fm]=0.829311 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 863 projectile=anti_lambda_b Ekin[MeV]=16891.4 direction=(0.172814,0.639993,0.748695) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.50597 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 864 projectile=B0 Ekin[MeV]=12461.3 direction=(0.807551,0.589105,0.0285701) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=2.48719 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 865 projectile=Bc+ Ekin[MeV]=16106.1 direction=(0.563515,0.724346,0.397207) material=G4_Si + --> #secondaries=7 impactParameter[fm]=3.89208 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 866 projectile=anti_He3 Ekin[MeV]=11250.5 direction=(0.216072,0.553423,0.804385) material=G4_W + --> #secondaries=14 impactParameter[fm]=9.55455 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=186 #NNcollisions=1 + Collision 867 projectile=anti_xi_b- Ekin[MeV]=27918.1 direction=(0.529279,0.421487,0.736351) material=G4_Fe + --> #secondaries=25 impactParameter[fm]=2.27419 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 868 projectile=xi_c0 Ekin[MeV]=15759 direction=(0.0585407,0.6896,0.72182) material=G4_He + --> #secondaries=5 impactParameter[fm]=1.48215 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 869 projectile=lambda_b Ekin[MeV]=17914.5 direction=(0.210107,0.969481,0.126342) material=G4_Fe + --> #secondaries=22 impactParameter[fm]=1.83247 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=1 + Collision 870 projectile=kaon0S Ekin[MeV]=4020.1 direction=(0.221482,0.824498,0.52072) material=G4_He + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 871 projectile=Bc+ Ekin[MeV]=25154 direction=(0.1381,0.560821,0.816338) material=G4_He + --> #secondaries=6 impactParameter[fm]=1.8061 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 872 projectile=anti_triton Ekin[MeV]=8252.8 direction=(0.903565,0.231884,0.360279) material=G4_Ar + --> #secondaries=29 impactParameter[fm]=5.29837 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=39 #NNcollisions=2 + Collision 873 projectile=lambda_c+ Ekin[MeV]=15230.5 direction=(0.473588,0.758174,0.448204) material=G4_Pb + --> #secondaries=78 impactParameter[fm]=2.95562 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=201 #NNcollisions=4 + Collision 874 projectile=anti_xi_c+ Ekin[MeV]=16980.4 direction=(0.59152,0.769901,0.23949) material=G4_Pb + --> #secondaries=84 impactParameter[fm]=0.354315 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=200 #NNcollisions=6 + Collision 875 projectile=deuteron Ekin[MeV]=8223.33 direction=(0.673696,0.664684,0.322999) material=G4_H + --> #secondaries=6 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 876 projectile=anti_sigma+ Ekin[MeV]=21069.3 direction=(0.785075,0.414277,0.460469) material=G4_Be + --> #secondaries=10 impactParameter[fm]=1.56607 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=2 + Collision 877 projectile=triton Ekin[MeV]=8858.86 direction=(0.299935,0.585704,0.752987) material=G4_Al + --> #secondaries=7 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 878 projectile=xi0 Ekin[MeV]=3490.85 direction=(0.207865,0.459358,0.863587) material=G4_Cu + --> #secondaries=21 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 879 projectile=Bc- Ekin[MeV]=15667.9 direction=(0.688035,0.690311,0.223783) material=G4_He + --> #secondaries=4 impactParameter[fm]=0.791431 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 880 projectile=anti_He3 Ekin[MeV]=9690.64 direction=(0.065962,0.832634,0.549881) material=G4_W + --> #secondaries=117 impactParameter[fm]=3.22168 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=4 + Collision 881 projectile=anti_D0 Ekin[MeV]=22198.4 direction=(0.809612,0.509139,0.292072) material=G4_Pb + --> #secondaries=68 impactParameter[fm]=4.46093 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=3 + Collision 882 projectile=anti_neutron Ekin[MeV]=13608.5 direction=(0.247226,0.312083,0.917324) material=G4_Ar + --> #secondaries=13 impactParameter[fm]=3.75691 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 883 projectile=D0 Ekin[MeV]=4451.42 direction=(0.684946,0.518196,0.512173) material=G4_C + --> #secondaries=5 impactParameter[fm]=1.54536 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=0 + Collision 884 projectile=anti_omega_b- Ekin[MeV]=18610.1 direction=(0.613172,0.782395,0.108989) material=G4_Al + --> #secondaries=8 impactParameter[fm]=4.50615 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 885 projectile=anti_omega- Ekin[MeV]=27755.1 direction=(0.0387331,0.762936,0.645312) material=G4_He + --> #secondaries=12 impactParameter[fm]=0.939782 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=1 + Collision 886 projectile=anti_omega_b- Ekin[MeV]=4759.94 direction=(0.40414,0.657901,0.635482) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=2.36555 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 887 projectile=omega_c0 Ekin[MeV]=22258.8 direction=(0.999831,0.00613727,0.0173194) material=G4_Cu + --> #secondaries=51 impactParameter[fm]=1.56635 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=3 + Collision 888 projectile=sigma+ Ekin[MeV]=29153.7 direction=(0.389757,0.719068,0.575353) material=G4_Ar + --> #secondaries=15 impactParameter[fm]=4.67783 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 889 projectile=Bs0 Ekin[MeV]=8592.48 direction=(0.63228,0.764424,0.126006) material=G4_C + --> #secondaries=8 impactParameter[fm]=1.80177 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 890 projectile=anti_D0 Ekin[MeV]=5790.88 direction=(0.50803,0.78494,0.354648) material=G4_Be + --> #secondaries=6 impactParameter[fm]=0.362468 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 891 projectile=anti_B0 Ekin[MeV]=23390.8 direction=(0.413064,0.423497,0.806243) material=G4_Be + --> #secondaries=5 impactParameter[fm]=2.90221 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 892 projectile=proton Ekin[MeV]=14047.8 direction=(0.385497,0.789042,0.478336) material=G4_Fe + --> #secondaries=35 impactParameter[fm]=4.23519 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=1 + Collision 893 projectile=xi_c0 Ekin[MeV]=11163.2 direction=(0.582014,0.479951,0.656435) material=G4_W + --> #secondaries=9 impactParameter[fm]=6.83967 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 894 projectile=lambda_b Ekin[MeV]=2897.63 direction=(0.567594,0.46894,0.676707) material=G4_Pb + --> #secondaries=25 impactParameter[fm]=5.03018 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=0 + Collision 895 projectile=Bc+ Ekin[MeV]=20656.6 direction=(0.892403,0.266823,0.363899) material=G4_Be + --> #secondaries=13 impactParameter[fm]=1.20509 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 896 projectile=anti_Bs0 Ekin[MeV]=3038.06 direction=(0.909347,0.387125,0.152391) material=G4_Pb + --> #secondaries=18 impactParameter[fm]=4.84187 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 897 projectile=Bc- Ekin[MeV]=8746.36 direction=(0.761784,0.197839,0.616883) material=G4_Be + --> #secondaries=7 impactParameter[fm]=1.66461 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=0 + Collision 898 projectile=xi_c0 Ekin[MeV]=7251.91 direction=(0.392749,0.718568,0.573941) material=G4_W + --> #secondaries=46 impactParameter[fm]=4.24265 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=1 + Collision 899 projectile=anti_alpha Ekin[MeV]=19357.9 direction=(0.74523,0.641129,0.183263) material=G4_He + --> #secondaries=8 impactParameter[fm]=2.85586 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 900 projectile=Ds+ Ekin[MeV]=7977.41 direction=(0.723382,0.0636245,0.687511) material=G4_H + --> #secondaries=3 impactParameter[fm]=0.456753 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + List of produced secondaries: + j=0 eta p=(3283.6,358.767,3603.864919.22) MeV + j=1 kaon+ p=(1902.38,222.105,1556.232516.73) MeV + j=2 sigma_c+ p=(1867.6,39.43,1543.553448.01) MeV + Collision 901 projectile=pi- Ekin[MeV]=14488 direction=(0.470662,0.264584,0.841708) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.98012 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 902 projectile=anti_xi_b0 Ekin[MeV]=7190.16 direction=(0.943625,0.0713967,0.323226) material=G4_W + --> #secondaries=14 impactParameter[fm]=6.16151 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=185 #NNcollisions=0 + Collision 903 projectile=anti_proton Ekin[MeV]=27334.4 direction=(0.793925,0.600842,0.0931266) material=G4_Ar + --> #secondaries=27 impactParameter[fm]=2.80741 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 904 projectile=anti_B0 Ekin[MeV]=24722.6 direction=(0.694443,0.706428,0.136776) material=G4_C + --> #secondaries=9 impactParameter[fm]=2.67008 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 905 projectile=Bc+ Ekin[MeV]=14620.3 direction=(0.125666,0.731024,0.67068) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.23346 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 906 projectile=Bc- Ekin[MeV]=24501.2 direction=(0.793206,0.32552,0.514647) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.54631 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 907 projectile=anti_omega_b- Ekin[MeV]=10574.8 direction=(0.253127,0.80718,0.53328) material=G4_Al + --> #secondaries=9 impactParameter[fm]=2.77863 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 908 projectile=pi+ Ekin[MeV]=1074.43 direction=(0.711034,0.691476,0.127639) material=G4_Fe + --> #secondaries=16 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 909 projectile=anti_deuteron Ekin[MeV]=20336.1 direction=(0.153302,0.834002,0.530036) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=4.88137 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=56 #NNcollisions=1 + Collision 910 projectile=anti_lambda_c+ Ekin[MeV]=16774.7 direction=(0.732623,0.398155,0.552028) material=G4_Si + --> #secondaries=20 impactParameter[fm]=4.05673 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=26 #NNcollisions=2 + Collision 911 projectile=lambda Ekin[MeV]=8893.81 direction=(0.512341,0.15014,0.845556) material=G4_C + --> #secondaries=13 impactParameter[fm]=2.84027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 912 projectile=anti_xi_c0 Ekin[MeV]=20667.1 direction=(0.81742,0.152837,0.555396) material=G4_Pb + --> #secondaries=55 impactParameter[fm]=1.96792 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=3 + Collision 913 projectile=kaon+ Ekin[MeV]=25149 direction=(0.6266,0.605546,0.490598) material=G4_Pb + --> #secondaries=73 impactParameter[fm]=4.60257 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=204 #NNcollisions=4 + Collision 914 projectile=pi- Ekin[MeV]=15375.7 direction=(0.680759,0.415023,0.603592) material=G4_Si + --> #secondaries=18 impactParameter[fm]=2.94027 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=2 + Collision 915 projectile=anti_He3 Ekin[MeV]=28746.1 direction=(0.178887,0.866956,0.465174) material=G4_Be + --> #secondaries=20 impactParameter[fm]=2.32933 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=2 + Collision 916 projectile=B+ Ekin[MeV]=6338.56 direction=(0.498739,0.61455,0.611219) material=G4_Cu + --> #secondaries=13 impactParameter[fm]=3.56907 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 917 projectile=deuteron Ekin[MeV]=13283.8 direction=(0.192831,0.687815,0.699805) material=G4_Si + --> #secondaries=17 impactParameter[fm]=5.68683 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 918 projectile=anti_omega- Ekin[MeV]=25026.2 direction=(0.245428,0.177698,0.952989) material=G4_Be + --> #secondaries=15 impactParameter[fm]=0.944174 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=7 #NNcollisions=1 + Collision 919 projectile=neutron Ekin[MeV]=29470.8 direction=(0.349091,0.876045,0.332687) material=G4_He + --> #secondaries=15 impactParameter[fm]=2.53639 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 920 projectile=anti_lambda Ekin[MeV]=17109.9 direction=(0.182281,0.687583,0.702854) material=G4_Be + --> #secondaries=16 impactParameter[fm]=1.54441 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 921 projectile=anti_alpha Ekin[MeV]=5452.15 direction=(0.263574,0.755222,0.60014) material=G4_Al + --> #secondaries=27 impactParameter[fm]=3.65516 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=26 #NNcollisions=3 + Collision 922 projectile=anti_xi_b0 Ekin[MeV]=13137.4 direction=(0.150222,0.988116,0.0325546) material=G4_H + --> #secondaries=2 impactParameter[fm]=1.08638 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 923 projectile=anti_xi_b0 Ekin[MeV]=25281.7 direction=(0.606314,0.486618,0.628956) material=G4_Be + --> #secondaries=6 impactParameter[fm]=2.25511 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 924 projectile=anti_omega_c0 Ekin[MeV]=25696 direction=(0.0623683,0.587884,0.806538) material=G4_Cu + --> #secondaries=47 impactParameter[fm]=0.690089 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=2 + Collision 925 projectile=anti_Bs0 Ekin[MeV]=2553.83 direction=(0.44538,0.609632,0.655733) material=G4_Al + --> #secondaries=5 impactParameter[fm]=2.60951 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=1 + Collision 926 projectile=xi_c+ Ekin[MeV]=8969.22 direction=(0.00683593,0.639325,0.768906) material=G4_W + --> #secondaries=31 impactParameter[fm]=4.01466 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=182 #NNcollisions=1 + Collision 927 projectile=B+ Ekin[MeV]=8629.97 direction=(0.899302,0.0364691,0.435805) material=G4_Ar + --> #secondaries=23 impactParameter[fm]=2.49449 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=37 #NNcollisions=2 + Collision 928 projectile=anti_xi_b0 Ekin[MeV]=12117.3 direction=(0.775149,0.591113,0.223001) material=G4_Cu + --> #secondaries=20 impactParameter[fm]=4.07101 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=60 #NNcollisions=1 + Collision 929 projectile=omega- Ekin[MeV]=27646.8 direction=(0.512128,0.836298,0.19578) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.91874 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 930 projectile=D0 Ekin[MeV]=6080.78 direction=(0.505199,0.327514,0.798441) material=G4_Pb + --> #secondaries=24 impactParameter[fm]=5.34101 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=205 #NNcollisions=1 + Collision 931 projectile=kaon0L Ekin[MeV]=25048 direction=(0.812851,0.472665,0.340385) material=G4_Be + --> #secondaries=7 impactParameter[fm]=2.37528 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 932 projectile=anti_sigma+ Ekin[MeV]=14445.8 direction=(0.153458,0.988153,0.0018266) material=G4_Al + --> #secondaries=23 impactParameter[fm]=3.06752 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 + Collision 933 projectile=B- Ekin[MeV]=24457.3 direction=(0.164029,0.745165,0.646392) material=G4_Si + --> #secondaries=8 impactParameter[fm]=3.44802 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 934 projectile=kaon0L Ekin[MeV]=6599.61 direction=(0.29334,0.818297,0.49431) material=G4_C + --> #secondaries=12 impactParameter[fm]=1.53785 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 935 projectile=anti_xi_c+ Ekin[MeV]=15624.4 direction=(0.111413,0.764388,0.635058) material=G4_Be + --> #secondaries=9 impactParameter[fm]=1.24027 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 936 projectile=deuteron Ekin[MeV]=3457.45 direction=(0.353175,0.794697,0.493685) material=G4_Ar + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 937 projectile=anti_sigma- Ekin[MeV]=15773.8 direction=(0.884565,0.199586,0.421558) material=G4_Ar + --> #secondaries=44 impactParameter[fm]=1.63116 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=36 #NNcollisions=3 + Collision 938 projectile=xi_c+ Ekin[MeV]=8815.13 direction=(0.790648,0.549056,0.270948) material=G4_Fe + --> #secondaries=11 impactParameter[fm]=4.34024 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=0 + Collision 939 projectile=anti_omega- Ekin[MeV]=1782.69 direction=(0.842629,0.287153,0.455543) material=G4_H + --> #secondaries=6 impactParameter[fm]=0.847892 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 940 projectile=anti_alpha Ekin[MeV]=4719.09 direction=(0.214311,0.584192,0.782809) material=G4_Si + --> #secondaries=11 impactParameter[fm]=5.5516 #projectileSpectatorNucleons=3 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 941 projectile=lambda_b Ekin[MeV]=1011.89 direction=(0.72726,0.525625,0.441374) material=G4_He + --> #secondaries=5 impactParameter[fm]=0.518778 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=2 #NNcollisions=0 + Collision 942 projectile=B- Ekin[MeV]=5255.03 direction=(0.642067,0.716388,0.273018) material=G4_Cu + --> #secondaries=4 impactParameter[fm]=4.84099 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 943 projectile=xi_c0 Ekin[MeV]=6582.17 direction=(0.578449,0.0285519,0.815218) material=G4_Be + --> #secondaries=5 impactParameter[fm]=1.75426 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 944 projectile=lambda_c+ Ekin[MeV]=28206 direction=(0.862936,0.498578,0.0822233) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.536 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 945 projectile=anti_Bs0 Ekin[MeV]=15024.4 direction=(0.217808,0.95853,0.183791) material=G4_Fe + --> #secondaries=18 impactParameter[fm]=4.96276 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=54 #NNcollisions=2 + Collision 946 projectile=anti_Bs0 Ekin[MeV]=21989.3 direction=(0.395187,0.690585,0.605739) material=G4_He + --> #secondaries=5 impactParameter[fm]=2.12163 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 947 projectile=anti_xi_c+ Ekin[MeV]=26547.4 direction=(0.906291,0.0396846,0.420787) material=G4_He + --> #secondaries=4 impactParameter[fm]=1.54042 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=0 + Collision 948 projectile=D- Ekin[MeV]=20234.6 direction=(0.43764,0.587317,0.680831) material=G4_W + --> #secondaries=41 impactParameter[fm]=6.34821 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=1 + Collision 949 projectile=xi- Ekin[MeV]=23032.4 direction=(0.480283,0.767879,0.423899) material=G4_Pb + --> #secondaries=48 impactParameter[fm]=3.71257 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=204 #NNcollisions=2 + Collision 950 projectile=anti_xi- Ekin[MeV]=25963 direction=(0.705007,0.687907,0.172481) material=G4_Cu + --> #secondaries=12 impactParameter[fm]=5.51952 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=64 #NNcollisions=1 + Collision 951 projectile=D- Ekin[MeV]=13889.6 direction=(0.476688,0.725655,0.496178) material=G4_Be + --> #secondaries=8 impactParameter[fm]=2.53408 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 952 projectile=pi+ Ekin[MeV]=6354.27 direction=(0.539169,0.0667036,0.839552) material=G4_Ar + --> #secondaries=25 impactParameter[fm]=2.10403 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=36 #NNcollisions=2 + Collision 953 projectile=xi- Ekin[MeV]=10520.2 direction=(0.223704,0.0744022,0.971813) material=G4_W + --> #secondaries=69 impactParameter[fm]=3.01007 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=179 #NNcollisions=5 + Collision 954 projectile=xi- Ekin[MeV]=20916.9 direction=(0.420918,0.596733,0.683182) material=G4_H + --> #secondaries=8 impactParameter[fm]=1.0183 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 955 projectile=anti_triton Ekin[MeV]=4292.55 direction=(0.165951,0.170033,0.971365) material=G4_Ar + --> #secondaries=31 impactParameter[fm]=4.02091 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=40 #NNcollisions=1 + Collision 956 projectile=xi_c0 Ekin[MeV]=27171.4 direction=(0.255228,0.037279,0.966162) material=G4_Al + --> #secondaries=17 impactParameter[fm]=0.800323 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=1 + Collision 957 projectile=anti_deuteron Ekin[MeV]=10065.5 direction=(0.518029,0.631552,0.576878) material=G4_C + --> #secondaries=13 impactParameter[fm]=3.21775 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 958 projectile=anti_neutron Ekin[MeV]=13449.7 direction=(0.214326,0.967624,0.133297) material=G4_Pb + --> #secondaries=62 impactParameter[fm]=3.06436 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + Collision 959 projectile=pi+ Ekin[MeV]=9511.22 direction=(0.655477,0.325482,0.681477) material=G4_He + --> #secondaries=13 impactParameter[fm]=1.3125 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 960 projectile=D+ Ekin[MeV]=5446.66 direction=(0.84032,0.1503,0.520839) material=G4_W + --> #secondaries=36 impactParameter[fm]=6.25759 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=184 #NNcollisions=1 + Collision 961 projectile=anti_omega_c0 Ekin[MeV]=12540.1 direction=(0.569006,0.379104,0.729735) material=G4_Ar + --> #secondaries=24 impactParameter[fm]=0.573683 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=2 + Collision 962 projectile=anti_omega_b- Ekin[MeV]=14203 direction=(0.948019,0.312656,0.0592118) material=G4_Ar + --> #secondaries=17 impactParameter[fm]=0.82141 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 963 projectile=triton Ekin[MeV]=11297.4 direction=(0.214053,0.280705,0.935621) material=G4_Cu + --> #secondaries=54 impactParameter[fm]=2.47212 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 964 projectile=anti_sigma+ Ekin[MeV]=4066.86 direction=(0.898446,0.220494,0.379707) material=G4_Si + --> #secondaries=12 impactParameter[fm]=3.32031 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=27 #NNcollisions=1 + Collision 965 projectile=B- Ekin[MeV]=9724.51 direction=(0.589453,0.804988,0.0673684) material=G4_Ar + --> #secondaries=7 impactParameter[fm]=2.71337 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=1 + Collision 966 projectile=sigma- Ekin[MeV]=13947 direction=(0.14531,0.368427,0.91823) material=G4_Al + --> #secondaries=20 impactParameter[fm]=3.16837 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=24 #NNcollisions=3 + Collision 967 projectile=D0 Ekin[MeV]=21229.7 direction=(0.481356,0.344636,0.80593) material=G4_C + --> #secondaries=6 impactParameter[fm]=2.04992 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=11 #NNcollisions=1 + Collision 968 projectile=anti_He3 Ekin[MeV]=9123.52 direction=(0.700037,0.24906,0.669266) material=G4_C + --> #secondaries=18 impactParameter[fm]=0.237941 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 969 projectile=anti_deuteron Ekin[MeV]=14124.4 direction=(0.210453,0.963614,0.164794) material=G4_Fe + --> #secondaries=46 impactParameter[fm]=0.916317 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=55 #NNcollisions=2 + Collision 970 projectile=omega- Ekin[MeV]=8151.33 direction=(0.711849,0.645606,0.276522) material=G4_C + --> #secondaries=15 impactParameter[fm]=2.41703 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=10 #NNcollisions=2 + Collision 971 projectile=xi_b0 Ekin[MeV]=3543.32 direction=(0.823464,0.544652,0.158937) material=G4_Pb + --> #secondaries=31 impactParameter[fm]=6.72702 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=205 #NNcollisions=2 + Collision 972 projectile=anti_omega_c0 Ekin[MeV]=24918.1 direction=(0.492499,0.710823,0.50217) material=G4_H + --> #secondaries=7 impactParameter[fm]=1.06143 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 973 projectile=Ds+ Ekin[MeV]=16816.8 direction=(0.168052,0.760528,0.62718) material=G4_Al + --> #secondaries=10 impactParameter[fm]=2.95132 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=26 #NNcollisions=0 + Collision 974 projectile=anti_B0 Ekin[MeV]=5869.55 direction=(0.679842,0.733338,0.00548194) material=G4_Ar + --> #secondaries=8 impactParameter[fm]=2.03214 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=39 #NNcollisions=0 + Collision 975 projectile=B- Ekin[MeV]=20346 direction=(0.851138,0.0598891,0.521515) material=G4_W + --> #secondaries=23 impactParameter[fm]=5.78484 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=183 #NNcollisions=0 + Collision 976 projectile=B- Ekin[MeV]=9053.88 direction=(0.651855,0.501332,0.568991) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=5.42011 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=62 #NNcollisions=1 + Collision 977 projectile=triton Ekin[MeV]=26250.2 direction=(0.702376,0.33224,0.629511) material=G4_C + --> #secondaries=13 impactParameter[fm]=4.48906 #projectileSpectatorNucleons=2 #targetSpectatorNucleons=9 #NNcollisions=3 + Collision 978 projectile=lambda_c+ Ekin[MeV]=16422.6 direction=(0.253794,0.635488,0.729207) material=G4_Si + --> #secondaries=24 impactParameter[fm]=3.12917 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=28 #NNcollisions=2 + Collision 979 projectile=anti_xi- Ekin[MeV]=18736.5 direction=(0.675366,0.511435,0.531332) material=G4_Fe + --> #secondaries=24 impactParameter[fm]=3.03656 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=1 + Collision 980 projectile=anti_proton Ekin[MeV]=20864 direction=(0.832934,0.047468,0.551333) material=G4_He + --> #secondaries=12 impactParameter[fm]=2.76669 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=3 #NNcollisions=1 + Collision 981 projectile=neutron Ekin[MeV]=5178.13 direction=(0.826264,0.150188,0.542892) material=G4_Cu + --> #secondaries=14 impactParameter[fm]=5.01526 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=61 #NNcollisions=2 + Collision 982 projectile=He3 Ekin[MeV]=5870.63 direction=(0.49484,0.666073,0.558103) material=G4_Fe + --> #secondaries=14 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 983 projectile=anti_xi_b- Ekin[MeV]=1870 direction=(0.75668,0.050359,0.651843) material=G4_Pb + --> #secondaries=11 impactParameter[fm]=7.56668 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=207 #NNcollisions=0 + Collision 984 projectile=pi- Ekin[MeV]=11661.2 direction=(0.515931,0.605922,0.605535) material=G4_Al + --> #secondaries=25 impactParameter[fm]=2.59854 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=25 #NNcollisions=1 + Collision 985 projectile=anti_Bs0 Ekin[MeV]=12299.8 direction=(0.13513,0.5773,0.805273) material=G4_H + --> #secondaries=4 impactParameter[fm]=1.44417 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 986 projectile=anti_xi_c0 Ekin[MeV]=29695.4 direction=(0.223728,0.327126,0.918115) material=G4_H + --> #secondaries=5 impactParameter[fm]=1.62181 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 987 projectile=omega- Ekin[MeV]=3500.54 direction=(0.759491,0.204045,0.617688) material=G4_W + --> #secondaries=40 impactParameter[fm]=4.40811 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=180 #NNcollisions=3 + Collision 988 projectile=triton Ekin[MeV]=4742.1 direction=(0.374667,0.92591,0.0481225) material=G4_C + --> #secondaries=10 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 989 projectile=D0 Ekin[MeV]=7984.21 direction=(0.808021,0.410519,0.422584) material=G4_Fe + --> #secondaries=21 impactParameter[fm]=2.16931 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=53 #NNcollisions=3 + Collision 990 projectile=anti_Bs0 Ekin[MeV]=27782.4 direction=(0.414908,0.75575,0.506649) material=G4_H + --> #secondaries=2 impactParameter[fm]=0.38477 #projectileSpectatorNucleons=-1 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 991 projectile=omega- Ekin[MeV]=5892.55 direction=(0.565284,0.633814,0.527952) material=G4_H + --> #secondaries=6 impactParameter[fm]=2.28978 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=0 #NNcollisions=1 + Collision 992 projectile=deuteron Ekin[MeV]=9837.29 direction=(0.824464,0.469047,0.316629) material=G4_Cu + --> #secondaries=60 impactParameter[fm]=0.513358 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=54 #NNcollisions=4 + Collision 993 projectile=alpha Ekin[MeV]=13569.6 direction=(0.211353,0.171453,0.962254) material=G4_H + --> #secondaries=4 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 994 projectile=neutron Ekin[MeV]=26004.3 direction=(0.697548,0.679804,0.226478) material=G4_Be + --> #secondaries=16 impactParameter[fm]=1.81911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=8 #NNcollisions=1 + Collision 995 projectile=anti_neutron Ekin[MeV]=2859.97 direction=(0.335986,0.86237,0.378723) material=G4_Ar + --> #secondaries=20 impactParameter[fm]=3.48911 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=38 #NNcollisions=1 + Collision 996 projectile=alpha Ekin[MeV]=10996.9 direction=(0.739779,0.570653,0.356487) material=G4_Si + --> #secondaries=23 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 997 projectile=anti_triton Ekin[MeV]=19564 direction=(0.613797,0.594511,0.519432) material=G4_C + --> #secondaries=23 impactParameter[fm]=3.14461 #projectileSpectatorNucleons=1 #targetSpectatorNucleons=8 #NNcollisions=4 + Collision 998 projectile=xi0 Ekin[MeV]=1030.68 direction=(0.550021,0.71686,0.428471) material=G4_H + --> #secondaries=2 impactParameter[fm]=-999 #projectileSpectatorNucleons=-999 #targetSpectatorNucleons=-999 #NNcollisions=-999 + Collision 999 projectile=anti_neutron Ekin[MeV]=6925.31 direction=(0.678767,0.667456,0.30623) material=G4_Pb + --> #secondaries=113 impactParameter[fm]=3.30428 #projectileSpectatorNucleons=0 #targetSpectatorNucleons=206 #NNcollisions=2 + + Final random number = 0.144307 +=== End of test === diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index d115a5b3eb..c558fdd75b 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -466,7 +466,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=2.780000s Real=3.317757s Sys=0.010000s + User=3.480000s Real=3.738942s Sys=0.010000s The run is 10000 Am241 of 0 eV within BeO (D = 3 cm L = 6 cm ) diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index f4bf429247..dd8da4b046 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1158,11 +1158,11 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.054690s Sys=0.010000s + User=0.010000s Real=0.068827s Sys=0.010000s --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy - TOTAL DOSE : 1.02953e-06 Gy + TOTAL DOSE : 9.64464e-07 Gy ###### EndOfRunAction ###### ============================================================= Number of event processed : 100 @@ -1180,6 +1180,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.037 MB +Dynamic pools deleted: 11 / Total memory freed: 0.028 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/DICOM2/run.out b/examples/extended/medical/DICOM2/run.out new file mode 100644 index 0000000000..662b623ff4 --- /dev/null +++ b/examples/extended/medical/DICOM2/run.out @@ -0,0 +1,1215 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + + + + DICOM2 running with 1 threads + + +3 test file 1.g4dcm +3 test file 2.g4dcm +3 test file 3.g4dcm + ReadMaterialIndices 10 +<<< Geant4 Physics List simulation engine: Shielding +Default materials of the DICOM Extended examples have been used + DicomDetectorConstruction::ReadPhantomDataFile opening file 1.g4dcm + DicomDetectorConstruction::ReadPhantomDataFile opening file 1.g4dcm + DicomPhantomZSliceHeader reading number of materials 10 + Number of voxels 128 128 1 + Extension in X -196 196 + Extension in Y -196 196 + Extension in Z 80 85 + DicomDetectorConstruction::ReadPhantomDataFile opening file 2.g4dcm + DicomDetectorConstruction::ReadPhantomDataFile opening file 2.g4dcm + DicomPhantomZSliceHeader reading number of materials 10 + Number of voxels 128 128 1 + Extension in X -196 196 + Extension in Y -196 196 + Extension in Z 85 90 + DicomDetectorConstruction::ReadPhantomDataFile opening file 3.g4dcm + DicomDetectorConstruction::ReadPhantomDataFile opening file 3.g4dcm + DicomPhantomZSliceHeader reading number of materials 10 + Number of voxels 128 128 1 + Extension in X -196 196 + Extension in Y -196 196 + Extension in Z 90 95 + fNoVoxelsX 128 fVoxelHalfDimX 1.53125 + fNoVoxelsY 128 fVoxelHalfDimY 1.53125 + fNoVoxelsZ 3 fVoxelHalfDimZ 2.5 + totalPixels 49152 + placing voxel container volume at (0,0,87.5) +DicomRegularDetectorConstruction::ConstructPhantom + SET SCORER : VoxelLogical + CONSTRUCT SD AND FIELD + + hInelastic Shielding : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +/cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +@@@ G4ParticleHPInelasticData instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/event/verbose 0 +/random/setDirectoryName . +/random/setSavingFlag 1 +/run/initialize +/run/beamOn 100 +G4RunManagerKernel -- G4ScoreSplittingProcess is appended to all particles. +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== +Max life time 1.4427e+06 ps +Internal e- conversion flag 1 +Stored internal conversion coefficients 1 +Enable correlated gamma emission 0 +Max 2J for sampling of angular correlations 10 +Atomic de-excitation enabled 1 +Auger electron emission enabled 1 +Check EM cuts disabled for atomic de-excitation 1 +Use Bearden atomic level energies 0 +Use ANSTO fluorescence model 0 +Threshold for very long decay time at rest 1e+27 ns +====================================================================== + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Elastic/CrossSection/6_nat_Carbon + +======================================================= +====== ParticleHP Physics Parameters ======== +======================================================= + UseOnlyPhotoEvaporation ? 0 + SkipMissingIsotopes ? 0 + NeglectDoppler ? 0 + DoNotAdjustFinalState ? 0 + ProduceFissionFragments ? 1 + UseWendtFissionModel ? 0 + UseNRESP71Model ? 0 +======================================================= + +@@@ G4ParticleHPInelastic instantiated for particle neutron data directory variable is G4NEUTRONHPDATA pointing to /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Inelastic +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /cvmfs/geant4.cern.ch/share/data/G4NDL4.6/Capture/CrossSection/6_nat_Carbon + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionElastic + Model: NNDiffuseElastic: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n + Model: QMDModel: 100 MeV/n ---> 6 GeV/n + Model: FTFP: 5.99 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: RadioactiveDecay + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n + Model: QMDModel: 100 MeV/n ---> 6 GeV/n + Model: FTFP: 5.99 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n + Model: QMDModel: 100 MeV/n ---> 6 GeV/n + Model: FTFP: 5.99 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n + Model: QMDModel: 100 MeV/n ---> 6 GeV/n + Model: FTFP: 5.99 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 19.5 MeV ---> 100 TeV + Model: NeutronHPElastic: 0 eV ---> 20 MeV + Cr_sctns: NeutronHPElasticXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 19.9 MeV ---> 6 GeV + Model: NeutronHPInelastic: 0 eV ---> 20 MeV + Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV + Cr_sctns: JENDLHEInelasticCrossSection: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: NeutronHPCapture: 0 eV ---> 20 MeV + Model: nRadCapture: 19.9 MeV ---> 100 TeV + Cr_sctns: NeutronHPCaptureXS: 0 eV ---> 20 MeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nFission + Model: NeutronHPFission: 0 eV ---> 20 MeV + Model: G4LFission: 19.9 MeV ---> 100 TeV + Cr_sctns: NeutronHPFissionXS: 0 eV ---> 20 MeV + Cr_sctns: ZeroXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 110 MeV/n + Model: QMDModel: 100 MeV/n ---> 6 GeV/n + Model: FTFP: 5.99 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 1 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Air + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : LungInhale + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 1.14429 keV e- 88.7393 keV e+ 87.5313 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : LungExhale + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 1.63383 keV e- 146.769 keV e+ 144.198 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : AdiposeTissue + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 1.90911 keV e- 221.875 keV e+ 217.124 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : Breast + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 1.9701 keV e- 223.951 keV e+ 219.126 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 5 used in the geometry : Yes + Material : Water + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 2.19131 keV e- 223.888 keV e+ 218.997 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 6 used in the geometry : Yes + Material : Muscle + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 2.21034 keV e- 231.222 keV e+ 226.053 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 7 used in the geometry : Yes + Material : TrabecularBone + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 2.34571 keV e- 241.215 keV e+ 235.668 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 8 used in the geometry : Yes + Material : Liver + Range cuts : gamma 500 um e- 500 um e+ 500 um proton 500 um + Energy thresholds : gamma 2.22201 keV e- 232.513 keV e+ 227.313 keV proton 50 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +++ phantomSD/DoseDeposit id 0 +++ phantomSD/DoseDeposit id 0 +### Run 0 starts. +### Run 0 start. +--> Event 0 starts. +--> Event 1 starts. +--> Event 2 starts. +--> Event 3 starts. +--> Event 4 starts. +--> Event 5 starts. +--> Event 6 starts. +--> Event 7 starts. +--> Event 8 starts. +--> Event 9 starts. +--> Event 10 starts. +--> Event 11 starts. +--> Event 12 starts. +--> Event 13 starts. +--> Event 14 starts. +--> Event 15 starts. +--> Event 16 starts. +--> Event 17 starts. +--> Event 18 starts. +--> Event 19 starts. +--> Event 20 starts. +--> Event 21 starts. +--> Event 22 starts. +--> Event 23 starts. +--> Event 24 starts. +--> Event 25 starts. +--> Event 26 starts. +--> Event 27 starts. +--> Event 28 starts. +--> Event 29 starts. +--> Event 30 starts. +--> Event 31 starts. +--> Event 32 starts. +--> Event 33 starts. +--> Event 34 starts. +--> Event 35 starts. +--> Event 36 starts. +--> Event 37 starts. +--> Event 38 starts. +--> Event 39 starts. +--> Event 40 starts. +--> Event 41 starts. +--> Event 42 starts. +--> Event 43 starts. +--> Event 44 starts. +--> Event 45 starts. +--> Event 46 starts. +--> Event 47 starts. +--> Event 48 starts. +--> Event 49 starts. +--> Event 50 starts. +--> Event 51 starts. +--> Event 52 starts. +--> Event 53 starts. +--> Event 54 starts. +--> Event 55 starts. +--> Event 56 starts. +--> Event 57 starts. +--> Event 58 starts. +--> Event 59 starts. +--> Event 60 starts. +--> Event 61 starts. +--> Event 62 starts. +--> Event 63 starts. +--> Event 64 starts. +--> Event 65 starts. +--> Event 66 starts. +--> Event 67 starts. +--> Event 68 starts. +--> Event 69 starts. +--> Event 70 starts. +--> Event 71 starts. +--> Event 72 starts. +--> Event 73 starts. +--> Event 74 starts. +--> Event 75 starts. +--> Event 76 starts. +--> Event 77 starts. +--> Event 78 starts. +--> Event 79 starts. +--> Event 80 starts. +--> Event 81 starts. +--> Event 82 starts. +--> Event 83 starts. +--> Event 84 starts. +--> Event 85 starts. +--> Event 86 starts. +--> Event 87 starts. +--> Event 88 starts. +--> Event 89 starts. +--> Event 90 starts. +--> Event 91 starts. +--> Event 92 starts. +--> Event 93 starts. +--> Event 94 starts. +--> Event 95 starts. +--> Event 96 starts. +--> Event 97 starts. +--> Event 98 starts. +--> Event 99 starts. + Run terminated. +Run Summary + Number of events processed : 100 + User=0.030000s Real=0.058336s Sys=0.010000s + +[=========================================================== DICOM ===========================================================] + +--------------------End of Global Run----------------------- + The run was 100 events +LOCAL TOTAL DOSE : 0 Gy + TOTAL DOSE : 1.61164e-06 Gy + ###### EndOfRunAction ###### +============================================================= + Number of event processed : 100 +============================================================= + opened file dicom.out for dose output + Voxel | DoseDeposit | +============================================= + closed file dicom.out for dose output +Finished : End of Run Action 0 + +[=========================================================== DICOM2 ==========================================================] + + ###### EndOfRunAction ###### +============================================================= + Number of event processed : 100 +============================================================= + opened file dicom2-vector.out for dose output + Voxel | DoseDeposit | +============================================= + closed file dicom2-vector.out for dose output +--------------------End of Global Run----------------------- + The run was 100 events + TOTAL DOSE : 1.61164e-06 [sigma: 1.5989e-09 | error: 0.0339349 | coeff: 0.0339349 | eff: 1 | fom: 1 | r2int: 0.0011506 | r2eff: 0 | hits: 1170 ] Gy + TOTAL DOSE/Bq-s : 1.61164e-08 [sigma: 1.5989e-11 | error: 0.0339349 | coeff: 0.0339349 | eff: 1 | fom: 1 | r2int: 0.0011506 | r2eff: 0 | hits: 1170 ] Gy/Bq-s + +Finished : End of Run Action 0 + +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 11 of which, static: 0 +Dynamic pools deleted: 11 / Total memory freed: 0.036 MB +============================================================ +RunManagerKernel is deleted. Good bye :) + +[/build/jenkins/workspace/examples/extended/medical/DICOM2/dicom2] Primary execution time: User=8.990000s Real=11.241144s Sys=0.540000s + diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index b42b9242e2..3a134ff907 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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=2.740000s Real=2.776637s Sys=0.000000s + User=4.120000s Real=4.168792s Sys=0.010000s Histo: End of run actions are started ======================================================== Number of events 10000 diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index 388deffc32..96daaaea91 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -521,7 +521,7 @@ ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=79.180000s Real=81.877523s Sys=0.080000s + User=89.520000s Real=90.967731s Sys=0.220000s 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 6aa87d2497..a7a27c6a24 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 365c3b01f6..4c02101afa 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 2f26863d1e..e0648af29d 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,4 +1,4 @@ -Seed used : 1646501278 +Seed used : 1653387419 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -282,13 +282,15 @@ Start event 4 Start event 5 Start event 6 Start event 7 + * PrimaryKiller: aborts event 7, energy loss is too large. + * Energy loss by primary is: 2.2927 keV. Event is aborted if the Eloss is > 2 keV Start event 8 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 : 10895 eV + The run has 9 events +Number of events recorded by the species scorer = 9 + Total energy deposited in the world volume : 10683 eV ------------------------------------------------------------ 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/medical/dna/chem5/chem5.out b/examples/extended/medical/dna/chem5/chem5.out new file mode 100644 index 0000000000..db64107dc3 --- /dev/null +++ b/examples/extended/medical/dna/chem5/chem5.out @@ -0,0 +1,364 @@ +Seed used : 1653387421 +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +******************************************************************** +===== Chem5 is started with 1 of 1 available threads ===== + +******************************************************************** +===== Register constructor ==== G4EmDNAPhysics_option8 +===== Register constructor ==== G4EmDNAChemistry_option1 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +Use DNA e- solvation model type 11001 +======================================================================= +G4SDManager::AddNewCollection : the collection is registered at 1 +G4SDManager::AddNewCollection : the collection is registered at 2 +New sensitive detector is registered at / +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +Use DNA e- solvation model type 11001 +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Ritchie1994 : Emin= 0 eV Emax= 11 eV + +e-_G4DNAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNACPA100ElasticModel : Emin= 11 eV Emax=255.955 keV +DNAChampionElasticModel : Emin=255.955 keV Emax= 1 MeV + +e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + +e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + +e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +Particle: e- with 999.999 eV +Start event 0 +Number of chemical species involved in reactions = 6 +Reaction Reaction Rate [dm3/(mol*s)] Interaction Range for chosen reaction model [nm] +------------------------------------------------------------------------------------------------------------------------------ +H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.194163 +------------------------------------------------------------------------------------------------------------------------------ +H3O^1 + OH^-1 -> No product 1.13e+11 1.01165 +------------------------------------------------------------------------------------------------------------------------------ +OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.549039 +------------------------------------------------------------------------------------------------------------------------------ +OH^0 + OH^0 -> H2O2^0 5.5e+09 0.330354 +------------------------------------------------------------------------------------------------------------------------------ +OH^0 + H^0 -> No product 1.55e+10 0.22263 +------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 0.171514 +------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 0.277608 +------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 0.201883 +------------------------------------------------------------------------------------------------------------------------------ +H^0 + H^0 -> H_2^0 5.03e+09 0.0949531 +------------------------------------------------------------------------------------------------------------------------------ +DNAMolecularStepByStepModel will be used +Start event 1 +Start event 2 +Start event 3 +Start event 4 +Start event 5 +Start event 6 +Start event 7 +Start event 8 +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 : 10000 eV + ------------------------------------------------------------ + +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/medical/dna/chem6/chem6.out b/examples/extended/medical/dna/chem6/chem6.out new file mode 100644 index 0000000000..a68d70bec3 --- /dev/null +++ b/examples/extended/medical/dna/chem6/chem6.out @@ -0,0 +1,395 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +===== Register constructor ==== G4EmDNAPhysics_option2 +===== Register constructor ==== G4EmDNAChemistry_option3 +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +G4SDManager::AddNewCollection : the collection is registered at 1 +G4SDManager::AddNewCollection : the collection is registered at 2 +G4SDManager::AddNewCollection : the collection is registered at 3 +New sensitive detector is registered at / +Number of chemical species involved in reactions = 18 +Reaction Reaction Rate [dm3/(mol*s)] +---------------------------------------------------------------------------- +H3O^1 + OH^-1 -> No product 1.13e+11 +---------------------------------------------------------------------------- +H3O^1 + O_3^-1 -> OH^0 + O_2^0 9e+10 +---------------------------------------------------------------------------- +H3O^1 + e_aq^-1 -> H^0 2.11e+10 +---------------------------------------------------------------------------- +H3O^1 + O_2^-1 -> HO_2^0 4.78e+10 +---------------------------------------------------------------------------- +H3O^1 + HO_2^-1 -> H2O2^0 5e+10 +---------------------------------------------------------------------------- +H3O^1 + O^-1 -> OH^0 4.78e+10 +---------------------------------------------------------------------------- +H3O^1 + OH^-1 -> No product 0.0112 +---------------------------------------------------------------------------- +OH^0 + O^0 -> HO_2^0 2.02e+10 +---------------------------------------------------------------------------- +OH^0 + H^0 -> No product 1.55e+10 +---------------------------------------------------------------------------- +OH^0 + OH^0 -> H2O2^0 5.5e+09 +---------------------------------------------------------------------------- +OH^0 + H2O2^0 -> HO_2^0 2.88e+07 +---------------------------------------------------------------------------- +OH^0 + H_2^0 -> H^0 3.28e+07 +---------------------------------------------------------------------------- +OH^0 + e_aq^-1 -> OH^-1 2.95e+10 +---------------------------------------------------------------------------- +OH^0 + OH^-1 -> O^-1 6.3e+09 +---------------------------------------------------------------------------- +OH^0 + HO_2^0 -> O_2^0 7.9e+09 +---------------------------------------------------------------------------- +OH^0 + O_2^-1 -> O_2^0 + OH^-1 1.07e+10 +---------------------------------------------------------------------------- +OH^0 + HO_2^-1 -> HO_2^0 + OH^-1 8.32e+09 +---------------------------------------------------------------------------- +OH^0 + O^-1 -> HO_2^-1 1e+09 +---------------------------------------------------------------------------- +OH^0 + O_3^-1 -> O_2^-1 + HO_2^0 8.5e+09 +---------------------------------------------------------------------------- +OH^0 + OH^-1 -> O^-1 0.000624 +---------------------------------------------------------------------------- +OH^-1 + H^0 -> e_aq^-1 2.51e+07 +---------------------------------------------------------------------------- +OH^-1 + H2O2^0 -> HO_2^-1 4.71e+08 +---------------------------------------------------------------------------- +OH^-1 + HO_2^0 -> O_2^-1 6.3e+09 +---------------------------------------------------------------------------- +OH^-1 + O^0 -> HO_2^-1 4.2e+08 +---------------------------------------------------------------------------- +OH^-1 + H3O^1 -> No product 0.0112 +---------------------------------------------------------------------------- +e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.5e+10 +---------------------------------------------------------------------------- +e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 6.36e+09 +---------------------------------------------------------------------------- +e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.1e+10 +---------------------------------------------------------------------------- +e_aq^-1 + O_2^0 -> O_2^-1 1.74e+10 +---------------------------------------------------------------------------- +e_aq^-1 + HO_2^0 -> HO_2^-1 1.29e+10 +---------------------------------------------------------------------------- +e_aq^-1 + O_2^-1 -> H2O2^0 + OH^-1 + OH^-1 1.29e+10 +---------------------------------------------------------------------------- +e_aq^-1 + HO_2^-1 -> O^-1 + OH^-1 3.51e+09 +---------------------------------------------------------------------------- +e_aq^-1 + O^-1 -> OH^-1 + OH^-1 2.31e+10 +---------------------------------------------------------------------------- +e_aq^-1 + H2O^0 -> H^0 + OH^-1 1.58e-05 +---------------------------------------------------------------------------- +e_aq^-1 + H3O^1 -> H^0 0.00209 +---------------------------------------------------------------------------- +H^0 + H^0 -> H_2^0 5.03e+09 +---------------------------------------------------------------------------- +H^0 + O^0 -> OH^0 2.02e+10 +---------------------------------------------------------------------------- +H^0 + O^-1 -> OH^-1 2e+10 +---------------------------------------------------------------------------- +H^0 + H2O2^0 -> OH^0 3.5e+07 +---------------------------------------------------------------------------- +H^0 + O_2^0 -> HO_2^0 2.1e+10 +---------------------------------------------------------------------------- +H^0 + HO_2^0 -> H2O2^0 1e+10 +---------------------------------------------------------------------------- +H^0 + O_2^-1 -> HO_2^-1 1e+10 +---------------------------------------------------------------------------- +H^0 + H2O^0 -> e_aq^-1 + H3O^1 5.94e-06 +---------------------------------------------------------------------------- +H^0 + OH^-1 -> e_aq^-1 2.48e-06 +---------------------------------------------------------------------------- +H_2^0 + O^0 -> H^0 + OH^0 4770 +---------------------------------------------------------------------------- +H_2^0 + O^-1 -> H^0 + OH^-1 1.21e+08 +---------------------------------------------------------------------------- +H2O2^0 + O^0 -> HO_2^0 + OH^0 1.6e+09 +---------------------------------------------------------------------------- +H2O2^0 + O^-1 -> HO_2^0 + OH^-1 5.55e+08 +---------------------------------------------------------------------------- +H2O2^0 + OH^-1 -> HO_2^-1 4.66e-05 +---------------------------------------------------------------------------- +HO_2^0 + O^0 -> O_2^0 + OH^0 2.02e+10 +---------------------------------------------------------------------------- +HO_2^0 + HO_2^0 -> H2O2^0 + O_2^0 980000 +---------------------------------------------------------------------------- +HO_2^0 + O_2^-1 -> HO_2^-1 + O_2^0 9.7e+07 +---------------------------------------------------------------------------- +HO_2^0 + H2O^0 -> H3O^1 + O_2^-1 0.715 +---------------------------------------------------------------------------- +HO_2^0 + OH^-1 -> O_2^-1 0.000624 +---------------------------------------------------------------------------- +HO_2^-1 + O^0 -> O_2^-1 + OH^0 5.3e+09 +---------------------------------------------------------------------------- +HO_2^-1 + O^-1 -> O_2^-1 + OH^-1 3.5e+08 +---------------------------------------------------------------------------- +HO_2^-1 + H2O^0 -> H2O2^0 + OH^-1 1.36 +---------------------------------------------------------------------------- +HO_2^-1 + H3O^1 -> H2O2^0 0.00495 +---------------------------------------------------------------------------- +O^0 + O^0 -> O_2^0 2.2e+10 +---------------------------------------------------------------------------- +O^0 + O_2^0 -> O_3^0 4e+09 +---------------------------------------------------------------------------- +O^0 + H2O^0 -> OH^0 + OH^0 0.001 +---------------------------------------------------------------------------- +O^0 + OH^-1 -> HO_2^-1 4.16e-05 +---------------------------------------------------------------------------- +O^-1 + O_2^0 -> O_3^-1 3.7e+09 +---------------------------------------------------------------------------- +O^-1 + O_2^-1 -> O_2^0 + OH^-1 + OH^-1 6e+08 +---------------------------------------------------------------------------- +O^-1 + O^-1 -> H2O2^0 + OH^-1 + OH^-1 1e+08 +---------------------------------------------------------------------------- +O^-1 + O_3^-1 -> O_2^-1 + O_2^-1 7e+08 +---------------------------------------------------------------------------- +O^-1 + H2O^0 -> OH^0 + OH^-1 1.36 +---------------------------------------------------------------------------- +O^-1 + H3O^1 -> OH^0 0.00473 +---------------------------------------------------------------------------- +O_2^-1 + H2O^0 -> HO_2^0 + OH^-1 1.5e-07 +---------------------------------------------------------------------------- +O_2^-1 + H3O^1 -> HO_2^0 0.00473 +---------------------------------------------------------------------------- +O_3^-1 + None^0 -> H3O^1 + O_2^-1 0.00266 +---------------------------------------------------------------------------- +O_3^-1 + H3O^1 -> OH^0 + O_2^0 0.00891 +---------------------------------------------------------------------------- +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +Use DNA e- solvation model type 11003 +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + +e-_G4DNAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo + +e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + +e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV +### Run 0 starts. +### Run 0 starts. +--> Event 0 starts. +DNAMolecularIRTModel will be used + +--------------------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 : 12053 eV + ------------------------------------------------------------ + +### Run 1 starts. +### Run 1 starts. +--> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 9 events +Number of events recorded by the species scorer = 9 + Total energy deposited in the world volume : 14490 eV + ------------------------------------------------------------ + +### Run 2 starts. +### Run 2 starts. +--> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 11 events +Number of events recorded by the species scorer = 11 + Total energy deposited in the world volume : 25440 eV + ------------------------------------------------------------ + +### Run 3 starts. +### Run 3 starts. +--> Event 0 starts. + +--------------------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 : 7633 eV + ------------------------------------------------------------ + +### Run 4 starts. +### Run 4 starts. +--> 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 : 30060 eV + ------------------------------------------------------------ + +### Run 5 starts. +### Run 5 starts. +--> Event 0 starts. + +--------------------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 : 48123 eV + ------------------------------------------------------------ + +### Run 6 starts. +### Run 6 starts. +--> Event 0 starts. + +--------------------End of Global Run----------------------- + The run has 4 events +Number of events recorded by the species scorer = 4 + Total energy deposited in the world volume : 40108 eV + ------------------------------------------------------------ + diff --git a/examples/extended/medical/dna/clustering/.cproject b/examples/extended/medical/dna/clustering/.cproject deleted file mode 100644 index 7ce35e7d7a..0000000000 --- a/examples/extended/medical/dna/clustering/.cproject +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index 6131996809..1724a66c25 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 new file mode 100644 index 0000000000..d04a793161 --- /dev/null +++ b/examples/extended/medical/dna/dnadamage1/dnadamage1.out @@ -0,0 +1,527 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +===== Register constructor ==== G4EmDNAPhysics +===== Register constructor ==== G4EmDNAChemistry_option2 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/run/numberOfThreads 2 +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +/run/initialize +userDetector->Construct() start. +logicWorld is registered to the default region. +physicsList->Construct() start. +--- G4CoupledTransportation is used +G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu+ + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : PART101 + issued by : G4ParticleDefintion::G4ParticleDefinition() +G4ParticleDefinition should be created in PreInit state +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +G4ParticleDefinition (other than ions and shortlived) should be created in Pre_Init state - mu- + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : PART101 + issued by : G4ParticleDefintion::G4ParticleDefinition() +G4ParticleDefinition should be created in PreInit state +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +physicsList->CheckParticleList() start. +physicsList->setCut() start. +/gun/particle proton +/gun/energy 5 keV +/scheduler/maxNullTimeSteps 50 +#/scheduler/verbose 2 +#/scheduler/whyDoYouStop +/run/beamOn 2 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 10 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 0 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +Use DNA e- solvation model type 11003 +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 0 +### === Auger flag: 1 +### === Ignore cuts flag: 1 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 10 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + KleinNishina : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 10 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + +e-_G4DNAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 1 MeV deltaBorn Fluo + +e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + +e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 10 eV to 100 TeV in 260 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV +#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu+) skipped... +#### G4VUserPhysicsList::BuildPhysicsTable() - BuildPhysicsTable(mu-) skipped... + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : logicWorld + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_WATER + Production cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm + +Region -- -- appears in world volume + This region is in the parallel world. + Root logical volume(s) : ChemistryWorld + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_WATER + Production cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 100 meV + Region(s) which use this couple : + DefaultRegionForTheWorld + DefaultRegionForParallelWorld + +================================================================== + +Start closing geometry. +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 2913 kByte + Total CPU time elapsed for geometry optimisation: 7.5 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 99.20 7.45 0.01 2914k VoxelStraight_logic + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 100.00 2913k 20884 21735 54614 7.45 VoxelStraight_logic +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. + +----> Histogram file is opened in output.root +Physics stage ends +Number of chemical species involved in reactions = 13 +Reaction Reaction Rate [dm3/(mol*s)] Interaction Range for chosen reaction model [nm] +------------------------------------------------------------------------------------------------------------------------------------ +H3O^1 + e_aq^-1 -> H^0 2.11e+10 0.200589 +------------------------------------------------------------------------------------------------------------------------------------ +H3O^1 + OH^-1 -> No product 1.43e+11 1.34973 +------------------------------------------------------------------------------------------------------------------------------------ +H3O^1 + Histone^0 -> Histone^0 0 2.4961 +------------------------------------------------------------------------------------------------------------------------------------ +OH^-1 + Histone^0 -> Histone^0 0 2.4958 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + e_aq^-1 -> OH^-1 2.95e+10 0.506256 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + OH^0 -> H2O2^0 4.4e+09 0.207651 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + H^0 -> No product 1.44e+10 0.194167 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + Deoxyribose^0 -> Damaged_Deoxyribose^0 1.8e+09 0.0849481 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + Adenine^0 -> Damaged_Adenine^0 6.1e+09 0.28788 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + Guanine^0 -> Damaged_Guanine^0 9.2e+09 0.434179 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + Thymine^0 -> Damaged_Thymine^0 6.4e+09 0.302038 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + Cytosine^0 -> Damaged_Cytosine^0 6.1e+09 0.28788 +------------------------------------------------------------------------------------------------------------------------------------ +OH^0 + Histone^0 -> Histone^0 0 2.4958 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + e_aq^-1 -> OH^-1 + OH^-1 + H_2^0 5e+09 0.134838 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + H^0 -> OH^-1 + H_2^0 2.65e+10 0.294265 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + H2O2^0 -> OH^-1 + OH^0 1.41e+10 0.295745 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + Deoxyribose^0 -> Damaged_Deoxyribose^0 1e+07 0.000269677 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + Adenine^0 -> Damaged_Adenine^0 9e+09 0.242709 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + Guanine^0 -> Damaged_Guanine^0 1.4e+10 0.377547 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + Thymine^0 -> Damaged_Thymine^0 1.8e+10 0.485418 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + Cytosine^0 -> Damaged_Cytosine^0 1.3e+10 0.350579 +------------------------------------------------------------------------------------------------------------------------------------ +e_aq^-1 + Histone^0 -> Histone^0 0 2.63 +------------------------------------------------------------------------------------------------------------------------------------ +H^0 + H^0 -> H_2^0 1.2e+10 0.226528 +------------------------------------------------------------------------------------------------------------------------------------ +H^0 + Deoxyribose^0 -> Damaged_Deoxyribose^0 2.9e+07 0.000547443 +------------------------------------------------------------------------------------------------------------------------------------ +H^0 + Adenine^0 -> Damaged_Adenine^0 1e+08 0.00188774 +------------------------------------------------------------------------------------------------------------------------------------ +H^0 + Thymine^0 -> Damaged_Thymine^0 5.7e+08 0.0107601 +------------------------------------------------------------------------------------------------------------------------------------ +H^0 + Cytosine^0 -> Damaged_Cytosine^0 9.2e+07 0.00173672 +------------------------------------------------------------------------------------------------------------------------------------ +H^0 + Histone^0 -> Histone^0 0 2.45 +------------------------------------------------------------------------------------------------------------------------------------ +H_2^0 + Histone^0 -> Histone^0 0 2.4958 +------------------------------------------------------------------------------------------------------------------------------------ +H2O2^0 + Histone^0 -> Histone^0 0 2.7 +------------------------------------------------------------------------------------------------------------------------------------ +DNAMolecularStepByStepModel will be used +*** G4Scheduler starts processing +At time : 1 ps Reaction : Guanine^0 (-2931) + OH^0 (-14623) -> Damaged_Guanine^0 (-14637) +At time : 1 ps Reaction : Thymine^0 (-2928) + OH^0 (-14622) -> Damaged_Thymine^0 (-14638) +At time : 1 ps Reaction : OH^0 (-14558) + OH^0 (-14611) -> H2O2^0 (-14639) +At time : 1 ps Reaction : OH^0 (-14584) + Cytosine^0 (-2932) -> Damaged_Cytosine^0 (-14640) +At time : 1 ps Reaction : OH^0 (-14536) + OH^0 (-14544) -> H2O2^0 (-14641) +At time : 1.35 ps Reaction : OH^0 (-14577) + OH^0 (-14619) -> H2O2^0 (-14642) +At time : 1.35 ps Reaction : Cytosine^0 (-2636) + OH^0 (-14533) -> Damaged_Cytosine^0 (-14643) +At time : 1.7 ps Reaction : OH^0 (-14556) + OH^0 (-14609) -> H2O2^0 (-14644) +At time : 1.7 ps Reaction : OH^0 (-14567) + OH^0 (-14566) -> H2O2^0 (-14645) +At time : 2.4 ps Reaction : Adenine^0 (-2959) + e_aq^-1 (-14535) -> Damaged_Adenine^0 (-14646) +At time : 2.75 ps Reaction : OH^0 (-14571) + OH^0 (-14613) -> H2O2^0 (-14647) +At time : 3.1 ps Reaction : OH^0 (-14615) + OH^0 (-14617) -> H2O2^0 (-14648) +At time : 4.5 ps Reaction : H^0 (-14634) + OH^0 (-14548) -> No product +At time : 4.5 ps Reaction : OH^0 (-14528) + OH^0 (-14529) -> H2O2^0 (-14649) +At time : 6.25 ps Reaction : OH^0 (-14563) + OH^0 (-14560) -> H2O2^0 (-14650) +At time : 7.3 ps Reaction : OH^0 (-14590) + OH^0 (-14588) -> H2O2^0 (-14651) +At time : 10.581 ps Reaction : OH^0 (-14564) + H^0 (-14608) -> No product +At time : 12.281 ps Reaction : H^0 (-14585) + OH^0 (-14580) -> No product +At time : 14.281 ps Reaction : OH^0 (-14582) + Thymine^0 (-2936) -> Damaged_Thymine^0 (-14652) +At time : 15.281 ps Reaction : OH^0 (-14586) + Guanine^0 (-2627) -> Damaged_Guanine^0 (-14653) +At time : 26.281 ps Reaction : OH^0 (-14603) + H^0 (-14604) -> No product +At time : 27.281 ps Reaction : H^0 (-14593) + H^0 (-14545) -> H_2^0 (-14654) +At time : 31.281 ps Reaction : H^0 (-14579) + OH^0 (-14524) -> No product +At time : 43.281 ps Reaction : OH^0 (-14576) + H^0 (-14618) -> No product +At time : 46.281 ps Reaction : H^0 (-14555) + Cytosine^0 (-12236) -> Damaged_Cytosine^0 (-14655) +At time : 54.281 ps Reaction : OH^0 (-14572) + H^0 (-14569) -> No product +At time : 66.768 ps Reaction : OH^0 (-14552) + Deoxyribose^0 (-12209) -> Damaged_Deoxyribose^0 (-14656) +At time : 85.768 ps Reaction : H^0 (-14581) + Histone^0 (-2449) -> Histone^0 (-14657) +At time : 86.768 ps Reaction : H^0 (-14591) + Thymine^0 (-2632) -> Damaged_Thymine^0 (-14658) +At time : 101.15 ps Reaction : H^0 (-14589) + H^0 (-14597) -> H_2^0 (-14659) +At time : 116.15 ps Reaction : OH^0 (-14633) + OH^0 (-14547) -> H2O2^0 (-14660) +At time : 116.15 ps Reaction : H^0 (-14557) + H^0 (-14559) -> H_2^0 (-14661) +At time : 122.15 ps Reaction : OH^0 (-14596) + OH^0 (-14599) -> H2O2^0 (-14662) +At time : 146.15 ps Reaction : H^0 (-14543) + Deoxyribose^0 (-7420) -> Damaged_Deoxyribose^0 (-14663) +At time : 164.29 ps Reaction : H^0 (-14587) + OH^0 (-14624) -> No product +At time : 227.94 ps Reaction : OH^0 (-14578) + H^0 (-14620) -> No product +At time : 266.94 ps Reaction : H2O2^0 (-14642) + e_aq^-1 (-14532) -> OH^-1 (-14664) + OH^0 (-14665) +At time : 293.94 ps Reaction : H_2^0 (-14575) + Histone^0 (-14657) -> Histone^0 (-14666) +At time : 363.64 ps Reaction : H^0 (-14612) + Histone^0 (-7255) -> Histone^0 (-14667) +At time : 449.87 ps Reaction : e_aq^-1 (-112) + H^0 (-14610) -> OH^-1 (-14668) + H_2^0 (-14669) +At time : 455.87 ps Reaction : H^0 (-14561) + Thymine^0 (-8267) -> Damaged_Thymine^0 (-14670) +At time : 479.87 ps Reaction : OH^0 (-14574) + Histone^0 (-14667) -> Histone^0 (-14671) +At time : 568.93 ps Reaction : OH^0 (-14635) + Deoxyribose^0 (-7735) -> Damaged_Deoxyribose^0 (-14672) +At time : 583.93 ps Reaction : OH^0 (-14540) + H^0 (-14550) -> No product +At time : 624.27 ps Reaction : H^0 (-14583) + Deoxyribose^0 (-2065) -> Damaged_Deoxyribose^0 (-14673) +At time : 636.27 ps Reaction : Deoxyribose^0 (-2558) + H^0 (-14627) -> Damaged_Deoxyribose^0 (-14674) +At time : 699.59 ps Reaction : Histone^0 (-14671) + H3O^1 (-14525) -> Histone^0 (-14675) +At time : 705.59 ps Reaction : Histone^0 (-1648) + H^0 (-14625) -> Histone^0 (-14676) +At time : 708.59 ps Reaction : H^0 (-14537) + Histone^0 (-14666) -> Histone^0 (-14677) +At time : 747.3 ps Reaction : OH^0 (-14607) + Histone^0 (-14675) -> Histone^0 (-14678) +At time : 792.79 ps Reaction : H3O^1 (-14601) + Histone^0 (-14677) -> Histone^0 (-14679) +At time : 920.72 ps Reaction : Histone^0 (-14676) + H3O^1 (-14531) -> Histone^0 (-14680) +At time : 936.43 ps Reaction : OH^0 (-14553) + Guanine^0 (-7733) -> Damaged_Guanine^0 (-14681) +At time : 945.43 ps Reaction : H^0 (-14614) + Histone^0 (-14679) -> Histone^0 (-14682) +At time : 1.1132 ns Reaction : H^0 (-14616) + Deoxyribose^0 (-6862) -> Damaged_Deoxyribose^0 (-14683) +At time : 1.2253 ns Reaction : OH^0 (-14542) + OH^0 (-14665) -> H2O2^0 (-14684) +At time : 1.2753 ns Reaction : H^0 (-14539) + Histone^0 (-12061) -> Histone^0 (-14685) +At time : 1.3357 ns Reaction : H_2^0 (-14565) + Histone^0 (-12862) -> Histone^0 (-14686) +At time : 1.3657 ns Reaction : H2O2^0 (-14651) + Histone^0 (-14682) -> Histone^0 (-14687) +At time : 1.3757 ns Reaction : Thymine^0 (-2087) + e_aq^-1 (-14526) -> Damaged_Thymine^0 (-14688) +At time : 1.3957 ns Reaction : H^0 (-14636) + Histone^0 (-14685) -> Histone^0 (-14689) +At time : 1.5465 ns Reaction : H_2^0 (-14669) + Histone^0 (-14678) -> Histone^0 (-14690) +At time : 1.5565 ns Reaction : Histone^0 (-14690) + H2O2^0 (-14647) -> Histone^0 (-14691) +At time : 2.1262 ns Reaction : H_2^0 (-14562) + Histone^0 (-14689) -> Histone^0 (-14692) +At time : 2.3755 ns Reaction : OH^0 (-14568) + Cytosine^0 (-8223) -> Damaged_Cytosine^0 (-14693) +At time : 2.4255 ns Reaction : H_2^0 (-14661) + Histone^0 (-11260) -> Histone^0 (-14694) +At time : 2.4355 ns Reaction : Deoxyribose^0 (-2486) + OH^0 (-14626) -> Damaged_Deoxyribose^0 (-14695) +*** G4Scheduler ends at time : 2.5 ns +___________________________________ +Physics stage ends +*** G4Scheduler starts processing +At time : 1 ps Reaction : OH^0 (-14514) + OH^0 (-14551) -> H2O2^0 (-14553) +At time : 1 ps Reaction : OH^0 (-14536) + OH^0 (-14508) -> H2O2^0 (-14554) +At time : 1 ps Reaction : OH^0 (-14534) + OH^0 (-14504) -> H2O2^0 (-14555) +At time : 1 ps Reaction : OH^0 (-14532) + OH^0 (-14496) -> H2O2^0 (-14556) +At time : 1 ps Reaction : OH^0 (-14512) + OH^0 (-14510) -> H2O2^0 (-14557) +At time : 10.954 ps Reaction : e_aq^-1 (-73) + OH^0 (-14525) -> OH^-1 (-14558) +At time : 15.321 ps Reaction : H^0 (-14526) + H^0 (-14524) -> H_2^0 (-14559) +At time : 58.085 ps Reaction : OH^0 (-14498) + OH^0 (-14500) -> H2O2^0 (-14560) +At time : 137.95 ps Reaction : OH^0 (-14527) + e_aq^-1 (-78) -> OH^-1 (-14561) +At time : 183.46 ps Reaction : OH^0 (-14493) + OH^0 (-14492) -> H2O2^0 (-14562) +At time : 313.84 ps Reaction : H^0 (-14546) + OH^0 (-14502) -> No product +At time : 350.72 ps Reaction : OH^0 (-14516) + H^0 (-14552) -> No product +At time : 363.16 ps Reaction : H3O^1 (-14521) + OH^-1 (-14558) -> No product +At time : 363.16 ps Reaction : H^0 (-14495) + OH^0 (-14494) -> No product +At time : 384.6 ps Reaction : OH^0 (-14543) + Cytosine^0 (-4353) -> Damaged_Cytosine^0 (-14563) +At time : 428.76 ps Reaction : OH^0 (-14490) + OH^0 (-14522) -> H2O2^0 (-14564) +At time : 494.19 ps Reaction : OH^0 (-14484) + Guanine^0 (-4064) -> Damaged_Guanine^0 (-14565) +At time : 890.99 ps Reaction : H^0 (-14533) + Deoxyribose^0 (-4114) -> Damaged_Deoxyribose^0 (-14566) +At time : 928.62 ps Reaction : OH^0 (-14545) + H^0 (-14499) -> No product +At time : 1.0581 ns Reaction : H^0 (-14539) + OH^0 (-14520) -> No product +At time : 1.2157 ns Reaction : OH^0 (-14542) + OH^0 (-14541) -> H2O2^0 (-14567) +At time : 1.3725 ns Reaction : H^0 (-14511) + H^0 (-14509) -> H_2^0 (-14568) +At time : 1.4625 ns Reaction : OH^0 (-14485) + Guanine^0 (-4784) -> Damaged_Guanine^0 (-14569) +At time : 1.4825 ns Reaction : H^0 (-14537) + Deoxyribose^0 (-4354) -> Damaged_Deoxyribose^0 (-14570) +At time : 1.5025 ns Reaction : H_2^0 (-14559) + Histone^0 (-4010) -> Histone^0 (-14571) +At time : 1.5125 ns Reaction : OH^0 (-14550) + H^0 (-14505) -> No product +At time : 1.5344 ns Reaction : OH^0 (-14530) + Deoxyribose^0 (-4030) -> Damaged_Deoxyribose^0 (-14572) +At time : 1.5644 ns Reaction : Histone^0 (-14571) + H_2^0 (-14488) -> Histone^0 (-14573) +At time : 1.944 ns Reaction : H_2^0 (-14529) + Histone^0 (-14573) -> Histone^0 (-14574) +At time : 1.964 ns Reaction : e_aq^-1 (-14487) + H^0 (-14503) -> OH^-1 (-14575) + H_2^0 (-14576) +At time : 2.284 ns Reaction : H3O^1 (-14549) + Histone^0 (-806) -> Histone^0 (-14577) +*** G4Scheduler ends at time : 2.5 ns +___________________________________ + Run terminated. +Run Summary + Number of events processed : 2 + User=139.190000s Real=140.707366s Sys=0.080000s + +----> Histograms are saved +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +UserDetectorConstruction deleted. +UserPhysicsList deleted. +UserActionInitialization deleted. +UserWorkerInitialization deleted. +UserWorkerThreadInitialization deleted. +UserRunAction deleted. +UserPrimaryGenerator deleted. +RunManager is deleting RunManagerKernel. +G4SDManager deleted. +EventManager deleted. +Units table cleared. +TransportationManager deleted. +Total navigation history collections cleaned: 29052 +G4RNGHelper object is deleted. +================== Deleting memory pools =================== +Pool ID '20G4NavigationLevelRep', size : 27.9 MB +Pool ID '19G4ElectronOccupancy', size : 0.000961 MB +Pool ID '15G4CountedObjectIvE', size : 0.667 MB +Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '16G4SmartVoxelNode', size : 0.691 MB +Pool ID '17G4SmartVoxelProxy', size : 0.657 MB +Pool ID '7G4Event', size : 0.000961 MB +Pool ID '15G4PrimaryVertex', size : 0.000961 MB +Pool ID '17G4PrimaryParticle', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 2.33 MB +Pool ID '7G4Track', size : 4.67 MB +Pool ID '18G4TouchableHistory', size : 1.75 MB +Pool ID '10G4Molecule', size : 1.4 MB +Pool ID '8G4KDTree', size : 0.000961 MB +Pool ID '8G4KDNodeI4G4ITE', size : 1 MB +Pool ID '14G4KDTreeResult', size : 0.000961 MB +Pool ID '8G4KDNodeI10G4MoleculeE', size : 0.000961 MB +Number of memory pools allocated: 17 of which, static: 0 +Dynamic pools deleted: 17 / Total memory freed: 41 MB +============================================================ +G4Allocator objects are deleted. +UImanager deleted. +StateManager deleted. +RunManagerKernel is deleted. Good bye :) +RunManager is deleted. diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.out b/examples/extended/medical/dna/dnaphysics/dnaphysics.out index faf419dac3..eee2e394f8 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 0x1f48910 +##### Create analysis manager 0x228a8d0 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... @@ -738,7 +738,7 @@ Setting was ignored. Run terminated. Run Summary Number of events processed : 2 - User=3.490000s Real=3.569010s Sys=0.030000s + User=3.920000s Real=3.984336s Sys=0.030000s ... write file : dna.root - done ... close file : dna.root - done 0 events have been kept for refreshing and/or reviewing. diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 67f559432a..0c7ed92f74 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 0xc80cf0 +##### Create analysis manager 0xdfacb0 Using analysis manager e-_G4DNAPTBAugerModel is constructed ======================================================================= diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index 81112e133b..f98a657630 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 b85182ad84..01572aaefd 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -363,7 +363,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=23.440000s Real=23.721889s Sys=0.000000s + User=25.890000s Real=26.384591s Sys=0.010000s Number and type of particles created outside region "Target" : N e- : 750 _______________________ diff --git a/examples/extended/medical/dna/microprox/microprox.out b/examples/extended/medical/dna/microprox/microprox.out new file mode 100644 index 0000000000..28b6bacb36 --- /dev/null +++ b/examples/extended/medical/dna/microprox/microprox.out @@ -0,0 +1,287 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +##### Create analysis manager 0x162b690 +Using analysis manager +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +*** /run/numberOfThreads command is issued in sequential mode. +Command is ignored. +PhysicsList::AddPhysicsList: + +***** Table : Nb of materials = 1 ***** + + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.375 cm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 11.19 % ElmAbundance 66.67 % + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 88.81 % ElmAbundance 33.33 % + + + +Computed tolerance = 10 nm + +--------------------------------------------------------- +---> The tracking cut is set to 7.4 eV + +--------------------------------------------------------- +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 1 +PIXE atomic de-excitation enabled 1 +De-excitation module ignores cuts 1 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +Use DNA e- solvation model type 11003 +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 1 1 + +### === G4UAtomicDeexcitation::InitialiseForNewRun() +### === Auger flag: 1 +### === Ignore cuts flag: 1 +### === PIXE model for hadrons: Empirical +### === PIXE model for e+-: Livermore + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreCompton : Emin= 0 eV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreConversion : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +e-_G4DNAElectronSolvation: for e- SubType=58 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAOneStepThermalizationModel_Meesungnoen2002 : Emin= 0 eV Emax= 7.4 eV + +e-_G4DNAElastic: for e- SubType=51 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAChampionElasticModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAExcitation: for e- SubType=52 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornExcitationModel : Emin= 0 eV Emax= 1 MeV + +e-_G4DNAIonisation: for e- SubType=53 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNABornIonisationModel : Emin= 0 eV Emax= 100 TeV deltaBorn Fluo + +e-_G4DNAVibExcitation: for e- SubType=54 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNASancheExcitationModel : Emin= 0 eV Emax= 100 eV + +e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== +DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=DistanceToBoundary Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Analysis_W001 + issued by : G4RootNtupleFileManager::SetNtupleMergingMode +Merging ntuples is not applicable in sequential application. +Setting was ignored. +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + +... set ntuple merging row mode : row-wise - done +... create file : t.root - done +... open analysis file : t.root - done +... open analysis file : t.root - done +--> Event 0 starts. +--> Event 1000 starts. +--> Event 2000 starts. +--> Event 3000 starts. +--> Event 4000 starts. +--> Event 5000 starts. +--> Event 6000 starts. +--> Event 7000 starts. +--> Event 8000 starts. +--> Event 9000 starts. +... write file : t.root - done +... close file : t.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index 7dc48b8528..2202ad9447 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 0x1059cb0 +##### Create analysis manager 0x21fcc70 Using analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index 68b55854c1..d9d6ba141b 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -649,7 +649,7 @@ Physics stage ends 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. - Calculation time = 2.95843 s + Calculation time = 3.24568 s Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/pdb4dna/.gitignore b/examples/extended/medical/dna/pdb4dna/.gitignore new file mode 100644 index 0000000000..30483b8e08 --- /dev/null +++ b/examples/extended/medical/dna/pdb4dna/.gitignore @@ -0,0 +1,2 @@ +# Overwrite the top-level .gitignore that wants to ignore all *.pdb files. +!*.pdb diff --git a/examples/extended/medical/dna/pdb4dna/pdb4dna.out b/examples/extended/medical/dna/pdb4dna/pdb4dna.out index 25d469e141..378d5bb0c6 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 fdf724be00..36badfa064 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index be4e8eac39..75f1fb63db 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index 967b41ae26..ddc3eacf44 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index 255e6ec7f6..cec1d33921 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -286,7 +286,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.210000s Real=0.206084s Sys=0.000000s + User=0.240000s Real=0.241422s Sys=0.000000s ======================== run summary ===================== @@ -327,7 +327,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.360000s Real=0.364025s Sys=0.000000s + User=0.420000s Real=0.430594s Sys=0.000000s ======================== run summary ===================== @@ -368,7 +368,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.510000s Real=0.524207s Sys=0.000000s + User=0.610000s Real=0.619991s Sys=0.000000s ======================== run summary ===================== @@ -409,7 +409,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.680000s Real=0.680622s Sys=0.000000s + User=0.810000s Real=0.812739s Sys=0.000000s ======================== run summary ===================== @@ -450,7 +450,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.820000s Real=0.872583s Sys=0.010000s + User=0.990000s Real=1.003565s Sys=0.000000s ======================== run summary ===================== @@ -491,7 +491,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.000000s Real=1.002500s Sys=0.000000s + User=1.200000s Real=1.206246s Sys=0.000000s ======================== run summary ===================== @@ -532,7 +532,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.150000s Real=1.164983s Sys=0.000000s + User=1.370000s Real=1.386410s Sys=0.000000s ======================== run summary ===================== @@ -573,7 +573,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.310000s Real=1.348181s Sys=0.000000s + User=1.580000s Real=1.591916s Sys=0.000000s ======================== run summary ===================== @@ -614,7 +614,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.460000s Real=1.473802s Sys=0.000000s + User=1.750000s Real=1.817678s Sys=0.000000s ======================== run summary ===================== @@ -655,7 +655,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.630000s Real=1.636999s Sys=0.000000s + User=1.930000s Real=1.949277s Sys=0.000000s ======================== run summary ===================== @@ -696,7 +696,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.240000s Real=3.268802s Sys=0.000000s + User=3.870000s Real=3.908892s Sys=0.000000s ======================== run summary ===================== @@ -737,7 +737,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=5.100000s Real=5.162615s Sys=0.000000s + User=6.230000s Real=6.373039s Sys=0.000000s ======================== run summary ===================== @@ -778,7 +778,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=6.920000s Real=7.114497s Sys=0.000000s + User=7.710000s Real=7.784422s Sys=0.000000s ======================== run summary ===================== @@ -819,7 +819,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=8.120000s Real=8.454461s Sys=0.000000s + User=9.710000s Real=9.798444s Sys=0.010000s ======================== run summary ===================== @@ -860,7 +860,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=9.790000s Real=9.977261s Sys=0.000000s + User=11.520000s Real=11.632281s Sys=0.000000s ======================== run summary ===================== @@ -901,7 +901,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=11.270000s Real=11.526629s Sys=0.000000s + User=13.330000s Real=13.492521s Sys=0.000000s ======================== run summary ===================== @@ -942,7 +942,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=14.080000s Real=14.168582s Sys=0.000000s + User=15.340000s Real=15.482310s Sys=0.000000s ======================== run summary ===================== @@ -983,7 +983,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=14.940000s Real=15.464435s Sys=0.000000s + User=17.220000s Real=17.432392s Sys=0.010000s ======================== run summary ===================== @@ -1024,7 +1024,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=16.260000s Real=17.352230s Sys=0.010000s + User=19.620000s Real=19.823501s Sys=0.010000s ======================== run summary ===================== diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index e62eeaa827..d32907519b 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 2e540b78ad..a55ce89780 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 ca1e559010..1dd012c69b 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,7 +23,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo ***** Table : Nb of materials = 11 ***** Material: Air density: 1.205 mg/cm3 RadL: 303.867 m Nucl.Int.Length: 709.970 m - Imean: 85.669 eV temperature: 293.00 K pressure: 1.00 atm + Imean: 85.668 eV temperature: 293.00 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -70,7 +70,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Mylar density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.923 cm - Imean: 75.967 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 74.266 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.008 g/mole ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % @@ -115,7 +115,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Graphite density: 2.180 g/cm3 RadL: 19.586 cm Nucl.Int.Length: 36.768 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -735,7 +735,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=4.160000s Real=4.775615s Sys=0.000000s + User=4.860000s Real=4.915200s Sys=0.000000s ======================== run summary ====================== @@ -746,7 +746,7 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1428141744129925393, 377269978168208559, 717333830619462014, 378426031215187258, 2182629445950348883, 1457372977224129693, 1017413813537086789, 406160907945980615, 1859186035309470027, 1231627085899659778, 1862643746556328147, 854151466652958873, 1736304097774872957, 1361497386753452712, 501255901225958686, 1168086676288269436, 875434189452472486} counter= 3sumtot= 968191240994220698 +N=17 V[N]={640169636817715404, 87090689986296013, 1130185708058750878, 1339038178148453370, 360216788601817321, 1081387088429516783, 655608892750126957, 1458936165549095864, 1806960345811006739, 1983802734411458313, 1599132619829283106, 560333063740242756, 247849373598508382, 1129811319933652397, 1973826512887815719, 717192870004739870, 337571408510559667} counter= 17sumtot= 968212332573181882 --------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index 96438cd906..82e64e9aa4 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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.0089529 0.0033019 11 4 231 0.0064161 0.0021455 9 3 232 0.0077152 0.0032332 9 4 -### deleting electronFilter 0xafe980 +### deleting electronFilter 0x2502a00 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index f610bf9ae0..3416cb6784 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,7 +53,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Graphite density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -62,7 +62,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Graphite_gas density: 2.265 mg/cm3 RadL: 188.508 m Nucl.Int.Length: 353.880 m - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -294,7 +294,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 4000 - User=6.440000s Real=6.674117s Sys=0.010000s + User=6.640000s Real=6.719393s Sys=0.000000s ======================== run summary ====================== diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 6a6558ce54..2db42c75ee 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,7 +53,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Graphite density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -62,7 +62,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo Material: Graphite_gas density: 2.265 mg/cm3 RadL: 188.508 m Nucl.Int.Length: 353.880 m - Imean: 81.000 eV temperature: 293.15 K pressure: 1.00 atm + Imean: 78.000 eV temperature: 293.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % @@ -311,7 +311,7 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 40000 - User=1.160000s Real=1.212624s Sys=0.010000s + User=1.160000s Real=1.183206s Sys=0.000000s Process calls frequency ---> eIoni= 328377 msc= 138784 Transportation= 22921 diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index 0557a8ac89..7fd79eb25c 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -969,42 +969,44 @@ G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. --> Event 0 starts. -/control/shell cp ./currentEvent.rndm ./run0evt6.rndm -./currentEvent.rndm is copied to ./run0evt6.rndm/control/shell cp ./currentEvent.rndm ./run0evt9.rndm -./currentEvent.rndm is copied to ./run0evt9.rndm--> Event 10 starts. +--> Event 10 starts. --> Event 20 starts. --> Event 30 starts. ---> Event 40 starts. -/control/shell cp ./currentEvent.rndm ./run0evt47.rndm -./currentEvent.rndm is copied to ./run0evt47.rndm--> Event 50 starts. ---> Event 60 starts. +/control/shell cp ./currentEvent.rndm ./run0evt35.rndm +./currentEvent.rndm is copied to ./run0evt35.rndm--> Event 40 starts. +--> Event 50 starts. +/control/shell cp ./currentEvent.rndm ./run0evt53.rndm +./currentEvent.rndm is copied to ./run0evt53.rndm--> Event 60 starts. --> Event 70 starts. --> Event 80 starts. ---> Event 90 starts. +/control/shell cp ./currentEvent.rndm ./run0evt89.rndm +./currentEvent.rndm is copied to ./run0evt89.rndm--> Event 90 starts. --> Event 100 starts. --> Event 110 starts. ---> Event 120 starts. +/control/shell cp ./currentEvent.rndm ./run0evt118.rndm +./currentEvent.rndm is copied to ./run0evt118.rndm--> Event 120 starts. --> Event 130 starts. --> Event 140 starts. --> Event 150 starts. --> Event 160 starts. --> Event 170 starts. --> Event 180 starts. ---> Event 190 starts. +/control/shell cp ./currentEvent.rndm ./run0evt181.rndm +./currentEvent.rndm is copied to ./run0evt181.rndm--> Event 190 starts. Run terminated. Run Summary Number of events processed : 200 - User=7.510000s Real=7.973191s Sys=0.040000s + User=9.290000s Real=9.663098s Sys=0.090000s ======================== run summary ====================== The run was 200 events. -Number of hits per event: 784.5 +- 7.971 -Number of hits per event above threshold: 31.57 +- 0.1751 -Number of scintillation photons per event : 4168 +- 0 -Number of Cerenkov photons per event: 0.525 +- 0.05654 -Number of absorbed photons per event : 3384 +- 0 +Number of hits per event: 770.8 +- 9.78 +Number of hits per event above threshold: 31.14 +- 0.3144 +Number of scintillation photons per event : 4112 +- 0 +Number of Cerenkov photons per event: 0.48 +- 0.05743 +Number of absorbed photons per event : 3342 +- 0 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 521.7 +- 4.618 keV. +Total energy deposition in scintillator per event: 518.3 +- 5.943 keV. 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1061,70 +1063,70 @@ Index : 3 used in the geometry : Yes ### Run 1 starts. --> Event 0 starts. - Energy weighted position of hits in LXe : (-0.832244,1.1051,-98.5409) - Total energy deposition in scintillator : 536.559 (keV) - Reconstructed position of hits in LXe : (-0.106475,-1.14974,-31.6883) - Number of photons that hit PMTs in this event : 815 + Energy weighted position of hits in LXe : (-2.22424,10.3099,-93.2125) + Total energy deposition in scintillator : 536.827 (keV) + Reconstructed position of hits in LXe : (5.696,5.8022,-27.6737) + Number of photons that hit PMTs in this event : 838 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4430 + Number of photons produced by scintillation in this event : 4492 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3615 + Number of photons absorbed (OpAbsorption) in this event : 3654 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (-11.4326,3.1321,-66.6115) - Total energy deposition in scintillator : 536.517 (keV) - Reconstructed position of hits in LXe : (-3.6885,2.53682,-19.0876) - Number of photons that hit PMTs in this event : 844 + Energy weighted position of hits in LXe : (0.0487087,0.0220949,-109.494) + Total energy deposition in scintillator : 321.46 (keV) + Reconstructed position of hits in LXe : (-2.84422,-2.13237,-31.0284) + Number of photons that hit PMTs in this event : 501 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4453 + Number of photons produced by scintillation in this event : 2665 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3609 + Number of photons absorbed (OpAbsorption) in this event : 2164 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (-17.1214,1.8974,19) - Total energy deposition in scintillator : 536.128 (keV) - Reconstructed position of hits in LXe : (-6.36112,-3.25984,11.0539) - Number of photons that hit PMTs in this event : 876 + Energy weighted position of hits in LXe : (9.82989,2.37017,-52.6496) + Total energy deposition in scintillator : 537.009 (keV) + Reconstructed position of hits in LXe : (6.39842,2.5582,-15.7084) + Number of photons that hit PMTs in this event : 870 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4430 - Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3554 + Number of photons produced by scintillation in this event : 4548 + Number of photons produced by cerenkov in this event : 1 + Number of photons absorbed (OpAbsorption) in this event : 3679 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (-0.0209635,-0.0851117,-63.5014) - Total energy deposition in scintillator : 536.724 (keV) - Reconstructed position of hits in LXe : (3.58161,-2.76167,-19.6166) - Number of photons that hit PMTs in this event : 873 + Energy weighted position of hits in LXe : (-7.49843,13.9203,-58.3383) + Total energy deposition in scintillator : 536.406 (keV) + Reconstructed position of hits in LXe : (-3.9173,3.53167,-24.5564) + Number of photons that hit PMTs in this event : 830 Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4512 - Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3639 - Number of photons absorbed at boundaries (OpBoundary) in this event : 0 -Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (-1.13596,-1.10109,-90.5663) - Total energy deposition in scintillator : 537.841 (keV) - Reconstructed position of hits in LXe : (0.742937,-0.693125,-21.0103) - Number of photons that hit PMTs in this event : 836 - Number of PMTs above threshold(4) : 32 - Number of photons produced by scintillation in this event : 4631 + Number of photons produced by scintillation in this event : 4422 Number of photons produced by cerenkov in this event : 2 - Number of photons absorbed (OpAbsorption) in this event : 3797 + Number of photons absorbed (OpAbsorption) in this event : 3594 + Number of photons absorbed at boundaries (OpBoundary) in this event : 0 +Unaccounted for photons in this event : 0 + Energy weighted position of hits in LXe : (0.0168128,22.5714,-71.6467) + Total energy deposition in scintillator : 537.256 (keV) + Reconstructed position of hits in LXe : (1.27222,5.85844,-21.6095) + Number of photons that hit PMTs in this event : 805 + Number of PMTs above threshold(4) : 32 + Number of photons produced by scintillation in this event : 4519 + Number of photons produced by cerenkov in this event : 0 + Number of photons absorbed (OpAbsorption) in this event : 3714 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 5 - User=0.210000s Real=0.225857s Sys=0.000000s + User=0.300000s Real=0.316209s Sys=0.000000s ======================== run summary ====================== The run was 5 events. -Number of hits per event: 848.8 +- 10.3 +Number of hits per event: 768.8 +- 60.6 Number of hits per event above threshold: 32 +- 0 -Number of scintillation photons per event : 4491 +- 34.02 -Number of Cerenkov photons per event: 0.4 +- 0.3578 -Number of absorbed photons per event : 3643 +- 36.66 +Number of scintillation photons per event : 4129 +- 327.9 +Number of Cerenkov photons per event: 0.6 +- 0.3578 +Number of absorbed photons per event : 3361 +- 268.2 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 536.8 +- 0.2583 keV. +Total energy deposition in scintillator per event: 493.8 +- 38.53 keV. 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -1183,717 +1185,937 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 0 0 0 -200 0.511 0 0 0 expHall initStep 1 0 0 -114 0.511 0 86.4 86.4 housing Transportation 2 0 0 -113 0.511 0 0.635 87 scintillator Transportation - 3 0 0 -104 0.243 2.36e-05 9.26 96.3 scintillator compt - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -104 7.13e-06 0 0 0 scintillator initStep - 1 14 -10.4 -82.8 7.13e-06 7.13e-06 27.2 27.2 scintillator OpAbsorption + 3 0 0 -87.9 0 0.0346 25.1 112 scintillator phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 -104 0.268 0 0 0 scintillator initStep - 1 0.00909 -0.0127 -104 0.259 0.00868 0.0266 0.0266 scintillator msc - 2 0.0476 -0.0267 -104 0.214 0.0457 0.0964 0.123 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0378 -0.0231 -104 7.05e-06 0 0 0 scintillator initStep - 1 -17.4 -24 -56.1 7.05e-06 7.05e-06 56.1 56.1 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0374 -0.023 -104 7.08e-06 0 0 0 scintillator initStep - 1 33.6 89 -89.5 7.08e-06 0 96.2 96.2 pmt Transportation - 2 33.8 89.3 -89.4 7.08e-06 7.08e-06 0.37 96.6 photocath Transportation + 0 0 0 -87.9 0.476 0 0 0 scintillator initStep + 1 0.0279 -0.0386 -87.8 0.453 0.0238 0.0635 0.0635 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0214 -0.0171 -104 7.03e-06 0 0 0 scintillator initStep - 1 54.4 89 -47.1 7.03e-06 0 119 119 housing Transportation - 2 54.4 89 -47.1 7.03e-06 0 0 119 scintillator Transportation - 3 89 32.3 -11 7.03e-06 0 75.6 194 pmt Transportation - 4 89 32.3 -11 7.03e-06 0 0 194 scintillator Transportation - 5 15 -89 66.2 7.03e-06 0 162 356 housing Transportation - 6 15 -89 66.2 7.03e-06 0 0 356 scintillator Transportation - 7 -29.9 -15.5 113 7.03e-06 0 98 454 housing Transportation - 8 -29.9 -15.5 113 7.03e-06 0 0 454 scintillator Transportation - 9 -89 81.3 51.4 7.03e-06 0 129 583 housing Transportation - 10 -89 81.3 51.4 7.03e-06 0 0 583 scintillator Transportation - 11 -84.3 89 46.5 7.03e-06 0 10.3 593 housing Transportation - 12 -84.3 89 46.5 7.03e-06 0 0 593 scintillator Transportation - 13 24.4 -89 -66.8 7.03e-06 0 237 831 pmt Transportation - 14 24.9 -89.3 -67.3 7.03e-06 7.03e-06 0.737 831 photocath Transportation + 0 0.000894 -0.00124 -87.9 7.09e-06 0 0 0 scintillator initStep + 1 -2.19 12.2 -113 7.09e-06 0 28 28 housing Transportation + 2 -2.19 12.2 -113 7.09e-06 0 0 28 scintillator Transportation + 3 -16 89 45.4 7.09e-06 0 177 205 housing Transportation + 4 -16 89 45.4 7.09e-06 0 0 205 scintillator Transportation + 5 -21.9 56.2 113 7.09e-06 0 75.3 280 housing Transportation + 6 -21.9 56.2 113 7.09e-06 0 0 280 scintillator Transportation + 7 -22.8 51.2 103 7.09e-06 7.09e-06 11.7 292 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0297 -0.0202 -104 7.04e-06 0 0 0 scintillator initStep - 1 -8.08 1.12 -113 7.04e-06 0 12.4 12.4 housing Transportation - 2 -8.08 1.12 -113 7.04e-06 0 0 12.4 scintillator Transportation - 3 -17 2.38 -103 7.04e-06 7.04e-06 13.6 26 scintillator OpAbsorption + 0 0.0254 -0.0352 -87.8 7.03e-06 0 0 0 scintillator initStep + 1 -33.4 -51.8 113 7.03e-06 0 210 210 pmt Transportation + 2 -33.5 -51.9 113 7.03e-06 7.03e-06 0.346 210 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0242 -0.0182 -104 7.02e-06 0 0 0 scintillator initStep - 1 -42.7 -89 -22.5 7.02e-06 0 128 128 pmt Transportation - 2 -43.4 -89.3 -21.1 7.02e-06 7.02e-06 1.65 129 photocath Transportation + 0 0.0215 -0.0298 -87.8 7.04e-06 0 0 0 scintillator initStep + 1 -5.82 -1.88 -88.6 7.04e-06 7.04e-06 6.18 6.18 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0271 -0.0375 -87.8 7.03e-06 0 0 0 scintillator initStep + 1 27.5 89 -79.6 7.03e-06 0 93.6 93.6 pmt Transportation + 2 27.7 89.3 -79.6 7.03e-06 7.03e-06 0.35 93.9 photocath Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.0476 -0.0267 -104 0.214 0 0 0.123 scintillator initStep - 3 0.0358 -0.035 -104 0.205 0.00828 0.0187 0.142 scintillator msc - 4 0.0155 -0.0475 -104 0.168 0.0374 0.0722 0.214 scintillator eIoni + 1 0.0279 -0.0386 -87.8 0.453 0 0 0.0635 scintillator initStep + 2 0.049 -0.0918 -87.8 0.436 0.0161 0.0588 0.122 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0233 -0.0427 -104 7.02e-06 0 0 0 scintillator initStep - 1 -29.1 -89 -24.9 7.02e-06 0 122 122 housing Transportation - 2 -29.1 -89 -24.9 7.02e-06 0 0 122 scintillator Transportation - 3 -79.9 66.4 113 7.02e-06 0 214 336 housing Transportation - 4 -79.9 66.4 113 7.02e-06 0 0 336 scintillator Transportation - 5 -87.3 89 93 7.02e-06 0 31 367 housing Transportation - 6 -87.3 89 93 7.02e-06 0 0 367 scintillator Transportation - 7 -89 83.9 88.4 7.02e-06 0 7.08 374 housing Transportation - 8 -89 83.9 88.4 7.02e-06 0 0 374 scintillator Transportation - 9 -42.9 -57.1 -36.6 7.02e-06 7.02e-06 194 568 scintillator OpAbsorption + 0 0.0379 -0.0638 -87.8 7.01e-06 0 0 0 scintillator initStep + 1 -12.9 -6.96 -113 7.01e-06 0 29.1 29.1 housing Transportation + 2 -12.9 -6.96 -113 7.01e-06 0 0 29.1 scintillator Transportation + 3 -21.4 -11.5 -96.4 7.01e-06 7.01e-06 19.3 48.4 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.048 -0.0895 -87.8 7.04e-06 0 0 0 scintillator initStep + 1 -15.9 -33.2 -113 7.04e-06 0 44.5 44.5 housing Transportation + 2 -15.9 -33.2 -113 7.04e-06 0 0 44.5 scintillator Transportation + 3 -42.7 -89 -70.6 7.04e-06 0 75 120 pmt Transportation + 4 -43 -89.3 -70 7.04e-06 7.04e-06 0.769 120 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0412 -0.0722 -87.8 7.13e-06 0 0 0 scintillator initStep + 1 89 57.2 -47.4 7.13e-06 0 113 113 housing Transportation + 2 89 57.2 -47.4 7.13e-06 0 0 113 scintillator Transportation + 3 39.6 89 -24.9 7.13e-06 0 62.9 176 housing Transportation + 4 39.6 89 -24.9 7.13e-06 0 0 176 scintillator Transportation + 5 28.9 82.1 -20 7.13e-06 7.13e-06 13.6 190 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.0155 -0.0475 -104 0.168 0 0 0.214 scintillator initStep - 5 0.0205 -0.0368 -104 0.16 0.0075 0.0128 0.227 scintillator msc - 6 0.0135 -0.018 -104 0.142 0.0183 0.054 0.281 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0143 -0.02 -104 7.13e-06 0 0 0 scintillator initStep - 1 -36 26.8 -113 7.13e-06 0 45.8 45.8 pmt Transportation - 2 -36 26.8 -113 7.13e-06 0 0 45.8 scintillator Transportation - 3 -89 66.4 -99.4 7.13e-06 0 67.5 113 housing Transportation - 4 -89 66.4 -99.4 7.13e-06 0 0 113 scintillator Transportation - 5 -58.7 89 -91.6 7.13e-06 0 38.6 152 pmt Transportation - 6 -58.7 89 -91.6 7.13e-06 0 0 152 scintillator Transportation - 7 89 -21.2 -53.7 7.13e-06 0 188 340 housing Transportation - 8 89 -21.2 -53.7 7.13e-06 0 0 340 scintillator Transportation - 9 -1.86 -89 -30.3 7.13e-06 0 116 456 housing Transportation - 10 -1.86 -89 -30.3 7.13e-06 0 0 456 scintillator Transportation - 11 -89 -24 -7.93 7.13e-06 0 111 567 pmt Transportation - 12 -89 -24 -7.93 7.13e-06 0 0 567 scintillator Transportation - 13 62.4 89 31 7.13e-06 0 193 760 housing Transportation - 14 62.4 89 31 7.13e-06 0 0 760 scintillator Transportation - 15 89 69.2 37.8 7.13e-06 0 33.9 794 housing Transportation - 16 89 69.2 37.8 7.13e-06 0 0 794 scintillator Transportation - 17 68.4 53.8 43.1 7.13e-06 0 26.3 820 sphere Transportation - 18 68.4 53.8 43.1 7.13e-06 0 0 820 scintillator Transportation - 19 89 48 33.1 7.13e-06 0 23.6 844 housing Transportation - 20 89 48 33.1 7.13e-06 0 0 844 scintillator Transportation - 21 -89 -1.69 -52.8 7.13e-06 0 204 1.05e+03 housing Transportation - 22 -89 -1.69 -52.8 7.13e-06 0 0 1.05e+03 scintillator Transportation - 23 35.5 -36.5 -113 7.13e-06 0 143 1.19e+03 pmt Transportation - 24 35.5 -36.5 -113 7.13e-06 0 0 1.19e+03 scintillator Transportation - 25 89 -51.4 -87.2 7.13e-06 0 61.2 1.25e+03 pmt Transportation - 26 89.3 -51.5 -86.9 7.13e-06 7.13e-06 0.417 1.25e+03 photocath Transportation + 2 0.049 -0.0918 -87.8 0.436 0 0 0.122 scintillator initStep + 3 0.0587 -0.144 -87.9 0.418 0.0186 0.0557 0.178 scintillator msc + 4 0.0573 -0.22 -87.9 0.368 0.0502 0.177 0.355 scintillator eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0191 -0.033 -104 7.05e-06 0 0 0 scintillator initStep - 1 1.89 -16.6 -113 7.05e-06 0 19 19 housing Transportation - 2 1.89 -16.6 -113 7.05e-06 0 0 19 scintillator Transportation - 3 5.49 -48.4 -95.2 7.05e-06 7.05e-06 36.6 55.7 scintillator OpAbsorption + 0 0.0584 -0.158 -87.9 7.02e-06 0 0 0 scintillator initStep + 1 -89 27.2 -57.1 7.02e-06 0 98.1 98.1 housing Transportation + 2 -89 27.2 -57.1 7.02e-06 0 0 98.1 scintillator Transportation + 3 30.3 63.9 -15.8 7.02e-06 7.02e-06 131 230 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0178 -0.0295 -104 7.09e-06 0 0 0 scintillator initStep - 1 -15.6 12.7 -113 7.09e-06 0 22.1 22.1 housing Transportation - 2 -15.6 12.7 -113 7.09e-06 0 0 22.1 scintillator Transportation - 3 -89 72.7 -69.4 7.09e-06 0 104 127 housing Transportation - 4 -89 72.7 -69.4 7.09e-06 0 0 127 scintillator Transportation - 5 -69 89 -57.6 7.09e-06 0 28.4 155 housing Transportation - 6 -69 89 -57.6 7.09e-06 0 0 155 scintillator Transportation - 7 80.1 -32.8 30.9 7.09e-06 7.09e-06 212 367 scintillator OpAbsorption + 0 0.0582 -0.17 -87.9 7.07e-06 0 0 0 scintillator initStep + 1 68.2 60.8 -84.1 7.07e-06 7.07e-06 91.5 91.5 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0167 -0.0264 -104 7.03e-06 0 0 0 scintillator initStep - 1 1.28 4.07 -113 7.03e-06 0 10.2 10.2 housing Transportation - 2 1.28 4.07 -113 7.03e-06 0 0 10.2 scintillator Transportation - 3 23.6 76.8 50.9 7.03e-06 7.03e-06 181 191 scintillator OpAbsorption + 0 0.0581 -0.173 -87.9 7.02e-06 0 0 0 scintillator initStep + 1 -3.85 33.1 -57 7.02e-06 7.02e-06 45.6 45.6 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.0135 -0.018 -104 0.142 0 0 0.281 scintillator initStep - 7 0.0127 -0.0259 -104 0.138 0.00422 0.00982 0.291 scintillator msc - 8 0.0146 -0.0414 -104 0.118 0.02 0.0457 0.336 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0131 -0.029 -104 7.12e-06 0 0 0 scintillator initStep - 1 -65.8 21.9 -113 7.12e-06 0 70 70 housing Transportation - 2 -65.8 21.9 -113 7.12e-06 0 0 70 scintillator Transportation - 3 -89 29.6 -110 7.12e-06 0 24.7 94.7 housing Transportation - 4 -89 29.6 -110 7.12e-06 0 0 94.7 scintillator Transportation - 5 86.5 88.1 -85.1 7.12e-06 7.12e-06 187 281 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.0146 -0.0414 -104 0.118 0 0 0.336 scintillator initStep - 9 0.0208 -0.0395 -104 0.115 0.00293 0.00727 0.343 scintillator msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0178 -0.0404 -104 7.07e-06 0 0 0 scintillator initStep - 1 -89 -8.43 64.9 7.07e-06 0 191 191 housing Transportation - 2 -89 -8.43 64.9 7.07e-06 0 0 191 scintillator Transportation - 3 -63.6 -10.8 113 7.07e-06 0 54.5 245 housing Transportation - 4 -63.6 -10.8 113 7.07e-06 0 0 245 scintillator Transportation - 5 55.7 -22.1 -113 7.07e-06 0 256 501 housing Transportation - 6 55.7 -22.1 -113 7.07e-06 0 0 501 scintillator Transportation - 7 89 -25.2 -50 7.07e-06 0 71.3 572 housing Transportation - 8 89 -25.2 -50 7.07e-06 0 0 572 scintillator Transportation - 9 2.97 -33.3 113 7.07e-06 0 184 757 housing Transportation - 10 2.97 -33.3 113 7.07e-06 0 0 757 scintillator Transportation - 11 -89 -42 -61.2 7.07e-06 0 197 954 pmt Transportation - 12 -89 -42 -61.2 7.07e-06 0 0 954 scintillator Transportation - 13 -61.7 -44.6 -113 7.07e-06 0 58.6 1.01e+03 pmt Transportation - 14 -61.4 -44.6 -113 7.07e-06 7.07e-06 0.411 1.01e+03 photocath Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.0208 -0.0395 -104 0.115 0 0 0.343 scintillator initStep - 10 0.0248 -0.0387 -104 0.103 0.0121 0.00698 0.35 scintillator msc - 11 0.027 -0.0433 -104 0.084 0.0189 0.034 0.384 scintillator eIoni + 4 0.0573 -0.22 -87.9 0.368 0 0 0.355 scintillator initStep + 5 0.0352 -0.233 -87.9 0.346 0.0218 0.043 0.398 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0255 -0.0401 -104 7.03e-06 0 0 0 scintillator initStep - 1 51.8 -43.9 -113 7.03e-06 0 68.4 68.4 pmt Transportation - 2 51.8 -43.9 -113 7.03e-06 0 0 68.4 scintillator Transportation - 3 89 -75.3 -106 7.03e-06 0 49.2 118 housing Transportation - 4 89 -75.3 -106 7.03e-06 0 0 118 scintillator Transportation - 5 72.9 -89 -103 7.03e-06 0 21.3 139 housing Transportation - 6 72.9 -89 -103 7.03e-06 0 0 139 scintillator Transportation - 7 -89 48 -74.6 7.03e-06 0 214 353 pmt Transportation - 8 -89 48 -74.6 7.03e-06 0 0 353 scintillator Transportation - 9 -40.6 89 -66 7.03e-06 0 64 417 pmt Transportation - 10 -40.6 89 -66 7.03e-06 0 0 417 scintillator Transportation - 11 54.1 8.88 -49.1 7.03e-06 7.03e-06 125 542 scintillator OpAbsorption + 0 0.0512 -0.224 -87.9 7.03e-06 0 0 0 scintillator initStep + 1 2.49 89 4.94 7.03e-06 0 129 129 housing Transportation + 2 2.49 89 4.94 7.03e-06 0 0 129 scintillator Transportation + 3 5.32 -14.9 113 7.03e-06 0 150 279 housing Transportation + 4 5.32 -14.9 113 7.03e-06 0 0 279 scintillator Transportation + 5 7.34 -89 35.9 7.03e-06 0 107 386 housing Transportation + 6 7.34 -89 35.9 7.03e-06 0 0 386 scintillator Transportation + 7 10.7 32.6 -90.6 7.03e-06 7.03e-06 176 561 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0464 -0.227 -87.9 7.1e-06 0 0 0 scintillator initStep + 1 89 12.1 -7.4 7.1e-06 0 121 121 housing Transportation + 2 89 12.1 -7.4 7.1e-06 0 0 121 scintillator Transportation + 3 -44.1 30.5 113 7.1e-06 0 180 301 pmt Transportation + 4 -44.1 30.5 113 7.1e-06 0 0 301 scintillator Transportation + 5 -89 36.8 72.4 7.1e-06 0 60.9 362 pmt Transportation + 6 -89.3 36.9 71.7 7.1e-06 7.1e-06 0.755 363 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0467 -0.226 -87.9 7.06e-06 0 0 0 scintillator initStep + 1 -89 -38.9 46.8 7.06e-06 0 166 166 housing Transportation + 2 -89 -38.9 46.8 7.06e-06 0 0 166 scintillator Transportation + 3 -45.2 -57.9 113 7.06e-06 0 81.6 248 pmt Transportation + 4 -45.2 -57.9 113 7.06e-06 0 0 248 scintillator Transportation + 5 26.6 -89 4.42 7.06e-06 0 134 381 pmt Transportation + 6 26.6 -89 4.42 7.06e-06 0 0 381 scintillator Transportation + 7 89 -61.9 -90 7.06e-06 0 116 498 pmt Transportation + 8 89 -61.9 -90 7.06e-06 0 0 498 scintillator Transportation + 9 73.8 -55.3 -113 7.06e-06 0 28.4 526 housing Transportation + 10 73.8 -55.3 -113 7.06e-06 0 0 526 scintillator Transportation + 11 -75.7 9.52 113 7.06e-06 0 279 805 housing Transportation + 12 -75.7 9.52 113 7.06e-06 0 0 805 scintillator Transportation + 13 -89 15.3 92.8 7.06e-06 0 24.9 830 housing Transportation + 14 -89 15.3 92.8 7.06e-06 0 0 830 scintillator Transportation + 15 -36.4 38.1 13.2 7.06e-06 7.06e-06 98.1 928 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0552 -0.221 -87.9 7.1e-06 0 0 0 scintillator initStep + 1 12.9 80.4 -113 7.1e-06 0 85.4 85.4 housing Transportation + 2 12.9 80.4 -113 7.1e-06 0 0 85.4 scintillator Transportation + 3 14.2 89 -110 7.1e-06 0 9.07 94.5 housing Transportation + 4 14.2 89 -110 7.1e-06 0 0 94.5 scintillator Transportation + 5 38 -60.8 -63.7 7.1e-06 7.1e-06 159 253 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.027 -0.0433 -104 0.084 0 0 0.384 scintillator initStep - 12 0.0254 -0.0398 -104 0.081 0.00302 0.0042 0.389 scintillator msc - 13 0.0199 -0.0385 -104 0.0438 0.0372 0.0274 0.416 scintillator eIoni + 5 0.0352 -0.233 -87.9 0.346 0 0 0.398 scintillator initStep + 6 0.0208 -0.263 -87.8 0.338 0.00774 0.0392 0.437 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0247 -0.0397 -104 7.08e-06 0 0 0 scintillator initStep - 1 5.86 -3.66 -113 7.08e-06 0 11.5 11.5 housing Transportation - 2 5.86 -3.66 -113 7.08e-06 0 0 11.5 scintillator Transportation - 3 25.3 -15.7 -82.2 7.08e-06 7.08e-06 38.4 49.9 scintillator OpAbsorption + 0 0.0224 -0.259 -87.8 7.04e-06 0 0 0 scintillator initStep + 1 74.9 -61.4 68 7.04e-06 7.04e-06 183 183 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.0199 -0.0385 -104 0.0438 0 0 0.416 scintillator initStep - 14 0.0202 -0.0396 -104 0.0424 0.00145 0.00145 0.417 scintillator msc - 15 0.0208 -0.0411 -104 0.0201 0.0223 0.0165 0.434 scintillator eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0203 -0.0399 -104 7.08e-06 0 0 0 scintillator initStep - 1 1.23 -2.05 -104 7.08e-06 7.08e-06 2.45 2.45 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0205 -0.0403 -104 7.08e-06 0 0 0 scintillator initStep - 1 -19.6 10.9 -98.7 7.08e-06 7.08e-06 23 23 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0206 -0.0405 -104 7.11e-06 0 0 0 scintillator initStep - 1 -2.78 -3.64 -113 7.11e-06 0 10.3 10.3 housing Transportation - 2 -2.78 -3.64 -113 7.11e-06 0 0 10.3 scintillator Transportation - 3 -16.1 -20.8 -69 7.11e-06 7.11e-06 49.1 59.4 scintillator OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0207 -0.0409 -104 7.04e-06 0 0 0 scintillator initStep - 1 -16 89 -101 7.04e-06 0 90.5 90.5 housing Transportation - 2 -16 89 -101 7.04e-06 0 0 90.5 scintillator Transportation - 3 -48 -89 -94.2 7.04e-06 0 181 271 pmt Transportation - 4 -48.1 -89.3 -94.2 7.04e-06 0 0.328 272 photocath Transportation - 5 -48.1 -89.3 -94.2 7.04e-06 0 0 272 pmt Transportation - 6 -48.2 -89 -94.1 7.04e-06 0 0.328 272 scintillator Transportation - 7 -80.2 89 -87.7 7.04e-06 0 181 453 housing Transportation - 8 -80.2 89 -87.7 7.04e-06 0 0 453 scintillator Transportation - 9 -89 39.8 -86 7.04e-06 0 50 503 pmt Transportation - 10 -89 39.8 -86 7.04e-06 0 0 503 scintillator Transportation - 11 -83.6 9.59 -84.9 7.04e-06 7.04e-06 30.8 534 scintillator OpAbsorption + 6 0.0208 -0.263 -87.8 0.338 0 0 0.437 scintillator initStep + 7 -0.000875 -0.29 -87.8 0.321 0.0172 0.0379 0.475 scintillator msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0206 -0.0407 -104 7.07e-06 0 0 0 scintillator initStep - 1 -18.3 4.46 -113 7.07e-06 0 21 21 housing Transportation - 2 -18.3 4.46 -113 7.07e-06 0 0 21 scintillator Transportation - 3 -89 21.8 -77.5 7.07e-06 0 81 102 pmt Transportation - 4 -89.3 21.9 -77.2 7.07e-06 0 0.423 102 photocath Transportation - 5 -89.3 21.9 -77.2 7.07e-06 0 0 102 pmt Transportation - 6 -89 22 -77 7.07e-06 0 0.423 103 scintillator Transportation - 7 89 65.7 12.6 7.07e-06 0 204 307 housing Transportation - 8 89 65.7 12.6 7.07e-06 0 0 307 scintillator Transportation - 9 -5.96 89 60.3 7.07e-06 0 109 416 housing Transportation - 10 -5.96 89 60.3 7.07e-06 0 0 416 scintillator Transportation - 11 -20 85.6 67.4 7.07e-06 7.07e-06 16.1 432 scintillator OpAbsorption + 0 0.00703 -0.28 -87.8 7.06e-06 0 0 0 scintillator initStep + 1 18.5 -22.6 -113 7.06e-06 0 38.4 38.4 housing Transportation + 2 18.5 -22.6 -113 7.06e-06 0 0 38.4 scintillator Transportation + 3 73.7 -89 -38.1 7.06e-06 0 114 153 housing Transportation + 4 73.7 -89 -38.1 7.06e-06 0 0 153 scintillator Transportation + 5 89 -70.6 -17.4 7.06e-06 0 31.6 184 housing Transportation + 6 89 -70.6 -17.4 7.06e-06 0 0 184 scintillator Transportation + 7 -7.07 45 113 7.06e-06 0 199 383 housing Transportation + 8 -7.07 45 113 7.06e-06 0 0 383 scintillator Transportation + 9 -43.7 89 63.3 7.06e-06 0 75.8 459 pmt Transportation + 10 -43.7 89 63.3 7.06e-06 0 0 459 scintillator Transportation + 11 -89 34.5 1.82 7.06e-06 0 93.9 553 pmt Transportation + 12 -89 34.5 1.82 7.06e-06 0 0 553 scintillator Transportation + 13 -4.4 -67.3 -113 7.06e-06 0 175 728 housing Transportation + 14 -4.4 -67.3 -113 7.06e-06 0 0 728 scintillator Transportation + 15 13.6 -89 -88.6 7.06e-06 0 37.3 765 housing Transportation + 16 13.6 -89 -88.6 7.06e-06 0 0 765 scintillator Transportation + 17 89 1.73 13.7 7.06e-06 0 156 922 housing Transportation + 18 89 1.73 13.7 7.06e-06 0 0 922 scintillator Transportation + 19 62.1 34.1 50.2 7.06e-06 0 55.7 977 sphere Transportation + 20 62.1 34.1 50.2 7.06e-06 0 0 977 scintillator Transportation + 21 64.5 30.7 54 7.06e-06 7.06e-06 5.6 983 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.0208 -0.0411 -104 0.0201 0 0 0.434 scintillator initStep - 16 0.0211 -0.0409 -104 0.0174 0.00265 0.00041 0.434 scintillator msc + 7 -0.000875 -0.29 -87.8 0.321 0 0 0.475 scintillator initStep + 8 -0.0214 -0.307 -87.9 0.307 0.014 0.035 0.51 scintillator msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0062 -0.294 -87.9 7.02e-06 0 0 0 scintillator initStep + 1 -10.5 -23.5 -113 7.02e-06 0 35.8 35.8 housing Transportation + 2 -10.5 -23.5 -113 7.02e-06 0 0 35.8 scintillator Transportation + 3 -40.2 -89 -41.9 7.02e-06 0 101 137 housing Transportation + 4 -40.2 -89 -41.9 7.02e-06 0 0 137 scintillator Transportation + 5 -89 18.7 75 7.02e-06 0 166 303 housing Transportation + 6 -89 18.7 75 7.02e-06 0 0 303 scintillator Transportation + 7 -73.1 53.7 113 7.02e-06 0 54.1 357 housing Transportation + 8 -73.1 53.7 113 7.02e-06 0 0 357 scintillator Transportation + 9 -57.1 89 74.7 7.02e-06 0 54.4 412 pmt Transportation + 10 -57.1 89 74.7 7.02e-06 0 0 412 scintillator Transportation + 11 21.2 -84 -113 7.02e-06 0 267 679 housing Transportation + 12 21.2 -84 -113 7.02e-06 0 0 679 scintillator Transportation + 13 23.5 -89 -108 7.02e-06 0 7.69 686 housing Transportation + 14 23.5 -89 -108 7.02e-06 0 0 686 scintillator Transportation + 15 89 55.5 49.3 7.02e-06 0 223 910 housing Transportation + 16 89 55.5 49.3 7.02e-06 0 0 910 scintillator Transportation + 17 73.8 89 85.6 7.02e-06 0 51.6 961 housing Transportation + 18 73.8 89 85.6 7.02e-06 0 0 961 scintillator Transportation + 19 62.4 63.7 113 7.02e-06 0 39 1e+03 housing Transportation + 20 62.4 63.7 113 7.02e-06 0 0 1e+03 scintillator Transportation + 21 -6.81 -89 -52.7 7.02e-06 0 236 1.24e+03 housing Transportation + 22 -6.81 -89 -52.7 7.02e-06 0 0 1.24e+03 scintillator Transportation + 23 -32 -33.4 -113 7.02e-06 0 85.8 1.32e+03 pmt Transportation + 24 -32.5 -32.3 -113 7.02e-06 0 1.33 1.32e+03 photocath Transportation + 25 -32.5 -32.3 -113 7.02e-06 0 0 1.32e+03 pmt Transportation + 26 -33.1 -31.1 -113 7.02e-06 0 1.33 1.32e+03 scintillator Transportation + 27 -62.6 34.2 -42.1 7.02e-06 7.02e-06 101 1.43e+03 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -0.0214 -0.307 -87.9 0.307 0 0 0.51 scintillator initStep + 9 -0.051 -0.306 -87.9 0.286 0.0211 0.0327 0.542 scintillator msc + 10 -0.0863 -0.292 -87.8 0.246 0.0396 0.109 0.651 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0728 -0.298 -87.8 7.03e-06 0 0 0 scintillator initStep + 1 7.55 42.9 -113 7.03e-06 0 50.6 50.6 housing Transportation + 2 7.55 42.9 -113 7.03e-06 0 0 50.6 scintillator Transportation + 3 7.99 45.4 -112 7.03e-06 7.03e-06 2.88 53.5 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0862 -0.292 -87.8 7.1e-06 0 0 0 scintillator initStep + 1 30.9 28 -38.2 7.1e-06 7.1e-06 65 65 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -0.0863 -0.292 -87.8 0.246 0 0 0.651 scintillator initStep + 11 -0.0961 -0.31 -87.8 0.234 0.0122 0.0233 0.675 scintillator msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0937 -0.306 -87.8 7.1e-06 0 0 0 scintillator initStep + 1 -89 68.5 -69.7 7.1e-06 0 114 114 housing Transportation + 2 -89 68.5 -69.7 7.1e-06 0 0 114 scintillator Transportation + 3 -62.6 89 -64.3 7.1e-06 0 33.9 148 pmt Transportation + 4 -62.6 89 -64.3 7.1e-06 0 0 148 scintillator Transportation + 5 41 8.78 -43.2 7.1e-06 7.1e-06 133 280 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -0.0961 -0.31 -87.8 0.234 0 0 0.675 scintillator initStep + 12 -0.107 -0.329 -87.8 0.227 0.00757 0.0216 0.696 scintillator msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.104 -0.323 -87.8 7.11e-06 0 0 0 scintillator initStep + 1 7.41 32.7 -113 7.11e-06 0 42.2 42.2 housing Transportation + 2 7.41 32.7 -113 7.11e-06 0 0 42.2 scintillator Transportation + 3 20.2 89 -70.1 7.11e-06 0 71.9 114 housing Transportation + 4 20.2 89 -70.1 7.11e-06 0 0 114 scintillator Transportation + 5 60.7 -89 65.5 7.11e-06 0 227 342 pmt Transportation + 6 60.8 -89.3 66 7.11e-06 0 0.575 342 photocath Transportation + 7 60.8 -89.3 66 7.11e-06 0 0 342 pmt Transportation + 8 61 -89 66.4 7.11e-06 0 0.575 343 scintillator Transportation + 9 74.9 -27.8 113 7.11e-06 0 78.1 421 housing Transportation + 10 74.9 -27.8 113 7.11e-06 0 0 421 scintillator Transportation + 11 89 34.2 65.7 7.11e-06 0 79.3 500 pmt Transportation + 12 89 34.2 65.7 7.11e-06 0 0 500 scintillator Transportation + 13 76.5 89 24 7.11e-06 0 70 570 housing Transportation + 14 76.5 89 24 7.11e-06 0 0 570 scintillator Transportation + 15 36 -89 -112 7.11e-06 0 227 797 housing Transportation + 16 36 -89 -112 7.11e-06 0 0 797 scintillator Transportation + 17 35.6 -87.2 -113 7.11e-06 0 2.34 800 housing Transportation + 18 35.6 -87.2 -113 7.11e-06 0 0 800 scintillator Transportation + 19 4.6 49.2 -9.08 7.11e-06 7.11e-06 174 974 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0985 -0.314 -87.8 7.11e-06 0 0 0 scintillator initStep + 1 -68.1 -19.3 92.9 7.11e-06 7.11e-06 194 194 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.021 -0.0409 -104 7.09e-06 0 0 0 scintillator initStep - 1 16 -89 5.37 7.09e-06 0 142 142 housing Transportation - 2 16 -89 5.37 7.09e-06 0 0 142 scintillator Transportation - 3 31.7 -1.26 113 7.09e-06 0 140 281 housing Transportation - 4 31.7 -1.26 113 7.09e-06 0 0 281 scintillator Transportation - 5 39 39.5 63 7.09e-06 0 64.9 346 sphere Transportation - 6 39 39.5 63 7.09e-06 0 0 346 scintillator Transportation - 7 -73.4 -0.144 113 7.09e-06 0 129 476 housing Transportation - 8 -73.4 -0.144 113 7.09e-06 0 0 476 scintillator Transportation - 9 -89 -5.66 106 7.09e-06 0 18 494 housing Transportation - 10 -89 -5.66 106 7.09e-06 0 0 494 scintillator Transportation - 11 31.5 -48.2 52.4 7.09e-06 7.09e-06 139 632 scintillator OpAbsorption + 0 -0.0962 -0.311 -87.8 7.1e-06 0 0 0 scintillator initStep + 1 -51.7 -40.5 -113 7.1e-06 0 70.1 70.1 pmt Transportation + 2 -51.7 -40.5 -113 7.1e-06 0 0 70.1 scintillator Transportation + 3 -89 -69.6 -94.8 7.1e-06 0 50.7 121 housing Transportation + 4 -89 -69.6 -94.8 7.1e-06 0 0 121 scintillator Transportation + 5 -85.6 -72.3 -93.1 7.1e-06 7.1e-06 4.58 125 scintillator OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 0.0211 -0.0409 -104 0.0174 0 0 0.434 scintillator initStep - 17 0.0214 -0.0407 -104 0.0172 0.000215 0.000328 0.435 scintillator msc - 18 0.0219 -0.0404 -104 0 0.0172 0.00462 0.439 scintillator eIoni - 19 0.0219 -0.0404 -104 0 0 0 0.439 scintillator NoProcess + 12 -0.107 -0.329 -87.8 0.227 0 0 0.696 scintillator initStep + 13 -0.124 -0.336 -87.8 0.221 0.00517 0.0205 0.717 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0 0 -104 0.243 0 0 96.3 scintillator initStep - 4 1.63 -11.6 -105 0 0.000927 11.7 108 scintillator phot + 0 -0.119 -0.334 -87.8 7.02e-06 0 0 0 scintillator initStep + 1 59.6 58.9 -113 7.02e-06 0 87.8 87.8 pmt Transportation + 2 59.6 58.9 -113 7.02e-06 0 0 87.8 scintillator Transportation + 3 89 88 -101 7.02e-06 0 43.2 131 housing Transportation + 4 89 88 -101 7.02e-06 0 0 131 scintillator Transportation + 5 88 89 -100 7.02e-06 0 1.43 132 housing Transportation + 6 88 89 -100 7.02e-06 0 0 132 scintillator Transportation + 7 33.9 35.3 -77.4 7.02e-06 7.02e-06 79.6 212 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.63 -11.6 -105 0.0336 0 0 0 scintillator initStep - 1 2.49 -12 -106 0 0.00542 1.23 1.23 scintillator phot + 13 -0.124 -0.336 -87.8 0.221 0 0 0.717 scintillator initStep + 14 -0.131 -0.347 -87.8 0.211 0.00999 0.0198 0.737 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.49 -12 -106 0.0282 0 0 0 scintillator initStep - 1 2.49 -12 -106 0.027 0.00125 0.000709 0.000709 scintillator msc - 2 2.49 -12 -106 0 0.027 0.00989 0.0106 scintillator eIoni - 3 2.49 -12 -106 0 0 0 0.0106 scintillator NoProcess + 0 -0.129 -0.345 -87.8 7.07e-06 0 0 0 scintillator initStep + 1 89 61.9 -87.7 7.07e-06 0 109 109 pmt Transportation + 2 89.3 62.3 -87.7 7.07e-06 0 0.502 109 photocath Transportation + 3 89.3 62.3 -87.7 7.07e-06 0 0 109 pmt Transportation + 4 89 62.7 -87.7 7.07e-06 0 0.502 110 scintillator Transportation + 5 51.3 89 -87.7 7.07e-06 0 46 156 pmt Transportation + 6 51.3 89 -87.7 7.07e-06 0 0 156 scintillator Transportation + 7 -89 -8.96 -87.5 7.07e-06 0 171 327 housing Transportation + 8 -89 -8.96 -87.5 7.07e-06 0 0 327 scintillator Transportation + 9 25.6 -89 -87.4 7.07e-06 0 140 467 pmt Transportation + 10 25.6 -89 -87.4 7.07e-06 0 0 467 scintillator Transportation + 11 89 -44.8 -87.3 7.07e-06 0 77.3 544 pmt Transportation + 12 89.3 -44.4 -87.3 7.07e-06 0 0.502 544 photocath Transportation + 13 89.3 -44.4 -87.3 7.07e-06 0 0 544 pmt Transportation + 14 89 -44 -87.3 7.07e-06 0 0.502 545 scintillator Transportation + 15 -89 80.3 -87.1 7.07e-06 0 217 762 housing Transportation + 16 -89 80.3 -87.1 7.07e-06 0 0 762 scintillator Transportation + 17 -76.6 89 -87.1 7.07e-06 0 15.2 777 housing Transportation + 18 -76.6 89 -87.1 7.07e-06 0 0 777 scintillator Transportation + 19 -64.4 80.5 -87.1 7.07e-06 7.07e-06 14.9 792 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 26 +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.49 -12 -106 7.13e-06 0 0 0 scintillator initStep - 1 -11.1 -11.3 -113 7.13e-06 0 15.4 15.4 housing Transportation - 2 -11.1 -11.3 -113 7.13e-06 0 0 15.4 scintillator Transportation - 3 -89 -7.19 -71.5 7.13e-06 0 88.4 104 housing Transportation - 4 -89 -7.19 -71.5 7.13e-06 0 0 104 scintillator Transportation - 5 89 2.19 23.3 7.13e-06 0 202 306 housing Transportation - 6 89 2.19 23.3 7.13e-06 0 0 306 scintillator Transportation - 7 -79.3 11 113 7.13e-06 0 191 497 housing Transportation - 8 -79.3 11 113 7.13e-06 0 0 497 scintillator Transportation - 9 -89 11.6 108 7.13e-06 0 11 508 housing Transportation - 10 -89 11.6 108 7.13e-06 0 0 508 scintillator Transportation - 11 89 20.9 13 7.13e-06 0 202 709 housing Transportation - 12 89 20.9 13 7.13e-06 0 0 709 scintillator Transportation - 13 -89 30.3 -81.8 7.13e-06 0 202 911 pmt Transportation - 14 -89.3 30.3 -82.1 7.13e-06 7.13e-06 0.408 912 photocath Transportation + 0 -0.131 -0.347 -87.8 7.13e-06 0 0 0 scintillator initStep + 1 -7.04 8.54 -113 7.13e-06 0 27.6 27.6 housing Transportation + 2 -7.04 8.54 -113 7.13e-06 0 0 27.6 scintillator Transportation + 3 -41.6 53 12.8 7.13e-06 7.13e-06 138 165 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 26 +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.49 -12 -106 7.14e-06 0 0 0 scintillator initStep - 1 -89 36.6 -27 7.14e-06 0 130 130 housing Transportation - 2 -89 36.6 -27 7.14e-06 0 0 130 scintillator Transportation - 3 -34.1 65.7 20.2 7.14e-06 7.14e-06 78.1 208 scintillator OpAbsorption + 0 -0.125 -0.338 -87.8 7.01e-06 0 0 0 scintillator initStep + 1 -3.29 13.6 -63 7.01e-06 7.01e-06 28.7 28.7 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 26 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.49 -12 -106 7.02e-06 0 0 0 scintillator initStep - 1 60.8 -56.2 -113 7.02e-06 0 73.6 73.6 pmt Transportation - 2 60.8 -56.2 -113 7.02e-06 0 0 73.6 scintillator Transportation - 3 89 -77.6 -110 7.02e-06 0 35.5 109 housing Transportation - 4 89 -77.6 -110 7.02e-06 0 0 109 scintillator Transportation - 5 73.9 -89 -108 7.02e-06 0 19 128 housing Transportation - 6 73.9 -89 -108 7.02e-06 0 0 128 scintillator Transportation - 7 -5.33 -29 -97.8 7.02e-06 7.02e-06 99.9 228 scintillator OpAbsorption + 14 -0.131 -0.347 -87.8 0.211 0 0 0.737 scintillator initStep + 15 -0.131 -0.36 -87.8 0.204 0.00787 0.0184 0.755 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 26 +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.49 -12 -106 7.03e-06 0 0 0 scintillator initStep - 1 89 -76.6 -61.8 7.03e-06 0 117 117 housing Transportation - 2 89 -76.6 -61.8 7.03e-06 0 0 117 scintillator Transportation - 3 72.4 -89 -53.3 7.03e-06 0 22.4 139 housing Transportation - 4 72.4 -89 -53.3 7.03e-06 0 0 139 scintillator Transportation - 5 -22.8 -17.9 -4.87 7.03e-06 7.03e-06 128 267 scintillator OpAbsorption + 0 -0.131 -0.35 -87.8 7.09e-06 0 0 0 scintillator initStep + 1 0.407 89 -105 7.09e-06 0 91.1 91.1 housing Transportation + 2 0.407 89 -105 7.09e-06 0 0 91.1 scintillator Transportation + 3 0.642 49.9 -113 7.09e-06 0 39.8 131 housing Transportation + 4 0.642 49.9 -113 7.09e-06 0 0 131 scintillator Transportation + 5 1.48 -89 -85.8 7.09e-06 0 142 272 housing Transportation + 6 1.48 -89 -85.8 7.09e-06 0 0 272 scintillator Transportation + 7 1.64 -62 -80.5 7.09e-06 7.09e-06 27.5 300 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.63 -11.6 -105 0.208 0 0 0 scintillator initStep - 1 1.63 -11.6 -105 0.201 0.00704 0.018 0.018 scintillator msc + 0 -0.131 -0.351 -87.8 7.05e-06 0 0 0 scintillator initStep + 1 6.39 27.2 58.7 7.05e-06 7.05e-06 149 149 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.63 -11.6 -105 7.07e-06 0 0 0 scintillator initStep - 1 40.1 -34.8 -111 7.07e-06 7.07e-06 45.4 45.4 scintillator OpAbsorption + 15 -0.131 -0.36 -87.8 0.204 0 0 0.755 scintillator initStep + 16 -0.136 -0.371 -87.8 0.197 0.00648 0.0173 0.772 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 1.63 -11.6 -105 0.201 0 0 0.018 scintillator initStep - 2 1.64 -11.6 -105 0.197 0.00475 0.017 0.035 scintillator msc - 3 1.66 -11.6 -105 0.162 0.0342 0.0686 0.104 scintillator eIoni + 0 -0.135 -0.368 -87.8 7.13e-06 0 0 0 scintillator initStep + 1 89 -45.1 -16.8 7.13e-06 0 122 122 pmt Transportation + 2 89.3 -45.5 -16.2 7.13e-06 7.13e-06 0.778 123 photocath Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.64 -11.6 -105 7.02e-06 0 0 0 scintillator initStep - 1 67.2 -32.2 -62.2 7.02e-06 7.02e-06 81 81 scintillator OpAbsorption + 0 -0.134 -0.367 -87.8 7.12e-06 0 0 0 scintillator initStep + 1 20.6 16.7 -113 7.12e-06 0 36.8 36.8 housing Transportation + 2 20.6 16.7 -113 7.12e-06 0 0 36.8 scintillator Transportation + 3 89 72.9 -30 7.12e-06 0 121 158 housing Transportation + 4 89 72.9 -30 7.12e-06 0 0 158 scintillator Transportation + 5 69.4 89 -6.24 7.12e-06 0 34.8 193 housing Transportation + 6 69.4 89 -6.24 7.12e-06 0 0 193 scintillator Transportation + 7 -28.9 8.23 113 7.12e-06 0 174 367 housing Transportation + 8 -28.9 8.23 113 7.12e-06 0 0 367 scintillator Transportation + 9 -89 -41.2 40.1 7.12e-06 0 107 474 housing Transportation + 10 -89 -41.2 40.1 7.12e-06 0 0 474 scintillator Transportation + 11 -70.8 -56.1 18 7.12e-06 7.12e-06 32.3 506 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.64 -11.6 -105 7.12e-06 0 0 0 scintillator initStep - 1 -43 89 11.8 7.12e-06 0 160 160 pmt Transportation - 2 -43 89 11.8 7.12e-06 0 0 160 scintillator Transportation - 3 -81.7 1.87 113 7.12e-06 0 139 300 housing Transportation - 4 -81.7 1.87 113 7.12e-06 0 0 300 scintillator Transportation - 5 -89 -14.7 93.8 7.12e-06 0 26.4 326 housing Transportation - 6 -89 -14.7 93.8 7.12e-06 0 0 326 scintillator Transportation - 7 -56 -89 7.45 7.12e-06 0 119 445 pmt Transportation - 8 -56 -89 7.45 7.12e-06 0 0 445 scintillator Transportation - 9 -21.4 -11.1 -83 7.12e-06 7.12e-06 124 569 scintillator OpAbsorption + 16 -0.136 -0.371 -87.8 0.197 0 0 0.772 scintillator initStep + 17 -0.148 -0.38 -87.8 0.192 0.00547 0.0165 0.789 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.65 -11.6 -105 7.13e-06 0 0 0 scintillator initStep - 1 -48.9 -12 -113 7.13e-06 0 51.1 51.1 housing Transportation - 2 -48.9 -12 -113 7.13e-06 0 0 51.1 scintillator Transportation - 3 -89 -12.3 -107 7.13e-06 0 40.6 91.8 housing Transportation - 4 -89 -12.3 -107 7.13e-06 0 0 91.8 scintillator Transportation - 5 89 -13.7 -78.5 7.13e-06 0 180 272 housing Transportation - 6 89 -13.7 -78.5 7.13e-06 0 0 272 scintillator Transportation - 7 -89 -15 -50.4 7.13e-06 0 180 452 housing Transportation - 8 -89 -15 -50.4 7.13e-06 0 0 452 scintillator Transportation - 9 -38.1 -15.4 -42.3 7.13e-06 7.13e-06 51.5 504 scintillator OpAbsorption + 0 -0.147 -0.379 -87.8 7.04e-06 0 0 0 scintillator initStep + 1 -0.749 3.82 -86.1 7.04e-06 7.04e-06 4.57 4.57 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 1.66 -11.6 -105 0.162 0 0 0.104 scintillator initStep - 4 1.66 -11.6 -105 0.16 0.00223 0.0028 0.106 scintillator Cerenkov - 5 1.66 -11.6 -105 0.123 0.0369 0.0539 0.16 scintillator eIoni + 17 -0.148 -0.38 -87.8 0.192 0 0 0.789 scintillator initStep + 18 -0.152 -0.385 -87.8 0.177 0.0143 0.0158 0.805 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.66 -11.6 -105 7.1e-06 0 0 0 scintillator initStep - 1 2.17 -16.9 -113 7.1e-06 0 9.62 9.62 housing Transportation - 2 2.17 -16.9 -113 7.1e-06 0 0 9.62 scintillator Transportation - 3 9.01 -89 -3.91 7.1e-06 0 131 141 housing Transportation - 4 9.01 -89 -3.91 7.1e-06 0 0 141 scintillator Transportation - 5 9.51 -83.7 4.18 7.1e-06 7.1e-06 9.71 150 scintillator OpAbsorption + 0 -0.15 -0.383 -87.8 7.01e-06 0 0 0 scintillator initStep + 1 -78.3 -11.5 -113 7.01e-06 0 82.8 82.8 housing Transportation + 2 -78.3 -11.5 -113 7.01e-06 0 0 82.8 scintillator Transportation + 3 -89 -13.1 -110 7.01e-06 0 11.4 94.2 housing Transportation + 4 -89 -13.1 -110 7.01e-06 0 0 94.2 scintillator Transportation + 5 89 -38.4 -52.2 7.01e-06 0 189 283 housing Transportation + 6 89 -38.4 -52.2 7.01e-06 0 0 283 scintillator Transportation + 7 18.1 -48.5 -29.4 7.01e-06 7.01e-06 75.2 358 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.66 -11.6 -105 7.04e-06 0 0 0 scintillator initStep - 1 -22 -19.8 -113 7.04e-06 0 26.3 26.3 housing Transportation - 2 -22 -19.8 -113 7.04e-06 0 0 26.3 scintillator Transportation - 3 -89 -43.2 -90.3 7.04e-06 0 74.5 101 pmt Transportation - 4 -89.3 -43.3 -90.1 7.04e-06 0 0.395 101 photocath Transportation - 5 -89.3 -43.3 -90.1 7.04e-06 0 0 101 pmt Transportation - 6 -89 -43.5 -89.9 7.04e-06 0 0.395 102 scintillator Transportation - 7 -12.6 -70.1 -64 7.04e-06 7.04e-06 85 187 scintillator OpAbsorption + 0 -0.149 -0.381 -87.8 7.07e-06 0 0 0 scintillator initStep + 1 37.5 -89 -33.6 7.07e-06 0 110 110 housing Transportation + 2 37.5 -89 -33.6 7.07e-06 0 0 110 scintillator Transportation + 3 89 32.1 40.4 7.07e-06 0 151 261 housing Transportation + 4 89 32.1 40.4 7.07e-06 0 0 261 scintillator Transportation + 5 64.8 89 75.2 7.07e-06 0 71 332 pmt Transportation + 6 64.5 89.3 75.6 7.07e-06 7.07e-06 0.54 333 photocath Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.66 -11.6 -105 7.11e-06 0 0 0 scintillator initStep - 1 -1.92 2.98 -113 7.11e-06 0 17 17 housing Transportation - 2 -1.92 2.98 -113 7.11e-06 0 0 17 scintillator Transportation - 3 -23 89 -65.8 7.11e-06 0 100 117 housing Transportation - 4 -23 89 -65.8 7.11e-06 0 0 117 scintillator Transportation - 5 -52.2 -30 -0.377 7.11e-06 7.11e-06 139 256 scintillator OpAbsorption + 18 -0.152 -0.385 -87.8 0.177 0 0 0.805 scintillator initStep + 19 -0.145 -0.39 -87.8 0.174 0.00369 0.014 0.819 scintillator msc + 20 -0.139 -0.396 -87.8 0.162 0.0114 0.0246 0.843 scintillator Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.66 -11.6 -105 7.05e-06 0 0 0 scintillator initStep - 1 1.5 -9.39 -113 7.05e-06 0 8.31 8.31 housing Transportation - 2 1.5 -9.39 -113 7.05e-06 0 0 8.31 scintillator Transportation - 3 1.46 -8.87 -111 7.05e-06 7.05e-06 1.97 10.3 scintillator OpAbsorption + 0 -0.14 -0.395 -87.8 7.02e-06 0 0 0 scintillator initStep + 1 -29.3 30.4 -113 7.02e-06 0 49.3 49.3 pmt Transportation + 2 -29.3 30.4 -113 7.02e-06 0 0 49.3 scintillator Transportation + 3 -84.8 89 -65 7.02e-06 0 94 143 housing Transportation + 4 -84.8 89 -65 7.02e-06 0 0 143 scintillator Transportation + 5 -89 84.6 -61.3 7.02e-06 0 7.08 150 housing Transportation + 6 -89 84.6 -61.3 7.02e-06 0 0 150 scintillator Transportation + 7 37.7 -49.2 48.2 7.02e-06 7.02e-06 214 365 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 1.66 -11.6 -105 0.123 0 0 0.16 scintillator initStep - 6 1.67 -11.6 -105 0.121 0.00217 0.00781 0.168 scintillator msc - 7 1.67 -11.6 -105 0.0921 0.029 0.0399 0.208 scintillator eIoni + 20 -0.139 -0.396 -87.8 0.162 0 0 0.843 scintillator initStep + 21 -0.137 -0.396 -87.8 0.162 0.000379 0.00244 0.846 scintillator Cerenkov + 22 -0.136 -0.395 -87.8 0.161 0.000503 0.00172 0.847 scintillator Cerenkov + 23 -0.135 -0.396 -87.8 0.161 7.18e-05 0.000765 0.848 scintillator Cerenkov + 24 -0.134 -0.396 -87.8 0.161 0.000131 0.000629 0.849 scintillator Cerenkov + 25 -0.134 -0.396 -87.8 0.161 0.000157 0.00038 0.849 scintillator Cerenkov + 26 -0.134 -0.396 -87.8 0.161 1.03e-05 8.24e-05 0.849 scintillator Cerenkov + 27 -0.134 -0.396 -87.8 0.161 6.9e-05 6.29e-05 0.849 scintillator Cerenkov + 28 -0.116 -0.397 -87.8 0.134 0.0265 0.0542 0.903 scintillator eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.67 -11.6 -105 7.03e-06 0 0 0 scintillator initStep - 1 -7.46 -89 0.963 7.03e-06 0 132 132 housing Transportation - 2 -7.46 -89 0.963 7.03e-06 0 0 132 scintillator Transportation - 3 -17.1 -7.16 113 7.03e-06 0 139 271 housing Transportation - 4 -17.1 -7.16 113 7.03e-06 0 0 271 scintillator Transportation - 5 -28.5 89 -18.6 7.03e-06 0 163 434 housing Transportation - 6 -28.5 89 -18.6 7.03e-06 0 0 434 scintillator Transportation - 7 -36.6 20.1 -113 7.03e-06 0 117 551 housing Transportation - 8 -36.6 20.1 -113 7.03e-06 0 0 551 scintillator Transportation - 9 -49.5 -89 36.3 7.03e-06 0 185 737 housing Transportation - 10 -49.5 -89 36.3 7.03e-06 0 0 737 scintillator Transportation - 11 -51.1 -75.4 55 7.03e-06 7.03e-06 23.2 760 scintillator OpAbsorption + 0 -0.13 -0.396 -87.8 7.05e-06 0 0 0 scintillator initStep + 1 -13.6 -3.34 -73.7 7.05e-06 7.05e-06 19.7 19.7 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.67 -11.6 -105 7.12e-06 0 0 0 scintillator initStep - 1 -56.6 89 -51.7 7.12e-06 0 128 128 housing Transportation - 2 -56.6 89 -51.7 7.12e-06 0 0 128 scintillator Transportation - 3 -89 33 -21.9 7.12e-06 0 71.2 199 housing Transportation - 4 -89 33 -21.9 7.12e-06 0 0 199 scintillator Transportation - 5 -18.4 -89 42.7 7.12e-06 0 155 354 housing Transportation - 6 -18.4 -89 42.7 7.12e-06 0 0 354 scintillator Transportation - 7 58.3 43.6 113 7.12e-06 0 169 523 pmt Transportation - 8 58.3 43.6 113 7.12e-06 0 0 523 scintillator Transportation - 9 84.6 89 88.9 7.12e-06 0 57.8 580 housing Transportation - 10 84.6 89 88.9 7.12e-06 0 0 580 scintillator Transportation - 11 89 81.5 84.9 7.12e-06 0 9.6 590 housing Transportation - 12 89 81.5 84.9 7.12e-06 0 0 590 scintillator Transportation - 13 -9.66 -89 -5.46 7.12e-06 0 217 807 housing Transportation - 14 -9.66 -89 -5.46 7.12e-06 0 0 807 scintillator Transportation - 15 -89 48.1 -78.1 7.12e-06 0 174 981 pmt Transportation - 16 -89 48.1 -78.1 7.12e-06 0 0 981 scintillator Transportation - 17 -65.3 89 -99.8 7.12e-06 0 52 1.03e+03 housing Transportation - 18 -65.3 89 -99.8 7.12e-06 0 0 1.03e+03 scintillator Transportation - 19 -50.9 64.2 -113 7.12e-06 0 31.6 1.06e+03 pmt Transportation - 20 -50.9 64.2 -113 7.12e-06 0 0 1.06e+03 scintillator Transportation - 21 9.98 -41.1 -57.2 7.12e-06 7.12e-06 134 1.2e+03 scintillator OpAbsorption + 0 -0.131 -0.396 -87.8 7.03e-06 0 0 0 scintillator initStep + 1 -89 -27.5 -59 7.03e-06 0 97.3 97.3 housing Transportation + 2 -89 -27.5 -59 7.03e-06 0 0 97.3 scintillator Transportation + 3 22.7 -61.7 -22.8 7.03e-06 7.03e-06 122 220 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 1.67 -11.6 -105 0.0921 0 0 0.208 scintillator initStep - 8 1.67 -11.6 -105 0.0911 0.000931 0.00487 0.213 scintillator msc - 9 1.67 -11.6 -105 0.0715 0.0196 0.0304 0.243 scintillator eIoni + 0 -0.125 -0.396 -87.8 7.12e-06 0 0 0 scintillator initStep + 1 28 -19.2 -113 7.12e-06 0 42.2 42.2 housing Transportation + 2 28 -19.2 -113 7.12e-06 0 0 42.2 scintillator Transportation + 3 41.4 -28.1 -101 7.12e-06 7.12e-06 20.1 62.2 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.67 -11.6 -105 7.01e-06 0 0 0 scintillator initStep - 1 21.2 83.5 -97.1 7.01e-06 7.01e-06 97.4 97.4 scintillator OpAbsorption + 0 -0.12 -0.396 -87.8 7.01e-06 0 0 0 scintillator initStep + 1 89 -12.3 -22.2 7.01e-06 0 111 111 housing Transportation + 2 89 -12.3 -22.2 7.01e-06 0 0 111 scintillator Transportation + 3 -89 -36.1 109 7.01e-06 0 222 334 housing Transportation + 4 -89 -36.1 109 7.01e-06 0 0 334 scintillator Transportation + 5 -83.5 -36.8 113 7.01e-06 0 6.86 341 housing Transportation + 6 -83.5 -36.8 113 7.01e-06 0 0 341 scintillator Transportation + 7 76.7 -58.3 -5 7.01e-06 7.01e-06 200 541 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 1.67 -11.6 -105 0.0715 0 0 0.243 scintillator initStep - 10 1.67 -11.6 -105 0.069 0.00253 0.00323 0.246 scintillator msc - 11 1.68 -11.6 -105 0.0454 0.0236 0.024 0.271 scintillator eIoni - 12 1.68 -11.6 -105 0 0.0454 0.0174 0.288 scintillator eIoni - 13 1.68 -11.6 -105 0 0 0 0.288 scintillator NoProcess + 0 -0.127 -0.396 -87.8 7.01e-06 0 0 0 scintillator initStep + 1 -17 14 -113 7.01e-06 0 33.5 33.5 housing Transportation + 2 -17 14 -113 7.01e-06 0 0 33.5 scintillator Transportation + 3 -21 17.4 -107 7.01e-06 7.01e-06 8.08 41.6 scintillator OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.68 -11.6 -105 7.11e-06 0 0 0 scintillator initStep - 1 52.2 -34 -77.2 7.11e-06 7.11e-06 61.9 61.9 scintillator OpAbsorption + 28 -0.116 -0.397 -87.8 0.134 0 0 0.903 scintillator initStep + 29 -0.113 -0.401 -87.8 0.133 0.00156 0.00898 0.912 scintillator msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.68 -11.6 -105 7.09e-06 0 0 0 scintillator initStep - 1 89 -27.3 -96 7.09e-06 0 89.2 89.2 housing Transportation - 2 89 -27.3 -96 7.09e-06 0 0 89.2 scintillator Transportation - 3 -89 -59.4 -77.7 7.09e-06 0 182 271 pmt Transportation - 4 -89.3 -59.5 -77.7 7.09e-06 7.09e-06 0.33 271 photocath Transportation - Energy weighted position of hits in LXe : (0.8462469309105207,-5.544542532341498,-104.3679429476614) - Total energy deposition in scintillator : 511.2192001873943 (keV) - Reconstructed position of hits in LXe : (-12.75964285714286,-25.47392857142857,-69.99773809523809) - Number of photons that hit PMTs in this event : 7 + 0 -0.113 -0.401 -87.8 7.12e-06 0 0 0 scintillator initStep + 1 36.3 -28.4 -113 7.12e-06 0 52.4 52.4 pmt Transportation + 2 36.3 -28.4 -113 7.12e-06 0 0 52.4 scintillator Transportation + 3 89 -68.9 -76.5 7.12e-06 0 75.9 128 housing Transportation + 4 89 -68.9 -76.5 7.12e-06 0 0 128 scintillator Transportation + 5 79.2 -76.5 -69.7 7.12e-06 7.12e-06 14.1 142 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 -0.113 -0.401 -87.8 0.133 0 0 0.912 scintillator initStep + 30 -0.12 -0.406 -87.8 0.128 0.00466 0.00881 0.921 scintillator msc + 31 -0.134 -0.407 -87.8 0.103 0.0251 0.0423 0.963 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.131 -0.407 -87.8 7.06e-06 0 0 0 scintillator initStep + 1 10.3 -26.2 -113 7.06e-06 0 37.6 37.6 housing Transportation + 2 10.3 -26.2 -113 7.06e-06 0 0 37.6 scintillator Transportation + 3 35.9 -89 -51.7 7.06e-06 0 91.4 129 housing Transportation + 4 35.9 -89 -51.7 7.06e-06 0 0 129 scintillator Transportation + 5 78.8 16.7 51.6 7.06e-06 7.06e-06 154 283 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.132 -0.407 -87.8 7e-06 0 0 0 scintillator initStep + 1 89 -28.5 -107 7e-06 0 95.3 95.3 housing Transportation + 2 89 -28.5 -107 7e-06 0 0 95.3 scintillator Transportation + 3 58.5 -38.2 -113 7e-06 0 32.6 128 pmt Transportation + 4 58.5 -38.2 -113 7e-06 0 0 128 scintillator Transportation + 5 24.6 -48.8 -106 7e-06 7e-06 36.2 164 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.132 -0.407 -87.8 7.09e-06 0 0 0 scintillator initStep + 1 89 7.24 -16.5 7.09e-06 0 114 114 housing Transportation + 2 89 7.24 -16.5 7.09e-06 0 0 114 scintillator Transportation + 3 -73 21.1 113 7.09e-06 0 208 322 housing Transportation + 4 -73 21.1 113 7.09e-06 0 0 322 scintillator Transportation + 5 -89 22.5 100 7.09e-06 0 20.5 343 housing Transportation + 6 -89 22.5 100 7.09e-06 0 0 343 scintillator Transportation + 7 89 37.8 -42.1 7.09e-06 0 228 571 housing Transportation + 8 89 37.8 -42.1 7.09e-06 0 0 571 scintillator Transportation + 9 0.327 45.4 -113 7.09e-06 0 114 685 housing Transportation + 10 0.327 45.4 -113 7.09e-06 0 0 685 scintillator Transportation + 11 -7.03 46 -107 7.09e-06 7.09e-06 9.44 694 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 -0.134 -0.407 -87.8 0.103 0 0 0.963 scintillator initStep + 32 -0.13 -0.409 -87.8 0.101 0.00256 0.00586 0.969 scintillator msc + 33 -0.121 -0.405 -87.8 0.0855 0.015 0.0332 1 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.128 -0.408 -87.8 7.13e-06 0 0 0 scintillator initStep + 1 -16.7 -4.64 -92.4 7.13e-06 7.13e-06 17.7 17.7 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.13 -0.409 -87.8 7.04e-06 0 0 0 scintillator initStep + 1 1.36 -3.21 -113 7.04e-06 0 25.4 25.4 housing Transportation + 2 1.36 -3.21 -113 7.04e-06 0 0 25.4 scintillator Transportation + 3 14.7 -28.3 113 7.04e-06 0 228 253 housing Transportation + 4 14.7 -28.3 113 7.04e-06 0 0 253 scintillator Transportation + 5 15.7 -30.1 96.6 7.04e-06 7.04e-06 16.5 270 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.128 -0.408 -87.8 7.07e-06 0 0 0 scintillator initStep + 1 89 36.8 -64.4 7.07e-06 0 99.4 99.4 pmt Transportation + 2 89.3 37 -64.2 7.07e-06 0 0.396 99.8 photocath Transportation + 3 89.3 37 -64.2 7.07e-06 0 0 99.8 pmt Transportation + 4 89 37.2 -64.1 7.07e-06 0 0.396 100 scintillator Transportation + 5 -6.56 77 -39 7.07e-06 7.07e-06 107 207 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.129 -0.408 -87.8 7.11e-06 0 0 0 scintillator initStep + 1 -13.8 19.9 -92.4 7.11e-06 7.11e-06 24.9 24.9 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 -0.121 -0.405 -87.8 0.0855 0 0 1 scintillator initStep + 34 -0.118 -0.406 -87.8 0.0841 0.00147 0.00432 1.01 scintillator msc + 35 -0.113 -0.411 -87.8 0.0646 0.0194 0.0283 1.04 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.116 -0.408 -87.8 7.09e-06 0 0 0 scintillator initStep + 1 -6.37 89 -1.68 7.09e-06 0 124 124 housing Transportation + 2 -6.37 89 -1.68 7.09e-06 0 0 124 scintillator Transportation + 3 -14.7 -30.1 113 7.09e-06 0 166 290 housing Transportation + 4 -14.7 -30.1 113 7.09e-06 0 0 290 scintillator Transportation + 5 -18.8 -89 56.2 7.09e-06 0 81.9 372 housing Transportation + 6 -18.8 -89 56.2 7.09e-06 0 0 372 scintillator Transportation + 7 -31.1 86.7 -113 7.09e-06 0 244 616 housing Transportation + 8 -31.1 86.7 -113 7.09e-06 0 0 616 scintillator Transportation + 9 -31.3 89 -111 7.09e-06 0 3.18 619 housing Transportation + 10 -31.3 89 -111 7.09e-06 0 0 619 scintillator Transportation + 11 -31.8 82 -104 7.09e-06 7.09e-06 9.77 629 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 35 -0.113 -0.411 -87.8 0.0646 0 0 1.04 scintillator initStep + 36 -0.113 -0.41 -87.8 0.0622 0.00246 0.00274 1.04 scintillator msc + 37 -0.11 -0.407 -87.8 0.0376 0.0246 0.0221 1.06 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.111 -0.408 -87.8 7.11e-06 0 0 0 scintillator initStep + 1 30.8 -74.8 -113 7.11e-06 0 84.4 84.4 housing Transportation + 2 30.8 -74.8 -113 7.11e-06 0 0 84.4 scintillator Transportation + 3 36.7 -89 -108 7.11e-06 0 16.1 101 housing Transportation + 4 36.7 -89 -108 7.11e-06 0 0 101 scintillator Transportation + 5 89 37.1 -65.5 7.11e-06 0 143 244 pmt Transportation + 6 89 37.1 -65.5 7.11e-06 0 0 244 scintillator Transportation + 7 67.4 89 -47.9 7.11e-06 0 58.9 302 housing Transportation + 8 67.4 89 -47.9 7.11e-06 0 0 302 scintillator Transportation + 9 41.6 26.8 -26.8 7.11e-06 7.11e-06 70.5 373 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 37 -0.11 -0.407 -87.8 0.0376 0 0 1.06 scintillator initStep + 38 -0.11 -0.408 -87.8 0.0368 0.000744 0.00113 1.06 scintillator msc + 39 -0.109 -0.41 -87.8 0.00956 0.0273 0.0146 1.08 scintillator eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.109 -0.409 -87.8 7.1e-06 0 0 0 scintillator initStep + 1 -17.7 89 -83 7.1e-06 0 91.2 91.2 housing Transportation + 2 -17.7 89 -83 7.1e-06 0 0 91.2 scintillator Transportation + 3 -49.1 -71 -74.5 7.1e-06 7.1e-06 163 254 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.109 -0.409 -87.8 7.12e-06 0 0 0 scintillator initStep + 1 -14.2 -19.4 -113 7.12e-06 0 34.5 34.5 housing Transportation + 2 -14.2 -19.4 -113 7.12e-06 0 0 34.5 scintillator Transportation + 3 -65.9 -89 -20.3 7.12e-06 0 127 161 housing Transportation + 4 -65.9 -89 -20.3 7.12e-06 0 0 161 scintillator Transportation + 5 -89 -57.9 21.1 7.12e-06 0 56.7 218 housing Transportation + 6 -89 -57.9 21.1 7.12e-06 0 0 218 scintillator Transportation + 7 -37.7 11.2 113 7.12e-06 0 126 344 housing Transportation + 8 -37.7 11.2 113 7.12e-06 0 0 344 scintillator Transportation + 9 20.1 89 9.43 7.12e-06 0 142 486 housing Transportation + 10 20.1 89 9.43 7.12e-06 0 0 486 scintillator Transportation + 11 88.5 -3 -113 7.12e-06 0 168 654 housing Transportation + 12 88.5 -3 -113 7.12e-06 0 0 654 scintillator Transportation + 13 89 -3.72 -112 7.12e-06 0 1.31 655 housing Transportation + 14 89 -3.72 -112 7.12e-06 0 0 655 scintillator Transportation + 15 25.7 -89 1.44 7.12e-06 0 155 810 pmt Transportation + 16 25.7 -89 1.44 7.12e-06 0 0 810 scintillator Transportation + 17 -36.6 -5.17 113 7.12e-06 0 153 963 housing Transportation + 18 -36.6 -5.17 113 7.12e-06 0 0 963 scintillator Transportation + 19 -43.8 4.45 100 7.12e-06 7.12e-06 17.5 981 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 39 -0.109 -0.41 -87.8 0.00956 0 0 1.08 scintillator initStep + 40 -0.109 -0.41 -87.8 0.00907 0.000488 0.000128 1.08 scintillator msc + 41 -0.109 -0.409 -87.8 0 0.00907 0.00158 1.08 scintillator eIoni + 42 -0.109 -0.409 -87.8 0 0 0 1.08 scintillator NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.109 -0.41 -87.8 7.03e-06 0 0 0 scintillator initStep + 1 -30.9 89 -101 7.03e-06 0 95.4 95.4 housing Transportation + 2 -30.9 89 -101 7.03e-06 0 0 95.4 scintillator Transportation + 3 -37.1 71.1 -103 7.03e-06 7.03e-06 19.1 114 scintillator OpAbsorption + Energy weighted position of hits in LXe : (-0.05397377831452965,-0.273933851376592,-88.65649067583557) + Total energy deposition in scintillator : 511.3321405735337 (keV) + Reconstructed position of hits in LXe : (0,7.469583333333333,18.88625) + Number of photons that hit PMTs in this event : 6 Number of PMTs above threshold(4) : 0 - Number of photons produced by scintillation in this event : 38 - Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 31 + Number of photons produced by scintillation in this event : 52 + Number of photons produced by cerenkov in this event : 1 + Number of photons absorbed (OpAbsorption) in this event : 47 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 /control/shell cp ./currentEvent.rndm ./run2evt0.rndm ./currentEvent.rndm is copied to ./run2evt0.rndm Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.025719s Sys=0.010000s + User=0.000000s Real=0.028424s Sys=0.010000s ======================== run summary ====================== The run was 1 events. -Number of hits per event: 7 +- 0 +Number of hits per event: 6 +- 0 Number of hits per event above threshold: 0 +- 0 -Number of scintillation photons per event : 38 +- 0 -Number of Cerenkov photons per event: 0 +- 0 -Number of absorbed photons per event : 31 +- 0 +Number of scintillation photons per event : 52 +- 0 +Number of Cerenkov photons per event: 1 +- 0 +Number of absorbed photons per event : 47 +- 0 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 511.2 +- 0 keV. +Total energy deposition in scintillator per event: 511.3 +- 0 keV. 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. diff --git a/examples/extended/optical/LXe/cerenkov.out b/examples/extended/optical/LXe/cerenkov.out new file mode 100644 index 0000000000..902654edc9 --- /dev/null +++ b/examples/extended/optical/LXe/cerenkov.out @@ -0,0 +1,1046 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/control/cout/ignoreThreadsExcept 0 +/process/optical/verbose 1 +/run/physicsModified +/run/initialize +Construction /LXeDet/pmtSD +Construction /LXeDet/scintSD + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + LXe 0.126 mm/MeV 0.038052 g/cm^2/MeV massFactor= 7.14643 effCharge= 2916 + Polystyrene 0.126 mm/MeV 0.012978 g/cm^2/MeV massFactor= 101.167 effCharge= 0.027027 +/LXe/eventVerbose 0 +/LXe/detector/defaults +/LXe/detector/scintYieldFactor 1. +/run/reinitializeGeometry +/LXe/detector/MainScintYield 0 +/LXe/detector/nx 20 +/run/reinitializeGeometry +/LXe/detector/ny 20 +/run/reinitializeGeometry +/LXe/detector/nz 1 +/run/reinitializeGeometry +/LXe/detector/dimensions 60 60 25 cm +/run/reinitializeGeometry +/LXe/detector/housingThickness 0.0635 cm +/run/reinitializeGeometry +/LXe/detector/pmtRadius 1.5 cm +/run/reinitializeGeometry +/LXe/detector/volumes/sphere 0 +/run/reinitializeGeometry +/LXe/detector/reflectivity 0.0 +/run/reinitializeGeometry +/gun/particle mu+ +/gun/energy 200 MeV +/LXe/oneStepPrimaries true +/analysis/setFileName cerenkov +Set file name: cerenkov +/analysis/h1/set 1 50 0 50 +/analysis/h1/set 2 50 0 50 +/analysis/h1/set 4 100 0 200 +/analysis/h1/set 5 100 0 200 +/analysis/h1/set 6 50 0 50 +/analysis/h1/set 7 100 0 20 MeV +/run/printProgress 1000 +/run/beamOn 10000 +Start re-initialization because + Geometry +has been modified since last Run. +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Vacuum + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Al + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 5.84821 keV e- 461.317 keV e+ 445.215 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : LXe + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 23.9007 keV e- 392.975 keV e+ 377.543 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : Glass + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.09818 keV e- 281.681 keV e+ 274.857 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : cerenkov.root - done +... open analysis file : cerenkov.root - done +... open analysis file : cerenkov.root - done +--> Event 0 starts. +WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system + has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". + Alternatively, to avoid this message, suppress instantiation of vis + manager (G4VisExecutive) and ensure drawing code is executed only if + G4VVisManager::GetConcreteInstance() is non-zero. +--> Event 1000 starts. +--> Event 2000 starts. +--> Event 3000 starts. +--> Event 4000 starts. +--> Event 5000 starts. +--> Event 6000 starts. +--> Event 7000 starts. +--> Event 8000 starts. +--> Event 9000 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=3.750000s Real=3.822659s Sys=0.010000s + + ======================== run summary ====================== +The run was 10000 events. +Number of hits per event: 5.919 +- 0.04728 +Number of hits per event above threshold: 5.481 +- 0.04225 +Number of scintillation photons per event : 0 +- 0 +Number of Cerenkov photons per event: 53.54 +- 0.3457 +Number of absorbed photons per event : 35.51 +- 0.2347 +Number of photons absorbed at boundary per event: 12.11 +- 0.07879 +Total energy deposition in scintillator per event: 6736 +- 40.09 keV. + +... write file : cerenkov.root - done +... close file : cerenkov.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 17 of which, static: 0 +Dynamic pools deleted: 17 / Total memory freed: 0.38 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/LXe/photon.out b/examples/extended/optical/LXe/photon.out new file mode 100644 index 0000000000..4d2c646058 --- /dev/null +++ b/examples/extended/optical/LXe/photon.out @@ -0,0 +1,1040 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Construction /LXeDet/pmtSD +Construction /LXeDet/scintSD + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +### Birks coefficients used in run time + LXe 0.126 mm/MeV 0.038052 g/cm^2/MeV massFactor= 7.14643 effCharge= 2916 + Polystyrene 0.126 mm/MeV 0.012978 g/cm^2/MeV massFactor= 101.167 effCharge= 0.027027 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 30 7.07e-06 0 80 80 sphere Transportation + 2 50 50 30 7.07e-06 0 0 80 scintillator Transportation + 3 50 50 -113 7.07e-06 0 143 223 pmt Transportation + 4 50 50 -113 7.07e-06 0 0.317 223 photocath Transportation + 5 50 50 -113 7.07e-06 0 0 223 pmt Transportation + 6 50 50 -113 7.07e-06 0 0.318 224 scintillator Transportation + 7 50 50 30 7.07e-06 0 143 367 sphere Transportation + 8 50 50 30 7.07e-06 0 0 367 scintillator Transportation + 9 50 50 -37.4 7.07e-06 7.07e-06 67.4 434 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 30 7.07e-06 0 80 80 sphere Transportation + 2 50 50 30 7.07e-06 0 0 80 scintillator Transportation + 3 50 50 -113 7.07e-06 0 143 223 pmt Transportation + 4 50 50 -113 7.07e-06 7.07e-06 0.317 223 photocath Transportation +WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system + has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". + Alternatively, to avoid this message, suppress instantiation of vis + manager (G4VisExecutive) and ensure drawing code is executed only if + G4VVisManager::GetConcreteInstance() is non-zero. + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 30 7.07e-06 0 80 80 sphere Transportation + 2 50 50 30 7.07e-06 0 0 80 scintillator Transportation + 3 50 50 -113 7.07e-06 0 143 223 pmt Transportation + 4 50 50 -113 7.07e-06 7.07e-06 0.317 223 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 2.5 7.07e-06 7.07e-06 52.5 52.5 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 30 7.07e-06 0 80 80 sphere Transportation + 2 50 50 30 7.07e-06 0 0 80 scintillator Transportation + 3 50 50 -113 7.07e-06 0 143 223 pmt Transportation + 4 50 50 -113 7.07e-06 7.07e-06 0.317 223 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 28.7 7.07e-06 7.07e-06 78.7 78.7 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 -1.36 7.07e-06 7.07e-06 48.6 48.6 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 18.2 7.07e-06 7.07e-06 68.2 68.2 scintillator OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 30 7.07e-06 0 80 80 sphere Transportation + 2 50 50 30 7.07e-06 0 0 80 scintillator Transportation + 3 50 50 -113 7.07e-06 0 143 223 pmt Transportation + 4 50 50 -113 7.07e-06 7.07e-06 0.317 223 photocath Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50 50 -50 7.07e-06 0 0 0 scintillator initStep + 1 50 50 30 7.07e-06 0 80 80 sphere Transportation + 2 50 50 30 7.07e-06 0 0 80 scintillator Transportation + 3 50 50 -113 7.07e-06 0 143 223 pmt Transportation + 4 50 50 -113 7.07e-06 7.07e-06 0.317 223 photocath Transportation + + ======================== run summary ====================== +The run was 10 events. +Number of hits per event: 0.5 +- 0.1581 +Number of hits per event above threshold: 0.5 +- 0.1581 +Number of scintillation photons per event : 0 +- 0 +Number of Cerenkov photons per event: 0 +- 0 +Number of absorbed photons per event : 0.5 +- 0.1581 +Number of photons absorbed at boundary per event: 0 +- 0 +Total energy deposition in scintillator per event: 0.003535 +- 0.001118 keV. + +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/optical/LXe/wls.out b/examples/extended/optical/LXe/wls.out new file mode 100644 index 0000000000..d625033b12 --- /dev/null +++ b/examples/extended/optical/LXe/wls.out @@ -0,0 +1,1107 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/run/verbose 2 +/tracking/verbose 0 +/process/optical/verbose 1 +/run/physicsModified +/process/optical/processActivation OpWLS2 false +/run/physicsModified +/run/initialize +userDetector->Construct() start. +expHall_log is registered to the default region. +Construction /LXeDet/pmtSD +Construction /LXeDet/scintSD +physicsList->Construct() start. + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + LXe 0.126 mm/MeV 0.038052 g/cm^2/MeV massFactor= 7.14643 effCharge= 2916 + Polystyrene 0.126 mm/MeV 0.012978 g/cm^2/MeV massFactor= 101.167 effCharge= 0.027027 +physicsList->CheckParticleList() start. +physicsList->setCut() start. +/LXe/eventVerbose 0 +/LXe/detector/defaults +/LXe/detector/scintYieldFactor 1. +/run/reinitializeGeometry +/LXe/oneStepPrimaries false +/LXe/detector/volumes/wls 1 +/run/reinitializeGeometry +/LXe/detector/volumes/lxe 0 +/run/reinitializeGeometry +/LXe/detector/nfibers 15 +/run/reinitializeGeometry +/LXe/detector/WLSScintYield 10000 +/gun/particle e- +/gun/energy 511 keV +/analysis/setFileName wls +Set file name: wls +/analysis/h1/set 3 100 0 10000 +/analysis/h1/set 4 100 0 100 +/analysis/h1/set 5 100 0 10000 +/run/printProgress 10 +/run/beamOn 100 +Start re-initialization because + Geometry +has been modified since last Run. +userDetector->Construct() start. +Obsolete world logical volume is removed from the default region. +expHall_log is registered to the default region. +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : expHall_log + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : Vacuum Polystyrene Pethylene2 Pethylene1 PMMA + Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + +Region -- -- is not associated to any world. + Root logical volume(s) : + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : + Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Vacuum + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Polystyrene + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.10259 keV e- 279.727 keV e+ 272.941 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 2 used in the geometry : Yes + Material : Pethylene2 + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.29547 keV e- 361.059 keV e+ 351.286 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 3 used in the geometry : Yes + Material : Pethylene1 + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.16549 keV e- 325.707 keV e+ 317.36 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 4 used in the geometry : Yes + Material : PMMA + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.41124 keV e- 306.379 keV e+ 298.522 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +Start closing geometry. +G4GeometryManager::ReportVoxelStats -- Voxel Statistics + + Total memory consumed for geometry optimisation: 4 kByte + Total CPU time elapsed for geometry optimisation: 0 seconds + + Voxelisation: top CPU users: + Percent Total CPU System CPU Memory Volume + ------- ---------- ---------- -------- ---------- + 0.00 0.00 0.00 4k housing_log + 0.00 0.00 0.00 1k Slab + + Voxelisation: top memory users: + Percent Memory Heads Nodes Pointers Total CPU Volume + ------- -------- ------ ------ -------- ---------- ---------- + 77.91 3k 9 35 164 0.00 housing_log + 22.09 1k 1 15 30 0.00 Slab +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : wls.root - done +... open analysis file : wls.root - done +... open analysis file : wls.root - done +--> Event 0 starts. +--> Event 10 starts. +--> Event 20 starts. +--> Event 30 starts. +--> Event 40 starts. +--> Event 50 starts. +--> Event 60 starts. +--> Event 70 starts. +--> Event 80 starts. +--> Event 90 starts. + Run terminated. +Run Summary + Number of events processed : 100 + User=35.840000s Real=36.237834s Sys=0.020000s + + ======================== run summary ====================== +The run was 100 events. +Number of hits per event: 0 +- 0 +Number of hits per event above threshold: 0 +- 0 +Number of scintillation photons per event : 4525 +- 68.89 +Number of Cerenkov photons per event: 21.71 +- 0.675 +Number of absorbed photons per event : 4340 +- 66.02 +Number of photons absorbed at boundary per event: 0 +- 0 +Total energy deposition in scintillator per event: 0 +- 0 keV. + +... write file : wls.root - done +... close file : wls.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +UserDetectorConstruction deleted. +UserPhysicsList deleted. +UserActionInitialization deleted. +UserWorkerInitialization deleted. +UserWorkerThreadInitialization deleted. +UserRunAction deleted. +UserPrimaryGenerator deleted. +RunManager is deleting RunManagerKernel. +G4SDManager deleted. +EventManager deleted. +Units table cleared. +TransportationManager deleted. +Total navigation history collections cleaned: 8 +G4RNGHelper object is deleted. +================== Deleting memory pools =================== +Pool ID '20G4NavigationLevelRep', size : 0.00961 MB +Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB +Pool ID '16G4SmartVoxelNode', size : 0.00481 MB +Pool ID '17G4SmartVoxelProxy', size : 0.00288 MB +Pool ID '7G4Event', size : 0.000961 MB +Pool ID '15G4PrimaryVertex', size : 0.000961 MB +Pool ID '17G4PrimaryParticle', size : 0.000961 MB +Pool ID '15G4HCofThisEvent', size : 0.000961 MB +Pool ID '16G4HitsCollection', size : 0.000961 MB +Pool ID '17G4DynamicParticle', size : 0.297 MB +Pool ID '7G4Track', size : 0.593 MB +Pool ID '18G4TouchableHistory', size : 0.000961 MB +Pool ID '15G4CountedObjectIvE', size : 0.000961 MB +Pool ID '13LXeTrajectory', size : 0.000961 MB +Pool ID '17G4TrajectoryPoint', size : 0.000961 MB +Number of memory pools allocated: 15 of which, static: 0 +Dynamic pools deleted: 15 / Total memory freed: 0.92 MB +============================================================ +G4Allocator objects are deleted. +UImanager deleted. +StateManager deleted. +RunManagerKernel is deleted. Good bye :) +RunManager is deleted. diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index e874a598d8..beb1a91bd0 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1242,11545 +1242,1678 @@ Index : 1 used in the geometry : Yes Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.00612 0 0 0.499 0.000637 0.00612 0.00612 Tank msc - 2 0.14 0.000316 -0.00161 0.466 0.0334 0.14 0.146 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0143 1.93e-05 -9.87e-05 3.52e-06 0 0 0 Tank initStep - 1 2.93e+03 -3.02e+03 -4.01e+03 3.52e-06 3.52e-06 5.81e+03 5.81e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0728 0.000157 -0.000802 3.36e-06 0 0 0 Tank initStep - 1 4.84e+03 -1.73e+03 2.21e+03 3.36e-06 3.36e-06 5.59e+03 5.59e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0851 0.000186 -0.00095 3.53e-06 0 0 0 Tank initStep - 1 5e+03 -2.52e+03 1.49e+03 3.53e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 5e+03 -2.52e+03 1.49e+03 3.53e-06 0 0 5.79e+03 Tank Transportation - 3 3.68e+03 -5e+03 2.66e+03 3.53e-06 0 3.04e+03 8.83e+03 expHall Transportation - 4 3.68e+03 -5e+03 2.66e+03 3.53e-06 0 0 8.83e+03 Tank Transportation - 5 -5e+03 2.55e+03 3.57e+03 3.53e-06 0 1.15e+04 2.04e+04 expHall Transportation - 6 -5e+03 2.55e+03 3.57e+03 3.53e-06 0 0 2.04e+04 Tank Transportation - 7 -4.85e+03 5e+03 3.01e+03 3.53e-06 0 2.52e+03 2.29e+04 expHall Transportation - 8 -3.77e+03 1e+04 1.55e+03 3.53e-06 0 5.32e+03 2.82e+04 world Transportation - 9 -2.7e+03 1.5e+04 94.4 3.53e-06 0 5.32e+03 3.35e+04 OutOfWorld Transportation + 1 0.00612 0 0 0.499 0.000597 0.00612 0.00612 Tank msc + 2 0.14 0.000316 -0.00161 0.475 0.0244 0.14 0.146 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0243 4.27e-05 -0.000218 2.36e-06 0 0 0 Tank initStep - 1 5e+03 1.37e+03 -2.64e+03 2.36e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 1e+04 1.88e+03 -6.72e+03 2.36e-06 0 6.47e+03 1.23e+04 world Transportation - 3 1.5e+04 2.39e+03 -1.08e+04 2.36e-06 0 6.47e+03 1.88e+04 OutOfWorld Transportation + 0 0.0985 0.000217 -0.00111 3.03e-06 0 0 0 Tank initStep + 1 5e+03 2.46e+03 -1.77e+03 3.03e-06 0 5.85e+03 5.85e+03 expHall Transportation + 2 1e+04 9.15e+03 -9.73e+03 3.03e-06 0 1.15e+04 1.74e+04 world Transportation + 3 1.33e+04 1.36e+04 -1.5e+04 3.03e-06 0 7.64e+03 2.5e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0699 0.00015 -0.000767 3.81e-06 0 0 0 Tank initStep - 1 3.89e+03 1.4e+03 -1.94e+03 3.81e-06 0 4.57e+03 4.57e+03 Tank OpRayleigh - 2 4.67e+03 -2.34e+03 -5e+03 3.81e-06 0 4.9e+03 9.46e+03 expHall Transportation - 3 4.67e+03 -2.34e+03 -5e+03 3.81e-06 0 0 9.46e+03 Tank Transportation - 4 4.64e+03 -5e+03 -3.07e+03 3.81e-06 0 3.29e+03 1.28e+04 expHall Transportation - 5 -771 -8.73e+03 1e+04 3.81e-06 0 1.46e+04 2.74e+04 world Transportation - 6 -2.84e+03 -1.02e+04 1.5e+04 3.81e-06 0 5.6e+03 3.3e+04 OutOfWorld Transportation + 0 0.109 0.000242 -0.00124 3.3e-06 0 0 0 Tank initStep + 1 5e+03 -2.47e+03 -1.74e+03 3.3e-06 0 5.84e+03 5.84e+03 expHall Transportation + 2 5e+03 -2.47e+03 -1.74e+03 3.3e-06 0 0 5.84e+03 Tank Transportation + 3 1.88e+03 -5e+03 -2.24e+03 3.3e-06 0 4.05e+03 9.89e+03 expHall Transportation + 4 -8.58e+03 -1e+04 -5.35e+03 3.3e-06 0 1.2e+04 2.19e+04 world Transportation + 5 -1.5e+04 -1.31e+04 -7.26e+03 3.3e-06 0 7.37e+03 2.93e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.14 0.000316 -0.00161 0.466 0 0 0.146 Tank initStep - 3 0.258 -0.00571 -0.028 0.447 0.0193 0.121 0.267 Tank Cerenkov + 2 0.14 0.000316 -0.00161 0.475 0 0 0.146 Tank initStep + 3 0.26 -0.0262 0.0223 0.442 0.0333 0.126 0.272 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.252 -0.0244 0.0206 3.92e-06 0 0 0 Tank initStep + 1 3.39e+03 -648 3e+03 3.92e-06 0 4.57e+03 4.57e+03 Tank OpRayleigh + 2 2.14e+03 5e+03 -1.15e+03 3.92e-06 0 7.12e+03 1.17e+04 expHall Transportation + 3 2.14e+03 5e+03 -1.15e+03 3.92e-06 0 0 1.17e+04 Tank Transportation + 4 503 1.05e+03 -5e+03 3.92e-06 0 5.75e+03 1.74e+04 expHall Transportation + 5 503 1.05e+03 -5e+03 3.92e-06 0 0 1.74e+04 Tank Transportation + 6 -5e+03 -1.87e+03 -833 3.92e-06 0 7.49e+03 2.49e+04 expHall Transportation + 7 -5e+03 -1.87e+03 -833 3.92e-06 0 0 2.49e+04 Tank Transportation + 8 226 -1.1e+03 3e+03 3.92e-06 0 6.53e+03 3.15e+04 Tank OpRayleigh + 9 173 5e+03 -4.59e+03 3.92e-06 0 9.74e+03 4.12e+04 expHall Transportation + 10 173 5e+03 -4.59e+03 3.92e-06 0 0 4.12e+04 Tank Transportation + 11 190 4.44e+03 -5e+03 3.92e-06 0 689 4.19e+04 expHall Transportation + 12 190 4.44e+03 -5e+03 3.92e-06 0 0 4.19e+04 Tank Transportation + 13 1.29e+03 -5e+03 154 3.92e-06 0 1.08e+04 5.27e+04 expHall Transportation + 14 1.29e+03 -5e+03 154 3.92e-06 0 0 5.27e+04 Tank Transportation + 15 223 -1.7e+03 5e+03 3.92e-06 0 5.96e+03 5.87e+04 expHall Transportation + 16 -2.01e+03 7.08e+03 1e+04 3.92e-06 0 1.04e+04 6.9e+04 world Transportation + 17 -4.02e+03 1.5e+04 1.45e+04 3.92e-06 0 9.33e+03 7.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.166 -0.00526 0.00339 3.15e-06 0 0 0 Tank initStep + 1 5e+03 -1.5e+03 -1.74e+03 3.15e-06 0 5.5e+03 5.5e+03 expHall Transportation + 2 1e+04 -7.09e+03 -5.7e+03 3.15e-06 0 8.48e+03 1.4e+04 world Transportation + 3 1.5e+04 -1.27e+04 -9.67e+03 3.15e-06 0 8.48e+03 2.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.26 -0.0262 0.0223 0.442 0 0 0.272 Tank initStep + 4 0.361 -0.0465 0.0564 0.41 0.0319 0.109 0.381 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.181 -0.00178 -0.0108 2.39e-06 0 0 0 Tank initStep - 1 5e+03 -4.25e+03 239 2.39e-06 0 6.57e+03 6.57e+03 expHall Transportation - 2 7.28e+03 -1e+04 -1.06e+03 2.39e-06 0 6.31e+03 1.29e+04 world Transportation - 3 9.26e+03 -1.5e+04 -2.18e+03 2.39e-06 0 5.49e+03 1.84e+04 OutOfWorld Transportation + 0 0.266 -0.0273 0.0241 3.51e-06 0 0 0 Tank initStep + 1 -5e+03 -790 483 3.51e-06 0 5.09e+03 5.09e+03 expHall Transportation + 2 -5e+03 -790 483 3.51e-06 0 0 5.09e+03 Tank Transportation + 3 -3.46e+03 -4.53e+03 -57.5 3.51e-06 0 4.08e+03 9.17e+03 Tank OpRayleigh + 4 -4.99e+03 -5e+03 -355 3.51e-06 0 1.63e+03 1.08e+04 expHall Transportation + 5 -4.99e+03 -5e+03 -355 3.51e-06 0 0 1.08e+04 Tank Transportation + 6 -5e+03 -5e+03 -359 3.51e-06 0 12.2 1.08e+04 expHall Transportation + 7 -5e+03 -5e+03 -359 3.51e-06 0 0 1.08e+04 Tank Transportation + 8 -1.17e+03 5e+03 -1.04e+03 3.51e-06 0 1.07e+04 2.15e+04 expHall Transportation + 9 -1.17e+03 5e+03 -1.04e+03 3.51e-06 0 0 2.15e+04 Tank Transportation + 10 3.91e+03 958 3.49e+03 3.51e-06 0 7.92e+03 2.95e+04 Tank OpRayleigh + 11 5e+03 -527 2.71e+03 3.51e-06 0 2e+03 3.15e+04 expHall Transportation + 12 5e+03 -527 2.71e+03 3.51e-06 0 0 3.15e+04 Tank Transportation + 13 2.97e+03 -5e+03 -313 3.51e-06 0 5.77e+03 3.72e+04 expHall Transportation + 14 2.97e+03 -5e+03 -313 3.51e-06 0 0 3.72e+04 Tank Transportation + 15 -5e+03 4.3e+03 -2.23e+03 3.51e-06 0 1.24e+04 4.96e+04 expHall Transportation + 16 -5e+03 4.3e+03 -2.23e+03 3.51e-06 0 0 4.96e+04 Tank Transportation + 17 -4.12e+03 5e+03 -2.47e+03 3.51e-06 0 1.15e+03 5.08e+04 expHall Transportation + 18 -4.12e+03 5e+03 -2.47e+03 3.51e-06 0 0 5.08e+04 Tank Transportation + 19 73.8 2.17e+03 -3.26e+03 3.51e-06 3.51e-06 5.11e+03 5.59e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.146 -4.28e-07 -0.003 4.07e-06 0 0 0 Tank initStep - 1 5e+03 1.72e+03 746 4.07e-06 0 5.34e+03 5.34e+03 expHall Transportation - 2 1e+04 8.9e+03 5.11e+03 4.07e-06 0 9.77e+03 1.51e+04 world Transportation - 3 1.43e+04 1.5e+04 8.82e+03 4.07e-06 0 8.31e+03 2.34e+04 OutOfWorld Transportation + 0 0.262 -0.0266 0.0229 2.88e-06 0 0 0 Tank initStep + 1 1.42e+03 -5e+03 1.29e+03 2.88e-06 0 5.36e+03 5.36e+03 expHall Transportation + 2 2.68e+03 -1e+04 5.46e+03 2.88e-06 0 6.63e+03 1.2e+04 world Transportation + 3 3.94e+03 -1.5e+04 9.63e+03 2.88e-06 0 6.63e+03 1.86e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.141 0.000284 -0.00175 2.97e-06 0 0 0 Tank initStep - 1 5e+03 2.56e+03 -1.01e+03 2.97e-06 0 5.71e+03 5.71e+03 expHall Transportation - 2 1e+04 7.26e+03 -5.57e+03 2.97e-06 0 8.23e+03 1.39e+04 world Transportation - 3 1.5e+04 1.19e+04 -1.01e+04 2.97e-06 0 8.23e+03 2.22e+04 OutOfWorld Transportation + 0 0.355 -0.0453 0.0544 3.53e-06 0 0 0 Tank initStep + 1 -768 -70.2 5e+03 3.53e-06 0 5.06e+03 5.06e+03 expHall Transportation + 2 -4.01e+03 -1.68e+03 1e+04 3.53e-06 0 6.17e+03 1.12e+04 world Transportation + 3 -7.26e+03 -3.29e+03 1.5e+04 3.53e-06 0 6.17e+03 1.74e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.17 -0.00121 -0.00828 2.28e-06 0 0 0 Tank initStep - 1 5e+03 813 -4.19e+03 2.28e-06 0 6.57e+03 6.57e+03 expHall Transportation - 2 5e+03 813 -4.19e+03 2.28e-06 0 0 6.57e+03 Tank Transportation - 3 4.57e+03 1.14e+03 -5e+03 2.28e-06 0 976 7.55e+03 expHall Transportation - 4 68.2 3.88e+03 -1e+04 2.28e-06 0 7.26e+03 1.48e+04 world Transportation - 5 -4.43e+03 6.62e+03 -1.5e+04 2.28e-06 0 7.26e+03 2.21e+04 OutOfWorld Transportation + 0 0.351 -0.0444 0.0528 3.4e-06 0 0 0 Tank initStep + 1 1.47e+03 5e+03 499 3.4e-06 0 5.24e+03 5.24e+03 expHall Transportation + 2 4.29e+03 1e+04 2.78e+03 3.4e-06 0 6.18e+03 1.14e+04 world Transportation + 3 7.11e+03 1.5e+04 5.06e+03 3.4e-06 0 6.18e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.262 -0.0265 0.0226 3.27e-06 0 0 0 Tank initStep + 1 5e+03 -3.83e+03 651 3.27e-06 0 6.33e+03 6.33e+03 expHall Transportation + 2 5e+03 -3.83e+03 651 3.27e-06 0 0 6.33e+03 Tank Transportation + 3 2.78e+03 -4.88e+03 -2.19e+03 3.27e-06 3.27e-06 3.76e+03 1.01e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.258 -0.00571 -0.028 0.447 0 0 0.267 Tank initStep - 4 0.368 -0.00103 -0.0193 0.429 0.0177 0.111 0.378 Tank Cerenkov + 4 0.361 -0.0465 0.0564 0.41 0 0 0.381 Tank initStep + 5 0.445 -0.046 0.0961 0.394 0.0153 0.0936 0.474 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.362 -0.0013 -0.0197 3.35e-06 0 0 0 Tank initStep - 1 1.64e+03 -475 -5e+03 3.35e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 6.04e+03 -8.56 -1e+04 3.35e-06 0 6.68e+03 1.2e+04 world Transportation - 3 1.04e+04 458 -1.5e+04 3.35e-06 0 6.68e+03 1.86e+04 OutOfWorld Transportation + 0 0.444 -0.046 0.0957 2.23e-06 0 0 0 Tank initStep + 1 -492 2e+03 -187 2.23e-06 0 2.07e+03 2.07e+03 Bubble Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.293 -0.00424 -0.0253 2.27e-06 0 0 0 Tank initStep - 1 5e+03 444 -2.19e+03 2.27e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 1e+04 1.54e+03 -5.98e+03 2.27e-06 0 6.37e+03 1.18e+04 world Transportation - 3 1.5e+04 2.63e+03 -9.78e+03 2.27e-06 0 6.37e+03 1.82e+04 OutOfWorld Transportation + 0 0.376 -0.0464 0.0632 3.26e-06 0 0 0 Tank initStep + 1 1.35e+03 5e+03 -13.9 3.26e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 3.29e+03 1e+04 -918 3.26e-06 0 5.44e+03 1.06e+04 world Transportation + 3 5.22e+03 1.5e+04 -1.82e+03 3.26e-06 0 5.44e+03 1.61e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.267 -0.00532 -0.0273 3.48e-06 0 0 0 Tank initStep - 1 5e+03 -805 -2.07e+03 3.48e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 5e+03 -805 -2.07e+03 3.48e-06 0 0 5.47e+03 Tank Transportation - 3 3.74e+03 -5e+03 2.47e+03 3.48e-06 0 6.31e+03 1.18e+04 expHall Transportation - 4 3.74e+03 -5e+03 2.47e+03 3.48e-06 0 0 1.18e+04 Tank Transportation - 5 3.9e+03 -218 5e+03 3.48e-06 0 5.41e+03 1.72e+04 expHall Transportation - 6 3.9e+03 -218 5e+03 3.48e-06 0 0 1.72e+04 Tank Transportation - 7 4.51e+03 5e+03 -174 3.48e-06 0 7.37e+03 2.46e+04 expHall Transportation - 8 4.51e+03 5e+03 -174 3.48e-06 0 0 2.46e+04 Tank Transportation - 9 5e+03 3.99e+03 -1.05e+03 3.48e-06 0 1.42e+03 2.6e+04 expHall Transportation - 10 5e+03 3.99e+03 -1.05e+03 3.48e-06 0 0 2.6e+04 Tank Transportation - 11 -4.1e+03 4.17e+03 -5e+03 3.48e-06 0 9.92e+03 3.59e+04 expHall Transportation - 12 -4.1e+03 4.17e+03 -5e+03 3.48e-06 0 0 3.59e+04 Tank Transportation - 13 -5e+03 4.13e+03 -3.94e+03 3.48e-06 0 1.39e+03 3.73e+04 expHall Transportation - 14 -5e+03 4.13e+03 -3.94e+03 3.48e-06 0 0 3.73e+04 Tank Transportation - 15 -4.68e+03 2.98e+03 -3.53e+03 3.48e-06 3.48e-06 1.26e+03 3.86e+04 Tank OpAbsorption + 0 0.404 -0.0462 0.0766 3.01e-06 0 0 0 Tank initStep + 1 321 2e+03 78.2 3.01e-06 3.01e-06 2.03e+03 2.03e+03 Bubble Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.345 -0.00201 -0.0211 2.33e-06 0 0 0 Tank initStep - 1 5e+03 2.95e+03 158 2.33e-06 0 5.81e+03 5.81e+03 expHall Transportation - 2 1e+04 7.88e+03 717 2.33e-06 0 7.04e+03 1.28e+04 world Transportation - 3 1.5e+04 1.28e+04 1.28e+03 2.33e-06 0 7.04e+03 1.99e+04 OutOfWorld Transportation + 0 0.394 -0.0463 0.072 2.37e-06 0 0 0 Tank initStep + 1 3.92e+03 117 5e+03 2.37e-06 0 6.36e+03 6.36e+03 expHall Transportation + 2 3.92e+03 117 5e+03 2.37e-06 0 0 6.36e+03 Tank Transportation + 3 4.21e+03 102 4.85e+03 2.37e-06 2.37e-06 328 6.68e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.368 -0.00103 -0.0193 0.429 0 0 0.378 Tank initStep - 5 0.47 0.00403 -0.0131 0.406 0.0229 0.103 0.481 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.42 0.0015 -0.0161 3.11e-06 0 0 0 Tank initStep - 1 4.8e+03 -1.04e+03 2.54e+03 3.11e-06 3.11e-06 5.53e+03 5.53e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.47 0.00403 -0.0131 0.406 0 0 0.481 Tank initStep - 6 0.556 0.0157 0.0155 0.393 0.013 0.0919 0.573 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.538 0.0133 0.00946 2.43e-06 0 0 0 Tank initStep - 1 -888 -5e+03 3.87e+03 2.43e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 -888 -5e+03 3.87e+03 2.43e-06 0 0 6.38e+03 Tank Transportation - 3 300 -3.48e+03 5e+03 2.43e-06 0 2.24e+03 8.62e+03 expHall Transportation - 4 300 -3.48e+03 5e+03 2.43e-06 0 0 8.62e+03 Tank Transportation - 5 5e+03 1.57e+03 -3.02e+03 2.43e-06 0 1.06e+04 1.92e+04 expHall Transportation - 6 5e+03 1.57e+03 -3.02e+03 2.43e-06 0 0 1.92e+04 Tank Transportation - 7 4.57e+03 1.72e+03 -3.31e+03 2.43e-06 2.43e-06 543 1.97e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.487 0.00629 -0.00755 3.46e-06 0 0 0 Tank initStep - 1 4.88e+03 1.31e+03 5e+03 3.46e-06 0 7.11e+03 7.11e+03 expHall Transportation - 2 1e+04 4.04e+03 6.21e+03 3.46e-06 0 5.93e+03 1.3e+04 world Transportation - 3 1.5e+04 6.72e+03 7.4e+03 3.46e-06 0 5.79e+03 1.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.481 0.00544 -0.00962 2.98e-06 0 0 0 Tank initStep - 1 5e+03 3.21e+03 3.89e+03 2.98e-06 0 7.1e+03 7.1e+03 expHall Transportation - 2 7.15e+03 6.27e+03 1e+04 2.98e-06 0 7.16e+03 1.43e+04 world Transportation - 3 8.92e+03 8.77e+03 1.5e+04 2.98e-06 0 5.86e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.556 0.0157 0.0155 0.393 0 0 0.573 Tank initStep - 7 0.626 0.0403 0.0562 0.381 0.0121 0.0861 0.659 Tank Cerenkov - 8 0.685 0.0822 0.0865 0.364 0.0168 0.0808 0.74 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.631 0.0437 0.0587 2.66e-06 0 0 0 Tank initStep - 1 4.5e+03 -4.33e+03 5e+03 2.66e-06 0 8e+03 8e+03 expHall Transportation - 2 4.5e+03 -4.33e+03 5e+03 2.66e-06 0 0 8e+03 Tank Transportation - 3 5e+03 -4.4e+03 4.21e+03 2.66e-06 0 940 8.94e+03 expHall Transportation - 4 5e+03 -4.4e+03 4.21e+03 2.66e-06 0 0 8.94e+03 Tank Transportation - 5 2.92e+03 -5e+03 1.16e+03 2.66e-06 0 3.74e+03 1.27e+04 expHall Transportation - 6 2.92e+03 -5e+03 1.16e+03 2.66e-06 0 0 1.27e+04 Tank Transportation - 7 -830 428 -5e+03 2.66e-06 0 9.03e+03 2.17e+04 expHall Transportation - 8 -830 428 -5e+03 2.66e-06 0 0 2.17e+04 Tank Transportation - 9 -2.16e+03 5e+03 -4.01e+03 2.66e-06 0 4.86e+03 2.66e+04 expHall Transportation - 10 -1e+04 9.95e+03 543 2.66e-06 0 1.03e+04 3.69e+04 world Transportation - 11 -1.5e+04 1.31e+04 3.45e+03 2.66e-06 0 6.59e+03 4.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.668 0.07 0.0777 3.82e-06 0 0 0 Tank initStep - 1 -3.02e+03 -4.94e+03 -5e+03 3.82e-06 0 7.65e+03 7.65e+03 expHall Transportation - 2 -3.02e+03 -4.94e+03 -5e+03 3.82e-06 0 0 7.65e+03 Tank Transportation - 3 -3.04e+03 -5e+03 -4.96e+03 3.82e-06 0 75.6 7.72e+03 expHall Transportation - 4 -3.04e+03 -5e+03 -4.96e+03 3.82e-06 0 0 7.72e+03 Tank Transportation - 5 -5e+03 1.4e+03 -1.95e+03 3.82e-06 0 7.34e+03 1.51e+04 expHall Transportation - 6 -5e+03 1.4e+03 -1.95e+03 3.82e-06 0 0 1.51e+04 Tank Transportation - 7 -2.38e+03 5e+03 1.02e+03 3.82e-06 0 5.35e+03 2.04e+04 expHall Transportation - 8 -2.38e+03 5e+03 1.02e+03 3.82e-06 0 0 2.04e+04 Tank Transportation - 9 -563 -1.44e+03 3.19e+03 3.82e-06 3.82e-06 7.03e+03 2.74e+04 Tank OpAbsorption + 5 0.445 -0.046 0.0961 0.394 0 0 0.474 Tank initStep + 6 0.518 -0.0271 0.137 0.374 0.0209 0.0867 0.561 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.657 0.0624 0.0722 3.47e-06 0 0 0 Tank initStep - 1 695 -409 12 3.47e-06 3.47e-06 806 806 Tank OpAbsorption + 0 0.482 -0.0364 0.117 3.03e-06 0 0 0 Tank initStep + 1 -333 -5e+03 -283 3.03e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 -2.29e+03 -1e+04 446 3.03e-06 0 5.42e+03 1.04e+04 world Transportation + 3 -4.25e+03 -1.5e+04 1.17e+03 3.03e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.489 -0.0346 0.121 2.33e-06 0 0 0 Tank initStep + 1 5e+03 4.19e+03 2.2e+03 2.33e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 5e+03 4.19e+03 2.2e+03 2.33e-06 0 0 6.89e+03 Tank Transportation + 3 4.6e+03 5e+03 2.16e+03 2.33e-06 0 900 7.79e+03 expHall Transportation + 4 -2.02e+03 1e+04 1.4e+03 2.33e-06 0 8.33e+03 1.61e+04 world Transportation + 5 -8.64e+03 1.5e+04 631 2.33e-06 0 8.33e+03 2.45e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.509 -0.0294 0.132 2.63e-06 0 0 0 Tank initStep + 1 5e+03 1.01e+03 248 2.63e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 1e+04 3.39e+03 2.02e+03 2.63e-06 0 5.82e+03 1.09e+04 world Transportation + 3 1.5e+04 5.78e+03 3.8e+03 2.63e-06 0 5.82e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.476 -0.0381 0.113 2.4e-06 0 0 0 Tank initStep + 1 5e+03 -452 949 2.4e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 5e+03 -452 949 2.4e-06 0 0 5.11e+03 Tank Transportation + 3 1.47e+03 5e+03 -472 2.4e-06 0 6.65e+03 1.18e+04 expHall Transportation + 4 -5.9e+03 1e+04 -4.99e+03 2.4e-06 0 9.98e+03 2.17e+04 world Transportation + 5 -1.33e+04 1.5e+04 -9.51e+03 2.4e-06 0 9.98e+03 3.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.453 -0.0439 0.101 4e-06 0 0 0 Tank initStep + 1 5e+03 4.03e+03 1.68e+03 4e-06 0 6.64e+03 6.64e+03 expHall Transportation + 2 5e+03 4.03e+03 1.68e+03 4e-06 0 0 6.64e+03 Tank Transportation + 3 4.47e+03 5e+03 1.99e+03 4e-06 0 1.15e+03 7.79e+03 expHall Transportation + 4 -3.93e+03 8.44e+03 1e+04 4e-06 0 1.21e+04 1.99e+04 world Transportation + 5 -9.18e+03 1.06e+04 1.5e+04 4e-06 0 7.56e+03 2.75e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.685 0.0822 0.0865 0.364 0 0 0.74 Tank initStep - 9 0.736 0.129 0.11 0.351 0.0127 0.0739 0.813 Tank Cerenkov + 6 0.518 -0.0271 0.137 0.374 0 0 0.561 Tank initStep + 7 0.566 0.0159 0.174 0.362 0.0112 0.0777 0.639 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.721 0.115 0.103 2.29e-06 0 0 0 Tank initStep - 1 -2.48e+03 -5e+03 26.9 2.29e-06 0 5.58e+03 5.58e+03 expHall Transportation - 2 -8.27e+03 -1e+04 2.42e+03 2.29e-06 0 8.02e+03 1.36e+04 world Transportation - 3 -1.41e+04 -1.5e+04 4.81e+03 2.29e-06 0 8.02e+03 2.16e+04 OutOfWorld Transportation + 0 0.545 -0.00313 0.158 2.27e-06 0 0 0 Tank initStep + 1 346 -500 969 2.27e-06 2.27e-06 1.14e+03 1.14e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.686 0.0834 0.0871 4.08e-06 0 0 0 Tank initStep - 1 579 -304 -327 4.08e-06 0 731 731 Tank OpRayleigh - 2 5e+03 1.17e+03 -4.87 4.08e-06 0 4.67e+03 5.4e+03 expHall Transportation - 3 5e+03 1.17e+03 -4.87 4.08e-06 0 0 5.4e+03 Tank Transportation - 4 -2e+03 5e+03 -2.05e+03 4.08e-06 0 8.24e+03 1.36e+04 expHall Transportation - 5 -2e+03 5e+03 -2.05e+03 4.08e-06 0 0 1.36e+04 Tank Transportation - 6 -5e+03 4.46e+03 -2.61e+03 4.08e-06 0 3.1e+03 1.67e+04 expHall Transportation - 7 -1e+04 2.48e+03 -3.37e+03 4.08e-06 0 5.43e+03 2.22e+04 world Transportation - 8 -1.5e+04 492 -4.14e+03 4.08e-06 0 5.43e+03 2.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.69 0.0867 0.0888 2.13e-06 0 0 0 Tank initStep - 1 2.92e+03 3.21e+03 -284 2.13e-06 2.13e-06 4.35e+03 4.35e+03 Tank OpAbsorption + 0 0.561 0.0115 0.17 3.62e-06 0 0 0 Tank initStep + 1 3.01e+03 1.95e+03 5e+03 3.62e-06 0 6.15e+03 6.15e+03 expHall Transportation + 2 3.01e+03 1.95e+03 5e+03 3.62e-06 0 0 6.15e+03 Tank Transportation + 3 4.43e+03 3.41e+03 1.62e+03 3.62e-06 0 3.95e+03 1.01e+04 Tank OpRayleigh + 4 -5e+03 -1.6e+03 -2.33e+03 3.62e-06 0 1.14e+04 2.15e+04 expHall Transportation + 5 -9.06e+03 -7.79e+03 -1e+04 3.62e-06 0 1.07e+04 3.21e+04 world Transportation + 6 -1.17e+04 -1.18e+04 -1.5e+04 3.62e-06 0 6.95e+03 3.91e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.736 0.129 0.11 0.351 0 0 0.813 Tank initStep - 10 0.786 0.17 0.13 0.336 0.0152 0.0689 0.882 Tank Cerenkov + 7 0.566 0.0159 0.174 0.362 0 0 0.639 Tank initStep + 8 0.596 0.0588 0.224 0.351 0.0116 0.0732 0.712 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.743 0.135 0.113 3.96e-06 0 0 0 Tank initStep - 1 4.02e+03 4.87e+03 5e+03 3.96e-06 0 8.06e+03 8.06e+03 expHall Transportation - 2 1e+04 9.83e+03 5.72e+03 3.96e-06 0 7.8e+03 1.59e+04 world Transportation - 3 1.5e+04 1.4e+04 6.32e+03 3.96e-06 0 6.52e+03 2.24e+04 OutOfWorld Transportation + 0 0.583 0.0399 0.202 2.69e-06 0 0 0 Tank initStep + 1 -1.52e+03 -634 3.35e+03 2.69e-06 2.69e-06 3.74e+03 3.74e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.596 0.0578 0.223 2.45e-06 0 0 0 Tank initStep + 1 4.36e+03 3.64e+03 2.46e+03 2.45e-06 2.45e-06 6.19e+03 6.19e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.593 0.0549 0.22 3.78e-06 0 0 0 Tank initStep + 1 1.53e+03 1.2e+03 4.44e+03 3.78e-06 3.78e-06 4.85e+03 4.85e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.571 0.0237 0.183 3.54e-06 0 0 0 Tank initStep + 1 1.91e+03 5e+03 2.22e+03 3.54e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 1.91e+03 5e+03 2.22e+03 3.54e-06 0 0 5.79e+03 Tank Transportation + 3 4.71e+03 -5e+03 3.99e+03 3.54e-06 0 1.05e+04 1.63e+04 expHall Transportation + 4 4.71e+03 -5e+03 3.99e+03 3.54e-06 0 0 1.63e+04 Tank Transportation + 5 5e+03 -4.77e+03 4.14e+03 3.54e-06 0 404 1.67e+04 expHall Transportation + 6 5e+03 -4.77e+03 4.14e+03 3.54e-06 0 0 1.67e+04 Tank Transportation + 7 192 5e+03 -642 3.54e-06 0 1.19e+04 2.86e+04 expHall Transportation + 8 192 5e+03 -642 3.54e-06 0 0 2.86e+04 Tank Transportation + 9 4.33e+03 4.59e+03 -5e+03 3.54e-06 0 6.02e+03 3.46e+04 expHall Transportation + 10 4.33e+03 4.59e+03 -5e+03 3.54e-06 0 0 3.46e+04 Tank Transportation + 11 4.92e+03 5e+03 -4.44e+03 3.54e-06 0 912 3.56e+04 expHall Transportation + 12 4.92e+03 5e+03 -4.44e+03 3.54e-06 0 0 3.56e+04 Tank Transportation + 13 5e+03 4.87e+03 -4.42e+03 3.54e-06 0 152 3.57e+04 expHall Transportation + 14 5e+03 4.87e+03 -4.42e+03 3.54e-06 0 0 3.57e+04 Tank Transportation + 15 -1.35e+03 -5e+03 1.22e+03 3.54e-06 0 1.3e+04 4.87e+04 expHall Transportation + 16 -1.35e+03 -5e+03 1.22e+03 3.54e-06 0 0 4.87e+04 Tank Transportation + 17 -4.07e+03 174 5e+03 3.54e-06 0 6.96e+03 5.57e+04 expHall Transportation + 18 -4.07e+03 174 5e+03 3.54e-06 0 0 5.57e+04 Tank Transportation + 19 -5e+03 1.42e+03 4.13e+03 3.54e-06 0 1.78e+03 5.75e+04 expHall Transportation + 20 -5e+03 1.42e+03 4.13e+03 3.54e-06 0 0 5.75e+04 Tank Transportation + 21 -3.25e+03 5e+03 2.39e+03 3.54e-06 0 4.35e+03 6.18e+04 expHall Transportation + 22 -3.25e+03 5e+03 2.39e+03 3.54e-06 0 0 6.18e+04 Tank Transportation + 23 2.09e+03 -2.25e+03 -5e+03 3.54e-06 0 1.17e+04 7.35e+04 expHall Transportation + 24 1e+04 -8.43e+03 -7.06e+03 3.54e-06 0 1.02e+04 8.37e+04 world Transportation + 25 1.5e+04 -1.23e+04 -8.36e+03 3.54e-06 0 6.48e+03 9.02e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.786 0.17 0.13 0.336 0 0 0.882 Tank initStep - 11 0.82 0.212 0.162 0.323 0.0134 0.063 0.945 Tank Cerenkov + 8 0.596 0.0588 0.224 0.351 0 0 0.712 Tank initStep + 9 0.628 0.092 0.275 0.338 0.0132 0.0686 0.78 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.802 0.19 0.145 2.37e-06 0 0 0 Tank initStep - 1 3.99e+03 -5e+03 -4.42e+03 2.37e-06 0 7.78e+03 7.78e+03 expHall Transportation - 2 3.99e+03 -5e+03 -4.42e+03 2.37e-06 0 0 7.78e+03 Tank Transportation - 3 4.99e+03 -2.39e+03 -5e+03 2.37e-06 0 2.85e+03 1.06e+04 expHall Transportation - 4 4.99e+03 -2.39e+03 -5e+03 2.37e-06 0 0 1.06e+04 Tank Transportation - 5 5e+03 -2.3e+03 -4.89e+03 2.37e-06 0 142 1.08e+04 expHall Transportation - 6 5e+03 -2.3e+03 -4.89e+03 2.37e-06 0 0 1.08e+04 Tank Transportation - 7 1.22e+03 5e+03 3.25e+03 2.37e-06 0 1.16e+04 2.23e+04 expHall Transportation - 8 1.22e+03 5e+03 3.25e+03 2.37e-06 0 0 2.23e+04 Tank Transportation - 9 1.24e+03 3.93e+03 5e+03 2.37e-06 0 2.05e+03 2.44e+04 expHall Transportation - 10 -1.5e+03 -4.76e+03 1e+04 2.37e-06 0 1.04e+04 3.48e+04 world Transportation - 11 -4.24e+03 -1.35e+04 1.5e+04 2.37e-06 0 1.04e+04 4.52e+04 OutOfWorld Transportation + 0 0.624 0.0887 0.27 2.65e-06 0 0 0 Tank initStep + 1 1.21e+03 5e+03 4.33e+03 2.65e-06 0 6.72e+03 6.72e+03 expHall Transportation + 2 3.54e+03 6.97e+03 1e+04 2.65e-06 0 6.44e+03 1.32e+04 world Transportation + 3 5.58e+03 8.71e+03 1.5e+04 2.65e-06 0 5.68e+03 1.88e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.82 0.212 0.162 0.323 0 0 0.945 Tank initStep - 12 0.839 0.25 0.201 0.312 0.0107 0.0581 1 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.836 0.245 0.196 3.19e-06 0 0 0 Tank initStep - 1 3.09e+03 -3.07e+03 278 3.19e-06 3.19e-06 4.37e+03 4.37e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.829 0.23 0.181 2.51e-06 0 0 0 Tank initStep - 1 578 5e+03 3e+03 2.51e-06 0 5.86e+03 5.86e+03 expHall Transportation - 2 578 5e+03 3e+03 2.51e-06 0 0 5.86e+03 Tank Transportation - 3 2.08e+03 3.1e+03 5e+03 2.51e-06 0 3.14e+03 9e+03 expHall Transportation - 4 2.08e+03 3.1e+03 5e+03 2.51e-06 0 0 9e+03 Tank Transportation - 5 5e+03 978 -4.4e+03 2.51e-06 0 1.01e+04 1.91e+04 expHall Transportation - 6 5e+03 978 -4.4e+03 2.51e-06 0 0 1.91e+04 Tank Transportation - 7 4.71e+03 853 -5e+03 2.51e-06 0 675 1.97e+04 expHall Transportation - 8 -1.88e+03 -1.98e+03 -1e+04 2.51e-06 0 8.74e+03 2.85e+04 world Transportation - 9 -8.46e+03 -4.82e+03 -1.5e+04 2.51e-06 0 8.74e+03 3.72e+04 OutOfWorld Transportation + 9 0.628 0.092 0.275 0.338 0 0 0.78 Tank initStep + 10 0.664 0.125 0.315 0.324 0.0135 0.0635 0.844 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.83 0.232 0.183 2.25e-06 0 0 0 Tank initStep - 1 816 5e+03 2.82e+03 2.25e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 2.19e+03 1e+04 9.86e+03 2.25e-06 0 8.75e+03 1.45e+04 world Transportation - 3 3.2e+03 1.37e+04 1.5e+04 2.25e-06 0 6.39e+03 2.09e+04 OutOfWorld Transportation + 0 0.636 0.0994 0.284 3.02e-06 0 0 0 Tank initStep + 1 3.66e+03 4.44e+03 1.94e+03 3.02e-06 3.02e-06 6.06e+03 6.06e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.839 0.25 0.201 0.312 0 0 1 Tank initStep - 13 0.856 0.278 0.245 0.296 0.0156 0.0544 1.06 Tank Cerenkov + 10 0.664 0.125 0.315 0.324 0 0 0.844 Tank initStep + 11 0.696 0.162 0.344 0.316 0.0081 0.0586 0.902 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.845 0.261 0.218 2.36e-06 0 0 0 Tank initStep - 1 4.37e+03 -2.68e+03 -2.94e+03 2.36e-06 2.36e-06 5.9e+03 5.9e+03 Tank OpAbsorption + 0 0.679 0.142 0.329 3.5e-06 0 0 0 Tank initStep + 1 -5e+03 -3.78e+03 2.18e+03 3.5e-06 0 6.64e+03 6.64e+03 expHall Transportation + 2 -7.01e+03 -1e+04 3.29e+03 3.5e-06 0 6.63e+03 1.33e+04 world Transportation + 3 -8.62e+03 -1.5e+04 4.18e+03 3.5e-06 0 5.33e+03 1.86e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 0.696 0.162 0.344 0.316 0 0 0.902 Tank initStep + 12 0.733 0.183 0.379 0.305 0.0106 0.0558 0.958 Tank Cerenkov + 13 0.773 0.195 0.408 0.278 0.0273 0.052 1.01 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.853 0.274 0.24 2.38e-06 0 0 0 Tank initStep - 1 3.63e+03 5e+03 4.55e+03 2.38e-06 0 7.67e+03 7.67e+03 expHall Transportation - 2 3.63e+03 5e+03 4.55e+03 2.38e-06 0 0 7.67e+03 Tank Transportation - 3 4e+03 4.79e+03 5e+03 2.38e-06 0 626 8.3e+03 expHall Transportation - 4 1e+04 939 9.71e+03 2.38e-06 0 8.54e+03 1.68e+04 world Transportation - 5 1.5e+04 -2.27e+03 1.36e+04 2.38e-06 0 7.12e+03 2.4e+04 OutOfWorld Transportation + 0 0.757 0.19 0.396 2.2e-06 0 0 0 Tank initStep + 1 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 7.12e+03 7.12e+03 expHall Transportation + 2 -4.39e+03 -5e+03 -2.53e+03 2.2e-06 0 0 7.12e+03 Tank Transportation + 3 -4.45e+03 -3.74e+03 5e+03 2.2e-06 0 7.63e+03 1.48e+04 expHall Transportation + 4 -4.8e+03 -2.91e+03 1e+04 2.2e-06 0 5.08e+03 1.98e+04 world Transportation + 5 -5.15e+03 -2.07e+03 1.5e+04 2.2e-06 0 5.08e+03 2.49e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.771 0.194 0.406 3.79e-06 0 0 0 Tank initStep + 1 4.29e+03 5e+03 -4.49e+03 3.79e-06 0 7.97e+03 7.97e+03 expHall Transportation + 2 4.29e+03 5e+03 -4.49e+03 3.79e-06 0 0 7.97e+03 Tank Transportation + 3 4.22e+03 4.9e+03 -5e+03 3.79e-06 0 525 8.5e+03 expHall Transportation + 4 3.98e+03 2.87e+03 -1e+04 3.79e-06 0 5.4e+03 1.39e+04 world Transportation + 5 3.74e+03 848 -1.5e+04 3.79e-06 0 5.4e+03 1.93e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.856 0.278 0.245 0.296 0 0 1.06 Tank initStep - 14 0.866 0.307 0.283 0.272 0.0245 0.0491 1.11 Tank Cerenkov + 13 0.773 0.195 0.408 0.278 0 0 1.01 Tank initStep + 14 0.807 0.184 0.431 0.269 0.0089 0.0433 1.05 Tank Cerenkov + 15 0.834 0.163 0.45 0.26 0.00923 0.0406 1.09 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.865 0.305 0.281 3.68e-06 0 0 0 Tank initStep - 1 -155 2.73e+03 5e+03 3.68e-06 0 5.7e+03 5.7e+03 expHall Transportation - 2 -155 2.73e+03 5e+03 3.68e-06 0 0 5.7e+03 Tank Transportation - 3 3.16e+03 4.49e+03 -5e+03 3.68e-06 0 1.07e+04 1.64e+04 expHall Transportation - 4 3.16e+03 4.49e+03 -5e+03 3.68e-06 0 0 1.64e+04 Tank Transportation - 5 4.35e+03 5e+03 -4.5e+03 3.68e-06 0 1.39e+03 1.78e+04 expHall Transportation - 6 4.35e+03 5e+03 -4.5e+03 3.68e-06 0 0 1.78e+04 Tank Transportation - 7 5e+03 4.92e+03 -4.22e+03 3.68e-06 0 709 1.85e+04 expHall Transportation - 8 5e+03 4.92e+03 -4.22e+03 3.68e-06 0 0 1.85e+04 Tank Transportation - 9 -1.86e+03 1.84e+03 5e+03 3.68e-06 0 1.19e+04 3.04e+04 expHall Transportation - 10 -1.86e+03 1.84e+03 5e+03 3.68e-06 0 0 3.04e+04 Tank Transportation - 11 -4.05e+03 356 -5e+03 3.68e-06 0 1.03e+04 4.07e+04 expHall Transportation - 12 -6.75e+03 -2.59e+03 -1e+04 3.68e-06 0 6.4e+03 4.71e+04 world Transportation - 13 -9.44e+03 -5.54e+03 -1.5e+04 3.68e-06 0 6.4e+03 5.35e+04 OutOfWorld Transportation + 0 0.812 0.181 0.434 3.26e-06 0 0 0 Tank initStep + 1 1.35e+03 -3.73e+03 -5e+03 3.26e-06 0 6.38e+03 6.38e+03 expHall Transportation + 2 4.48e+03 -1e+04 -7.89e+03 3.26e-06 0 7.58e+03 1.4e+04 world Transportation + 3 6.97e+03 -1.5e+04 -1.02e+04 3.26e-06 0 6.04e+03 2e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.866 0.307 0.283 0.272 0 0 1.11 Tank initStep - 15 0.875 0.327 0.318 0.265 0.007 0.0414 1.15 Tank Cerenkov - 16 0.882 0.347 0.35 0.258 0.00652 0.0393 1.19 Tank Cerenkov - 17 0.883 0.36 0.384 0.252 0.00631 0.0375 1.23 Tank Cerenkov - 18 0.883 0.383 0.41 0.244 0.00853 0.0357 1.26 Tank Cerenkov - 19 0.884 0.386 0.413 0.242 0.0012 0.00432 1.27 Tank Cerenkov - 20 0.896 0.47 0.494 0.216 0.0264 0.133 1.4 Tank eIoni - 21 0.838 0.413 0.553 0.191 0.0247 0.113 1.51 Tank eIoni + 15 0.834 0.163 0.45 0.26 0 0 1.09 Tank initStep + 16 0.866 0.148 0.465 0.253 0.00697 0.0379 1.13 Tank Cerenkov + 17 0.896 0.138 0.48 0.241 0.0118 0.036 1.17 Tank Cerenkov + 18 0.995 0.146 0.541 0.208 0.0331 0.132 1.3 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.883 0.456 0.508 3.2e-06 0 0 0 Tank initStep - 1 -5e+03 1.29e+03 1.8e+03 3.2e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 -5e+03 1.29e+03 1.8e+03 3.2e-06 0 0 5.47e+03 Tank Transportation - 3 -3.18e+03 1.87e+03 1.67e+03 3.2e-06 3.2e-06 1.91e+03 7.38e+03 Tank OpAbsorption + 0 0.966 0.144 0.523 2.95e-06 0 0 0 Tank initStep + 1 -5e+03 -23.8 403 2.95e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 -1e+04 514 472 2.95e-06 0 5.03e+03 1e+04 world Transportation + 3 -1.5e+04 1.05e+03 541 2.95e-06 0 5.03e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.936 0.141 0.505 3.81e-06 0 0 0 Tank initStep + 1 2.96e+03 5e+03 4.29e+03 3.81e-06 0 7.22e+03 7.22e+03 expHall Transportation + 2 2.96e+03 5e+03 4.29e+03 3.81e-06 0 0 7.22e+03 Tank Transportation + 3 3.12e+03 3.99e+03 5e+03 3.81e-06 0 1.25e+03 8.47e+03 expHall Transportation + 4 3.12e+03 3.99e+03 5e+03 3.81e-06 0 0 8.47e+03 Tank Transportation + 5 3.04e+03 -2.86e+03 -5e+03 3.81e-06 0 1.21e+04 2.06e+04 expHall Transportation + 6 4.75e+03 -1e+04 -9.08e+03 3.81e-06 0 8.4e+03 2.9e+04 world Transportation + 7 5.95e+03 -1.5e+04 -1.19e+04 3.81e-06 0 5.88e+03 3.49e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 0.838 0.413 0.553 0.191 0 0 1.51 Tank initStep - 22 0.824 0.406 0.58 0.186 0.00543 0.032 1.54 Tank msc + 18 0.995 0.146 0.541 0.208 0 0 1.3 Tank initStep + 19 1.02 0.17 0.551 0.201 0.00736 0.0366 1.34 Tank msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.837 0.412 0.556 3.44e-06 0 0 0 Tank initStep - 1 2.02e+03 641 5e+03 3.44e-06 0 5.43e+03 5.43e+03 expHall Transportation - 2 2.02e+03 641 5e+03 3.44e-06 0 0 5.43e+03 Tank Transportation - 3 5e+03 214 1.29e+03 3.44e-06 0 4.78e+03 1.02e+04 expHall Transportation - 4 5e+03 214 1.29e+03 3.44e-06 0 0 1.02e+04 Tank Transportation - 5 1.45e+03 -360 -1.48e+03 3.44e-06 3.44e-06 4.54e+03 1.47e+04 Tank OpAbsorption + 0 0.996 0.147 0.541 3.57e-06 0 0 0 Tank initStep + 1 -3.56e+03 5e+03 -1.57e+03 3.57e-06 0 6.34e+03 6.34e+03 expHall Transportation + 2 -3.56e+03 5e+03 -1.57e+03 3.57e-06 0 0 6.34e+03 Tank Transportation + 3 -5e+03 4.66e+03 -1.02e+03 3.57e-06 0 1.58e+03 7.92e+03 expHall Transportation + 4 -1e+04 4.98e+03 3.74e+03 3.57e-06 0 6.91e+03 1.48e+04 world Transportation + 5 -1.5e+04 5.29e+03 8.49e+03 3.57e-06 0 6.91e+03 2.17e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 0.824 0.406 0.58 0.186 0 0 1.54 Tank initStep - 23 0.813 0.394 0.606 0.178 0.00756 0.0305 1.57 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.818 0.399 0.595 2.42e-06 0 0 0 Tank initStep - 1 1.46e+03 5e+03 -369 2.42e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 4.85e+03 1e+04 -2.81e+03 2.42e-06 0 6.51e+03 1.17e+04 world Transportation - 3 8.23e+03 1.5e+04 -5.25e+03 2.42e-06 0 6.51e+03 1.82e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 0.813 0.394 0.606 0.178 0 0 1.57 Tank initStep - 24 0.804 0.384 0.631 0.173 0.00495 0.0284 1.6 Tank msc - 25 0.789 0.358 0.698 0.158 0.0158 0.0837 1.69 Tank eIoni + 19 1.02 0.17 0.551 0.201 0 0 1.34 Tank initStep + 20 1.05 0.19 0.561 0.194 0.00707 0.0345 1.37 Tank msc + 21 1.11 0.244 0.58 0.173 0.0206 0.0973 1.47 Tank eIoni + 22 1.17 0.292 0.59 0.152 0.0206 0.0835 1.55 Tank eIoni + 23 1.21 0.333 0.605 0.136 0.0166 0.0706 1.62 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.79 0.36 0.692 3.79e-06 0 0 0 Tank initStep - 1 -1.49e+03 5e+03 4.33e+03 3.79e-06 0 6.78e+03 6.78e+03 expHall Transportation - 2 -1.49e+03 5e+03 4.33e+03 3.79e-06 0 0 6.78e+03 Tank Transportation - 3 -1.76e+03 4.43e+03 5e+03 3.79e-06 0 922 7.7e+03 expHall Transportation - 4 -1.76e+03 4.43e+03 5e+03 3.79e-06 0 0 7.7e+03 Tank Transportation - 5 -5e+03 456 -340 3.79e-06 0 7.4e+03 1.51e+04 expHall Transportation - 6 -5e+03 456 -340 3.79e-06 0 0 1.51e+04 Tank Transportation - 7 -3.58e+03 -1.76e+03 -5e+03 3.79e-06 0 5.35e+03 2.05e+04 expHall Transportation - 8 42.7 -8.01e+03 -1e+04 3.79e-06 0 8.79e+03 2.92e+04 world Transportation - 9 3.67e+03 -1.43e+04 -1.5e+04 3.79e-06 0 8.79e+03 3.8e+04 OutOfWorld Transportation + 0 1.19 0.316 0.599 2.28e-06 0 0 0 Tank initStep + 1 315 -187 -2.62e+03 2.28e-06 2.28e-06 2.64e+03 2.64e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.19 0.318 0.6 3.05e-06 0 0 0 Tank initStep + 1 -5e+03 2.23e+03 -2.9e+03 3.05e-06 0 6.2e+03 6.2e+03 expHall Transportation + 2 -5e+03 2.23e+03 -2.9e+03 3.05e-06 0 0 6.2e+03 Tank Transportation + 3 -2.39e+03 1.77e+03 -3.94e+03 3.05e-06 3.05e-06 2.84e+03 9.04e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 0.789 0.358 0.698 0.158 0 0 1.69 Tank initStep - 26 0.801 0.344 0.711 0.139 0.0182 0.0232 1.71 Tank msc - 27 0.843 0.318 0.733 0.122 0.0173 0.0629 1.77 Tank eIoni + 23 1.21 0.333 0.605 0.136 0 0 1.62 Tank initStep + 24 1.22 0.343 0.615 0.126 0.0101 0.0181 1.64 Tank msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.808 0.339 0.715 4e-06 0 0 0 Tank initStep - 1 303 735 -90.7 4e-06 0 800 800 Tank OpRayleigh - 2 2.99e+03 5e+03 -1.68e+03 4e-06 0 5.28e+03 6.08e+03 expHall Transportation - 3 2.99e+03 5e+03 -1.68e+03 4e-06 0 0 6.08e+03 Tank Transportation - 4 5e+03 2.91e+03 -3.83e+03 4e-06 0 3.61e+03 9.7e+03 expHall Transportation - 5 5e+03 2.91e+03 -3.83e+03 4e-06 0 0 9.7e+03 Tank Transportation - 6 4.47e+03 1.15e+03 -5e+03 4e-06 0 2.18e+03 1.19e+04 expHall Transportation - 7 4.47e+03 1.15e+03 -5e+03 4e-06 0 0 1.19e+04 Tank Transportation - 8 4.4e+03 1e+03 -4.91e+03 4e-06 0 185 1.21e+04 Tank OpRayleigh - 9 4.41e+03 841 -5e+03 4e-06 0 186 1.22e+04 expHall Transportation - 10 4.41e+03 841 -5e+03 4e-06 0 0 1.22e+04 Tank Transportation - 11 -1.56e+03 -5e+03 -3.55e+03 4e-06 0 8.48e+03 2.07e+04 expHall Transportation - 12 -1.56e+03 -5e+03 -3.55e+03 4e-06 0 0 2.07e+04 Tank Transportation - 13 -3.4e+03 2.7e+03 -62.8 4e-06 4e-06 8.65e+03 2.94e+04 Tank OpAbsorption + 0 1.21 0.334 0.607 2.57e-06 0 0 0 Tank initStep + 1 -2.2e+03 2.21e+03 5e+03 2.57e-06 0 5.89e+03 5.89e+03 expHall Transportation + 2 -2.2e+03 2.21e+03 5e+03 2.57e-06 0 0 5.89e+03 Tank Transportation + 3 -5e+03 3.3e+03 2.17e+03 2.57e-06 0 4.13e+03 1e+04 expHall Transportation + 4 -5e+03 3.3e+03 2.17e+03 2.57e-06 0 0 1e+04 Tank Transportation + 5 -2.81e+03 5e+03 2.02e+03 2.57e-06 0 2.78e+03 1.28e+04 expHall Transportation + 6 -2.81e+03 5e+03 2.02e+03 2.57e-06 0 0 1.28e+04 Tank Transportation + 7 5e+03 -2.51e+03 -1.56e+03 2.57e-06 0 1.14e+04 2.42e+04 expHall Transportation + 8 5e+03 -2.51e+03 -1.56e+03 2.57e-06 0 0 2.42e+04 Tank Transportation + 9 1.19e+03 -5e+03 -2.06e+03 2.57e-06 0 4.57e+03 2.88e+04 expHall Transportation + 10 1.19e+03 -5e+03 -2.06e+03 2.57e-06 0 0 2.88e+04 Tank Transportation + 11 -5e+03 -2.74e+03 -3.55e+03 2.57e-06 0 6.76e+03 3.55e+04 expHall Transportation + 12 -5e+03 -2.74e+03 -3.55e+03 2.57e-06 0 0 3.55e+04 Tank Transportation + 13 -3.43e+03 -5e+03 -2.06e+03 2.57e-06 0 3.13e+03 3.87e+04 expHall Transportation + 14 -3.43e+03 -5e+03 -2.06e+03 2.57e-06 0 0 3.87e+04 Tank Transportation + 15 5e+03 3.1e+03 902 2.57e-06 0 1.21e+04 5.07e+04 expHall Transportation + 16 5e+03 3.1e+03 902 2.57e-06 0 0 5.07e+04 Tank Transportation + 17 1.91e+03 5e+03 254 2.57e-06 0 3.68e+03 5.44e+04 expHall Transportation + 18 1.91e+03 5e+03 254 2.57e-06 0 0 5.44e+04 Tank Transportation + 19 -5e+03 1.78e+03 -921 2.57e-06 0 7.72e+03 6.21e+04 expHall Transportation + 20 -1e+04 -4.71e+03 -5.85e+03 2.57e-06 0 9.57e+03 7.17e+04 world Transportation + 21 -1.5e+04 -1.12e+04 -1.08e+04 2.57e-06 0 9.57e+03 8.13e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 27 0.843 0.318 0.733 0.122 0 0 1.77 Tank initStep - 28 0.857 0.319 0.738 0.0659 0.0561 0.0151 1.79 Tank msc + 24 1.22 0.343 0.615 0.126 0 0 1.64 Tank initStep + 25 1.23 0.352 0.621 0.121 0.0044 0.0159 1.66 Tank msc + 26 1.27 0.376 0.641 0.0995 0.0218 0.0529 1.71 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.846 0.318 0.734 3.28e-06 0 0 0 Tank initStep - 1 -1.69e+03 5e+03 1.21e+03 3.28e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 -1.69e+03 5e+03 1.21e+03 3.28e-06 0 0 5.41e+03 Tank Transportation - 3 -1.69e+03 4.8e+03 1.21e+03 3.28e-06 3.28e-06 204 5.62e+03 Tank OpAbsorption + 0 1.24 0.358 0.626 3.21e-06 0 0 0 Tank initStep + 1 -5e+03 1.26e+03 -3.41e+03 3.21e-06 0 6.18e+03 6.18e+03 expHall Transportation + 2 -5e+03 1.26e+03 -3.41e+03 3.21e-06 0 0 6.18e+03 Tank Transportation + 3 -2.89e+03 1.56e+03 -5e+03 3.21e-06 0 2.66e+03 8.84e+03 expHall Transportation + 4 -2.89e+03 1.56e+03 -5e+03 3.21e-06 0 0 8.84e+03 Tank Transportation + 5 5e+03 2.56e+03 -2.45e+03 3.21e-06 0 8.35e+03 1.72e+04 expHall Transportation + 6 1e+04 3.21e+03 336 3.21e-06 0 5.76e+03 2.3e+04 world Transportation + 7 1.5e+04 3.86e+03 3.12e+03 3.21e-06 0 5.76e+03 2.87e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 0.857 0.319 0.738 0.0659 0 0 1.79 Tank initStep - 29 0.862 0.32 0.739 0.0641 0.00187 0.00519 1.79 Tank msc + 26 1.27 0.376 0.641 0.0995 0 0 1.71 Tank initStep + 27 1.27 0.383 0.644 0.0975 0.00204 0.0106 1.72 Tank msc + 28 1.29 0.406 0.658 0.0764 0.021 0.041 1.76 Tank eIoni + 29 1.31 0.409 0.672 0.0626 0.0139 0.0319 1.79 Tank eIoni + 30 1.33 0.4 0.682 0.0481 0.0145 0.0265 1.82 Tank eIoni + 31 1.32 0.392 0.692 0.0331 0.015 0.0213 1.84 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.858 0.32 0.738 2.38e-06 0 0 0 Tank initStep - 1 839 1.78e+03 -678 2.38e-06 2.38e-06 2.08e+03 2.08e+03 Tank OpAbsorption + 0 1.32 0.394 0.69 3.7e-06 0 0 0 Tank initStep + 1 -2.63e+03 -5e+03 -1.83e+03 3.7e-06 0 5.94e+03 5.94e+03 expHall Transportation + 2 -1e+04 -6.68e+03 -6.14e+03 3.7e-06 0 8.7e+03 1.46e+04 world Transportation + 3 -1.5e+04 -7.82e+03 -9.07e+03 3.7e-06 0 5.91e+03 2.05e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 29 0.862 0.32 0.739 0.0641 0 0 1.79 Tank initStep - 30 0.867 0.32 0.741 0.0616 0.00248 0.00493 1.8 Tank msc - 31 0.886 0.317 0.747 0.041 0.0205 0.0261 1.82 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.871 0.319 0.742 4.08e-06 0 0 0 Tank initStep - 1 -4.83e+03 2.81e+03 5e+03 4.08e-06 0 7.5e+03 7.5e+03 expHall Transportation - 2 -4.83e+03 2.81e+03 5e+03 4.08e-06 0 0 7.5e+03 Tank Transportation - 3 -5e+03 2.91e+03 4.88e+03 4.08e-06 0 228 7.73e+03 expHall Transportation - 4 -5e+03 2.91e+03 4.88e+03 4.08e-06 0 0 7.73e+03 Tank Transportation - 5 -4.52e+03 3.72e+03 5e+03 4.08e-06 0 951 8.68e+03 expHall Transportation - 6 -4.52e+03 3.72e+03 5e+03 4.08e-06 0 0 8.68e+03 Tank Transportation - 7 -156 3.16e+03 -5e+03 4.08e-06 0 1.09e+04 1.96e+04 expHall Transportation - 8 -156 3.16e+03 -5e+03 4.08e-06 0 0 1.96e+04 Tank Transportation - 9 3.59e+03 -1.01e+03 -311 4.08e-06 4.08e-06 7.31e+03 2.69e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 0.886 0.317 0.747 0.041 0 0 1.82 Tank initStep - 32 0.888 0.317 0.747 0.0275 0.0135 0.00224 1.83 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.886 0.317 0.747 3.25e-06 0 0 0 Tank initStep - 1 -4.4e+03 -3.7e+03 -5e+03 3.25e-06 0 7.62e+03 7.62e+03 expHall Transportation - 2 -4.4e+03 -3.7e+03 -5e+03 3.25e-06 0 0 7.62e+03 Tank Transportation - 3 -5e+03 -3.44e+03 -4.76e+03 3.25e-06 0 698 8.32e+03 expHall Transportation - 4 -1e+04 -2.92e+03 -2.67e+03 3.25e-06 0 5.45e+03 1.38e+04 world Transportation - 5 -1.5e+04 -2.4e+03 -579 3.25e-06 0 5.45e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 32 0.888 0.317 0.747 0.0275 0 0 1.83 Tank initStep - 33 0.889 0.317 0.747 0.0263 0.0012 0.00109 1.83 Tank msc - 34 0.895 0.318 0.747 0.0106 0.0157 0.0122 1.84 Tank eIoni - 35 0.896 0.319 0.748 0 0.0106 0.00249 1.84 Tank eIoni - 36 0.896 0.319 0.748 0 0 0 1.84 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.896 0.319 0.748 0.511 0 0 0 Tank initStep - 1 -73.6 -22 -3.28 0.178 1.42e-05 77.9 77.9 Tank compt - 2 -9.42 -34.2 -7.61 0.125 1.42e-05 65.5 143 Tank compt - 3 -65.5 -33.1 -156 0.114 1.36e-05 159 302 Tank compt - 4 -57.2 -42.4 -172 0.103 2.92e-05 20.1 322 Tank compt - 5 -101 -54.3 -251 0.0808 0.000537 90.9 413 Tank compt - 6 -89.8 -58.6 -228 0.0759 1.42e-05 25.6 439 Tank compt - 7 -94.4 -62.4 -219 0.0595 2.92e-05 10.6 449 Tank compt - 8 -76.3 -65.3 -238 0.0569 1.42e-05 25.8 475 Tank compt - 9 -71.9 -56.4 -246 0 0.000537 13.1 488 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.9 -56.4 -246 0.0564 0 0 0 Tank initStep - 1 -71.9 -56.4 -246 0.0542 0.00216 0.00419 0.00419 Tank msc - 2 -71.9 -56.4 -246 0.0361 0.0181 0.0242 0.0284 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.9 -56.4 -246 3.81e-06 0 0 0 Tank initStep - 1 1.08e+03 -3.15e+03 5e+03 3.81e-06 0 6.2e+03 6.2e+03 expHall Transportation - 2 2.01e+03 -1e+04 9.88e+03 3.81e-06 0 8.46e+03 1.47e+04 world Transportation - 3 2.7e+03 -1.5e+04 1.34e+04 3.81e-06 0 6.18e+03 2.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -71.9 -56.4 -246 0.0361 0 0 0.0284 Tank initStep - 3 -71.9 -56.4 -246 0.0343 0.00182 0.00191 0.0303 Tank msc - 4 -71.8 -56.4 -246 0 0.0343 0.0167 0.047 Tank eIoni - 5 -71.8 -56.4 -246 0 0 0 0.047 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.9 -56.4 -246 3.42e-06 0 0 0 Tank initStep - 1 -2.67e+03 5e+03 1.5e+03 3.42e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 -4.35e+03 1e+04 4.06e+03 3.42e-06 0 5.87e+03 1.18e+04 world Transportation - 3 -6.04e+03 1.5e+04 6.62e+03 3.42e-06 0 5.87e+03 1.77e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.3 -65.3 -238 0.00259 0 0 0 Tank initStep - 1 -76.3 -65.3 -238 0.0024 0.000191 1.93e-05 1.93e-05 Tank msc - 2 -76.3 -65.3 -238 0 0.0024 0.000212 0.000231 Tank eIoni - 3 -76.3 -65.3 -238 0 0 0 0.000231 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -94.4 -62.4 -219 0.0163 0 0 0 Tank initStep - 1 -94.4 -62.4 -219 0.0159 0.000394 0.000469 0.000469 Tank msc - 2 -94.4 -62.4 -219 0 0.0159 0.00561 0.00608 Tank eIoni - 3 -94.4 -62.4 -219 0 0 0 0.00608 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -94.4 -62.4 -219 2.61e-06 0 0 0 Tank initStep - 1 -1.53e+03 5e+03 1.6e+03 2.61e-06 0 5.57e+03 5.57e+03 expHall Transportation - 2 -3.08e+03 1e+04 5.92e+03 2.61e-06 0 6.79e+03 1.24e+04 world Transportation - 3 -4.62e+03 1.5e+04 1.02e+04 2.61e-06 0 6.79e+03 1.91e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -89.8 -58.6 -228 0.00488 0 0 0 Tank initStep - 1 -89.8 -58.6 -228 0.00469 0.000189 5.66e-05 5.66e-05 Tank msc - 2 -89.8 -58.6 -228 0 0.00469 0.000661 0.000718 Tank eIoni - 3 -89.8 -58.6 -228 0 0 0 0.000718 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 -54.3 -251 0.0218 0 0 0 Tank initStep - 1 -101 -54.3 -251 0.0211 0.000767 0.000784 0.000784 Tank msc - 2 -101 -54.3 -251 0 0.0211 0.0092 0.00998 Tank eIoni - 3 -101 -54.3 -251 0 0 0 0.00998 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 -54.3 -251 3.69e-06 0 0 0 Tank initStep - 1 -1.4e+03 -2.4e+03 -2.57e+03 3.69e-06 3.69e-06 3.55e+03 3.55e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 -54.3 -251 2.33e-06 0 0 0 Tank initStep - 1 -308 -1.83e+03 -199 2.33e-06 2.33e-06 1.79e+03 1.79e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.2 -42.4 -172 0.0104 0 0 0 Tank initStep - 1 -57.2 -42.4 -172 0.0098 0.000649 0.000214 0.000214 Tank msc - 2 -57.2 -42.4 -172 0 0.0098 0.00239 0.00261 Tank eIoni - 3 -57.2 -42.4 -172 0 0 0 0.00261 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.2 -42.4 -172 2.51e-06 0 0 0 Tank initStep - 1 -4.96e+03 -2.2e+03 -5e+03 2.51e-06 0 7.21e+03 7.21e+03 expHall Transportation - 2 -4.96e+03 -2.2e+03 -5e+03 2.51e-06 0 0 7.21e+03 Tank Transportation - 3 -5e+03 -2.21e+03 -4.93e+03 2.51e-06 0 84.5 7.29e+03 expHall Transportation - 4 -5e+03 -2.21e+03 -4.93e+03 2.51e-06 0 0 7.29e+03 Tank Transportation - 5 -3.15e+03 -2.9e+03 5e+03 2.51e-06 0 1.01e+04 1.74e+04 expHall Transportation - 6 -3.15e+03 -2.9e+03 5e+03 2.51e-06 0 0 1.74e+04 Tank Transportation - 7 -972 -4.18e+03 3.7e+03 2.51e-06 2.51e-06 2.84e+03 2.03e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.5 -33.1 -156 0.0112 0 0 0 Tank initStep - 1 -65.5 -33.1 -156 0.0102 0.000979 0.000243 0.000243 Tank msc - 2 -65.5 -33.1 -156 0 0.0102 0.00259 0.00283 Tank eIoni - 3 -65.5 -33.1 -156 0 0 0 0.00283 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.42 -34.2 -7.61 0.0529 0 0 0 Tank initStep - 1 -9.42 -34.2 -7.61 0.0502 0.00275 0.00375 0.00375 Tank msc - 2 -9.41 -34.2 -7.6 0.0339 0.0162 0.0227 0.0264 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.41 -34.2 -7.6 3.45e-06 0 0 0 Tank initStep - 1 -5e+03 3.93e+03 2.51e+03 3.45e-06 0 6.85e+03 6.85e+03 expHall Transportation - 2 -5e+03 3.93e+03 2.51e+03 3.45e-06 0 0 6.85e+03 Tank Transportation - 3 -3.5e+03 5e+03 3.03e+03 3.45e-06 0 1.92e+03 8.77e+03 expHall Transportation - 4 -3.5e+03 5e+03 3.03e+03 3.45e-06 0 0 8.77e+03 Tank Transportation - 5 -1.83e+03 4.06e+03 4.55e+03 3.45e-06 0 2.44e+03 1.12e+04 Tank OpRayleigh - 6 -1.27e+03 3.86e+03 5e+03 3.45e-06 0 747 1.2e+04 expHall Transportation - 7 -1.27e+03 3.86e+03 5e+03 3.45e-06 0 0 1.2e+04 Tank Transportation - 8 5e+03 1.87e+03 -625 3.45e-06 0 8.65e+03 2.06e+04 expHall Transportation - 9 5e+03 1.87e+03 -625 3.45e-06 0 0 2.06e+04 Tank Transportation - 10 4.46e+03 107 -1.97e+03 3.45e-06 0 2.28e+03 2.29e+04 Tank OpRayleigh - 11 -1.18e+03 4.09e+03 -5e+03 3.45e-06 0 7.54e+03 3.04e+04 expHall Transportation - 12 -1.18e+03 4.09e+03 -5e+03 3.45e-06 0 0 3.04e+04 Tank Transportation - 13 -3.47e+03 5e+03 -3.04e+03 3.45e-06 0 3.15e+03 3.36e+04 expHall Transportation - 14 -3.47e+03 5e+03 -3.04e+03 3.45e-06 0 0 3.36e+04 Tank Transportation - 15 -4.99e+03 1.81e+03 -966 3.45e-06 3.45e-06 4.1e+03 3.77e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -9.41 -34.2 -7.6 0.0339 0 0 0.0264 Tank initStep - 3 -9.41 -34.2 -7.6 0.032 0.00189 0.00171 0.0281 Tank msc - 4 -9.41 -34.2 -7.59 0.0145 0.0176 0.0157 0.0439 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.41 -34.2 -7.6 3.53e-06 0 0 0 Tank initStep - 1 5e+03 3.44e+03 -2.76e+03 3.53e-06 0 6.69e+03 6.69e+03 expHall Transportation - 2 5e+03 3.44e+03 -2.76e+03 3.53e-06 0 0 6.69e+03 Tank Transportation - 3 3.69e+03 5e+03 -3.63e+03 3.53e-06 0 2.22e+03 8.9e+03 expHall Transportation - 4 3.69e+03 5e+03 -3.63e+03 3.53e-06 0 0 8.9e+03 Tank Transportation - 5 5e+03 -3.62e+03 -4.45e+03 3.53e-06 0 8.76e+03 1.77e+04 expHall Transportation - 6 5e+03 -3.62e+03 -4.45e+03 3.53e-06 0 0 1.77e+04 Tank Transportation - 7 4.36e+03 -5e+03 -4.82e+03 3.53e-06 0 1.57e+03 1.92e+04 expHall Transportation - 8 453 -1e+04 -7.23e+03 3.53e-06 0 6.79e+03 2.6e+04 world Transportation - 9 -3.45e+03 -1.5e+04 -9.65e+03 3.53e-06 0 6.79e+03 3.28e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -9.41 -34.2 -7.59 0.0145 0 0 0.0439 Tank initStep - 5 -9.41 -34.2 -7.59 0.0141 0.000388 0.00038 0.0443 Tank msc - 6 -9.41 -34.2 -7.59 0 0.0141 0.00452 0.0488 Tank eIoni - 7 -9.41 -34.2 -7.59 0 0 0 0.0488 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.41 -34.2 -7.59 3.38e-06 0 0 0 Tank initStep - 1 137 -742 -202 3.38e-06 0 748 748 Tank OpRayleigh - 2 3.65e+03 -1e+03 -5e+03 3.38e-06 0 5.95e+03 6.7e+03 expHall Transportation - 3 1e+04 -1.12e+03 -8.71e+03 3.38e-06 0 7.35e+03 1.41e+04 world Transportation - 4 1.5e+04 -1.21e+03 -1.16e+04 3.38e-06 0 5.79e+03 1.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.6 -22 -3.28 0.333 0 0 0 Tank initStep - 1 -73.7 -22 -3.28 0.323 0.00991 0.0618 0.0618 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.7 -22 -3.28 2.1e-06 0 0 0 Tank initStep - 1 -30.1 -1.56e+03 799 2.1e-06 2.1e-06 1.74e+03 1.74e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -73.7 -22 -3.28 0.323 0 0 0.0618 Tank initStep - 2 -73.7 -22 -3.28 0.315 0.00872 0.0583 0.12 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.7 -22 -3.28 3.67e-06 0 0 0 Tank initStep - 1 -5e+03 -245 1.57e+03 3.67e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 -1e+04 -3.83e+03 4.12e+03 3.67e-06 0 6.66e+03 1.18e+04 world Transportation - 3 -1.5e+04 -7.42e+03 6.67e+03 3.67e-06 0 6.66e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -73.7 -22 -3.28 0.315 0 0 0.12 Tank initStep - 3 -73.8 -22 -3.28 0.304 0.0104 0.0553 0.175 Tank Cerenkov - 4 -73.8 -22 -3.28 0.298 0.00624 0.0518 0.227 Tank Cerenkov - 5 -73.9 -22 -3.26 0.283 0.0154 0.0498 0.277 Tank Cerenkov - 6 -73.9 -22 -3.25 0.276 0.00664 0.0449 0.322 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.9 -22 -3.26 3.72e-06 0 0 0 Tank initStep - 1 5e+03 -986 -763 3.72e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 1e+04 -2.86e+03 -1.83e+03 3.72e-06 0 5.45e+03 1.07e+04 world Transportation - 3 1.5e+04 -4.74e+03 -2.9e+03 3.72e-06 0 5.45e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -73.9 -22 -3.25 0.276 0 0 0.322 Tank initStep - 7 -74 -22 -3.25 0.268 0.00767 0.0429 0.365 Tank Cerenkov - 8 -74 -22 -3.26 0.261 0.00749 0.0407 0.406 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74 -22 -3.25 3.35e-06 0 0 0 Tank initStep - 1 -2e+03 5e+03 -3.7e+03 3.35e-06 0 6.52e+03 6.52e+03 expHall Transportation - 2 -2e+03 5e+03 -3.7e+03 3.35e-06 0 0 6.52e+03 Tank Transportation - 3 -2.34e+03 3.78e+03 -5e+03 3.35e-06 0 1.82e+03 8.34e+03 expHall Transportation - 4 -2.34e+03 3.78e+03 -5e+03 3.35e-06 0 0 8.34e+03 Tank Transportation - 5 1.24e+03 -5e+03 4.6e+03 3.35e-06 0 1.35e+04 2.18e+04 expHall Transportation - 6 1.24e+03 -5e+03 4.6e+03 3.35e-06 0 0 2.18e+04 Tank Transportation - 7 1.32e+03 -4.68e+03 5e+03 3.35e-06 0 519 2.24e+04 expHall Transportation - 8 1.32e+03 -4.68e+03 5e+03 3.35e-06 0 0 2.24e+04 Tank Transportation - 9 4.19e+03 5e+03 -2.26e+03 3.35e-06 0 1.24e+04 3.48e+04 expHall Transportation - 10 4.22e+03 9.81e+03 -1e+04 3.35e-06 0 9.11e+03 4.39e+04 world Transportation - 11 4.24e+03 1.29e+04 -1.5e+04 3.35e-06 0 5.89e+03 4.98e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -74 -22 -3.26 0.261 0 0 0.406 Tank initStep - 9 -74 -22 -3.27 0.248 0.0125 0.0385 0.444 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74 -22 -3.26 2.6e-06 0 0 0 Tank initStep - 1 764 -5e+03 -3.83e+03 2.6e-06 0 6.34e+03 6.34e+03 expHall Transportation - 2 764 -5e+03 -3.83e+03 2.6e-06 0 0 6.34e+03 Tank Transportation - 3 678 -4.58e+03 -4.1e+03 2.6e-06 2.6e-06 504 6.84e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -74 -22 -3.27 0.248 0 0 0.444 Tank initStep - 10 -74.1 -22 -3.28 0.242 0.00587 0.0226 0.467 Tank Cerenkov - 11 -74.1 -22 -3.37 0.215 0.0276 0.136 0.603 Tank eIoni - 12 -74.2 -22 -3.43 0.188 0.0271 0.116 0.719 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.2 -22 -3.4 2.18e-06 0 0 0 Tank initStep - 1 -1.94e+03 5e+03 3.73e+03 2.18e-06 0 6.53e+03 6.53e+03 expHall Transportation - 2 -4.59e+03 8.01e+03 1e+04 2.18e-06 0 7.44e+03 1.4e+04 world Transportation - 3 -6.7e+03 1.04e+04 1.5e+04 2.18e-06 0 5.94e+03 1.99e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.2 -22 -3.4 3.14e-06 0 0 0 Tank initStep - 1 1.2e+03 -2.09e+03 5e+03 3.14e-06 0 5.56e+03 5.56e+03 expHall Transportation - 2 1.2e+03 -2.09e+03 5e+03 3.14e-06 0 0 5.56e+03 Tank Transportation - 3 4.27e+03 -5e+03 2.45e+03 3.14e-06 0 4.94e+03 1.05e+04 expHall Transportation - 4 4.27e+03 -5e+03 2.45e+03 3.14e-06 0 0 1.05e+04 Tank Transportation - 5 5e+03 -4.3e+03 2.11e+03 3.14e-06 0 1.07e+03 1.16e+04 expHall Transportation - 6 5e+03 -4.3e+03 2.11e+03 3.14e-06 0 0 1.16e+04 Tank Transportation - 7 2.39e+03 -3.47e+03 627 3.14e-06 3.14e-06 3.11e+03 1.47e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 -74.2 -22 -3.43 0.188 0 0 0.719 Tank initStep - 13 -74.2 -22 -3.45 0.179 0.00849 0.0322 0.751 Tank msc - 14 -74.1 -21.9 -3.5 0.158 0.0214 0.0905 0.841 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.2 -21.9 -3.47 2.61e-06 0 0 0 Tank initStep - 1 -5e+03 2e+03 3.39e+03 2.61e-06 0 6.31e+03 6.31e+03 expHall Transportation - 2 -5e+03 2e+03 3.39e+03 2.61e-06 0 0 6.31e+03 Tank Transportation - 3 -3.27e+03 2.65e+03 5e+03 2.61e-06 0 2.46e+03 8.77e+03 expHall Transportation - 4 -3.27e+03 2.65e+03 5e+03 2.61e-06 0 0 8.77e+03 Tank Transportation - 5 5e+03 1.74e+03 3.72e+03 2.61e-06 0 8.41e+03 1.72e+04 expHall Transportation - 6 1e+04 1.15e+03 2.67e+03 2.61e-06 0 5.14e+03 2.23e+04 world Transportation - 7 1.5e+04 567 1.62e+03 2.61e-06 0 5.14e+03 2.75e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 -74.1 -21.9 -3.5 0.158 0 0 0.841 Tank initStep - 15 -74.1 -21.9 -3.51 0.152 0.00543 0.0243 0.866 Tank msc - 16 -74.1 -21.9 -3.53 0.125 0.0278 0.0731 0.939 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.1 -21.9 -3.52 3.87e-06 0 0 0 Tank initStep - 1 826 5e+03 -1.47e+03 3.87e-06 0 5.31e+03 5.31e+03 expHall Transportation - 2 3.46e+03 1e+04 -6.48e+03 3.87e-06 0 7.55e+03 1.29e+04 world Transportation - 3 6.1e+03 1.5e+04 -1.15e+04 3.87e-06 0 7.55e+03 2.04e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.1 -21.9 -3.53 2.63e-06 0 0 0 Tank initStep - 1 -3.02e+03 -2.36e+03 -5e+03 2.63e-06 0 6.25e+03 6.25e+03 expHall Transportation - 2 -7e+03 -4.17e+03 -1e+04 2.63e-06 0 6.64e+03 1.29e+04 world Transportation - 3 -1.1e+04 -5.97e+03 -1.5e+04 2.63e-06 0 6.64e+03 1.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 -74.1 -21.9 -3.53 0.125 0 0 0.939 Tank initStep - 17 -74.1 -21.9 -3.55 0.119 0.00556 0.0164 0.955 Tank msc - 18 -74.1 -21.9 -3.59 0.104 0.015 0.0536 1.01 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.1 -21.9 -3.56 3.94e-06 0 0 0 Tank initStep - 1 -108 -153 -106 3.94e-06 3.94e-06 170 170 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.1 -21.9 -3.57 2.52e-06 0 0 0 Tank initStep - 1 -5e+03 1.68e+03 2.8e+03 2.52e-06 0 5.92e+03 5.92e+03 expHall Transportation - 2 -9.09e+03 5.95e+03 1e+04 2.52e-06 0 9.31e+03 1.52e+04 world Transportation - 3 -1.19e+04 8.92e+03 1.5e+04 2.52e-06 0 6.47e+03 2.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 -74.1 -21.9 -3.59 0.104 0 0 1.01 Tank initStep - 19 -74.1 -21.9 -3.59 0.0993 0.00467 0.0121 1.02 Tank msc - 20 -74 -21.9 -3.58 0.0841 0.0152 0.0435 1.06 Tank eIoni - 21 -74 -21.8 -3.58 0.0643 0.0198 0.0363 1.1 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74 -21.9 -3.58 3.07e-06 0 0 0 Tank initStep - 1 3.36e+03 -1.64e+03 -5e+03 3.07e-06 0 6.27e+03 6.27e+03 expHall Transportation - 2 1e+04 -3.34e+03 -9.44e+03 3.07e-06 0 8.17e+03 1.44e+04 world Transportation - 3 1.5e+04 -4.63e+03 -1.28e+04 3.07e-06 0 6.15e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 -74 -21.8 -3.58 0.0643 0 0 1.1 Tank initStep - 22 -74 -21.8 -3.58 0.0625 0.00176 0.00528 1.11 Tank msc - 23 -74 -21.8 -3.57 0.0477 0.0148 0.0273 1.13 Tank eIoni - 24 -74 -21.8 -3.57 0.0304 0.0174 0.0218 1.16 Tank eIoni - 25 -74 -21.8 -3.57 0.0123 0.0181 0.015 1.17 Tank eIoni - 26 -73.9 -21.8 -3.57 0 0.0123 0.00355 1.17 Tank eIoni - 27 -73.9 -21.8 -3.57 0 0 0 1.17 Tank NoProcess + 31 1.32 0.392 0.692 0.0331 0 0 1.84 Tank initStep + 32 1.32 0.392 0.692 0.0315 0.00164 0.00153 1.84 Tank msc + 33 1.31 0.393 0.692 0 0.0315 0.0149 1.86 Tank eIoni + 34 1.31 0.393 0.692 0 0 0 1.86 Tank Scintillation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.896 0.319 0.748 0.511 0 0 0 Tank initStep - 1 68.4 20.6 4.4 0.202 1.36e-05 70.6 70.6 Tank compt - 2 59.6 25.8 11.4 0.184 1.42e-05 12.4 83 Tank compt - 3 61.1 168 178 0.115 1.42e-05 219 302 Tank compt - 4 63.1 162 116 0.103 2.92e-05 62.1 364 Tank compt - 5 14.6 146 86.9 0.102 2.92e-05 58.9 423 Tank compt - 6 6.85 146 77.9 0.0999 1.42e-05 11.9 435 Tank compt - 7 -12 147 68.8 0.0945 2.92e-05 20.9 456 Tank compt - 8 -47.4 137 -33 0.0932 1.36e-05 108 564 Tank compt - 9 -68.3 153 -80.2 0.0714 1.36e-05 54.2 618 Tank compt - 10 -43.6 162 -67.1 0.0586 1.42e-05 29.3 648 Tank compt - 11 -52.6 166 -65.7 0.0505 0.000537 9.78 658 Tank compt - 12 -50.5 164 -72.2 0 0.000537 7.16 665 Tank phot + 0 1.31 0.393 0.692 0.511 0 0 0 Tank initStep + 1 222 192 -187 0.24 1.42e-05 347 347 Tank compt + 2 133 99.1 -331 0.211 1.36e-05 193 540 Tank compt + 3 139 92 -353 0.184 2.92e-05 23.8 564 Tank compt + 4 84.3 88.3 -443 0.118 0.000537 106 670 Tank compt + 5 95.3 80 -419 0.108 1.42e-05 27.7 698 Tank compt + 6 89.8 77.3 -409 0.0777 2.92e-05 11.3 709 Tank compt + 7 107 69.7 -428 0.0734 1.42e-05 26.8 736 Tank compt + 8 126 92.1 -454 0.0667 1.36e-05 39 775 Tank compt + 9 186 39.2 -496 0.0638 1.36e-05 89.9 865 Tank compt + 10 207 33.8 -489 0.0625 2.92e-05 22.3 887 Tank compt + 11 248 23.4 -503 0.0515 1.36e-05 44.5 931 Tank compt + 12 227 95.3 -466 0.0503 1.36e-05 83.5 1.02e+03 Tank compt + 13 226 95.5 -466 0.0476 0.000537 0.412 1.02e+03 Tank compt + 14 211 155 -503 0.0473 1.36e-05 71.6 1.09e+03 Tank compt + 15 211 164 -505 0.0473 0 9.99 1.1e+03 Tank Rayl + 16 215 194 -515 0.0441 1.36e-05 31.7 1.13e+03 Tank compt + 17 206 202 -506 0.0402 1.42e-05 14.4 1.14e+03 Tank compt + 18 212 209 -511 0 0.000537 10.3 1.15e+03 Tank phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.5 164 -72.2 0.0499 0 0 0 Tank initStep - 1 -50.5 164 -72.2 0.0483 0.00159 0.00339 0.00339 Tank msc - 2 -50.5 164 -72.2 0.0347 0.0137 0.022 0.0254 Tank eIoni - 3 -50.5 164 -72.2 0.0179 0.0167 0.0168 0.0422 Tank eIoni + 0 212 209 -511 0.0397 0 0 0 Tank initStep + 1 212 209 -511 0.0383 0.0014 0.00226 0.00226 Tank msc + 2 212 209 -511 0.0232 0.0151 0.0183 0.0205 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 86 +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 59 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.5 164 -72.2 2.36e-06 0 0 0 Tank initStep - 1 2.01e+03 2.92 5e+03 2.36e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 2.01e+03 2.92 5e+03 2.36e-06 0 0 5.48e+03 Tank Transportation - 3 3.27e+03 -1.09e+03 1.64e+03 2.36e-06 2.36e-06 3.76e+03 9.23e+03 Tank OpAbsorption + 0 212 209 -511 2.28e-06 0 0 0 Tank initStep + 1 5e+03 -1.5e+03 3.25e+03 2.28e-06 0 6.33e+03 6.33e+03 expHall Transportation + 2 5e+03 -1.5e+03 3.25e+03 2.28e-06 0 0 6.33e+03 Tank Transportation + 3 3.42e+03 -2.01e+03 5e+03 2.28e-06 0 2.41e+03 8.73e+03 expHall Transportation + 4 3.42e+03 -2.01e+03 5e+03 2.28e-06 0 0 8.73e+03 Tank Transportation + 5 2.67e+03 -5e+03 3.32e+03 2.28e-06 0 3.51e+03 1.22e+04 expHall Transportation + 6 2.67e+03 -5e+03 3.32e+03 2.28e-06 0 0 1.22e+04 Tank Transportation + 7 2.48e+03 -4.03e+03 2.02e+03 2.28e-06 2.28e-06 1.63e+03 1.39e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 59 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -50.5 164 -72.2 0.0179 0 0 0.0422 Tank initStep - 4 -50.5 164 -72.2 0.0168 0.00116 0.000554 0.0428 Tank msc - 5 -50.5 164 -72.2 0 0.0168 0.00615 0.0489 Tank eIoni - 6 -50.5 164 -72.2 0 0 0 0.0489 Tank NoProcess + 0 212 209 -511 3.71e-06 0 0 0 Tank initStep + 1 -340 2.45e+03 -2.07e+03 3.71e-06 3.71e-06 2.78e+03 2.78e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.6 166 -65.7 0.00762 0 0 0 Tank initStep - 1 -52.6 166 -65.7 0.00732 0.000306 0.000123 0.000123 Tank msc - 2 -52.6 166 -65.7 0 0.00732 0.00143 0.00156 Tank eIoni - 3 -52.6 166 -65.7 0 0 0 0.00156 Tank NoProcess + 2 212 209 -511 0.0232 0 0 0.0205 Tank initStep + 3 212 209 -511 0.0221 0.00105 0.000874 0.0214 Tank msc + 4 212 209 -511 0 0.0221 0.0101 0.0315 Tank eIoni + 5 212 209 -511 0 0 0 0.0315 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 85 +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.6 166 -65.7 3.35e-06 0 0 0 Tank initStep - 1 -5e+03 -955 1.89e+03 3.35e-06 0 5.44e+03 5.44e+03 expHall Transportation - 2 -1e+04 -3.83e+03 4.63e+03 3.35e-06 0 6.39e+03 1.18e+04 world Transportation - 3 -1.5e+04 -6.7e+03 7.37e+03 3.35e-06 0 6.39e+03 1.82e+04 OutOfWorld Transportation + 0 206 202 -506 0.00389 0 0 0 Tank initStep + 1 206 202 -506 0.00385 3.77e-05 3.83e-05 3.83e-05 Tank msc + 2 206 202 -506 0 0.00385 0.000471 0.00051 Tank eIoni + 3 206 202 -506 0 0 0 0.00051 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.6 162 -67.1 0.0128 0 0 0 Tank initStep - 1 -43.6 162 -67.1 0.0122 0.000569 0.000307 0.000307 Tank msc - 2 -43.6 162 -67.1 0 0.0122 0.00354 0.00385 Tank eIoni - 3 -43.6 162 -67.1 0 0 0 0.00385 Tank NoProcess + 0 215 194 -515 0.00315 0 0 0 Tank initStep + 1 215 194 -515 0.00312 2.65e-05 2.67e-05 2.67e-05 Tank msc + 2 215 194 -515 0 0.00312 0.000329 0.000356 Tank eIoni + 3 215 194 -515 0 0 0 0.000356 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 84 +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.6 162 -67.1 3.56e-06 0 0 0 Tank initStep - 1 -351 59.5 -820 3.56e-06 0 819 819 Tank OpRayleigh - 2 824 -2.7e+03 5e+03 3.56e-06 0 6.55e+03 7.36e+03 expHall Transportation - 3 824 -2.7e+03 5e+03 3.56e-06 0 0 7.36e+03 Tank Transportation - 4 1.09e+03 -2.78e+03 4.8e+03 3.56e-06 3.56e-06 341 7.71e+03 Tank OpAbsorption + 0 211 155 -503 0.000314 0 0 0 Tank initStep + 1 211 155 -503 0.000314 0 9.8e-07 9.8e-07 Tank msc + 2 211 155 -503 0 0.000314 1.23e-05 1.32e-05 Tank eIoni + 3 211 155 -503 0 0 0 1.32e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.3 153 -80.2 0.0217 0 0 0 Tank initStep - 1 -68.3 153 -80.2 0.0212 0.000506 0.000778 0.000778 Tank msc - 2 -68.3 153 -80.2 0 0.0212 0.00933 0.0101 Tank eIoni - 3 -68.3 153 -80.2 0 0 0 0.0101 Tank NoProcess + 0 226 95.5 -466 0.00212 0 0 0 Tank initStep + 1 226 95.5 -466 0.00197 0.000143 1.37e-05 1.37e-05 Tank msc + 2 226 95.5 -466 0 0.00197 0.000153 0.000167 Tank eIoni + 3 226 95.5 -466 0 0 0 0.000167 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 83 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.3 153 -80.2 2.41e-06 0 0 0 Tank initStep - 1 568 -761 5e+03 2.41e-06 0 5.2e+03 5.2e+03 expHall Transportation - 2 1.68e+03 -1.41e+03 1e+04 2.41e-06 0 5.16e+03 1.04e+04 world Transportation - 3 2.79e+03 -2.06e+03 1.5e+04 2.41e-06 0 5.16e+03 1.55e+04 OutOfWorld Transportation + 0 227 95.3 -466 0.00116 0 0 0 Tank initStep + 1 227 95.3 -466 0.00111 4.78e-05 5.27e-06 5.27e-06 Tank msc + 2 227 95.3 -466 0 0.00111 6.18e-05 6.71e-05 Tank eIoni + 3 227 95.3 -466 0 0 0 6.71e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 83 +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.3 153 -80.2 2.91e-06 0 0 0 Tank initStep - 1 -4.73e+03 -3.74e+03 5e+03 2.91e-06 0 7.92e+03 7.92e+03 expHall Transportation - 2 -1e+04 -5.95e+03 6.1e+03 2.91e-06 0 5.82e+03 1.37e+04 world Transportation - 3 -1.5e+04 -8.06e+03 7.14e+03 2.91e-06 0 5.52e+03 1.93e+04 OutOfWorld Transportation + 0 248 23.4 -503 0.011 0 0 0 Tank initStep + 1 248 23.4 -503 0.0108 0.000208 0.000236 0.000236 Tank msc + 2 248 23.4 -503 0 0.0108 0.00285 0.00309 Tank eIoni + 3 248 23.4 -503 0 0 0 0.00309 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.4 137 -33 0.00126 0 0 0 Tank initStep - 1 -47.4 137 -33 0.0012 6.47e-05 6.01e-06 6.01e-06 Tank msc - 2 -47.4 137 -33 0 0.0012 6.93e-05 7.53e-05 Tank eIoni - 3 -47.4 137 -33 0 0 0 7.53e-05 Tank NoProcess + 0 207 33.8 -489 0.00131 0 0 0 Tank initStep + 1 207 33.8 -489 0.00115 0.000155 6.36e-06 6.36e-06 Tank msc + 2 207 33.8 -489 0 0.00115 6.56e-05 7.19e-05 Tank eIoni + 3 207 33.8 -489 0 0 0 7.19e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 147 68.8 0.0054 0 0 0 Tank initStep - 1 -12 147 68.8 0.00523 0.000174 6.74e-05 6.74e-05 Tank msc - 2 -12 147 68.8 0 0.00523 0.000797 0.000864 Tank eIoni - 3 -12 147 68.8 0 0 0 0.000864 Tank NoProcess + 0 186 39.2 -496 0.00283 0 0 0 Tank initStep + 1 186 39.2 -496 0.00264 0.000188 2.23e-05 2.23e-05 Tank msc + 2 186 39.2 -496 0 0.00264 0.000248 0.00027 Tank eIoni + 3 186 39.2 -496 0 0 0 0.00027 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 81 +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 147 68.8 2.52e-06 0 0 0 Tank initStep - 1 5e+03 -1.06e+03 4.5e+03 2.52e-06 0 6.8e+03 6.8e+03 expHall Transportation - 2 5e+03 -1.06e+03 4.5e+03 2.52e-06 0 0 6.8e+03 Tank Transportation - 3 3.97e+03 -1.28e+03 5e+03 2.52e-06 0 1.17e+03 7.97e+03 expHall Transportation - 4 3.97e+03 -1.28e+03 5e+03 2.52e-06 0 0 7.97e+03 Tank Transportation - 5 3.56e+03 -1.38e+03 4.82e+03 2.52e-06 2.52e-06 457 8.42e+03 Tank OpAbsorption + 0 126 92.1 -454 0.00676 0 0 0 Tank initStep + 1 126 92.1 -454 0.00659 0.000171 9.96e-05 9.96e-05 Tank msc + 2 126 92.1 -454 0 0.00659 0.00119 0.00129 Tank eIoni + 3 126 92.1 -454 0 0 0 0.00129 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.85 146 77.9 0.00171 0 0 0 Tank initStep - 1 6.85 146 77.9 0.00164 6.61e-05 9.69e-06 9.69e-06 Tank msc - 2 6.85 146 77.9 0 0.00164 0.000114 0.000123 Tank eIoni - 3 6.85 146 77.9 0 0 0 0.000123 Tank NoProcess + 0 107 69.7 -428 0.00427 0 0 0 Tank initStep + 1 107 69.7 -428 0.00406 0.000205 4.49e-05 4.49e-05 Tank msc + 2 107 69.7 -428 0 0.00406 0.000516 0.000561 Tank eIoni + 3 107 69.7 -428 0 0 0 0.000561 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.6 146 86.9 0.00147 0 0 0 Tank initStep - 1 14.6 146 86.9 0.00145 2.4e-05 7.66e-06 7.66e-06 Tank msc - 2 14.6 146 86.9 0 0.00145 9.33e-05 0.000101 Tank eIoni - 3 14.6 146 86.9 0 0 0 0.000101 Tank NoProcess + 0 89.8 77.3 -409 0.0302 0 0 0 Tank initStep + 1 89.8 77.3 -409 0.0276 0.00262 0.00139 0.00139 Tank msc + 2 89.8 77.3 -409 0.00854 0.019 0.0136 0.015 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 48 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.1 162 116 0.0119 0 0 0 Tank initStep - 1 63.1 162 116 0.0116 0.000336 0.000269 0.000269 Tank msc - 2 63.1 162 116 0 0.0116 0.0032 0.00347 Tank eIoni - 3 63.1 162 116 0 0 0 0.00347 Tank NoProcess + 0 89.8 77.3 -409 2.32e-06 0 0 0 Tank initStep + 1 -5e+03 -3.36e+03 -196 2.32e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 -7.16e+03 -1e+04 950 2.32e-06 0 7.08e+03 1.32e+04 world Transportation + 3 -8.79e+03 -1.5e+04 1.81e+03 2.32e-06 0 5.33e+03 1.86e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 78 +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 63.1 162 116 3.28e-06 0 0 0 Tank initStep - 1 -5e+03 -1.05e+03 3.71e+03 3.28e-06 0 6.32e+03 6.32e+03 expHall Transportation - 2 -5e+03 -1.05e+03 3.71e+03 3.28e-06 0 0 6.32e+03 Tank Transportation - 3 -3.71e+03 -517 5e+03 3.28e-06 0 1.9e+03 8.22e+03 expHall Transportation - 4 -3.71e+03 -517 5e+03 3.28e-06 0 0 8.22e+03 Tank Transportation - 5 2.23e+03 5e+03 -466 3.28e-06 0 9.78e+03 1.8e+04 expHall Transportation - 6 2.23e+03 5e+03 -466 3.28e-06 0 0 1.8e+04 Tank Transportation - 7 4.25e+03 3.61e+03 -861 3.28e-06 0 2.48e+03 2.05e+04 Tank OpRayleigh - 8 4.01e+03 3.71e+03 209 3.28e-06 3.28e-06 1.1e+03 2.16e+04 Tank OpAbsorption + 2 89.8 77.3 -409 0.00854 0 0 0.015 Tank initStep + 3 89.8 77.3 -409 0.00728 0.00126 0.00015 0.0151 Tank msc + 4 89.8 77.3 -409 0 0.00728 0.00142 0.0165 Tank eIoni + 5 89.8 77.3 -409 0 0 0 0.0165 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 48 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 61.1 168 178 0.0689 0 0 0 Tank initStep - 1 61.1 168 178 0.0667 0.00221 0.00597 0.00597 Tank msc - 2 61.1 168 178 0.0492 0.0175 0.029 0.0349 Tank eIoni - 3 61 168 178 0.0308 0.0185 0.0223 0.0573 Tank eIoni + 0 89.8 77.3 -409 2.32e-06 0 0 0 Tank initStep + 1 5e+03 1.19e+03 -2.43e+03 2.32e-06 0 5.42e+03 5.42e+03 expHall Transportation + 2 5e+03 1.19e+03 -2.43e+03 2.32e-06 0 0 5.42e+03 Tank Transportation + 3 4.65e+03 2.01e+03 -5e+03 2.32e-06 0 2.72e+03 8.15e+03 expHall Transportation + 4 -1.09e+03 6.29e+03 -1e+04 2.32e-06 0 8.72e+03 1.69e+04 world Transportation + 5 -6.82e+03 1.06e+04 -1.5e+04 2.32e-06 0 8.72e+03 2.56e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 77 +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 61.1 168 178 2.41e-06 0 0 0 Tank initStep - 1 -4.63e+03 1.59e+03 -1.13e+03 2.41e-06 2.41e-06 5.08e+03 5.08e+03 Tank OpAbsorption + 0 95.3 80 -419 0.00965 0 0 0 Tank initStep + 1 95.3 80 -419 0.00943 0.000219 0.000186 0.000186 Tank msc + 2 95.3 80 -419 0 0.00943 0.00224 0.00242 Tank eIoni + 3 95.3 80 -419 0 0 0 0.00242 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 61 168 178 0.0308 0 0 0.0573 Tank initStep - 4 61 168 178 0.0296 0.00116 0.00144 0.0587 Tank msc - 5 61 168 178 0.0106 0.019 0.0146 0.0733 Tank eIoni - 6 61 168 178 0 0.0106 0.00276 0.0761 Tank eIoni - 7 61 168 178 0 0 0 0.0761 Tank NoProcess + 0 84.3 88.3 -443 0.0658 0 0 0 Tank initStep + 1 84.3 88.3 -443 0.0626 0.00327 0.00551 0.00551 Tank msc + 2 84.2 88.3 -443 0.0478 0.0148 0.0273 0.0328 Tank eIoni + 3 84.2 88.3 -443 0.0323 0.0155 0.0218 0.0547 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.6 25.8 11.4 0.0185 0 0 0 Tank initStep - 1 59.6 25.8 11.4 0.018 0.000477 0.000586 0.000586 Tank msc - 2 59.6 25.8 11.4 0 0.018 0.00699 0.00758 Tank eIoni - 3 59.6 25.8 11.4 0 0 0 0.00758 Tank NoProcess + 0 84.2 88.3 -443 3.56e-06 0 0 0 Tank initStep + 1 -1.65e+03 252 976 3.56e-06 3.56e-06 2.24e+03 2.24e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 76 +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.6 25.8 11.4 3.6e-06 0 0 0 Tank initStep - 1 -404 2.58e+03 -5e+03 3.6e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 -404 2.58e+03 -5e+03 3.6e-06 0 0 5.65e+03 Tank Transportation - 3 -735 5e+03 -3.73e+03 3.6e-06 0 2.75e+03 8.4e+03 expHall Transportation - 4 -5.73e+03 1e+04 8.07e+03 3.6e-06 0 1.38e+04 2.21e+04 world Transportation - 5 -8.66e+03 1.29e+04 1.5e+04 3.6e-06 0 8.08e+03 3.02e+04 OutOfWorld Transportation + 0 84.2 88.3 -443 3.24e-06 0 0 0 Tank initStep + 1 -3.23e+03 5e+03 -39.3 3.24e-06 0 5.94e+03 5.94e+03 expHall Transportation + 2 -3.23e+03 5e+03 -39.3 3.24e-06 0 0 5.94e+03 Tank Transportation + 3 -5e+03 3.98e+03 911 3.24e-06 0 2.25e+03 8.19e+03 expHall Transportation + 4 -5e+03 3.98e+03 911 3.24e-06 0 0 8.19e+03 Tank Transportation + 5 -2.21e+03 107 5e+03 3.24e-06 0 6.28e+03 1.45e+04 expHall Transportation + 6 -2.21e+03 107 5e+03 3.24e-06 0 0 1.45e+04 Tank Transportation + 7 -2.14e+03 51.8 4.85e+03 3.24e-06 3.24e-06 170 1.46e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 76 +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.6 25.8 11.4 3.98e-06 0 0 0 Tank initStep - 1 5e+03 -1.84e+03 -2.46e+03 3.98e-06 0 5.83e+03 5.83e+03 expHall Transportation - 2 9.54e+03 -9.78e+03 -1e+04 3.98e-06 0 1.19e+04 1.77e+04 world Transportation - 3 1.25e+04 -1.5e+04 -1.5e+04 3.98e-06 0 7.79e+03 2.55e+04 OutOfWorld Transportation + 3 84.2 88.3 -443 0.0323 0 0 0.0547 Tank initStep + 4 84.2 88.3 -443 0.0313 0.000957 0.00157 0.0562 Tank msc + 5 84.2 88.3 -443 0.0126 0.0188 0.0154 0.0716 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.4 20.6 4.4 0.309 0 0 0 Tank initStep - 1 68.5 20.6 4.39 0.3 0.00834 0.0532 0.0532 Tank Cerenkov + 0 84.2 88.3 -443 2.44e-06 0 0 0 Tank initStep + 1 3.8e+03 2.35e+03 5e+03 2.44e-06 0 6.96e+03 6.96e+03 expHall Transportation + 2 3.8e+03 2.35e+03 5e+03 2.44e-06 0 0 6.96e+03 Tank Transportation + 3 5e+03 2.3e+03 4.56e+03 2.44e-06 0 1.28e+03 8.25e+03 expHall Transportation + 4 1e+04 2.73e+03 -1.48e+03 2.44e-06 0 7.85e+03 1.61e+04 world Transportation + 5 1.5e+04 3.15e+03 -7.52e+03 2.44e-06 0 7.85e+03 2.4e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 75 +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.4 20.6 4.39 2.25e-06 0 0 0 Tank initStep - 1 -5e+03 -4.57e+03 3.11e+03 2.25e-06 0 7.51e+03 7.51e+03 expHall Transportation - 2 -5e+03 -4.57e+03 3.11e+03 2.25e-06 0 0 7.51e+03 Tank Transportation - 3 -4.49e+03 -5e+03 3.28e+03 2.25e-06 0 688 8.2e+03 expHall Transportation - 4 4.89e+03 -8.63e+03 1e+04 2.25e-06 0 1.21e+04 2.03e+04 world Transportation - 5 1.19e+04 -1.13e+04 1.5e+04 2.25e-06 0 9e+03 2.93e+04 OutOfWorld Transportation + 5 84.2 88.3 -443 0.0126 0 0 0.0716 Tank initStep + 6 84.2 88.3 -443 0.0124 0.000159 0.000296 0.0719 Tank msc + 7 84.2 88.3 -443 0 0.0124 0.00362 0.0756 Tank eIoni + 8 84.2 88.3 -443 0 0 0 0.0756 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.4 20.6 4.39 2.52e-06 0 0 0 Tank initStep - 1 -1.45e+03 -5e+03 2.52e+03 2.52e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 -1.45e+03 -5e+03 2.52e+03 2.52e-06 0 0 5.82e+03 Tank Transportation - 3 -2.2e+03 -2.28e+03 5e+03 2.52e-06 0 3.76e+03 9.58e+03 expHall Transportation - 4 -2.2e+03 -2.28e+03 5e+03 2.52e-06 0 0 9.58e+03 Tank Transportation - 5 -4.32e+03 5e+03 -2.43e+03 2.52e-06 0 1.06e+04 2.02e+04 expHall Transportation - 6 -6.21e+03 1e+04 -6.51e+03 2.52e-06 0 6.73e+03 2.69e+04 world Transportation - 7 -8.11e+03 1.5e+04 -1.06e+04 2.52e-06 0 6.73e+03 3.36e+04 OutOfWorld Transportation + 0 84.2 88.3 -443 2.68e-06 0 0 0 Tank initStep + 1 -5e+03 -2.36e+03 -263 2.68e-06 0 5.64e+03 5.64e+03 expHall Transportation + 2 -5e+03 -2.36e+03 -263 2.68e-06 0 0 5.64e+03 Tank Transportation + 3 -4.15e+03 -3.91e+03 436 2.68e-06 2.68e-06 1.9e+03 7.55e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 68.5 20.6 4.39 0.3 0 0 0.0532 Tank initStep - 2 68.5 20.6 4.38 0.289 0.0107 0.0505 0.104 Tank Cerenkov + 0 139 92 -353 0.0265 0 0 0 Tank initStep + 1 139 92 -353 0.025 0.00151 0.00111 0.00111 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 45 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.5 20.6 4.39 3.93e-06 0 0 0 Tank initStep - 1 258 163 195 3.93e-06 3.93e-06 304 304 Tank OpAbsorption + 0 139 92 -353 3.78e-06 0 0 0 Tank initStep + 1 5e+03 -685 -209 3.78e-06 0 4.92e+03 4.92e+03 expHall Transportation + 2 1e+04 -930 834 3.78e-06 0 5.11e+03 1e+04 world Transportation + 3 1.5e+04 -1.17e+03 1.88e+03 3.78e-06 0 5.11e+03 1.52e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 68.5 20.6 4.38 0.289 0 0 0.104 Tank initStep - 3 68.6 20.6 4.37 0.282 0.00712 0.0471 0.151 Tank Cerenkov - 4 68.6 20.6 4.35 0.271 0.0116 0.0449 0.196 Tank Cerenkov + 1 139 92 -353 0.025 0 0 0.00111 Tank initStep + 2 139 92 -353 0.0217 0.00328 0.000998 0.00211 Tank msc + 3 139 92 -353 0 0.0217 0.00972 0.0118 Tank eIoni + 4 139 92 -353 0 0 0 0.0118 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 45 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.6 20.6 4.35 2.43e-06 0 0 0 Tank initStep - 1 -4.36e+03 -3.94e+03 5e+03 2.43e-06 0 7.76e+03 7.76e+03 expHall Transportation - 2 -4.36e+03 -3.94e+03 5e+03 2.43e-06 0 0 7.76e+03 Tank Transportation - 3 -5e+03 -4.59e+03 4.51e+03 2.43e-06 0 1.04e+03 8.8e+03 expHall Transportation - 4 -5e+03 -4.59e+03 4.51e+03 2.43e-06 0 0 8.8e+03 Tank Transportation - 5 -4.36e+03 -5e+03 4.38e+03 2.43e-06 0 772 9.57e+03 expHall Transportation - 6 -4.36e+03 -5e+03 4.38e+03 2.43e-06 0 0 9.57e+03 Tank Transportation - 7 5e+03 -1.78e+03 3.38e+03 2.43e-06 0 9.95e+03 1.95e+04 expHall Transportation - 8 5e+03 -1.78e+03 3.38e+03 2.43e-06 0 0 1.95e+04 Tank Transportation - 9 -1.48e+03 4.39e+03 3.18e+03 2.43e-06 2.43e-06 8.95e+03 2.85e+04 Tank OpAbsorption + 0 139 92 -353 3.65e-06 0 0 0 Tank initStep + 1 -868 -450 786 3.65e-06 3.65e-06 1.61e+03 1.61e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 68.6 20.6 4.35 0.271 0 0 0.196 Tank initStep - 5 68.6 20.6 4.33 0.257 0.0132 0.0414 0.237 Tank Cerenkov + 0 133 99.1 -331 0.0296 0 0 0 Tank initStep + 1 133 99.1 -331 0.0286 0.000989 0.00135 0.00135 Tank msc + 2 133 99.1 -331 0.0132 0.0154 0.0141 0.0155 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 44 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.6 20.6 4.33 3.23e-06 0 0 0 Tank initStep - 1 2.69e+03 -2.14e+03 -5e+03 3.23e-06 0 6.05e+03 6.05e+03 expHall Transportation - 2 2.69e+03 -2.14e+03 -5e+03 3.23e-06 0 0 6.05e+03 Tank Transportation - 3 4.1e+03 -5e+03 -1.59e+03 3.23e-06 0 4.67e+03 1.07e+04 expHall Transportation - 4 4.1e+03 -5e+03 -1.59e+03 3.23e-06 0 0 1.07e+04 Tank Transportation - 5 5e+03 -4.17e+03 -974 3.23e-06 0 1.37e+03 1.21e+04 expHall Transportation - 6 5e+03 -4.17e+03 -974 3.23e-06 0 0 1.21e+04 Tank Transportation - 7 -1.13e+03 1.43e+03 1.91e+03 3.23e-06 3.23e-06 8.79e+03 2.09e+04 Tank OpAbsorption + 0 133 99.1 -331 2.97e-06 0 0 0 Tank initStep + 1 -3.28e+03 -5e+03 -206 2.97e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 -3.28e+03 -5e+03 -206 2.97e-06 0 0 6.14e+03 Tank Transportation + 3 -5e+03 895 -1.65e+03 2.97e-06 0 6.31e+03 1.24e+04 expHall Transportation + 4 -5e+03 895 -1.65e+03 2.97e-06 0 0 1.24e+04 Tank Transportation + 5 -480 5e+03 -3.29e+03 2.97e-06 0 6.32e+03 1.88e+04 expHall Transportation + 6 -480 5e+03 -3.29e+03 2.97e-06 0 0 1.88e+04 Tank Transportation + 7 5e+03 -1.7e+03 -4.27e+03 2.97e-06 0 8.71e+03 2.75e+04 expHall Transportation + 8 5e+03 -1.7e+03 -4.27e+03 2.97e-06 0 0 2.75e+04 Tank Transportation + 9 3.73e+03 -3.71e+03 -5e+03 2.97e-06 0 2.48e+03 3e+04 expHall Transportation + 10 3.73e+03 -3.71e+03 -5e+03 2.97e-06 0 0 3e+04 Tank Transportation + 11 3.14e+03 -5e+03 -3.75e+03 2.97e-06 0 1.89e+03 3.19e+04 expHall Transportation + 12 -1e+04 -6.42e+03 8.73e+03 2.97e-06 0 1.82e+04 5e+04 world Transportation + 13 -1.5e+04 -6.97e+03 1.35e+04 2.97e-06 0 6.92e+03 5.7e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 68.6 20.6 4.33 0.257 0 0 0.237 Tank initStep - 6 68.7 20.6 4.3 0.248 0.00978 0.0376 0.275 Tank Cerenkov - 7 68.7 20.6 4.29 0.244 0.00403 0.0204 0.295 Tank Cerenkov - 8 68.7 20.6 4.29 0.243 0.000688 0.0047 0.3 Tank Cerenkov - 9 68.7 20.6 4.28 0.243 0.000456 0.00204 0.302 Tank Cerenkov - 10 68.7 20.6 4.28 0.243 0 0.000271 0.302 Tank Cerenkov - 11 68.7 20.6 4.28 0.243 0 0.000271 0.302 Tank Cerenkov - 12 68.7 20.6 4.28 0.243 0 0.000271 0.303 Tank Cerenkov - 13 68.7 20.6 4.28 0.242 6.59e-05 0.000271 0.303 Tank Cerenkov - 14 68.7 20.6 4.28 0.242 4.22e-06 1.63e-05 0.303 Tank Cerenkov - 15 68.8 20.6 4.19 0.21 0.0321 0.137 0.439 Tank eIoni + 2 133 99.1 -331 0.0132 0 0 0.0155 Tank initStep + 3 133 99.1 -331 0.0125 0.000713 0.000324 0.0158 Tank msc + 4 133 99.1 -331 0 0.0125 0.00368 0.0195 Tank eIoni + 5 133 99.1 -331 0 0 0 0.0195 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 75 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 4.19 2.68e-06 0 0 0 Tank initStep - 1 -1.23e+03 5e+03 -4.39e+03 2.68e-06 0 6.77e+03 6.77e+03 expHall Transportation - 2 -1.23e+03 5e+03 -4.39e+03 2.68e-06 0 0 6.77e+03 Tank Transportation - 3 -1.95e+03 4.06e+03 -5e+03 2.68e-06 0 1.33e+03 8.1e+03 expHall Transportation - 4 -1.95e+03 4.06e+03 -5e+03 2.68e-06 0 0 8.1e+03 Tank Transportation - 5 -3.18e+03 1.36e+03 -1.04e+03 2.68e-06 2.68e-06 4.95e+03 1.3e+04 Tank OpAbsorption + 0 222 192 -187 0.271 0 0 0 Tank initStep + 1 222 192 -187 0.263 0.00759 0.0414 0.0414 Tank Cerenkov + 2 222 192 -187 0.255 0.0083 0.0392 0.0806 Tank Cerenkov + 3 222 192 -187 0.249 0.00602 0.0369 0.117 Tank Cerenkov + 4 222 192 -187 0.242 0.00672 0.0251 0.143 Tank Cerenkov + 5 222 192 -187 0.21 0.0317 0.136 0.279 Tank eIoni + 6 222 192 -187 0.132 0.0786 0.112 0.391 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.7 20.6 4.23 3.72e-06 0 0 0 Tank initStep - 1 -5e+03 -698 -3.15e+03 3.72e-06 0 6.01e+03 6.01e+03 expHall Transportation - 2 -9.87e+03 -364 -1e+04 3.72e-06 0 8.42e+03 1.44e+04 world Transportation - 3 -1.34e+04 -120 -1.5e+04 3.72e-06 0 6.14e+03 2.06e+04 OutOfWorld Transportation + 0 222 192 -187 3.99e-06 0 0 0 Tank initStep + 1 -5e+03 -2.71e+03 1.25e+03 3.99e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 -1e+04 -9.49e+03 3.09e+03 3.99e-06 0 8.63e+03 1.48e+04 world Transportation + 3 -1.41e+04 -1.5e+04 4.58e+03 3.99e-06 0 7e+03 2.18e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.7 20.6 4.25 3.32e-06 0 0 0 Tank initStep - 1 624 -122 -170 3.32e-06 3.32e-06 599 599 Tank OpAbsorption + 0 222 192 -187 3.21e-06 0 0 0 Tank initStep + 1 2.5e+03 -3.61e+03 -3.18e+03 3.21e-06 3.21e-06 5.35e+03 5.35e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 4.21 4.08e-06 0 0 0 Tank initStep - 1 1.33e+03 2.31e+03 -5e+03 4.08e-06 0 5.64e+03 5.64e+03 expHall Transportation - 2 4.72e+03 9.3e+03 -1e+04 4.08e-06 0 9.24e+03 1.49e+04 world Transportation - 3 7.49e+03 1.5e+04 -1.41e+04 4.08e-06 0 7.54e+03 2.24e+04 OutOfWorld Transportation + 0 222 192 -187 2.63e-06 0 0 0 Tank initStep + 1 -130 -5e+03 -2.22e+03 2.63e-06 0 5.59e+03 5.59e+03 expHall Transportation + 2 -849 -1e+04 -5.61e+03 2.63e-06 0 6.09e+03 1.17e+04 world Transportation + 3 -1.57e+03 -1.5e+04 -9.01e+03 2.63e-06 0 6.09e+03 1.78e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 68.8 20.6 4.19 0.21 0 0 0.439 Tank initStep - 16 68.8 20.6 4.16 0.204 0.0064 0.0386 0.478 Tank msc - 17 68.8 20.6 4.07 0.185 0.0191 0.108 0.586 Tank eIoni - 18 68.8 20.6 3.99 0.15 0.0351 0.0943 0.68 Tank eIoni + 0 222 192 -187 3.73e-06 0 0 0 Tank initStep + 1 5e+03 211 469 3.73e-06 0 4.82e+03 4.82e+03 expHall Transportation + 2 1e+04 351 1.86e+03 3.73e-06 0 5.19e+03 1e+04 world Transportation + 3 1.5e+04 492 3.25e+03 3.73e-06 0 5.19e+03 1.52e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 4.05 3.17e-06 0 0 0 Tank initStep - 1 1.34e+03 584 815 3.17e-06 3.17e-06 1.61e+03 1.61e+03 Tank OpAbsorption + 0 222 192 -187 2.1e-06 0 0 0 Tank initStep + 1 2.99e+03 -1.94e+03 4.11e+03 2.1e-06 2.1e-06 5.54e+03 5.54e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.99 2.24e-06 0 0 0 Tank initStep - 1 -19.9 -5e+03 -1.54e+03 2.24e-06 0 5.25e+03 5.25e+03 expHall Transportation - 2 -585 -1e+04 -2.77e+03 2.24e-06 0 5.18e+03 1.04e+04 world Transportation - 3 -1.15e+03 -1.5e+04 -4.01e+03 2.24e-06 0 5.18e+03 1.56e+04 OutOfWorld Transportation + 0 222 192 -187 3.32e-06 0 0 0 Tank initStep + 1 5e+03 149 -749 3.32e-06 0 4.81e+03 4.81e+03 expHall Transportation + 2 1e+04 459 -2.19e+03 3.32e-06 0 5.21e+03 1e+04 world Transportation + 3 1.5e+04 768 -3.64e+03 3.32e-06 0 5.21e+03 1.52e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 75 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 4.02 3.04e-06 0 0 0 Tank initStep - 1 -321 -5e+03 -291 3.04e-06 0 5.04e+03 5.04e+03 expHall Transportation - 2 -717 -1e+04 -1.45e+03 3.04e-06 0 5.15e+03 1.02e+04 world Transportation - 3 -1.11e+03 -1.5e+04 -2.61e+03 3.04e-06 0 5.15e+03 1.53e+04 OutOfWorld Transportation + 6 222 192 -187 0.132 0 0 0.391 Tank initStep + 7 222 192 -187 0.126 0.00633 0.0181 0.409 Tank msc + 8 222 192 -187 0.11 0.0155 0.0573 0.467 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 68.8 20.6 3.99 0.15 0 0 0.68 Tank initStep - 19 68.8 20.6 3.97 0.134 0.0162 0.0223 0.702 Tank msc - 20 68.8 20.6 3.92 0.116 0.018 0.0618 0.764 Tank eIoni + 0 222 192 -187 3.98e-06 0 0 0 Tank initStep + 1 -1.76e+03 -3.08e+03 -5e+03 3.98e-06 0 6.15e+03 6.15e+03 expHall Transportation + 2 -1.76e+03 -3.08e+03 -5e+03 3.98e-06 0 0 6.15e+03 Tank Transportation + 3 -2.07e+03 -5e+03 -4.64e+03 3.98e-06 0 1.98e+03 8.13e+03 expHall Transportation + 4 -4.79e+03 -1e+04 -1.39e+03 3.98e-06 0 6.56e+03 1.47e+04 world Transportation + 5 -7.51e+03 -1.5e+04 1.86e+03 3.98e-06 0 6.56e+03 2.12e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 75 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.97 2.31e-06 0 0 0 Tank initStep - 1 1.13e+03 -399 5e+03 2.31e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 2.1e+03 -1.06e+03 1e+04 2.31e-06 0 5.14e+03 1.03e+04 world Transportation - 3 3.08e+03 -1.72e+03 1.5e+04 2.31e-06 0 5.14e+03 1.54e+04 OutOfWorld Transportation + 8 222 192 -187 0.11 0 0 0.467 Tank initStep + 9 222 192 -187 0.106 0.00428 0.0134 0.48 Tank msc + 10 222 192 -187 0.0878 0.018 0.0467 0.527 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.94 3.11e-06 0 0 0 Tank initStep - 1 3.14e+03 -1.51e+03 -5e+03 3.11e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 1e+04 -3.93e+03 -9.54e+03 3.11e-06 0 8.58e+03 1.46e+04 world Transportation - 3 1.5e+04 -5.69e+03 -1.29e+04 3.11e-06 0 6.25e+03 2.09e+04 OutOfWorld Transportation + 0 222 192 -187 2.5e-06 0 0 0 Tank initStep + 1 371 2e+03 -438 2.5e-06 2.5e-06 1.83e+03 1.83e+03 Bubble Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 68.8 20.6 3.92 0.116 0 0 0.764 Tank initStep - 21 68.8 20.6 3.91 0.11 0.00558 0.0145 0.779 Tank msc + 10 222 192 -187 0.0878 0 0 0.527 Tank initStep + 11 222 192 -187 0.0838 0.00391 0.00909 0.536 Tank msc + 12 222 192 -187 0.0674 0.0165 0.0362 0.572 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.92 3.99e-06 0 0 0 Tank initStep - 1 -513 860 -5e+03 3.99e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 -2.37e+03 1.78e+03 -1e+04 3.99e-06 0 5.41e+03 1.05e+04 world Transportation - 3 -4.23e+03 2.69e+03 -1.5e+04 3.99e-06 0 5.41e+03 1.59e+04 OutOfWorld Transportation + 0 222 192 -187 3.9e-06 0 0 0 Tank initStep + 1 2.11e+03 84.3 -5e+03 3.9e-06 0 5.17e+03 5.17e+03 expHall Transportation + 2 5.88e+03 -177 -1e+04 3.9e-06 0 6.27e+03 1.14e+04 world Transportation + 3 9.64e+03 -439 -1.5e+04 3.9e-06 0 6.27e+03 1.77e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 68.8 20.6 3.91 0.11 0 0 0.779 Tank initStep - 22 68.8 20.6 3.9 0.106 0.00369 0.0134 0.792 Tank msc - 23 68.7 20.6 3.87 0.0864 0.0199 0.047 0.839 Tank eIoni + 12 222 192 -187 0.0674 0 0 0.572 Tank initStep + 13 222 192 -187 0.0642 0.00314 0.00574 0.578 Tank msc + 14 222 192 -187 0.0516 0.0126 0.028 0.606 Tank eIoni + 15 222 192 -187 0.0322 0.0194 0.0232 0.629 Tank eIoni + 16 222 192 -187 0.0143 0.0179 0.0158 0.645 Tank eIoni + 17 222 192 -187 0 0.0143 0.00465 0.65 Tank eIoni + 18 222 192 -187 0 0 0 0.65 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.89 2.56e-06 0 0 0 Tank initStep - 1 -2.31e+03 5e+03 4.2e+03 2.56e-06 0 6.93e+03 6.93e+03 expHall Transportation - 2 -2.31e+03 5e+03 4.2e+03 2.56e-06 0 0 6.93e+03 Tank Transportation - 3 -2.64e+03 4.6e+03 5e+03 2.56e-06 0 953 7.89e+03 expHall Transportation - 4 -5.18e+03 905 1e+04 2.56e-06 0 6.72e+03 1.46e+04 world Transportation - 5 -7.72e+03 -2.79e+03 1.5e+04 2.56e-06 0 6.72e+03 2.13e+04 OutOfWorld Transportation + 0 222 192 -187 3.42e-06 0 0 0 Tank initStep + 1 5e+03 2.79e+03 2.63e+03 3.42e-06 0 6.12e+03 6.12e+03 expHall Transportation + 2 5e+03 2.79e+03 2.63e+03 3.42e-06 0 0 6.12e+03 Tank Transportation + 3 3.11e+03 5e+03 3.14e+03 3.42e-06 0 2.95e+03 9.08e+03 expHall Transportation + 4 -8.21e+03 1e+04 6.86e+03 3.42e-06 0 1.29e+04 2.2e+04 world Transportation + 5 -1.5e+04 1.3e+04 9.09e+03 3.42e-06 0 7.75e+03 2.98e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 75 +* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.89 3.27e-06 0 0 0 Tank initStep - 1 -960 -5e+03 -2.81e+03 3.27e-06 0 5.84e+03 5.84e+03 expHall Transportation - 2 -960 -5e+03 -2.81e+03 3.27e-06 0 0 5.84e+03 Tank Transportation - 3 1.74e+03 -307 -5e+03 3.27e-06 0 5.84e+03 1.17e+04 expHall Transportation - 4 1.74e+03 -307 -5e+03 3.27e-06 0 0 1.17e+04 Tank Transportation - 5 5e+03 2.1e+03 2.41e+03 3.27e-06 0 8.45e+03 2.01e+04 expHall Transportation - 6 5e+03 2.1e+03 2.41e+03 3.27e-06 0 0 2.01e+04 Tank Transportation - 7 3.48e+03 3.68e+03 5e+03 3.27e-06 0 3.39e+03 2.35e+04 expHall Transportation - 8 3.48e+03 3.68e+03 5e+03 3.27e-06 0 0 2.35e+04 Tank Transportation - 9 2.85e+03 5e+03 2.75e+03 3.27e-06 0 2.68e+03 2.62e+04 expHall Transportation - 10 2.85e+03 5e+03 2.75e+03 3.27e-06 0 0 2.62e+04 Tank Transportation - 11 2.82e+03 3.12e+03 1.84e+03 3.27e-06 3.27e-06 2.09e+03 2.83e+04 Tank OpAbsorption + 0 1.31 0.393 0.692 0.511 0 0 0 Tank initStep + 1 -267 -233 230 0.208 1.42e-05 423 423 Tank compt + 2 -149 -206 292 0.16 0.000537 137 560 Tank compt + 3 -87.7 -126 166 0.139 0.000537 162 722 Tank compt + 4 -136 -130 96.7 0.0949 1.42e-05 84.4 806 Tank compt + 5 -70.4 39.2 314 0.0844 1.42e-05 283 1.09e+03 Tank compt + 6 -68.6 51.3 311 0.0679 2.92e-05 12.8 1.1e+03 Tank compt + 7 -102 17.7 459 0.0574 1.36e-05 156 1.26e+03 Tank compt + 8 -109 15.6 453 0.0511 0.000537 8.95 1.27e+03 Tank compt + 9 -91.5 24.1 434 0.0502 1.42e-05 27.4 1.29e+03 Tank compt + 10 -89 28.5 431 0 0.000537 5.62 1.3e+03 Tank phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 68.7 20.6 3.87 0.0864 0 0 0.839 Tank initStep - 24 68.7 20.6 3.87 0.0836 0.00281 0.00885 0.848 Tank msc - 25 68.8 20.6 3.9 0.0692 0.0144 0.0361 0.884 Tank eIoni - 26 68.8 20.6 3.89 0.0361 0.0331 0.03 0.914 Tank eIoni + 0 -89 28.5 431 0.0496 0 0 0 Tank initStep + 1 -89 28.5 431 0.0482 0.00139 0.00335 0.00335 Tank msc + 2 -89 28.5 431 0.0293 0.0189 0.022 0.0253 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 75 +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 90 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.8 20.6 3.89 2.63e-06 0 0 0 Tank initStep - 1 -2.84e+03 1.6e+03 4.67e+03 2.63e-06 2.63e-06 5.72e+03 5.72e+03 Tank OpAbsorption + 0 -89 28.5 431 2.75e-06 0 0 0 Tank initStep + 1 -524 -246 -5e+03 2.75e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 -706 -634 -1e+04 2.75e-06 0 5.02e+03 1.05e+04 world Transportation + 3 -887 -1.02e+03 -1.5e+04 2.75e-06 0 5.02e+03 1.55e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 90 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 68.8 20.6 3.89 0.0361 0 0 0.914 Tank initStep - 27 68.8 20.6 3.89 0.035 0.00114 0.00191 0.916 Tank msc - 28 68.7 20.6 3.9 0.0188 0.0162 0.017 0.933 Tank eIoni + 0 -89 28.5 431 2.78e-06 0 0 0 Tank initStep + 1 -2.41e+03 -5e+03 2.21e+03 2.78e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 -4.41e+03 -1e+04 2.6e+03 2.78e-06 0 5.4e+03 1.12e+04 world Transportation + 3 -6.41e+03 -1.5e+04 2.99e+03 2.78e-06 0 5.4e+03 1.66e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 75 +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.7 20.6 3.9 2.4e-06 0 0 0 Tank initStep - 1 -188 380 236 2.4e-06 2.4e-06 499 499 Tank OpAbsorption + 2 -89 28.5 431 0.0293 0 0 0.0253 Tank initStep + 3 -89 28.5 431 0.0281 0.00124 0.00132 0.0267 Tank msc + 4 -89 28.5 431 0.00947 0.0186 0.0138 0.0405 Tank eIoni + 5 -89 28.5 431 0 0.00947 0.00225 0.0427 Tank eIoni + 6 -89 28.5 431 0 0 0 0.0427 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 42 +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 90 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 68.7 20.6 3.9 0.0188 0 0 0.933 Tank initStep - 29 68.7 20.6 3.9 0.0182 0.000614 0.000603 0.934 Tank msc - 30 68.7 20.6 3.9 0 0.0182 0.00711 0.941 Tank eIoni - 31 68.7 20.6 3.9 0 0 0 0.941 Tank NoProcess + 0 -89 28.5 431 2.23e-06 0 0 0 Tank initStep + 1 -3.69e+03 -5e+03 2.32e+03 2.23e-06 0 6.46e+03 6.46e+03 expHall Transportation + 2 -3.69e+03 -5e+03 2.32e+03 2.23e-06 0 0 6.46e+03 Tank Transportation + 3 -5e+03 -3.43e+03 2.04e+03 2.23e-06 0 2.07e+03 8.53e+03 expHall Transportation + 4 -5e+03 -3.43e+03 2.04e+03 2.23e-06 0 0 8.53e+03 Tank Transportation + 5 5e+03 4.89e+03 3.52e+03 2.23e-06 0 1.31e+04 2.16e+04 expHall Transportation + 6 7.1e+03 1e+04 3.88e+03 2.23e-06 0 5.54e+03 2.72e+04 world Transportation + 7 9.15e+03 1.5e+04 4.24e+03 2.23e-06 0 5.42e+03 3.26e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.138 -0.00306 0.0149 0.483 0.0169 0.139 0.139 Tank msc + 0 -91.5 24.1 434 0.000896 0 0 0 Tank initStep + 1 -91.5 24.1 434 0.000847 4.84e-05 3.6e-06 3.6e-06 Tank msc + 2 -91.5 24.1 434 0 0.000847 4.15e-05 4.51e-05 Tank eIoni + 3 -91.5 24.1 434 0 0 0 4.51e-05 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0037 -8.19e-05 0.000398 2.65e-06 0 0 0 Tank initStep - 1 5e+03 1.98e+03 2.84e+03 2.65e-06 0 6.08e+03 6.08e+03 expHall Transportation - 2 5e+03 1.98e+03 2.84e+03 2.65e-06 0 0 6.08e+03 Tank Transportation - 3 3.44e+03 4.03e+03 5e+03 2.65e-06 0 3.37e+03 9.45e+03 expHall Transportation - 4 3.44e+03 4.03e+03 5e+03 2.65e-06 0 0 9.45e+03 Tank Transportation - 5 -5e+03 3.65e+03 -4.67e+03 2.65e-06 0 1.28e+04 2.23e+04 expHall Transportation - 6 -5e+03 3.65e+03 -4.67e+03 2.65e-06 0 0 2.23e+04 Tank Transportation - 7 -4.63e+03 3.81e+03 -5e+03 2.65e-06 0 519 2.28e+04 expHall Transportation - 8 -4.63e+03 3.81e+03 -5e+03 2.65e-06 0 0 2.28e+04 Tank Transportation - 9 -3.25e+03 5e+03 -1.44e+03 2.65e-06 0 4e+03 2.68e+04 expHall Transportation - 10 -3.25e+03 5e+03 -1.44e+03 2.65e-06 0 0 2.68e+04 Tank Transportation - 11 -3e+03 4.39e+03 -99.2 2.65e-06 2.65e-06 1.5e+03 2.83e+04 Tank OpAbsorption + 0 -109 15.6 453 0.00583 0 0 0 Tank initStep + 1 -109 15.6 453 0.00547 0.000353 7.68e-05 7.68e-05 Tank msc + 2 -109 15.6 453 0 0.00547 0.000862 0.000939 Tank eIoni + 3 -109 15.6 453 0 0 0 0.000939 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 88 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.124 -0.00275 0.0134 3.58e-06 0 0 0 Tank initStep - 1 1.64e+03 222 -730 3.58e-06 3.58e-06 1.81e+03 1.81e+03 Tank OpAbsorption + 0 -109 15.6 453 3.14e-06 0 0 0 Tank initStep + 1 -5e+03 -2.06e+03 2.8e+03 3.14e-06 0 5.81e+03 5.81e+03 expHall Transportation + 2 -7.75e+03 -6.67e+03 1e+04 3.14e-06 0 8.99e+03 1.48e+04 world Transportation + 3 -9.67e+03 -9.88e+03 1.5e+04 3.14e-06 0 6.24e+03 2.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.138 -0.00306 0.0149 0.483 0 0 0.139 Tank initStep - 2 0.266 0.00315 0.0368 0.453 0.0299 0.13 0.27 Tank Cerenkov + 0 -102 17.7 459 0.0104 0 0 0 Tank initStep + 1 -102 17.7 459 0.01 0.00041 0.000214 0.000214 Tank msc + 2 -102 17.7 459 0 0.01 0.0025 0.00271 Tank eIoni + 3 -102 17.7 459 0 0 0 0.00271 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.151 -0.00244 0.0171 2.34e-06 0 0 0 Tank initStep - 1 5e+03 2.54e+03 -2.7e+03 2.34e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 5e+03 2.54e+03 -2.7e+03 2.34e-06 0 0 6.22e+03 Tank Transportation - 3 -5e+03 2.43e+03 -3.88e+03 2.34e-06 0 1.01e+04 1.63e+04 expHall Transportation - 4 -5e+03 2.43e+03 -3.88e+03 2.34e-06 0 0 1.63e+04 Tank Transportation - 5 -3.49e+03 2.05e+03 -5e+03 2.34e-06 0 1.92e+03 1.82e+04 expHall Transportation - 6 -3.49e+03 2.05e+03 -5e+03 2.34e-06 0 0 1.82e+04 Tank Transportation - 7 423 1.14e+03 -2.09e+03 2.34e-06 2.34e-06 4.96e+03 2.32e+04 Tank OpAbsorption + 0 -68.6 51.3 311 0.0165 0 0 0 Tank initStep + 1 -68.6 51.3 311 0.0161 0.000368 0.000478 0.000478 Tank msc + 2 -68.6 51.3 311 0 0.0161 0.00575 0.00622 Tank eIoni + 3 -68.6 51.3 311 0 0 0 0.00622 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 86 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.238 0.00179 0.032 3.16e-06 0 0 0 Tank initStep - 1 -435 837 -674 3.16e-06 3.16e-06 1.16e+03 1.16e+03 Tank OpAbsorption + 0 -68.6 51.3 311 3.67e-06 0 0 0 Tank initStep + 1 2.04e+03 5e+03 2.54e+03 3.67e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 2.04e+03 5e+03 2.54e+03 3.67e-06 0 0 5.82e+03 Tank Transportation + 3 1.96e+03 3.37e+03 5e+03 3.67e-06 0 2.95e+03 8.78e+03 expHall Transportation + 4 1.56e+03 -2.66e+03 1e+04 3.67e-06 0 7.84e+03 1.66e+04 world Transportation + 5 1.17e+03 -8.7e+03 1.5e+04 3.67e-06 0 7.84e+03 2.45e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.174 -0.00131 0.021 3.91e-06 0 0 0 Tank initStep - 1 2.86e+03 -583 -905 3.91e-06 0 3.06e+03 3.06e+03 Tank OpRayleigh - 2 4.37e+03 -4.32e+03 5e+03 3.91e-06 0 7.15e+03 1.02e+04 expHall Transportation - 3 6.51e+03 -1e+04 6.68e+03 3.91e-06 0 6.3e+03 1.65e+04 world Transportation - 4 8.4e+03 -1.5e+04 8.16e+03 3.91e-06 0 5.55e+03 2.21e+04 OutOfWorld Transportation + 0 -70.4 39.2 314 0.0105 0 0 0 Tank initStep + 1 -70.4 39.2 314 0.0102 0.000276 0.000216 0.000216 Tank msc + 2 -70.4 39.2 314 0 0.0102 0.00257 0.00279 Tank eIoni + 3 -70.4 39.2 314 0 0 0 0.00279 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.226 0.00117 0.0298 2.55e-06 0 0 0 Tank initStep - 1 5e+03 -2.56e+03 641 2.55e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 1e+04 -5.47e+03 735 2.55e-06 0 5.79e+03 1.14e+04 world Transportation - 3 1.5e+04 -8.38e+03 829 2.55e-06 0 5.79e+03 1.72e+04 OutOfWorld Transportation + 0 -136 -130 96.7 0.0436 0 0 0 Tank initStep + 1 -136 -130 96.7 0.0411 0.00255 0.00267 0.00267 Tank msc + 2 -136 -130 96.7 0.03 0.011 0.0193 0.022 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.266 0.00315 0.0368 0.453 0 0 0.27 Tank initStep - 3 0.377 0.0327 0.0421 0.434 0.0187 0.115 0.384 Tank Cerenkov + 0 -136 -130 96.7 2.21e-06 0 0 0 Tank initStep + 1 -1.26e+03 -1.13e+03 -5e+03 2.21e-06 0 5.32e+03 5.32e+03 expHall Transportation + 2 -832 -2.94e+03 -1e+04 2.21e-06 0 5.33e+03 1.06e+04 world Transportation + 3 -404 -4.75e+03 -1.5e+04 2.21e-06 0 5.33e+03 1.6e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.311 0.015 0.0389 2.97e-06 0 0 0 Tank initStep - 1 5e+03 -875 1.68e+03 2.97e-06 0 5.35e+03 5.35e+03 expHall Transportation - 2 5e+03 -875 1.68e+03 2.97e-06 0 0 5.35e+03 Tank Transportation - 3 -5e+03 -2.54e+03 1.02e+03 2.97e-06 0 1.02e+04 1.55e+04 expHall Transportation - 4 -1e+04 -3.8e+03 758 2.97e-06 0 5.16e+03 2.07e+04 world Transportation - 5 -1.5e+04 -5.06e+03 496 2.97e-06 0 5.16e+03 2.58e+04 OutOfWorld Transportation + 2 -136 -130 96.7 0.03 0 0 0.022 Tank initStep + 3 -136 -130 96.7 0.0289 0.00114 0.00138 0.0234 Tank msc + 4 -136 -130 96.7 0.00969 0.0192 0.0143 0.0377 Tank eIoni + 5 -136 -130 96.7 0 0.00969 0.00235 0.04 Tank eIoni + 6 -136 -130 96.7 0 0 0 0.04 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.377 0.0327 0.0421 0.434 0 0 0.384 Tank initStep - 4 0.476 0.0652 0.0376 0.388 0.0464 0.105 0.49 Tank Cerenkov + 0 -87.7 -126 166 0.0213 0 0 0 Tank initStep + 1 -87.7 -126 166 0.0206 0.000656 0.000748 0.000748 Tank msc + 2 -87.7 -126 166 0 0.0206 0.00885 0.0096 Tank eIoni + 3 -87.7 -126 166 0 0 0 0.0096 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 83 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.437 0.0523 0.0394 2.26e-06 0 0 0 Tank initStep - 1 2.65e+03 3.65e+03 5e+03 2.26e-06 0 6.74e+03 6.74e+03 expHall Transportation - 2 6.56e+03 1e+04 7.71e+03 2.26e-06 0 7.93e+03 1.47e+04 world Transportation - 3 9.64e+03 1.5e+04 9.84e+03 2.26e-06 0 6.25e+03 2.09e+04 OutOfWorld Transportation + 0 -87.7 -126 166 4e-06 0 0 0 Tank initStep + 1 -5e+03 3.79e+03 3.27e+03 4e-06 0 7e+03 7e+03 expHall Transportation + 2 -8.56e+03 1e+04 9.35e+03 4e-06 0 9.4e+03 1.64e+04 world Transportation + 3 -1.14e+04 1.5e+04 1.42e+04 4e-06 0 7.56e+03 2.4e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 83 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.457 0.0589 0.0385 2.09e-06 0 0 0 Tank initStep - 1 1.14e+03 -43.2 -1.3e+03 2.09e-06 2.09e-06 1.73e+03 1.73e+03 Tank OpAbsorption + 0 -87.7 -126 166 3.53e-06 0 0 0 Tank initStep + 1 -360 -2.83e+03 -5e+03 3.53e-06 0 5.84e+03 5.84e+03 expHall Transportation + 2 -360 -2.83e+03 -5e+03 3.53e-06 0 0 5.84e+03 Tank Transportation + 3 -344 -2.91e+03 -4.89e+03 3.53e-06 3.53e-06 135 5.97e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.439 0.0531 0.0393 4.03e-06 0 0 0 Tank initStep - 1 4.99e+03 -739 551 4.03e-06 4.03e-06 5.07e+03 5.07e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.476 0.0652 0.0376 0.388 0 0 0.49 Tank initStep - 5 0.55 0.1 0.0429 0.369 0.0188 0.0839 0.574 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.548 0.0994 0.0428 3.87e-06 0 0 0 Tank initStep - 1 -1.33e+03 3.2e+03 5e+03 3.87e-06 0 6.09e+03 6.09e+03 expHall Transportation - 2 -6.06e+03 1e+04 8.58e+03 3.87e-06 0 9.02e+03 1.51e+04 world Transportation - 3 -9.53e+03 1.5e+04 1.12e+04 3.87e-06 0 6.63e+03 2.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.516 0.0842 0.0405 2.38e-06 0 0 0 Tank initStep - 1 5e+03 421 1.7e+03 2.38e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 1e+04 1.04e+03 5.42e+03 2.38e-06 0 6.26e+03 1.16e+04 world Transportation - 3 1.5e+04 1.66e+03 9.14e+03 2.38e-06 0 6.26e+03 1.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.55 0.1 0.0429 0.369 0 0 0.574 Tank initStep - 6 0.615 0.139 0.0426 0.356 0.0133 0.076 0.65 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.575 0.115 0.0428 2.64e-06 0 0 0 Tank initStep - 1 5e+03 4.44e+03 -2.73e+03 2.64e-06 0 7.22e+03 7.22e+03 expHall Transportation - 2 5e+03 4.44e+03 -2.73e+03 2.64e-06 0 0 7.22e+03 Tank Transportation - 3 4.33e+03 5e+03 -3.01e+03 2.64e-06 0 919 8.14e+03 expHall Transportation - 4 4.33e+03 5e+03 -3.01e+03 2.64e-06 0 0 8.14e+03 Tank Transportation - 5 1.8e+03 4.32e+03 -5e+03 2.64e-06 0 3.29e+03 1.14e+04 expHall Transportation - 6 1.8e+03 4.32e+03 -5e+03 2.64e-06 0 0 1.14e+04 Tank Transportation - 7 -5e+03 388 3.36e+03 2.64e-06 0 1.15e+04 2.29e+04 expHall Transportation - 8 -6.32e+03 -2.53e+03 1e+04 2.64e-06 0 7.37e+03 3.03e+04 world Transportation - 9 -7.32e+03 -4.73e+03 1.5e+04 2.64e-06 0 5.55e+03 3.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.615 0.139 0.0426 0.356 0 0 0.65 Tank initStep - 7 0.679 0.17 0.0424 0.346 0.00996 0.0707 0.72 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.632 0.147 0.0425 4.13e-06 0 0 0 Tank initStep - 1 5e+03 1.76e+03 2.28e+03 4.13e-06 0 5.77e+03 5.77e+03 expHall Transportation - 2 1e+04 5.17e+03 6.56e+03 4.13e-06 0 7.41e+03 1.32e+04 world Transportation - 3 1.5e+04 8.59e+03 1.08e+04 4.13e-06 0 7.41e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.679 0.17 0.0424 0.346 0 0 0.72 Tank initStep - 8 0.73 0.211 0.0397 0.334 0.012 0.0667 0.787 Tank Cerenkov - 9 0.773 0.253 0.0375 0.315 0.0189 0.0622 0.849 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.758 0.238 0.0383 2.16e-06 0 0 0 Tank initStep - 1 5e+03 -1.66e+03 -3.23e+03 2.16e-06 0 6.18e+03 6.18e+03 expHall Transportation - 2 9.09e+03 -5.25e+03 -1e+04 2.16e-06 0 8.69e+03 1.49e+04 world Transportation - 3 1.21e+04 -7.9e+03 -1.5e+04 2.16e-06 0 6.42e+03 2.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.773 0.253 0.0375 0.315 0 0 0.849 Tank initStep - 10 0.794 0.302 0.052 0.308 0.00772 0.0555 0.905 Tank Cerenkov - 11 0.817 0.346 0.0664 0.298 0.0098 0.0528 0.957 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.802 0.318 0.0571 2.98e-06 0 0 0 Tank initStep - 1 -5e+03 -2.93e+03 2.24e+03 2.98e-06 0 6.21e+03 6.21e+03 expHall Transportation - 2 -7.14e+03 -1e+04 8.14e+03 2.98e-06 0 9.45e+03 1.57e+04 world Transportation - 3 -8.65e+03 -1.5e+04 1.23e+04 2.98e-06 0 6.68e+03 2.23e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.807 0.326 0.06 3.37e-06 0 0 0 Tank initStep - 1 928 207 706 3.37e-06 3.37e-06 1.18e+03 1.18e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.817 0.346 0.0664 0.298 0 0 0.957 Tank initStep - 12 0.805 0.378 0.0354 0.291 0.00708 0.0495 1.01 Tank Cerenkov - 13 0.786 0.408 0.00579 0.28 0.0108 0.0472 1.05 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.79 0.402 0.011 2.22e-06 0 0 0 Tank initStep - 1 51.4 2e+03 -482 2.22e-06 2.22e-06 2.06e+03 2.06e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.788 0.404 0.00888 3.9e-06 0 0 0 Tank initStep - 1 -1.03e+03 3.77e+03 -5e+03 3.9e-06 0 6.35e+03 6.35e+03 expHall Transportation - 2 -1.03e+03 3.77e+03 -5e+03 3.9e-06 0 0 6.35e+03 Tank Transportation - 3 -1.22e+03 5e+03 -4.44e+03 3.9e-06 0 1.36e+03 7.71e+03 expHall Transportation - 4 -1.22e+03 5e+03 -4.44e+03 3.9e-06 0 0 7.71e+03 Tank Transportation - 5 -1.36e+03 4.75e+03 -4.52e+03 3.9e-06 3.9e-06 299 8.01e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.786 0.408 0.00579 0.28 0 0 1.05 Tank initStep - 14 0.766 0.438 -0.0178 0.269 0.0111 0.0438 1.1 Tank Cerenkov - 15 0.743 0.464 -0.0362 0.26 0.0089 0.0404 1.14 Tank Cerenkov - 16 0.717 0.49 -0.0393 0.243 0.0165 0.0379 1.18 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.718 0.489 -0.0391 3.46e-06 0 0 0 Tank initStep - 1 -5e+03 -1.6e+03 -2.36e+03 3.46e-06 0 5.76e+03 5.76e+03 expHall Transportation - 2 -1e+04 -4.87e+03 -6.39e+03 3.46e-06 0 7.21e+03 1.3e+04 world Transportation - 3 -1.5e+04 -8.15e+03 -1.04e+04 3.46e-06 0 7.21e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.738 0.469 -0.0368 3.32e-06 0 0 0 Tank initStep - 1 2.04e+03 -5e+03 -141 3.32e-06 0 5.4e+03 5.4e+03 expHall Transportation - 2 2.04e+03 -5e+03 -141 3.32e-06 0 0 5.4e+03 Tank Transportation - 3 2.58e+03 -4.57e+03 -452 3.32e-06 0 757 6.16e+03 Tank OpRayleigh - 4 2.84e+03 -5e+03 -694 3.32e-06 0 558 6.72e+03 expHall Transportation - 5 2.84e+03 -5e+03 -694 3.32e-06 0 0 6.72e+03 Tank Transportation - 6 4.84e+03 -2.65e+03 -5e+03 3.32e-06 0 5.3e+03 1.2e+04 expHall Transportation - 7 4.84e+03 -2.65e+03 -5e+03 3.32e-06 0 0 1.2e+04 Tank Transportation - 8 5e+03 -2.52e+03 -4.91e+03 3.32e-06 0 231 1.22e+04 expHall Transportation - 9 5e+03 -2.52e+03 -4.91e+03 3.32e-06 0 0 1.22e+04 Tank Transportation - 10 1.67e+03 -1.1e+03 -226 3.32e-06 0 5.91e+03 1.82e+04 Tank OpRayleigh - 11 4.98e+03 -4.96e+03 -293 3.32e-06 3.32e-06 5.08e+03 2.32e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 0.717 0.49 -0.0393 0.243 0 0 1.18 Tank initStep - 17 0.714 0.492 -0.039 0.243 0.000827 0.0036 1.18 Tank Cerenkov - 18 0.714 0.493 -0.039 0.243 2.61e-06 0.000473 1.18 Tank Cerenkov - 19 0.714 0.493 -0.0389 0.243 4.4e-05 0.000463 1.18 Tank Cerenkov - 20 0.713 0.493 -0.0389 0.242 8.16e-05 0.000296 1.18 Tank Cerenkov - 21 0.626 0.571 -0.0301 0.213 0.0291 0.133 1.31 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.641 0.558 -0.0316 2.5e-06 0 0 0 Tank initStep - 1 -5e+03 1.65e+03 -2.34e+03 2.5e-06 0 5.76e+03 5.76e+03 expHall Transportation - 2 -5e+03 1.65e+03 -2.34e+03 2.5e-06 0 0 5.76e+03 Tank Transportation - 3 -2.97e+03 2.45e+03 -5e+03 2.5e-06 0 3.44e+03 9.2e+03 expHall Transportation - 4 -2.97e+03 2.45e+03 -5e+03 2.5e-06 0 0 9.2e+03 Tank Transportation - 5 5e+03 2.67e+03 2.23e+03 2.5e-06 0 1.08e+04 2e+04 expHall Transportation - 6 5e+03 2.67e+03 2.23e+03 2.5e-06 0 0 2e+04 Tank Transportation - 7 1.22e+03 4.47e+03 5e+03 2.5e-06 0 5.02e+03 2.5e+04 expHall Transportation - 8 1.22e+03 4.47e+03 5e+03 2.5e-06 0 0 2.5e+04 Tank Transportation - 9 637 5e+03 4.58e+03 2.5e-06 0 891 2.59e+04 expHall Transportation - 10 637 5e+03 4.58e+03 2.5e-06 0 0 2.59e+04 Tank Transportation - 11 2.5e+03 -5e+03 -2.45e+03 2.5e-06 0 1.24e+04 3.82e+04 expHall Transportation - 12 2.66e+03 -6.17e+03 -1e+04 2.5e-06 0 7.64e+03 4.59e+04 world Transportation - 13 2.76e+03 -6.94e+03 -1.5e+04 2.5e-06 0 5.06e+03 5.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 0.626 0.571 -0.0301 0.213 0 0 1.31 Tank initStep - 22 0.617 0.606 -0.0418 0.206 0.0077 0.0381 1.35 Tank msc - 23 0.598 0.696 -0.0516 0.173 0.0326 0.106 1.46 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.602 0.675 -0.0492 4.02e-06 0 0 0 Tank initStep - 1 -3.63e+03 4.54e+03 -5e+03 4.02e-06 0 7.66e+03 7.66e+03 expHall Transportation - 2 -3.63e+03 4.54e+03 -5e+03 4.02e-06 0 0 7.66e+03 Tank Transportation - 3 -3.79e+03 5e+03 -4.63e+03 4.02e-06 0 614 8.28e+03 expHall Transportation - 4 -1e+04 7.11e+03 9.13e+03 4.02e-06 0 1.52e+04 2.35e+04 world Transportation - 5 -1.26e+04 8.02e+03 1.5e+04 4.02e-06 0 6.51e+03 3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 23 0.598 0.696 -0.0516 0.173 0 0 1.46 Tank initStep - 24 0.603 0.722 -0.0534 0.16 0.0131 0.0271 1.48 Tank msc - 25 0.619 0.783 -0.037 0.139 0.0207 0.0752 1.56 Tank eIoni - 26 0.656 0.823 -0.0335 0.101 0.0379 0.0628 1.62 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.653 0.82 -0.0338 3.55e-06 0 0 0 Tank initStep - 1 -4.88e+03 5e+03 -2.73e+03 3.55e-06 0 7.5e+03 7.5e+03 expHall Transportation - 2 -4.88e+03 5e+03 -2.73e+03 3.55e-06 0 0 7.5e+03 Tank Transportation - 3 -5e+03 4.89e+03 -2.82e+03 3.55e-06 0 190 7.69e+03 expHall Transportation - 4 -5e+03 4.89e+03 -2.82e+03 3.55e-06 0 0 7.69e+03 Tank Transportation - 5 -65.9 1.68e+03 -5e+03 3.55e-06 0 6.28e+03 1.4e+04 expHall Transportation - 6 -65.9 1.68e+03 -5e+03 3.55e-06 0 0 1.4e+04 Tank Transportation - 7 5e+03 -1.45e+03 -3e+03 3.55e-06 0 6.28e+03 2.02e+04 expHall Transportation - 8 1e+04 -9.34e+03 1.26e+03 3.55e-06 0 1.03e+04 3.05e+04 world Transportation - 9 1.36e+04 -1.5e+04 4.31e+03 3.55e-06 0 7.37e+03 3.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 0.656 0.823 -0.0335 0.101 0 0 1.62 Tank initStep - 27 0.661 0.832 -0.0378 0.0983 0.00313 0.011 1.63 Tank msc - 28 0.67 0.863 -0.052 0.0856 0.0126 0.0414 1.68 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.665 0.847 -0.0445 3.42e-06 0 0 0 Tank initStep - 1 4.19e+03 5e+03 -4.19e+03 3.42e-06 0 7.75e+03 7.75e+03 expHall Transportation - 2 4.19e+03 5e+03 -4.19e+03 3.42e-06 0 0 7.75e+03 Tank Transportation - 3 5e+03 4.88e+03 -4.98e+03 3.42e-06 0 1.14e+03 8.89e+03 expHall Transportation - 4 5e+03 4.88e+03 -4.98e+03 3.42e-06 0 0 8.89e+03 Tank Transportation - 5 4.99e+03 4.88e+03 -5e+03 3.42e-06 0 23.9 8.91e+03 expHall Transportation - 6 4.99e+03 4.88e+03 -5e+03 3.42e-06 0 0 8.91e+03 Tank Transportation - 7 -1.14e+03 2.95e+03 -3.72e+03 3.42e-06 3.42e-06 6.55e+03 1.55e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 0.67 0.863 -0.052 0.0856 0 0 1.68 Tank initStep - 29 0.673 0.87 -0.0546 0.0827 0.0029 0.0082 1.68 Tank msc - 30 0.678 0.897 -0.062 0.0703 0.0124 0.0345 1.72 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.674 0.88 -0.0574 3.25e-06 0 0 0 Tank initStep - 1 -161 1.35e+03 5e+03 3.25e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 -776 2.56e+03 1e+04 3.25e-06 0 5.18e+03 1.04e+04 world Transportation - 3 -1.39e+03 3.78e+03 1.5e+04 3.25e-06 0 5.18e+03 1.55e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 30 0.678 0.897 -0.062 0.0703 0 0 1.72 Tank initStep - 31 0.682 0.901 -0.0631 0.0677 0.00268 0.0058 1.72 Tank msc - 32 0.698 0.916 -0.0619 0.0531 0.0146 0.0284 1.75 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.689 0.907 -0.0626 3.35e-06 0 0 0 Tank initStep - 1 -237 -5e+03 1.3e+03 3.35e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 -1.52e+03 -1e+04 3.95e+03 3.35e-06 0 5.8e+03 1.1e+04 world Transportation - 3 -2.79e+03 -1.5e+04 6.6e+03 3.35e-06 0 5.8e+03 1.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 32 0.698 0.916 -0.0619 0.0531 0 0 1.75 Tank initStep - 33 0.702 0.916 -0.0614 0.0511 0.00196 0.00354 1.76 Tank msc - 34 0.718 0.917 -0.0635 0.0365 0.0146 0.0223 1.78 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.713 0.916 -0.0628 2.22e-06 0 0 0 Tank initStep - 1 0.624 -7.96 12 2.22e-06 2.22e-06 15 15 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 34 0.718 0.917 -0.0635 0.0365 0 0 1.78 Tank initStep - 35 0.717 0.916 -0.0642 0.0353 0.00116 0.00181 1.78 Tank msc - 36 0.707 0.915 -0.0689 0.017 0.0183 0.0165 1.8 Tank eIoni - 37 0.705 0.914 -0.0672 0 0.017 0.00577 1.8 Tank eIoni - 38 0.705 0.914 -0.0672 0 0 0 1.8 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.705 0.914 -0.0672 0.511 0 0 0 Tank initStep - 1 -23.9 -85.4 129 0.486 2.92e-05 157 157 Tank compt - 2 -48.7 -120 167 0.232 1.42e-05 57.6 215 Tank compt - 3 -9.75 -170 130 0.231 1.36e-05 72.7 287 Tank compt - 4 10.5 -195 115 0.187 2.92e-05 35.9 323 Tank compt - 5 59.5 -177 86.3 0.161 1.36e-05 59.2 383 Tank compt - 6 65.5 -171 11.4 0.112 2.92e-05 75.4 458 Tank compt - 7 84.6 -160 11.2 0.108 1.36e-05 21.9 480 Tank compt - 8 86.9 -158 13.2 0.0762 1.36e-05 3.73 484 Tank compt - 9 74.2 -167 -1.67 0.0753 1.42e-05 21.6 505 Tank compt - 10 53.3 -222 -81.3 0.0597 1.42e-05 99.1 604 Tank compt - 11 64.3 -70.6 -37.3 0.0491 2.92e-05 158 762 Tank compt - 12 52.6 -95.7 -37.6 0.0406 1.42e-05 27.7 790 Tank compt - 13 82.1 -71.8 -31.1 0.0347 2.92e-05 38.6 829 Tank compt - 14 52.8 -102 -43.7 0 0.000537 43.7 872 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.8 -102 -43.7 0.0341 0 0 0 Tank initStep - 1 52.8 -102 -43.7 0.0333 0.000847 0.00173 0.00173 Tank msc - 2 52.8 -102 -43.7 0.0049 0.0284 0.0163 0.018 Tank eIoni - 3 52.8 -102 -43.7 0 0.0049 0.000713 0.0187 Tank eIoni - 4 52.8 -102 -43.7 0 0 0 0.0187 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 82.1 -71.8 -31.1 0.00586 0 0 0 Tank initStep - 1 82.1 -71.8 -31.1 0.00557 0.000289 7.75e-05 7.75e-05 Tank msc - 2 82.1 -71.8 -31.1 0 0.00557 0.000888 0.000965 Tank eIoni - 3 82.1 -71.8 -31.1 0 0 0 0.000965 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 52.6 -95.7 -37.6 0.00855 0 0 0 Tank initStep - 1 52.6 -95.7 -37.6 0.00839 0.000151 0.00015 0.00015 Tank msc - 2 52.6 -95.7 -37.6 0 0.00839 0.00182 0.00197 Tank eIoni - 3 52.6 -95.7 -37.6 0 0 0 0.00197 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.3 -70.6 -37.3 0.0105 0 0 0 Tank initStep - 1 64.3 -70.6 -37.3 0.00999 0.000554 0.000218 0.000218 Tank msc - 2 64.3 -70.6 -37.3 0 0.00999 0.00248 0.00269 Tank eIoni - 3 64.3 -70.6 -37.3 0 0 0 0.00269 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 64.3 -70.6 -37.3 3.18e-06 0 0 0 Tank initStep - 1 -4.01e+03 -1.13e+03 -5e+03 3.18e-06 0 6.51e+03 6.51e+03 expHall Transportation - 2 -4.01e+03 -1.13e+03 -5e+03 3.18e-06 0 0 6.51e+03 Tank Transportation - 3 -5e+03 -1.96e+03 -3.71e+03 3.18e-06 0 1.82e+03 8.33e+03 expHall Transportation - 4 -5e+03 -1.96e+03 -3.71e+03 3.18e-06 0 0 8.33e+03 Tank Transportation - 5 -3.52e+03 -5e+03 -3.28e+03 3.18e-06 0 3.41e+03 1.17e+04 expHall Transportation - 6 -3.52e+03 -5e+03 -3.28e+03 3.18e-06 0 0 1.17e+04 Tank Transportation - 7 1.02e+03 -277 -1.01e+03 3.18e-06 3.18e-06 6.93e+03 1.87e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 53.3 -222 -81.3 0.0156 0 0 0 Tank initStep - 1 53.3 -222 -81.3 0.0153 0.000248 0.000433 0.000433 Tank msc - 2 53.3 -222 -81.3 0 0.0153 0.00525 0.00569 Tank eIoni - 3 53.3 -222 -81.3 0 0 0 0.00569 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 53.3 -222 -81.3 3.94e-06 0 0 0 Tank initStep - 1 -1.52e+03 -3.84e+03 -5e+03 3.94e-06 0 6.3e+03 6.3e+03 expHall Transportation - 2 -1.52e+03 -3.84e+03 -5e+03 3.94e-06 0 0 6.3e+03 Tank Transportation - 3 -1.71e+03 -5e+03 -3.85e+03 3.94e-06 0 1.65e+03 7.95e+03 expHall Transportation - 4 -1.71e+03 -5e+03 -3.85e+03 3.94e-06 0 0 7.95e+03 Tank Transportation - 5 -3.54e+03 4.73e+03 5e+03 3.94e-06 0 1.33e+04 2.12e+04 expHall Transportation - 6 -4.72e+03 1e+04 6.9e+03 3.94e-06 0 5.72e+03 2.7e+04 world Transportation - 7 -5.83e+03 1.5e+04 8.7e+03 3.94e-06 0 5.43e+03 3.24e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 74.2 -167 -1.67 0.000903 0 0 0 Tank initStep - 1 74.2 -167 -1.67 0.000903 0 3.64e-06 3.64e-06 Tank msc - 2 74.2 -167 -1.67 0 0.000903 4.55e-05 4.91e-05 Tank eIoni - 3 74.2 -167 -1.67 0 0 0 4.91e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 86.9 -158 13.2 0.0318 0 0 0 Tank initStep - 1 86.9 -158 13.2 0.0306 0.00127 0.00153 0.00153 Tank msc - 2 86.9 -158 13.2 0.0115 0.0191 0.0151 0.0166 Tank eIoni - 3 86.9 -158 13.2 0 0.0115 0.00315 0.0197 Tank eIoni - 4 86.9 -158 13.2 0 0 0 0.0197 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 40 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 86.9 -158 13.2 2.29e-06 0 0 0 Tank initStep - 1 -5e+03 -4.42e+03 -674 2.29e-06 0 6.67e+03 6.67e+03 expHall Transportation - 2 -5e+03 -4.42e+03 -674 2.29e-06 0 0 6.67e+03 Tank Transportation - 3 -4.23e+03 -5e+03 -838 2.29e-06 0 979 7.65e+03 expHall Transportation - 4 -4.23e+03 -5e+03 -838 2.29e-06 0 0 7.65e+03 Tank Transportation - 5 -484 4.77e+03 -354 2.29e-06 2.29e-06 1.05e+04 1.81e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 84.6 -160 11.2 0.00415 0 0 0 Tank initStep - 1 84.6 -160 11.2 0.004 0.000147 4.28e-05 4.28e-05 Tank msc - 2 84.6 -160 11.2 0 0.004 0.000503 0.000546 Tank eIoni - 3 84.6 -160 11.2 0 0 0 0.000546 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 65.5 -171 11.4 0.0484 0 0 0 Tank initStep - 1 65.5 -171 11.4 0.0474 0.000925 0.00321 0.00321 Tank msc - 2 65.5 -171 11.4 0.0232 0.0243 0.0217 0.0249 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 65.5 -171 11.4 3.53e-06 0 0 0 Tank initStep - 1 -218 -5e+03 369 3.53e-06 0 4.85e+03 4.85e+03 expHall Transportation - 2 -588 -1e+04 617 3.53e-06 0 5.02e+03 9.87e+03 world Transportation - 3 -957 -1.5e+04 865 3.53e-06 0 5.02e+03 1.49e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 65.5 -171 11.4 0.0232 0 0 0.0249 Tank initStep - 3 65.5 -171 11.4 0.0226 0.000601 0.000871 0.0258 Tank msc - 4 65.5 -171 11.4 0.00713 0.0154 0.0104 0.0361 Tank eIoni - 5 65.5 -171 11.4 0 0.00713 0.00137 0.0375 Tank eIoni - 6 65.5 -171 11.4 0 0 0 0.0375 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.5 -177 86.3 0.0262 0 0 0 Tank initStep - 1 59.5 -177 86.3 0.0253 0.00088 0.00109 0.00109 Tank msc - 2 59.5 -177 86.3 0.00204 0.0233 0.0123 0.0134 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 59.5 -177 86.3 3.41e-06 0 0 0 Tank initStep - 1 -5e+03 1.89e+03 1.67e+03 3.41e-06 0 5.69e+03 5.69e+03 expHall Transportation - 2 -9.02e+03 1e+04 9.11e+03 3.41e-06 0 1.17e+04 1.74e+04 world Transportation - 3 -1.15e+04 1.5e+04 1.37e+04 3.41e-06 0 7.22e+03 2.46e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 59.5 -177 86.3 0.00204 0 0 0.0134 Tank initStep - 3 59.5 -177 86.3 0.00195 8.93e-05 1.29e-05 0.0134 Tank msc - 4 59.5 -177 86.3 0 0.00195 0.00015 0.0135 Tank eIoni - 5 59.5 -177 86.3 0 0 0 0.0135 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.5 -195 115 0.0445 0 0 0 Tank initStep - 1 10.5 -195 115 0.0432 0.00128 0.00277 0.00277 Tank msc - 2 10.5 -195 115 0.0277 0.0155 0.0201 0.0229 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.5 -195 115 2.3e-06 0 0 0 Tank initStep - 1 -5e+03 1.47e+03 -311 2.3e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 -5e+03 1.47e+03 -311 2.3e-06 0 0 5.3e+03 Tank Transportation - 3 -1.43e+03 -167 -5e+03 2.3e-06 0 6.12e+03 1.14e+04 expHall Transportation - 4 3.96e+03 -603 -1e+04 2.3e-06 0 7.37e+03 1.88e+04 world Transportation - 5 9.35e+03 -1.04e+03 -1.5e+04 2.3e-06 0 7.37e+03 2.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.5 -195 115 3.31e-06 0 0 0 Tank initStep - 1 -1.65e+03 -5e+03 -2.5e+03 3.31e-06 0 5.72e+03 5.72e+03 expHall Transportation - 2 -1.65e+03 -5e+03 -2.5e+03 3.31e-06 0 0 5.72e+03 Tank Transportation - 3 -3.21e+03 -2.79e+03 -3.86e+03 3.31e-06 3.31e-06 3.03e+03 8.74e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 10.5 -195 115 0.0277 0 0 0.0229 Tank initStep - 3 10.5 -195 115 0.0263 0.00131 0.00119 0.0241 Tank msc - 4 10.5 -195 115 0.00124 0.0251 0.0129 0.037 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.5 -195 115 2.65e-06 0 0 0 Tank initStep - 1 -3.23e+03 329 -3.25e+03 2.65e-06 2.65e-06 4.7e+03 4.7e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 10.5 -195 115 0.00124 0 0 0.037 Tank initStep - 5 10.5 -195 115 0.0012 3.98e-05 5.87e-06 0.037 Tank msc - 6 10.5 -195 115 0 0.0012 6.98e-05 0.0371 Tank eIoni - 7 10.5 -195 115 0 0 0 0.0371 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.75 -170 130 0.000295 0 0 0 Tank initStep - 1 -9.75 -170 130 0.000295 0 9.2e-07 9.2e-07 Tank msc - 2 -9.75 -170 130 0 0.000295 1.15e-05 1.24e-05 Tank eIoni - 3 -9.75 -170 130 0 0 0 1.24e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.7 -120 167 0.254 0 0 0 Tank initStep - 1 -48.7 -120 167 0.25 0.004 0.0367 0.0367 Tank Cerenkov - 2 -48.7 -120 167 0.246 0.00394 0.0309 0.0676 Tank Cerenkov - 3 -48.7 -120 167 0.244 0.00244 0.0155 0.0831 Tank Cerenkov - 4 -48.7 -120 167 0.243 0.000737 0.00601 0.0891 Tank Cerenkov - 5 -48.7 -120 167 0.243 0.000331 0.00315 0.0923 Tank Cerenkov - 6 -48.7 -120 167 0.242 0.000677 0.00187 0.0941 Tank Cerenkov - 7 -48.8 -120 167 0.19 0.0527 0.136 0.23 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -120 167 3.79e-06 0 0 0 Tank initStep - 1 1.14e+03 2.56e+03 5e+03 3.79e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 1.14e+03 2.56e+03 5e+03 3.79e-06 0 0 5.65e+03 Tank Transportation - 3 -153 5e+03 2.18e+03 3.79e-06 0 3.95e+03 9.6e+03 expHall Transportation - 4 -153 5e+03 2.18e+03 3.79e-06 0 0 9.6e+03 Tank Transportation - 5 -3.88e+03 2.66e+03 -5e+03 3.79e-06 0 8.42e+03 1.8e+04 expHall Transportation - 6 -3.88e+03 2.66e+03 -5e+03 3.79e-06 0 0 1.8e+04 Tank Transportation - 7 -3.34e+03 2.49e+03 5e+03 3.79e-06 0 1e+04 2.8e+04 expHall Transportation - 8 -1.99e+03 297 1e+04 3.79e-06 0 5.62e+03 3.37e+04 world Transportation - 9 -642 -1.89e+03 1.5e+04 3.79e-06 0 5.62e+03 3.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -120 167 2.15e-06 0 0 0 Tank initStep - 1 -5e+03 -337 -137 2.15e-06 0 4.97e+03 4.97e+03 expHall Transportation - 2 -1e+04 -987 -1.47e+03 2.15e-06 0 5.21e+03 1.02e+04 world Transportation - 3 -1.5e+04 -1.64e+03 -2.8e+03 2.15e-06 0 5.21e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -120 167 3.62e-06 0 0 0 Tank initStep - 1 -1.28e+03 1.67e+03 -5e+03 3.62e-06 0 5.61e+03 5.61e+03 expHall Transportation - 2 -6.31e+03 6.73e+03 -1e+04 3.62e-06 0 8.71e+03 1.43e+04 world Transportation - 3 -1.13e+04 1.18e+04 -1.5e+04 3.62e-06 0 8.71e+03 2.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -120 167 4.13e-06 0 0 0 Tank initStep - 1 -1.14e+03 4.8e+03 616 4.13e-06 4.13e-06 5.06e+03 5.06e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -48.8 -120 167 0.19 0 0 0.23 Tank initStep - 8 -48.8 -120 167 0.182 0.00793 0.0327 0.263 Tank msc - 9 -48.9 -120 167 0.162 0.0199 0.0922 0.355 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -120 167 3.18e-06 0 0 0 Tank initStep - 1 -5e+03 -4.71e+03 830 3.18e-06 0 6.78e+03 6.78e+03 expHall Transportation - 2 -5e+03 -4.71e+03 830 3.18e-06 0 0 6.78e+03 Tank Transportation - 3 -4.66e+03 -5e+03 730 3.18e-06 0 462 7.24e+03 expHall Transportation - 4 -4.66e+03 -5e+03 730 3.18e-06 0 0 7.24e+03 Tank Transportation - 5 -2.49e+03 353 1.49e+03 3.18e-06 3.18e-06 5.82e+03 1.31e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -48.9 -120 167 0.162 0 0 0.355 Tank initStep - 10 -48.9 -120 167 0.144 0.0173 0.0253 0.381 Tank msc - 11 -49 -120 167 0.125 0.0193 0.0682 0.449 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.9 -120 167 3.96e-06 0 0 0 Tank initStep - 1 -384 -432 1.08e+03 3.96e-06 3.96e-06 1.02e+03 1.02e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.9 -120 167 4.1e-06 0 0 0 Tank initStep - 1 -5e+03 1.93e+03 747 4.1e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 -5e+03 1.93e+03 747 4.1e-06 0 0 5.39e+03 Tank Transportation - 3 2.8e+03 -4.06e+03 5e+03 4.1e-06 0 1.07e+04 1.61e+04 expHall Transportation - 4 2.8e+03 -4.06e+03 5e+03 4.1e-06 0 0 1.61e+04 Tank Transportation - 5 2.13e+03 -5e+03 3.81e+03 4.1e-06 0 1.66e+03 1.78e+04 expHall Transportation - 6 2.13e+03 -5e+03 3.81e+03 4.1e-06 0 0 1.78e+04 Tank Transportation - 7 3.53e+03 -3.93e+03 3.98e+03 4.1e-06 4.1e-06 1.77e+03 1.95e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.9 -120 167 2.58e-06 0 0 0 Tank initStep - 1 -946 -5e+03 966 2.58e-06 0 5.03e+03 5.03e+03 expHall Transportation - 2 -3.44e+03 -1e+04 1.55e+03 2.58e-06 0 5.62e+03 1.06e+04 world Transportation - 3 -5.93e+03 -1.5e+04 2.14e+03 2.58e-06 0 5.62e+03 1.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -49 -120 167 0.125 0 0 0.449 Tank initStep - 12 -49 -120 167 0.119 0.00634 0.0166 0.465 Tank msc - 13 -49 -120 167 0.102 0.0172 0.0535 0.519 Tank eIoni - 14 -49 -120 167 0.0826 0.0189 0.0446 0.564 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49 -120 167 3.32e-06 0 0 0 Tank initStep - 1 2.93e+03 -5e+03 4.46e+03 3.32e-06 0 7.15e+03 7.15e+03 expHall Transportation - 2 2.93e+03 -5e+03 4.46e+03 3.32e-06 0 0 7.15e+03 Tank Transportation - 3 3.36e+03 -3.89e+03 5e+03 3.32e-06 0 1.31e+03 8.46e+03 expHall Transportation - 4 3.36e+03 -3.89e+03 5e+03 3.32e-06 0 0 8.46e+03 Tank Transportation - 5 4.71e+03 5e+03 -2.3e+03 3.32e-06 0 1.16e+04 2e+04 expHall Transportation - 6 6.47e+03 9.58e+03 -1e+04 3.32e-06 0 9.13e+03 2.92e+04 world Transportation - 7 7.61e+03 1.26e+04 -1.5e+04 3.32e-06 0 5.93e+03 3.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49 -120 167 4.04e-06 0 0 0 Tank initStep - 1 3.1e+03 -5e+03 -4.2e+03 4.04e-06 0 7.27e+03 7.27e+03 expHall Transportation - 2 3.1e+03 -5e+03 -4.2e+03 4.04e-06 0 0 7.27e+03 Tank Transportation - 3 3.19e+03 -3.35e+03 -5e+03 4.04e-06 0 1.83e+03 9.1e+03 expHall Transportation - 4 3.19e+03 -3.35e+03 -5e+03 4.04e-06 0 0 9.1e+03 Tank Transportation - 5 3.41e+03 -2.66e+03 -4.63e+03 4.04e-06 4.04e-06 817 9.92e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 -49 -120 167 0.0826 0 0 0.564 Tank initStep - 15 -49 -120 167 0.0718 0.0109 0.00819 0.572 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49 -120 167 2.41e-06 0 0 0 Tank initStep - 1 -1.64e+03 -5e+03 -395 2.41e-06 0 5.16e+03 5.16e+03 expHall Transportation - 2 -1.64e+03 -5e+03 -395 2.41e-06 0 0 5.16e+03 Tank Transportation - 3 -5e+03 -2.41e+03 1.75e+03 2.41e-06 0 4.75e+03 9.91e+03 expHall Transportation - 4 -9.4e+03 8.05e+03 1e+04 2.41e-06 0 1.4e+04 2.39e+04 world Transportation - 5 -1.21e+04 1.44e+04 1.5e+04 2.41e-06 0 8.5e+03 3.25e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 -49 -120 167 0.0718 0 0 0.572 Tank initStep - 16 -49 -120 167 0.0688 0.00302 0.00641 0.578 Tank msc - 17 -49 -120 167 0.056 0.0128 0.0298 0.608 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49 -120 167 3.51e-06 0 0 0 Tank initStep - 1 513 30.5 -974 3.51e-06 0 1.28e+03 1.28e+03 Tank OpRayleigh - 2 1.78e+03 -654 -5e+03 3.51e-06 0 4.27e+03 5.56e+03 expHall Transportation - 3 1.78e+03 -654 -5e+03 3.51e-06 0 0 5.56e+03 Tank Transportation - 4 1.34e+03 -5e+03 -3.1e+03 3.51e-06 0 4.76e+03 1.03e+04 expHall Transportation - 5 688 -1e+04 608 3.51e-06 0 6.26e+03 1.66e+04 world Transportation - 6 40.8 -1.5e+04 4.32e+03 3.51e-06 0 6.26e+03 2.28e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 -49 -120 167 0.056 0 0 0.608 Tank initStep - 18 -49 -120 167 0.0537 0.00223 0.00414 0.612 Tank msc - 19 -49 -120 167 0.0341 0.0196 0.024 0.636 Tank eIoni - 20 -49 -120 167 0.00852 0.0256 0.0166 0.653 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49 -120 167 2.61e-06 0 0 0 Tank initStep - 1 5e+03 -2.09e+03 3.17e+03 2.61e-06 0 6.2e+03 6.2e+03 expHall Transportation - 2 5e+03 -2.09e+03 3.17e+03 2.61e-06 0 0 6.2e+03 Tank Transportation - 3 3.51e+03 -3.15e+03 5e+03 2.61e-06 0 2.59e+03 8.78e+03 expHall Transportation - 4 3.51e+03 -3.15e+03 5e+03 2.61e-06 0 0 8.78e+03 Tank Transportation - 5 1.43e+03 -4.69e+03 682 2.61e-06 0 5.03e+03 1.38e+04 Tank OpRayleigh - 6 5e+03 -2.01e+03 -935 2.61e-06 0 4.75e+03 1.86e+04 expHall Transportation - 7 5e+03 -2.01e+03 -935 2.61e-06 0 0 1.86e+04 Tank Transportation - 8 -3.43e+03 1.83e+03 -3.93e+03 2.61e-06 2.61e-06 9.73e+03 2.83e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 -49 -120 167 0.00852 0 0 0.653 Tank initStep - 21 -49 -120 167 0.00831 0.000206 0.00015 0.653 Tank msc - 22 -49 -120 167 0 0.00831 0.00179 0.655 Tank eIoni - 23 -49 -120 167 0 0 0 0.655 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.9 -85.4 129 0.0249 0 0 0 Tank initStep - 1 -23.9 -85.4 129 0.0239 0.00107 0.000994 0.000994 Tank msc - 2 -23.9 -85.4 129 0.00125 0.0226 0.0113 0.0123 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.9 -85.4 129 3.72e-06 0 0 0 Tank initStep - 1 1.61e+03 -1.88e+03 -262 3.72e-06 3.72e-06 2.46e+03 2.46e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -23.9 -85.4 129 0.00125 0 0 0.0123 Tank initStep - 3 -23.9 -85.4 129 0.00121 4.06e-05 5.96e-06 0.0123 Tank msc - 4 -23.9 -85.4 129 0 0.00121 7.09e-05 0.0124 Tank eIoni - 5 -23.9 -85.4 129 0 0 0 0.0124 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.705 0.914 -0.0672 0.511 0 0 0 Tank initStep - 1 20 68.5 -101 0.182 1.42e-05 123 123 Tank compt - 2 17.2 43.7 -93.4 0.152 1.42e-05 26.1 149 Tank compt - 3 27.7 37.6 -78.4 0.0958 2.92e-05 19.3 169 Tank compt - 4 -5.39 48.5 -109 0.0795 1.42e-05 46.1 215 Tank compt - 5 -290 -194 146 0.0692 1.42e-05 453 667 Tank compt - 6 -370 -160 92.6 0 0.000537 102 769 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -370 -160 92.6 0.0686 0 0 0 Tank initStep - 1 -370 -160 92.6 0.0654 0.00327 0.00593 0.00593 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -370 -160 92.6 3.16e-06 0 0 0 Tank initStep - 1 -1.46e+03 -117 -253 3.16e-06 3.16e-06 1.15e+03 1.15e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -370 -160 92.6 0.0654 0 0 0.00593 Tank initStep - 2 -370 -160 92.6 0.0631 0.00231 0.00544 0.0114 Tank msc - 3 -370 -160 92.6 0.0506 0.0125 0.0275 0.0389 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 74 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -370 -160 92.6 3.6e-06 0 0 0 Tank initStep - 1 -5e+03 3.71e+03 -1.1e+03 3.6e-06 0 6.15e+03 6.15e+03 expHall Transportation - 2 -5e+03 3.71e+03 -1.1e+03 3.6e-06 0 0 6.15e+03 Tank Transportation - 3 -2.7e+03 5e+03 -1.73e+03 3.6e-06 0 2.71e+03 8.86e+03 expHall Transportation - 4 -2.7e+03 5e+03 -1.73e+03 3.6e-06 0 0 8.86e+03 Tank Transportation - 5 4.76e+03 -2.23e+03 -5e+03 3.6e-06 0 1.09e+04 1.98e+04 expHall Transportation - 6 4.76e+03 -2.23e+03 -5e+03 3.6e-06 0 0 1.98e+04 Tank Transportation - 7 4.85e+03 -2.26e+03 -4.87e+03 3.6e-06 3.6e-06 160 1.99e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -370 -160 92.6 0.0506 0 0 0.0389 Tank initStep - 4 -370 -160 92.6 0.0494 0.00123 0.00347 0.0423 Tank msc - 5 -370 -160 92.6 0.0366 0.0127 0.0224 0.0647 Tank eIoni - 6 -370 -160 92.6 0.0208 0.0158 0.0176 0.0824 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -370 -160 92.6 2.38e-06 0 0 0 Tank initStep - 1 5e+03 -1.47e+03 -1.17e+03 2.38e-06 0 5.67e+03 5.67e+03 expHall Transportation - 2 1e+04 -3.76e+03 -3.23e+03 2.38e-06 0 5.88e+03 1.15e+04 world Transportation - 3 1.5e+04 -6.05e+03 -5.3e+03 2.38e-06 0 5.88e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -370 -160 92.6 0.0208 0 0 0.0824 Tank initStep - 7 -370 -160 92.6 0.0203 0.00047 0.00072 0.0831 Tank msc - 8 -370 -160 92.6 0 0.0203 0.00865 0.0917 Tank eIoni - 9 -370 -160 92.6 0 0 0 0.0917 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -290 -194 146 0.0103 0 0 0 Tank initStep - 1 -290 -194 146 0.00997 0.000383 0.000211 0.000211 Tank msc - 2 -290 -194 146 0 0.00997 0.00247 0.00268 Tank eIoni - 3 -290 -194 146 0 0 0 0.00268 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.39 48.5 -109 0.0162 0 0 0 Tank initStep - 1 -5.39 48.5 -109 0.0159 0.000346 0.000465 0.000465 Tank msc - 2 -5.39 48.5 -109 0 0.0159 0.00559 0.00606 Tank eIoni - 3 -5.39 48.5 -109 0 0 0 0.00606 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.39 48.5 -109 3.14e-06 0 0 0 Tank initStep - 1 2.69e+03 5e+03 260 3.14e-06 0 5.65e+03 5.65e+03 expHall Transportation - 2 6.17e+03 1e+04 -272 3.14e-06 0 6.11e+03 1.18e+04 world Transportation - 3 9.64e+03 1.5e+04 -805 3.14e-06 0 6.11e+03 1.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.39 48.5 -109 3.8e-06 0 0 0 Tank initStep - 1 2.39e+03 -782 924 3.8e-06 3.8e-06 2.73e+03 2.73e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.7 37.6 -78.4 0.0565 0 0 0 Tank initStep - 1 27.7 37.6 -78.4 0.0552 0.00127 0.0042 0.0042 Tank msc - 2 27.8 37.6 -78.4 0.0423 0.0128 0.0245 0.0287 Tank eIoni - 3 27.8 37.6 -78.4 0.0258 0.0165 0.0198 0.0485 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.8 37.6 -78.4 3.42e-06 0 0 0 Tank initStep - 1 -5e+03 -3.82e+03 192 3.42e-06 0 6.34e+03 6.34e+03 expHall Transportation - 2 -5e+03 -3.82e+03 192 3.42e-06 0 0 6.34e+03 Tank Transportation - 3 -3.84e+03 -4.79e+03 140 3.42e-06 3.42e-06 1.52e+03 7.86e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 27.8 37.6 -78.4 0.0258 0 0 0.0485 Tank initStep - 4 27.8 37.6 -78.4 0.0252 0.000584 0.00106 0.0496 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.8 37.6 -78.4 3.91e-06 0 0 0 Tank initStep - 1 274 -5e+03 -67.1 3.91e-06 0 5.04e+03 5.04e+03 expHall Transportation - 2 -1.42e+03 -1e+04 -217 3.91e-06 0 5.28e+03 1.03e+04 world Transportation - 3 -3.12e+03 -1.5e+04 -366 3.91e-06 0 5.28e+03 1.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 27.8 37.6 -78.4 0.0252 0 0 0.0496 Tank initStep - 5 27.8 37.6 -78.4 0.0246 0.00064 0.00101 0.0506 Tank msc - 6 27.8 37.6 -78.4 0.00187 0.0227 0.0118 0.0624 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.8 37.6 -78.4 3.3e-06 0 0 0 Tank initStep - 1 1.17e+03 1.15e+03 5e+03 3.3e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 4.92e+03 3.26e+03 1e+04 3.3e-06 0 6.6e+03 1.19e+04 world Transportation - 3 8.67e+03 5.37e+03 1.5e+04 3.3e-06 0 6.6e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.8 37.6 -78.4 2.28e-06 0 0 0 Tank initStep - 1 5e+03 -878 -394 2.28e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 1e+04 -2.86e+03 -1.33e+03 2.28e-06 0 5.46e+03 1.05e+04 world Transportation - 3 1.5e+04 -4.85e+03 -2.27e+03 2.28e-06 0 5.46e+03 1.6e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 27.8 37.6 -78.4 0.00187 0 0 0.0624 Tank initStep - 7 27.8 37.6 -78.4 0.00187 0 1.12e-05 0.0624 Tank msc - 8 27.8 37.6 -78.4 0 0.00187 0.00014 0.0626 Tank eIoni - 9 27.8 37.6 -78.4 0 0 0 0.0626 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.2 43.7 -93.4 0.03 0 0 0 Tank initStep - 1 17.2 43.7 -93.4 0.0292 0.000775 0.00138 0.00138 Tank msc - 2 17.2 43.7 -93.4 0.0115 0.0177 0.0144 0.0158 Tank eIoni - 3 17.2 43.7 -93.4 0 0.0115 0.00318 0.019 Tank eIoni - 4 17.2 43.7 -93.4 0 0 0 0.019 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.2 43.7 -93.4 3.83e-06 0 0 0 Tank initStep - 1 -4.55e+03 4.64e+03 -5e+03 3.83e-06 0 8.12e+03 8.12e+03 expHall Transportation - 2 -4.55e+03 4.64e+03 -5e+03 3.83e-06 0 0 8.12e+03 Tank Transportation - 3 -5e+03 4.54e+03 -4.51e+03 3.83e-06 0 675 8.8e+03 expHall Transportation - 4 -5e+03 4.54e+03 -4.51e+03 3.83e-06 0 0 8.8e+03 Tank Transportation - 5 -2.02e+03 1e+03 -1.85e+03 3.83e-06 3.83e-06 5.34e+03 1.41e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 68.5 -101 0.329 0 0 0 Tank initStep - 1 20 68.6 -101 0.318 0.0104 0.0602 0.0602 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 68.6 -101 4.05e-06 0 0 0 Tank initStep - 1 -727 5e+03 -2.37e+03 4.05e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 -1.22e+03 1e+04 -5.22e+03 4.05e-06 0 5.78e+03 1.13e+04 world Transportation - 3 -1.71e+03 1.5e+04 -8.08e+03 4.05e-06 0 5.78e+03 1.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 20 68.6 -101 0.318 0 0 0.0602 Tank initStep - 2 20 68.6 -101 0.308 0.00992 0.0566 0.117 Tank Cerenkov - 3 20 68.7 -101 0.294 0.0145 0.0532 0.17 Tank Cerenkov - 4 20 68.7 -101 0.28 0.0134 0.0485 0.219 Tank Cerenkov - 5 20 68.8 -101 0.267 0.0137 0.0443 0.263 Tank Cerenkov - 6 19.9 68.8 -101 0.259 0.00747 0.0402 0.303 Tank Cerenkov - 7 19.9 68.8 -101 0.254 0.00575 0.0381 0.341 Tank Cerenkov - 8 19.9 68.8 -101 0.243 0.0107 0.0365 0.378 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 19.9 68.8 -101 3.03e-06 0 0 0 Tank initStep - 1 -1.96e+03 -3.16e+03 -5e+03 3.03e-06 0 6.19e+03 6.19e+03 expHall Transportation - 2 -1.96e+03 -3.16e+03 -5e+03 3.03e-06 0 0 6.19e+03 Tank Transportation - 3 -4.25e+03 -5e+03 -2.5e+03 3.03e-06 0 3.86e+03 1e+04 expHall Transportation - 4 -4.25e+03 -5e+03 -2.5e+03 3.03e-06 0 0 1e+04 Tank Transportation - 5 -5e+03 -2.82e+03 -1.48e+03 3.03e-06 0 2.52e+03 1.26e+04 expHall Transportation - 6 -5e+03 -2.82e+03 -1.48e+03 3.03e-06 0 0 1.26e+04 Tank Transportation - 7 -3.25e+03 2.47e+03 -804 3.03e-06 3.03e-06 5.61e+03 1.82e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 19.9 68.8 -101 0.243 0 0 0.378 Tank initStep - 9 19.9 68.9 -101 0.242 0.000644 0.000802 0.378 Tank msc - 10 20 68.9 -101 0.21 0.032 0.136 0.515 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 68.9 -101 2.91e-06 0 0 0 Tank initStep - 1 4.87e+03 -4.25e+03 -5e+03 2.91e-06 0 8.14e+03 8.14e+03 expHall Transportation - 2 4.87e+03 -4.25e+03 -5e+03 2.91e-06 0 0 8.14e+03 Tank Transportation - 3 5e+03 -4.36e+03 -4.78e+03 2.91e-06 0 273 8.41e+03 expHall Transportation - 4 5e+03 -4.36e+03 -4.78e+03 2.91e-06 0 0 8.41e+03 Tank Transportation - 5 3.39e+03 -5e+03 -3.53e+03 2.91e-06 0 2.14e+03 1.05e+04 expHall Transportation - 6 -1e+04 -6.62e+03 2.46e+03 2.91e-06 0 1.48e+04 2.53e+04 world Transportation - 7 -1.5e+04 -7.23e+03 4.69e+03 2.91e-06 0 5.51e+03 3.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 20 68.9 -101 0.21 0 0 0.515 Tank initStep - 11 20 68.9 -101 0.197 0.0128 0.0385 0.553 Tank msc - 12 20 69 -101 0.17 0.0274 0.103 0.656 Tank eIoni - 13 20 69 -101 0.14 0.0297 0.0844 0.741 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 69 -101 3.57e-06 0 0 0 Tank initStep - 1 3.89e+03 415 -700 3.57e-06 0 3.93e+03 3.93e+03 Tank OpRayleigh - 2 1.6e+03 168 -5e+03 3.57e-06 0 4.88e+03 8.81e+03 expHall Transportation - 3 -7.12e+03 350 -1e+04 3.57e-06 0 1.01e+04 1.89e+04 world Transportation - 4 -1.5e+04 514 -1.45e+04 3.57e-06 0 9.08e+03 2.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 20 69 -101 0.14 0 0 0.741 Tank initStep - 14 20 69 -101 0.128 0.0126 0.02 0.761 Tank msc - 15 20 68.9 -102 0.111 0.0162 0.0585 0.819 Tank eIoni - 16 20 69 -102 0.0775 0.034 0.0497 0.869 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 68.9 -102 3.8e-06 0 0 0 Tank initStep - 1 13.6 -260 -196 3.8e-06 0 343 343 Tank OpRayleigh - 2 -2.17e+03 2.82e+03 -1.01e+03 3.8e-06 0 3.86e+03 4.2e+03 Tank OpRayleigh - 3 -500 2.91e+03 11.3 3.8e-06 0 1.96e+03 6.16e+03 Bubble Transportation - 4 -18 2.95e+03 500 3.8e-06 0 688 6.85e+03 Tank Transportation - 5 1.94e+03 3.12e+03 3.75e+03 3.8e-06 3.8e-06 3.8e+03 1.07e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 20 69 -102 0.0775 0 0 0.869 Tank initStep - 17 20 69 -102 0.0758 0.00171 0.00732 0.876 Tank msc - 18 20 69 -102 0.0542 0.0216 0.0327 0.909 Tank eIoni - 19 20 69 -102 0.0354 0.0187 0.0241 0.933 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 69 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 69 -102 3.24e-06 0 0 0 Tank initStep - 1 -5e+03 -1.92e+03 -492 3.24e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 -5e+03 -1.92e+03 -492 3.24e-06 0 0 5.41e+03 Tank Transportation - 3 -1.2e+03 -5e+03 -182 3.24e-06 0 4.9e+03 1.03e+04 expHall Transportation - 4 -1.2e+03 -5e+03 -182 3.24e-06 0 0 1.03e+04 Tank Transportation - 5 5e+03 2.11e+03 4.21e+03 3.24e-06 0 1.04e+04 2.07e+04 expHall Transportation - 6 5e+03 2.11e+03 4.21e+03 3.24e-06 0 0 2.07e+04 Tank Transportation - 7 4.39e+03 2.93e+03 5e+03 3.24e-06 0 1.29e+03 2.2e+04 expHall Transportation - 8 4.39e+03 2.93e+03 5e+03 3.24e-06 0 0 2.2e+04 Tank Transportation - 9 4.02e+03 5e+03 3.88e+03 3.24e-06 0 2.39e+03 2.44e+04 expHall Transportation - 10 4.02e+03 5e+03 3.88e+03 3.24e-06 0 0 2.44e+04 Tank Transportation - 11 2.4e+03 4.02e+03 2.74e+03 3.24e-06 0 2.21e+03 2.66e+04 Tank OpRayleigh - 12 -814 5e+03 4.86e+03 3.24e-06 0 3.97e+03 3.06e+04 expHall Transportation - 13 -814 5e+03 4.86e+03 3.24e-06 0 0 3.06e+04 Tank Transportation - 14 -1.04e+03 4.85e+03 5e+03 3.24e-06 0 302 3.09e+04 expHall Transportation - 15 -1.04e+03 4.85e+03 5e+03 3.24e-06 0 0 3.09e+04 Tank Transportation - 16 -5e+03 2.49e+03 3.26e+03 3.24e-06 0 4.93e+03 3.58e+04 expHall Transportation - 17 -5e+03 2.49e+03 3.26e+03 3.24e-06 0 0 3.58e+04 Tank Transportation - 18 -3.02e+03 1.09e+03 2.6e+03 3.24e-06 3.24e-06 2.51e+03 3.83e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 31 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 20 69 -102 0.0354 0 0 0.933 Tank initStep - 20 20 69 -102 0.0348 0.000652 0.00185 0.935 Tank msc - 21 20 69 -102 0.0137 0.0211 0.0169 0.952 Tank eIoni - 22 20 69 -102 0 0.0137 0.00432 0.956 Tank eIoni - 23 20 69 -102 0 0 0 0.956 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.706 0.915 -0.0678 2.64e-06 0 0 0 Tank initStep - 1 -5e+03 -1.19e+03 -2.93e+03 2.64e-06 0 5.92e+03 5.92e+03 expHall Transportation - 2 -1e+04 -524 -5.39e+03 2.64e-06 0 5.61e+03 1.15e+04 world Transportation - 3 -1.5e+04 144 -7.85e+03 2.64e-06 0 5.61e+03 1.71e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.124 -0.0277 0.0502 0.482 0.0183 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0939 -0.021 0.0381 3.88e-06 0 0 0 Tank initStep - 1 1.38e+03 -1.19e+03 -1.21e+03 3.88e-06 3.88e-06 2.19e+03 2.19e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.102 -0.0227 0.0412 2.73e-06 0 0 0 Tank initStep - 1 4.89e+03 -5e+03 2.77e+03 2.73e-06 0 7.52e+03 7.52e+03 expHall Transportation - 2 1e+04 -6.77e+03 5.66e+03 2.73e-06 0 6.14e+03 1.37e+04 world Transportation - 3 1.5e+04 -8.5e+03 8.49e+03 2.73e-06 0 6e+03 1.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0581 -0.013 0.0235 3.8e-06 0 0 0 Tank initStep - 1 5e+03 1.58e+03 909 3.8e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 1e+04 3.25e+03 2.02e+03 3.8e-06 0 5.39e+03 1.07e+04 world Transportation - 3 1.5e+04 4.93e+03 3.13e+03 3.8e-06 0 5.39e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.115 -0.0257 0.0466 2.71e-06 0 0 0 Tank initStep - 1 4.3e+03 315 5e+03 2.71e-06 0 6.6e+03 6.6e+03 expHall Transportation - 2 4.3e+03 315 5e+03 2.71e-06 0 0 6.6e+03 Tank Transportation - 3 5e+03 469 4.66e+03 2.71e-06 0 794 7.4e+03 expHall Transportation - 4 5e+03 469 4.66e+03 2.71e-06 0 0 7.4e+03 Tank Transportation - 5 3.82e+03 5e+03 708 2.71e-06 0 6.12e+03 1.35e+04 expHall Transportation - 6 3.82e+03 5e+03 708 2.71e-06 0 0 1.35e+04 Tank Transportation - 7 2.68e+03 -4.32e+03 -5e+03 2.71e-06 0 1.1e+04 2.45e+04 expHall Transportation - 8 2.68e+03 -4.32e+03 -5e+03 2.71e-06 0 0 2.45e+04 Tank Transportation - 9 2.68e+03 -5e+03 -4.41e+03 2.71e-06 0 903 2.54e+04 expHall Transportation - 10 3.5e+03 -1e+04 -725 2.71e-06 0 6.26e+03 3.17e+04 world Transportation - 11 4.31e+03 -1.5e+04 2.96e+03 2.71e-06 0 6.26e+03 3.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0854 -0.0191 0.0346 3.25e-06 0 0 0 Tank initStep - 1 3.84e+03 -474 5e+03 3.25e-06 0 6.32e+03 6.32e+03 expHall Transportation - 2 3.84e+03 -474 5e+03 3.25e-06 0 0 6.32e+03 Tank Transportation - 3 5e+03 -705 4.45e+03 3.25e-06 0 1.3e+03 7.62e+03 expHall Transportation - 4 1e+04 -3.19e+03 82.9 3.25e-06 0 7.09e+03 1.47e+04 world Transportation - 5 1.5e+04 -5.67e+03 -4.29e+03 3.25e-06 0 7.09e+03 2.18e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0686 -0.0153 0.0278 3.38e-06 0 0 0 Tank initStep - 1 3.68e+03 -1.14e+03 5e+03 3.38e-06 0 6.31e+03 6.31e+03 expHall Transportation - 2 3.68e+03 -1.14e+03 5e+03 3.38e-06 0 0 6.31e+03 Tank Transportation - 3 5e+03 -2.99e+03 2.41e+03 3.38e-06 0 3.44e+03 9.75e+03 expHall Transportation - 4 5e+03 -2.99e+03 2.41e+03 3.38e-06 0 0 9.75e+03 Tank Transportation - 5 2.59e+03 -5e+03 498 3.38e-06 0 3.68e+03 1.34e+04 expHall Transportation - 6 2.59e+03 -5e+03 498 3.38e-06 0 0 1.34e+04 Tank Transportation - 7 -1.99e+03 5e+03 -229 3.38e-06 0 1.1e+04 2.45e+04 expHall Transportation - 8 -5.84e+03 1e+04 741 3.38e-06 0 6.39e+03 3.08e+04 world Transportation - 9 -9.69e+03 1.5e+04 1.71e+03 3.38e-06 0 6.39e+03 3.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.124 -0.0277 0.0502 0.482 0 0 0.139 Tank initStep - 2 0.232 -0.0429 0.119 0.464 0.0174 0.13 0.269 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.228 -0.0424 0.116 2.37e-06 0 0 0 Tank initStep - 1 2.78e+03 -262 -3.03e+03 2.37e-06 2.37e-06 4.12e+03 4.12e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.232 -0.0429 0.119 0.464 0 0 0.269 Tank initStep - 3 0.329 -0.0707 0.184 0.435 0.0289 0.12 0.389 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.264 -0.0521 0.141 3.26e-06 0 0 0 Tank initStep - 1 5e+03 2.26e+03 2.47e+03 3.26e-06 0 6.01e+03 6.01e+03 expHall Transportation - 2 5e+03 2.26e+03 2.47e+03 3.26e-06 0 0 6.01e+03 Tank Transportation - 3 3.69e+03 4.33e+03 2.18e+03 3.26e-06 0 2.47e+03 8.49e+03 Tank OpRayleigh - 4 3.55e+03 5e+03 1.53e+03 3.26e-06 0 942 9.43e+03 expHall Transportation - 5 3.55e+03 5e+03 1.53e+03 3.26e-06 0 0 9.43e+03 Tank Transportation - 6 584 -2.03e+03 -5e+03 3.26e-06 0 1e+04 1.95e+04 expHall Transportation - 7 -1.49e+03 -1e+04 -6.12e+03 3.26e-06 0 8.31e+03 2.78e+04 world Transportation - 8 -2.79e+03 -1.5e+04 -6.83e+03 3.26e-06 0 5.21e+03 3.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.295 -0.0611 0.162 3.63e-06 0 0 0 Tank initStep - 1 5e+03 -398 2.28e+03 3.63e-06 0 5.51e+03 5.51e+03 expHall Transportation - 2 1e+04 1.09e+03 5.03e+03 3.63e-06 0 5.9e+03 1.14e+04 world Transportation - 3 1.5e+04 2.59e+03 7.78e+03 3.63e-06 0 5.9e+03 1.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.279 -0.0563 0.15 2.12e-06 0 0 0 Tank initStep - 1 -3.74e+03 2.77e+03 -2.7e+03 2.12e-06 2.12e-06 5.38e+03 5.38e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.278 -0.0562 0.15 3.94e-06 0 0 0 Tank initStep - 1 5e+03 -261 523 3.94e-06 0 5.03e+03 5.03e+03 expHall Transportation - 2 1e+04 622 482 3.94e-06 0 5.08e+03 1.01e+04 world Transportation - 3 1.5e+04 1.51e+03 441 3.94e-06 0 5.08e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.243 -0.0461 0.126 2.94e-06 0 0 0 Tank initStep - 1 5e+03 1.7e+03 3.26e+03 2.94e-06 0 6.21e+03 6.21e+03 expHall Transportation - 2 5e+03 1.7e+03 3.26e+03 2.94e-06 0 0 6.21e+03 Tank Transportation - 3 2.49e+03 5e+03 2.92e+03 2.94e-06 0 4.16e+03 1.04e+04 expHall Transportation - 4 2.49e+03 5e+03 2.92e+03 2.94e-06 0 0 1.04e+04 Tank Transportation - 5 -5e+03 83.9 2.4e+03 2.94e-06 0 8.98e+03 1.93e+04 expHall Transportation - 6 -1e+04 -3.32e+03 645 2.94e-06 0 6.3e+03 2.56e+04 world Transportation - 7 -1.5e+04 -6.73e+03 -1.12e+03 2.94e-06 0 6.3e+03 3.19e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.29 -0.0597 0.158 2.38e-06 0 0 0 Tank initStep - 1 5e+03 1.73e+03 4.48e+03 2.38e-06 0 6.93e+03 6.93e+03 expHall Transportation - 2 7.08e+03 4.65e+03 1e+04 2.38e-06 0 6.58e+03 1.35e+04 world Transportation - 3 8.96e+03 7.29e+03 1.5e+04 2.38e-06 0 5.96e+03 1.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.329 -0.0707 0.184 0.435 0 0 0.389 Tank initStep - 4 0.415 -0.0854 0.24 0.415 0.0202 0.106 0.495 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.391 -0.0812 0.224 2.72e-06 0 0 0 Tank initStep - 1 5e+03 462 691 2.72e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 1e+04 877 2.37e+03 2.72e-06 0 5.29e+03 1.04e+04 world Transportation - 3 1.5e+04 1.29e+03 4.04e+03 2.72e-06 0 5.29e+03 1.56e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.415 -0.0854 0.24 0.415 0 0 0.495 Tank initStep - 5 0.5 -0.122 0.262 0.399 0.0156 0.096 0.591 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.457 -0.104 0.251 3.49e-06 0 0 0 Tank initStep - 1 5e+03 -3.59e+03 -1.24e+03 3.49e-06 0 6.28e+03 6.28e+03 expHall Transportation - 2 6.26e+03 -1e+04 -4.4e+03 3.49e-06 0 7.26e+03 1.35e+04 world Transportation - 3 7.25e+03 -1.5e+04 -6.87e+03 3.49e-06 0 5.66e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.436 -0.0943 0.245 2.6e-06 0 0 0 Tank initStep - 1 5e+03 -1.42e+03 -1.16e+03 2.6e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 5e+03 -1.42e+03 -1.16e+03 2.6e-06 0 0 5.32e+03 Tank Transportation - 3 3.19e+03 3.6e+03 -5e+03 2.6e-06 0 6.58e+03 1.19e+04 expHall Transportation - 4 3.19e+03 3.6e+03 -5e+03 2.6e-06 0 0 1.19e+04 Tank Transportation - 5 2.68e+03 5e+03 -3.93e+03 2.6e-06 0 1.83e+03 1.37e+04 expHall Transportation - 6 2.68e+03 5e+03 -3.93e+03 2.6e-06 0 0 1.37e+04 Tank Transportation - 7 4.25e+03 -4.54e+03 5e+03 2.6e-06 0 1.32e+04 2.69e+04 expHall Transportation - 8 4.25e+03 -4.54e+03 5e+03 2.6e-06 0 0 2.69e+04 Tank Transportation - 9 4.23e+03 -5e+03 4.46e+03 2.6e-06 0 712 2.76e+04 expHall Transportation - 10 4.23e+03 -5e+03 4.46e+03 2.6e-06 0 0 2.76e+04 Tank Transportation - 11 3.92e+03 2.06e+03 -5e+03 2.6e-06 0 1.18e+04 3.94e+04 expHall Transportation - 12 3.92e+03 2.06e+03 -5e+03 2.6e-06 0 0 3.94e+04 Tank Transportation - 13 2.73e+03 5e+03 -2.04e+03 2.6e-06 0 4.34e+03 4.38e+04 expHall Transportation - 14 2.73e+03 5e+03 -2.04e+03 2.6e-06 0 0 4.38e+04 Tank Transportation - 15 -67.3 1.27e+03 -923 2.6e-06 2.6e-06 4.79e+03 4.85e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.5 -0.122 0.262 0.399 0 0 0.591 Tank initStep - 6 0.579 -0.158 0.278 0.389 0.01 0.089 0.68 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.532 -0.137 0.268 2.49e-06 0 0 0 Tank initStep - 1 4.09e+03 -5e+03 1.96e+03 2.49e-06 0 6.75e+03 6.75e+03 expHall Transportation - 2 4.09e+03 -5e+03 1.96e+03 2.49e-06 0 0 6.75e+03 Tank Transportation - 3 5e+03 -4.02e+03 1.66e+03 2.49e-06 0 1.37e+03 8.12e+03 expHall Transportation - 4 5e+03 -4.02e+03 1.66e+03 2.49e-06 0 0 8.12e+03 Tank Transportation - 5 -3.26e+03 5e+03 -1.87e+03 2.49e-06 0 1.27e+04 2.09e+04 expHall Transportation - 6 -3.26e+03 5e+03 -1.87e+03 2.49e-06 0 0 2.09e+04 Tank Transportation - 7 -5e+03 2.47e+03 -2.24e+03 2.49e-06 0 3.09e+03 2.39e+04 expHall Transportation - 8 -5e+03 2.47e+03 -2.24e+03 2.49e-06 0 0 2.39e+04 Tank Transportation - 9 -786 -5e+03 -4.54e+03 2.49e-06 0 8.88e+03 3.28e+04 expHall Transportation - 10 3.85e+03 -8.97e+03 -1e+04 2.49e-06 0 8.19e+03 4.1e+04 world Transportation - 11 8.1e+03 -1.26e+04 -1.5e+04 2.49e-06 0 7.5e+03 4.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.579 -0.158 0.278 0.389 0 0 0.68 Tank initStep - 7 0.66 -0.179 0.278 0.379 0.0102 0.0845 0.764 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.631 -0.171 0.278 3.43e-06 0 0 0 Tank initStep - 1 5e+03 4.18e+03 675 3.43e-06 0 6.55e+03 6.55e+03 expHall Transportation - 2 5e+03 4.18e+03 675 3.43e-06 0 0 6.55e+03 Tank Transportation - 3 4.41e+03 5e+03 771 3.43e-06 0 1.02e+03 7.57e+03 expHall Transportation - 4 -3.68e+03 1e+04 -618 3.43e-06 0 9.61e+03 1.72e+04 world Transportation - 5 -1.18e+04 1.5e+04 -2.01e+03 3.43e-06 0 9.61e+03 2.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.624 -0.169 0.278 3.82e-06 0 0 0 Tank initStep - 1 1.46e+03 -125 669 3.82e-06 3.82e-06 1.61e+03 1.61e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.658 -0.178 0.278 4.06e-06 0 0 0 Tank initStep - 1 2.69e+03 -2.3e+03 128 4.06e-06 4.06e-06 3.54e+03 3.54e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.66 -0.179 0.278 0.379 0 0 0.764 Tank initStep - 8 0.73 -0.216 0.282 0.362 0.0174 0.0801 0.844 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.667 -0.182 0.278 2.72e-06 0 0 0 Tank initStep - 1 -2.21e+03 5e+03 1.9e+03 2.72e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 -2.21e+03 5e+03 1.9e+03 2.72e-06 0 0 5.79e+03 Tank Transportation - 3 -4.72e+03 -1.48e+03 5e+03 2.72e-06 0 7.61e+03 1.34e+04 expHall Transportation - 4 -4.72e+03 -1.48e+03 5e+03 2.72e-06 0 0 1.34e+04 Tank Transportation - 5 -5e+03 -2.91e+03 3.87e+03 2.72e-06 0 1.84e+03 1.52e+04 expHall Transportation - 6 -5e+03 -2.91e+03 3.87e+03 2.72e-06 0 0 1.52e+04 Tank Transportation - 7 -253 -3e+03 -5e+03 2.72e-06 0 1.01e+04 2.53e+04 expHall Transportation - 8 -253 -3e+03 -5e+03 2.72e-06 0 0 2.53e+04 Tank Transportation - 9 5e+03 -3.57e+03 1.26e+03 2.72e-06 0 8.19e+03 3.35e+04 expHall Transportation - 10 5e+03 -3.57e+03 1.26e+03 2.72e-06 0 0 3.35e+04 Tank Transportation - 11 -3.54e+03 -2.8e+03 5e+03 2.72e-06 0 9.35e+03 4.28e+04 expHall Transportation - 12 -3.54e+03 -2.8e+03 5e+03 2.72e-06 0 0 4.28e+04 Tank Transportation - 13 -4e+03 -4.5e+03 -5e+03 2.72e-06 0 1.02e+04 5.3e+04 expHall Transportation - 14 -4e+03 -4.5e+03 -5e+03 2.72e-06 0 0 5.3e+04 Tank Transportation - 15 -5e+03 -4.01e+03 -188 2.72e-06 0 4.94e+03 5.79e+04 expHall Transportation - 16 -5e+03 -4.01e+03 -188 2.72e-06 0 0 5.79e+04 Tank Transportation - 17 -3.23e+03 -3.52e+03 5e+03 2.72e-06 0 5.5e+03 6.34e+04 expHall Transportation - 18 3.89e+03 -4.28e+03 1e+04 2.72e-06 0 8.73e+03 7.22e+04 world Transportation - 19 1.1e+04 -5.04e+03 1.5e+04 2.72e-06 0 8.73e+03 8.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.73 -0.216 0.282 2.39e-06 0 0 0 Tank initStep - 1 5e+03 -478 -581 2.39e-06 0 5.06e+03 5.06e+03 expHall Transportation - 2 1e+04 -1.83e+03 -32.6 2.39e-06 0 5.21e+03 1.03e+04 world Transportation - 3 1.5e+04 -3.18e+03 516 2.39e-06 0 5.21e+03 1.55e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.694 -0.197 0.28 3.57e-06 0 0 0 Tank initStep - 1 1.63e+03 -1.96e+03 711 3.57e-06 3.57e-06 2.64e+03 2.64e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.678 -0.188 0.279 3.47e-06 0 0 0 Tank initStep - 1 2.11e+03 -2.75e+03 603 3.47e-06 0 3.52e+03 3.52e+03 Tank OpRayleigh - 2 -834 1.05e+03 -5e+03 3.47e-06 0 7.38e+03 1.09e+04 expHall Transportation - 3 -6.73e+03 1e+04 -8.87e+03 3.47e-06 0 1.14e+04 2.23e+04 world Transportation - 4 -1e+04 1.5e+04 -1.1e+04 3.47e-06 0 6.36e+03 2.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.73 -0.216 0.282 0.362 0 0 0.844 Tank initStep - 9 0.789 -0.257 0.296 0.347 0.0146 0.0729 0.917 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.767 -0.242 0.291 3.11e-06 0 0 0 Tank initStep - 1 466 -787 125 3.11e-06 3.11e-06 923 923 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.754 -0.233 0.288 3.79e-06 0 0 0 Tank initStep - 1 3.09e+03 -5e+03 2.29e+03 3.79e-06 0 6.31e+03 6.31e+03 expHall Transportation - 2 1e+04 -9.14e+03 9.58e+03 3.79e-06 0 1.09e+04 1.72e+04 world Transportation - 3 1.5e+04 -1.21e+04 1.49e+04 3.79e-06 0 7.86e+03 2.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.789 -0.257 0.296 0.347 0 0 0.917 Tank initStep - 10 0.847 -0.29 0.301 0.273 0.0739 0.0672 0.985 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.802 -0.265 0.297 3.57e-06 0 0 0 Tank initStep - 1 1.6e+03 -2.03e+03 5e+03 3.57e-06 0 5.63e+03 5.63e+03 expHall Transportation - 2 1.6e+03 -2.03e+03 5e+03 3.57e-06 0 0 5.63e+03 Tank Transportation - 3 3.27e+03 -4.39e+03 1.75e+03 3.57e-06 3.57e-06 4.35e+03 9.98e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.791 -0.258 0.296 3.23e-06 0 0 0 Tank initStep - 1 5e+03 4.33e+03 -2.01e+03 3.23e-06 0 6.91e+03 6.91e+03 expHall Transportation - 2 5e+03 4.33e+03 -2.01e+03 3.23e-06 0 0 6.91e+03 Tank Transportation - 3 3.74e+03 5e+03 -2.43e+03 3.23e-06 0 1.49e+03 8.4e+03 expHall Transportation - 4 3.74e+03 5e+03 -2.43e+03 3.23e-06 0 0 8.4e+03 Tank Transportation - 5 -5e+03 4.54e+03 -3.49e+03 3.23e-06 0 8.81e+03 1.72e+04 expHall Transportation - 6 -1e+04 4.33e+03 -3.89e+03 3.23e-06 0 5.02e+03 2.22e+04 world Transportation - 7 -1.5e+04 4.12e+03 -4.29e+03 3.23e-06 0 5.02e+03 2.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.833 -0.282 0.3 2.46e-06 0 0 0 Tank initStep - 1 5e+03 185 1.62e+03 2.46e-06 0 5.26e+03 5.26e+03 expHall Transportation - 2 1e+04 1.23e+03 3.55e+03 2.46e-06 0 5.46e+03 1.07e+04 world Transportation - 3 1.5e+04 2.27e+03 5.48e+03 2.46e-06 0 5.46e+03 1.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 0.847 -0.29 0.301 0.273 0 0 0.985 Tank initStep - 11 0.883 -0.311 0.298 0.266 0.00772 0.0418 1.03 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.866 -0.301 0.3 3.42e-06 0 0 0 Tank initStep - 1 -4.28e+03 1.77e+03 5e+03 3.42e-06 0 6.82e+03 6.82e+03 expHall Transportation - 2 -4.28e+03 1.77e+03 5e+03 3.42e-06 0 0 6.82e+03 Tank Transportation - 3 -5e+03 2.51e+03 3.93e+03 3.42e-06 0 1.48e+03 8.3e+03 expHall Transportation - 4 -5e+03 2.51e+03 3.93e+03 3.42e-06 0 0 8.3e+03 Tank Transportation - 5 -563 5e+03 -888 3.42e-06 0 7.01e+03 1.53e+04 expHall Transportation - 6 -563 5e+03 -888 3.42e-06 0 0 1.53e+04 Tank Transportation - 7 5e+03 -3.22e+03 -4.42e+03 3.42e-06 0 1.05e+04 2.58e+04 expHall Transportation - 8 5e+03 -3.22e+03 -4.42e+03 3.42e-06 0 0 2.58e+04 Tank Transportation - 9 2.76e+03 -4.32e+03 -5e+03 3.42e-06 0 2.57e+03 2.84e+04 expHall Transportation - 10 2.76e+03 -4.32e+03 -5e+03 3.42e-06 0 0 2.84e+04 Tank Transportation - 11 3.46 -5e+03 -3.81e+03 3.42e-06 0 3.08e+03 3.15e+04 expHall Transportation - 12 3.46 -5e+03 -3.81e+03 3.42e-06 0 0 3.15e+04 Tank Transportation - 13 -5e+03 -3.19e+03 -1.66e+03 3.42e-06 0 5.73e+03 3.72e+04 expHall Transportation - 14 -5e+03 -3.19e+03 -1.66e+03 3.42e-06 0 0 3.72e+04 Tank Transportation - 15 -1.15e+03 2.36e+03 -3.57e+03 3.42e-06 3.42e-06 7.02e+03 4.42e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.853 -0.294 0.301 4.13e-06 0 0 0 Tank initStep - 1 5e+03 -1.56e+03 230 4.13e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 1e+04 -1.91e+03 766 4.13e-06 0 5.04e+03 1.03e+04 world Transportation - 3 1.5e+04 -2.27e+03 1.3e+03 4.13e-06 0 5.04e+03 1.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.883 -0.311 0.298 0.266 0 0 1.03 Tank initStep - 12 0.912 -0.331 0.283 0.248 0.0173 0.0395 1.07 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.9 -0.323 0.289 3.53e-06 0 0 0 Tank initStep - 1 -2.4e+03 -2.8e+03 -1.93e+03 3.53e-06 3.53e-06 4.16e+03 4.16e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.912 -0.331 0.283 0.248 0 0 1.07 Tank initStep - 13 0.931 -0.337 0.272 0.243 0.00496 0.0219 1.09 Tank Cerenkov - 14 0.933 -0.337 0.27 0.243 0.000123 0.00308 1.09 Tank Cerenkov - 15 0.935 -0.337 0.269 0.243 0.000468 0.00261 1.09 Tank Cerenkov - 16 0.936 -0.337 0.269 0.243 0 0.000839 1.09 Tank Cerenkov - 17 0.937 -0.337 0.268 0.243 5.47e-05 0.000839 1.1 Tank Cerenkov - 18 0.937 -0.337 0.268 0.243 0 0.000632 1.1 Tank Cerenkov - 19 0.938 -0.337 0.267 0.243 7.55e-05 0.000632 1.1 Tank Cerenkov - 20 0.938 -0.338 0.267 0.243 7.48e-06 0.000346 1.1 Tank Cerenkov - 21 0.938 -0.338 0.267 0.242 5.34e-05 0.000318 1.1 Tank Cerenkov - 22 0.938 -0.338 0.267 0.242 0 0.000116 1.1 Tank Cerenkov - 23 0.938 -0.338 0.267 0.242 0 0.000116 1.1 Tank Cerenkov - 24 0.939 -0.338 0.267 0.242 1.5e-05 0.000116 1.1 Tank Cerenkov - 25 0.939 -0.338 0.267 0.242 0 5.89e-05 1.1 Tank Cerenkov - 26 0.939 -0.338 0.267 0.242 0 5.89e-05 1.1 Tank Cerenkov - 27 0.939 -0.338 0.267 0.242 6.99e-05 5.89e-05 1.1 Tank Cerenkov - 28 1.03 -0.353 0.206 0.184 0.0503 0.123 1.22 Tank eBrem - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.97 -0.343 0.246 3.08e-06 0 0 0 Tank initStep - 1 -5e+03 -2.68e+03 945 3.08e-06 0 5.75e+03 5.75e+03 expHall Transportation - 2 -1e+04 -7.26e+03 2.67e+03 3.08e-06 0 7e+03 1.27e+04 world Transportation - 3 -1.5e+04 -1.18e+04 4.39e+03 3.08e-06 0 7e+03 1.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01 -0.35 0.22 3.37e-06 0 0 0 Tank initStep - 1 143 -2.12e+03 -5e+03 3.37e-06 0 5.43e+03 5.43e+03 expHall Transportation - 2 510 -6.59e+03 -1e+04 3.37e-06 0 6.72e+03 1.21e+04 world Transportation - 3 878 -1.11e+04 -1.5e+04 3.37e-06 0 6.72e+03 1.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1 -0.349 0.223 2.78e-06 0 0 0 Tank initStep - 1 -5e+03 4.89e+03 2.75e+03 2.78e-06 0 7.52e+03 7.52e+03 expHall Transportation - 2 -5e+03 4.89e+03 2.75e+03 2.78e-06 0 0 7.52e+03 Tank Transportation - 3 -4.97e+03 5e+03 2.78e+03 2.78e-06 0 119 7.63e+03 expHall Transportation - 4 -4.97e+03 5e+03 2.78e+03 2.78e-06 0 0 7.63e+03 Tank Transportation - 5 -3.77e+03 3.04e+03 5e+03 2.78e-06 0 3.19e+03 1.08e+04 expHall Transportation - 6 2.68e+03 -7.81e+03 1e+04 2.78e-06 0 1.36e+04 2.44e+04 world Transportation - 7 6.97e+03 -1.5e+04 1.33e+04 2.78e-06 0 9.01e+03 3.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03 -0.353 0.206 0.00863 0 0 0 Tank initStep - 1 1.24 -0.569 -0.897 0 0.000537 1.14 1.14 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.24 -0.569 -0.897 0.00809 0 0 0 Tank initStep - 1 1.24 -0.569 -0.897 0.00802 6.91e-05 0.000137 0.000137 Tank msc - 2 1.24 -0.569 -0.898 0 0.00802 0.00168 0.00182 Tank eIoni - 3 1.24 -0.569 -0.898 0 0 0 0.00182 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 1.03 -0.353 0.206 0.184 0 0 1.22 Tank initStep - 29 1.05 -0.361 0.185 0.169 0.0147 0.0299 1.25 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.04 -0.356 0.198 2.17e-06 0 0 0 Tank initStep - 1 5e+03 -718 -2.88e+03 2.17e-06 0 5.81e+03 5.81e+03 expHall Transportation - 2 1e+04 -752 -5.3e+03 2.17e-06 0 5.56e+03 1.14e+04 world Transportation - 3 1.5e+04 -787 -7.72e+03 2.17e-06 0 5.56e+03 1.69e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 29 1.05 -0.361 0.185 0.169 0 0 1.25 Tank initStep - 30 1.07 -0.367 0.167 0.163 0.00542 0.026 1.28 Tank msc - 31 1.11 -0.38 0.121 0.143 0.0203 0.0773 1.35 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.09 -0.375 0.139 3.34e-06 0 0 0 Tank initStep - 1 1.25e+03 2.37e+03 5e+03 3.34e-06 0 5.67e+03 5.67e+03 expHall Transportation - 2 1.25e+03 2.37e+03 5e+03 3.34e-06 0 0 5.67e+03 Tank Transportation - 3 1.35e+03 5e+03 2.59e+03 3.34e-06 0 3.57e+03 9.24e+03 expHall Transportation - 4 1.35e+03 5e+03 2.59e+03 3.34e-06 0 0 9.24e+03 Tank Transportation - 5 -3.5e+03 1.37e+03 2.41e+03 3.34e-06 3.34e-06 6.05e+03 1.53e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08 -0.371 0.151 3.34e-06 0 0 0 Tank initStep - 1 2.26e+03 -5e+03 -3.52e+03 3.34e-06 0 6.52e+03 6.52e+03 expHall Transportation - 2 2.26e+03 -5e+03 -3.52e+03 3.34e-06 0 0 6.52e+03 Tank Transportation - 3 2.9e+03 -2.18e+03 -5e+03 3.34e-06 0 3.25e+03 9.76e+03 expHall Transportation - 4 2.9e+03 -2.18e+03 -5e+03 3.34e-06 0 0 9.76e+03 Tank Transportation - 5 4.21e+03 4.05e+03 5e+03 3.34e-06 0 1.19e+04 2.16e+04 expHall Transportation - 6 5.95e+03 1e+04 9.66e+03 3.34e-06 0 7.76e+03 2.94e+04 world Transportation - 7 7.41e+03 1.5e+04 1.36e+04 3.34e-06 0 6.51e+03 3.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08 -0.372 0.15 2.07e-06 0 0 0 Tank initStep - 1 -4.17e+03 -2.24e+03 5e+03 2.07e-06 0 6.89e+03 6.89e+03 expHall Transportation - 2 -4.17e+03 -2.24e+03 5e+03 2.07e-06 0 0 6.89e+03 Tank Transportation - 3 -5e+03 -2.62e+03 4.69e+03 2.07e-06 0 960 7.85e+03 expHall Transportation - 4 -5e+03 -2.62e+03 4.69e+03 2.07e-06 0 0 7.85e+03 Tank Transportation - 5 -2.4e+03 -5e+03 4.48e+03 2.07e-06 0 3.53e+03 1.14e+04 expHall Transportation - 6 -2.4e+03 -5e+03 4.48e+03 2.07e-06 0 0 1.14e+04 Tank Transportation - 7 -833 -3.83e+03 5e+03 2.07e-06 0 2.02e+03 1.34e+04 expHall Transportation - 8 -833 -3.83e+03 5e+03 2.07e-06 0 0 1.34e+04 Tank Transportation - 9 -838 -3.83e+03 4.42e+03 2.07e-06 2.07e-06 579 1.4e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 31 1.11 -0.38 0.121 0.143 0 0 1.35 Tank initStep - 32 1.12 -0.39 0.107 0.138 0.00458 0.0197 1.37 Tank msc - 33 1.15 -0.416 0.0678 0.0971 0.0414 0.0624 1.44 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 -0.398 0.0951 3.45e-06 0 0 0 Tank initStep - 1 687 5e+03 -4.64e+03 3.45e-06 0 6.86e+03 6.86e+03 expHall Transportation - 2 1.69e+03 9.95e+03 -1e+04 3.45e-06 0 7.36e+03 1.42e+04 world Transportation - 3 2.62e+03 1.46e+04 -1.5e+04 3.45e-06 0 6.87e+03 2.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.14 -0.408 0.0792 2.55e-06 0 0 0 Tank initStep - 1 5e+03 -2.02e+03 -1.32e+03 2.55e-06 0 5.55e+03 5.55e+03 expHall Transportation - 2 5e+03 -2.02e+03 -1.32e+03 2.55e-06 0 0 5.55e+03 Tank Transportation - 3 891 -5e+03 -4.22e+03 2.55e-06 0 5.85e+03 1.14e+04 expHall Transportation - 4 891 -5e+03 -4.22e+03 2.55e-06 0 0 1.14e+04 Tank Transportation - 5 -96.7 -3.42e+03 -5e+03 2.55e-06 0 2.02e+03 1.34e+04 expHall Transportation - 6 -96.7 -3.42e+03 -5e+03 2.55e-06 0 0 1.34e+04 Tank Transportation - 7 -5e+03 766 -1.05e+03 2.55e-06 0 7.56e+03 2.1e+04 expHall Transportation - 8 -8.78e+03 1e+04 -579 2.55e-06 0 9.99e+03 3.1e+04 world Transportation - 9 -1.08e+04 1.5e+04 -325 2.55e-06 0 5.41e+03 3.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 -0.398 0.0952 2.68e-06 0 0 0 Tank initStep - 1 -5e+03 -2.11e+03 4.66e+03 2.68e-06 0 7.15e+03 7.15e+03 expHall Transportation - 2 -5e+03 -2.11e+03 4.66e+03 2.68e-06 0 0 7.15e+03 Tank Transportation - 3 -4.76e+03 -2.44e+03 5e+03 2.68e-06 0 535 7.69e+03 expHall Transportation - 4 -4.76e+03 -2.44e+03 5e+03 2.68e-06 0 0 7.69e+03 Tank Transportation - 5 4.22e+03 -5e+03 3.18e+03 2.68e-06 0 9.51e+03 1.72e+04 expHall Transportation - 6 4.22e+03 -5e+03 3.18e+03 2.68e-06 0 0 1.72e+04 Tank Transportation - 7 5e+03 -4.34e+03 2.84e+03 2.68e-06 0 1.07e+03 1.83e+04 expHall Transportation - 8 5e+03 -4.34e+03 2.84e+03 2.68e-06 0 0 1.83e+04 Tank Transportation - 9 -5e+03 2.13e+03 1.3e+03 2.68e-06 0 1.2e+04 3.03e+04 expHall Transportation - 10 -5e+03 2.13e+03 1.3e+03 2.68e-06 0 0 3.03e+04 Tank Transportation - 11 -13.5 5e+03 1.95e+03 2.68e-06 0 5.79e+03 3.61e+04 expHall Transportation - 12 9.29e+03 1e+04 2.74e+03 2.68e-06 0 1.06e+04 4.67e+04 world Transportation - 13 1.5e+04 1.31e+04 3.22e+03 2.68e-06 0 6.5e+03 5.32e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 -0.401 0.0909 2.09e-06 0 0 0 Tank initStep - 1 -2.05e+03 4.4e+03 -320 2.09e-06 2.09e-06 4.87e+03 4.87e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 -0.397 0.0956 3.72e-06 0 0 0 Tank initStep - 1 1.28e+03 -5e+03 4.17e+03 3.72e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 1.28e+03 -5e+03 4.17e+03 3.72e-06 0 0 6.64e+03 Tank Transportation - 3 1.4e+03 -4.71e+03 5e+03 3.72e-06 0 882 7.52e+03 expHall Transportation - 4 1.4e+03 -4.71e+03 5e+03 3.72e-06 0 0 7.52e+03 Tank Transportation - 5 5e+03 -4.81e+03 3.98e+03 3.72e-06 0 3.74e+03 1.13e+04 expHall Transportation - 6 5e+03 -4.81e+03 3.98e+03 3.72e-06 0 0 1.13e+04 Tank Transportation - 7 393 2.93e+03 -5e+03 3.72e-06 0 1.27e+04 2.4e+04 expHall Transportation - 8 393 2.93e+03 -5e+03 3.72e-06 0 0 2.4e+04 Tank Transportation - 9 1.19e+03 5e+03 -3.63e+03 3.72e-06 0 2.61e+03 2.66e+04 expHall Transportation - 10 3.21e+03 9.06e+03 1e+04 3.72e-06 0 1.44e+04 4.09e+04 world Transportation - 11 3.95e+03 1.05e+04 1.5e+04 3.72e-06 0 5.27e+03 4.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.415 0.0694 3.58e-06 0 0 0 Tank initStep - 1 -5e+03 244 231 3.58e-06 0 5.01e+03 5.01e+03 expHall Transportation - 2 -1e+04 813 -121 3.58e-06 0 5.04e+03 1.01e+04 world Transportation - 3 -1.5e+04 1.38e+03 -474 3.58e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 33 1.15 -0.416 0.0678 0.0971 0 0 1.44 Tank initStep - 34 1.16 -0.424 0.0644 0.0934 0.00365 0.0102 1.45 Tank msc - 35 1.17 -0.452 0.0608 0.0731 0.0203 0.0392 1.49 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.16 -0.431 0.0634 3.98e-06 0 0 0 Tank initStep - 1 -2.14e+03 -4.78e+03 -57.6 3.98e-06 3.98e-06 5.23e+03 5.23e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 35 1.17 -0.452 0.0608 0.0731 0 0 1.49 Tank initStep - 36 1.18 -0.457 0.0623 0.0707 0.00241 0.00623 1.49 Tank msc - 37 1.19 -0.475 0.0692 0.0575 0.0132 0.0296 1.52 Tank eIoni - 38 1.18 -0.491 0.0715 0.0308 0.0268 0.0246 1.55 Tank eIoni - 39 1.17 -0.494 0.07 0.00843 0.0223 0.0145 1.56 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.17 -0.493 0.0704 3.38e-06 0 0 0 Tank initStep - 1 -2.25e+03 5e+03 882 3.38e-06 0 5.56e+03 5.56e+03 expHall Transportation - 2 -4.62e+03 1e+04 457 3.38e-06 0 5.55e+03 1.11e+04 world Transportation - 3 -6.99e+03 1.5e+04 32.5 3.38e-06 0 5.55e+03 1.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 39 1.17 -0.494 0.07 0.00843 0 0 1.56 Tank initStep - 40 1.17 -0.494 0.0701 0.00829 0.000145 0.000132 1.56 Tank msc - 41 1.17 -0.495 0.0705 0 0.00829 0.0016 1.56 Tank eIoni - 42 1.17 -0.495 0.0705 0 0 0 1.56 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.17 -0.495 0.0705 0.511 0 0 0 Tank initStep - 1 -72.5 -45.2 33.7 0.336 1.42e-05 92.5 92.5 Tank compt - 2 -72.4 -45.6 34.4 0.326 1.42e-05 0.79 93.3 Tank compt - 3 -79.5 -67.6 67.7 0.168 2.92e-05 40.5 134 Tank compt - 4 -33.9 -2.87 73.9 0.152 1.42e-05 79.4 213 Tank compt - 5 30.7 10.6 52.8 0.13 1.36e-05 69.2 282 Tank compt - 6 32.3 17.2 33.3 0.107 2.92e-05 20.7 303 Tank compt - 7 11.4 47 36.4 0.107 0 36.5 340 Tank Rayl - 8 -53.5 139 49.7 0.0826 2.92e-05 113 453 Tank compt - 9 -95.4 61.2 32.8 0.081 1.36e-05 89.6 542 Tank compt - 10 -107 50.8 23.2 0.0727 0.000537 18.4 561 Tank compt - 11 -125 58.9 18.7 0.0588 1.42e-05 20 581 Tank compt - 12 -116 53 14.2 0.0528 0.000537 11.5 592 Tank compt - 13 -102 69.2 17.2 0.0449 1.42e-05 21.5 614 Tank compt - 14 -120 69.8 18.1 0.0424 1.42e-05 17.1 631 Tank compt - 15 -121 66.2 18.5 0.0408 0.000537 3.84 635 Tank compt - 16 -117 58.8 17.4 0.0402 0.000537 8.63 643 Tank compt - 17 -135 -17.6 11.2 0.0381 0.000537 78.8 722 Tank compt - 18 -143 -0.2 18.9 0.0337 1.42e-05 20.5 743 Tank compt - 19 -143 -1.12 16.4 0.0308 1.42e-05 2.72 745 Tank compt - 20 -164 6.49 125 0.0291 1.42e-05 111 856 Tank compt - 21 -166 -22.8 125 0.0269 0.000537 29.4 886 Tank compt - 22 -155 -19.7 121 0 0.000537 12 898 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -155 -19.7 121 0.0264 0 0 0 Tank initStep - 1 -155 -19.7 121 0.0261 0.00034 0.0011 0.0011 Tank msc - 2 -155 -19.7 121 0 0.0261 0.0127 0.0138 Tank eIoni - 3 -155 -19.7 121 0 0 0 0.0138 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -155 -19.7 121 3.29e-06 0 0 0 Tank initStep - 1 2.04e+03 1.6e+03 -5e+03 3.29e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 8.21e+03 5.41e+03 -1e+04 3.29e-06 0 8.81e+03 1.46e+04 world Transportation - 3 1.44e+04 9.22e+03 -1.5e+04 3.29e-06 0 8.81e+03 2.34e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -166 -22.8 125 0.00166 0 0 0 Tank initStep - 1 -166 -22.8 125 0.00142 0.000235 9.26e-06 9.26e-06 Tank msc - 2 -166 -22.8 125 0 0.00142 9.07e-05 0.0001 Tank eIoni - 3 -166 -22.8 125 0 0 0 0.0001 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -164 6.49 125 0.00163 0 0 0 Tank initStep - 1 -164 6.49 125 0.00163 0 8.99e-06 8.99e-06 Tank msc - 2 -164 6.49 125 0 0.00163 0.000112 0.000121 Tank eIoni - 3 -164 6.49 125 0 0 0 0.000121 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -143 -1.12 16.4 0.0029 0 0 0 Tank initStep - 1 -143 -1.12 16.4 0.00281 9.75e-05 2.33e-05 2.33e-05 Tank msc - 2 -143 -1.12 16.4 0 0.00281 0.000275 0.000299 Tank eIoni - 3 -143 -1.12 16.4 0 0 0 0.000299 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -143 -0.2 18.9 0.00441 0 0 0 Tank initStep - 1 -143 -0.2 18.9 0.00426 0.000151 4.76e-05 4.76e-05 Tank msc - 2 -143 -0.2 18.9 0 0.00426 0.000561 0.000608 Tank eIoni - 3 -143 -0.2 18.9 0 0 0 0.000608 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -135 -17.6 11.2 0.00156 0 0 0 Tank initStep - 1 -135 -17.6 11.2 0.00136 0.000197 8.36e-06 8.36e-06 Tank msc - 2 -135 -17.6 11.2 0 0.00136 8.44e-05 9.28e-05 Tank eIoni - 3 -135 -17.6 11.2 0 0 0 9.28e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -117 58.8 17.4 6.58e-05 0 0 0 Tank initStep - 1 -117 58.8 17.4 0 6.58e-05 3.5e-07 3.5e-07 Tank msc - 2 -117 58.8 17.4 0 0 0 3.5e-07 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -121 66.2 18.5 0.001 0 0 0 Tank initStep - 1 -121 66.2 18.5 0.000973 2.8e-05 4.24e-06 4.24e-06 Tank msc - 2 -121 66.2 18.5 0 0.000973 5.08e-05 5.5e-05 Tank eIoni - 3 -121 66.2 18.5 0 0 0 5.5e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -120 69.8 18.1 0.00249 0 0 0 Tank initStep - 1 -120 69.8 18.1 0.00246 2.81e-05 1.8e-05 1.8e-05 Tank msc - 2 -120 69.8 18.1 0 0.00246 0.000221 0.000239 Tank eIoni - 3 -120 69.8 18.1 0 0 0 0.000239 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 69.2 17.2 0.00794 0 0 0 Tank initStep - 1 -102 69.2 17.2 0.0078 0.000147 0.000132 0.000132 Tank msc - 2 -102 69.2 17.2 0 0.0078 0.0016 0.00173 Tank eIoni - 3 -102 69.2 17.2 0 0 0 0.00173 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -116 53 14.2 0.00542 0 0 0 Tank initStep - 1 -116 53 14.2 0.00508 0.000346 6.78e-05 6.78e-05 Tank msc - 2 -116 53 14.2 0 0.00508 0.000757 0.000825 Tank eIoni - 3 -116 53 14.2 0 0 0 0.000825 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -125 58.9 18.7 0.0139 0 0 0 Tank initStep - 1 -125 58.9 18.7 0.0136 0.000254 0.000352 0.000352 Tank msc - 2 -125 58.9 18.7 0 0.0136 0.00425 0.00461 Tank eIoni - 3 -125 58.9 18.7 0 0 0 0.00461 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -125 58.9 18.7 3.89e-06 0 0 0 Tank initStep - 1 636 1.28e+03 -1.01e+03 3.89e-06 3.89e-06 1.77e+03 1.77e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 63 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -125 58.9 18.7 3.84e-06 0 0 0 Tank initStep - 1 -1.02e+03 4.25e+03 5e+03 3.84e-06 0 6.57e+03 6.57e+03 expHall Transportation - 2 -1.02e+03 4.25e+03 5e+03 3.84e-06 0 0 6.57e+03 Tank Transportation - 3 -716 5e+03 4.62e+03 3.84e-06 0 894 7.46e+03 expHall Transportation - 4 -716 5e+03 4.62e+03 3.84e-06 0 0 7.46e+03 Tank Transportation - 5 5e+03 364 -4.42e+03 3.84e-06 0 1.17e+04 1.91e+04 expHall Transportation - 6 7.81e+03 1.42e+03 -1e+04 3.84e-06 0 6.33e+03 2.55e+04 world Transportation - 7 1.03e+04 2.36e+03 -1.5e+04 3.84e-06 0 5.68e+03 3.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 50.8 23.2 0.00779 0 0 0 Tank initStep - 1 -107 50.8 23.2 0.00754 0.000249 0.000128 0.000128 Tank msc - 2 -107 50.8 23.2 0 0.00754 0.00151 0.00164 Tank eIoni - 3 -107 50.8 23.2 0 0 0 0.00164 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -95.4 61.2 32.8 0.00161 0 0 0 Tank initStep - 1 -95.4 61.2 32.8 0.00146 0.000142 8.78e-06 8.78e-06 Tank msc - 2 -95.4 61.2 32.8 0 0.00146 9.47e-05 0.000104 Tank eIoni - 3 -95.4 61.2 32.8 0 0 0 0.000104 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.5 139 49.7 0.024 0 0 0 Tank initStep - 1 -53.5 139 49.7 0.0231 0.000841 0.000926 0.000926 Tank msc - 2 -53.5 139 49.7 0 0.0231 0.0108 0.0117 Tank eIoni - 3 -53.5 139 49.7 0 0 0 0.0117 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 60 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.5 139 49.7 2.99e-06 0 0 0 Tank initStep - 1 -1.63e+03 5e+03 3.42e+03 2.99e-06 0 6.12e+03 6.12e+03 expHall Transportation - 2 -1.63e+03 5e+03 3.42e+03 2.99e-06 0 0 6.12e+03 Tank Transportation - 3 -2.69e+03 3.88e+03 5e+03 2.99e-06 0 2.21e+03 8.33e+03 expHall Transportation - 4 -2.69e+03 3.88e+03 5e+03 2.99e-06 0 0 8.33e+03 Tank Transportation - 5 -5e+03 1.48e+03 2.91e+03 2.99e-06 0 3.93e+03 1.23e+04 expHall Transportation - 6 -5e+03 1.48e+03 2.91e+03 2.99e-06 0 0 1.23e+04 Tank Transportation - 7 -802 4.63e+03 -1.68e+03 2.99e-06 2.99e-06 6.97e+03 1.92e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 60 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.5 139 49.7 2.12e-06 0 0 0 Tank initStep - 1 2.11e+03 63.5 2.92e+03 2.12e-06 2.12e-06 3.59e+03 3.59e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.3 17.2 33.3 0.0235 0 0 0 Tank initStep - 1 32.3 17.2 33.3 0.023 0.000542 0.000893 0.000893 Tank msc - 2 32.3 17.2 33.3 0.00659 0.0164 0.0107 0.0116 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.3 17.2 33.3 2.18e-06 0 0 0 Tank initStep - 1 5e+03 -1.88e+03 -2.33e+03 2.18e-06 0 5.82e+03 5.82e+03 expHall Transportation - 2 1e+04 -4.55e+03 -3.84e+03 2.18e-06 0 5.87e+03 1.17e+04 world Transportation - 3 1.5e+04 -7.23e+03 -5.35e+03 2.18e-06 0 5.87e+03 1.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 32.3 17.2 33.3 0.00659 0 0 0.0116 Tank initStep - 3 32.3 17.2 33.3 0.00651 8.83e-05 9.54e-05 0.0117 Tank msc - 4 32.3 17.2 33.3 0 0.00651 0.00116 0.0128 Tank eIoni - 5 32.3 17.2 33.3 0 0 0 0.0128 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 59 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 32.3 17.2 33.3 3.86e-06 0 0 0 Tank initStep - 1 2.47e+03 -5e+03 2.22e+03 3.86e-06 0 5.99e+03 5.99e+03 expHall Transportation - 2 5.61e+03 -1e+04 6.2e+03 3.86e-06 0 7.12e+03 1.31e+04 world Transportation - 3 8.74e+03 -1.5e+04 1.02e+04 3.86e-06 0 7.12e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 30.7 10.6 52.8 0.0219 0 0 0 Tank initStep - 1 30.7 10.6 52.8 0.0211 0.000838 0.00079 0.00079 Tank msc - 2 30.7 10.6 52.8 0 0.0211 0.00922 0.01 Tank eIoni - 3 30.7 10.6 52.8 0 0 0 0.01 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.9 -2.87 73.9 0.0162 0 0 0 Tank initStep - 1 -33.9 -2.87 73.9 0.0153 0.00095 0.000465 0.000465 Tank msc - 2 -33.9 -2.87 73.9 0 0.0153 0.00522 0.00568 Tank eIoni - 3 -33.9 -2.87 73.9 0 0 0 0.00568 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.6 67.7 0.158 0 0 0 Tank initStep - 1 -79.5 -67.6 67.7 0.147 0.0108 0.0243 0.0243 Tank msc - 2 -79.5 -67.7 67.7 0.114 0.0327 0.0698 0.0941 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.6 67.7 4e-06 0 0 0 Tank initStep - 1 2.7e+03 -4.18e+03 4.22e+03 4e-06 4e-06 6.47e+03 6.47e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -79.5 -67.7 67.7 0.114 0 0 0.0941 Tank initStep - 3 -79.5 -67.7 67.7 0.111 0.00301 0.0142 0.108 Tank msc - 4 -79.5 -67.7 67.7 0.093 0.0183 0.0496 0.158 Tank eIoni - 5 -79.5 -67.7 67.8 0.0776 0.0154 0.0405 0.198 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.7 67.8 3.18e-06 0 0 0 Tank initStep - 1 625 -5e+03 1.68e+03 3.18e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 3.65e+03 -1e+04 3.27e+03 3.18e-06 0 6.06e+03 1.13e+04 world Transportation - 3 6.68e+03 -1.5e+04 4.86e+03 3.18e-06 0 6.06e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.7 67.7 2.74e-06 0 0 0 Tank initStep - 1 -2.62e+03 -2.91e+03 5e+03 2.74e-06 0 6.23e+03 6.23e+03 expHall Transportation - 2 -2.62e+03 -2.91e+03 5e+03 2.74e-06 0 0 6.23e+03 Tank Transportation - 3 -4.2e+03 -5e+03 2.7e+03 2.74e-06 0 3.48e+03 9.72e+03 expHall Transportation - 4 -4.2e+03 -5e+03 2.7e+03 2.74e-06 0 0 9.72e+03 Tank Transportation - 5 -4.77e+03 -3.41e+03 2.47e+03 2.74e-06 2.74e-06 1.7e+03 1.14e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -79.5 -67.7 67.8 0.0776 0 0 0.198 Tank initStep - 6 -79.5 -67.7 67.8 0.0757 0.00184 0.00734 0.206 Tank msc - 7 -79.5 -67.8 67.8 0.057 0.0187 0.0327 0.238 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.7 67.8 3.19e-06 0 0 0 Tank initStep - 1 -361 1.09e+03 5e+03 3.19e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 -522 2.4e+03 1e+04 3.19e-06 0 5.17e+03 1.02e+04 world Transportation - 3 -683 3.71e+03 1.5e+04 3.19e-06 0 5.17e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -79.5 -67.8 67.8 0.057 0 0 0.238 Tank initStep - 8 -79.5 -67.8 67.8 0.0539 0.00308 0.00427 0.243 Tank msc - 9 -79.5 -67.8 67.8 0.0384 0.0155 0.024 0.267 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.8 67.8 4.1e-06 0 0 0 Tank initStep - 1 -1.79e+03 2.44e+03 1.65e+03 4.1e-06 0 3.42e+03 3.42e+03 Tank OpRayleigh - 2 -1.66e+03 1.23e+03 3.64e+03 4.1e-06 4.1e-06 2.34e+03 5.76e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.8 67.8 2.15e-06 0 0 0 Tank initStep - 1 -4.26e+03 3.42e+03 5e+03 2.15e-06 0 7.35e+03 7.35e+03 expHall Transportation - 2 -4.26e+03 3.42e+03 5e+03 2.15e-06 0 0 7.35e+03 Tank Transportation - 3 -5e+03 3.51e+03 4.32e+03 2.15e-06 0 1.01e+03 8.36e+03 expHall Transportation - 4 -5e+03 3.51e+03 4.32e+03 2.15e-06 0 0 8.36e+03 Tank Transportation - 5 -3.79e+03 5e+03 4.07e+03 2.15e-06 0 1.93e+03 1.03e+04 expHall Transportation - 6 5.51e+03 1e+04 2.32e+03 2.15e-06 0 1.07e+04 2.1e+04 world Transportation - 7 1.48e+04 1.5e+04 579 2.15e-06 0 1.07e+04 3.17e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -79.5 -67.8 67.8 0.0384 0 0 0.267 Tank initStep - 10 -79.5 -67.8 67.8 0.0379 0.000511 0.00213 0.269 Tank msc - 11 -79.5 -67.8 67.8 0.0178 0.0201 0.0181 0.287 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 56 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.5 -67.8 67.8 2.29e-06 0 0 0 Tank initStep - 1 495 833 410 2.29e-06 2.29e-06 1.12e+03 1.12e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -79.5 -67.8 67.8 0.0178 0 0 0.287 Tank initStep - 12 -79.4 -67.8 67.8 0.017 0.000781 0.00055 0.288 Tank msc - 13 -79.4 -67.8 67.8 0 0.017 0.00635 0.294 Tank eIoni - 14 -79.4 -67.8 67.8 0 0 0 0.294 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.4 -45.6 34.4 0.00947 0 0 0 Tank initStep - 1 -72.4 -45.6 34.4 0.00943 4.02e-05 0.00018 0.00018 Tank msc - 2 -72.4 -45.6 34.4 0 0.00943 0.00224 0.00242 Tank eIoni - 3 -72.4 -45.6 34.4 0 0 0 0.00242 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.5 -45.2 33.7 0.175 0 0 0 Tank initStep - 1 -72.5 -45.2 33.7 0.17 0.00512 0.0289 0.0289 Tank msc - 2 -72.6 -45.2 33.7 0.134 0.0358 0.0845 0.113 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.5 -45.2 33.7 2.46e-06 0 0 0 Tank initStep - 1 5e+03 -2.19e+03 -1.49e+03 2.46e-06 0 5.71e+03 5.71e+03 expHall Transportation - 2 1e+04 -5.44e+03 -6.26e+03 2.46e-06 0 7.63e+03 1.33e+04 world Transportation - 3 1.5e+04 -8.69e+03 -1.1e+04 2.46e-06 0 7.63e+03 2.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -72.6 -45.2 33.7 0.134 0 0 0.113 Tank initStep - 3 -72.6 -45.2 33.7 0.129 0.00543 0.0187 0.132 Tank msc - 4 -72.6 -45.3 33.7 0.106 0.0232 0.0592 0.191 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.6 -45.3 33.7 3.6e-06 0 0 0 Tank initStep - 1 2.7e+03 -3.55e+03 -2.65e+03 3.6e-06 3.6e-06 5.22e+03 5.22e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.6 -45.3 33.7 2.27e-06 0 0 0 Tank initStep - 1 -1.24e+03 1.79e+03 768 2.27e-06 2.27e-06 2.3e+03 2.3e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -72.6 -45.3 33.7 0.106 0 0 0.191 Tank initStep - 5 -72.7 -45.3 33.7 0.101 0.00493 0.0125 0.204 Tank msc - 6 -72.7 -45.3 33.7 0.0848 0.0161 0.0443 0.248 Tank eIoni - 7 -72.7 -45.3 33.7 0.0674 0.0174 0.0367 0.285 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.7 -45.3 33.7 2.18e-06 0 0 0 Tank initStep - 1 -1.83e+03 -1.49e+03 927 2.18e-06 2.18e-06 2.44e+03 2.44e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.7 -45.3 33.7 3.86e-06 0 0 0 Tank initStep - 1 -250 2.12e+03 -2.15e+03 3.86e-06 3.86e-06 3.08e+03 3.08e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -72.7 -45.3 33.7 0.0674 0 0 0.285 Tank initStep - 8 -72.7 -45.3 33.7 0.0656 0.00175 0.00574 0.29 Tank msc - 9 -72.7 -45.3 33.7 0.0517 0.0139 0.0285 0.319 Tank eIoni - 10 -72.7 -45.3 33.7 0.0364 0.0153 0.0232 0.342 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.7 -45.3 33.7 2.21e-06 0 0 0 Tank initStep - 1 -257 2e+03 83.8 2.21e-06 0 2.05e+03 2.05e+03 Bubble Transportation - 2 -379 3e+03 117 2.21e-06 2.21e-06 1.01e+03 3.06e+03 Tank Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.7 -45.3 33.7 2.43e-06 0 0 0 Tank initStep - 1 3.32e+03 1.93e+03 -5e+03 2.43e-06 0 6.39e+03 6.39e+03 expHall Transportation - 2 3.32e+03 1.93e+03 -5e+03 2.43e-06 0 0 6.39e+03 Tank Transportation - 3 5e+03 3.14e+03 -3.28e+03 2.43e-06 0 2.69e+03 9.07e+03 expHall Transportation - 4 5e+03 3.14e+03 -3.28e+03 2.43e-06 0 0 9.07e+03 Tank Transportation - 5 4.84e+03 5e+03 -2.56e+03 2.43e-06 0 2e+03 1.11e+04 expHall Transportation - 6 4.84e+03 5e+03 -2.56e+03 2.43e-06 0 0 1.11e+04 Tank Transportation - 7 5e+03 4.86e+03 -2.21e+03 2.43e-06 0 411 1.15e+04 expHall Transportation - 8 5e+03 4.86e+03 -2.21e+03 2.43e-06 0 0 1.15e+04 Tank Transportation - 9 -636 1.93e+03 5e+03 2.43e-06 0 9.61e+03 2.11e+04 expHall Transportation - 10 -6.99e+03 -574 1e+04 2.43e-06 0 8.47e+03 2.96e+04 world Transportation - 11 -1.33e+04 -3.08e+03 1.5e+04 2.43e-06 0 8.47e+03 3.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -72.7 -45.3 33.7 0.0364 0 0 0.342 Tank initStep - 11 -72.7 -45.3 33.7 0.0352 0.00127 0.00194 0.344 Tank msc - 12 -72.7 -45.3 33.7 0.0193 0.0158 0.017 0.361 Tank eIoni - 13 -72.7 -45.3 33.7 0 0.0193 0.00793 0.369 Tank eIoni - 14 -72.7 -45.3 33.7 0 0 0 0.369 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 54 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.7 -45.3 33.7 3.79e-06 0 0 0 Tank initStep - 1 4.56e+03 5e+03 3.63e+03 3.79e-06 0 7.74e+03 7.74e+03 expHall Transportation - 2 4.56e+03 5e+03 3.63e+03 3.79e-06 0 0 7.74e+03 Tank Transportation - 3 5e+03 4.49e+03 3.96e+03 3.79e-06 0 743 8.48e+03 expHall Transportation - 4 5e+03 4.49e+03 3.96e+03 3.79e-06 0 0 8.48e+03 Tank Transportation - 5 3.9e+03 3.5e+03 5e+03 3.79e-06 0 1.81e+03 1.03e+04 expHall Transportation - 6 3.9e+03 3.5e+03 5e+03 3.79e-06 0 0 1.03e+04 Tank Transportation - 7 -3.39e+03 -5e+03 -2.36e+03 3.79e-06 0 1.34e+04 2.37e+04 expHall Transportation - 8 -3.39e+03 -5e+03 -2.36e+03 3.79e-06 0 0 2.37e+04 Tank Transportation - 9 -3.48e+03 -4.9e+03 -2.48e+03 3.79e-06 0 173 2.39e+04 Tank OpRayleigh - 10 5e+03 3.57e+03 -1.33e+03 3.79e-06 0 1.2e+04 3.59e+04 expHall Transportation - 11 6.45e+03 1e+04 1.1e+03 3.79e-06 0 7.03e+03 4.29e+04 world Transportation - 12 7.58e+03 1.5e+04 2.98e+03 3.79e-06 0 5.46e+03 4.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.17 -0.495 0.0705 0.511 0 0 0 Tank initStep - 1 106 63.2 -47.8 0.412 1.36e-05 132 132 Tank compt - 2 279 29.3 -93.6 0.167 0.000537 182 313 Tank compt - 3 267 36.7 -99.6 0.112 1.36e-05 15.2 329 Tank compt - 4 284 -35 -127 0.0829 1.36e-05 78.7 407 Tank compt - 5 256 -11.1 -139 0.0794 1.42e-05 38.6 446 Tank compt - 6 245 3.82 -166 0.0599 1.42e-05 32.6 479 Tank compt - 7 285 -45 -92.6 0.051 1.36e-05 96.5 575 Tank compt - 8 347 -4.59 -164 0.0421 1.36e-05 104 679 Tank compt - 9 347 -3.43 -152 0.0413 1.36e-05 12.4 691 Tank compt - 10 348 -2.06 -150 0.037 1.42e-05 2.1 693 Tank compt - 11 370 -17.1 -159 0.0345 1.42e-05 28.4 722 Tank compt - 12 370 -21.4 -155 0.0345 0 6.09 728 Tank Rayl - 13 368 -62.7 -126 0 0.000537 50.8 779 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 368 -62.7 -126 0.034 0 0 0 Tank initStep - 1 368 -62.7 -126 0.0312 0.00283 0.00172 0.00172 Tank msc - 2 368 -62.7 -126 0.02 0.0112 0.0154 0.0171 Tank eIoni - 3 368 -62.7 -126 0 0.02 0.00839 0.0255 Tank eIoni - 4 368 -62.7 -126 0 0 0 0.0255 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 370 -17.1 -159 0.00244 0 0 0 Tank initStep - 1 370 -17.1 -159 0.00241 3.56e-05 1.74e-05 1.74e-05 Tank msc - 2 370 -17.1 -159 0 0.00241 0.000213 0.00023 Tank eIoni - 3 370 -17.1 -159 0 0 0 0.00023 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 348 -2.06 -150 0.00432 0 0 0 Tank initStep - 1 348 -2.06 -150 0.00422 9.73e-05 4.6e-05 4.6e-05 Tank msc - 2 348 -2.06 -150 0 0.00422 0.000552 0.000598 Tank eIoni - 3 348 -2.06 -150 0 0 0 0.000598 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 347 -3.43 -152 0.00074 0 0 0 Tank initStep - 1 347 -3.43 -152 0.00074 0 2.74e-06 2.74e-06 Tank msc - 2 347 -3.43 -152 0 0.00074 3.43e-05 3.7e-05 Tank eIoni - 3 347 -3.43 -152 0 0 0 3.7e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 347 -4.59 -164 0.00892 0 0 0 Tank initStep - 1 347 -4.59 -164 0.00864 0.000277 0.000162 0.000162 Tank msc - 2 347 -4.59 -164 0 0.00864 0.00192 0.00208 Tank eIoni - 3 347 -4.59 -164 0 0 0 0.00208 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 285 -45 -92.6 0.0089 0 0 0 Tank initStep - 1 285 -45 -92.6 0.00863 0.000271 0.000162 0.000162 Tank msc - 2 285 -45 -92.6 0 0.00863 0.00191 0.00207 Tank eIoni - 3 285 -45 -92.6 0 0 0 0.00207 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 245 3.82 -166 0.0195 0 0 0 Tank initStep - 1 245 3.82 -166 0.0188 0.000664 0.000641 0.000641 Tank msc - 2 245 3.82 -166 0 0.0188 0.00754 0.00818 Tank eIoni - 3 245 3.82 -166 0 0 0 0.00818 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 102 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 245 3.82 -166 3.66e-06 0 0 0 Tank initStep - 1 -1.25e+03 -5e+03 -4.48e+03 3.66e-06 0 6.77e+03 6.77e+03 expHall Transportation - 2 -1.25e+03 -5e+03 -4.48e+03 3.66e-06 0 0 6.77e+03 Tank Transportation - 3 -1.3e+03 -4.71e+03 -5e+03 3.66e-06 0 599 7.37e+03 expHall Transportation - 4 -5.29e+03 185 -1e+04 3.66e-06 0 8.06e+03 1.54e+04 world Transportation - 5 -9.28e+03 5.08e+03 -1.5e+04 3.66e-06 0 8.06e+03 2.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 256 -11.1 -139 0.00351 0 0 0 Tank initStep - 1 256 -11.1 -139 0.00334 0.000169 3.21e-05 3.21e-05 Tank msc - 2 256 -11.1 -139 0 0.00334 0.000369 0.000402 Tank eIoni - 3 256 -11.1 -139 0 0 0 0.000402 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 284 -35 -127 0.0294 0 0 0 Tank initStep - 1 284 -35 -127 0.0283 0.0011 0.00133 0.00133 Tank msc - 2 284 -35 -127 0.0118 0.0165 0.014 0.0153 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 100 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 284 -35 -127 3.73e-06 0 0 0 Tank initStep - 1 2.18e+03 -1.23e+03 -1.52e+03 3.73e-06 3.73e-06 2.64e+03 2.64e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 284 -35 -127 0.0118 0 0 0.0153 Tank initStep - 3 284 -35 -127 0.0111 0.000619 0.000264 0.0155 Tank msc - 4 284 -35 -127 0 0.0111 0.003 0.0185 Tank eIoni - 5 284 -35 -127 0 0 0 0.0185 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 267 36.7 -99.6 0.0543 0 0 0 Tank initStep - 1 267 36.7 -99.6 0.0522 0.0022 0.00393 0.00393 Tank msc - 2 267 36.7 -99.6 0.0331 0.019 0.0234 0.0273 Tank eIoni - 3 267 36.7 -99.6 0.0148 0.0184 0.0162 0.0435 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 99 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 267 36.7 -99.6 3.8e-06 0 0 0 Tank initStep - 1 1.36e+03 -215 4.1e+03 3.8e-06 3.8e-06 4.34e+03 4.34e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 267 36.7 -99.6 0.0148 0 0 0.0435 Tank initStep - 4 267 36.7 -99.6 0.0141 0.000682 0.000393 0.0439 Tank msc - 5 267 36.7 -99.6 0 0.0141 0.00451 0.0484 Tank eIoni - 6 267 36.7 -99.6 0 0 0 0.0484 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 279 29.3 -93.6 0.244 0 0 0 Tank initStep - 1 279 29.3 -93.6 0.243 0.00153 0.00792 0.00792 Tank Cerenkov - 2 279 29.3 -93.6 0.242 0.000988 0.00197 0.00989 Tank Cerenkov - 3 279 29.3 -93.6 0.211 0.031 0.136 0.146 Tank eIoni - 4 279 29.2 -93.6 0.188 0.0229 0.113 0.259 Tank eIoni - 5 279 29.2 -93.6 0.169 0.0194 0.0965 0.355 Tank eIoni - 6 279 29.2 -93.6 0.141 0.0276 0.0835 0.439 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 279 29.2 -93.6 4.13e-06 0 0 0 Tank initStep - 1 -3.1e+03 -719 -1.29e+03 4.13e-06 4.13e-06 3.66e+03 3.66e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 279 29.2 -93.6 2.94e-06 0 0 0 Tank initStep - 1 -3.73e+03 -5e+03 108 2.94e-06 0 6.43e+03 6.43e+03 expHall Transportation - 2 -3.73e+03 -5e+03 108 2.94e-06 0 0 6.43e+03 Tank Transportation - 3 -5e+03 -3.78e+03 572 2.94e-06 0 1.82e+03 8.25e+03 expHall Transportation - 4 -5e+03 -3.78e+03 572 2.94e-06 0 0 8.25e+03 Tank Transportation - 5 71.9 -3.96e+03 5e+03 2.94e-06 0 6.74e+03 1.5e+04 expHall Transportation - 6 1e+04 -7.42e+03 8.19e+03 2.94e-06 0 1.1e+04 2.6e+04 world Transportation - 7 1.5e+04 -9.16e+03 9.8e+03 2.94e-06 0 5.53e+03 3.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 279 29.2 -93.6 0.141 0 0 0.439 Tank initStep - 7 279 29.2 -93.6 0.135 0.00644 0.0202 0.459 Tank msc - 8 279 29.2 -93.5 0.119 0.016 0.0624 0.521 Tank eIoni - 9 279 29.1 -93.5 0.104 0.0145 0.0534 0.575 Tank eIoni - 10 279 29.1 -93.5 0.0767 0.0274 0.0459 0.621 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 279 29.1 -93.5 2.41e-06 0 0 0 Tank initStep - 1 27.8 4.03e+03 5e+03 2.41e-06 0 6.48e+03 6.48e+03 expHall Transportation - 2 1.36e+03 1e+04 7.05e+03 2.41e-06 0 6.45e+03 1.29e+04 world Transportation - 3 2.47e+03 1.5e+04 8.77e+03 2.41e-06 0 5.4e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 279 29.1 -93.5 3.14e-06 0 0 0 Tank initStep - 1 5e+03 -4.7e+03 2.83e+03 3.14e-06 0 7.3e+03 7.3e+03 expHall Transportation - 2 5e+03 -4.7e+03 2.83e+03 3.14e-06 0 0 7.3e+03 Tank Transportation - 3 4.6e+03 -5e+03 3.07e+03 3.14e-06 0 556 7.85e+03 expHall Transportation - 4 4.6e+03 -5e+03 3.07e+03 3.14e-06 0 0 7.85e+03 Tank Transportation - 5 1.63e+03 -1.71e+03 5e+03 3.14e-06 0 4.83e+03 1.27e+04 expHall Transportation - 6 -3.51e+03 1e+04 7.17e+03 3.14e-06 0 1.3e+04 2.57e+04 world Transportation - 7 -5.71e+03 1.5e+04 8.09e+03 3.14e-06 0 5.54e+03 3.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 279 29.1 -93.5 0.0767 0 0 0.621 Tank initStep - 11 279 29.1 -93.5 0.0751 0.0016 0.00719 0.628 Tank msc - 12 279 29.1 -93.4 0.0636 0.0115 0.0324 0.66 Tank eIoni - 13 279 29.1 -93.4 0.0531 0.0105 0.0277 0.688 Tank eIoni - 14 279 29.1 -93.4 0.0401 0.013 0.0237 0.712 Tank eIoni - 15 279 29.1 -93.5 0.025 0.0151 0.019 0.731 Tank eIoni - 16 279 29.1 -93.5 0.000195 0.0248 0.0121 0.743 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 98 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 279 29.1 -93.5 3.36e-06 0 0 0 Tank initStep - 1 -1.03e+03 3.93e+03 5e+03 3.36e-06 0 6.55e+03 6.55e+03 expHall Transportation - 2 -1.03e+03 3.93e+03 5e+03 3.36e-06 0 0 6.55e+03 Tank Transportation - 3 -1.89e+03 5e+03 2.92e+03 3.36e-06 0 2.49e+03 9.04e+03 expHall Transportation - 4 -1.89e+03 5e+03 2.92e+03 3.36e-06 0 0 9.04e+03 Tank Transportation - 5 -2.87e+03 812 -1.2e+03 3.36e-06 3.36e-06 5.95e+03 1.5e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 279 29.1 -93.5 0.000195 0 0 0.743 Tank initStep - 17 279 29.1 -93.5 0.000142 5.28e-05 6.47e-07 0.743 Tank msc - 18 279 29.1 -93.5 0 0.000142 6.53e-06 0.743 Tank eIoni - 19 279 29.1 -93.5 0 0 0 0.743 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 63.2 -47.8 0.0993 0 0 0 Tank initStep - 1 106 63.2 -47.8 0.0954 0.0039 0.0112 0.0112 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 97 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 63.2 -47.8 3.65e-06 0 0 0 Tank initStep - 1 -4.12e+03 -2.99e+03 -5e+03 3.65e-06 0 7.19e+03 7.19e+03 expHall Transportation - 2 -4.12e+03 -2.99e+03 -5e+03 3.65e-06 0 0 7.19e+03 Tank Transportation - 3 -5e+03 -4.1e+03 -3.9e+03 3.65e-06 0 1.79e+03 8.98e+03 expHall Transportation - 4 -5e+03 -4.1e+03 -3.9e+03 3.65e-06 0 0 8.98e+03 Tank Transportation - 5 -3.86e+03 -5e+03 -3.02e+03 3.65e-06 0 1.69e+03 1.07e+04 expHall Transportation - 6 -3.86e+03 -5e+03 -3.02e+03 3.65e-06 0 0 1.07e+04 Tank Transportation - 7 2.14e+03 -711 1.48e+03 3.65e-06 3.65e-06 8.64e+03 1.93e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 106 63.2 -47.8 0.0954 0 0 0.0112 Tank initStep - 2 106 63.2 -47.8 0.0908 0.00452 0.0105 0.0217 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 97 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 63.2 -47.8 3.53e-06 0 0 0 Tank initStep - 1 -5e+03 -380 -66.1 3.53e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 -1e+04 -823 -459 3.53e-06 0 5.03e+03 1.02e+04 world Transportation - 3 -1.5e+04 -1.27e+03 -851 3.53e-06 0 5.03e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 106 63.2 -47.8 0.0908 0 0 0.0217 Tank initStep - 3 106 63.2 -47.8 0.0861 0.00473 0.00965 0.0314 Tank msc - 4 106 63.2 -47.9 0.0743 0.0118 0.0373 0.0686 Tank eIoni - 5 106 63.2 -47.9 0.0584 0.016 0.0321 0.101 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 97 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 63.2 -47.9 2.42e-06 0 0 0 Tank initStep - 1 3.58e+03 5e+03 4.34e+03 2.42e-06 0 7.46e+03 7.46e+03 expHall Transportation - 2 3.58e+03 5e+03 4.34e+03 2.42e-06 0 0 7.46e+03 Tank Transportation - 3 4.68e+03 4.38e+03 5e+03 2.42e-06 0 1.43e+03 8.89e+03 expHall Transportation - 4 4.68e+03 4.38e+03 5e+03 2.42e-06 0 0 8.89e+03 Tank Transportation - 5 5e+03 657 -577 2.42e-06 0 6.71e+03 1.56e+04 expHall Transportation - 6 5e+03 657 -577 2.42e-06 0 0 1.56e+04 Tank Transportation - 7 4.7e+03 320 -1.03e+03 2.42e-06 2.42e-06 640 1.62e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 106 63.2 -47.9 0.0584 0 0 0.101 Tank initStep - 6 106 63.2 -47.9 0.0559 0.00245 0.00445 0.105 Tank msc - 7 106 63.3 -47.9 0.0393 0.0166 0.0248 0.13 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 97 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 106 63.2 -47.9 3.56e-06 0 0 0 Tank initStep - 1 160 1.13e+03 -213 3.56e-06 3.56e-06 1.08e+03 1.08e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 106 63.3 -47.9 0.0393 0 0 0.13 Tank initStep - 8 106 63.3 -47.9 0.0377 0.00155 0.00222 0.132 Tank msc - 9 106 63.3 -47.9 0.0208 0.0169 0.0181 0.15 Tank eIoni - 10 106 63.3 -47.9 0 0.0208 0.00898 0.159 Tank eIoni - 11 106 63.3 -47.9 0 0 0 0.159 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.17 -0.495 0.0704 2.34e-06 0 0 0 Tank initStep - 1 -5e+03 -2.04e+03 -4.55e+03 2.34e-06 0 7.06e+03 7.06e+03 expHall Transportation - 2 -5e+03 -2.04e+03 -4.55e+03 2.34e-06 0 0 7.06e+03 Tank Transportation - 3 -4.87e+03 -2.23e+03 -5e+03 2.34e-06 0 509 7.57e+03 expHall Transportation - 4 -4.87e+03 -2.23e+03 -5e+03 2.34e-06 0 0 7.57e+03 Tank Transportation - 5 1.15e+03 -5e+03 767 2.34e-06 0 8.78e+03 1.64e+04 expHall Transportation - 6 1.15e+03 -5e+03 767 2.34e-06 0 0 1.64e+04 Tank Transportation - 7 5e+03 -3.66e+03 3.52e+03 2.34e-06 0 4.92e+03 2.13e+04 expHall Transportation - 8 6.72e+03 -793 1e+04 2.34e-06 0 7.29e+03 2.86e+04 world Transportation - 9 8.05e+03 1.42e+03 1.5e+04 2.34e-06 0 5.63e+03 3.42e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.134 0.0364 0.00588 0.47 0.0296 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00555 0.00151 0.000244 4.03e-06 0 0 0 Tank initStep - 1 5e+03 -315 -2.09e+03 4.03e-06 0 5.43e+03 5.43e+03 expHall Transportation - 2 5e+03 -315 -2.09e+03 4.03e-06 0 0 5.43e+03 Tank Transportation - 3 -1.11e+03 2.05e+03 -4.73e+03 4.03e-06 4.03e-06 7.07e+03 1.25e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0101 0.00274 0.000442 2.32e-06 0 0 0 Tank initStep - 1 5e+03 -1.17e+03 -700 2.32e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 1e+04 -4.92e+03 -3.25e+03 2.32e-06 0 6.75e+03 1.19e+04 world Transportation - 3 1.5e+04 -8.66e+03 -5.81e+03 2.32e-06 0 6.75e+03 1.87e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.134 0.0364 0.00588 0.47 0 0 0.139 Tank initStep - 2 0.255 0.0584 0.00634 0.447 0.0229 0.124 0.263 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.156 0.0404 0.00596 3.24e-06 0 0 0 Tank initStep - 1 5e+03 -1.43e+03 1.38e+03 3.24e-06 0 5.38e+03 5.38e+03 expHall Transportation - 2 1e+04 -4.71e+03 4.94e+03 3.24e-06 0 6.96e+03 1.23e+04 world Transportation - 3 1.5e+04 -7.98e+03 8.5e+03 3.24e-06 0 6.96e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.146 0.0386 0.00593 3.21e-06 0 0 0 Tank initStep - 1 5e+03 -1.3e+03 1.59e+03 3.21e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 1e+04 -3.4e+03 5.3e+03 3.21e-06 0 6.57e+03 1.2e+04 world Transportation - 3 1.5e+04 -5.49e+03 9.01e+03 3.21e-06 0 6.57e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.237 0.0553 0.00627 2.62e-06 0 0 0 Tank initStep - 1 5e+03 -1.06e+03 -1.81e+03 2.62e-06 0 5.42e+03 5.42e+03 expHall Transportation - 2 1e+04 -4.99e+03 -4.11e+03 2.62e-06 0 6.76e+03 1.22e+04 world Transportation - 3 1.5e+04 -8.91e+03 -6.41e+03 2.62e-06 0 6.76e+03 1.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.255 0.0584 0.00634 0.447 0 0 0.263 Tank initStep - 3 0.364 0.059 -0.0032 0.428 0.0199 0.112 0.375 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.34 0.0589 -0.00111 3.71e-06 0 0 0 Tank initStep - 1 5e+03 760 2.14e+03 3.71e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 1e+04 1.29e+03 5.18e+03 3.71e-06 0 5.87e+03 1.14e+04 world Transportation - 3 1.5e+04 1.82e+03 8.21e+03 3.71e-06 0 5.87e+03 1.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.33 0.0588 -0.000172 3.11e-06 0 0 0 Tank initStep - 1 5e+03 2.78e+03 -892 3.11e-06 0 5.79e+03 5.79e+03 expHall Transportation - 2 5e+03 2.78e+03 -892 3.11e-06 0 0 5.79e+03 Tank Transportation - 3 2.39e+03 5e+03 -1.67e+03 3.11e-06 0 3.52e+03 9.31e+03 expHall Transportation - 4 2.39e+03 5e+03 -1.67e+03 3.11e-06 0 0 9.31e+03 Tank Transportation - 5 -3.02e+03 -5e+03 -1.17e+03 3.11e-06 0 1.14e+04 2.07e+04 expHall Transportation - 6 -3.02e+03 -5e+03 -1.17e+03 3.11e-06 0 0 2.07e+04 Tank Transportation - 7 -5e+03 -3.5e+03 -1.88e+03 3.11e-06 0 2.58e+03 2.33e+04 expHall Transportation - 8 -1e+04 642 -4.62e+03 3.11e-06 0 7.05e+03 3.03e+04 world Transportation - 9 -1.5e+04 4.79e+03 -7.36e+03 3.11e-06 0 7.05e+03 3.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.343 0.0589 -0.00135 3.82e-06 0 0 0 Tank initStep - 1 3.63e+03 -1.94e+03 124 3.82e-06 0 4.12e+03 4.12e+03 Tank OpRayleigh - 2 5e+03 -2.5e+03 -528 3.82e-06 0 1.62e+03 5.74e+03 expHall Transportation - 3 5e+03 -2.5e+03 -528 3.82e-06 0 0 5.74e+03 Tank Transportation - 4 3.81e+03 -5e+03 -1.49e+03 3.82e-06 0 2.93e+03 8.67e+03 expHall Transportation - 5 3.81e+03 -5e+03 -1.49e+03 3.82e-06 0 0 8.67e+03 Tank Transportation - 6 -1.51e+03 1.62e+03 -5e+03 3.82e-06 0 9.18e+03 1.79e+04 expHall Transportation - 7 -1.51e+03 1.62e+03 -5e+03 3.82e-06 0 0 1.79e+04 Tank Transportation - 8 -4.26e+03 5e+03 -3.36e+03 3.82e-06 0 4.66e+03 2.25e+04 expHall Transportation - 9 -4.26e+03 5e+03 -3.36e+03 3.82e-06 0 0 2.25e+04 Tank Transportation - 10 -5e+03 3.67e+03 -2.44e+03 3.82e-06 0 1.78e+03 2.43e+04 expHall Transportation - 11 -5e+03 3.67e+03 -2.44e+03 3.82e-06 0 0 2.43e+04 Tank Transportation - 12 -4.32e+03 3e+03 -1.81e+03 3.82e-06 0 1.15e+03 2.54e+04 Tank OpRayleigh - 13 -5e+03 1.91e+03 -409 3.82e-06 0 1.9e+03 2.73e+04 expHall Transportation - 14 -5e+03 1.91e+03 -409 3.82e-06 0 0 2.73e+04 Tank Transportation - 15 2.62e+03 433 5e+03 3.82e-06 0 9.46e+03 3.68e+04 expHall Transportation - 16 2.62e+03 433 5e+03 3.82e-06 0 0 3.68e+04 Tank Transportation - 17 5e+03 -2.06e+03 1.8e+03 3.82e-06 0 4.7e+03 4.15e+04 expHall Transportation - 18 5e+03 -2.06e+03 1.8e+03 3.82e-06 0 0 4.15e+04 Tank Transportation - 19 -5e+03 -878 -1.87e+03 3.82e-06 0 1.07e+04 5.22e+04 expHall Transportation - 20 -1e+04 -604 -6.58e+03 3.82e-06 0 6.87e+03 5.91e+04 world Transportation - 21 -1.5e+04 -330 -1.13e+04 3.82e-06 0 6.87e+03 6.6e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.364 0.059 -0.0032 0.428 0 0 0.375 Tank initStep - 4 0.463 0.0422 -0.0198 0.413 0.0146 0.102 0.476 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.376 0.057 -0.00512 3.11e-06 0 0 0 Tank initStep - 1 381 -4.1e+03 -5e+03 3.11e-06 0 6.48e+03 6.48e+03 expHall Transportation - 2 381 -4.1e+03 -5e+03 3.11e-06 0 0 6.48e+03 Tank Transportation - 3 946 -5e+03 -4.59e+03 3.11e-06 0 1.14e+03 7.62e+03 expHall Transportation - 4 3.31e+03 -1e+04 -2.78e+03 3.11e-06 0 5.82e+03 1.34e+04 world Transportation - 5 5.67e+03 -1.5e+04 -968 3.11e-06 0 5.82e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.459 0.0427 -0.0193 2.17e-06 0 0 0 Tank initStep - 1 113 13.5 -70.9 2.17e-06 2.17e-06 134 134 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.394 0.0538 -0.00828 2.26e-06 0 0 0 Tank initStep - 1 2.25e+03 697 -743 2.26e-06 2.26e-06 2.47e+03 2.47e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.462 0.0422 -0.0198 3.39e-06 0 0 0 Tank initStep - 1 5e+03 1.15e+03 660 3.39e-06 0 5.17e+03 5.17e+03 expHall Transportation - 2 1e+04 3.43e+03 78.8 3.39e-06 0 5.52e+03 1.07e+04 world Transportation - 3 1.5e+04 5.7e+03 -502 3.39e-06 0 5.52e+03 1.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.397 0.0533 -0.0088 3.48e-06 0 0 0 Tank initStep - 1 5e+03 -2.43e+03 -3.67e+03 3.48e-06 0 6.66e+03 6.66e+03 expHall Transportation - 2 5e+03 -2.43e+03 -3.67e+03 3.48e-06 0 0 6.66e+03 Tank Transportation - 3 4e+03 -1.82e+03 -5e+03 3.48e-06 0 1.77e+03 8.43e+03 expHall Transportation - 4 4e+03 -1.82e+03 -5e+03 3.48e-06 0 0 8.43e+03 Tank Transportation - 5 3.73e+03 -5e+03 -3.55e+03 3.48e-06 0 3.5e+03 1.19e+04 expHall Transportation - 6 2.11e+03 -1e+04 -461 3.48e-06 0 6.09e+03 1.8e+04 world Transportation - 7 493 -1.5e+04 2.63e+03 3.48e-06 0 6.09e+03 2.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.463 0.0422 -0.0198 0.413 0 0 0.476 Tank initStep - 5 0.548 0.00481 -0.0277 0.399 0.0142 0.095 0.571 Tank Cerenkov - 6 0.61 -0.0461 -0.0576 0.38 0.0192 0.0886 0.66 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.594 -0.0329 -0.0499 2.08e-06 0 0 0 Tank initStep - 1 5e+03 -2.21e+03 -18.2 2.08e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 1e+04 -6.02e+03 -959 2.08e-06 0 6.35e+03 1.18e+04 world Transportation - 3 1.5e+04 -9.83e+03 -1.9e+03 2.08e-06 0 6.35e+03 1.82e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.61 -0.0461 -0.0576 0.38 0 0 0.66 Tank initStep - 7 0.662 -0.104 -0.0742 0.368 0.012 0.0802 0.74 Tank Cerenkov - 8 0.711 -0.157 -0.0808 0.355 0.0127 0.0753 0.816 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.7 -0.145 -0.0793 2.28e-06 0 0 0 Tank initStep - 1 4.34e+03 -2.18e+03 -1.48e+03 2.28e-06 2.28e-06 5.08e+03 5.08e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.711 -0.157 -0.0808 0.355 0 0 0.816 Tank initStep - 9 0.769 -0.193 -0.0986 0.269 0.0859 0.0702 0.886 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.751 -0.181 -0.0929 2.38e-06 0 0 0 Tank initStep - 1 4.39e+03 -5e+03 -4.23e+03 2.38e-06 0 7.88e+03 7.88e+03 expHall Transportation - 2 4.39e+03 -5e+03 -4.23e+03 2.38e-06 0 0 7.88e+03 Tank Transportation - 3 5e+03 -4.18e+03 -4.8e+03 2.38e-06 0 1.17e+03 9.05e+03 expHall Transportation - 4 5e+03 -4.18e+03 -4.8e+03 2.38e-06 0 0 9.05e+03 Tank Transportation - 5 4.81e+03 -3.88e+03 -5e+03 2.38e-06 0 406 9.46e+03 expHall Transportation - 6 4.81e+03 -3.88e+03 -5e+03 2.38e-06 0 0 9.46e+03 Tank Transportation - 7 797 -3.65e+03 4.27 2.38e-06 2.38e-06 6.42e+03 1.59e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.724 -0.165 -0.0847 2.62e-06 0 0 0 Tank initStep - 1 -821 5e+03 -3.89e+03 2.62e-06 0 6.39e+03 6.39e+03 expHall Transportation - 2 -821 5e+03 -3.89e+03 2.62e-06 0 0 6.39e+03 Tank Transportation - 3 -1.35e+03 2.88e+03 -5e+03 2.62e-06 0 2.45e+03 8.84e+03 expHall Transportation - 4 -1.35e+03 2.88e+03 -5e+03 2.62e-06 0 0 8.84e+03 Tank Transportation - 5 -3.94e+03 -5e+03 -4.12e+03 2.62e-06 0 8.34e+03 1.72e+04 expHall Transportation - 6 -3.94e+03 -5e+03 -4.12e+03 2.62e-06 0 0 1.72e+04 Tank Transportation - 7 -5e+03 -4.92e+03 -2.8e+03 2.62e-06 0 1.69e+03 1.89e+04 expHall Transportation - 8 -5e+03 -4.92e+03 -2.8e+03 2.62e-06 0 0 1.89e+04 Tank Transportation - 9 -1.32e+03 -3.39e+03 5e+03 2.62e-06 0 8.76e+03 2.76e+04 expHall Transportation - 10 2.69e+03 -2.83e+03 1e+04 2.62e-06 0 6.44e+03 3.41e+04 world Transportation - 11 6.71e+03 -2.27e+03 1.5e+04 2.62e-06 0 6.44e+03 4.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.74 -0.175 -0.0897 2.54e-06 0 0 0 Tank initStep - 1 3.33e+03 2.18e+03 5e+03 2.54e-06 0 6.39e+03 6.39e+03 expHall Transportation - 2 3.33e+03 2.18e+03 5e+03 2.54e-06 0 0 6.39e+03 Tank Transportation - 3 2e+03 1.77e+03 -5e+03 2.54e-06 0 1.01e+04 1.65e+04 expHall Transportation - 4 532 1.11e+03 -1e+04 2.54e-06 0 5.25e+03 2.17e+04 world Transportation - 5 -933 443 -1.5e+04 2.54e-06 0 5.25e+03 2.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.764 -0.189 -0.0969 2.88e-06 0 0 0 Tank initStep - 1 -2.82e+03 -5e+03 -1.72e+03 2.88e-06 0 5.99e+03 5.99e+03 expHall Transportation - 2 -2.82e+03 -5e+03 -1.72e+03 2.88e-06 0 0 5.99e+03 Tank Transportation - 3 -5e+03 -3.04e+03 -3.03e+03 2.88e-06 0 3.21e+03 9.21e+03 expHall Transportation - 4 -5e+03 -3.04e+03 -3.03e+03 2.88e-06 0 0 9.21e+03 Tank Transportation - 5 -3.37e+03 -1.19e+03 -5e+03 2.88e-06 0 3.15e+03 1.24e+04 expHall Transportation - 6 -3.37e+03 -1.19e+03 -5e+03 2.88e-06 0 0 1.24e+04 Tank Transportation - 7 3.23e+03 2.61e+03 5e+03 2.88e-06 0 1.26e+04 2.49e+04 expHall Transportation - 8 3.23e+03 2.61e+03 5e+03 2.88e-06 0 0 2.49e+04 Tank Transportation - 9 5e+03 1.48e+03 3.99e+03 2.88e-06 0 2.32e+03 2.73e+04 expHall Transportation - 10 5e+03 1.48e+03 3.99e+03 2.88e-06 0 0 2.73e+04 Tank Transportation - 11 -3.39e+03 -939 -5e+03 2.88e-06 0 1.25e+04 3.98e+04 expHall Transportation - 12 -3.39e+03 -939 -5e+03 2.88e-06 0 0 3.98e+04 Tank Transportation - 13 -5e+03 -423 -2.13e+03 2.88e-06 0 3.33e+03 4.31e+04 expHall Transportation - 14 -5e+03 -423 -2.13e+03 2.88e-06 0 0 4.31e+04 Tank Transportation - 15 5e+03 2.07e+03 3.46e+03 2.88e-06 0 1.17e+04 5.48e+04 expHall Transportation - 16 5e+03 2.07e+03 3.46e+03 2.88e-06 0 0 5.48e+04 Tank Transportation - 17 2.7e+03 3.28e+03 5e+03 2.88e-06 0 3.02e+03 5.79e+04 expHall Transportation - 18 2.7e+03 3.28e+03 5e+03 2.88e-06 0 0 5.79e+04 Tank Transportation - 19 2.18e+03 5e+03 3.76e+03 2.88e-06 0 2.18e+03 6e+04 expHall Transportation - 20 2.18e+03 5e+03 3.76e+03 2.88e-06 0 0 6e+04 Tank Transportation - 21 117 2.56e+03 500 2.88e-06 2.88e-06 4.56e+03 6.46e+04 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.714 -0.159 -0.0817 2.51e-06 0 0 0 Tank initStep - 1 -1.58e+03 -1.71e+03 5e+03 2.51e-06 0 5.52e+03 5.52e+03 expHall Transportation - 2 -2.86e+03 -1.11e+03 1e+04 2.51e-06 0 5.2e+03 1.07e+04 world Transportation - 3 -4.13e+03 -506 1.5e+04 2.51e-06 0 5.2e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.764 -0.189 -0.0969 3.99e-06 0 0 0 Tank initStep - 1 -1.61e+03 -5e+03 2.6e+03 3.99e-06 0 5.86e+03 5.86e+03 expHall Transportation - 2 -1.61e+03 -5e+03 2.6e+03 3.99e-06 0 0 5.86e+03 Tank Transportation - 3 -3.98e+03 -1.8e+03 5e+03 3.99e-06 0 4.65e+03 1.05e+04 expHall Transportation - 4 -3.98e+03 -1.8e+03 5e+03 3.99e-06 0 0 1.05e+04 Tank Transportation - 5 -4.62e+03 -1.12e+03 4.49e+03 3.99e-06 3.99e-06 1.07e+03 1.16e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.769 -0.193 -0.0986 0.269 0 0 0.886 Tank initStep - 10 0.805 -0.21 -0.105 0.262 0.00726 0.0405 0.926 Tank Cerenkov - 11 0.839 -0.224 -0.108 0.252 0.00925 0.0384 0.965 Tank Cerenkov - 12 0.868 -0.243 -0.101 0.245 0.00743 0.0358 1 Tank Cerenkov - 13 0.877 -0.247 -0.102 0.243 0.00163 0.00985 1.01 Tank Cerenkov - 14 0.88 -0.248 -0.102 0.243 0.000142 0.00368 1.01 Tank Cerenkov - 15 0.883 -0.249 -0.102 0.243 0.000546 0.00315 1.02 Tank Cerenkov - 16 0.884 -0.25 -0.102 0.243 0.000128 0.00108 1.02 Tank Cerenkov - 17 0.885 -0.25 -0.102 0.242 0.00022 0.000592 1.02 Tank Cerenkov - 18 0.994 -0.293 -0.105 0.21 0.0324 0.133 1.15 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.927 -0.266 -0.103 2.75e-06 0 0 0 Tank initStep - 1 -420 28.6 5e+03 2.75e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 -1.37e+03 -190 1e+04 2.75e-06 0 5.09e+03 1.01e+04 world Transportation - 3 -2.33e+03 -409 1.5e+04 2.75e-06 0 5.09e+03 1.52e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.994 -0.293 -0.105 0.21 0 0 1.15 Tank initStep - 19 1.03 -0.28 -0.0892 0.202 0.00821 0.0372 1.19 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03 -0.28 -0.0893 3.01e-06 0 0 0 Tank initStep - 1 -2.35e+03 -5e+03 -687 3.01e-06 0 5.57e+03 5.57e+03 expHall Transportation - 2 -6.46e+03 -1e+04 -2.92e+03 3.01e-06 0 6.84e+03 1.24e+04 world Transportation - 3 -1.06e+04 -1.5e+04 -5.16e+03 3.01e-06 0 6.84e+03 1.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 1.03 -0.28 -0.0892 0.202 0 0 1.19 Tank initStep - 20 1.06 -0.27 -0.0782 0.195 0.00631 0.0348 1.22 Tank msc - 21 1.14 -0.264 -0.0782 0.172 0.0233 0.0985 1.32 Tank eIoni - 22 1.17 -0.26 -0.144 0.157 0.0155 0.0829 1.41 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.16 -0.261 -0.121 2.45e-06 0 0 0 Tank initStep - 1 -731 -148 -268 2.45e-06 2.45e-06 794 794 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.263 -0.086 2.41e-06 0 0 0 Tank initStep - 1 -5e+03 4.5e+03 -640 2.41e-06 0 6.76e+03 6.76e+03 expHall Transportation - 2 -5e+03 4.5e+03 -640 2.41e-06 0 0 6.76e+03 Tank Transportation - 3 -4.75e+03 5e+03 -663 2.41e-06 0 554 7.31e+03 expHall Transportation - 4 897 1e+04 -1.09e+03 2.41e-06 0 7.56e+03 1.49e+04 world Transportation - 5 6.55e+03 1.5e+04 -1.51e+03 2.41e-06 0 7.56e+03 2.24e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 1.17 -0.26 -0.144 0.157 0 0 1.41 Tank initStep - 23 1.19 -0.25 -0.158 0.153 0.00372 0.023 1.43 Tank msc - 24 1.22 -0.231 -0.206 0.131 0.0216 0.0709 1.5 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.21 -0.24 -0.184 2.35e-06 0 0 0 Tank initStep - 1 3.19e+03 2.09e+03 4.02e+03 2.35e-06 2.35e-06 5.54e+03 5.54e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 1.22 -0.231 -0.206 0.131 0 0 1.5 Tank initStep - 25 1.23 -0.217 -0.207 0.128 0.00315 0.0171 1.52 Tank msc - 26 1.27 -0.184 -0.207 0.107 0.0206 0.0566 1.57 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.26 -0.19 -0.207 2.58e-06 0 0 0 Tank initStep - 1 -212 -821 5e+03 2.58e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 -676 -2.19e+03 1e+04 2.58e-06 0 5.2e+03 1.03e+04 world Transportation - 3 -1.14e+03 -3.55e+03 1.5e+04 2.58e-06 0 5.2e+03 1.55e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 1.27 -0.184 -0.207 0.107 0 0 1.57 Tank initStep - 27 1.27 -0.178 -0.217 0.103 0.00427 0.0121 1.58 Tank msc - 28 1.28 -0.16 -0.249 0.0895 0.0136 0.0437 1.63 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 -0.164 -0.241 3.31e-06 0 0 0 Tank initStep - 1 1.89e+03 -2.21e+03 5e+03 3.31e-06 0 5.78e+03 5.78e+03 expHall Transportation - 2 1.89e+03 -2.21e+03 5e+03 3.31e-06 0 0 5.78e+03 Tank Transportation - 3 5e+03 -2.95e+03 3.3e+03 3.31e-06 0 3.62e+03 9.4e+03 expHall Transportation - 4 5e+03 -2.95e+03 3.3e+03 3.31e-06 0 0 9.4e+03 Tank Transportation - 5 3.17e+03 -5e+03 2.47e+03 3.31e-06 0 2.87e+03 1.23e+04 expHall Transportation - 6 3.17e+03 -5e+03 2.47e+03 3.31e-06 0 0 1.23e+04 Tank Transportation - 7 -3.78e+03 406 -5e+03 3.31e-06 0 1.15e+04 2.38e+04 expHall Transportation - 8 -3.78e+03 406 -5e+03 3.31e-06 0 0 2.38e+04 Tank Transportation - 9 -5e+03 -557 -4.38e+03 3.31e-06 0 1.67e+03 2.55e+04 expHall Transportation - 10 -5e+03 -557 -4.38e+03 3.31e-06 0 0 2.55e+04 Tank Transportation - 11 -3.48e+03 -2.11e+03 -4.26e+03 3.31e-06 3.31e-06 2.17e+03 2.77e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 -0.173 -0.225 3.8e-06 0 0 0 Tank initStep - 1 2.91e+03 -2.15e+03 5e+03 3.8e-06 0 6.17e+03 6.17e+03 expHall Transportation - 2 2.91e+03 -2.15e+03 5e+03 3.8e-06 0 0 6.17e+03 Tank Transportation - 3 4.3e+03 -2.51e+03 4.38e+03 3.8e-06 3.8e-06 1.56e+03 7.74e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 1.28 -0.16 -0.249 0.0895 0 0 1.63 Tank initStep - 29 1.28 -0.156 -0.255 0.0852 0.0043 0.00885 1.64 Tank msc - 30 1.3 -0.147 -0.277 0.0673 0.018 0.0356 1.67 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.29 -0.153 -0.263 3.97e-06 0 0 0 Tank initStep - 1 -117 619 38.3 3.97e-06 3.97e-06 631 631 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 30 1.3 -0.147 -0.277 0.0673 0 0 1.67 Tank initStep - 31 1.3 -0.144 -0.28 0.0645 0.00274 0.00538 1.68 Tank msc - 32 1.29 -0.129 -0.292 0.052 0.0125 0.0272 1.71 Tank eIoni - 33 1.28 -0.122 -0.303 0.0216 0.0304 0.0227 1.73 Tank eIoni - 34 1.28 -0.123 -0.307 0 0.0216 0.00886 1.74 Tank eIoni - 35 1.28 -0.123 -0.307 0 0 0 1.74 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 -0.123 -0.307 0.511 0 0 0 Tank initStep - 1 -13.6 20.3 -20.7 0.459 1.36e-05 32.5 32.5 Tank compt - 2 -56.1 73.1 -34.5 0.324 1.36e-05 69.2 102 Tank compt - 3 -205 90.6 -280 0.287 1.36e-05 288 389 Tank compt - 4 -228 77.7 -295 0.155 1.36e-05 30.5 420 Tank compt - 5 -221 78.2 -298 0.136 2.92e-05 7.39 427 Tank compt - 6 -210 70.3 -294 0.132 2.92e-05 14.4 441 Tank compt - 7 -108 57.5 -278 0.111 1.42e-05 104 545 Tank compt - 8 -104 59.4 -251 0.105 1.36e-05 27.5 573 Tank compt - 9 -85.4 71.2 -234 0.0951 1.42e-05 27.6 600 Tank compt - 10 -46.4 57.8 -234 0.0873 0.000537 41.2 642 Tank compt - 11 91.9 138 -363 0.0866 1.42e-05 205 847 Tank compt - 12 106 140 -370 0.0866 0 15.7 863 Tank Rayl - 13 107 140 -371 0.0731 1.42e-05 1.98 865 Tank compt - 14 133 178 -328 0.063 0.000537 63.1 928 Tank compt - 15 89.1 178 -335 0.0526 1.42e-05 44.5 972 Tank compt - 16 125 117 -333 0.0468 2.92e-05 70.6 1.04e+03 Tank compt - 17 116 121 -372 0.0427 0.000537 40.2 1.08e+03 Tank compt - 18 148 127 -370 0 0.000537 32.2 1.12e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 148 127 -370 0.0421 0 0 0 Tank initStep - 1 148 127 -370 0.0408 0.00129 0.00251 0.00251 Tank msc - 2 148 127 -370 0.0156 0.0252 0.0193 0.0218 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 148 127 -370 3.26e-06 0 0 0 Tank initStep - 1 2.15e+03 5e+03 -2.08e+03 3.26e-06 0 5.54e+03 5.54e+03 expHall Transportation - 2 5.52e+03 1e+04 -3.57e+03 3.26e-06 0 6.21e+03 1.17e+04 world Transportation - 3 8.89e+03 1.5e+04 -5.06e+03 3.26e-06 0 6.21e+03 1.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 148 127 -370 0.0156 0 0 0.0218 Tank initStep - 3 148 127 -370 0.0151 0.00056 0.000436 0.0222 Tank msc - 4 148 127 -370 0 0.0151 0.0051 0.0273 Tank eIoni - 5 148 127 -370 0 0 0 0.0273 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 116 121 -372 0.00362 0 0 0 Tank initStep - 1 116 121 -372 0.0036 2.01e-05 3.39e-05 3.39e-05 Tank msc - 2 116 121 -372 0 0.0036 0.00042 0.000454 Tank eIoni - 3 116 121 -372 0 0 0 0.000454 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 125 117 -333 0.00578 0 0 0 Tank initStep - 1 125 117 -333 0.00519 0.000593 7.58e-05 7.58e-05 Tank msc - 2 125 117 -333 0 0.00519 0.000786 0.000862 Tank eIoni - 3 125 117 -333 0 0 0 0.000862 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 89.1 178 -335 0.0104 0 0 0 Tank initStep - 1 89.1 178 -335 0.00861 0.00175 0.000211 0.000211 Tank msc - 2 89.1 178 -335 0 0.00861 0.00191 0.00212 Tank eIoni - 3 89.1 178 -335 0 0 0 0.00212 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 133 178 -328 0.0095 0 0 0 Tank initStep - 1 133 178 -328 0.00918 0.000326 0.000182 0.000182 Tank msc - 2 133 178 -328 0 0.00918 0.00213 0.00231 Tank eIoni - 3 133 178 -328 0 0 0 0.00231 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 107 140 -371 0.0135 0 0 0 Tank initStep - 1 107 140 -371 0.00543 0.00807 0.000336 0.000336 Tank msc - 2 107 140 -371 0 0.00543 0.000851 0.00119 Tank eIoni - 3 107 140 -371 0 0 0 0.00119 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 91.9 138 -363 0.000716 0 0 0 Tank initStep - 1 91.9 138 -363 0.000716 0 2.62e-06 2.62e-06 Tank msc - 2 91.9 138 -363 0 0.000716 3.28e-05 3.54e-05 Tank eIoni - 3 91.9 138 -363 0 0 0 3.54e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.4 57.8 -234 0.00727 0 0 0 Tank initStep - 1 -46.4 57.8 -234 0.00696 0.000313 0.000113 0.000113 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.4 57.8 -234 3.47e-06 0 0 0 Tank initStep - 1 5e+03 3.56e+03 549 3.47e-06 0 6.19e+03 6.19e+03 expHall Transportation - 2 1e+04 8.47e+03 -1.01e+03 3.47e-06 0 7.18e+03 1.34e+04 world Transportation - 3 1.5e+04 1.34e+04 -2.56e+03 3.47e-06 0 7.18e+03 2.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -46.4 57.8 -234 0.00696 0 0 0.000113 Tank initStep - 2 -46.4 57.8 -234 0.00636 0.000594 0.000105 0.000218 Tank msc - 3 -46.4 57.8 -234 0 0.00636 0.00112 0.00134 Tank eIoni - 4 -46.4 57.8 -234 0 0 0 0.00134 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.4 71.2 -234 0.0097 0 0 0 Tank initStep - 1 -85.4 71.2 -234 0.00904 0.000657 0.000188 0.000188 Tank msc - 2 -85.4 71.2 -234 0 0.00904 0.00208 0.00227 Tank eIoni - 3 -85.4 71.2 -234 0 0 0 0.00227 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -104 59.4 -251 0.00615 0 0 0 Tank initStep - 1 -104 59.4 -251 0.00611 4.22e-05 8.45e-05 8.45e-05 Tank msc - 2 -104 59.4 -251 0 0.00611 0.00104 0.00113 Tank eIoni - 3 -104 59.4 -251 0 0 0 0.00113 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -104 59.4 -251 3.41e-06 0 0 0 Tank initStep - 1 -105 59.5 -250 3.41e-06 3.41e-06 1.69 1.69 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -108 57.5 -278 0.0206 0 0 0 Tank initStep - 1 -108 57.5 -278 0.019 0.00156 0.000708 0.000708 Tank msc - 2 -108 57.5 -278 0 0.019 0.00771 0.00842 Tank eIoni - 3 -108 57.5 -278 0 0 0 0.00842 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 41 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -108 57.5 -278 4.03e-06 0 0 0 Tank initStep - 1 -770 599 3.73e+03 4.03e-06 0 4.1e+03 4.1e+03 Tank OpRayleigh - 2 3.68e+03 -5e+03 4.02e+03 4.03e-06 0 7.16e+03 1.13e+04 expHall Transportation - 3 3.68e+03 -5e+03 4.02e+03 4.03e-06 0 0 1.13e+04 Tank Transportation - 4 4.42e+03 -4.44e+03 3.94e+03 4.03e-06 4.03e-06 928 1.22e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -210 70.3 -294 0.00441 0 0 0 Tank initStep - 1 -210 70.3 -294 0.00435 6.33e-05 4.76e-05 4.76e-05 Tank msc - 2 -210 70.3 -294 0 0.00435 0.00058 0.000628 Tank eIoni - 3 -210 70.3 -294 0 0 0 0.000628 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 78.2 -298 0.0192 0 0 0 Tank initStep - 1 -221 78.2 -298 0.0183 0.000866 0.000625 0.000625 Tank msc - 2 -221 78.2 -298 0 0.0183 0.0072 0.00782 Tank eIoni - 3 -221 78.2 -298 0 0 0 0.00782 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 39 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 78.2 -298 2.26e-06 0 0 0 Tank initStep - 1 -5e+03 1.81e+03 -215 2.26e-06 0 5.08e+03 5.08e+03 expHall Transportation - 2 -9.04e+03 1e+04 3.26e+03 2.26e-06 0 9.77e+03 1.49e+04 world Transportation - 3 -1.15e+04 1.5e+04 5.37e+03 2.26e-06 0 5.96e+03 2.08e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -295 0.132 0 0 0 Tank initStep - 1 -228 77.7 -296 0.122 0.00976 0.0181 0.0181 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -296 3.99e-06 0 0 0 Tank initStep - 1 -2.24e+03 -2.25e+03 -246 3.99e-06 0 3.07e+03 3.07e+03 Tank OpRayleigh - 2 -1.68e+03 -547 36.6 3.99e-06 3.99e-06 1.81e+03 4.89e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -228 77.7 -296 0.122 0 0 0.0181 Tank initStep - 2 -228 77.7 -296 0.12 0.00219 0.0159 0.0339 Tank msc - 3 -228 77.7 -296 0.103 0.0172 0.0541 0.088 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -296 3.31e-06 0 0 0 Tank initStep - 1 -1.24e+03 -1.72e+03 -2.04e+03 3.31e-06 0 2.71e+03 2.71e+03 Tank OpRayleigh - 2 2.55e+03 -600 -1.73e+03 3.31e-06 3.31e-06 3.97e+03 6.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -228 77.7 -296 0.103 0 0 0.088 Tank initStep - 4 -228 77.7 -296 0.0979 0.00467 0.0119 0.0999 Tank msc - 5 -228 77.7 -296 0.077 0.0209 0.0428 0.143 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -296 3.28e-06 0 0 0 Tank initStep - 1 1.13e+03 5e+03 2.84e+03 3.28e-06 0 5.99e+03 5.99e+03 expHall Transportation - 2 5.31e+03 9.78e+03 1e+04 3.28e-06 0 9.58e+03 1.56e+04 world Transportation - 3 8.23e+03 1.31e+04 1.5e+04 3.28e-06 0 6.68e+03 2.23e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -296 3.96e-06 0 0 0 Tank initStep - 1 5e+03 4.8e+03 1.3e+03 3.96e-06 0 7.23e+03 7.23e+03 expHall Transportation - 2 5e+03 4.8e+03 1.3e+03 3.96e-06 0 0 7.23e+03 Tank Transportation - 3 4.5e+03 5e+03 1.59e+03 3.96e-06 0 608 7.84e+03 expHall Transportation - 4 4.5e+03 5e+03 1.59e+03 3.96e-06 0 0 7.84e+03 Tank Transportation - 5 1.35e+03 2.84e+03 5e+03 3.96e-06 0 5.12e+03 1.3e+04 expHall Transportation - 6 1.35e+03 2.84e+03 5e+03 3.96e-06 0 0 1.3e+04 Tank Transportation - 7 -5e+03 3.17e+03 1.53e+03 3.96e-06 0 7.24e+03 2.02e+04 expHall Transportation - 8 -5e+03 3.17e+03 1.53e+03 3.96e-06 0 0 2.02e+04 Tank Transportation - 9 896 1.2e+03 -5e+03 3.96e-06 0 9.02e+03 2.92e+04 expHall Transportation - 10 896 1.2e+03 -5e+03 3.96e-06 0 0 2.92e+04 Tank Transportation - 11 3.57e+03 706 5e+03 3.96e-06 0 1.04e+04 3.96e+04 expHall Transportation - 12 6.49e+03 76 1e+04 3.96e-06 0 5.82e+03 4.54e+04 world Transportation - 13 9.41e+03 -554 1.5e+04 3.96e-06 0 5.82e+03 5.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -296 2.5e-06 0 0 0 Tank initStep - 1 28.4 -1.31e+03 -314 2.5e-06 0 1.41e+03 1.41e+03 Tank OpRayleigh - 2 1.79e+03 -5e+03 -2.16e+03 2.5e-06 0 4.49e+03 5.9e+03 expHall Transportation - 3 1.79e+03 -5e+03 -2.16e+03 2.5e-06 0 0 5.9e+03 Tank Transportation - 4 4.42e+03 -294 -5e+03 2.5e-06 0 6.09e+03 1.2e+04 expHall Transportation - 5 4.42e+03 -294 -5e+03 2.5e-06 0 0 1.2e+04 Tank Transportation - 6 5e+03 154 -4.25e+03 2.5e-06 0 1.05e+03 1.3e+04 expHall Transportation - 7 5e+03 154 -4.25e+03 2.5e-06 0 0 1.3e+04 Tank Transportation - 8 2.73e+03 5e+03 750 2.5e-06 0 7.32e+03 2.04e+04 expHall Transportation - 9 2.73e+03 5e+03 750 2.5e-06 0 0 2.04e+04 Tank Transportation - 10 2.44e+03 2.21e+03 5e+03 2.5e-06 0 5.09e+03 2.55e+04 expHall Transportation - 11 2.44e+03 2.21e+03 5e+03 2.5e-06 0 0 2.55e+04 Tank Transportation - 12 -732 -5e+03 1.4e+03 2.5e-06 0 8.66e+03 3.41e+04 expHall Transportation - 13 -3.74e+03 -1e+04 -2.66e+03 2.5e-06 0 7.11e+03 4.12e+04 world Transportation - 14 -6.76e+03 -1.5e+04 -6.73e+03 2.5e-06 0 7.11e+03 4.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -228 77.7 -296 0.077 0 0 0.143 Tank initStep - 6 -228 77.7 -296 0.0758 0.00125 0.00725 0.15 Tank msc - 7 -228 77.7 -296 0.0563 0.0195 0.0327 0.183 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.7 -296 3.73e-06 0 0 0 Tank initStep - 1 -4.18e+03 -1.26e+03 5e+03 3.73e-06 0 6.74e+03 6.74e+03 expHall Transportation - 2 -1e+04 -3.37e+03 7.22e+03 3.73e-06 0 6.57e+03 1.33e+04 world Transportation - 3 -1.5e+04 -5.18e+03 9.12e+03 3.73e-06 0 5.65e+03 1.9e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -228 77.7 -296 0.0563 0 0 0.183 Tank initStep - 8 -228 77.6 -296 0.054 0.0023 0.00418 0.187 Tank msc - 9 -228 77.6 -296 0.038 0.0159 0.0241 0.211 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -228 77.6 -296 4.12e-06 0 0 0 Tank initStep - 1 -286 1.94e+03 -3.24e+03 4.12e-06 4.12e-06 3.48e+03 3.48e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -228 77.6 -296 0.038 0 0 0.211 Tank initStep - 10 -228 77.6 -296 0.0367 0.00133 0.00209 0.213 Tank msc - 11 -228 77.6 -296 0.0143 0.0224 0.0177 0.231 Tank eIoni - 12 -228 77.6 -296 0 0.0143 0.00466 0.235 Tank eIoni - 13 -228 77.6 -296 0 0 0 0.235 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -205 90.6 -280 0.0371 0 0 0 Tank initStep - 1 -205 90.6 -280 0.0364 0.000715 0.00201 0.00201 Tank msc - 2 -205 90.6 -280 0.0199 0.0165 0.0175 0.0196 Tank eIoni - 3 -205 90.6 -280 0 0.0199 0.00835 0.0279 Tank eIoni - 4 -205 90.6 -280 0 0 0 0.0279 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.1 73.1 -34.5 0.135 0 0 0 Tank initStep - 1 -56.2 73.1 -34.5 0.129 0.00616 0.0188 0.0188 Tank msc - 2 -56.2 73.1 -34.5 0.104 0.0249 0.0591 0.0779 Tank eIoni - 3 -56.2 73.2 -34.5 0.0675 0.0364 0.0458 0.124 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.2 73.1 -34.5 2.25e-06 0 0 0 Tank initStep - 1 -21.4 -1.93e+03 -725 2.25e-06 2.25e-06 2.12e+03 2.12e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.2 73.1 -34.5 2.65e-06 0 0 0 Tank initStep - 1 2.25e+03 1.08e+03 5e+03 2.65e-06 0 5.63e+03 5.63e+03 expHall Transportation - 2 2.25e+03 1.08e+03 5e+03 2.65e-06 0 0 5.63e+03 Tank Transportation - 3 4.66e+03 622 2.8e+03 2.65e-06 0 3.3e+03 8.93e+03 Tank OpRayleigh - 4 5e+03 641 3.05e+03 2.65e-06 0 417 9.34e+03 expHall Transportation - 5 1e+04 -496 6.2e+03 2.65e-06 0 6.02e+03 1.54e+04 world Transportation - 6 1.5e+04 -1.63e+03 9.35e+03 2.65e-06 0 6.02e+03 2.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -56.2 73.2 -34.5 0.0675 0 0 0.124 Tank initStep - 4 -56.2 73.2 -34.5 0.0642 0.00327 0.00575 0.129 Tank msc - 5 -56.2 73.2 -34.5 0.0378 0.0264 0.028 0.157 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.2 73.2 -34.5 2.29e-06 0 0 0 Tank initStep - 1 -1.84e+03 -3.73e+03 -5e+03 2.29e-06 0 6.51e+03 6.51e+03 expHall Transportation - 2 -4.38e+03 -1e+04 -7.73e+03 2.29e-06 0 7.29e+03 1.38e+04 world Transportation - 3 -6.4e+03 -1.5e+04 -9.9e+03 2.29e-06 0 5.82e+03 1.96e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.2 73.2 -34.5 2.64e-06 0 0 0 Tank initStep - 1 -3.73e+03 -1.67e+03 5e+03 2.64e-06 0 6.47e+03 6.47e+03 expHall Transportation - 2 -3.73e+03 -1.67e+03 5e+03 2.64e-06 0 0 6.47e+03 Tank Transportation - 3 -5e+03 -2.8e+03 2.2e+03 2.64e-06 0 3.28e+03 9.75e+03 expHall Transportation - 4 -5e+03 -2.8e+03 2.2e+03 2.64e-06 0 0 9.75e+03 Tank Transportation - 5 -2.72e+03 -5e+03 -3.11e+03 2.64e-06 0 6.18e+03 1.59e+04 expHall Transportation - 6 -2.72e+03 -5e+03 -3.11e+03 2.64e-06 0 0 1.59e+04 Tank Transportation - 7 -4.08e+03 -1.82e+03 -5e+03 2.64e-06 0 3.94e+03 1.99e+04 expHall Transportation - 8 -4.08e+03 -1.82e+03 -5e+03 2.64e-06 0 0 1.99e+04 Tank Transportation - 9 -5e+03 -570 -4.03e+03 2.64e-06 0 1.83e+03 2.17e+04 expHall Transportation - 10 -1e+04 7.99e+03 -225 2.64e-06 0 1.06e+04 3.23e+04 world Transportation - 11 -1.41e+04 1.5e+04 2.89e+03 2.64e-06 0 8.7e+03 4.1e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -56.2 73.2 -34.5 0.0378 0 0 0.157 Tank initStep - 6 -56.2 73.2 -34.5 0.0367 0.00117 0.00208 0.159 Tank msc - 7 -56.2 73.2 -34.5 0.0155 0.0211 0.0177 0.177 Tank eIoni - 8 -56.2 73.2 -34.5 0 0.0155 0.00539 0.182 Tank eIoni - 9 -56.2 73.2 -34.5 0 0 0 0.182 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.6 20.3 -20.7 0.0519 0 0 0 Tank initStep - 1 -13.6 20.3 -20.7 0.0498 0.0021 0.00363 0.00363 Tank msc - 2 -13.6 20.3 -20.8 0.00936 0.0405 0.0225 0.0262 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.6 20.3 -20.8 3.91e-06 0 0 0 Tank initStep - 1 114 -5e+03 2.2e+03 3.91e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 114 -5e+03 2.2e+03 3.91e-06 0 0 5.49e+03 Tank Transportation - 3 344 -3.77e+03 5e+03 3.91e-06 0 3.07e+03 8.56e+03 expHall Transportation - 4 344 -3.77e+03 5e+03 3.91e-06 0 0 8.56e+03 Tank Transportation - 5 5e+03 4.38e+03 4.5e+03 3.91e-06 0 9.4e+03 1.8e+04 expHall Transportation - 6 5e+03 4.38e+03 4.5e+03 3.91e-06 0 0 1.8e+04 Tank Transportation - 7 4.52e+03 4.63e+03 4.65e+03 3.91e-06 3.91e-06 561 1.85e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.6 20.3 -20.8 3.6e-06 0 0 0 Tank initStep - 1 5e+03 -1.23e+03 686 3.6e-06 0 5.21e+03 5.21e+03 expHall Transportation - 2 1e+04 -2.9e+03 2.23e+03 3.6e-06 0 5.49e+03 1.07e+04 world Transportation - 3 1.5e+04 -4.56e+03 3.78e+03 3.6e-06 0 5.49e+03 1.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -13.6 20.3 -20.8 0.00936 0 0 0.0262 Tank initStep - 3 -13.6 20.3 -20.8 0.00892 0.000431 0.000177 0.0263 Tank msc - 4 -13.6 20.3 -20.8 0 0.00892 0.00203 0.0284 Tank eIoni - 5 -13.6 20.3 -20.8 0 0 0 0.0284 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 -0.123 -0.307 0.511 0 0 0 Tank initStep - 1 35.1 -46.7 46.2 0.334 2.92e-05 74 74 Tank compt - 2 99.2 -13.3 103 0.281 1.42e-05 91.8 166 Tank compt - 3 189 -58.8 168 0.157 1.42e-05 120 286 Tank compt - 4 161 -60.2 181 0.119 0.000537 31.2 317 Tank compt - 5 162 -69.5 184 0.0961 0.000537 9.92 327 Tank compt - 6 246 -73.5 204 0.0801 2.92e-05 86.7 414 Tank compt - 7 254 -88.5 138 0.073 1.42e-05 68.5 482 Tank compt - 8 291 -91.2 126 0 0.000537 38.8 521 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 291 -91.2 126 0.0724 0 0 0 Tank initStep - 1 291 -91.2 126 0.0696 0.0028 0.00651 0.00651 Tank msc - 2 291 -91.2 126 0.0456 0.024 0.0301 0.0367 Tank eIoni - 3 291 -91.2 126 0.0277 0.0179 0.021 0.0577 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 291 -91.2 126 2.62e-06 0 0 0 Tank initStep - 1 5e+03 -2.5e+03 -3.94e+03 2.62e-06 0 6.67e+03 6.67e+03 expHall Transportation - 2 5e+03 -2.5e+03 -3.94e+03 2.62e-06 0 0 6.67e+03 Tank Transportation - 3 4.52e+03 -2.81e+03 -5e+03 2.62e-06 0 1.2e+03 7.88e+03 expHall Transportation - 4 4.52e+03 -2.81e+03 -5e+03 2.62e-06 0 0 7.88e+03 Tank Transportation - 5 -2.46e+03 -5e+03 2.1e+03 2.62e-06 0 1.02e+04 1.81e+04 expHall Transportation - 6 -2.46e+03 -5e+03 2.1e+03 2.62e-06 0 0 1.81e+04 Tank Transportation - 7 -5e+03 -368 3.8e+03 2.62e-06 0 5.55e+03 2.36e+04 expHall Transportation - 8 -5e+03 -368 3.8e+03 2.62e-06 0 0 2.36e+04 Tank Transportation - 9 -4.31e+03 2.67e+03 5e+03 2.62e-06 0 3.34e+03 2.7e+04 expHall Transportation - 10 -753 1e+04 5.04e+03 2.62e-06 0 8.14e+03 3.51e+04 world Transportation - 11 1.67e+03 1.5e+04 5.06e+03 2.62e-06 0 5.56e+03 4.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 291 -91.2 126 2.19e-06 0 0 0 Tank initStep - 1 -938 -2.47e+03 5e+03 2.19e-06 0 5.56e+03 5.56e+03 expHall Transportation - 2 -938 -2.47e+03 5e+03 2.19e-06 0 0 5.56e+03 Tank Transportation - 3 -4.19e+03 -5e+03 2.65e+03 2.19e-06 0 4.74e+03 1.03e+04 expHall Transportation - 4 -4.19e+03 -5e+03 2.65e+03 2.19e-06 0 0 1.03e+04 Tank Transportation - 5 -5e+03 -3.4e+03 2.4e+03 2.19e-06 0 1.81e+03 1.21e+04 expHall Transportation - 6 -5e+03 -3.4e+03 2.4e+03 2.19e-06 0 0 1.21e+04 Tank Transportation - 7 -651 277 -64.6 2.19e-06 2.19e-06 6.21e+03 1.83e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 291 -91.2 126 0.0277 0 0 0.0577 Tank initStep - 4 291 -91.2 126 0.0268 0.000922 0.0012 0.0589 Tank msc - 5 291 -91.2 126 0.00661 0.0202 0.0132 0.0721 Tank eIoni - 6 291 -91.2 126 0 0.00661 0.0012 0.0733 Tank eIoni - 7 291 -91.2 126 0 0 0 0.0733 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 254 -88.5 138 0.00713 0 0 0 Tank initStep - 1 254 -88.5 138 0.00698 0.000151 0.000109 0.000109 Tank msc - 2 254 -88.5 138 0 0.00698 0.00132 0.00143 Tank eIoni - 3 254 -88.5 138 0 0 0 0.00143 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 76 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 254 -88.5 138 3.67e-06 0 0 0 Tank initStep - 1 -3.24e+03 2.41e+03 -5e+03 3.67e-06 0 6.7e+03 6.7e+03 expHall Transportation - 2 -1e+04 6.31e+03 -7.43e+03 3.67e-06 0 8.18e+03 1.49e+04 world Transportation - 3 -1.5e+04 9.2e+03 -9.23e+03 3.67e-06 0 6.05e+03 2.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 246 -73.5 204 0.016 0 0 0 Tank initStep - 1 246 -73.5 204 0.0155 0.000524 0.000453 0.000453 Tank msc - 2 246 -73.5 204 0 0.0155 0.00533 0.00579 Tank eIoni - 3 246 -73.5 204 0 0 0 0.00579 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 246 -73.5 204 2.7e-06 0 0 0 Tank initStep - 1 5e+03 -1.55e+03 961 2.7e-06 0 5.04e+03 5.04e+03 expHall Transportation - 2 1e+04 -4.86e+03 3.37e+03 2.7e-06 0 6.46e+03 1.15e+04 world Transportation - 3 1.5e+04 -8.16e+03 5.79e+03 2.7e-06 0 6.46e+03 1.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 246 -73.5 204 3.43e-06 0 0 0 Tank initStep - 1 -68.6 -5e+03 -3.68e+03 3.43e-06 0 6.28e+03 6.28e+03 expHall Transportation - 2 2.94e+03 -9.01e+03 -1e+04 3.43e-06 0 8.07e+03 1.43e+04 world Transportation - 3 5.33e+03 -1.22e+04 -1.5e+04 3.43e-06 0 6.39e+03 2.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 75 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 246 -73.5 204 2.74e-06 0 0 0 Tank initStep - 1 357 -3.18e+03 5e+03 2.74e-06 0 5.71e+03 5.71e+03 expHall Transportation - 2 931 -9.05e+03 1e+04 2.74e-06 0 7.73e+03 1.34e+04 world Transportation - 3 1.51e+03 -1.49e+04 1.5e+04 2.74e-06 0 7.73e+03 2.12e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -69.5 184 0.022 0 0 0 Tank initStep - 1 162 -69.5 184 0.0165 0.00555 0.000796 0.000796 Tank msc - 2 162 -69.5 184 0 0.0165 0.00596 0.00676 Tank eIoni - 3 162 -69.5 184 0 0 0 0.00676 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 74 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 -69.5 184 2.39e-06 0 0 0 Tank initStep - 1 1.86e+03 -3.21e+03 -4.3e+03 2.39e-06 2.39e-06 5.74e+03 5.74e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 161 -60.2 181 0.0374 0 0 0 Tank initStep - 1 161 -60.2 181 0.0362 0.00114 0.00203 0.00203 Tank msc - 2 161 -60.2 181 0.024 0.0122 0.0175 0.0195 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 73 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 161 -60.2 181 3.68e-06 0 0 0 Tank initStep - 1 5e+03 -1.74e+03 1.26e+03 3.68e-06 0 5.23e+03 5.23e+03 expHall Transportation - 2 1e+04 -3.66e+03 3.36e+03 3.68e-06 0 5.75e+03 1.1e+04 world Transportation - 3 1.5e+04 -5.58e+03 5.46e+03 3.68e-06 0 5.75e+03 1.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 161 -60.2 181 0.024 0 0 0.0195 Tank initStep - 3 161 -60.2 181 0.0231 0.000953 0.000928 0.0204 Tank msc - 4 161 -60.2 181 0.00354 0.0195 0.0108 0.0312 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 73 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 161 -60.2 181 2.22e-06 0 0 0 Tank initStep - 1 2.72e+03 -5e+03 4.27e+03 2.22e-06 0 6.9e+03 6.9e+03 expHall Transportation - 2 5.61e+03 -8.05e+03 1e+04 2.22e-06 0 7.11e+03 1.4e+04 world Transportation - 3 8.13e+03 -1.07e+04 1.5e+04 2.22e-06 0 6.2e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 73 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 161 -60.2 181 4.09e-06 0 0 0 Tank initStep - 1 5e+03 784 -4.68e+03 4.09e-06 0 6.91e+03 6.91e+03 expHall Transportation - 2 5e+03 784 -4.68e+03 4.09e-06 0 0 6.91e+03 Tank Transportation - 3 4.02e+03 1.45e+03 -5e+03 4.09e-06 0 1.22e+03 8.14e+03 expHall Transportation - 4 4.02e+03 1.45e+03 -5e+03 4.09e-06 0 0 8.14e+03 Tank Transportation - 5 -1.35e+03 5e+03 -2.3e+03 4.09e-06 0 6.98e+03 1.51e+04 expHall Transportation - 6 -1.35e+03 5e+03 -2.3e+03 4.09e-06 0 0 1.51e+04 Tank Transportation - 7 -3.1e+03 2.24e+03 -586 4.09e-06 0 3.69e+03 1.88e+04 Tank OpRayleigh - 8 2.73e+03 5e+03 1.27e+03 4.09e-06 0 6.71e+03 2.55e+04 expHall Transportation - 9 2.73e+03 5e+03 1.27e+03 4.09e-06 0 0 2.55e+04 Tank Transportation - 10 5e+03 3.67e+03 1.27e+03 4.09e-06 0 2.63e+03 2.82e+04 expHall Transportation - 11 5e+03 3.67e+03 1.27e+03 4.09e-06 0 0 2.82e+04 Tank Transportation - 12 4.43e+03 3.23e+03 1.18e+03 4.09e-06 4.09e-06 725 2.89e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 73 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 161 -60.2 181 2.94e-06 0 0 0 Tank initStep - 1 -5e+03 736 -1.89e+03 2.94e-06 0 5.62e+03 5.62e+03 expHall Transportation - 2 -1e+04 2.26e+03 -3.97e+03 2.94e-06 0 5.62e+03 1.12e+04 world Transportation - 3 -1.5e+04 3.78e+03 -6.05e+03 2.94e-06 0 5.62e+03 1.69e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 161 -60.2 181 0.00354 0 0 0.0312 Tank initStep - 5 161 -60.2 181 0.00337 0.000172 3.26e-05 0.0312 Tank msc - 6 161 -60.2 181 0 0.00337 0.000375 0.0316 Tank eIoni - 7 161 -60.2 181 0 0 0 0.0316 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 189 -58.8 168 0.125 0 0 0 Tank initStep - 1 189 -58.8 168 0.122 0.00303 0.0165 0.0165 Tank msc - 2 189 -58.8 168 0.103 0.0192 0.0552 0.0717 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 189 -58.8 168 2.26e-06 0 0 0 Tank initStep - 1 507 840 2.19e+03 2.26e-06 2.26e-06 2.24e+03 2.24e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 189 -58.8 168 3.16e-06 0 0 0 Tank initStep - 1 192 -41.8 162 3.16e-06 3.16e-06 18.3 18.3 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 189 -58.8 168 0.103 0 0 0.0717 Tank initStep - 3 189 -58.8 168 0.0971 0.00551 0.0119 0.0836 Tank msc - 4 189 -58.8 168 0.0863 0.0108 0.0424 0.126 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 189 -58.8 168 2.38e-06 0 0 0 Tank initStep - 1 -897 1.89e+03 5e+03 2.38e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 -7.25e+03 1e+04 9.64e+03 2.38e-06 0 1.13e+04 1.66e+04 world Transportation - 3 -1.12e+04 1.5e+04 1.25e+04 2.38e-06 0 6.96e+03 2.36e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 189 -58.8 168 0.0863 0 0 0.126 Tank initStep - 5 189 -58.9 168 0.084 0.00235 0.00884 0.135 Tank msc - 6 189 -58.9 168 0.0718 0.0122 0.0363 0.171 Tank eIoni - 7 189 -58.9 168 0.0574 0.0143 0.031 0.202 Tank eIoni - 8 189 -58.9 168 0.0404 0.0171 0.0254 0.228 Tank eIoni - 9 189 -58.9 168 0.0267 0.0137 0.0191 0.247 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 189 -58.9 168 2.92e-06 0 0 0 Tank initStep - 1 93 -327 81.9 2.92e-06 2.92e-06 298 298 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 189 -58.9 168 0.0267 0 0 0.247 Tank initStep - 10 189 -58.9 168 0.0257 0.000945 0.00112 0.248 Tank msc - 11 189 -58.9 168 0 0.0257 0.0125 0.26 Tank eIoni - 12 189 -58.9 168 0 0 0 0.26 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.2 -13.3 103 0.0529 0 0 0 Tank initStep - 1 99.2 -13.3 103 0.0494 0.00352 0.00375 0.00375 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.2 -13.3 103 2.18e-06 0 0 0 Tank initStep - 1 -123 -243 -186 2.18e-06 2.18e-06 431 431 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 99.2 -13.3 103 0.0494 0 0 0.00375 Tank initStep - 2 99.2 -13.3 103 0.0474 0.00197 0.00332 0.00707 Tank msc - 3 99.2 -13.2 103 0.0334 0.014 0.0217 0.0287 Tank eIoni - 4 99.2 -13.2 103 0.0194 0.014 0.0163 0.0451 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.2 -13.2 103 3.28e-06 0 0 0 Tank initStep - 1 1.02e+03 -3.65e+03 2.89e+03 3.28e-06 3.28e-06 4.67e+03 4.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.2 -13.2 103 3.38e-06 0 0 0 Tank initStep - 1 -1.68e+03 517 5e+03 3.38e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 -4.74e+03 1.28e+03 1e+04 3.38e-06 0 5.91e+03 1.11e+04 world Transportation - 3 -7.79e+03 2.05e+03 1.5e+04 3.38e-06 0 5.91e+03 1.71e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 99.2 -13.2 103 0.0194 0 0 0.0451 Tank initStep - 5 99.2 -13.2 103 0.0189 0.000558 0.000639 0.0457 Tank msc - 6 99.2 -13.2 103 0 0.0189 0.00759 0.0533 Tank eIoni - 7 99.2 -13.2 103 0 0 0 0.0533 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 99.2 -13.2 103 3.42e-06 0 0 0 Tank initStep - 1 653 4.2e+03 -4.32e+03 3.42e-06 3.42e-06 6.13e+03 6.13e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.7 46.2 0.177 0 0 0 Tank initStep - 1 35.1 -46.7 46.2 0.17 0.00681 0.0292 0.0292 Tank msc - 2 35.1 -46.8 46.3 0.149 0.0205 0.0842 0.113 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.7 46.2 3.52e-06 0 0 0 Tank initStep - 1 4.33e+03 5e+03 -1.33e+03 3.52e-06 0 6.77e+03 6.77e+03 expHall Transportation - 2 4.33e+03 5e+03 -1.33e+03 3.52e-06 0 0 6.77e+03 Tank Transportation - 3 5e+03 4.09e+03 -1.5e+03 3.52e-06 0 1.14e+03 7.91e+03 expHall Transportation - 4 5e+03 4.09e+03 -1.5e+03 3.52e-06 0 0 7.91e+03 Tank Transportation - 5 1.47e+03 -2.71e+03 -3.31e+03 3.52e-06 3.52e-06 7.88e+03 1.58e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.7 46.2 4e-06 0 0 0 Tank initStep - 1 -580 163 603 4e-06 4e-06 856 856 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 35.1 -46.8 46.3 0.149 0 0 0.113 Tank initStep - 3 35.1 -46.8 46.3 0.143 0.00636 0.0222 0.136 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.8 46.3 2.35e-06 0 0 0 Tank initStep - 1 -437 -5e+03 3.85e+03 2.35e-06 0 6.26e+03 6.26e+03 expHall Transportation - 2 -437 -5e+03 3.85e+03 2.35e-06 0 0 6.26e+03 Tank Transportation - 3 -763 -4.5e+03 4.78e+03 2.35e-06 2.35e-06 1.11e+03 7.37e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 35.1 -46.8 46.3 0.143 0 0 0.136 Tank initStep - 4 35.1 -46.8 46.3 0.139 0.00406 0.0207 0.156 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.8 46.3 2.51e-06 0 0 0 Tank initStep - 1 162 5e+03 4.64e+03 2.51e-06 0 6.83e+03 6.83e+03 expHall Transportation - 2 162 5e+03 4.64e+03 2.51e-06 0 0 6.83e+03 Tank Transportation - 3 44.6 4.26e+03 5e+03 2.51e-06 0 835 7.66e+03 expHall Transportation - 4 44.6 4.26e+03 5e+03 2.51e-06 0 0 7.66e+03 Tank Transportation - 5 -683 -5e+03 -1.72e+03 2.51e-06 0 1.15e+04 1.91e+04 expHall Transportation - 6 -1.75e+03 -1e+04 -9.48e+03 2.51e-06 0 9.29e+03 2.84e+04 world Transportation - 7 -2.51e+03 -1.36e+04 -1.5e+04 2.51e-06 0 6.61e+03 3.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 35.1 -46.8 46.3 0.139 0 0 0.156 Tank initStep - 5 35.1 -46.8 46.3 0.134 0.00511 0.0197 0.176 Tank msc - 6 35.1 -46.9 46.3 0.115 0.0187 0.0619 0.238 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.9 46.3 3.47e-06 0 0 0 Tank initStep - 1 2.07e+03 -4.52e+03 -5e+03 3.47e-06 0 7.04e+03 7.04e+03 expHall Transportation - 2 2.07e+03 -4.52e+03 -5e+03 3.47e-06 0 0 7.04e+03 Tank Transportation - 3 1.81e+03 -5e+03 -4.34e+03 3.47e-06 0 858 7.9e+03 expHall Transportation - 4 1.81e+03 -5e+03 -4.34e+03 3.47e-06 0 0 7.9e+03 Tank Transportation - 5 -2.69e+03 -759 3.18e+03 3.47e-06 0 9.74e+03 1.76e+04 Tank OpRayleigh - 6 5e+03 3.02e+03 -1.17e+03 3.47e-06 0 9.61e+03 2.73e+04 expHall Transportation - 7 8.92e+03 1e+04 -7.3e+03 3.47e-06 0 1.01e+04 3.73e+04 world Transportation - 8 1.17e+04 1.5e+04 -1.17e+04 3.47e-06 0 7.22e+03 4.46e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.8 46.3 2.79e-06 0 0 0 Tank initStep - 1 1.02e+03 -5e+03 -1.98e+03 2.79e-06 0 5.44e+03 5.44e+03 expHall Transportation - 2 1.02e+03 -5e+03 -1.98e+03 2.79e-06 0 0 5.44e+03 Tank Transportation - 3 5e+03 -2.34e+03 -2.92e+03 2.79e-06 0 4.88e+03 1.03e+04 expHall Transportation - 4 5e+03 -2.34e+03 -2.92e+03 2.79e-06 0 0 1.03e+04 Tank Transportation - 5 1.04e+03 1.49e+03 -5e+03 2.79e-06 0 5.89e+03 1.62e+04 expHall Transportation - 6 1.04e+03 1.49e+03 -5e+03 2.79e-06 0 0 1.62e+04 Tank Transportation - 7 3.02e+03 5e+03 4.29e+03 2.79e-06 0 1.01e+04 2.63e+04 expHall Transportation - 8 3.02e+03 5e+03 4.29e+03 2.79e-06 0 0 2.63e+04 Tank Transportation - 9 3.31e+03 4.17e+03 5e+03 2.79e-06 0 1.13e+03 2.75e+04 expHall Transportation - 10 3.31e+03 4.17e+03 5e+03 2.79e-06 0 0 2.75e+04 Tank Transportation - 11 5e+03 28.1 3.61e+03 2.79e-06 0 4.68e+03 3.22e+04 expHall Transportation - 12 5e+03 28.1 3.61e+03 2.79e-06 0 0 3.22e+04 Tank Transportation - 13 -244 -5e+03 1.07e+03 2.79e-06 0 7.7e+03 3.98e+04 expHall Transportation - 14 -244 -5e+03 1.07e+03 2.79e-06 0 0 3.98e+04 Tank Transportation - 15 -5e+03 -1.86e+03 -2.02e+03 2.79e-06 0 6.48e+03 4.63e+04 expHall Transportation - 16 -5e+03 -1.86e+03 -2.02e+03 2.79e-06 0 0 4.63e+04 Tank Transportation - 17 5e+03 2.86e+03 -3.43e+03 2.79e-06 0 1.12e+04 5.75e+04 expHall Transportation - 18 5e+03 2.86e+03 -3.43e+03 2.79e-06 0 0 5.75e+04 Tank Transportation - 19 3.2e+03 5e+03 -4.41e+03 2.79e-06 0 2.96e+03 6.04e+04 expHall Transportation - 20 3.2e+03 5e+03 -4.41e+03 2.79e-06 0 0 6.04e+04 Tank Transportation - 21 -5e+03 2.84e+03 -4.01e+03 2.79e-06 0 8.49e+03 6.89e+04 expHall Transportation - 22 -5e+03 2.84e+03 -4.01e+03 2.79e-06 0 0 6.89e+04 Tank Transportation - 23 -2.52e+03 837 -5e+03 2.79e-06 0 3.34e+03 7.23e+04 expHall Transportation - 24 -2.52e+03 837 -5e+03 2.79e-06 0 0 7.23e+04 Tank Transportation - 25 5e+03 -4.34e+03 -304 2.79e-06 0 1.03e+04 8.25e+04 expHall Transportation - 26 5e+03 -4.34e+03 -304 2.79e-06 0 0 8.25e+04 Tank Transportation - 27 4.04e+03 -5e+03 331 2.79e-06 0 1.32e+03 8.39e+04 expHall Transportation - 28 4.04e+03 -5e+03 331 2.79e-06 0 0 8.39e+04 Tank Transportation - 29 -187 -3.99e+03 5e+03 2.79e-06 0 6.38e+03 9.02e+04 expHall Transportation - 30 -187 -3.99e+03 5e+03 2.79e-06 0 0 9.02e+04 Tank Transportation - 31 -3.85e+03 -4.49e+03 -5e+03 2.79e-06 0 1.07e+04 1.01e+05 expHall Transportation - 32 -1e+04 -1.86e+03 -8.59e+03 2.79e-06 0 7.59e+03 1.08e+05 world Transportation - 33 -1.5e+04 275 -1.15e+04 2.79e-06 0 6.17e+03 1.15e+05 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.9 46.3 2.75e-06 0 0 0 Tank initStep - 1 2.99e+03 -5e+03 -3.09e+03 2.75e-06 0 6.57e+03 6.57e+03 expHall Transportation - 2 2.99e+03 -5e+03 -3.09e+03 2.75e-06 0 0 6.57e+03 Tank Transportation - 3 4.53e+03 -3.84e+03 -3.96e+03 2.75e-06 2.75e-06 2.11e+03 8.68e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 35.1 -46.9 46.3 0.115 0 0 0.238 Tank initStep - 7 35.1 -46.9 46.3 0.109 0.0057 0.0144 0.252 Tank msc - 8 35.1 -46.9 46.3 0.0915 0.0179 0.0486 0.301 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -46.9 46.3 3.84e-06 0 0 0 Tank initStep - 1 -2.92e+03 -5e+03 -3.53e+03 3.84e-06 0 6.79e+03 6.79e+03 expHall Transportation - 2 -1e+04 -5.71e+03 -8.54e+03 3.84e-06 0 8.7e+03 1.55e+04 world Transportation - 3 -1.5e+04 -6.22e+03 -1.21e+04 3.84e-06 0 6.15e+03 2.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 35.1 -46.9 46.3 0.0915 0 0 0.301 Tank initStep - 9 35.1 -46.9 46.4 0.0879 0.00359 0.00977 0.311 Tank msc - 10 35.1 -46.9 46.3 0.0757 0.0122 0.0381 0.349 Tank eIoni - 11 35.1 -47 46.3 0.0504 0.0253 0.0327 0.381 Tank eIoni - 12 35.1 -47 46.3 0.0327 0.0177 0.0228 0.404 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -47 46.3 4.11e-06 0 0 0 Tank initStep - 1 -2.01e+03 5e+03 -1.32e+03 4.11e-06 0 5.62e+03 5.62e+03 expHall Transportation - 2 -6.09e+03 1e+04 -1.17e+03 4.11e-06 0 6.46e+03 1.21e+04 world Transportation - 3 -1.02e+04 1.5e+04 -1.01e+03 4.11e-06 0 6.46e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 35.1 -47 46.3 0.0327 0 0 0.404 Tank initStep - 13 35.1 -47 46.3 0.0317 0.00107 0.00161 0.406 Tank msc - 14 35.1 -47 46.3 0.0159 0.0158 0.0156 0.421 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 70 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 35.1 -47 46.3 3.65e-06 0 0 0 Tank initStep - 1 -1.14e+03 637 5e+03 3.65e-06 0 5.14e+03 5.14e+03 expHall Transportation - 2 -4.12e+03 1.69e+03 1e+04 3.65e-06 0 5.92e+03 1.11e+04 world Transportation - 3 -7.11e+03 2.75e+03 1.5e+04 3.65e-06 0 5.92e+03 1.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 33 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 35.1 -47 46.3 0.0159 0 0 0.421 Tank initStep - 15 35.1 -47 46.3 0.0152 0.00068 0.00045 0.422 Tank msc - 16 35.1 -47 46.3 0 0.0152 0.0052 0.427 Tank eIoni - 17 35.1 -47 46.3 0 0 0 0.427 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 -0.123 -0.305 3.36e-06 0 0 0 Tank initStep - 1 5e+03 3.48e+03 -4.13e+03 3.36e-06 0 7.36e+03 7.36e+03 expHall Transportation - 2 5e+03 3.48e+03 -4.13e+03 3.36e-06 0 0 7.36e+03 Tank Transportation - 3 4.29e+03 5e+03 -4.86e+03 3.36e-06 0 1.83e+03 9.19e+03 expHall Transportation - 4 4.29e+03 5e+03 -4.86e+03 3.36e-06 0 0 9.19e+03 Tank Transportation - 5 4.23e+03 4.94e+03 -5e+03 3.36e-06 0 165 9.35e+03 expHall Transportation - 6 4.23e+03 4.94e+03 -5e+03 3.36e-06 0 0 9.35e+03 Tank Transportation - 7 2.92e+03 490 498 3.36e-06 0 7.19e+03 1.65e+04 Tank OpRayleigh - 8 3.38e+03 456 -682 3.36e-06 3.36e-06 1.27e+03 1.78e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.124 -0.0373 -0.0227 0.475 0.0247 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.118 -0.0357 -0.0217 3.73e-06 0 0 0 Tank initStep - 1 -1.7e+03 3.81e+03 -2.58e+03 3.73e-06 3.73e-06 4.9e+03 4.9e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.055 -0.0166 -0.0101 3.02e-06 0 0 0 Tank initStep - 1 5e+03 -949 1.88e+03 3.02e-06 0 5.42e+03 5.42e+03 expHall Transportation - 2 1e+04 -3.37e+03 5.38e+03 3.02e-06 0 6.57e+03 1.2e+04 world Transportation - 3 1.5e+04 -5.8e+03 8.88e+03 3.02e-06 0 6.57e+03 1.86e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0416 -0.0125 -0.00761 2.35e-06 0 0 0 Tank initStep - 1 1.21e+03 -611 -1.09e+03 2.35e-06 2.35e-06 1.73e+03 1.73e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0696 -0.021 -0.0127 2.21e-06 0 0 0 Tank initStep - 1 4.92e+03 -3.28e+03 -4.28e+03 2.21e-06 2.21e-06 7.3e+03 7.3e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.124 -0.0373 -0.0227 0.475 0 0 0.139 Tank initStep - 2 0.209 -0.114 -0.0738 0.461 0.0147 0.126 0.266 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.187 -0.0934 -0.0604 2.68e-06 0 0 0 Tank initStep - 1 1.87e+03 -4.8e+03 -5e+03 2.68e-06 0 7.18e+03 7.18e+03 expHall Transportation - 2 1.87e+03 -4.8e+03 -5e+03 2.68e-06 0 0 7.18e+03 Tank Transportation - 3 1.94e+03 -5e+03 -4.83e+03 2.68e-06 0 268 7.45e+03 expHall Transportation - 4 1.94e+03 -5e+03 -4.83e+03 2.68e-06 0 0 7.45e+03 Tank Transportation - 5 872 4.33e+03 5e+03 2.68e-06 0 1.36e+04 2.1e+04 expHall Transportation - 6 872 4.33e+03 5e+03 2.68e-06 0 0 2.1e+04 Tank Transportation - 7 522 5e+03 4.82e+03 2.68e-06 0 779 2.18e+04 expHall Transportation - 8 522 5e+03 4.82e+03 2.68e-06 0 0 2.18e+04 Tank Transportation - 9 157 3.17e+03 4.53e+03 2.68e-06 2.68e-06 1.89e+03 2.37e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.204 -0.109 -0.0708 3.08e-06 0 0 0 Tank initStep - 1 1.34e+03 -5e+03 -2.81e+03 3.08e-06 0 5.89e+03 5.89e+03 expHall Transportation - 2 1.71e+03 -1e+04 -7.42e+03 3.08e-06 0 6.81e+03 1.27e+04 world Transportation - 3 2.08e+03 -1.5e+04 -1.2e+04 3.08e-06 0 6.81e+03 1.95e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.209 -0.114 -0.0738 0.461 0 0 0.266 Tank initStep - 3 0.275 -0.204 -0.107 0.44 0.0202 0.118 0.384 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.241 -0.157 -0.0895 2.37e-06 0 0 0 Tank initStep - 1 -1.82e+03 5e+03 2.26e+03 2.37e-06 0 5.78e+03 5.78e+03 expHall Transportation - 2 -8.4e+03 1e+04 7.42e+03 2.37e-06 0 9.74e+03 1.55e+04 world Transportation - 3 -1.5e+04 1.5e+04 1.26e+04 2.37e-06 0 9.74e+03 2.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.275 -0.204 -0.107 0.44 0 0 0.384 Tank initStep - 4 0.319 -0.299 -0.108 0.425 0.0157 0.108 0.492 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.313 -0.287 -0.108 2.4e-06 0 0 0 Tank initStep - 1 510 -2.12e+03 -5e+03 2.4e-06 0 5.45e+03 5.45e+03 expHall Transportation - 2 2.15e+03 -4.79e+03 -1e+04 2.4e-06 0 5.9e+03 1.14e+04 world Transportation - 3 3.8e+03 -7.45e+03 -1.5e+04 2.4e-06 0 5.9e+03 1.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.295 -0.247 -0.107 2.44e-06 0 0 0 Tank initStep - 1 1.87e+03 -5e+03 -2.89e+03 2.44e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 9.91e+03 -1e+04 -9.45e+03 2.44e-06 0 1.15e+04 1.76e+04 world Transportation - 3 1.5e+04 -1.32e+04 -1.36e+04 2.44e-06 0 7.29e+03 2.49e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.317 -0.296 -0.108 4.1e-06 0 0 0 Tank initStep - 1 5e+03 -3.77e+03 798 4.1e-06 0 6.32e+03 6.32e+03 expHall Transportation - 2 5e+03 -3.77e+03 798 4.1e-06 0 0 6.32e+03 Tank Transportation - 3 4.49e+03 -4.04e+03 1.09e+03 4.1e-06 4.1e-06 645 6.96e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.296 -0.249 -0.107 2.83e-06 0 0 0 Tank initStep - 1 5e+03 -3.77e+03 461 2.83e-06 0 6.28e+03 6.28e+03 expHall Transportation - 2 6.71e+03 -1e+04 952 2.83e-06 0 6.48e+03 1.28e+04 world Transportation - 3 8.09e+03 -1.5e+04 1.35e+03 2.83e-06 0 5.2e+03 1.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.319 -0.299 -0.108 0.425 0 0 0.492 Tank initStep - 5 0.319 -0.395 -0.123 0.41 0.0145 0.1 0.593 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 -0.389 -0.122 2.35e-06 0 0 0 Tank initStep - 1 -4.09e+03 449 5e+03 2.35e-06 0 6.47e+03 6.47e+03 expHall Transportation - 2 -1e+04 71.6 6.76e+03 2.35e-06 0 6.18e+03 1.27e+04 world Transportation - 3 -1.5e+04 -247 8.24e+03 2.35e-06 0 5.23e+03 1.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 -0.357 -0.117 2.48e-06 0 0 0 Tank initStep - 1 5e+03 5.56 -774 2.48e-06 0 5.06e+03 5.06e+03 expHall Transportation - 2 1e+04 -472 -4.21e+03 2.48e-06 0 6.08e+03 1.11e+04 world Transportation - 3 1.5e+04 -950 -7.64e+03 2.48e-06 0 6.08e+03 1.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 -0.325 -0.112 2.45e-06 0 0 0 Tank initStep - 1 4.18e+03 -5e+03 3.57e+03 2.45e-06 0 7.43e+03 7.43e+03 expHall Transportation - 2 4.18e+03 -5e+03 3.57e+03 2.45e-06 0 0 7.43e+03 Tank Transportation - 3 -5e+03 1.41e+03 -1.47e+03 2.45e-06 0 1.23e+04 1.97e+04 expHall Transportation - 4 -5e+03 1.41e+03 -1.47e+03 2.45e-06 0 0 1.97e+04 Tank Transportation - 5 -1.38e+03 5e+03 -3.04e+03 2.45e-06 0 5.34e+03 2.5e+04 expHall Transportation - 6 -1.38e+03 5e+03 -3.04e+03 2.45e-06 0 0 2.5e+04 Tank Transportation - 7 659 1.71e+03 -5e+03 2.45e-06 0 4.34e+03 2.94e+04 expHall Transportation - 8 659 1.71e+03 -5e+03 2.45e-06 0 0 2.94e+04 Tank Transportation - 9 5e+03 -1.31e+03 3.74e+03 2.45e-06 0 1.02e+04 3.96e+04 expHall Transportation - 10 5e+03 -1.31e+03 3.74e+03 2.45e-06 0 0 3.96e+04 Tank Transportation - 11 4.58e+03 -1.78e+03 5e+03 2.45e-06 0 1.4e+03 4.1e+04 expHall Transportation - 12 924 -4.87e+03 1e+04 2.45e-06 0 6.93e+03 4.79e+04 world Transportation - 13 -2.73e+03 -7.97e+03 1.5e+04 2.45e-06 0 6.93e+03 5.49e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 -0.336 -0.114 2.45e-06 0 0 0 Tank initStep - 1 -2.25e+03 -4.48e+03 250 2.45e-06 2.45e-06 5.02e+03 5.02e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 -0.35 -0.116 2.3e-06 0 0 0 Tank initStep - 1 2.39e+03 -5e+03 -2.12e+03 2.3e-06 0 5.93e+03 5.93e+03 expHall Transportation - 2 5.69e+03 -1e+04 -5.39e+03 2.3e-06 0 6.82e+03 1.28e+04 world Transportation - 3 8.99e+03 -1.5e+04 -8.66e+03 2.3e-06 0 6.82e+03 1.96e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 -0.393 -0.123 2.97e-06 0 0 0 Tank initStep - 1 -2.67e+03 -5e+03 -852 2.97e-06 0 5.73e+03 5.73e+03 expHall Transportation - 2 -5.92e+03 -1e+04 -2.58e+03 2.97e-06 0 6.21e+03 1.19e+04 world Transportation - 3 -9.17e+03 -1.5e+04 -4.31e+03 2.97e-06 0 6.21e+03 1.82e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.319 -0.395 -0.123 0.41 0 0 0.593 Tank initStep - 6 0.286 -0.474 -0.158 0.397 0.0135 0.0938 0.686 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.297 -0.446 -0.146 2.38e-06 0 0 0 Tank initStep - 1 -3.37e+03 -3.13e+03 -806 2.38e-06 2.38e-06 4.67e+03 4.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.286 -0.474 -0.158 0.397 0 0 0.686 Tank initStep - 7 0.274 -0.548 -0.203 0.384 0.0132 0.0878 0.774 Tank Cerenkov - 8 0.274 -0.622 -0.232 0.372 0.0113 0.0819 0.856 Tank Cerenkov - 9 0.286 -0.688 -0.266 0.346 0.0263 0.0772 0.933 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.281 -0.66 -0.252 3.16e-06 0 0 0 Tank initStep - 1 546 2.67e+03 -694 3.16e-06 0 2.81e+03 2.81e+03 Tank OpRayleigh - 2 5e+03 -2.73e+03 -3.56e+03 3.16e-06 0 7.56e+03 1.04e+04 expHall Transportation - 3 7.27e+03 -1e+04 -6.59e+03 3.16e-06 0 8.2e+03 1.86e+04 world Transportation - 4 8.84e+03 -1.5e+04 -8.68e+03 3.16e-06 0 5.64e+03 2.42e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.285 -0.681 -0.262 3.3e-06 0 0 0 Tank initStep - 1 447 -5e+03 -238 3.3e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 447 -5e+03 -238 3.3e-06 0 0 5.02e+03 Tank Transportation - 3 -375 2.63e+03 5e+03 3.3e-06 0 9.29e+03 1.43e+04 expHall Transportation - 4 -375 2.63e+03 5e+03 3.3e-06 0 0 1.43e+04 Tank Transportation - 5 -5e+03 3.22e+03 1.59e+03 3.3e-06 0 5.77e+03 2.01e+04 expHall Transportation - 6 -1e+04 9.85e+03 -7.98e+03 3.3e-06 0 1.27e+04 3.28e+04 world Transportation - 7 -1.37e+04 1.47e+04 -1.5e+04 3.3e-06 0 9.29e+03 4.21e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.274 -0.622 -0.232 2.13e-06 0 0 0 Tank initStep - 1 3.48e+03 -5e+03 -4.6e+03 2.13e-06 0 7.63e+03 7.63e+03 expHall Transportation - 2 3.48e+03 -5e+03 -4.6e+03 2.13e-06 0 0 7.63e+03 Tank Transportation - 3 3.95e+03 -4.57e+03 -5e+03 2.13e-06 0 756 8.39e+03 expHall Transportation - 4 3.95e+03 -4.57e+03 -5e+03 2.13e-06 0 0 8.39e+03 Tank Transportation - 5 5e+03 -4.03e+03 -3.87e+03 2.13e-06 0 1.63e+03 1e+04 expHall Transportation - 6 5e+03 -4.03e+03 -3.87e+03 2.13e-06 0 0 1e+04 Tank Transportation - 7 4.58e+03 -3.99e+03 -3.67e+03 2.13e-06 2.13e-06 465 1.05e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.286 -0.688 -0.266 0.346 0 0 0.933 Tank initStep - 10 0.344 -0.717 -0.258 0.33 0.0157 0.0667 1 Tank Cerenkov - 11 0.399 -0.734 -0.247 0.32 0.0103 0.0608 1.06 Tank Cerenkov - 12 0.434 -0.748 -0.206 0.3 0.0195 0.0571 1.12 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.426 -0.745 -0.216 3.88e-06 0 0 0 Tank initStep - 1 -5e+03 -1.08e+03 1.97e+03 3.88e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 -1e+04 -3.31e+03 5.42e+03 3.88e-06 0 6.47e+03 1.2e+04 world Transportation - 3 -1.5e+04 -5.55e+03 8.87e+03 3.88e-06 0 6.47e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 0.434 -0.748 -0.206 0.3 0 0 1.12 Tank initStep - 13 0.458 -0.754 -0.162 0.289 0.0113 0.0504 1.17 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.454 -0.753 -0.171 3.87e-06 0 0 0 Tank initStep - 1 5e+03 37.2 743 3.87e-06 0 5.05e+03 5.05e+03 expHall Transportation - 2 1e+04 684 1.85e+03 3.87e-06 0 5.16e+03 1.02e+04 world Transportation - 3 1.5e+04 1.33e+03 2.97e+03 3.87e-06 0 5.16e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.458 -0.754 -0.162 0.289 0 0 1.17 Tank initStep - 14 0.49 -0.759 -0.128 0.282 0.00679 0.0467 1.21 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.462 -0.755 -0.158 3.65e-06 0 0 0 Tank initStep - 1 300 144 -852 3.65e-06 3.65e-06 914 914 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.49 -0.759 -0.128 0.282 0 0 1.21 Tank initStep - 15 0.524 -0.759 -0.0997 0.263 0.0188 0.0446 1.26 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.524 -0.759 -0.0998 2.5e-06 0 0 0 Tank initStep - 1 -202 345 -855 2.5e-06 2.5e-06 944 944 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.524 -0.759 -0.0997 0.263 0 0 1.26 Tank initStep - 16 0.551 -0.759 -0.0722 0.255 0.0082 0.0389 1.3 Tank Cerenkov - 17 0.575 -0.758 -0.0461 0.239 0.0159 0.0366 1.33 Tank Cerenkov - 18 0.659 -0.81 0.0148 0.216 0.0234 0.131 1.47 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.658 -0.809 0.0145 3.92e-06 0 0 0 Tank initStep - 1 -65.7 4.36e+03 -5e+03 3.92e-06 0 6.63e+03 6.63e+03 expHall Transportation - 2 -65.7 4.36e+03 -5e+03 3.92e-06 0 0 6.63e+03 Tank Transportation - 3 81.6 5e+03 -3.46e+03 3.92e-06 0 1.67e+03 8.31e+03 expHall Transportation - 4 81.6 5e+03 -3.46e+03 3.92e-06 0 0 8.31e+03 Tank Transportation - 5 3.15e+03 1.63e+03 5e+03 3.92e-06 0 9.61e+03 1.79e+04 expHall Transportation - 6 3.15e+03 1.63e+03 5e+03 3.92e-06 0 0 1.79e+04 Tank Transportation - 7 5e+03 1.57e+03 2.27e+03 3.92e-06 0 3.29e+03 2.12e+04 expHall Transportation - 8 5e+03 1.57e+03 2.27e+03 3.92e-06 0 0 2.12e+04 Tank Transportation - 9 673 -350 1.04e+03 3.92e-06 3.92e-06 4.89e+03 2.61e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 0.659 -0.81 0.0148 0.216 0 0 1.47 Tank initStep - 19 0.666 -0.8 0.0516 0.207 0.00903 0.0389 1.5 Tank msc - 20 0.692 -0.788 0.141 0.183 0.0243 0.107 1.61 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.678 -0.795 0.0917 3.19e-06 0 0 0 Tank initStep - 1 -5e+03 2.62e+03 1.88e+03 3.19e-06 0 5.95e+03 5.95e+03 expHall Transportation - 2 -5e+03 2.62e+03 1.88e+03 3.19e-06 0 0 5.95e+03 Tank Transportation - 3 -656 4.14e+03 5e+03 3.19e-06 0 5.56e+03 1.15e+04 expHall Transportation - 4 -656 4.14e+03 5e+03 3.19e-06 0 0 1.15e+04 Tank Transportation - 5 5e+03 4.46e+03 2.58e+03 3.19e-06 0 6.16e+03 1.77e+04 expHall Transportation - 6 5e+03 4.46e+03 2.58e+03 3.19e-06 0 0 1.77e+04 Tank Transportation - 7 4.44e+03 5e+03 1.04e+03 3.19e-06 0 1.73e+03 1.94e+04 expHall Transportation - 8 4.44e+03 5e+03 1.04e+03 3.19e-06 0 0 1.94e+04 Tank Transportation - 9 1.65e+03 2.63e+03 -5e+03 3.19e-06 0 7.06e+03 2.65e+04 expHall Transportation - 10 1.65e+03 2.63e+03 -5e+03 3.19e-06 0 0 2.65e+04 Tank Transportation - 11 -1.07e+03 -3.44e+03 1.44e+03 3.19e-06 3.19e-06 9.26e+03 3.57e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 0.692 -0.788 0.141 0.183 0 0 1.61 Tank initStep - 21 0.715 -0.771 0.146 0.174 0.00887 0.0296 1.64 Tank msc - 22 0.778 -0.734 0.15 0.143 0.0311 0.0839 1.72 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.734 -0.76 0.148 3.1e-06 0 0 0 Tank initStep - 1 -282 -5e+03 -3.4e+03 3.1e-06 0 6.05e+03 6.05e+03 expHall Transportation - 2 -282 -5e+03 -3.4e+03 3.1e-06 0 0 6.05e+03 Tank Transportation - 3 -3.18e+03 5e+03 4.42e+03 3.1e-06 0 1.3e+04 1.91e+04 expHall Transportation - 4 -3.18e+03 5e+03 4.42e+03 3.1e-06 0 0 1.91e+04 Tank Transportation - 5 -3.61e+03 4.19e+03 5e+03 3.1e-06 0 1.09e+03 2.02e+04 expHall Transportation - 6 -3.61e+03 4.19e+03 5e+03 3.1e-06 0 0 2.02e+04 Tank Transportation - 7 -5e+03 1.47e+03 -2.85e+03 3.1e-06 0 8.42e+03 2.86e+04 expHall Transportation - 8 -6.84e+03 -3.84e+03 -1e+04 3.1e-06 0 9.1e+03 3.77e+04 world Transportation - 9 -8.13e+03 -7.55e+03 -1.5e+04 3.1e-06 0 6.36e+03 4.4e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 0.778 -0.734 0.15 0.143 0 0 1.72 Tank initStep - 23 0.784 -0.721 0.162 0.139 0.0036 0.0196 1.74 Tank msc - 24 0.786 -0.679 0.196 0.122 0.0171 0.0626 1.81 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.786 -0.689 0.188 3.64e-06 0 0 0 Tank initStep - 1 1.01e+03 -1.91e+03 5e+03 3.64e-06 0 5.45e+03 5.45e+03 expHall Transportation - 2 4.89e+03 -2.4e+03 1e+04 3.64e-06 0 6.35e+03 1.18e+04 world Transportation - 3 8.78e+03 -2.9e+03 1.5e+04 3.64e-06 0 6.35e+03 1.81e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.784 -0.721 0.163 3.96e-06 0 0 0 Tank initStep - 1 5e+03 -1.9e+03 287 3.96e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 1e+04 -6.18e+03 -89.6 3.96e-06 0 6.59e+03 1.19e+04 world Transportation - 3 1.5e+04 -1.05e+04 -466 3.96e-06 0 6.59e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 0.786 -0.679 0.196 0.122 0 0 1.81 Tank initStep - 25 0.786 -0.676 0.211 0.119 0.00286 0.0151 1.82 Tank msc - 26 0.784 -0.675 0.255 0.0843 0.0347 0.0517 1.87 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.785 -0.675 0.246 2.38e-06 0 0 0 Tank initStep - 1 2.51e+03 3.23e+03 -5e+03 2.38e-06 0 6.46e+03 6.46e+03 expHall Transportation - 2 2.51e+03 3.23e+03 -5e+03 2.38e-06 0 0 6.46e+03 Tank Transportation - 3 5e+03 4.03e+03 -4.29e+03 2.38e-06 0 2.7e+03 9.17e+03 expHall Transportation - 4 1e+04 7.68e+03 -2.62e+03 2.38e-06 0 6.42e+03 1.56e+04 world Transportation - 5 1.5e+04 1.13e+04 -940 2.38e-06 0 6.42e+03 2.2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 26 0.784 -0.675 0.255 0.0843 0 0 1.87 Tank initStep - 27 0.785 -0.671 0.262 0.0814 0.00292 0.00798 1.88 Tank msc - 28 0.792 -0.657 0.285 0.0602 0.0212 0.0339 1.92 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.787 -0.667 0.267 2.4e-06 0 0 0 Tank initStep - 1 -1.53e+03 2.07e+03 -2.44e+03 2.4e-06 0 3.55e+03 3.55e+03 Tank OpRayleigh - 2 -965 1.02e+03 -5e+03 2.4e-06 0 2.82e+03 6.37e+03 expHall Transportation - 3 6.97e+03 -5.56e+03 -1e+04 2.4e-06 0 1.15e+04 1.78e+04 world Transportation - 4 1.49e+04 -1.21e+04 -1.5e+04 2.4e-06 0 1.15e+04 2.93e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 28 0.792 -0.657 0.285 0.0602 0 0 1.92 Tank initStep - 29 0.796 -0.66 0.286 0.0586 0.0016 0.00442 1.92 Tank msc - 30 0.81 -0.67 0.293 0.0483 0.0104 0.025 1.94 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.803 -0.665 0.29 3.26e-06 0 0 0 Tank initStep - 1 2.76e+03 5e+03 -2.54e+03 3.26e-06 0 6.25e+03 6.25e+03 expHall Transportation - 2 6.13e+03 7.42e+03 -1e+04 3.26e-06 0 8.54e+03 1.48e+04 world Transportation - 3 8.39e+03 9.05e+03 -1.5e+04 3.26e-06 0 5.72e+03 2.05e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 30 0.81 -0.67 0.293 0.0483 0 0 1.94 Tank initStep - 31 0.811 -0.672 0.291 0.0456 0.00266 0.00299 1.95 Tank msc - 32 0.813 -0.679 0.278 0.0176 0.028 0.0204 1.97 Tank eIoni - 33 0.816 -0.678 0.279 0 0.0176 0.00612 1.97 Tank eIoni - 34 0.816 -0.678 0.279 0 0 0 1.97 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.816 -0.678 0.279 0.511 0 0 0 Tank initStep - 1 -19.2 -41.2 37.7 0.198 1.42e-05 58.7 58.7 Tank compt - 2 -47.3 34 31.7 0.163 2.92e-05 80.5 139 Tank compt - 3 -19.6 63.2 30.1 0.159 0.000537 40.3 180 Tank compt - 4 1.05 163 -32.8 0.111 0.000537 120 299 Tank compt - 5 -4.54 129 -56.9 0.105 0.000537 42.1 341 Tank compt - 6 14.2 -18 -59.7 0 0.000537 148 489 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.2 -18 -59.7 0.105 0 0 0 Tank initStep - 1 14.2 -18 -59.7 0.103 0.00194 0.0123 0.0123 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.2 -18 -59.7 3.44e-06 0 0 0 Tank initStep - 1 5e+03 539 -1.56e+03 3.44e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 1e+04 3.44e+03 -6.71e+03 3.44e-06 0 7.74e+03 1.3e+04 world Transportation - 3 1.5e+04 6.35e+03 -1.19e+04 3.44e-06 0 7.74e+03 2.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 14.2 -18 -59.7 0.103 0 0 0.0123 Tank initStep - 2 14.2 -18 -59.7 0.098 0.00499 0.0119 0.0243 Tank msc - 3 14.2 -18 -59.7 0.083 0.015 0.0428 0.0671 Tank eIoni - 4 14.2 -17.9 -59.7 0.0737 0.00924 0.0358 0.103 Tank eIoni - 5 14.2 -17.9 -59.7 0.0593 0.0144 0.0318 0.135 Tank eIoni - 6 14.2 -17.9 -59.7 0.0446 0.0147 0.0261 0.161 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.2 -17.9 -59.7 3.84e-06 0 0 0 Tank initStep - 1 4.47e+03 5e+03 2.13e+03 3.84e-06 0 7.06e+03 7.06e+03 expHall Transportation - 2 4.47e+03 5e+03 2.13e+03 3.84e-06 0 0 7.06e+03 Tank Transportation - 3 5e+03 4.12e+03 2.52e+03 3.84e-06 0 1.1e+03 8.16e+03 expHall Transportation - 4 5e+03 4.12e+03 2.52e+03 3.84e-06 0 0 8.16e+03 Tank Transportation - 5 4.74e+03 3.88e+03 2.6e+03 3.84e-06 3.84e-06 361 8.52e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.2 -17.9 -59.7 2.19e-06 0 0 0 Tank initStep - 1 2.29e+03 5e+03 4.74e+03 2.19e-06 0 7.3e+03 7.3e+03 expHall Transportation - 2 4.58e+03 7.02e+03 1e+04 2.19e-06 0 6.08e+03 1.34e+04 world Transportation - 3 6.76e+03 8.94e+03 1.5e+04 2.19e-06 0 5.78e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 14.2 -17.9 -59.7 0.0446 0 0 0.161 Tank initStep - 7 14.2 -17.9 -59.7 0.0433 0.00132 0.00278 0.164 Tank msc - 8 14.3 -17.9 -59.7 0.031 0.0123 0.0202 0.184 Tank eIoni - 9 14.3 -17.9 -59.7 0 0.031 0.0153 0.199 Tank eIoni - 10 14.3 -17.9 -59.7 0 0 0 0.199 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.54 129 -56.9 0.00475 0 0 0 Tank initStep - 1 -4.54 129 -56.9 0.00471 3.75e-05 5.4e-05 5.4e-05 Tank msc - 2 -4.54 129 -56.9 0 0.00471 0.000666 0.00072 Tank eIoni - 3 -4.54 129 -56.9 0 0 0 0.00072 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05 163 -32.8 0.048 0 0 0 Tank initStep - 1 1.06 163 -32.8 0.0284 0.0196 0.00317 0.00317 Tank msc - 2 1.06 163 -32.8 0.0117 0.0167 0.014 0.0172 Tank eIoni - 3 1.06 163 -32.8 0 0.0117 0.00325 0.0204 Tank eIoni - 4 1.06 163 -32.8 0 0 0 0.0204 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 63.2 30.1 0.00304 0 0 0 Tank initStep - 1 -19.6 63.2 30.1 0.00294 9.87e-05 2.52e-05 2.52e-05 Tank msc - 2 -19.6 63.2 30.1 0 0.00294 0.000298 0.000323 Tank eIoni - 3 -19.6 63.2 30.1 0 0 0 0.000323 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.3 34 31.7 0.0346 0 0 0 Tank initStep - 1 -47.3 34 31.7 0.034 0.000608 0.00178 0.00178 Tank msc - 2 -47.3 34 31.7 0.0134 0.0206 0.0166 0.0184 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.3 34 31.7 3.36e-06 0 0 0 Tank initStep - 1 25.1 456 -1.24e+03 3.36e-06 3.36e-06 1.34e+03 1.34e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.3 34 31.7 2.69e-06 0 0 0 Tank initStep - 1 -4.62e+03 677 -5e+03 2.69e-06 0 6.83e+03 6.83e+03 expHall Transportation - 2 -1e+04 28 -5.03e+03 2.69e-06 0 5.41e+03 1.22e+04 world Transportation - 3 -1.5e+04 -575 -5.06e+03 2.69e-06 0 5.04e+03 1.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -47.3 34 31.7 0.0134 0 0 0.0184 Tank initStep - 3 -47.3 34 31.7 0.0132 0.000255 0.000333 0.0187 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.3 34 31.7 3.18e-06 0 0 0 Tank initStep - 1 -3.41e+03 5e+03 3.9e+03 3.18e-06 0 7.14e+03 7.14e+03 expHall Transportation - 2 -3.41e+03 5e+03 3.9e+03 3.18e-06 0 0 7.14e+03 Tank Transportation - 3 -3.08e+03 4.13e+03 4.89e+03 3.18e-06 3.18e-06 1.36e+03 8.5e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -47.3 34 31.7 0.0132 0 0 0.0187 Tank initStep - 4 -47.3 34 31.7 0.0128 0.000396 0.000322 0.019 Tank msc - 5 -47.3 34 31.7 0 0.0128 0.00381 0.0228 Tank eIoni - 6 -47.3 34 31.7 0 0 0 0.0228 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.3 34 31.7 2.46e-06 0 0 0 Tank initStep - 1 1.64e+03 -5e+03 -1.17e+03 2.46e-06 0 5.44e+03 5.44e+03 expHall Transportation - 2 5.19e+03 -1e+04 -3.95e+03 2.46e-06 0 6.73e+03 1.22e+04 world Transportation - 3 8.73e+03 -1.5e+04 -6.72e+03 2.46e-06 0 6.73e+03 1.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.3 34 31.7 2.67e-06 0 0 0 Tank initStep - 1 1.55e+03 5e+03 -4.11e+03 2.67e-06 0 6.66e+03 6.66e+03 expHall Transportation - 2 3.56e+03 8.84e+03 -1e+04 2.67e-06 0 7.31e+03 1.4e+04 world Transportation - 3 5.26e+03 1.21e+04 -1.5e+04 2.67e-06 0 6.21e+03 2.02e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.2 37.7 0.313 0 0 0 Tank initStep - 1 -19.2 -41.3 37.7 0.304 0.00964 0.0549 0.0549 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.3 37.7 3.27e-06 0 0 0 Tank initStep - 1 598 -5e+03 2.21e+03 3.27e-06 0 5.45e+03 5.45e+03 expHall Transportation - 2 598 -5e+03 2.21e+03 3.27e-06 0 0 5.45e+03 Tank Transportation - 3 123 -2.34e+03 5e+03 3.27e-06 0 3.88e+03 9.33e+03 expHall Transportation - 4 123 -2.34e+03 5e+03 3.27e-06 0 0 9.33e+03 Tank Transportation - 5 83.9 -2.24e+03 4.88e+03 3.27e-06 3.27e-06 161 9.49e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.3 37.7 3.4e-06 0 0 0 Tank initStep - 1 1.5e+03 -5e+03 3.68e+03 3.4e-06 0 6.34e+03 6.34e+03 expHall Transportation - 2 1.5e+03 -5e+03 3.68e+03 3.4e-06 0 0 6.34e+03 Tank Transportation - 3 2.18e+03 -3.52e+03 5e+03 3.4e-06 0 2.1e+03 8.43e+03 expHall Transportation - 4 2.18e+03 -3.52e+03 5e+03 3.4e-06 0 0 8.43e+03 Tank Transportation - 5 5e+03 -215 1.91e+03 3.4e-06 0 5.33e+03 1.38e+04 expHall Transportation - 6 5e+03 -215 1.91e+03 3.4e-06 0 0 1.38e+04 Tank Transportation - 7 -4.05e+03 3.25e+03 -5e+03 3.4e-06 0 1.19e+04 2.57e+04 expHall Transportation - 8 -4.05e+03 3.25e+03 -5e+03 3.4e-06 0 0 2.57e+04 Tank Transportation - 9 -5e+03 3.48e+03 -4.21e+03 3.4e-06 0 1.26e+03 2.69e+04 expHall Transportation - 10 -5e+03 3.48e+03 -4.21e+03 3.4e-06 0 0 2.69e+04 Tank Transportation - 11 -4.7e+03 5e+03 -1.74e+03 3.4e-06 0 2.92e+03 2.98e+04 expHall Transportation - 12 -4.7e+03 5e+03 -1.74e+03 3.4e-06 0 0 2.98e+04 Tank Transportation - 13 -5e+03 4.01e+03 -576 3.4e-06 0 1.56e+03 3.14e+04 expHall Transportation - 14 -5e+03 4.01e+03 -576 3.4e-06 0 0 3.14e+04 Tank Transportation - 15 -4.79e+03 3.71e+03 -243 3.4e-06 3.4e-06 494 3.19e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.2 37.7 2.25e-06 0 0 0 Tank initStep - 1 270 -5e+03 2.13e+03 2.25e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 270 -5e+03 2.13e+03 2.25e-06 0 0 5.39e+03 Tank Transportation - 3 1.68e+03 -1.35e+03 4.92e+03 2.25e-06 2.25e-06 4.8e+03 1.02e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -19.2 -41.3 37.7 0.304 0 0 0.0549 Tank initStep - 2 -19.2 -41.3 37.8 0.292 0.0114 0.0517 0.107 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.3 37.8 3e-06 0 0 0 Tank initStep - 1 2.05e+03 -5e+03 -932 3e-06 0 5.46e+03 5.46e+03 expHall Transportation - 2 6.97e+03 -1e+04 -2.23e+03 3e-06 0 7.14e+03 1.26e+04 world Transportation - 3 1.19e+04 -1.5e+04 -3.53e+03 3e-06 0 7.14e+03 1.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -19.2 -41.3 37.8 0.292 0 0 0.107 Tank initStep - 3 -19.2 -41.4 37.8 0.283 0.00947 0.048 0.155 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.4 37.8 3.26e-06 0 0 0 Tank initStep - 1 5e+03 3.64e+03 4.51e+03 3.26e-06 0 7.66e+03 7.66e+03 expHall Transportation - 2 5e+03 3.64e+03 4.51e+03 3.26e-06 0 0 7.66e+03 Tank Transportation - 3 3.68e+03 5e+03 4.52e+03 3.26e-06 0 1.89e+03 9.56e+03 expHall Transportation - 4 3.68e+03 5e+03 4.52e+03 3.26e-06 0 0 9.56e+03 Tank Transportation - 5 -2.8e+03 -5e+03 4.29e+03 3.26e-06 0 1.19e+04 2.15e+04 expHall Transportation - 6 -1e+04 -9.46e+03 2.54e+03 3.26e-06 0 8.64e+03 3.01e+04 world Transportation - 7 -1.5e+04 -1.26e+04 1.32e+03 3.26e-06 0 6.01e+03 3.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -19.2 -41.4 37.8 0.283 0 0 0.155 Tank initStep - 4 -19.2 -41.4 37.8 0.274 0.00881 0.0451 0.2 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.4 37.8 2.53e-06 0 0 0 Tank initStep - 1 -5e+03 971 1.65e+03 2.53e-06 0 5.33e+03 5.33e+03 expHall Transportation - 2 -1e+04 3.57e+03 4.92e+03 2.53e-06 0 6.52e+03 1.18e+04 world Transportation - 3 -1.5e+04 6.18e+03 8.19e+03 2.53e-06 0 6.52e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.4 37.8 3.98e-06 0 0 0 Tank initStep - 1 64.4 -219 138 3.98e-06 3.98e-06 221 221 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -19.2 -41.4 37.8 0.274 0 0 0.2 Tank initStep - 5 -19.2 -41.5 37.8 0.264 0.0101 0.0424 0.242 Tank Cerenkov - 6 -19.2 -41.5 37.8 0.226 0.0384 0.0394 0.282 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.5 37.8 4.11e-06 0 0 0 Tank initStep - 1 -5e+03 355 29.4 4.11e-06 0 5e+03 5e+03 expHall Transportation - 2 -1e+04 1.03e+03 -295 4.11e-06 0 5.06e+03 1.01e+04 world Transportation - 3 -1.5e+04 1.71e+03 -620 4.11e-06 0 5.06e+03 1.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -19.2 -41.5 37.8 0.226 0 0 0.282 Tank initStep - 7 -19.2 -41.5 37.8 0.214 0.0121 0.0431 0.325 Tank msc - 8 -19.2 -41.6 37.8 0.18 0.0333 0.115 0.439 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.6 37.8 3.1e-06 0 0 0 Tank initStep - 1 2.99e+03 5e+03 -946 3.1e-06 0 5.96e+03 5.96e+03 expHall Transportation - 2 1e+04 9.86e+03 -605 3.1e-06 0 8.53e+03 1.45e+04 world Transportation - 3 1.5e+04 1.33e+04 -362 3.1e-06 0 6.09e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -19.2 -41.6 37.8 0.18 0 0 0.439 Tank initStep - 9 -19.2 -41.7 37.8 0.171 0.00951 0.0302 0.47 Tank msc - 10 -19.2 -41.7 37.9 0.149 0.0216 0.0849 0.554 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.7 37.9 2.63e-06 0 0 0 Tank initStep - 1 -3.43e+03 -881 -3.8e+03 2.63e-06 2.63e-06 5.21e+03 5.21e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.7 37.8 3.28e-06 0 0 0 Tank initStep - 1 -1.37e+03 837 -5e+03 3.28e-06 0 5.29e+03 5.29e+03 expHall Transportation - 2 -1.37e+03 837 -5e+03 3.28e-06 0 0 5.29e+03 Tank Transportation - 3 -930 1.01e+03 -3.06e+03 3.28e-06 3.28e-06 2e+03 7.29e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -19.2 -41.7 37.9 0.149 0 0 0.554 Tank initStep - 11 -19.2 -41.7 37.9 0.14 0.00925 0.0222 0.577 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.7 37.9 2.25e-06 0 0 0 Tank initStep - 1 574 187 -215 2.25e-06 2.25e-06 684 684 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.7 37.9 2.28e-06 0 0 0 Tank initStep - 1 165 2e+03 39.6 2.28e-06 2.28e-06 2.05e+03 2.05e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -19.2 -41.7 37.9 0.14 0 0 0.577 Tank initStep - 12 -19.2 -41.8 37.9 0.134 0.00582 0.0199 0.596 Tank msc - 13 -19.2 -41.8 37.9 0.118 0.0163 0.0621 0.659 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -41.8 37.9 2.12e-06 0 0 0 Tank initStep - 1 72.2 5e+03 3.05e+03 2.12e-06 0 5.87e+03 5.87e+03 expHall Transportation - 2 72.2 5e+03 3.05e+03 2.12e-06 0 0 5.87e+03 Tank Transportation - 3 378 2.77e+03 5e+03 2.12e-06 0 2.98e+03 8.85e+03 expHall Transportation - 4 -3.3e+03 -6.69e+03 1e+04 2.12e-06 0 1.13e+04 2.02e+04 world Transportation - 5 -6.53e+03 -1.5e+04 1.44e+04 2.12e-06 0 9.93e+03 3.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 -19.2 -41.8 37.9 0.118 0 0 0.659 Tank initStep - 14 -19.2 -41.8 38 0.114 0.00394 0.015 0.674 Tank msc - 15 -19.2 -41.7 38 0.0972 0.0166 0.0509 0.724 Tank eIoni - 16 -19.2 -41.7 38 0.0804 0.0168 0.0425 0.767 Tank eIoni - 17 -19.2 -41.7 38 0.0585 0.0219 0.0347 0.802 Tank eIoni - 18 -19.1 -41.7 38 0.0428 0.0157 0.0257 0.827 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.1 -41.7 38 2.97e-06 0 0 0 Tank initStep - 1 -5e+03 -120 -258 2.97e-06 0 4.99e+03 4.99e+03 expHall Transportation - 2 -1e+04 410 -411 2.97e-06 0 5.03e+03 1e+04 world Transportation - 3 -1.5e+04 941 -564 2.97e-06 0 5.03e+03 1.51e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 -19.1 -41.7 38 0.0428 0 0 0.827 Tank initStep - 19 -19.1 -41.7 38 0.0348 0.00797 0.00258 0.83 Tank msc - 20 -19.1 -41.7 38 0.02 0.0148 0.0169 0.847 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.1 -41.7 38 3.06e-06 0 0 0 Tank initStep - 1 -4.14e+03 -5e+03 -725 3.06e-06 0 6.49e+03 6.49e+03 expHall Transportation - 2 -4.14e+03 -5e+03 -725 3.06e-06 0 0 6.49e+03 Tank Transportation - 3 -5e+03 -3.67e+03 -730 3.06e-06 0 1.59e+03 8.08e+03 expHall Transportation - 4 -5e+03 -3.67e+03 -730 3.06e-06 0 0 8.08e+03 Tank Transportation - 5 2.23e+03 5e+03 -962 3.06e-06 0 1.13e+04 1.94e+04 expHall Transportation - 6 2.23e+03 5e+03 -962 3.06e-06 0 0 1.94e+04 Tank Transportation - 7 5e+03 2.11e+03 -169 3.06e-06 0 4.08e+03 2.34e+04 expHall Transportation - 8 5e+03 2.11e+03 -169 3.06e-06 0 0 2.34e+04 Tank Transportation - 9 -3.52e+03 -5e+03 4.24e+03 3.06e-06 0 1.19e+04 3.54e+04 expHall Transportation - 10 -3.52e+03 -5e+03 4.24e+03 3.06e-06 0 0 3.54e+04 Tank Transportation - 11 -4.28e+03 -2.47e+03 5e+03 3.06e-06 0 2.74e+03 3.81e+04 expHall Transportation - 12 -4.28e+03 -2.47e+03 5e+03 3.06e-06 0 0 3.81e+04 Tank Transportation - 13 -2.18e+03 5e+03 -2.99e+03 3.06e-06 0 1.11e+04 4.93e+04 expHall Transportation - 14 -2.18e+03 5e+03 -2.99e+03 3.06e-06 0 0 4.93e+04 Tank Transportation - 15 -1.93e+03 3.27e+03 -5e+03 3.06e-06 0 2.67e+03 5.19e+04 expHall Transportation - 16 -1.93e+03 3.27e+03 -5e+03 3.06e-06 0 0 5.19e+04 Tank Transportation - 17 1.74e+03 -5e+03 1.73e+03 3.06e-06 0 1.13e+04 6.32e+04 expHall Transportation - 18 1.74e+03 -5e+03 1.73e+03 3.06e-06 0 0 6.32e+04 Tank Transportation - 19 4.16e+03 -3.83e+03 5e+03 3.06e-06 0 4.23e+03 6.74e+04 expHall Transportation - 20 1e+04 -829 8.8e+03 3.06e-06 0 7.58e+03 7.5e+04 world Transportation - 21 1.5e+04 1.74e+03 1.2e+04 3.06e-06 0 6.49e+03 8.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 -19.1 -41.7 38 0.02 0 0 0.847 Tank initStep - 21 -19.1 -41.7 38 0.0196 0.000375 0.000671 0.847 Tank msc - 22 -19.1 -41.7 38 0 0.0196 0.00811 0.856 Tank eIoni - 23 -19.1 -41.7 38 0 0 0 0.856 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.816 -0.678 0.279 0.511 0 0 0 Tank initStep - 1 5.53 8.88 -8.55 0.295 1.42e-05 13.8 13.8 Tank compt - 2 44.2 -104 -206 0.188 0.000537 231 244 Tank compt - 3 44.4 -116 -199 0.186 1.42e-05 12.9 257 Tank compt - 4 45.3 -120 -198 0.171 0.000537 4.37 262 Tank compt - 5 36.7 -280 66.8 0.159 1.42e-05 310 571 Tank compt - 6 40.1 -279 77.7 0.105 1.42e-05 11.5 583 Tank compt - 7 -39.2 -495 -64.8 0.0843 1.42e-05 271 854 Tank compt - 8 -36.5 -497 -63.2 0.0832 1.36e-05 3.55 858 Tank compt - 9 -33 -498 -59.8 0.073 0.000537 5 863 Tank compt - 10 -3.36 -481 -77.7 0.0701 2.92e-05 38.8 901 Tank compt - 11 27.7 -490 -89.7 0.0551 0.000537 34.6 936 Tank compt - 12 -82.3 -478 76.8 0 0.000537 200 1.14e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.3 -478 76.8 0.0546 0 0 0 Tank initStep - 1 -82.3 -478 76.8 0.0526 0.00196 0.00396 0.00396 Tank msc - 2 -82.3 -478 76.8 0.0403 0.0123 0.0236 0.0275 Tank eIoni - 3 -82.3 -478 76.7 0.03 0.0102 0.019 0.0465 Tank eIoni - 4 -82.3 -478 76.7 0.00476 0.0253 0.0148 0.0614 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.3 -478 76.7 3.15e-06 0 0 0 Tank initStep - 1 4.24e+03 -2.56e+03 -5e+03 3.15e-06 0 6.98e+03 6.98e+03 expHall Transportation - 2 4.24e+03 -2.56e+03 -5e+03 3.15e-06 0 0 6.98e+03 Tank Transportation - 3 5e+03 -2.59e+03 -4.25e+03 3.15e-06 0 1.07e+03 8.06e+03 expHall Transportation - 4 5e+03 -2.59e+03 -4.25e+03 3.15e-06 0 0 8.06e+03 Tank Transportation - 5 -4.38e+03 -5e+03 4.55e+03 3.15e-06 0 1.31e+04 2.11e+04 expHall Transportation - 6 -4.38e+03 -5e+03 4.55e+03 3.15e-06 0 0 2.11e+04 Tank Transportation - 7 -4.75e+03 -4.58e+03 5e+03 3.15e-06 0 715 2.19e+04 expHall Transportation - 8 -4.75e+03 -4.58e+03 5e+03 3.15e-06 0 0 2.19e+04 Tank Transportation - 9 -5e+03 -3.96e+03 3.92e+03 3.15e-06 0 1.27e+03 2.31e+04 expHall Transportation - 10 -8.07e+03 5.9e+03 -1e+04 3.15e-06 0 1.73e+04 4.05e+04 world Transportation - 11 -9.18e+03 9.44e+03 -1.5e+04 3.15e-06 0 6.23e+03 4.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.3 -478 76.7 3.89e-06 0 0 0 Tank initStep - 1 5e+03 3.3e+03 3.29e+03 3.89e-06 0 7.1e+03 7.1e+03 expHall Transportation - 2 5e+03 3.3e+03 3.29e+03 3.89e-06 0 0 7.1e+03 Tank Transportation - 3 1.65e+03 5e+03 4.52e+03 3.89e-06 0 3.95e+03 1.11e+04 expHall Transportation - 4 1.65e+03 5e+03 4.52e+03 3.89e-06 0 0 1.11e+04 Tank Transportation - 5 531 4.87e+03 5e+03 3.89e-06 0 1.22e+03 1.23e+04 expHall Transportation - 6 531 4.87e+03 5e+03 3.89e-06 0 0 1.23e+04 Tank Transportation - 7 -4.13e+03 2.22e+03 968 3.89e-06 3.89e-06 6.71e+03 1.9e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -82.3 -478 76.7 0.00476 0 0 0.0614 Tank initStep - 5 -82.3 -478 76.7 0.00464 0.00012 5.43e-05 0.0614 Tank msc - 6 -82.3 -478 76.7 0 0.00464 0.00065 0.0621 Tank eIoni - 7 -82.3 -478 76.7 0 0 0 0.0621 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.7 -490 -89.7 0.0145 0 0 0 Tank initStep - 1 27.7 -490 -89.7 0.014 0.000461 0.000379 0.000379 Tank msc - 2 27.7 -490 -89.7 0 0.014 0.00448 0.00486 Tank eIoni - 3 27.7 -490 -89.7 0 0 0 0.00486 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 77 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 27.7 -490 -89.7 3.38e-06 0 0 0 Tank initStep - 1 -336 -1.95e+03 5e+03 3.38e-06 0 5.31e+03 5.31e+03 expHall Transportation - 2 858 -3.67e+03 1e+04 3.38e-06 0 5.42e+03 1.07e+04 world Transportation - 3 2.05e+03 -5.4e+03 1.5e+04 3.38e-06 0 5.42e+03 1.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.36 -481 -77.7 0.00286 0 0 0 Tank initStep - 1 -3.36 -481 -77.7 0.00281 5.46e-05 2.28e-05 2.28e-05 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 76 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.36 -481 -77.7 3.82e-06 0 0 0 Tank initStep - 1 3.38e+03 -5e+03 -3.47e+03 3.82e-06 0 6.59e+03 6.59e+03 expHall Transportation - 2 3.38e+03 -5e+03 -3.47e+03 3.82e-06 0 0 6.59e+03 Tank Transportation - 3 4.49e+03 -3.14e+03 -3.99e+03 3.82e-06 0 2.22e+03 8.81e+03 Tank OpRayleigh - 4 5e+03 -3.58e+03 -2.19e+03 3.82e-06 0 1.92e+03 1.07e+04 expHall Transportation - 5 5e+03 -3.58e+03 -2.19e+03 3.82e-06 0 0 1.07e+04 Tank Transportation - 6 -489 -4.52e+03 5e+03 3.82e-06 0 9.09e+03 1.98e+04 expHall Transportation - 7 -489 -4.52e+03 5e+03 3.82e-06 0 0 1.98e+04 Tank Transportation - 8 -1.13e+03 -5e+03 4.27e+03 3.82e-06 0 1.09e+03 2.09e+04 expHall Transportation - 9 -1.13e+03 -5e+03 4.27e+03 3.82e-06 0 0 2.09e+04 Tank Transportation - 10 -2.49e+03 -3.85e+03 3.1e+03 3.82e-06 3.82e-06 2.12e+03 2.3e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -3.36 -481 -77.7 0.00281 0 0 2.28e-05 Tank initStep - 2 -3.36 -481 -77.7 0.00276 4.61e-05 2.2e-05 4.48e-05 Tank msc - 3 -3.36 -481 -77.7 0 0.00276 0.000268 0.000312 Tank eIoni - 4 -3.36 -481 -77.7 0 0 0 0.000312 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33 -498 -59.8 0.00966 0 0 0 Tank initStep - 1 -33 -498 -59.8 0.00896 0.000702 0.000187 0.000187 Tank msc - 2 -33 -498 -59.8 0 0.00896 0.00205 0.00223 Tank eIoni - 3 -33 -498 -59.8 0 0 0 0.00223 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.5 -497 -63.2 0.00109 0 0 0 Tank initStep - 1 -36.5 -497 -63.2 0.00105 4.68e-05 4.84e-06 4.84e-06 Tank msc - 2 -36.5 -497 -63.2 0 0.00105 5.66e-05 6.15e-05 Tank eIoni - 3 -36.5 -497 -63.2 0 0 0 6.15e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.2 -495 -64.8 0.0212 0 0 0 Tank initStep - 1 -39.2 -495 -64.8 0.0203 0.000853 0.000742 0.000742 Tank msc - 2 -39.2 -495 -64.8 0 0.0203 0.00863 0.00937 Tank eIoni - 3 -39.2 -495 -64.8 0 0 0 0.00937 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 73 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.2 -495 -64.8 2.79e-06 0 0 0 Tank initStep - 1 595 3.21e+03 5e+03 2.79e-06 0 6.31e+03 6.31e+03 expHall Transportation - 2 595 3.21e+03 5e+03 2.79e-06 0 0 6.31e+03 Tank Transportation - 3 4e+03 5e+03 2.68e+03 2.79e-06 0 4.49e+03 1.08e+04 expHall Transportation - 4 4e+03 5e+03 2.68e+03 2.79e-06 0 0 1.08e+04 Tank Transportation - 5 5e+03 3.82e+03 1.21e+03 2.79e-06 0 2.13e+03 1.29e+04 expHall Transportation - 6 5e+03 3.82e+03 1.21e+03 2.79e-06 0 0 1.29e+04 Tank Transportation - 7 -287 -5e+03 -2.05e+03 2.79e-06 0 1.08e+04 2.37e+04 expHall Transportation - 8 -287 -5e+03 -2.05e+03 2.79e-06 0 0 2.37e+04 Tank Transportation - 9 -4.08e+03 2.57e+03 -5e+03 2.79e-06 0 8.97e+03 3.27e+04 expHall Transportation - 10 -4.08e+03 2.57e+03 -5e+03 2.79e-06 0 0 3.27e+04 Tank Transportation - 11 -5e+03 4.16e+03 -3.74e+03 2.79e-06 0 2.23e+03 3.49e+04 expHall Transportation - 12 -5e+03 4.16e+03 -3.74e+03 2.79e-06 0 0 3.49e+04 Tank Transportation - 13 -4.2e+03 5e+03 -3.15e+03 2.79e-06 0 1.31e+03 3.62e+04 expHall Transportation - 14 -4.2e+03 5e+03 -3.15e+03 2.79e-06 0 0 3.62e+04 Tank Transportation - 15 -2.62e+03 -5e+03 -1.5e+03 2.79e-06 0 1.03e+04 4.65e+04 expHall Transportation - 16 -2.62e+03 -5e+03 -1.5e+03 2.79e-06 0 0 4.65e+04 Tank Transportation - 17 -4.41e+03 -4.92e+03 -5e+03 2.79e-06 0 3.93e+03 5.04e+04 expHall Transportation - 18 -4.41e+03 -4.92e+03 -5e+03 2.79e-06 0 0 5.04e+04 Tank Transportation - 19 -5e+03 -4.95e+03 -4.78e+03 2.79e-06 0 634 5.1e+04 expHall Transportation - 20 -5e+03 -4.95e+03 -4.78e+03 2.79e-06 0 0 5.1e+04 Tank Transportation - 21 2.8e+03 -115 5e+03 2.79e-06 0 1.34e+04 6.45e+04 expHall Transportation - 22 2.8e+03 -115 5e+03 2.79e-06 0 0 6.45e+04 Tank Transportation - 23 5e+03 -2.08e+03 4.54e+03 2.79e-06 0 2.99e+03 6.74e+04 expHall Transportation - 24 5e+03 -2.08e+03 4.54e+03 2.79e-06 0 0 6.74e+04 Tank Transportation - 25 4.15e+03 -3.16e+03 5e+03 2.79e-06 0 1.45e+03 6.89e+04 expHall Transportation - 26 4.15e+03 -3.16e+03 5e+03 2.79e-06 0 0 6.89e+04 Tank Transportation - 27 2.21e+03 -5e+03 3.95e+03 2.79e-06 0 2.87e+03 7.18e+04 expHall Transportation - 28 2.21e+03 -5e+03 3.95e+03 2.79e-06 0 0 7.18e+04 Tank Transportation - 29 -5e+03 1.82e+03 3.8e+03 2.79e-06 0 9.93e+03 8.17e+04 expHall Transportation - 30 -5e+03 1.82e+03 3.8e+03 2.79e-06 0 0 8.17e+04 Tank Transportation - 31 -2.54e+03 3.41e+03 5e+03 2.79e-06 0 3.17e+03 8.49e+04 expHall Transportation - 32 -2.54e+03 3.41e+03 5e+03 2.79e-06 0 0 8.49e+04 Tank Transportation - 33 1.1e+03 5e+03 3.04e+03 2.79e-06 0 4.42e+03 8.93e+04 expHall Transportation - 34 1.1e+03 5e+03 3.04e+03 2.79e-06 0 0 8.93e+04 Tank Transportation - 35 5e+03 -1.32e+03 -95.2 2.79e-06 0 8.06e+03 9.73e+04 expHall Transportation - 36 5e+03 -1.32e+03 -95.2 2.79e-06 0 0 9.73e+04 Tank Transportation - 37 2.3e+03 -5e+03 -2.27e+03 2.79e-06 0 5.06e+03 1.02e+05 expHall Transportation - 38 -2.86e+03 -1e+04 -6.76e+03 2.79e-06 0 8.47e+03 1.11e+05 world Transportation - 39 -8.01e+03 -1.5e+04 -1.12e+04 2.79e-06 0 8.47e+03 1.19e+05 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 -279 77.7 0.0532 0 0 0 Tank initStep - 1 40.1 -279 77.7 0.0519 0.00129 0.00379 0.00379 Tank msc - 2 40.1 -279 77.7 0.0407 0.0113 0.0233 0.0271 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 -279 77.7 4.06e-06 0 0 0 Tank initStep - 1 616 1.39e+03 108 4.06e-06 0 1.77e+03 1.77e+03 Tank OpRayleigh - 2 -5e+03 -3.93e+03 785 4.06e-06 0 7.77e+03 9.54e+03 expHall Transportation - 3 -5e+03 -3.93e+03 785 4.06e-06 0 0 9.54e+03 Tank Transportation - 4 -4.12e+03 -5e+03 1.62e+03 4.06e-06 0 1.62e+03 1.12e+04 expHall Transportation - 5 -4.12e+03 -5e+03 1.62e+03 4.06e-06 0 0 1.12e+04 Tank Transportation - 6 -2.03e+03 -3.95e+03 5e+03 4.06e-06 0 4.11e+03 1.53e+04 expHall Transportation - 7 7.73e+03 8.06e+03 1e+04 4.06e-06 0 1.63e+04 3.15e+04 world Transportation - 8 1.34e+04 1.5e+04 1.29e+04 4.06e-06 0 9.39e+03 4.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 -279 77.7 3.67e-06 0 0 0 Tank initStep - 1 -5e+03 -3.12e+03 924 3.67e-06 0 5.85e+03 5.85e+03 expHall Transportation - 2 -1e+04 -9.22e+03 2.26e+03 3.67e-06 0 8e+03 1.38e+04 world Transportation - 3 -1.47e+04 -1.5e+04 3.53e+03 3.67e-06 0 7.58e+03 2.14e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 40.1 -279 77.7 0.0407 0 0 0.0271 Tank initStep - 3 40.1 -279 77.7 0.0393 0.0014 0.00236 0.0295 Tank msc - 4 40.1 -279 77.7 0.0215 0.0178 0.0187 0.0481 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 -279 77.7 2.38e-06 0 0 0 Tank initStep - 1 -1.49e+03 238 845 2.38e-06 2.38e-06 1.78e+03 1.78e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 -279 77.7 3.88e-06 0 0 0 Tank initStep - 1 -144 5e+03 -2.62e+03 3.88e-06 0 5.93e+03 5.93e+03 expHall Transportation - 2 -144 5e+03 -2.62e+03 3.88e-06 0 0 5.93e+03 Tank Transportation - 3 -5e+03 2.12e+03 -2.84e+03 3.88e-06 0 5.65e+03 1.16e+04 expHall Transportation - 4 -5e+03 2.12e+03 -2.84e+03 3.88e-06 0 0 1.16e+04 Tank Transportation - 5 -3.78e+03 273 -2.72e+03 3.88e-06 3.88e-06 2.22e+03 1.38e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 72 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.1 -279 77.7 2.2e-06 0 0 0 Tank initStep - 1 2.39e+03 461 -3.39e+03 2.2e-06 2.2e-06 4.25e+03 4.25e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 40.1 -279 77.7 0.0215 0 0 0.0481 Tank initStep - 5 40.1 -279 77.7 0.0211 0.000434 0.000763 0.0489 Tank msc - 6 40.1 -279 77.7 0 0.0211 0.0092 0.0581 Tank eIoni - 7 40.1 -279 77.7 0 0 0 0.0581 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.7 -280 66.8 0.0128 0 0 0 Tank initStep - 1 36.7 -280 66.8 0.0119 0.0009 0.000305 0.000305 Tank msc - 2 36.7 -280 66.8 0 0.0119 0.00336 0.00366 Tank eIoni - 3 36.7 -280 66.8 0 0 0 0.00366 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 71 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 36.7 -280 66.8 2.25e-06 0 0 0 Tank initStep - 1 5e+03 3.26e+03 333 2.25e-06 0 6.1e+03 6.1e+03 expHall Transportation - 2 5e+03 3.26e+03 333 2.25e-06 0 0 6.1e+03 Tank Transportation - 3 2.79e+03 5e+03 427 2.25e-06 0 2.81e+03 8.92e+03 expHall Transportation - 4 2.79e+03 5e+03 427 2.25e-06 0 0 8.92e+03 Tank Transportation - 5 -660 2.5e+03 -5e+03 2.25e-06 0 6.9e+03 1.58e+04 expHall Transportation - 6 -660 2.5e+03 -5e+03 2.25e-06 0 0 1.58e+04 Tank Transportation - 7 -715 2.43e+03 -4.93e+03 2.25e-06 2.25e-06 113 1.59e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 45.3 -120 -198 0.0143 0 0 0 Tank initStep - 1 45.3 -120 -198 0.0135 0.000834 0.000372 0.000372 Tank msc - 2 45.3 -120 -198 0 0.0135 0.00419 0.00456 Tank eIoni - 3 45.3 -120 -198 0 0 0 0.00456 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.4 -116 -199 0.00175 0 0 0 Tank initStep - 1 44.4 -116 -199 0.00175 0 1.01e-05 1.01e-05 Tank msc - 2 44.4 -116 -199 0 0.00175 0.000127 0.000137 Tank eIoni - 3 44.4 -116 -199 0 0 0 0.000137 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.2 -104 -206 0.107 0 0 0 Tank initStep - 1 44.2 -104 -206 0.087 0.0197 0.0127 0.0127 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 68 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.2 -104 -206 2.31e-06 0 0 0 Tank initStep - 1 -2.53e+03 1.94e+03 3.57e+03 2.31e-06 2.31e-06 5.01e+03 5.01e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 44.2 -104 -206 0.087 0 0 0.0127 Tank initStep - 2 44.2 -104 -206 0.084 0.00295 0.00895 0.0216 Tank msc - 3 44.3 -104 -206 0.0686 0.0154 0.0363 0.0579 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 68 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.2 -104 -206 3.64e-06 0 0 0 Tank initStep - 1 -1.57e+03 -5e+03 -115 3.64e-06 0 5.16e+03 5.16e+03 expHall Transportation - 2 -5.85e+03 -1e+04 83 3.64e-06 0 6.59e+03 1.17e+04 world Transportation - 3 -1.01e+04 -1.5e+04 281 3.64e-06 0 6.59e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 44.3 -104 -206 0.0686 0 0 0.0579 Tank initStep - 4 44.3 -104 -206 0.0607 0.00796 0.00592 0.0639 Tank msc - 5 44.3 -104 -206 0.0462 0.0145 0.0266 0.0904 Tank eIoni - 6 44.3 -104 -206 0.0362 0.01 0.0212 0.112 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 68 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.3 -104 -206 4.02e-06 0 0 0 Tank initStep - 1 -2.31e+03 5e+03 -3.88e+03 4.02e-06 0 6.71e+03 6.71e+03 expHall Transportation - 2 -2.31e+03 5e+03 -3.88e+03 4.02e-06 0 0 6.71e+03 Tank Transportation - 3 -5e+03 3.08e+03 -4.51e+03 4.02e-06 0 3.37e+03 1.01e+04 expHall Transportation - 4 -1e+04 -1.83e+03 -4.46e+03 4.02e-06 0 7.01e+03 1.71e+04 world Transportation - 5 -1.5e+04 -6.75e+03 -4.42e+03 4.02e-06 0 7.01e+03 2.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 44.3 -104 -206 0.0362 0 0 0.112 Tank initStep - 7 44.3 -104 -206 0.035 0.00115 0.00192 0.114 Tank msc - 8 44.3 -104 -206 0.0163 0.0187 0.017 0.131 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 68 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.3 -104 -206 3.74e-06 0 0 0 Tank initStep - 1 5e+03 -144 585 3.74e-06 0 5.02e+03 5.02e+03 expHall Transportation - 2 5e+03 -144 585 3.74e-06 0 0 5.02e+03 Tank Transportation - 3 2.95e+03 5e+03 1.54e+03 3.74e-06 0 5.62e+03 1.06e+04 expHall Transportation - 4 2.95e+03 5e+03 1.54e+03 3.74e-06 0 0 1.06e+04 Tank Transportation - 5 5e+03 8.85 317 3.74e-06 0 5.53e+03 1.62e+04 expHall Transportation - 6 5e+03 8.85 317 3.74e-06 0 0 1.62e+04 Tank Transportation - 7 701 -5e+03 -1.61e+03 3.74e-06 0 6.88e+03 2.3e+04 expHall Transportation - 8 701 -5e+03 -1.61e+03 3.74e-06 0 0 2.3e+04 Tank Transportation - 9 -2.29e+03 1.45e+03 -5e+03 3.74e-06 0 7.88e+03 3.09e+04 expHall Transportation - 10 -2.29e+03 1.45e+03 -5e+03 3.74e-06 0 0 3.09e+04 Tank Transportation - 11 -4.39e+03 5e+03 -2.83e+03 3.74e-06 0 4.66e+03 3.56e+04 expHall Transportation - 12 -4.39e+03 5e+03 -2.83e+03 3.74e-06 0 0 3.56e+04 Tank Transportation - 13 -5e+03 3.09e+03 -1.52e+03 3.74e-06 0 2.39e+03 3.8e+04 expHall Transportation - 14 -5e+03 3.09e+03 -1.52e+03 3.74e-06 0 0 3.8e+04 Tank Transportation - 15 -500 2.49e+03 -494 3.74e-06 3.74e-06 4.66e+03 4.26e+04 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 44.3 -104 -206 0.0163 0 0 0.131 Tank initStep - 9 44.3 -104 -206 0.0157 0.000565 0.000468 0.131 Tank msc - 10 44.3 -104 -206 0 0.0157 0.00549 0.137 Tank eIoni - 11 44.3 -104 -206 0 0 0 0.137 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 68 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 44.3 -104 -206 2.57e-06 0 0 0 Tank initStep - 1 5e+03 -1.81e+03 -1.8e+03 2.57e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 1e+04 -8.7e+03 -6.88e+03 2.57e-06 0 9.91e+03 1.54e+04 world Transportation - 3 1.46e+04 -1.5e+04 -1.15e+04 2.57e-06 0 9.06e+03 2.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.53 8.88 -8.55 0.216 0 0 0 Tank initStep - 1 5.53 8.92 -8.55 0.208 0.00805 0.0402 0.0402 Tank msc - 2 5.53 9.02 -8.54 0.136 0.0715 0.11 0.151 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.53 8.96 -8.55 2.53e-06 0 0 0 Tank initStep - 1 -5e+03 -691 -839 2.53e-06 0 5.12e+03 5.12e+03 expHall Transportation - 2 -1e+04 -2.14e+03 -2.14e+03 2.53e-06 0 5.36e+03 1.05e+04 world Transportation - 3 -1.5e+04 -3.59e+03 -3.43e+03 2.53e-06 0 5.36e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.53 8.99 -8.54 3.12e-06 0 0 0 Tank initStep - 1 -601 5e+03 4.21e+03 3.12e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 -601 5e+03 4.21e+03 3.12e-06 0 0 6.56e+03 Tank Transportation - 3 -690 4.59e+03 5e+03 3.12e-06 0 896 7.46e+03 expHall Transportation - 4 -690 4.59e+03 5e+03 3.12e-06 0 0 7.46e+03 Tank Transportation - 5 -932 -3.8e+03 1.15e+03 3.12e-06 3.12e-06 9.24e+03 1.67e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 5.53 9.02 -8.54 0.136 0 0 0.151 Tank initStep - 3 5.52 9.03 -8.56 0.131 0.00554 0.0191 0.17 Tank msc - 4 5.51 9.05 -8.61 0.0937 0.0369 0.0601 0.23 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.51 9.05 -8.6 3.38e-06 0 0 0 Tank initStep - 1 76.6 359 -461 3.38e-06 3.38e-06 577 577 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.52 9.03 -8.57 2.89e-06 0 0 0 Tank initStep - 1 411 -5e+03 1.64e+03 2.89e-06 0 5.29e+03 5.29e+03 expHall Transportation - 2 1.67e+03 -1e+04 3.91e+03 2.89e-06 0 5.63e+03 1.09e+04 world Transportation - 3 2.93e+03 -1.5e+04 6.17e+03 2.89e-06 0 5.63e+03 1.66e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 5.51 9.05 -8.61 0.0937 0 0 0.23 Tank initStep - 5 5.51 9.05 -8.62 0.0905 0.00326 0.0102 0.24 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.51 9.05 -8.61 2.56e-06 0 0 0 Tank initStep - 1 5e+03 -65.3 -389 2.56e-06 0 5.01e+03 5.01e+03 expHall Transportation - 2 1e+04 962 -1.06e+03 2.56e-06 0 5.15e+03 1.02e+04 world Transportation - 3 1.5e+04 1.99e+03 -1.73e+03 2.56e-06 0 5.15e+03 1.53e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 5.51 9.05 -8.62 0.0905 0 0 0.24 Tank initStep - 6 5.51 9.05 -8.62 0.0868 0.00363 0.00958 0.25 Tank msc - 7 5.52 9.07 -8.65 0.0714 0.0155 0.0376 0.287 Tank eIoni - 8 5.5 9.07 -8.66 0.0599 0.0115 0.0309 0.318 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.51 9.07 -8.65 3.19e-06 0 0 0 Tank initStep - 1 -3.22e+03 -829 -571 3.19e-06 3.19e-06 3.38e+03 3.38e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 5.5 9.07 -8.66 0.0599 0 0 0.318 Tank initStep - 9 5.49 9.07 -8.66 0.057 0.00289 0.00466 0.323 Tank msc - 10 5.48 9.05 -8.66 0.0434 0.0136 0.0252 0.348 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 67 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.49 9.06 -8.66 3.74e-06 0 0 0 Tank initStep - 1 285 1.26e+03 -5e+03 3.74e-06 0 5.15e+03 5.15e+03 expHall Transportation - 2 -576 3.11e+03 -1e+04 3.74e-06 0 5.4e+03 1.06e+04 world Transportation - 3 -1.44e+03 4.95e+03 -1.5e+04 3.74e-06 0 5.4e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 5.48 9.05 -8.66 0.0434 0 0 0.348 Tank initStep - 11 5.48 9.05 -8.66 0.0415 0.0019 0.00265 0.35 Tank msc - 12 5.47 9.05 -8.67 0.0294 0.0121 0.0195 0.37 Tank eIoni - 13 5.47 9.05 -8.67 0.0155 0.0138 0.0145 0.384 Tank eIoni - 14 5.47 9.05 -8.67 0 0.0155 0.00538 0.39 Tank eIoni - 15 5.47 9.05 -8.67 0 0 0 0.39 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.136 -0.0238 -0.00242 0.477 0.0233 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.111 -0.0193 -0.00197 2.81e-06 0 0 0 Tank initStep - 1 5e+03 1.34e+03 -1.84e+03 2.81e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 1e+04 1.48e+03 -4.49e+03 2.81e-06 0 5.66e+03 1.12e+04 world Transportation - 3 1.5e+04 1.61e+03 -7.14e+03 2.81e-06 0 5.66e+03 1.68e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0069 -0.00121 -0.000123 4.08e-06 0 0 0 Tank initStep - 1 5e+03 -2.31e+03 2.77e+03 4.08e-06 0 6.17e+03 6.17e+03 expHall Transportation - 2 1e+04 -6.74e+03 8.64e+03 4.08e-06 0 8.89e+03 1.51e+04 world Transportation - 3 1.5e+04 -1.12e+04 1.45e+04 4.08e-06 0 8.89e+03 2.4e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.136 -0.0238 -0.00242 0.477 0 0 0.139 Tank initStep - 2 0.251 -0.028 0.0461 0.459 0.0174 0.127 0.266 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.152 -0.0244 0.0043 2.27e-06 0 0 0 Tank initStep - 1 4.09e+03 -1.41e+03 5e+03 2.27e-06 0 6.61e+03 6.61e+03 expHall Transportation - 2 4.09e+03 -1.41e+03 5e+03 2.27e-06 0 0 6.61e+03 Tank Transportation - 3 5e+03 -1.42e+03 4.47e+03 2.27e-06 0 1.05e+03 7.66e+03 expHall Transportation - 4 1e+04 -1.77e+03 -1.88e+03 2.27e-06 0 8.09e+03 1.58e+04 world Transportation - 5 1.5e+04 -2.13e+03 -8.23e+03 2.27e-06 0 8.09e+03 2.38e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.251 -0.028 0.0461 0.459 0 0 0.266 Tank initStep - 3 0.34 -0.0263 0.122 0.442 0.0173 0.118 0.384 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.287 -0.0273 0.0767 2.77e-06 0 0 0 Tank initStep - 1 5e+03 3.93e+03 4.66e+03 2.77e-06 0 7.89e+03 7.89e+03 expHall Transportation - 2 5e+03 3.93e+03 4.66e+03 2.77e-06 0 0 7.89e+03 Tank Transportation - 3 4.7e+03 4.11e+03 5e+03 2.77e-06 0 484 8.37e+03 expHall Transportation - 4 4.7e+03 4.11e+03 5e+03 2.77e-06 0 0 8.37e+03 Tank Transportation - 5 -3.18e+03 2.88e+03 -5e+03 2.77e-06 0 1.28e+04 2.12e+04 expHall Transportation - 6 -7.55e+03 2.23e+03 -1e+04 2.77e-06 0 6.67e+03 2.78e+04 world Transportation - 7 -1.19e+04 1.57e+03 -1.5e+04 2.77e-06 0 6.67e+03 3.45e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.34 -0.0263 0.122 0.442 0 0 0.384 Tank initStep - 4 0.423 -0.0233 0.192 0.423 0.0189 0.109 0.493 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.412 -0.0237 0.183 2.28e-06 0 0 0 Tank initStep - 1 -1.75e+03 -5e+03 4.06e+03 2.28e-06 0 6.68e+03 6.68e+03 expHall Transportation - 2 -1.75e+03 -5e+03 4.06e+03 2.28e-06 0 0 6.68e+03 Tank Transportation - 3 -1.74e+03 -3.88e+03 5e+03 2.28e-06 0 1.46e+03 8.14e+03 expHall Transportation - 4 -1.74e+03 -3.88e+03 5e+03 2.28e-06 0 0 8.14e+03 Tank Transportation - 5 -5e+03 650 -1.12e+03 2.28e-06 0 8.28e+03 1.64e+04 expHall Transportation - 6 -5e+03 650 -1.12e+03 2.28e-06 0 0 1.64e+04 Tank Transportation - 7 67.9 -1.38e+03 -5e+03 2.28e-06 0 6.7e+03 2.31e+04 expHall Transportation - 8 1e+04 -3.62e+03 -7.39e+03 2.28e-06 0 1.05e+04 3.36e+04 world Transportation - 9 1.5e+04 -4.74e+03 -8.59e+03 2.28e-06 0 5.26e+03 3.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.397 -0.0243 0.17 2.25e-06 0 0 0 Tank initStep - 1 5e+03 -1.98e+03 2.06e+03 2.25e-06 0 5.76e+03 5.76e+03 expHall Transportation - 2 1e+04 -8.03e+03 6.2e+03 2.25e-06 0 8.87e+03 1.46e+04 world Transportation - 3 1.5e+04 -1.41e+04 1.03e+04 2.25e-06 0 8.87e+03 2.35e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.418 -0.0235 0.188 2.1e-06 0 0 0 Tank initStep - 1 5e+03 892 1.21e+03 2.1e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 1e+04 3.18e+03 3.65e+03 2.1e-06 0 6.02e+03 1.12e+04 world Transportation - 3 1.5e+04 5.47e+03 6.1e+03 2.1e-06 0 6.02e+03 1.73e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.352 -0.0259 0.132 3.44e-06 0 0 0 Tank initStep - 1 523 456 800 3.44e-06 3.44e-06 1.06e+03 1.06e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.423 -0.0233 0.192 0.423 0 0 0.493 Tank initStep - 5 0.494 -0.0143 0.26 0.409 0.0145 0.0997 0.593 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.428 -0.0226 0.197 3.33e-06 0 0 0 Tank initStep - 1 635 -137 243 3.33e-06 0 693 693 Tank OpRayleigh - 2 5e+03 604 34.9 3.33e-06 0 4.43e+03 5.13e+03 expHall Transportation - 3 1e+04 1.25e+03 1.02e+03 3.33e-06 0 5.14e+03 1.03e+04 world Transportation - 4 1.5e+04 1.89e+03 2e+03 3.33e-06 0 5.14e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.492 -0.0146 0.258 2.18e-06 0 0 0 Tank initStep - 1 2.25e+03 1.84e+03 1.89e+03 2.18e-06 2.18e-06 3.47e+03 3.47e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.491 -0.0147 0.257 2.28e-06 0 0 0 Tank initStep - 1 2.55e+03 2.6e+03 5e+03 2.28e-06 0 6.19e+03 6.19e+03 expHall Transportation - 2 8.48e+03 1e+04 8.73e+03 2.28e-06 0 1.02e+04 1.64e+04 world Transportation - 3 1.25e+04 1.5e+04 1.12e+04 2.28e-06 0 6.88e+03 2.33e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.494 -0.0143 0.26 0.409 0 0 0.593 Tank initStep - 6 0.567 -0.0361 0.313 0.363 0.0461 0.093 0.686 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.515 -0.0204 0.275 3.47e-06 0 0 0 Tank initStep - 1 888 756 5e+03 3.47e-06 0 5.13e+03 5.13e+03 expHall Transportation - 2 5.82e+03 5.04e+03 1e+04 3.47e-06 0 8.23e+03 1.34e+04 world Transportation - 3 1.08e+04 9.32e+03 1.5e+04 3.47e-06 0 8.23e+03 2.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.531 -0.0251 0.286 2.72e-06 0 0 0 Tank initStep - 1 494 3.41e+03 -5e+03 2.72e-06 0 6.07e+03 6.07e+03 expHall Transportation - 2 494 3.41e+03 -5e+03 2.72e-06 0 0 6.07e+03 Tank Transportation - 3 350 3.75e+03 -4.53e+03 2.72e-06 2.72e-06 599 6.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.505 -0.0176 0.268 2.77e-06 0 0 0 Tank initStep - 1 1.6e+03 391 1.75e+03 2.77e-06 2.77e-06 2.4e+03 2.4e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.554 -0.0321 0.303 3.39e-06 0 0 0 Tank initStep - 1 4.35e+03 -5e+03 4.99e+03 3.39e-06 0 8.3e+03 8.3e+03 expHall Transportation - 2 4.35e+03 -5e+03 4.99e+03 3.39e-06 0 0 8.3e+03 Tank Transportation - 3 4.35e+03 -5e+03 5e+03 3.39e-06 0 9.55 8.31e+03 expHall Transportation - 4 4.35e+03 -5e+03 5e+03 3.39e-06 0 0 8.31e+03 Tank Transportation - 5 4.36e+03 -5e+03 4.99e+03 3.39e-06 0 7.78 8.31e+03 expHall Transportation - 6 4.36e+03 -5e+03 4.99e+03 3.39e-06 0 0 8.31e+03 Tank Transportation - 7 5e+03 -4.42e+03 4.06e+03 3.39e-06 0 1.27e+03 9.59e+03 expHall Transportation - 8 5e+03 -4.42e+03 4.06e+03 3.39e-06 0 0 9.59e+03 Tank Transportation - 9 878 -3.14e+03 -3.87e+03 3.39e-06 3.39e-06 9.03e+03 1.86e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.567 -0.0361 0.313 0.363 0 0 0.686 Tank initStep - 7 0.627 -0.0538 0.35 0.349 0.0138 0.0732 0.759 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.587 -0.042 0.325 2.57e-06 0 0 0 Tank initStep - 1 5e+03 -4.84e+03 4.29e+03 2.57e-06 0 8.17e+03 8.17e+03 expHall Transportation - 2 5e+03 -4.84e+03 4.29e+03 2.57e-06 0 0 8.17e+03 Tank Transportation - 3 4.82e+03 -5e+03 4.34e+03 2.57e-06 0 251 8.43e+03 expHall Transportation - 4 4.82e+03 -5e+03 4.34e+03 2.57e-06 0 0 8.43e+03 Tank Transportation - 5 1.27e+03 -2.57e+03 5e+03 2.57e-06 0 4.35e+03 1.28e+04 expHall Transportation - 6 1.27e+03 -2.57e+03 5e+03 2.57e-06 0 0 1.28e+04 Tank Transportation - 7 -5e+03 1.21e+03 2.28e+03 2.57e-06 0 7.81e+03 2.06e+04 expHall Transportation - 8 -5e+03 1.21e+03 2.28e+03 2.57e-06 0 0 2.06e+04 Tank Transportation - 9 132 888 -5e+03 2.57e-06 0 8.91e+03 2.95e+04 expHall Transportation - 10 132 888 -5e+03 2.57e-06 0 0 2.95e+04 Tank Transportation - 11 5e+03 -104 -2.4e+03 2.57e-06 0 5.61e+03 3.51e+04 expHall Transportation - 12 1e+04 -4.5e+03 5.85e+03 2.57e-06 0 1.06e+04 4.57e+04 world Transportation - 13 1.5e+04 -8.9e+03 1.41e+04 2.57e-06 0 1.06e+04 5.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.627 -0.0538 0.35 0.349 0 0 0.759 Tank initStep - 8 0.684 -0.0671 0.384 0.336 0.0125 0.0678 0.827 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.663 -0.0621 0.372 2.41e-06 0 0 0 Tank initStep - 1 -608 674 5e+03 2.41e-06 0 5.08e+03 5.08e+03 expHall Transportation - 2 -1.01e+03 1.97e+03 1e+04 2.41e-06 0 5.18e+03 1.03e+04 world Transportation - 3 -1.42e+03 3.27e+03 1.5e+04 2.41e-06 0 5.18e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.663 -0.0622 0.372 3.99e-06 0 0 0 Tank initStep - 1 5e+03 60.4 911 3.99e-06 0 5.08e+03 5.08e+03 expHall Transportation - 2 1e+04 745 4.47e+03 3.99e-06 0 6.17e+03 1.13e+04 world Transportation - 3 1.5e+04 1.43e+03 8.02e+03 3.99e-06 0 6.17e+03 1.74e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.684 -0.0671 0.384 0.336 0 0 0.827 Tank initStep - 9 0.736 -0.0876 0.413 0.326 0.0105 0.063 0.89 Tank Cerenkov - 10 0.772 -0.1 0.456 0.315 0.0109 0.0592 0.949 Tank Cerenkov - 11 0.781 -0.102 0.508 0.307 0.00806 0.0553 1 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.776 -0.101 0.478 4.02e-06 0 0 0 Tank initStep - 1 135 -49.5 -78.6 4.02e-06 4.02e-06 163 163 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.773 -0.101 0.462 2.59e-06 0 0 0 Tank initStep - 1 2.49e+03 -1.09e+03 5e+03 2.59e-06 0 5.69e+03 5.69e+03 expHall Transportation - 2 2.49e+03 -1.09e+03 5e+03 2.59e-06 0 0 5.69e+03 Tank Transportation - 3 5e+03 -2.28e+03 1.51e+03 2.59e-06 0 4.46e+03 1.01e+04 expHall Transportation - 4 5e+03 -2.28e+03 1.51e+03 2.59e-06 0 0 1.01e+04 Tank Transportation - 5 948 -5e+03 -3.73e+03 2.59e-06 0 7.16e+03 1.73e+04 expHall Transportation - 6 948 -5e+03 -3.73e+03 2.59e-06 0 0 1.73e+04 Tank Transportation - 7 285 -3.27e+03 -5e+03 2.59e-06 0 2.24e+03 1.96e+04 expHall Transportation - 8 285 -3.27e+03 -5e+03 2.59e-06 0 0 1.96e+04 Tank Transportation - 9 2.54e+03 -2.89e+03 -1.19e+03 2.59e-06 2.59e-06 4.44e+03 2.4e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.781 -0.102 0.508 0.307 0 0 1 Tank initStep - 12 0.784 -0.113 0.559 0.291 0.0156 0.0525 1.06 Tank Cerenkov - 13 0.795 -0.13 0.6 0.284 0.00667 0.0474 1.1 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.789 -0.121 0.578 3.37e-06 0 0 0 Tank initStep - 1 -5e+03 2.67e+03 -1.75e+03 3.37e-06 0 5.93e+03 5.93e+03 expHall Transportation - 2 -1e+04 8.37e+03 -5.31e+03 3.37e-06 0 8.38e+03 1.43e+04 world Transportation - 3 -1.5e+04 1.41e+04 -8.88e+03 3.37e-06 0 8.38e+03 2.27e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.793 -0.127 0.593 3.39e-06 0 0 0 Tank initStep - 1 762 -567 5e+03 3.39e-06 0 5.09e+03 5.09e+03 expHall Transportation - 2 2.63e+03 -937 1e+04 3.39e-06 0 5.35e+03 1.04e+04 world Transportation - 3 4.5e+03 -1.31e+03 1.5e+04 3.39e-06 0 5.35e+03 1.58e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.795 -0.13 0.6 0.284 0 0 1.1 Tank initStep - 14 0.811 -0.163 0.626 0.275 0.00955 0.0453 1.15 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.797 -0.136 0.605 3.85e-06 0 0 0 Tank initStep - 1 -5e+03 1.92e+03 -326 3.85e-06 0 5.37e+03 5.37e+03 expHall Transportation - 2 -1e+04 7.19e+03 789 3.85e-06 0 7.35e+03 1.27e+04 world Transportation - 3 -1.5e+04 1.25e+04 1.9e+03 3.85e-06 0 7.35e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.797 -0.136 0.605 3.7e-06 0 0 0 Tank initStep - 1 186 -551 225 3.7e-06 3.7e-06 623 623 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.811 -0.163 0.626 0.275 0 0 1.15 Tank initStep - 15 0.823 -0.197 0.649 0.267 0.00833 0.0423 1.19 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.819 -0.187 0.642 2.57e-06 0 0 0 Tank initStep - 1 -5e+03 2.35e+03 -652 2.57e-06 0 5.57e+03 5.57e+03 expHall Transportation - 2 -1e+04 9.97e+03 -2.15e+03 2.57e-06 0 9.24e+03 1.48e+04 world Transportation - 3 -1.33e+04 1.5e+04 -3.13e+03 2.57e-06 0 6.09e+03 2.09e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.823 -0.197 0.649 0.267 0 0 1.19 Tank initStep - 16 0.837 -0.23 0.666 0.258 0.00841 0.0398 1.23 Tank Cerenkov - 17 0.853 -0.26 0.678 0.252 0.0066 0.0374 1.27 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.839 -0.234 0.668 3.66e-06 0 0 0 Tank initStep - 1 -102 3.27e+03 -5e+03 3.66e-06 0 5.98e+03 5.98e+03 expHall Transportation - 2 -120 1e+04 -8.01e+03 3.66e-06 0 7.37e+03 1.33e+04 world Transportation - 3 -133 1.5e+04 -1.02e+04 3.66e-06 0 5.48e+03 1.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 0.853 -0.26 0.678 0.252 0 0 1.27 Tank initStep - 18 0.86 -0.286 0.7 0.244 0.0077 0.0348 1.3 Tank Cerenkov - 19 0.861 -0.29 0.704 0.243 0.000925 0.00553 1.31 Tank Cerenkov - 20 0.861 -0.292 0.705 0.243 0.000341 0.00203 1.31 Tank Cerenkov - 21 0.862 -0.292 0.705 0.243 7.92e-05 0.000737 1.31 Tank Cerenkov - 22 0.862 -0.293 0.706 0.243 3.22e-05 0.000437 1.31 Tank Cerenkov - 23 0.862 -0.293 0.706 0.242 6e-05 0.000315 1.31 Tank Cerenkov - 24 0.862 -0.293 0.706 0.242 0 8.8e-05 1.31 Tank Cerenkov - 25 0.862 -0.293 0.706 0.242 8.41e-06 8.8e-05 1.31 Tank Cerenkov - 26 0.862 -0.293 0.706 0.242 8.59e-06 5.62e-05 1.31 Tank Cerenkov - 27 0.862 -0.293 0.706 0.242 6.18e-06 2.36e-05 1.31 Tank Cerenkov - 28 0.862 -0.293 0.706 0.242 5.78e-08 2.21e-07 1.31 Tank Cerenkov - 29 0.862 -0.293 0.706 0.242 5.4e-10 2.07e-09 1.31 Tank Cerenkov - 30 0.862 -0.293 0.706 0.242 5.05e-12 1.93e-11 1.31 Tank Cerenkov - 31 0.862 -0.293 0.706 0.242 4.72e-14 1.8e-13 1.31 Tank Cerenkov - 32 0.893 -0.393 0.76 0.215 0.0276 0.133 1.45 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.887 -0.374 0.75 2.92e-06 0 0 0 Tank initStep - 1 264 -140 -789 2.92e-06 2.92e-06 845 845 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.893 -0.391 0.759 2.47e-06 0 0 0 Tank initStep - 1 2.84e+03 -3.68e+03 -5e+03 2.47e-06 0 6.82e+03 6.82e+03 expHall Transportation - 2 1e+04 -9.75e+03 -9.21e+03 2.47e-06 0 1.03e+04 1.71e+04 world Transportation - 3 1.5e+04 -1.4e+04 -1.21e+04 2.47e-06 0 7.18e+03 2.43e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 32 0.893 -0.393 0.76 0.215 0 0 1.45 Tank initStep - 33 0.918 -0.408 0.785 0.207 0.00811 0.0386 1.48 Tank msc - 34 0.983 -0.438 0.846 0.177 0.0297 0.106 1.59 Tank eIoni - 35 1.02 -0.459 0.909 0.134 0.0433 0.0861 1.68 Tank eIoni - 36 1.05 -0.447 0.947 0.115 0.0185 0.0597 1.74 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.04 -0.453 0.929 3.96e-06 0 0 0 Tank initStep - 1 476 2e+03 -461 3.96e-06 3.96e-06 2.11e+03 2.11e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 36 1.05 -0.447 0.947 0.115 0 0 1.74 Tank initStep - 37 1.06 -0.435 0.949 0.111 0.0041 0.0137 1.75 Tank msc - 38 1.07 -0.396 0.953 0.0933 0.0179 0.0477 1.8 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06 -0.405 0.952 4.06e-06 0 0 0 Tank initStep - 1 700 3.25e+03 -4.8e+03 4.06e-06 4.06e-06 5.84e+03 5.84e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 38 1.07 -0.396 0.953 0.0933 0 0 1.8 Tank initStep - 39 1.07 -0.39 0.955 0.0909 0.00235 0.00952 1.81 Tank msc - 40 1.1 -0.375 0.966 0.0759 0.0151 0.038 1.85 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.09 -0.378 0.963 3.94e-06 0 0 0 Tank initStep - 1 1.42e+03 5e+03 4.61e+03 3.94e-06 0 6.95e+03 6.95e+03 expHall Transportation - 2 1.42e+03 5e+03 4.61e+03 3.94e-06 0 0 6.95e+03 Tank Transportation - 3 1.67e+03 4.69e+03 5e+03 3.94e-06 0 557 7.51e+03 expHall Transportation - 4 1.67e+03 4.69e+03 5e+03 3.94e-06 0 0 7.51e+03 Tank Transportation - 5 4.1e+03 835 -5e+03 3.94e-06 0 1.1e+04 1.85e+04 expHall Transportation - 6 4.1e+03 835 -5e+03 3.94e-06 0 0 1.85e+04 Tank Transportation - 7 2.35e+03 -4.03e+03 5e+03 3.94e-06 0 1.13e+04 2.98e+04 expHall Transportation - 8 1.03e+03 -8.27e+03 1e+04 3.94e-06 0 6.69e+03 3.64e+04 world Transportation - 9 -298 -1.25e+04 1.5e+04 3.94e-06 0 6.69e+03 4.31e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 40 1.1 -0.375 0.966 0.0759 0 0 1.85 Tank initStep - 41 1.11 -0.377 0.963 0.0739 0.00201 0.00664 1.85 Tank msc - 42 1.13 -0.385 0.954 0.0645 0.00934 0.0308 1.88 Tank eIoni - 43 1.15 -0.392 0.952 0.0443 0.0202 0.0272 1.91 Tank eIoni - 44 1.15 -0.405 0.957 0.0305 0.0138 0.0199 1.93 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.402 0.956 4.09e-06 0 0 0 Tank initStep - 1 -673 -1e+03 -2.58e+03 4.09e-06 4.09e-06 2.85e+03 2.85e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 44 1.15 -0.405 0.957 0.0305 0 0 1.93 Tank initStep - 45 1.15 -0.404 0.958 0.0297 0.000855 0.00132 1.93 Tank msc - 46 1.15 -0.402 0.965 0.0116 0.0181 0.014 1.95 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.403 0.962 3.46e-06 0 0 0 Tank initStep - 1 -5e+03 2.49e+03 -1.46e+03 3.46e-06 0 5.78e+03 5.78e+03 expHall Transportation - 2 -5e+03 2.49e+03 -1.46e+03 3.46e-06 0 0 5.78e+03 Tank Transportation - 3 -800 4.14e+03 -5e+03 3.46e-06 0 5.73e+03 1.15e+04 expHall Transportation - 4 -800 4.14e+03 -5e+03 3.46e-06 0 0 1.15e+04 Tank Transportation - 5 1.17e+03 5e+03 -4.34e+03 3.46e-06 0 2.25e+03 1.38e+04 expHall Transportation - 6 1.17e+03 5e+03 -4.34e+03 3.46e-06 0 0 1.38e+04 Tank Transportation - 7 5e+03 -116 -4.18e+03 3.46e-06 0 6.39e+03 2.01e+04 expHall Transportation - 8 5e+03 -116 -4.18e+03 3.46e-06 0 0 2.01e+04 Tank Transportation - 9 -1.03e+03 -2.63e+03 -5e+03 3.46e-06 0 6.58e+03 2.67e+04 expHall Transportation - 10 -1.03e+03 -2.63e+03 -5e+03 3.46e-06 0 0 2.67e+04 Tank Transportation - 11 -5e+03 -4.54e+03 -1.81e+03 3.46e-06 0 5.44e+03 3.22e+04 expHall Transportation - 12 -5e+03 -4.54e+03 -1.81e+03 3.46e-06 0 0 3.22e+04 Tank Transportation - 13 -3.8e+03 -5e+03 -585 3.46e-06 0 1.77e+03 3.39e+04 expHall Transportation - 14 -3.8e+03 -5e+03 -585 3.46e-06 0 0 3.39e+04 Tank Transportation - 15 -1.86e+03 -680 2.36e+03 3.46e-06 0 5.58e+03 3.95e+04 Tank OpRayleigh - 16 -1.7e+03 -1.35e+03 5e+03 3.46e-06 0 2.73e+03 4.23e+04 expHall Transportation - 17 -650 -4.3e+03 1e+04 3.46e-06 0 5.9e+03 4.82e+04 world Transportation - 18 402 -7.24e+03 1.5e+04 3.46e-06 0 5.9e+03 5.4e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 46 1.15 -0.402 0.965 0.0116 0 0 1.95 Tank initStep - 47 1.15 -0.402 0.965 0.0113 0.000267 0.000231 1.95 Tank msc - 48 1.15 -0.401 0.964 0 0.0113 0.00277 1.95 Tank eIoni - 49 1.15 -0.401 0.964 0 0 0 1.95 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.401 0.964 0.511 0 0 0 Tank initStep - 1 -102 -5.65 110 0.175 1.36e-05 150 150 Tank compt - 2 -40 -45 38.6 0.106 2.92e-05 102 251 Tank compt - 3 -54.3 -30.5 70.2 0.1 1.42e-05 37.5 289 Tank compt - 4 -51.8 -34.3 87.6 0.0966 1.36e-05 18 307 Tank compt - 5 -60.2 -36.4 104 0.085 1.36e-05 18.8 326 Tank compt - 6 -63.4 42.7 141 0.0849 1.42e-05 87 413 Tank compt - 7 -70.4 129 172 0.077 2.92e-05 91.7 505 Tank compt - 8 -75.3 131 311 0.0747 1.42e-05 139 643 Tank compt - 9 -55.5 112 349 0.0612 1.36e-05 47 690 Tank compt - 10 -40.9 113 321 0.0595 1.42e-05 31.4 721 Tank compt - 11 -45.7 110 298 0.0591 2.92e-05 23.6 745 Tank compt - 12 -73.6 121 229 0.0564 0.000537 75.7 821 Tank compt - 13 -85.3 125 227 0.0503 0.000537 12.3 833 Tank compt - 14 -88.4 120 237 0.0469 2.92e-05 11 844 Tank compt - 15 -73.7 107 244 0.0384 1.42e-05 21.1 865 Tank compt - 16 -130 119 232 0.0369 1.42e-05 58.8 924 Tank compt - 17 -130 120 232 0.0362 1.42e-05 0.123 924 Tank compt - 18 -124 132 234 0.0356 1.42e-05 13.9 938 Tank compt - 19 -146 218 231 0.0352 1.36e-05 88.7 1.03e+03 Tank compt - 20 -152 224 230 0.0307 0.000537 8.5 1.04e+03 Tank compt - 21 -137 203 235 0.0307 0 26.5 1.06e+03 Tank Rayl - 22 -136 203 235 0 0.000537 0.313 1.06e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 203 235 0.0301 0 0 0 Tank initStep - 1 -136 203 235 0.0292 0.000888 0.00139 0.00139 Tank msc - 2 -136 203 235 0 0.0292 0.0144 0.0158 Tank eIoni - 3 -136 203 235 0 0 0 0.0158 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 203 235 3.48e-06 0 0 0 Tank initStep - 1 -143 3.64e+03 -5e+03 3.48e-06 0 6.26e+03 6.26e+03 expHall Transportation - 2 -143 3.64e+03 -5e+03 3.48e-06 0 0 6.26e+03 Tank Transportation - 3 1.66e+03 5e+03 -4.44e+03 3.48e-06 0 2.32e+03 8.59e+03 expHall Transportation - 4 1.66e+03 5e+03 -4.44e+03 3.48e-06 0 0 8.59e+03 Tank Transportation - 5 2.29e+03 3.95e+03 -5e+03 3.48e-06 0 1.35e+03 9.94e+03 expHall Transportation - 6 2.29e+03 3.95e+03 -5e+03 3.48e-06 0 0 9.94e+03 Tank Transportation - 7 5e+03 1.27e+03 -1.75e+03 3.48e-06 0 5.01e+03 1.49e+04 expHall Transportation - 8 5e+03 1.27e+03 -1.75e+03 3.48e-06 0 0 1.49e+04 Tank Transportation - 9 -394 -2.06e+03 5e+03 3.48e-06 0 9.26e+03 2.42e+04 expHall Transportation - 10 -394 -2.06e+03 5e+03 3.48e-06 0 0 2.42e+04 Tank Transportation - 11 -1.06e+03 -2.15e+03 4.39e+03 3.48e-06 0 904 2.51e+04 Tank OpRayleigh - 12 2.53e+03 -5e+03 -522 3.48e-06 0 6.72e+03 3.18e+04 expHall Transportation - 13 2.53e+03 -5e+03 -522 3.48e-06 0 0 3.18e+04 Tank Transportation - 14 3.15e+03 -3.77e+03 -1.91e+03 3.48e-06 3.48e-06 1.96e+03 3.38e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -152 224 230 0.00397 0 0 0 Tank initStep - 1 -152 224 230 0.00362 0.000352 3.97e-05 3.97e-05 Tank msc - 2 -152 224 230 0 0.00362 0.000423 0.000463 Tank eIoni - 3 -152 224 230 0 0 0 0.000463 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -146 218 231 0.000381 0 0 0 Tank initStep - 1 -146 218 231 0.000381 0 1.2e-06 1.2e-06 Tank msc - 2 -146 218 231 0 0.000381 1.49e-05 1.61e-05 Tank eIoni - 3 -146 218 231 0 0 0 1.61e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -124 132 234 0.000585 0 0 0 Tank initStep - 1 -124 132 234 0.0005 8.5e-05 2e-06 2e-06 Tank msc - 2 -124 132 234 0 0.0005 2.05e-05 2.25e-05 Tank eIoni - 3 -124 132 234 0 0 0 2.25e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -130 120 232 0.000671 0 0 0 Tank initStep - 1 -130 120 232 0.000671 0 2.4e-06 2.4e-06 Tank msc - 2 -130 120 232 0 0.000671 3e-05 3.23e-05 Tank eIoni - 3 -130 120 232 0 0 0 3.23e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -130 119 232 0.00149 0 0 0 Tank initStep - 1 -130 119 232 0.00147 2.54e-05 7.8e-06 7.8e-06 Tank msc - 2 -130 119 232 0 0.00147 9.49e-05 0.000103 Tank eIoni - 3 -130 119 232 0 0 0 0.000103 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.7 107 244 0.00857 0 0 0 Tank initStep - 1 -73.7 107 244 0.00826 0.000306 0.000151 0.000151 Tank msc - 2 -73.7 107 244 0 0.00826 0.00177 0.00192 Tank eIoni - 3 -73.7 107 244 0 0 0 0.00192 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -88.4 120 237 0.00333 0 0 0 Tank initStep - 1 -88.4 120 237 0.0033 2.36e-05 2.93e-05 2.93e-05 Tank msc - 2 -88.4 120 237 0 0.0033 0.000362 0.000392 Tank eIoni - 3 -88.4 120 237 0 0 0 0.000392 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -85.3 125 227 0.0056 0 0 0 Tank initStep - 1 -85.3 125 227 0.00545 0.000153 7.17e-05 7.17e-05 Tank msc - 2 -85.3 125 227 0 0.00545 0.000855 0.000926 Tank eIoni - 3 -85.3 125 227 0 0 0 0.000926 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.6 121 229 0.00216 0 0 0 Tank initStep - 1 -73.6 121 229 0.00214 2.53e-05 1.42e-05 1.42e-05 Tank msc - 2 -73.6 121 229 0 0.00214 0.000175 0.000189 Tank eIoni - 3 -73.6 121 229 0 0 0 0.000189 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.7 110 298 0.00034 0 0 0 Tank initStep - 1 -45.7 110 298 0.00034 0 1.06e-06 1.06e-06 Tank msc - 2 -45.7 110 298 0 0.00034 1.33e-05 1.43e-05 Tank eIoni - 3 -45.7 110 298 0 0 0 1.43e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.9 113 321 0.00168 0 0 0 Tank initStep - 1 -40.9 113 321 0.00163 5.84e-05 9.49e-06 9.49e-06 Tank msc - 2 -40.9 113 321 0 0.00163 0.000112 0.000122 Tank eIoni - 3 -40.9 113 321 0 0 0 0.000122 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.5 112 349 0.0134 0 0 0 Tank initStep - 1 -55.5 112 349 0.0132 0.000199 0.000333 0.000333 Tank msc - 2 -55.5 112 349 0 0.0132 0.00406 0.00439 Tank eIoni - 3 -55.5 112 349 0 0 0 0.00439 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.5 112 349 3.49e-06 0 0 0 Tank initStep - 1 959 -5e+03 257 3.49e-06 0 5.21e+03 5.21e+03 expHall Transportation - 2 2.88e+03 -1e+04 -1.26e+03 3.49e-06 0 5.57e+03 1.08e+04 world Transportation - 3 4.8e+03 -1.5e+04 -2.79e+03 3.49e-06 0 5.57e+03 1.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -75.3 131 311 0.00232 0 0 0 Tank initStep - 1 -75.3 131 311 0.00187 0.000447 1.6e-05 1.6e-05 Tank msc - 2 -75.3 131 311 0 0.00187 0.000141 0.000157 Tank eIoni - 3 -75.3 131 311 0 0 0 0.000157 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.4 129 172 0.00785 0 0 0 Tank initStep - 1 -70.4 129 172 0.00769 0.000167 0.00013 0.00013 Tank msc - 2 -70.4 129 172 0 0.00769 0.00156 0.00169 Tank eIoni - 3 -70.4 129 172 0 0 0 0.00169 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.4 42.7 141 6.11e-05 0 0 0 Tank initStep - 1 -63.4 42.7 141 0 6.11e-05 3.33e-07 3.33e-07 Tank msc - 2 -63.4 42.7 141 0 0 0 3.33e-07 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -60.2 -36.4 104 0.0116 0 0 0 Tank initStep - 1 -60.2 -36.4 104 0.00992 0.0017 0.000258 0.000258 Tank msc - 2 -60.2 -36.4 104 0 0.00992 0.00244 0.0027 Tank eIoni - 3 -60.2 -36.4 104 0 0 0 0.0027 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.8 -34.3 87.6 0.00337 0 0 0 Tank initStep - 1 -51.8 -34.3 87.6 0.00327 9.76e-05 3e-05 3e-05 Tank msc - 2 -51.8 -34.3 87.6 0 0.00327 0.000357 0.000387 Tank eIoni - 3 -51.8 -34.3 87.6 0 0 0 0.000387 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -54.3 -30.5 70.2 0.00634 0 0 0 Tank initStep - 1 -54.3 -30.5 70.2 0.00623 0.000116 8.91e-05 8.91e-05 Tank msc - 2 -54.3 -30.5 70.2 0 0.00623 0.00108 0.00117 Tank eIoni - 3 -54.3 -30.5 70.2 0 0 0 0.00117 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -45 38.6 0.0691 0 0 0 Tank initStep - 1 -40 -45 38.6 0.0656 0.00354 0.006 0.006 Tank msc - 2 -40 -45 38.6 0.0501 0.0155 0.0285 0.0345 Tank eIoni - 3 -40 -45 38.6 0.0359 0.0142 0.0226 0.0571 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 39 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -45 38.6 3.36e-06 0 0 0 Tank initStep - 1 -788 -878 3.57e+03 3.36e-06 3.36e-06 3.71e+03 3.71e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 39 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -45 38.6 2.1e-06 0 0 0 Tank initStep - 1 -1.14e+03 1.34e+03 -1.64e+03 2.1e-06 2.1e-06 2.44e+03 2.44e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 39 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -45 38.6 2.99e-06 0 0 0 Tank initStep - 1 -4.33e+03 -5e+03 -3.41e+03 2.99e-06 0 7.41e+03 7.41e+03 expHall Transportation - 2 -4.33e+03 -5e+03 -3.41e+03 2.99e-06 0 0 7.41e+03 Tank Transportation - 3 -5e+03 -4.03e+03 -3.38e+03 2.99e-06 0 1.18e+03 8.59e+03 expHall Transportation - 4 -5e+03 -4.03e+03 -3.38e+03 2.99e-06 0 0 8.59e+03 Tank Transportation - 5 111 5e+03 -2.53e+03 2.99e-06 0 1.04e+04 1.9e+04 expHall Transportation - 6 7.91e+03 1e+04 -1.87e+03 2.99e-06 0 9.29e+03 2.83e+04 world Transportation - 7 1.5e+04 1.45e+04 -1.27e+03 2.99e-06 0 8.44e+03 3.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -40 -45 38.6 0.0359 0 0 0.0571 Tank initStep - 4 -40 -45 38.6 0.0351 0.000818 0.00189 0.059 Tank msc - 5 -40 -45 38.6 0.0191 0.016 0.017 0.076 Tank eIoni - 6 -40 -45 38.6 0 0.0191 0.00777 0.0838 Tank eIoni - 7 -40 -45 38.6 0 0 0 0.0838 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.65 110 0.336 0 0 0 Tank initStep - 1 -102 -5.64 110 0.326 0.00981 0.0627 0.0627 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.65 110 2.55e-06 0 0 0 Tank initStep - 1 -3.25e+03 2.86e+03 5e+03 2.55e-06 0 6.48e+03 6.48e+03 expHall Transportation - 2 -3.25e+03 2.86e+03 5e+03 2.55e-06 0 0 6.48e+03 Tank Transportation - 3 -5e+03 4.48e+03 533 2.55e-06 0 5.06e+03 1.15e+04 expHall Transportation - 4 -5e+03 4.48e+03 533 2.55e-06 0 0 1.15e+04 Tank Transportation - 5 -4.08e+03 5e+03 -1.84e+03 2.55e-06 0 2.6e+03 1.41e+04 expHall Transportation - 6 -4.08e+03 5e+03 -1.84e+03 2.55e-06 0 0 1.41e+04 Tank Transportation - 7 -5e+03 4.03e+03 -3.24e+03 2.55e-06 0 1.93e+03 1.61e+04 expHall Transportation - 8 -5e+03 4.03e+03 -3.24e+03 2.55e-06 0 0 1.61e+04 Tank Transportation - 9 -4.79e+03 2.63e+03 -5e+03 2.55e-06 0 2.26e+03 1.83e+04 expHall Transportation - 10 -4.79e+03 2.63e+03 -5e+03 2.55e-06 0 0 1.83e+04 Tank Transportation - 11 -1.99e+03 -1.52e+03 5e+03 2.55e-06 0 1.12e+04 2.95e+04 expHall Transportation - 12 -1.99e+03 -1.52e+03 5e+03 2.55e-06 0 0 2.95e+04 Tank Transportation - 13 2.15e+03 -5e+03 -682 2.55e-06 0 7.85e+03 3.74e+04 expHall Transportation - 14 2.15e+03 -5e+03 -682 2.55e-06 0 0 3.74e+04 Tank Transportation - 15 5e+03 -2.44e+03 -4.26e+03 2.55e-06 0 5.24e+03 4.26e+04 expHall Transportation - 16 5e+03 -2.44e+03 -4.26e+03 2.55e-06 0 0 4.26e+04 Tank Transportation - 17 3.94e+03 -1.56e+03 -5e+03 2.55e-06 0 1.57e+03 4.42e+04 expHall Transportation - 18 -1e+04 8.97e+03 -5.3e+03 2.55e-06 0 1.75e+04 6.16e+04 world Transportation - 19 -1.5e+04 1.27e+04 -5.41e+03 2.55e-06 0 6.27e+03 6.79e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -102 -5.64 110 0.326 0 0 0.0627 Tank initStep - 2 -102 -5.64 110 0.312 0.0134 0.0592 0.122 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.64 110 2.81e-06 0 0 0 Tank initStep - 1 2.07e+03 3.13e+03 5e+03 2.81e-06 0 6.21e+03 6.21e+03 expHall Transportation - 2 2.07e+03 3.13e+03 5e+03 2.81e-06 0 0 6.21e+03 Tank Transportation - 3 3.01e+03 5e+03 1.69e+03 2.81e-06 0 3.91e+03 1.01e+04 expHall Transportation - 4 3.01e+03 5e+03 1.69e+03 2.81e-06 0 0 1.01e+04 Tank Transportation - 5 3.93e+03 3.94e+03 -3.36e+03 2.81e-06 2.81e-06 5.24e+03 1.54e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.64 110 3.17e-06 0 0 0 Tank initStep - 1 -3.37e+03 -1.1e+03 -5e+03 3.17e-06 0 6.16e+03 6.16e+03 expHall Transportation - 2 -3.37e+03 -1.1e+03 -5e+03 3.17e-06 0 0 6.16e+03 Tank Transportation - 3 -4.54e+03 -1.11e+03 -4.67e+03 3.17e-06 3.17e-06 1.21e+03 7.38e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.64 110 3.22e-06 0 0 0 Tank initStep - 1 5e+03 -1.32e+03 2.86e+03 3.22e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 8.91e+03 -2.9e+03 1e+04 3.22e-06 0 8.29e+03 1.42e+04 world Transportation - 3 1.16e+04 -4.01e+03 1.5e+04 3.22e-06 0 5.81e+03 2e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -102 -5.64 110 0.312 0 0 0.122 Tank initStep - 3 -102 -5.62 110 0.29 0.0219 0.0545 0.176 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.63 110 2.51e-06 0 0 0 Tank initStep - 1 -1.14e+03 -3.33e+03 5e+03 2.51e-06 0 6e+03 6e+03 expHall Transportation - 2 -1.14e+03 -3.33e+03 5e+03 2.51e-06 0 0 6e+03 Tank Transportation - 3 -2.68e+03 -5e+03 -1.56e+03 2.51e-06 0 6.94e+03 1.29e+04 expHall Transportation - 4 -2.68e+03 -5e+03 -1.56e+03 2.51e-06 0 0 1.29e+04 Tank Transportation - 5 -3.53e+03 -2.88e+03 -5e+03 2.51e-06 0 4.13e+03 1.71e+04 expHall Transportation - 6 -3.53e+03 -2.88e+03 -5e+03 2.51e-06 0 0 1.71e+04 Tank Transportation - 7 -3.35e+03 -2.28e+03 -4.23e+03 2.51e-06 2.51e-06 992 1.81e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -102 -5.62 110 0.29 0 0 0.176 Tank initStep - 4 -102 -5.59 110 0.278 0.013 0.0474 0.224 Tank Cerenkov - 5 -102 -5.55 110 0.241 0.0369 0.0434 0.267 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.56 110 3.37e-06 0 0 0 Tank initStep - 1 3.83e+03 -2.23e+03 -5e+03 3.37e-06 0 6.82e+03 6.82e+03 expHall Transportation - 2 3.83e+03 -2.23e+03 -5e+03 3.37e-06 0 0 6.82e+03 Tank Transportation - 3 5e+03 -2.92e+03 -4.53e+03 3.37e-06 0 1.44e+03 8.26e+03 expHall Transportation - 4 1e+04 -6.12e+03 -2.85e+03 3.37e-06 0 6.17e+03 1.44e+04 world Transportation - 5 1.5e+04 -9.32e+03 -1.18e+03 3.37e-06 0 6.17e+03 2.06e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.58 110 3.95e-06 0 0 0 Tank initStep - 1 -1.07e+03 301 5e+03 3.95e-06 0 5e+03 5e+03 expHall Transportation - 2 -2.91e+03 -788 1e+04 3.95e-06 0 5.44e+03 1.04e+04 world Transportation - 3 -4.74e+03 -1.88e+03 1.5e+04 3.95e-06 0 5.44e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -102 -5.55 110 0.241 0 0 0.267 Tank initStep - 6 -102 -5.51 110 0.229 0.0117 0.0477 0.315 Tank msc - 7 -102 -5.41 110 0.18 0.0487 0.126 0.441 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.42 110 2.2e-06 0 0 0 Tank initStep - 1 1.39e+03 4.01e+03 823 2.2e-06 2.2e-06 4.34e+03 4.34e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -102 -5.41 110 0.18 0 0 0.441 Tank initStep - 8 -102 -5.38 110 0.174 0.00589 0.0302 0.471 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.39 110 3.65e-06 0 0 0 Tank initStep - 1 -99.7 -1.05e+03 2.22e+03 3.65e-06 3.65e-06 2.35e+03 2.35e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -102 -5.38 110 0.174 0 0 0.471 Tank initStep - 9 -102 -5.36 110 0.167 0.00695 0.0286 0.5 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.38 110 2.44e-06 0 0 0 Tank initStep - 1 -130 5e+03 -1.83e+03 2.44e-06 0 5.37e+03 5.37e+03 expHall Transportation - 2 745 1e+04 -4.14e+03 2.44e-06 0 5.58e+03 1.09e+04 world Transportation - 3 1.62e+03 1.5e+04 -6.45e+03 2.44e-06 0 5.58e+03 1.65e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.36 110 2.82e-06 0 0 0 Tank initStep - 1 -5e+03 -2.83e+03 -4.9e+03 2.82e-06 0 7.55e+03 7.55e+03 expHall Transportation - 2 -5e+03 -2.83e+03 -4.9e+03 2.82e-06 0 0 7.55e+03 Tank Transportation - 3 -4.95e+03 -2.87e+03 -5e+03 2.82e-06 0 122 7.67e+03 expHall Transportation - 4 316 -8.46e+03 -1e+04 2.82e-06 0 9.16e+03 1.68e+04 world Transportation - 5 5.58e+03 -1.4e+04 -1.5e+04 2.82e-06 0 9.16e+03 2.6e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -102 -5.36 110 0.167 0 0 0.5 Tank initStep - 10 -102 -5.34 110 0.159 0.00843 0.0268 0.527 Tank msc - 11 -102 -5.29 110 0.129 0.0297 0.0773 0.604 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.31 110 2.4e-06 0 0 0 Tank initStep - 1 -5e+03 2.11e+03 3.52e+03 2.4e-06 0 6.34e+03 6.34e+03 expHall Transportation - 2 -5e+03 2.11e+03 3.52e+03 2.4e-06 0 0 6.34e+03 Tank Transportation - 3 -3.45e+03 3.85e+03 5e+03 2.4e-06 0 2.76e+03 9.1e+03 expHall Transportation - 4 -3.45e+03 3.85e+03 5e+03 2.4e-06 0 0 9.1e+03 Tank Transportation - 5 -2.8e+03 5e+03 2.55e+03 2.4e-06 0 2.78e+03 1.19e+04 expHall Transportation - 6 -2.8e+03 5e+03 2.55e+03 2.4e-06 0 0 1.19e+04 Tank Transportation - 7 -3.07e+03 766 -5e+03 2.4e-06 0 8.66e+03 2.05e+04 expHall Transportation - 8 -3.07e+03 766 -5e+03 2.4e-06 0 0 2.05e+04 Tank Transportation - 9 -2.74e+03 460 -4.69e+03 2.4e-06 2.4e-06 550 2.11e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.3 110 3.32e-06 0 0 0 Tank initStep - 1 -390 180 -5e+03 3.32e-06 0 5.12e+03 5.12e+03 expHall Transportation - 2 -2.08e+03 3.69e+03 -1e+04 3.32e-06 0 6.34e+03 1.15e+04 world Transportation - 3 -3.77e+03 7.19e+03 -1.5e+04 3.32e-06 0 6.34e+03 1.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -102 -5.29 110 0.129 0 0 0.604 Tank initStep - 12 -102 -5.27 110 0.122 0.00742 0.0175 0.621 Tank msc - 13 -102 -5.23 110 0.106 0.0158 0.0553 0.677 Tank eIoni - 14 -102 -5.2 110 0.0927 0.0134 0.0469 0.724 Tank eIoni - 15 -102 -5.18 110 0.0734 0.0193 0.0403 0.764 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.19 110 2.34e-06 0 0 0 Tank initStep - 1 742 -1.22e+03 5e+03 2.34e-06 0 5.11e+03 5.11e+03 expHall Transportation - 2 906 -3.86e+03 1e+04 2.34e-06 0 5.66e+03 1.08e+04 world Transportation - 3 1.07e+03 -6.5e+03 1.5e+04 2.34e-06 0 5.66e+03 1.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 -102 -5.18 110 0.0734 0 0 0.764 Tank initStep - 16 -102 -5.18 110 0.0703 0.00305 0.00666 0.771 Tank msc - 17 -102 -5.2 110 0.0545 0.0158 0.0304 0.801 Tank eIoni - 18 -102 -5.2 110 0.0363 0.0182 0.0243 0.825 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.2 110 3.44e-06 0 0 0 Tank initStep - 1 -832 -2.36e+03 5e+03 3.44e-06 0 5.47e+03 5.47e+03 expHall Transportation - 2 -2.34e+03 -7.32e+03 1e+04 3.44e-06 0 7.21e+03 1.27e+04 world Transportation - 3 -3.86e+03 -1.23e+04 1.5e+04 3.44e-06 0 7.21e+03 1.99e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 -102 -5.2 110 0.0363 0 0 0.825 Tank initStep - 19 -102 -5.2 110 0.0344 0.00186 0.00193 0.827 Tank msc - 20 -102 -5.19 110 0.00967 0.0247 0.0167 0.844 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.19 110 3.72e-06 0 0 0 Tank initStep - 1 1.86e+03 -2.07e+03 33.9 3.72e-06 3.72e-06 2.85e+03 2.85e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 38 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -102 -5.19 110 3.65e-06 0 0 0 Tank initStep - 1 1.81e+03 -3.24e+03 5e+03 3.65e-06 0 6.17e+03 6.17e+03 expHall Transportation - 2 5.31e+03 -4.22e+03 1e+04 3.65e-06 0 6.18e+03 1.24e+04 world Transportation - 3 8.82e+03 -5.2e+03 1.5e+04 3.65e-06 0 6.18e+03 1.85e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 -102 -5.19 110 0.00967 0 0 0.844 Tank initStep - 21 -102 -5.19 110 0.00945 0.00022 0.000187 0.844 Tank msc - 22 -102 -5.19 110 0 0.00945 0.00225 0.846 Tank eIoni - 23 -102 -5.19 110 0 0 0 0.846 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.401 0.964 0.511 0 0 0 Tank initStep - 1 160 7.7 -167 0.457 0.000537 231 231 Tank compt - 2 240 41.1 -204 0.191 1.36e-05 94.6 325 Tank compt - 3 230 46.3 -163 0.175 0.000537 42.6 368 Tank compt - 4 261 40.6 -77 0.166 1.36e-05 91.5 459 Tank compt - 5 246 28.8 -11.4 0.135 0.000537 68.3 528 Tank compt - 6 220 4.14 -21.3 0.093 0.000537 37.1 565 Tank compt - 7 244 22.4 21.3 0.0847 1.42e-05 52.2 617 Tank compt - 8 219 75.8 49 0.0689 0.000537 64.9 682 Tank compt - 9 176 19.9 52.1 0.0678 1.42e-05 70.8 753 Tank compt - 10 124 -6.07 76.7 0.0534 1.42e-05 62.8 816 Tank compt - 11 208 39.2 28.5 0 0.000537 107 922 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 208 39.2 28.5 0.0529 0 0 0 Tank initStep - 1 208 39.2 28.5 0.0519 0.00102 0.00375 0.00375 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 208 39.2 28.5 2.17e-06 0 0 0 Tank initStep - 1 -3.44e+03 -3.5e+03 -2.76e+03 2.17e-06 2.17e-06 5.8e+03 5.8e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 208 39.2 28.5 0.0519 0 0 0.00375 Tank initStep - 2 208 39.2 28.5 0.0495 0.00236 0.00362 0.00737 Tank msc - 3 208 39.2 28.5 0.0327 0.0168 0.0224 0.0298 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 208 39.2 28.5 2.37e-06 0 0 0 Tank initStep - 1 36.5 -1.62e+03 3.15e+03 2.37e-06 2.37e-06 3.54e+03 3.54e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 208 39.2 28.5 0.0327 0 0 0.0298 Tank initStep - 4 208 39.2 28.5 0.0107 0.022 0.00161 0.0314 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 91 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 208 39.2 28.5 3.66e-06 0 0 0 Tank initStep - 1 3.48e+03 2.32e+03 -5e+03 3.66e-06 0 6.42e+03 6.42e+03 expHall Transportation - 2 1e+04 5.14e+03 -9.68e+03 3.66e-06 0 8.51e+03 1.49e+04 world Transportation - 3 1.5e+04 7.3e+03 -1.33e+04 3.66e-06 0 6.53e+03 2.15e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 208 39.2 28.5 0.0107 0 0 0.0314 Tank initStep - 5 208 39.2 28.5 0.0102 0.0005 0.000225 0.0316 Tank msc - 6 208 39.2 28.4 0 0.0102 0.00259 0.0342 Tank eIoni - 7 208 39.2 28.4 0 0 0 0.0342 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 124 -6.07 76.7 0.0143 0 0 0 Tank initStep - 1 124 -6.07 76.7 0.0124 0.00191 0.000372 0.000372 Tank msc - 2 124 -6.08 76.7 0 0.0124 0.00362 0.00399 Tank eIoni - 3 124 -6.08 76.7 0 0 0 0.00399 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 176 19.9 52.1 0.00112 0 0 0 Tank initStep - 1 176 19.9 52.1 0.000967 0.000153 5.02e-06 5.02e-06 Tank msc - 2 176 19.9 52.1 0 0.000967 5.03e-05 5.54e-05 Tank eIoni - 3 176 19.9 52.1 0 0 0 5.54e-05 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 219 75.8 49 0.0153 0 0 0 Tank initStep - 1 219 75.8 49 0.015 0.000292 0.00042 0.00042 Tank msc - 2 219 75.8 49 0 0.015 0.00507 0.00549 Tank eIoni - 3 219 75.8 49 0 0 0 0.00549 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 244 22.4 21.3 0.00826 0 0 0 Tank initStep - 1 244 22.4 21.3 0.00797 0.000291 0.000142 0.000142 Tank msc - 2 244 22.4 21.3 0 0.00797 0.00166 0.0018 Tank eIoni - 3 244 22.4 21.3 0 0 0 0.0018 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 87 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 244 22.4 21.3 3.38e-06 0 0 0 Tank initStep - 1 -4.91e+03 411 -5e+03 3.38e-06 0 7.21e+03 7.21e+03 expHall Transportation - 2 -4.91e+03 411 -5e+03 3.38e-06 0 0 7.21e+03 Tank Transportation - 3 -5e+03 358 -4.83e+03 3.38e-06 0 195 7.4e+03 expHall Transportation - 4 -5e+03 358 -4.83e+03 3.38e-06 0 0 7.4e+03 Tank Transportation - 5 731 -2.68e+03 5e+03 3.38e-06 0 1.18e+04 1.92e+04 expHall Transportation - 6 5.95e+03 -7.03e+03 1e+04 3.38e-06 0 8.43e+03 2.76e+04 world Transportation - 7 1.12e+04 -1.14e+04 1.5e+04 3.38e-06 0 8.43e+03 3.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 4.14 -21.3 0.0417 0 0 0 Tank initStep - 1 220 4.14 -21.3 0.0397 0.002 0.00246 0.00246 Tank msc - 2 220 4.13 -21.3 0.0233 0.0164 0.0188 0.0213 Tank eIoni - 3 220 4.14 -21.3 0 0.0233 0.0109 0.0322 Tank eIoni - 4 220 4.14 -21.3 0 0 0 0.0322 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 4.13 -21.3 2.08e-06 0 0 0 Tank initStep - 1 -2.78e+03 -5e+03 -383 2.08e-06 0 5.85e+03 5.85e+03 expHall Transportation - 2 -8.82e+03 -1e+04 1.97e+03 2.08e-06 0 8.18e+03 1.4e+04 world Transportation - 3 -1.49e+04 -1.5e+04 4.32e+03 2.08e-06 0 8.18e+03 2.22e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 4.13 -21.3 4.09e-06 0 0 0 Tank initStep - 1 -4.04e+03 -1.42e+03 -2.58e+03 4.09e-06 4.09e-06 5.17e+03 5.17e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 220 4.14 -21.3 2.33e-06 0 0 0 Tank initStep - 1 3.17e+03 5e+03 -1.72e+03 2.33e-06 0 6.05e+03 6.05e+03 expHall Transportation - 2 1e+04 8.85e+03 -4.4e+03 2.33e-06 0 8.29e+03 1.43e+04 world Transportation - 3 1.5e+04 1.17e+04 -6.37e+03 2.33e-06 0 6.07e+03 2.04e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 246 28.8 -11.4 0.0302 0 0 0 Tank initStep - 1 246 28.8 -11.4 0.0291 0.0011 0.0014 0.0014 Tank msc - 2 246 28.8 -11.4 0.0094 0.0197 0.0144 0.0158 Tank eIoni - 3 246 28.8 -11.4 0 0.0094 0.00223 0.018 Tank eIoni - 4 246 28.8 -11.4 0 0 0 0.018 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 261 40.6 -77 0.00872 0 0 0 Tank initStep - 1 261 40.6 -77 0.00835 0.000368 0.000156 0.000156 Tank msc - 2 261 40.6 -77 0 0.00835 0.00181 0.00196 Tank eIoni - 3 261 40.6 -77 0 0 0 0.00196 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 84 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 261 40.6 -77 3.86e-06 0 0 0 Tank initStep - 1 -2.3e+03 -2.48e+03 5e+03 3.86e-06 0 6.22e+03 6.22e+03 expHall Transportation - 2 -6.48e+03 -8.64e+03 1e+04 3.86e-06 0 8.96e+03 1.52e+04 world Transportation - 3 -1.07e+04 -1.48e+04 1.5e+04 3.86e-06 0 8.96e+03 2.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 230 46.3 -163 0.016 0 0 0 Tank initStep - 1 230 46.3 -163 0.0154 0.000546 0.000453 0.000453 Tank msc - 2 230 46.3 -163 0 0.0154 0.00532 0.00578 Tank eIoni - 3 230 46.3 -163 0 0 0 0.00578 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.1 -204 0.266 0 0 0 Tank initStep - 1 240 41.1 -204 0.258 0.00789 0.04 0.04 Tank Cerenkov + 0 -149 -206 292 0.0466 0 0 0 Tank initStep + 1 -149 -206 292 0.0461 0.000585 0.00301 0.00301 Tank msc + 2 -149 -206 292 0.0354 0.0106 0.0212 0.0242 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 82 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.1 -204 2.48e-06 0 0 0 Tank initStep - 1 5e+03 1.08e+03 -2.72e+03 2.48e-06 0 5.48e+03 5.48e+03 expHall Transportation - 2 1e+04 3.45e+03 -7.29e+03 2.48e-06 0 7.17e+03 1.27e+04 world Transportation - 3 1.5e+04 5.82e+03 -1.19e+04 2.48e-06 0 7.17e+03 1.98e+04 OutOfWorld Transportation + 0 -149 -206 292 2.42e-06 0 0 0 Tank initStep + 1 -422 -305 -5e+03 2.42e-06 0 5.3e+03 5.3e+03 expHall Transportation + 2 -881 -1.01e+03 -1e+04 2.42e-06 0 5.07e+03 1.04e+04 world Transportation + 3 -1.34e+03 -1.71e+03 -1.5e+04 2.42e-06 0 5.07e+03 1.54e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 82 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 240 41.1 -204 0.258 0 0 0.04 Tank initStep - 2 240 41.1 -204 0.25 0.00822 0.0377 0.0777 Tank Cerenkov - 3 240 41.1 -204 0.243 0.00676 0.0283 0.106 Tank Cerenkov - 4 240 41.1 -204 0.243 0.000413 0.00199 0.108 Tank Cerenkov - 5 240 41.1 -204 0.242 0.000117 0.000385 0.108 Tank Cerenkov - 6 240 41.2 -204 0.211 0.0316 0.136 0.245 Tank eIoni + 0 -149 -206 292 3.01e-06 0 0 0 Tank initStep + 1 -400 2.76e+03 5e+03 3.01e-06 0 5.57e+03 5.57e+03 expHall Transportation + 2 1.32e+03 1e+04 6.07e+03 3.01e-06 0 7.52e+03 1.31e+04 world Transportation + 3 2.51e+03 1.5e+04 6.82e+03 3.01e-06 0 5.19e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -149 -206 292 0.0354 0 0 0.0242 Tank initStep + 3 -149 -206 292 0.0344 0.00107 0.00185 0.026 Tank msc + 4 -149 -206 292 0.0122 0.0222 0.0167 0.0428 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 82 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.1 -204 4.09e-06 0 0 0 Tank initStep - 1 1.48e+03 -1.25e+03 3.35e+03 4.09e-06 4.09e-06 3.98e+03 3.98e+03 Tank OpAbsorption + 0 -149 -206 292 3.62e-06 0 0 0 Tank initStep + 1 3.11e+03 4.06e+03 -5e+03 3.62e-06 0 7.54e+03 7.54e+03 expHall Transportation + 2 3.11e+03 4.06e+03 -5e+03 3.62e-06 0 0 7.54e+03 Tank Transportation + 3 3.74e+03 5e+03 -4e+03 3.62e-06 0 1.5e+03 9.04e+03 expHall Transportation + 4 3.74e+03 5e+03 -4e+03 3.62e-06 0 0 9.04e+03 Tank Transportation + 5 5e+03 3.85e+03 -1.81e+03 3.62e-06 0 2.78e+03 1.18e+04 expHall Transportation + 6 1e+04 4.07e+03 7.91e+03 3.62e-06 0 1.09e+04 2.28e+04 world Transportation + 7 1.36e+04 4.23e+03 1.5e+04 3.62e-06 0 7.97e+03 3.07e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 240 41.2 -204 0.211 0 0 0.245 Tank initStep - 7 240 41.2 -204 0.2 0.0105 0.0388 0.284 Tank msc - 8 240 41.2 -204 0.152 0.0487 0.105 0.389 Tank eIoni + 4 -149 -206 292 0.0122 0 0 0.0428 Tank initStep + 5 -149 -206 292 0.012 0.000194 0.00028 0.043 Tank msc + 6 -149 -206 292 0 0.012 0.00341 0.0464 Tank eIoni + 7 -149 -206 292 0 0 0 0.0464 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 82 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.92e-06 0 0 0 Tank initStep - 1 908 -4.87e+03 -5e+03 3.92e-06 0 6.9e+03 6.9e+03 expHall Transportation - 2 908 -4.87e+03 -5e+03 3.92e-06 0 0 6.9e+03 Tank Transportation - 3 948 -5e+03 -4.96e+03 3.92e-06 0 138 7.04e+03 expHall Transportation - 4 4.53e+03 -1e+04 1.45e+03 3.92e-06 0 8.88e+03 1.59e+04 world Transportation - 5 8.12e+03 -1.5e+04 7.86e+03 3.92e-06 0 8.88e+03 2.48e+04 OutOfWorld Transportation + 0 -267 -233 230 0.303 0 0 0 Tank initStep + 1 -267 -233 230 0.29 0.0139 0.0516 0.0516 Tank Cerenkov + 2 -267 -233 230 0.279 0.0111 0.0471 0.0987 Tank Cerenkov + 3 -267 -233 230 0.272 0.00644 0.0437 0.142 Tank Cerenkov + 4 -267 -233 230 0.262 0.00999 0.0418 0.184 Tank Cerenkov + 5 -267 -233 230 0.253 0.0092 0.0389 0.223 Tank Cerenkov + 6 -268 -233 230 0.244 0.00907 0.0363 0.259 Tank Cerenkov + 7 -268 -233 230 0.243 0.000441 0.00541 0.265 Tank Cerenkov + 8 -268 -233 230 0.243 0.00064 0.0037 0.269 Tank Cerenkov + 9 -268 -233 230 0.242 0.000925 0.00122 0.27 Tank Cerenkov + 10 -268 -233 230 0.214 0.0277 0.136 0.406 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.29e-06 0 0 0 Tank initStep - 1 3.92e+03 5e+03 -56.9 3.29e-06 0 6.17e+03 6.17e+03 expHall Transportation - 2 1e+04 7.2e+03 -1.53e+03 3.29e-06 0 6.63e+03 1.28e+04 world Transportation - 3 1.5e+04 9e+03 -2.75e+03 3.29e-06 0 5.45e+03 1.83e+04 OutOfWorld Transportation + 0 -268 -233 230 2.22e-06 0 0 0 Tank initStep + 1 -2.1e+03 5e+03 2.71e+03 2.22e-06 0 6.07e+03 6.07e+03 expHall Transportation + 2 -2.1e+03 5e+03 2.71e+03 2.22e-06 0 0 6.07e+03 Tank Transportation + 3 -3.98e+03 2.5e+03 5e+03 2.22e-06 0 3.87e+03 9.95e+03 expHall Transportation + 4 -3.98e+03 2.5e+03 5e+03 2.22e-06 0 0 9.95e+03 Tank Transportation + 5 -5e+03 2e+03 2.24e+03 2.22e-06 0 2.99e+03 1.29e+04 expHall Transportation + 6 -5e+03 2e+03 2.24e+03 2.22e-06 0 0 1.29e+04 Tank Transportation + 7 614 -1.69e+03 -5e+03 2.22e-06 0 9.87e+03 2.28e+04 expHall Transportation + 8 4.14e+03 -1.48e+03 -1e+04 2.22e-06 0 6.12e+03 2.89e+04 world Transportation + 9 7.66e+03 -1.28e+03 -1.5e+04 2.22e-06 0 6.12e+03 3.51e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 82 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.34e-06 0 0 0 Tank initStep - 1 5.88 2e+03 129 3.34e-06 3.34e-06 2e+03 2e+03 Bubble Transportation + 10 -268 -233 230 0.214 0 0 0.406 Tank initStep + 11 -268 -233 230 0.205 0.00937 0.0397 0.446 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 240 41.2 -204 0.152 0 0 0.389 Tank initStep - 9 240 41.2 -204 0.147 0.00516 0.0228 0.412 Tank msc - 10 240 41.1 -204 0.107 0.0394 0.0695 0.481 Tank eIoni + 0 -268 -233 230 2.56e-06 0 0 0 Tank initStep + 1 -4.14e+03 2.02e+03 -5e+03 2.56e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 -1e+04 4.73e+03 -9.54e+03 2.56e-06 0 7.89e+03 1.48e+04 world Transportation + 3 -1.5e+04 7.04e+03 -1.34e+04 2.56e-06 0 6.74e+03 2.15e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.7e-06 0 0 0 Tank initStep - 1 559 889 -712 3.7e-06 3.7e-06 1.04e+03 1.04e+03 Tank OpAbsorption + 0 -268 -233 230 3.16e-06 0 0 0 Tank initStep + 1 -3.82e+03 -5e+03 -2.79e+03 3.16e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 -3.82e+03 -5e+03 -2.79e+03 3.16e-06 0 0 6.67e+03 Tank Transportation + 3 -1.86e+03 -4.1e+03 -5e+03 3.16e-06 0 3.09e+03 9.76e+03 expHall Transportation + 4 -1.86e+03 -4.1e+03 -5e+03 3.16e-06 0 0 9.76e+03 Tank Transportation + 5 5e+03 1.76e+03 -2.25e+03 3.16e-06 0 9.43e+03 1.92e+04 expHall Transportation + 6 5e+03 1.76e+03 -2.25e+03 3.16e-06 0 0 1.92e+04 Tank Transportation + 7 1.59e+03 5e+03 -197 3.16e-06 0 5.13e+03 2.43e+04 expHall Transportation + 8 1.59e+03 5e+03 -197 3.16e-06 0 0 2.43e+04 Tank Transportation + 9 -1.01e+03 -2.1e+03 5e+03 3.16e-06 0 9.17e+03 3.35e+04 expHall Transportation + 10 -5.26e+03 -1e+04 7.07e+03 3.16e-06 0 9.21e+03 4.27e+04 world Transportation + 11 -7.95e+03 -1.5e+04 8.38e+03 3.16e-06 0 5.83e+03 4.85e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.59e-06 0 0 0 Tank initStep - 1 271 -545 -371 3.59e-06 3.59e-06 611 611 Tank OpAbsorption + 0 -268 -233 230 2.39e-06 0 0 0 Tank initStep + 1 -5e+03 -3.73e+03 2.29e+03 2.39e-06 0 6.24e+03 6.24e+03 expHall Transportation + 2 -8.15e+03 -1e+04 9.91e+03 2.39e-06 0 1.04e+04 1.66e+04 world Transportation + 3 -1.03e+04 -1.42e+04 1.5e+04 2.39e-06 0 6.91e+03 2.35e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 240 41.1 -204 0.107 0 0 0.481 Tank initStep - 11 240 41.2 -204 0.102 0.00492 0.0128 0.494 Tank msc - 12 240 41.2 -204 0.0841 0.0182 0.045 0.539 Tank eIoni + 11 -268 -233 230 0.205 0 0 0.446 Tank initStep + 12 -268 -233 230 0.195 0.00979 0.037 0.483 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.33e-06 0 0 0 Tank initStep - 1 -5e+03 -1.49e+03 -3.84e+03 3.33e-06 0 6.56e+03 6.56e+03 expHall Transportation - 2 -5e+03 -1.49e+03 -3.84e+03 3.33e-06 0 0 6.56e+03 Tank Transportation - 3 -3.55e+03 -1.61e+03 -5e+03 3.33e-06 0 1.86e+03 8.42e+03 expHall Transportation - 4 -3.55e+03 -1.61e+03 -5e+03 3.33e-06 0 0 8.42e+03 Tank Transportation - 5 1.58e+03 -3.2e+03 5e+03 3.33e-06 0 1.13e+04 1.98e+04 expHall Transportation - 6 1.58e+03 -3.2e+03 5e+03 3.33e-06 0 0 1.98e+04 Tank Transportation - 7 2.46e+03 -3.27e+03 4.61e+03 3.33e-06 3.33e-06 966 2.07e+04 Tank OpAbsorption + 0 -268 -233 230 3.12e-06 0 0 0 Tank initStep + 1 1.01e+03 -16.4 5e+03 3.12e-06 0 4.94e+03 4.94e+03 expHall Transportation + 2 3.46e+03 1.35e+03 1e+04 3.12e-06 0 5.73e+03 1.07e+04 world Transportation + 3 5.92e+03 2.71e+03 1.5e+04 3.12e-06 0 5.73e+03 1.64e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 240 41.2 -204 0.0841 0 0 0.539 Tank initStep - 13 240 41.2 -204 0.0809 0.00319 0.00844 0.547 Tank msc - 14 240 41.2 -204 0.0679 0.0129 0.0349 0.582 Tank eIoni - 15 240 41.2 -204 0.054 0.014 0.0295 0.612 Tank eIoni + 0 -268 -233 230 3.02e-06 0 0 0 Tank initStep + 1 -974 731 3.51e+03 3.02e-06 3.02e-06 3.49e+03 3.49e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 2.18e-06 0 0 0 Tank initStep - 1 -253 2e+03 378 2.18e-06 0 2.1e+03 2.1e+03 Bubble Transportation - 2 -357 2.29e+03 500 2.18e-06 0 328 2.43e+03 Tank Transportation + 0 -268 -233 230 3.81e-06 0 0 0 Tank initStep + 1 -1.3e+03 -785 -330 3.81e-06 3.81e-06 1.29e+03 1.29e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 240 41.2 -204 0.054 0 0 0.612 Tank initStep - 16 240 41.2 -204 0.0515 0.00248 0.00388 0.616 Tank msc - 17 240 41.2 -204 0.0373 0.0142 0.0231 0.639 Tank eIoni - 18 240 41.2 -204 0.0199 0.0174 0.0179 0.657 Tank eIoni + 12 -268 -233 230 0.195 0 0 0.483 Tank initStep + 13 -268 -233 230 0.187 0.00823 0.0342 0.517 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 2.4e-06 0 0 0 Tank initStep - 1 -4.63e+03 5e+03 -246 2.4e-06 0 6.95e+03 6.95e+03 expHall Transportation - 2 -4.63e+03 5e+03 -246 2.4e-06 0 0 6.95e+03 Tank Transportation - 3 -5e+03 4.66e+03 -297 2.4e-06 0 506 7.45e+03 expHall Transportation - 4 -9.65e+03 -1e+04 -6.9e+03 2.4e-06 0 1.67e+04 2.42e+04 world Transportation - 5 -1.12e+04 -1.5e+04 -9.15e+03 2.4e-06 0 5.71e+03 2.99e+04 OutOfWorld Transportation + 0 -268 -233 230 3.43e-06 0 0 0 Tank initStep + 1 5e+03 -3.97e+03 2.79e+03 3.43e-06 0 6.95e+03 6.95e+03 expHall Transportation + 2 5e+03 -3.97e+03 2.79e+03 3.43e-06 0 0 6.95e+03 Tank Transportation + 3 1.74e+03 -5e+03 3.78e+03 3.43e-06 0 3.55e+03 1.05e+04 expHall Transportation + 4 1.74e+03 -5e+03 3.78e+03 3.43e-06 0 0 1.05e+04 Tank Transportation + 5 -2.1e+03 -2.74e+03 5e+03 3.43e-06 0 4.63e+03 1.51e+04 expHall Transportation + 6 -2.1e+03 -2.74e+03 5e+03 3.43e-06 0 0 1.51e+04 Tank Transportation + 7 -5e+03 -3.35e+03 3.38e+03 3.43e-06 0 3.38e+03 1.85e+04 expHall Transportation + 8 -1e+04 -6.17e+03 -3.15e+03 3.43e-06 0 8.69e+03 2.72e+04 world Transportation + 9 -1.5e+04 -8.99e+03 -9.67e+03 3.43e-06 0 8.69e+03 3.59e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 240 41.2 -204 0.0199 0 0 0.657 Tank initStep - 19 240 41.2 -204 0.0195 0.000426 0.000668 0.657 Tank msc - 20 240 41.2 -204 0 0.0195 0.00804 0.665 Tank eIoni - 21 240 41.2 -204 0 0 0 0.665 Tank NoProcess + 13 -268 -233 230 0.187 0 0 0.517 Tank initStep + 14 -268 -233 230 0.181 0.00561 0.0319 0.549 Tank msc + 15 -268 -234 230 0.155 0.0264 0.0918 0.641 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 82 +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 240 41.2 -204 3.86e-06 0 0 0 Tank initStep - 1 4.31e+03 4.58e+03 372 3.86e-06 3.86e-06 6.12e+03 6.12e+03 Tank OpAbsorption + 0 -268 -233 230 3.66e-06 0 0 0 Tank initStep + 1 1.99e+03 -5e+03 -2.32e+03 3.66e-06 0 5.86e+03 5.86e+03 expHall Transportation + 2 1.99e+03 -5e+03 -2.32e+03 3.66e-06 0 0 5.86e+03 Tank Transportation + 3 5e+03 -3.21e+03 -4.34e+03 3.66e-06 0 4.04e+03 9.9e+03 expHall Transportation + 4 5e+03 -3.21e+03 -4.34e+03 3.66e-06 0 0 9.9e+03 Tank Transportation + 5 4.86e+03 -3.18e+03 -5e+03 3.66e-06 0 678 1.06e+04 expHall Transportation + 6 3.15e+03 -1.93e+03 -1e+04 3.66e-06 0 5.43e+03 1.6e+04 world Transportation + 7 1.44e+03 -669 -1.5e+04 3.66e-06 0 5.43e+03 2.14e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 160 7.7 -167 0.0534 0 0 0 Tank initStep - 1 160 7.7 -167 0.052 0.00144 0.00381 0.00381 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 81 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 160 7.7 -167 3.66e-06 0 0 0 Tank initStep - 1 4.64e+03 -5e+03 53.1 3.66e-06 0 6.72e+03 6.72e+03 expHall Transportation - 2 4.64e+03 -5e+03 53.1 3.66e-06 0 0 6.72e+03 Tank Transportation - 3 5e+03 -4.7e+03 38.2 3.66e-06 0 469 7.19e+03 expHall Transportation - 4 5e+03 -4.7e+03 38.2 3.66e-06 0 0 7.19e+03 Tank Transportation - 5 2.72e+03 -2.81e+03 -945 3.66e-06 3.66e-06 3.12e+03 1.03e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 36 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 160 7.7 -167 0.052 0 0 0.00381 Tank initStep - 2 160 7.7 -167 0.0496 0.0023 0.00363 0.00744 Tank msc - 3 160 7.7 -167 0.0297 0.0199 0.0225 0.0299 Tank eIoni + 15 -268 -234 230 0.155 0 0 0.641 Tank initStep + 16 -268 -234 230 0.148 0.0064 0.0235 0.664 Tank msc + 17 -268 -234 229 0.129 0.0195 0.0706 0.735 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 160 7.7 -167 3.82e-06 0 0 0 Tank initStep - 1 -184 287 -276 3.82e-06 3.82e-06 456 456 Tank OpAbsorption + 0 -268 -234 229 3.43e-06 0 0 0 Tank initStep + 1 -2.51e+03 4.68e+03 5e+03 3.43e-06 0 7.21e+03 7.21e+03 expHall Transportation + 2 -3.11e+03 1e+04 7.14e+03 3.43e-06 0 5.76e+03 1.3e+04 world Transportation + 3 -3.68e+03 1.5e+04 9.15e+03 3.43e-06 0 5.42e+03 1.84e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 36 +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 160 7.7 -167 0.0297 0 0 0.0299 Tank initStep - 4 160 7.69 -167 0.0288 0.000926 0.00136 0.0313 Tank msc - 5 160 7.69 -167 0.0116 0.0172 0.0142 0.0455 Tank eIoni + 0 -268 -234 229 2.41e-06 0 0 0 Tank initStep + 1 536 -5e+03 2.92e+03 2.41e-06 0 5.53e+03 5.53e+03 expHall Transportation + 2 504 -9.77e+03 1e+04 2.41e-06 0 8.54e+03 1.41e+04 world Transportation + 3 482 -1.31e+04 1.5e+04 2.41e-06 0 6.03e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 -268 -234 229 0.129 0 0 0.735 Tank initStep + 18 -268 -234 229 0.121 0.00785 0.0174 0.752 Tank msc + 19 -268 -234 229 0.102 0.0192 0.0548 0.807 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 160 7.69 -167 3.43e-06 0 0 0 Tank initStep - 1 -2.28e+03 1.68e+03 5e+03 3.43e-06 0 5.96e+03 5.96e+03 expHall Transportation - 2 -5.09e+03 1.35e+03 1e+04 3.43e-06 0 5.74e+03 1.17e+04 world Transportation - 3 -7.89e+03 1.01e+03 1.5e+04 3.43e-06 0 5.74e+03 1.74e+04 OutOfWorld Transportation + 0 -268 -234 229 3.92e-06 0 0 0 Tank initStep + 1 -4.72e+03 5e+03 2.21e+03 3.92e-06 0 7.15e+03 7.15e+03 expHall Transportation + 2 -4.72e+03 5e+03 2.21e+03 3.92e-06 0 0 7.15e+03 Tank Transportation + 3 -5e+03 4.74e+03 2.22e+03 3.92e-06 0 384 7.53e+03 expHall Transportation + 4 -5e+03 4.74e+03 2.22e+03 3.92e-06 0 0 7.53e+03 Tank Transportation + 5 -561 -135 5e+03 3.92e-06 0 7.15e+03 1.47e+04 expHall Transportation + 6 -561 -135 5e+03 3.92e-06 0 0 1.47e+04 Tank Transportation + 7 3.95e+03 -5e+03 2.8e+03 3.92e-06 0 6.99e+03 2.17e+04 expHall Transportation + 8 3.95e+03 -5e+03 2.8e+03 3.92e-06 0 0 2.17e+04 Tank Transportation + 9 4.27e+03 -4.48e+03 2.28e+03 3.92e-06 0 801 2.25e+04 Tank OpRayleigh + 10 5e+03 -3.59e+03 1.61e+03 3.92e-06 0 1.33e+03 2.38e+04 expHall Transportation + 11 5e+03 -3.59e+03 1.61e+03 3.92e-06 0 0 2.38e+04 Tank Transportation + 12 4.7e+03 -3.54e+03 1.42e+03 3.92e-06 3.92e-06 363 2.42e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 160 7.69 -167 0.0116 0 0 0.0455 Tank initStep - 6 160 7.69 -167 0.0101 0.00148 0.000258 0.0458 Tank msc + 19 -268 -234 229 0.102 0 0 0.807 Tank initStep + 20 -268 -234 229 0.0991 0.00271 0.0117 0.819 Tank msc + 21 -268 -234 229 0.0777 0.0214 0.0434 0.862 Tank eIoni + 22 -267 -234 229 0.0609 0.0168 0.0335 0.896 Tank eIoni + 23 -267 -234 229 0.0476 0.0134 0.0267 0.922 Tank eIoni + 24 -267 -234 229 0.0301 0.0175 0.0217 0.944 Tank eIoni + 25 -267 -234 229 0.0118 0.0183 0.0149 0.959 Tank eIoni ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 160 7.69 -167 2.57e-06 0 0 0 Tank initStep - 1 -2.63e+03 2.77e+03 5e+03 2.57e-06 0 6.49e+03 6.49e+03 expHall Transportation - 2 -1e+04 8.6e+03 9.89e+03 2.57e-06 0 1.06e+04 1.71e+04 world Transportation - 3 -1.5e+04 1.26e+04 1.32e+04 2.57e-06 0 7.19e+03 2.43e+04 OutOfWorld Transportation + 0 -267 -234 229 3.39e-06 0 0 0 Tank initStep + 1 -2.99e+03 5e+03 -3.99e+03 3.39e-06 0 7.25e+03 7.25e+03 expHall Transportation + 2 -2.99e+03 5e+03 -3.99e+03 3.39e-06 0 0 7.25e+03 Tank Transportation + 3 -2.85e+03 2.81e+03 -5e+03 3.39e-06 0 2.42e+03 9.67e+03 expHall Transportation + 4 -2.85e+03 2.81e+03 -5e+03 3.39e-06 0 0 9.67e+03 Tank Transportation + 5 -2.89e+03 -4.59e+03 3.82e+03 3.39e-06 3.39e-06 1.15e+04 2.12e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 41 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 160 7.69 -167 0.0101 0 0 0.0458 Tank initStep - 7 160 7.69 -167 0.0101 6.68e-05 0.000203 0.046 Tank msc - 8 160 7.69 -167 0 0.0101 0.00251 0.0485 Tank eIoni - 9 160 7.69 -167 0 0 0 0.0485 Tank NoProcess + 25 -267 -234 229 0.0118 0 0 0.959 Tank initStep + 26 -267 -234 229 0.0111 0.00071 0.000265 0.959 Tank msc + 27 -267 -234 229 0 0.0111 0.00297 0.962 Tank eIoni + 28 -267 -234 229 0 0 0 0.962 Tank NoProcess ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 160 7.69 -167 3.33e-06 0 0 0 Tank initStep - 1 -5e+03 -2.99e+03 -1.34e+03 3.33e-06 0 6.08e+03 6.08e+03 expHall Transportation - 2 -5e+03 -2.99e+03 -1.34e+03 3.33e-06 0 0 6.08e+03 Tank Transportation - 3 -3.59e+03 -5e+03 -918 3.33e-06 0 2.49e+03 8.58e+03 expHall Transportation - 4 8.55e+03 -1e+04 5.1e+03 3.33e-06 0 1.44e+04 2.3e+04 world Transportation - 5 1.5e+04 -1.27e+04 8.3e+03 3.33e-06 0 7.68e+03 3.07e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.15 -0.402 0.964 2.92e-06 0 0 0 Tank initStep - 1 5e+03 1.48e+03 2.97e+03 2.92e-06 0 6e+03 6e+03 expHall Transportation - 2 1e+04 5.19e+03 6.25e+03 2.92e-06 0 7.04e+03 1.3e+04 world Transportation - 3 1.5e+04 8.91e+03 9.54e+03 2.92e-06 0 7.04e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.134 -0.0213 0.0236 0.476 0.0238 0.139 0.139 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.105 -0.0167 0.0185 3.59e-06 0 0 0 Tank initStep - 1 1.82e+03 -2.93e+03 -5e+03 3.59e-06 0 6.08e+03 6.08e+03 expHall Transportation - 2 1.82e+03 -2.93e+03 -5e+03 3.59e-06 0 0 6.08e+03 Tank Transportation - 3 4.88e+03 -5e+03 -2.54e+03 3.59e-06 0 4.44e+03 1.05e+04 expHall Transportation - 4 4.88e+03 -5e+03 -2.54e+03 3.59e-06 0 0 1.05e+04 Tank Transportation - 5 5e+03 -4.91e+03 -2.44e+03 3.59e-06 0 180 1.07e+04 expHall Transportation - 6 5e+03 -4.91e+03 -2.44e+03 3.59e-06 0 0 1.07e+04 Tank Transportation - 7 3.09e+03 -1.72e+03 -167 3.59e-06 3.59e-06 4.35e+03 1.5e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0931 -0.0148 0.0164 2.75e-06 0 0 0 Tank initStep - 1 5e+03 -1.9e+03 -1.79e+03 2.75e-06 0 5.64e+03 5.64e+03 expHall Transportation - 2 5e+03 -1.9e+03 -1.79e+03 2.75e-06 0 0 5.64e+03 Tank Transportation - 3 1.84e+03 -5e+03 -4.38e+03 2.75e-06 0 5.13e+03 1.08e+04 expHall Transportation - 4 1.84e+03 -5e+03 -4.38e+03 2.75e-06 0 0 1.08e+04 Tank Transportation - 5 389 -2.59e+03 -5e+03 2.75e-06 0 2.88e+03 1.36e+04 expHall Transportation - 6 389 -2.59e+03 -5e+03 2.75e-06 0 0 1.36e+04 Tank Transportation - 7 -1.31e+03 -767 -3.15e+03 2.75e-06 2.75e-06 3.11e+03 1.68e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0782 -0.0124 0.0138 2.54e-06 0 0 0 Tank initStep - 1 5e+03 701 -1.4e+03 2.54e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 5e+03 701 -1.4e+03 2.54e-06 0 0 5.24e+03 Tank Transportation - 3 2.89e+03 5e+03 4.3e+03 2.54e-06 0 7.44e+03 1.27e+04 expHall Transportation - 4 2.89e+03 5e+03 4.3e+03 2.54e-06 0 0 1.27e+04 Tank Transportation - 5 3.03e+03 3.54e+03 5e+03 2.54e-06 0 1.62e+03 1.43e+04 expHall Transportation - 6 3.03e+03 3.54e+03 5e+03 2.54e-06 0 0 1.43e+04 Tank Transportation - 7 4.51e+03 -4.3e+03 -5e+03 2.54e-06 0 1.28e+04 2.71e+04 expHall Transportation - 8 4.51e+03 -4.3e+03 -5e+03 2.54e-06 0 0 2.71e+04 Tank Transportation - 9 4.72e+03 -5e+03 -4.12e+03 2.54e-06 0 1.14e+03 2.82e+04 expHall Transportation - 10 4.72e+03 -5e+03 -4.12e+03 2.54e-06 0 0 2.82e+04 Tank Transportation - 11 3.69e+03 -3.53e+03 -3.3e+03 2.54e-06 2.54e-06 1.97e+03 3.02e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0434 -0.00689 0.00764 3.6e-06 0 0 0 Tank initStep - 1 1.21e+03 -668 -344 3.6e-06 3.6e-06 1.42e+03 1.42e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.134 -0.0213 0.0236 0.476 0 0 0.139 Tank initStep - 2 0.244 -0.0508 0.0735 0.457 0.0188 0.127 0.266 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.19 -0.0362 0.0489 2.29e-06 0 0 0 Tank initStep - 1 3.56e+03 5e+03 2.26e+03 2.29e-06 0 6.54e+03 6.54e+03 expHall Transportation - 2 3.56e+03 5e+03 2.26e+03 2.29e-06 0 0 6.54e+03 Tank Transportation - 3 5e+03 3e+03 3.29e+03 2.29e-06 0 2.67e+03 9.21e+03 expHall Transportation - 4 5e+03 3e+03 3.29e+03 2.29e-06 0 0 9.21e+03 Tank Transportation - 5 3.61e+03 -855 5e+03 2.29e-06 0 4.44e+03 1.37e+04 expHall Transportation - 6 3.61e+03 -855 5e+03 2.29e-06 0 0 1.37e+04 Tank Transportation - 7 2.68e+03 -2.2e+03 3.43e+03 2.29e-06 2.29e-06 2.27e+03 1.59e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.184 -0.0345 0.0461 2.35e-06 0 0 0 Tank initStep - 1 217 -360 -81.8 2.35e-06 2.35e-06 428 428 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.221 -0.0446 0.063 4.06e-06 0 0 0 Tank initStep - 1 -2.19e+03 605 186 4.06e-06 4.06e-06 2.28e+03 2.28e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.154 -0.0265 0.0325 2.86e-06 0 0 0 Tank initStep - 1 2.05e+03 4.05e+03 -1.11e+03 2.86e-06 2.86e-06 4.67e+03 4.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.179 -0.0333 0.0439 4.03e-06 0 0 0 Tank initStep - 1 5e+03 1.67e+03 2.99e+03 4.03e-06 0 6.06e+03 6.06e+03 expHall Transportation - 2 1e+04 2.13e+03 7.53e+03 4.03e-06 0 6.76e+03 1.28e+04 world Transportation - 3 1.5e+04 2.6e+03 1.21e+04 4.03e-06 0 6.76e+03 1.96e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.195 -0.0375 0.0511 2.91e-06 0 0 0 Tank initStep - 1 4.56e+03 -4.76e+03 5e+03 2.91e-06 0 8.27e+03 8.27e+03 expHall Transportation - 2 4.56e+03 -4.76e+03 5e+03 2.91e-06 0 0 8.27e+03 Tank Transportation - 3 4.74e+03 -5e+03 4.56e+03 2.91e-06 0 535 8.8e+03 expHall Transportation - 4 4.74e+03 -5e+03 4.56e+03 2.91e-06 0 0 8.8e+03 Tank Transportation - 5 5e+03 -3.74e+03 4.4e+03 2.91e-06 0 1.3e+03 1.01e+04 expHall Transportation - 6 5e+03 -3.74e+03 4.4e+03 2.91e-06 0 0 1.01e+04 Tank Transportation - 7 4.46e+03 -1.88e+03 4.18e+03 2.91e-06 2.91e-06 1.95e+03 1.2e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.234 -0.048 0.0688 2.3e-06 0 0 0 Tank initStep - 1 5e+03 -4.28e+03 850 2.3e-06 0 6.64e+03 6.64e+03 expHall Transportation - 2 5e+03 -4.28e+03 850 2.3e-06 0 0 6.64e+03 Tank Transportation - 3 4.76e+03 -4.75e+03 816 2.3e-06 2.3e-06 523 7.16e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.244 -0.0508 0.0735 0.457 0 0 0.266 Tank initStep - 3 0.294 0.00163 0.145 0.441 0.0166 0.117 0.383 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.252 -0.0431 0.084 3.64e-06 0 0 0 Tank initStep - 1 1.72e+03 410 580 3.64e-06 3.64e-06 1.86e+03 1.86e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.294 0.00163 0.145 0.441 0 0 0.383 Tank initStep - 4 0.303 0.074 0.225 0.421 0.02 0.108 0.491 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.303 0.0674 0.218 4.01e-06 0 0 0 Tank initStep - 1 -1.12e+03 5e+03 2.21e+03 4.01e-06 0 5.58e+03 5.58e+03 expHall Transportation - 2 -1.12e+03 5e+03 2.21e+03 4.01e-06 0 0 5.58e+03 Tank Transportation - 3 -2.2e+03 1.96e+03 5e+03 4.01e-06 0 4.26e+03 9.85e+03 expHall Transportation - 4 -2.2e+03 1.96e+03 5e+03 4.01e-06 0 0 9.85e+03 Tank Transportation - 5 -5e+03 -944 2.31e+03 4.01e-06 0 4.85e+03 1.47e+04 expHall Transportation - 6 -5e+03 -944 2.31e+03 4.01e-06 0 0 1.47e+04 Tank Transportation - 7 -1.87e+03 -5e+03 641 4.01e-06 0 5.39e+03 2.01e+04 expHall Transportation - 8 -1.87e+03 -5e+03 641 4.01e-06 0 0 2.01e+04 Tank Transportation - 9 3.39e+03 1.85e+03 -5e+03 4.01e-06 0 1.03e+04 3.04e+04 expHall Transportation - 10 3.39e+03 1.85e+03 -5e+03 4.01e-06 0 0 3.04e+04 Tank Transportation - 11 4.81e+03 5e+03 -3.7e+03 4.01e-06 0 3.69e+03 3.41e+04 expHall Transportation - 12 1e+04 9.78e+03 -1.19e+03 4.01e-06 0 7.49e+03 4.16e+04 world Transportation - 13 1.5e+04 1.44e+04 1.23e+03 4.01e-06 0 7.21e+03 4.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.303 0.0695 0.22 3.72e-06 0 0 0 Tank initStep - 1 -716 1.47e+03 5e+03 3.72e-06 0 5.26e+03 5.26e+03 expHall Transportation - 2 -1.13e+03 5.61e+03 1e+04 3.72e-06 0 6.51e+03 1.18e+04 world Transportation - 3 -1.54e+03 9.76e+03 1.5e+04 3.72e-06 0 6.51e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.303 0.074 0.225 0.421 0 0 0.491 Tank initStep - 5 0.327 0.141 0.293 0.39 0.0313 0.0987 0.59 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.306 0.0822 0.233 3.79e-06 0 0 0 Tank initStep - 1 -2.36e+03 -1.99e+03 -463 3.79e-06 0 3.12e+03 3.12e+03 Tank OpRayleigh - 2 -2.27e+03 -2.02e+03 -1.02e+03 3.79e-06 3.79e-06 561 3.68e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.32 0.119 0.271 3.97e-06 0 0 0 Tank initStep - 1 158 109 147 3.97e-06 3.97e-06 241 241 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.309 0.0893 0.241 3.23e-06 0 0 0 Tank initStep - 1 -1.24e+03 4.82e+03 3.63e+03 3.23e-06 3.23e-06 6.16e+03 6.16e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 0.117 0.269 4.02e-06 0 0 0 Tank initStep - 1 726 634 2.27e+03 4.02e-06 0 2.47e+03 2.47e+03 Tank OpRayleigh - 2 5e+03 -1.85e+03 3.92e+03 4.02e-06 0 5.21e+03 7.68e+03 expHall Transportation - 3 5e+03 -1.85e+03 3.92e+03 4.02e-06 0 0 7.68e+03 Tank Transportation - 4 4.3e+03 -2.11e+03 5e+03 4.02e-06 0 1.31e+03 8.99e+03 expHall Transportation - 5 4.3e+03 -2.11e+03 5e+03 4.02e-06 0 0 8.99e+03 Tank Transportation - 6 2.88e+03 -2.18e+03 3.82e+03 4.02e-06 0 1.85e+03 1.08e+04 Tank OpRayleigh - 7 438 -1.5e+03 3.58e+03 4.02e-06 4.02e-06 2.54e+03 1.34e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.327 0.14 0.293 2.5e-06 0 0 0 Tank initStep - 1 1.06e+03 2.22e+03 790 2.5e-06 2.5e-06 2.59e+03 2.59e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 0.327 0.141 0.293 0.39 0 0 0.59 Tank initStep - 6 0.363 0.189 0.352 0.378 0.0118 0.0845 0.674 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.353 0.175 0.336 3.07e-06 0 0 0 Tank initStep - 1 129 196 78.6 3.07e-06 3.07e-06 247 247 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.363 0.189 0.352 0.378 0 0 0.674 Tank initStep - 7 0.41 0.231 0.4 0.365 0.0124 0.0795 0.754 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.402 0.224 0.392 3.5e-06 0 0 0 Tank initStep - 1 2.36e+03 1.33e+03 5e+03 3.5e-06 0 5.68e+03 5.68e+03 expHall Transportation - 2 2.36e+03 1.33e+03 5e+03 3.5e-06 0 0 5.68e+03 Tank Transportation - 3 5e+03 2.76e+03 3.35e+03 3.5e-06 0 3.43e+03 9.11e+03 expHall Transportation - 4 5e+03 2.76e+03 3.35e+03 3.5e-06 0 0 9.11e+03 Tank Transportation - 5 424 5e+03 243 3.5e-06 0 5.97e+03 1.51e+04 expHall Transportation - 6 424 5e+03 243 3.5e-06 0 0 1.51e+04 Tank Transportation - 7 -3.2e+03 2.17e+03 -5e+03 3.5e-06 0 6.97e+03 2.21e+04 expHall Transportation - 8 -3.2e+03 2.17e+03 -5e+03 3.5e-06 0 0 2.21e+04 Tank Transportation - 9 -5e+03 2.65e+03 -3e+03 3.5e-06 0 2.73e+03 2.48e+04 expHall Transportation - 10 -5e+03 2.65e+03 -3e+03 3.5e-06 0 0 2.48e+04 Tank Transportation - 11 -556 5e+03 1.67e+03 3.5e-06 0 6.86e+03 3.16e+04 expHall Transportation - 12 -556 5e+03 1.67e+03 3.5e-06 0 0 3.16e+04 Tank Transportation - 13 3.07e+03 3.28e+03 5e+03 3.5e-06 0 5.21e+03 3.69e+04 expHall Transportation - 14 3.07e+03 3.28e+03 5e+03 3.5e-06 0 0 3.69e+04 Tank Transportation - 15 5e+03 2.24e+03 3.93e+03 3.5e-06 0 2.45e+03 3.93e+04 expHall Transportation - 16 5e+03 2.24e+03 3.93e+03 3.5e-06 0 0 3.93e+04 Tank Transportation - 17 -1.19e+03 -5e+03 13.1 3.5e-06 0 1.03e+04 4.96e+04 expHall Transportation - 18 -1.19e+03 -5e+03 13.1 3.5e-06 0 0 4.96e+04 Tank Transportation - 19 -5e+03 -3.6e+03 -550 3.5e-06 0 4.1e+03 5.37e+04 expHall Transportation - 20 -5e+03 -3.6e+03 -550 3.5e-06 0 0 5.37e+04 Tank Transportation - 21 -4.62e+03 -2.85e+03 -994 3.5e-06 3.5e-06 954 5.47e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.378 0.202 0.367 3.71e-06 0 0 0 Tank initStep - 1 5e+03 1.18e+03 2.69e+03 3.71e-06 0 5.8e+03 5.8e+03 expHall Transportation - 2 5e+03 1.18e+03 2.69e+03 3.71e-06 0 0 5.8e+03 Tank Transportation - 3 711 5e+03 3.9e+03 3.71e-06 0 5.87e+03 1.17e+04 expHall Transportation - 4 711 5e+03 3.9e+03 3.71e-06 0 0 1.17e+04 Tank Transportation - 5 -206 2.04e+03 500 3.71e-06 3.71e-06 4.6e+03 1.63e+04 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.41 0.231 0.4 0.365 0 0 0.754 Tank initStep - 8 0.45 0.287 0.428 0.356 0.00915 0.0744 0.828 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.418 0.241 0.405 3.58e-06 0 0 0 Tank initStep - 1 548 5e+03 -4.24e+03 3.58e-06 0 6.58e+03 6.58e+03 expHall Transportation - 2 548 5e+03 -4.24e+03 3.58e-06 0 0 6.58e+03 Tank Transportation - 3 883 4.51e+03 -5e+03 3.58e-06 0 961 7.54e+03 expHall Transportation - 4 883 4.51e+03 -5e+03 3.58e-06 0 0 7.54e+03 Tank Transportation - 5 4.22e+03 -5e+03 1.69e+03 3.58e-06 0 1.21e+04 1.96e+04 expHall Transportation - 6 4.22e+03 -5e+03 1.69e+03 3.58e-06 0 0 1.96e+04 Tank Transportation - 7 4.67e+03 -1.88e+03 5e+03 3.58e-06 0 4.57e+03 2.42e+04 expHall Transportation - 8 4.67e+03 -1.88e+03 5e+03 3.58e-06 0 0 2.42e+04 Tank Transportation - 9 4.19e+03 -34.3 2.26e+03 3.58e-06 3.58e-06 3.34e+03 2.75e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 0.45 0.287 0.428 0.356 0 0 0.828 Tank initStep - 9 0.49 0.334 0.462 0.345 0.0112 0.0708 0.899 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.469 0.309 0.444 3.85e-06 0 0 0 Tank initStep - 1 -5e+03 -3.17e+03 675 3.85e-06 0 5.96e+03 5.96e+03 expHall Transportation - 2 -5e+03 -3.17e+03 675 3.85e-06 0 0 5.96e+03 Tank Transportation - 3 -2.26e+03 -5e+03 2.37e+03 3.85e-06 0 3.7e+03 9.66e+03 expHall Transportation - 4 -2.26e+03 -5e+03 2.37e+03 3.85e-06 0 0 9.66e+03 Tank Transportation - 5 5e+03 1.49e+03 4.77e+03 3.85e-06 0 1e+04 1.97e+04 expHall Transportation - 6 5e+03 1.49e+03 4.77e+03 3.85e-06 0 0 1.97e+04 Tank Transportation - 7 2.93e+03 5e+03 4.36e+03 3.85e-06 0 4.09e+03 2.38e+04 expHall Transportation - 8 -6.36e+03 1e+04 3.1e+03 3.85e-06 0 1.06e+04 3.44e+04 world Transportation - 9 -1.5e+04 1.47e+04 1.93e+03 3.85e-06 0 9.89e+03 4.43e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.49 0.334 0.462 0.345 0 0 0.899 Tank initStep - 10 0.535 0.364 0.499 0.332 0.013 0.0663 0.965 Tank Cerenkov - 11 0.572 0.399 0.53 0.324 0.00772 0.0614 1.03 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.557 0.385 0.518 3.33e-06 0 0 0 Tank initStep - 1 3.97e+03 900 -5e+03 3.33e-06 0 6.45e+03 6.45e+03 expHall Transportation - 2 3.97e+03 900 -5e+03 3.33e-06 0 0 6.45e+03 Tank Transportation - 3 5e+03 397 -4.18e+03 3.33e-06 0 1.41e+03 7.86e+03 expHall Transportation - 4 5e+03 397 -4.18e+03 3.33e-06 0 0 7.86e+03 Tank Transportation - 5 -5e+03 -1.25e+03 455 3.33e-06 0 1.11e+04 1.9e+04 expHall Transportation - 6 -5e+03 -1.25e+03 455 3.33e-06 0 0 1.9e+04 Tank Transportation - 7 -36.1 106 4.5e+03 3.33e-06 3.33e-06 6.55e+03 2.56e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.544 0.373 0.507 2.69e-06 0 0 0 Tank initStep - 1 2.12e+03 5e+03 2.9e+03 2.69e-06 0 6.16e+03 6.16e+03 expHall Transportation - 2 2.12e+03 5e+03 2.9e+03 2.69e-06 0 0 6.16e+03 Tank Transportation - 3 -1.74e+03 4.44e+03 5e+03 2.69e-06 0 4.43e+03 1.06e+04 expHall Transportation - 4 -1.74e+03 4.44e+03 5e+03 2.69e-06 0 0 1.06e+04 Tank Transportation - 5 -5e+03 3.81e+03 -221 2.69e-06 0 6.19e+03 1.68e+04 expHall Transportation - 6 -5e+03 3.81e+03 -221 2.69e-06 0 0 1.68e+04 Tank Transportation - 7 -3.87e+03 2.88e+03 -5e+03 2.69e-06 0 5e+03 2.18e+04 expHall Transportation - 8 -3.87e+03 2.88e+03 -5e+03 2.69e-06 0 0 2.18e+04 Tank Transportation - 9 -5e+03 2.59e+03 -4.89e+03 2.69e-06 0 1.17e+03 2.29e+04 expHall Transportation - 10 -1e+04 290 -3.26e+03 2.69e-06 0 5.74e+03 2.87e+04 world Transportation - 11 -1.5e+04 -2.01e+03 -1.63e+03 2.69e-06 0 5.74e+03 3.44e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.558 0.385 0.518 3.64e-06 0 0 0 Tank initStep - 1 2.03e+03 5e+03 2.9e+03 3.64e-06 0 6.13e+03 6.13e+03 expHall Transportation - 2 2.03e+03 5e+03 2.9e+03 3.64e-06 0 0 6.13e+03 Tank Transportation - 3 5e+03 724 4.93e+03 3.64e-06 0 5.58e+03 1.17e+04 expHall Transportation - 4 5e+03 724 4.93e+03 3.64e-06 0 0 1.17e+04 Tank Transportation - 5 4.91e+03 522 5e+03 3.64e-06 0 233 1.19e+04 expHall Transportation - 6 4.91e+03 522 5e+03 3.64e-06 0 0 1.19e+04 Tank Transportation - 7 3.28e+03 -5e+03 1.7e+03 3.64e-06 0 6.64e+03 1.86e+04 expHall Transportation - 8 -620 -1e+04 -7.48e+03 3.64e-06 0 1.12e+04 2.97e+04 world Transportation - 9 -3.81e+03 -1.41e+04 -1.5e+04 3.64e-06 0 9.14e+03 3.89e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 0.572 0.399 0.53 0.324 0 0 1.03 Tank initStep - 12 0.605 0.426 0.568 0.311 0.0137 0.0587 1.09 Tank Cerenkov - 13 0.628 0.449 0.61 0.296 0.0144 0.0539 1.14 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.611 0.432 0.579 3.26e-06 0 0 0 Tank initStep - 1 -2e+03 5e+03 180 3.26e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 -4.57e+03 1e+04 628 3.26e-06 0 5.64e+03 1.1e+04 world Transportation - 3 -7.14e+03 1.5e+04 1.08e+03 3.26e-06 0 5.64e+03 1.67e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 0.628 0.449 0.61 0.296 0 0 1.14 Tank initStep - 14 0.652 0.472 0.645 0.283 0.013 0.049 1.19 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.642 0.462 0.63 3.97e-06 0 0 0 Tank initStep - 1 1.03e+03 -3.03e+03 -330 3.97e-06 0 3.21e+03 3.21e+03 Tank OpRayleigh - 2 -265 1.4e+03 -353 3.97e-06 0 4.62e+03 7.83e+03 Tank OpRayleigh - 3 5e+03 3.45e+03 2.85e+03 3.97e-06 0 6.49e+03 1.43e+04 expHall Transportation - 4 5e+03 3.45e+03 2.85e+03 3.97e-06 0 0 1.43e+04 Tank Transportation - 5 3.64e+03 5e+03 4.08e+03 3.97e-06 0 2.4e+03 1.67e+04 expHall Transportation - 6 3.64e+03 5e+03 4.08e+03 3.97e-06 0 0 1.67e+04 Tank Transportation - 7 3.64e+03 4.22e+03 5e+03 3.97e-06 0 1.21e+03 1.79e+04 expHall Transportation - 8 3.64e+03 4.22e+03 5e+03 3.97e-06 0 0 1.79e+04 Tank Transportation - 9 1.31e+03 -1.41e+03 -5e+03 3.97e-06 0 1.17e+04 2.96e+04 expHall Transportation - 10 -4.57e+03 -1e+04 -6.81e+03 3.97e-06 0 1.06e+04 4.02e+04 world Transportation - 11 -7.99e+03 -1.5e+04 -7.86e+03 3.97e-06 0 6.15e+03 4.64e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 14 0.652 0.472 0.645 0.283 0 0 1.19 Tank initStep - 15 0.682 0.49 0.674 0.275 0.00809 0.0449 1.23 Tank Cerenkov - 16 0.711 0.504 0.7 0.269 0.00649 0.0424 1.28 Tank Cerenkov - 17 0.737 0.518 0.725 0.262 0.00655 0.0404 1.32 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.724 0.511 0.713 2.19e-06 0 0 0 Tank initStep - 1 -2.76e+03 -103 83.6 2.19e-06 2.19e-06 2.76e+03 2.76e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 17 0.737 0.518 0.725 0.262 0 0 1.32 Tank initStep - 18 0.763 0.545 0.733 0.257 0.00504 0.0385 1.35 Tank Cerenkov - 19 0.79 0.568 0.739 0.251 0.0062 0.0371 1.39 Tank Cerenkov - 20 0.809 0.592 0.743 0.246 0.00469 0.0321 1.42 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.806 0.588 0.742 2.1e-06 0 0 0 Tank initStep - 1 117 322 -1.23e+03 2.1e-06 2.1e-06 1.28e+03 1.28e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.794 0.573 0.74 3.51e-06 0 0 0 Tank initStep - 1 3.88e+03 5e+03 229 3.51e-06 0 6.33e+03 6.33e+03 expHall Transportation - 2 3.88e+03 5e+03 229 3.51e-06 0 0 6.33e+03 Tank Transportation - 3 5e+03 3.31e+03 915 3.51e-06 0 2.15e+03 8.48e+03 expHall Transportation - 4 5e+03 3.31e+03 915 3.51e-06 0 0 8.48e+03 Tank Transportation - 5 -3.79e+03 -5e+03 3.93e+03 3.51e-06 0 1.25e+04 2.09e+04 expHall Transportation - 6 -3.79e+03 -5e+03 3.93e+03 3.51e-06 0 0 2.09e+04 Tank Transportation - 7 -5e+03 -3.51e+03 4.45e+03 3.51e-06 0 1.98e+03 2.29e+04 expHall Transportation - 8 -5e+03 -3.51e+03 4.45e+03 3.51e-06 0 0 2.29e+04 Tank Transportation - 9 -4.71e+03 -3.29e+03 5e+03 3.51e-06 0 661 2.36e+04 expHall Transportation - 10 3.39e+03 3.59e+03 1e+04 3.51e-06 0 1.17e+04 3.53e+04 world Transportation - 11 1.15e+04 1.05e+04 1.5e+04 3.51e-06 0 1.17e+04 4.71e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 0.809 0.592 0.743 0.246 0 0 1.42 Tank initStep - 21 0.814 0.599 0.754 0.244 0.00271 0.0143 1.44 Tank Cerenkov - 22 0.816 0.601 0.757 0.234 0.00909 0.00401 1.44 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.815 0.599 0.755 3.79e-06 0 0 0 Tank initStep - 1 -2.86e+03 -5e+03 2.04e+03 3.79e-06 0 6.11e+03 6.11e+03 expHall Transportation - 2 -2.86e+03 -5e+03 2.04e+03 3.79e-06 0 0 6.11e+03 Tank Transportation - 3 -5e+03 -4.3e+03 -384 3.79e-06 0 3.31e+03 9.42e+03 expHall Transportation - 4 -5e+03 -4.3e+03 -384 3.79e-06 0 0 9.42e+03 Tank Transportation - 5 -4.81e+03 -4.42e+03 -490 3.79e-06 3.79e-06 246 9.66e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.815 0.599 0.755 3.8e-06 0 0 0 Tank initStep - 1 -1.79e+03 483 -919 3.8e-06 3.8e-06 2.07e+03 2.07e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 22 0.816 0.601 0.757 0.234 0 0 1.44 Tank initStep - 23 0.831 0.627 0.79 0.216 0.0189 0.0444 1.49 Tank msc - 24 0.875 0.68 0.861 0.191 0.0249 0.113 1.6 Tank eIoni - 25 0.949 0.717 0.876 0.167 0.024 0.0953 1.69 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.94 0.712 0.874 2.12e-06 0 0 0 Tank initStep - 1 -383 -5e+03 4.19e+03 2.12e-06 0 6.53e+03 6.53e+03 expHall Transportation - 2 -383 -5e+03 4.19e+03 2.12e-06 0 0 6.53e+03 Tank Transportation - 3 -2.01e+03 -4.07e+03 4.6e+03 2.12e-06 2.12e-06 1.91e+03 8.45e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.893 0.689 0.865 2.29e-06 0 0 0 Tank initStep - 1 3.75e+03 2.91e+03 -5e+03 2.29e-06 0 6.89e+03 6.89e+03 expHall Transportation - 2 3.75e+03 2.91e+03 -5e+03 2.29e-06 0 0 6.89e+03 Tank Transportation - 3 4.51e+03 3.13e+03 -4.63e+03 2.29e-06 2.29e-06 872 7.77e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 25 0.949 0.717 0.876 0.167 0 0 1.69 Tank initStep - 26 0.969 0.73 0.868 0.161 0.00599 0.0255 1.72 Tank msc - 27 1.02 0.77 0.851 0.137 0.0234 0.0756 1.8 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01 0.764 0.853 3.75e-06 0 0 0 Tank initStep - 1 -5e+03 -4.41e+03 1.8e+03 3.75e-06 0 6.9e+03 6.9e+03 expHall Transportation - 2 -5e+03 -4.41e+03 1.8e+03 3.75e-06 0 0 6.9e+03 Tank Transportation - 3 -4.75e+03 -5e+03 1.85e+03 3.75e-06 0 649 7.55e+03 expHall Transportation - 4 -1.78e+03 -1e+04 1.78e+03 3.75e-06 0 5.81e+03 1.34e+04 world Transportation - 5 1.18e+03 -1.5e+04 1.7e+03 3.75e-06 0 5.81e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.988 0.745 0.861 3.3e-06 0 0 0 Tank initStep - 1 -2.61e+03 3.12e+03 -5e+03 3.3e-06 0 6.45e+03 6.45e+03 expHall Transportation - 2 -2.61e+03 3.12e+03 -5e+03 3.3e-06 0 0 6.45e+03 Tank Transportation - 3 -5e+03 3.77e+03 -3e+03 3.3e-06 0 3.19e+03 9.63e+03 expHall Transportation - 4 -1e+04 5.92e+03 3.8e+03 3.3e-06 0 8.71e+03 1.83e+04 world Transportation - 5 -1.5e+04 8.08e+03 1.06e+04 3.3e-06 0 8.71e+03 2.7e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 27 1.02 0.77 0.851 0.137 0 0 1.8 Tank initStep - 28 1.04 0.778 0.85 0.123 0.0144 0.0184 1.81 Tank msc - 29 1.07 0.81 0.85 0.11 0.0132 0.0538 1.87 Tank eIoni - 30 1.1 0.825 0.857 0.0782 0.0315 0.0469 1.91 Tank eIoni + 0 -267 -234 229 3.45e-06 0 0 0 Tank initStep + 1 -4.19e+03 553 -5e+03 3.45e-06 0 6.58e+03 6.58e+03 expHall Transportation + 2 -4.19e+03 553 -5e+03 3.45e-06 0 0 6.58e+03 Tank Transportation + 3 -5e+03 342 -4.3e+03 3.45e-06 0 1.09e+03 7.68e+03 expHall Transportation + 4 -9.55e+03 -2.94e+03 1e+04 3.45e-06 0 1.54e+04 2.3e+04 world Transportation + 5 -1.11e+04 -4.09e+03 1.5e+04 3.45e-06 0 5.37e+03 2.84e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08 0.814 0.852 2.27e-06 0 0 0 Tank initStep - 1 -3.36e+03 3.18e+03 3.28e+03 2.27e-06 2.27e-06 5.67e+03 5.67e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 30 1.1 0.825 0.857 0.0782 0 0 1.91 Tank initStep - 31 1.11 0.826 0.851 0.0758 0.00241 0.00699 1.92 Tank msc - 32 1.13 0.831 0.832 0.0634 0.0123 0.0316 1.95 Tank eIoni - 33 1.12 0.811 0.835 0.0546 0.00888 0.0268 1.98 Tank eIoni - 34 1.11 0.797 0.841 0.0413 0.0132 0.0236 2 Tank eIoni - 35 1.11 0.785 0.845 0.0301 0.0112 0.0188 2.02 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.11 0.795 0.842 2.4e-06 0 0 0 Tank initStep - 1 4.6e+03 5e+03 -2.31e+03 2.4e-06 0 7.18e+03 7.18e+03 expHall Transportation - 2 4.6e+03 5e+03 -2.31e+03 2.4e-06 0 0 7.18e+03 Tank Transportation - 3 5e+03 4.52e+03 -2.68e+03 2.4e-06 0 722 7.9e+03 expHall Transportation - 4 5e+03 4.52e+03 -2.68e+03 2.4e-06 0 0 7.9e+03 Tank Transportation - 5 1.88e+03 3.1e+03 -1.63e+03 2.4e-06 2.4e-06 3.58e+03 1.15e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.11 0.794 0.842 3.05e-06 0 0 0 Tank initStep - 1 -1.19e+03 -1.28e+03 5e+03 3.05e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 -1.19e+03 -1.28e+03 5e+03 3.05e-06 0 0 5.3e+03 Tank Transportation - 3 -1.72e+03 -1.26e+03 4.62e+03 3.05e-06 3.05e-06 652 5.95e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 35 1.11 0.785 0.845 0.0301 0 0 2.02 Tank initStep - 36 1.11 0.784 0.845 0.0288 0.00128 0.00128 2.02 Tank msc - 37 1.11 0.779 0.84 0.00582 0.023 0.0136 2.04 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.11 0.78 0.841 2.44e-06 0 0 0 Tank initStep - 1 -4.78e+03 244 -1.48e+03 2.44e-06 0 5.01e+03 5.01e+03 Tank OpRayleigh - 2 -1.06e+03 -769 -5e+03 2.44e-06 0 5.22e+03 1.02e+04 expHall Transportation - 3 -1.06e+03 -769 -5e+03 2.44e-06 0 0 1.02e+04 Tank Transportation - 4 -818 -1.9e+03 -3.44e+03 2.44e-06 2.44e-06 1.94e+03 1.22e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 37 1.11 0.779 0.84 0.00582 0 0 2.04 Tank initStep - 38 1.11 0.779 0.84 0.00556 0.000261 6.84e-05 2.04 Tank msc - 39 1.11 0.779 0.84 0 0.00556 0.000787 2.04 Tank eIoni - 40 1.11 0.779 0.84 0 0 0 2.04 Tank Scintillation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.11 0.779 0.84 0.511 0 0 0 Tank initStep - 1 -52.3 -46.1 -22.4 0.47 0.000537 74.8 74.8 Tank compt - 2 -69.4 -72.8 -23 0.172 0.000537 31.8 107 Tank compt - 3 -41.6 -29.8 -38.4 0.103 1.42e-05 53.5 160 Tank compt - 4 -51 -58.9 -31.3 0.0926 1.42e-05 31.4 191 Tank compt - 5 -281 -114 -93.7 0.0852 2.92e-05 245 436 Tank compt - 6 -293 -121 -81.7 0.0654 1.36e-05 18.5 455 Tank compt - 7 -285 -48.4 -141 0.0639 1.36e-05 94.3 549 Tank compt - 8 -277 -42.1 -147 0.0639 0 11.9 561 Tank Rayl - 9 -246 -16.4 -174 0.0539 1.36e-05 48.8 610 Tank compt - 10 -197 -272 -102 0.0472 1.42e-05 270 880 Tank compt - 11 -135 -228 -104 0.0432 2.92e-05 75.9 956 Tank compt - 12 -148 -187 -162 0.037 1.42e-05 71.7 1.03e+03 Tank compt - 13 -143 -205 -139 0.0345 0.000537 30 1.06e+03 Tank compt - 14 -147 -210 -142 0 0.000537 6.58 1.06e+03 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 -210 -142 0.034 0 0 0 Tank initStep - 1 -147 -210 -142 0.0334 0.000589 0.00171 0.00171 Tank msc - 2 -147 -210 -142 0.0204 0.013 0.0163 0.018 Tank eIoni - 3 -147 -210 -142 0 0.0204 0.00868 0.0267 Tank eIoni - 4 -147 -210 -142 0 0 0 0.0267 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 -210 -142 2.22e-06 0 0 0 Tank initStep - 1 -2.73e+03 4.74e+03 -4.25e+03 2.22e-06 2.22e-06 6.93e+03 6.93e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 -210 -142 2.67e-06 0 0 0 Tank initStep - 1 4.14e+03 5e+03 -45.3 2.67e-06 0 6.75e+03 6.75e+03 expHall Transportation - 2 1e+04 7.14e+03 306 2.67e-06 0 6.25e+03 1.3e+04 world Transportation - 3 1.5e+04 8.96e+03 606 2.67e-06 0 5.33e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 -210 -142 3.1e-06 0 0 0 Tank initStep - 1 -2.25e+03 1.24e+03 5e+03 3.1e-06 0 5.74e+03 5.74e+03 expHall Transportation - 2 -4.32e+03 4.49e+03 1e+04 3.1e-06 0 6.31e+03 1.21e+04 world Transportation - 3 -6.4e+03 7.74e+03 1.5e+04 3.1e-06 0 6.31e+03 1.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -143 -205 -139 0.00193 0 0 0 Tank initStep - 1 -143 -205 -139 0.0017 0.000228 1.18e-05 1.18e-05 Tank msc - 2 -143 -205 -139 0 0.0017 0.00012 0.000132 Tank eIoni - 3 -143 -205 -139 0 0 0 0.000132 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -148 -187 -162 0.00623 0 0 0 Tank initStep - 1 -148 -187 -162 0.00617 6.22e-05 8.63e-05 8.63e-05 Tank msc - 2 -148 -187 -162 0 0.00617 0.00106 0.00115 Tank eIoni - 3 -148 -187 -162 0 0 0 0.00115 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -135 -228 -104 0.00398 0 0 0 Tank initStep - 1 -135 -228 -104 0.00272 0.00126 3.98e-05 3.98e-05 Tank msc - 2 -135 -228 -104 0 0.00272 0.000261 0.000301 Tank eIoni - 3 -135 -228 -104 0 0 0 0.000301 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -197 -272 -102 0.00668 0 0 0 Tank initStep - 1 -197 -272 -102 0.00636 0.000317 9.76e-05 9.76e-05 Tank msc - 2 -197 -272 -102 0 0.00636 0.00112 0.00122 Tank eIoni - 3 -197 -272 -102 0 0 0 0.00122 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -246 -16.4 -174 0.00997 0 0 0 Tank initStep - 1 -246 -16.4 -174 0.00947 0.000497 0.000197 0.000197 Tank msc - 2 -246 -16.4 -174 0 0.00947 0.00226 0.00245 Tank eIoni - 3 -246 -16.4 -174 0 0 0 0.00245 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -285 -48.4 -141 0.0015 0 0 0 Tank initStep - 1 -285 -48.4 -141 0.00149 1.07e-05 7.88e-06 7.88e-06 Tank msc - 2 -285 -48.4 -141 0 0.00149 9.74e-05 0.000105 Tank eIoni - 3 -285 -48.4 -141 0 0 0 0.000105 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -293 -121 -81.7 0.0198 0 0 0 Tank initStep - 1 -293 -121 -81.7 0.0188 0.000995 0.000663 0.000663 Tank msc - 2 -293 -121 -81.7 0 0.0188 0.00757 0.00823 Tank eIoni - 3 -293 -121 -81.7 0 0 0 0.00823 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -281 -114 -93.7 0.00731 0 0 0 Tank initStep - 1 -281 -114 -93.7 0.00724 7.49e-05 0.000114 0.000114 Tank msc - 2 -281 -114 -93.7 0 0.00724 0.00141 0.00152 Tank eIoni - 3 -281 -114 -93.7 0 0 0 0.00152 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 50 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -281 -114 -93.7 3.65e-06 0 0 0 Tank initStep - 1 376 2.58e+03 -4.23e+03 3.65e-06 3.65e-06 4.98e+03 4.98e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51 -58.9 -31.3 0.0107 0 0 0 Tank initStep - 1 -51 -58.9 -31.3 0.0102 0.000462 0.000223 0.000223 Tank msc - 2 -51 -58.9 -31.3 0 0.0102 0.00258 0.0028 Tank eIoni - 3 -51 -58.9 -31.3 0 0 0 0.0028 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 49 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51 -58.9 -31.3 3.37e-06 0 0 0 Tank initStep - 1 -1.38e+03 -5e+03 158 3.37e-06 0 5.12e+03 5.12e+03 expHall Transportation - 2 -3.44e+03 -1e+04 1.19e+03 3.37e-06 0 5.51e+03 1.06e+04 world Transportation - 3 -5.51e+03 -1.5e+04 2.22e+03 3.37e-06 0 5.51e+03 1.61e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.6 -29.8 -38.4 0.0689 0 0 0 Tank initStep - 1 -41.6 -29.8 -38.4 0.0654 0.0035 0.00597 0.00597 Tank msc - 2 -41.6 -29.8 -38.4 0.056 0.00939 0.0284 0.0344 Tank eIoni - 3 -41.6 -29.7 -38.4 0.0438 0.0123 0.0248 0.0592 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.6 -29.7 -38.4 3.91e-06 0 0 0 Tank initStep - 1 2.25e+03 -5e+03 -1.8e+03 3.91e-06 0 5.75e+03 5.75e+03 expHall Transportation - 2 1e+04 -9.97e+03 -8.07e+03 3.91e-06 0 1.11e+04 1.69e+04 world Transportation - 3 1.5e+04 -1.32e+04 -1.21e+04 3.91e-06 0 7.19e+03 2.41e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -41.6 -29.7 -38.4 0.0438 0 0 0.0592 Tank initStep - 4 -41.6 -29.7 -38.4 0.043 0.000725 0.00269 0.0619 Tank msc - 5 -41.6 -29.7 -38.4 0.0243 0.0188 0.0201 0.082 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.6 -29.7 -38.4 2.55e-06 0 0 0 Tank initStep - 1 4.71e+03 -3.66e+03 5e+03 2.55e-06 0 7.82e+03 7.82e+03 expHall Transportation - 2 4.71e+03 -3.66e+03 5e+03 2.55e-06 0 0 7.82e+03 Tank Transportation - 3 5e+03 -3.59e+03 4.2e+03 2.55e-06 0 854 8.67e+03 expHall Transportation - 4 5e+03 -3.59e+03 4.2e+03 2.55e-06 0 0 8.67e+03 Tank Transportation - 5 3.46e+03 -5e+03 3.18e+03 2.55e-06 0 2.32e+03 1.1e+04 expHall Transportation - 6 3.46e+03 -5e+03 3.18e+03 2.55e-06 0 0 1.1e+04 Tank Transportation - 7 -312 -3.22e+03 1.22e+03 2.55e-06 2.55e-06 4.61e+03 1.56e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.6 -29.7 -38.4 3.15e-06 0 0 0 Tank initStep - 1 941 3.77e+03 -5e+03 3.15e-06 0 6.33e+03 6.33e+03 expHall Transportation - 2 3.74e+03 6.7e+03 -1e+04 3.15e-06 0 6.44e+03 1.28e+04 world Transportation - 3 6.55e+03 9.63e+03 -1.5e+04 3.15e-06 0 6.44e+03 1.92e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 48 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.6 -29.7 -38.4 2.09e-06 0 0 0 Tank initStep - 1 -2.49e+03 -2.92e+03 4.87e+03 2.09e-06 2.09e-06 6.2e+03 6.2e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -41.6 -29.7 -38.4 0.0243 0 0 0.082 Tank initStep - 6 -41.6 -29.7 -38.4 0.0236 0.000621 0.000946 0.0829 Tank msc - 7 -41.6 -29.7 -38.4 0.00403 0.0196 0.0112 0.0941 Tank eIoni - 8 -41.6 -29.7 -38.4 0 0.00403 0.00051 0.0946 Tank eIoni - 9 -41.6 -29.7 -38.4 0 0 0 0.0946 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.4 -72.8 -23 0.297 0 0 0 Tank initStep - 1 -69.5 -72.9 -23 0.283 0.0137 0.0495 0.0495 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.5 -72.9 -23 3.82e-06 0 0 0 Tank initStep - 1 -1.68e+03 5e+03 896 3.82e-06 0 5.4e+03 5.4e+03 expHall Transportation - 2 -1.68e+03 5e+03 896 3.82e-06 0 0 5.4e+03 Tank Transportation - 3 -4.9e+03 809 5e+03 3.82e-06 0 6.69e+03 1.21e+04 expHall Transportation - 4 -4.9e+03 809 5e+03 3.82e-06 0 0 1.21e+04 Tank Transportation - 5 -3.38e+03 -5e+03 -1.17e+03 3.82e-06 0 8.61e+03 2.07e+04 expHall Transportation - 6 -3.38e+03 -5e+03 -1.17e+03 3.82e-06 0 0 2.07e+04 Tank Transportation - 7 -3.73e+03 -4.56e+03 -5e+03 3.82e-06 0 3.88e+03 2.46e+04 expHall Transportation - 8 -3.91e+03 -3.15e+03 -1e+04 3.82e-06 0 5.2e+03 2.98e+04 world Transportation - 9 -4.08e+03 -1.74e+03 -1.5e+04 3.82e-06 0 5.2e+03 3.5e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -69.5 -72.9 -23 0.283 0 0 0.0495 Tank initStep - 2 -69.5 -72.9 -23 0.273 0.0106 0.0451 0.0946 Tank Cerenkov - 3 -69.5 -72.9 -23 0.261 0.0116 0.042 0.137 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.5 -72.9 -23 3.48e-06 0 0 0 Tank initStep - 1 -3.38e+03 -5e+03 -3.95e+03 3.48e-06 0 7.12e+03 7.12e+03 expHall Transportation - 2 -3.38e+03 -5e+03 -3.95e+03 3.48e-06 0 0 7.12e+03 Tank Transportation - 3 -4.28e+03 -3.91e+03 -5e+03 3.48e-06 0 1.76e+03 8.88e+03 expHall Transportation - 4 -4.28e+03 -3.91e+03 -5e+03 3.48e-06 0 0 8.88e+03 Tank Transportation - 5 -5e+03 -3.6e+03 -3.63e+03 3.48e-06 0 1.58e+03 1.05e+04 expHall Transportation - 6 -5e+03 -3.6e+03 -3.63e+03 3.48e-06 0 0 1.05e+04 Tank Transportation - 7 5e+03 4.16e+03 -823 3.48e-06 0 1.3e+04 2.34e+04 expHall Transportation - 8 5e+03 4.16e+03 -823 3.48e-06 0 0 2.34e+04 Tank Transportation - 9 4.88e+03 4.79e+03 -797 3.48e-06 0 640 2.41e+04 Tank OpRayleigh - 10 5e+03 4.79e+03 -791 3.48e-06 0 120 2.42e+04 expHall Transportation - 11 1e+04 5.03e+03 -1.02e+03 3.48e-06 0 5.01e+03 2.92e+04 world Transportation - 12 1.5e+04 5.28e+03 -1.24e+03 3.48e-06 0 5.01e+03 3.42e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -69.5 -72.9 -23 0.261 0 0 0.137 Tank initStep - 4 -69.6 -73 -23 0.247 0.0141 0.0386 0.175 Tank Cerenkov - 5 -69.6 -73 -23 0.234 0.0134 0.0177 0.193 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.6 -73 -23 3.09e-06 0 0 0 Tank initStep - 1 -2.23e+03 5e+03 -3.88e+03 3.09e-06 0 6.73e+03 6.73e+03 expHall Transportation - 2 -2.23e+03 5e+03 -3.88e+03 3.09e-06 0 0 6.73e+03 Tank Transportation - 3 -3.21e+03 4.29e+03 -5e+03 3.09e-06 0 1.66e+03 8.38e+03 expHall Transportation - 4 -3.21e+03 4.29e+03 -5e+03 3.09e-06 0 0 8.38e+03 Tank Transportation - 5 -5e+03 3.77e+03 -3.65e+03 3.09e-06 0 2.3e+03 1.07e+04 expHall Transportation - 6 -5e+03 3.77e+03 -3.65e+03 3.09e-06 0 0 1.07e+04 Tank Transportation - 7 1.27e+03 -5e+03 1.01e+03 3.09e-06 0 1.17e+04 2.24e+04 expHall Transportation - 8 1.27e+03 -5e+03 1.01e+03 3.09e-06 0 0 2.24e+04 Tank Transportation - 9 4.21e+03 1.44e+03 5e+03 3.09e-06 0 8.13e+03 3.06e+04 expHall Transportation - 10 4.21e+03 1.44e+03 5e+03 3.09e-06 0 0 3.06e+04 Tank Transportation - 11 4.65e+03 2.61e+03 4.91e+03 3.09e-06 3.09e-06 1.25e+03 3.18e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -69.6 -73 -23 0.234 0 0 0.193 Tank initStep - 6 -69.6 -73 -23 0.227 0.00691 0.0455 0.238 Tank msc - 7 -69.7 -73 -23 0.198 0.0292 0.124 0.363 Tank eIoni - 8 -69.8 -73 -23 0.172 0.0258 0.103 0.466 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.7 -73 -23 2.88e-06 0 0 0 Tank initStep - 1 -5e+03 -160 4.58e+03 2.88e-06 0 6.75e+03 6.75e+03 expHall Transportation - 2 -5e+03 -160 4.58e+03 2.88e-06 0 0 6.75e+03 Tank Transportation - 3 -4.3e+03 -349 5e+03 2.88e-06 0 838 7.59e+03 expHall Transportation - 4 -4.3e+03 -349 5e+03 2.88e-06 0 0 7.59e+03 Tank Transportation - 5 5e+03 -2.82e+03 -3.34e+03 2.88e-06 0 1.27e+04 2.03e+04 expHall Transportation - 6 5e+03 -2.82e+03 -3.34e+03 2.88e-06 0 0 2.03e+04 Tank Transportation - 7 3.14e+03 -3e+03 -5e+03 2.88e-06 0 2.5e+03 2.28e+04 expHall Transportation - 8 -1e+04 -2.08e+03 -6.17e+03 2.88e-06 0 1.32e+04 3.6e+04 world Transportation - 9 -1.5e+04 -1.73e+03 -6.62e+03 2.88e-06 0 5.03e+03 4.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -69.8 -73 -23 0.172 0 0 0.466 Tank initStep - 9 -69.8 -73.1 -23 0.163 0.00905 0.0279 0.494 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.1 -23 3.84e-06 0 0 0 Tank initStep - 1 -482 456 5e+03 3.84e-06 0 5.07e+03 5.07e+03 expHall Transportation - 2 -1.28e+03 2.04e+03 1e+04 3.84e-06 0 5.31e+03 1.04e+04 world Transportation - 3 -2.08e+03 3.63e+03 1.5e+04 3.84e-06 0 5.31e+03 1.57e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 -69.8 -73.1 -23 0.163 0 0 0.494 Tank initStep - 10 -69.8 -73.1 -23 0.157 0.00591 0.0255 0.519 Tank msc - 11 -69.8 -73.2 -23 0.134 0.0222 0.0758 0.595 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.1 -23 4e-06 0 0 0 Tank initStep - 1 103 1.32e+03 5e+03 4e-06 0 5.21e+03 5.21e+03 expHall Transportation - 2 103 1.32e+03 5e+03 4e-06 0 0 5.21e+03 Tank Transportation - 3 -278 1.34e+03 3.59e+03 4e-06 4e-06 1.46e+03 6.68e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 -69.8 -73.2 -23 0.134 0 0 0.595 Tank initStep - 12 -69.8 -73.2 -23 0.13 0.00415 0.0187 0.614 Tank msc - 13 -69.8 -73.2 -23 0.105 0.0256 0.06 0.674 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.2 -23 3.61e-06 0 0 0 Tank initStep - 1 -4.4e+03 -1.93e+03 -5e+03 3.61e-06 0 6.85e+03 6.85e+03 expHall Transportation - 2 -1e+04 -2.72e+03 -6.54e+03 3.61e-06 0 5.86e+03 1.27e+04 world Transportation - 3 -1.5e+04 -3.44e+03 -7.92e+03 3.61e-06 0 5.24e+03 1.8e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 -69.8 -73.2 -23 0.105 0 0 0.674 Tank initStep - 14 -69.8 -73.2 -23 0.101 0.00375 0.0123 0.686 Tank msc - 15 -69.8 -73.2 -23 0.0843 0.0167 0.0443 0.731 Tank eIoni - 16 -69.8 -73.2 -23 0.0703 0.014 0.0364 0.767 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.2 -23 3.44e-06 0 0 0 Tank initStep - 1 -5e+03 -28.1 1.29e+03 3.44e-06 0 5.1e+03 5.1e+03 expHall Transportation - 2 -1e+04 2.88e+03 7.5e+03 3.44e-06 0 8.49e+03 1.36e+04 world Transportation - 3 -1.5e+04 5.78e+03 1.37e+04 3.44e-06 0 8.49e+03 2.21e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 -69.8 -73.2 -23 0.0703 0 0 0.767 Tank initStep - 17 -69.8 -73.2 -23 0.0682 0.00211 0.00618 0.773 Tank msc - 18 -69.8 -73.2 -23 0.0567 0.0115 0.0296 0.803 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.2 -23 2.18e-06 0 0 0 Tank initStep - 1 -1.33e+03 3.39e+03 2.39e+03 2.18e-06 2.18e-06 4.4e+03 4.4e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 18 -69.8 -73.2 -23 0.0567 0 0 0.803 Tank initStep - 19 -69.8 -73.3 -23 0.054 0.00269 0.00423 0.807 Tank msc - 20 -69.8 -73.3 -23 0.0149 0.0391 0.0241 0.831 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.3 -23 2.39e-06 0 0 0 Tank initStep - 1 -1.68e+03 5e+03 1.15e+03 2.39e-06 0 5.45e+03 5.45e+03 expHall Transportation - 2 -1.68e+03 5e+03 1.15e+03 2.39e-06 0 0 5.45e+03 Tank Transportation - 3 -5e+03 3.18e+03 2.48e+03 2.39e-06 0 4.02e+03 9.47e+03 expHall Transportation - 4 -5e+03 3.18e+03 2.48e+03 2.39e-06 0 0 9.47e+03 Tank Transportation - 5 5e+03 -3.87e+03 4.29e+03 2.39e-06 0 1.24e+04 2.18e+04 expHall Transportation - 6 8.05e+03 -1e+04 8.34e+03 2.39e-06 0 7.95e+03 2.98e+04 world Transportation - 7 1.05e+04 -1.5e+04 1.16e+04 2.39e-06 0 6.49e+03 3.63e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.3 -23 3.98e-06 0 0 0 Tank initStep - 1 -2.56e+03 -3.37e+03 5e+03 3.98e-06 0 6.51e+03 6.51e+03 expHall Transportation - 2 -2.56e+03 -3.37e+03 5e+03 3.98e-06 0 0 6.51e+03 Tank Transportation - 3 -3.57e+03 -3.69e+03 1.62e+03 3.98e-06 3.98e-06 3.54e+03 1.01e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.3 -23 3.75e-06 0 0 0 Tank initStep - 1 1.83e+03 3.61e+03 -1.06e+03 3.75e-06 3.75e-06 4.27e+03 4.27e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 20 -69.8 -73.3 -23 0.0149 0 0 0.831 Tank initStep - 21 -69.8 -73.3 -23 0.0148 6.45e-05 0.000399 0.831 Tank msc - 22 -69.8 -73.3 -23 0 0.0148 0.00495 0.836 Tank eIoni - 23 -69.8 -73.3 -23 0 0 0 0.836 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.3 -23 2.38e-06 0 0 0 Tank initStep - 1 -2.06e+03 33.7 -5e+03 2.38e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 -5.89e+03 958 -1e+04 2.38e-06 0 6.37e+03 1.17e+04 world Transportation - 3 -9.73e+03 1.88e+03 -1.5e+04 2.38e-06 0 6.37e+03 1.81e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 47 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.8 -73.3 -23 4.08e-06 0 0 0 Tank initStep - 1 -2.39e+03 -844 1.97e+03 4.08e-06 4.08e-06 3.15e+03 3.15e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.3 -46.1 -22.4 0.0408 0 0 0 Tank initStep - 1 -52.3 -46.1 -22.4 0.039 0.00175 0.00237 0.00237 Tank msc - 2 -52.3 -46.1 -22.4 0.0235 0.0155 0.0186 0.0209 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.3 -46.1 -22.4 3.84e-06 0 0 0 Tank initStep - 1 -188 124 -100 3.84e-06 3.84e-06 231 231 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.3 -46.1 -22.4 2.69e-06 0 0 0 Tank initStep - 1 792 2.3e+03 5e+03 2.69e-06 0 5.61e+03 5.61e+03 expHall Transportation - 2 792 2.3e+03 5e+03 2.69e-06 0 0 5.61e+03 Tank Transportation - 3 1.87e+03 5e+03 2.55e+03 2.69e-06 0 3.81e+03 9.41e+03 expHall Transportation - 4 1.87e+03 5e+03 2.55e+03 2.69e-06 0 0 9.41e+03 Tank Transportation - 5 3.57e+03 4.51e+03 -5e+03 2.69e-06 0 7.75e+03 1.72e+04 expHall Transportation - 6 4.56e+03 3.49e+03 -1e+04 2.69e-06 0 5.2e+03 2.24e+04 world Transportation - 7 5.56e+03 2.46e+03 -1.5e+04 2.69e-06 0 5.2e+03 2.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -52.3 -46.1 -22.4 0.0235 0 0 0.0209 Tank initStep - 3 -52.3 -46.1 -22.4 0.0197 0.00386 0.000896 0.0218 Tank msc - 4 -52.3 -46.1 -22.4 0 0.0197 0.00817 0.03 Tank eIoni - 5 -52.3 -46.1 -22.4 0 0 0 0.03 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 46 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -52.3 -46.1 -22.4 3.37e-06 0 0 0 Tank initStep - 1 -5e+03 4.06e+03 4.18e+03 3.37e-06 0 7.68e+03 7.68e+03 expHall Transportation - 2 -5e+03 4.06e+03 4.18e+03 3.37e-06 0 0 7.68e+03 Tank Transportation - 3 -4.97e+03 4.1e+03 4.19e+03 3.37e-06 3.37e-06 49.2 7.73e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.11 0.779 0.84 0.511 0 0 0 Tank initStep - 1 5.69 4.8 2.84 0.207 1.42e-05 6.41 6.41 Tank compt - 2 -101 26.6 37.4 0.118 0.000537 114 120 Tank compt - 3 -97 22 36.7 0.115 1.42e-05 5.98 126 Tank compt - 4 -67.8 8.96 30.9 0.0914 1.42e-05 32.5 159 Tank compt - 5 -71.8 3.68 44.8 0.0771 0.000537 15.4 174 Tank compt - 6 -111 52.9 62.6 0.0771 0 65.3 240 Tank Rayl - 7 -117 60.7 64.4 0.0741 1.36e-05 10.3 250 Tank compt - 8 -145 112 136 0.0661 1.42e-05 92.4 342 Tank compt - 9 -133 120 140 0.0661 0 15 357 Tank Rayl - 10 -23 208 152 0.0538 1.36e-05 141 499 Tank compt - 11 -24.4 203 152 0.0538 0 4.98 504 Tank Rayl - 12 -20.4 196 156 0.0523 1.42e-05 8.9 513 Tank compt - 13 -19.6 192 165 0.0443 2.92e-05 10.6 523 Tank compt - 14 9.16 218 129 0 0.000537 53.1 576 Tank phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.16 218 129 0.0438 0 0 0 Tank initStep - 1 9.16 218 129 0.0402 0.00363 0.00269 0.00269 Tank msc - 2 9.17 218 129 0.0234 0.0167 0.019 0.0217 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 95 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.16 218 129 2.21e-06 0 0 0 Tank initStep - 1 368 2e+03 -177 2.21e-06 2.21e-06 1.84e+03 1.84e+03 Bubble Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 95 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.16 218 129 2.09e-06 0 0 0 Tank initStep - 1 -1.74e+03 -4.59e+03 5e+03 2.09e-06 0 7.07e+03 7.07e+03 expHall Transportation - 2 -1.74e+03 -4.59e+03 5e+03 2.09e-06 0 0 7.07e+03 Tank Transportation - 3 -1.99e+03 -5e+03 4.44e+03 2.09e-06 0 735 7.8e+03 expHall Transportation - 4 -1.99e+03 -5e+03 4.44e+03 2.09e-06 0 0 7.8e+03 Tank Transportation - 5 -2.67e+03 -4.56e+03 3.87e+03 2.09e-06 2.09e-06 988 8.79e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 9.17 218 129 0.0234 0 0 0.0217 Tank initStep - 3 9.17 218 129 0.0227 0.000742 0.000889 0.0226 Tank msc - 4 9.17 218 129 0 0.0227 0.0105 0.0331 Tank eIoni - 5 9.17 218 129 0 0 0 0.0331 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 192 165 0.00791 0 0 0 Tank initStep - 1 -19.6 192 165 0.00773 0.000174 0.000131 0.000131 Tank msc - 2 -19.6 192 165 0 0.00773 0.00158 0.00171 Tank eIoni - 3 -19.6 192 165 0 0 0 0.00171 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 196 156 0.0015 0 0 0 Tank initStep - 1 -20.4 196 156 0.00149 1.48e-05 7.92e-06 7.92e-06 Tank msc - 2 -20.4 196 156 0 0.00149 9.74e-05 0.000105 Tank eIoni - 3 -20.4 196 156 0 0 0 0.000105 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23 208 152 0.0123 0 0 0 Tank initStep - 1 -23 208 152 0.0114 0.000862 0.000284 0.000284 Tank msc - 2 -23 208 152 0 0.0114 0.00312 0.00341 Tank eIoni - 3 -23 208 152 0 0 0 0.00341 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 92 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23 208 152 3.08e-06 0 0 0 Tank initStep - 1 -3.22e+03 -3.66e+03 -5e+03 3.08e-06 0 7.19e+03 7.19e+03 expHall Transportation - 2 -3.22e+03 -3.66e+03 -5e+03 3.08e-06 0 0 7.19e+03 Tank Transportation - 3 -5e+03 -4.25e+03 -3.52e+03 3.08e-06 0 2.39e+03 9.58e+03 expHall Transportation - 4 -1e+04 -7.54e+03 5.84e+03 3.08e-06 0 1.11e+04 2.07e+04 world Transportation - 5 -1.49e+04 -1.08e+04 1.5e+04 3.08e-06 0 1.09e+04 3.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -145 112 136 0.00804 0 0 0 Tank initStep - 1 -145 112 136 0.00762 0.000419 0.000135 0.000135 Tank msc - 2 -145 112 136 0 0.00762 0.00154 0.00167 Tank eIoni - 3 -145 112 136 0 0 0 0.00167 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -117 60.7 64.4 0.00298 0 0 0 Tank initStep - 1 -117 60.7 64.4 0.00281 0.000166 2.43e-05 2.43e-05 Tank msc - 2 -117 60.7 64.4 0 0.00281 0.000276 0.0003 Tank eIoni - 3 -117 60.7 64.4 0 0 0 0.0003 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.8 3.68 44.8 0.0138 0 0 0 Tank initStep - 1 -71.8 3.68 44.8 0.0133 0.000451 0.000347 0.000347 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.8 3.68 44.8 3.68e-06 0 0 0 Tank initStep - 1 -5e+03 1.34e+03 -2.11e+03 3.68e-06 0 5.54e+03 5.54e+03 expHall Transportation - 2 -5e+03 1.34e+03 -2.11e+03 3.68e-06 0 0 5.54e+03 Tank Transportation - 3 -3.08e+03 5e+03 -4.97e+03 3.68e-06 0 5.03e+03 1.06e+04 expHall Transportation - 4 -3.08e+03 5e+03 -4.97e+03 3.68e-06 0 0 1.06e+04 Tank Transportation - 5 -3.09e+03 4.96e+03 -5e+03 3.68e-06 0 54.7 1.06e+04 expHall Transportation - 6 -3.09e+03 4.96e+03 -5e+03 3.68e-06 0 0 1.06e+04 Tank Transportation - 7 -5e+03 2.77e+03 265 3.68e-06 0 6.01e+03 1.66e+04 expHall Transportation - 8 -5e+03 2.77e+03 265 3.68e-06 0 0 1.66e+04 Tank Transportation - 9 1.48e+03 -342 5e+03 3.68e-06 0 8.6e+03 2.52e+04 expHall Transportation - 10 1.48e+03 -342 5e+03 3.68e-06 0 0 2.52e+04 Tank Transportation - 11 5e+03 -1.76e+03 2.59e+03 3.68e-06 0 4.5e+03 2.97e+04 expHall Transportation - 12 5e+03 -1.76e+03 2.59e+03 3.68e-06 0 0 2.97e+04 Tank Transportation - 13 -283 -4.63e+03 -1.9e+03 3.68e-06 3.68e-06 7.5e+03 3.72e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -71.8 3.68 44.8 0.0133 0 0 0.000347 Tank initStep - 2 -71.8 3.68 44.8 0.012 0.00133 0.000328 0.000675 Tank msc - 3 -71.8 3.68 44.8 0 0.012 0.00341 0.00408 Tank eIoni - 4 -71.8 3.68 44.8 0 0 0 0.00408 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 89 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.8 3.68 44.8 2.95e-06 0 0 0 Tank initStep - 1 495 1.43e+03 -5e+03 2.95e-06 0 5.27e+03 5.27e+03 expHall Transportation - 2 3.05e+03 4.23e+03 -1e+04 2.95e-06 0 6.27e+03 1.15e+04 world Transportation - 3 5.61e+03 7.03e+03 -1.5e+04 2.95e-06 0 6.27e+03 1.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67.8 8.96 30.9 0.024 0 0 0 Tank initStep - 1 -67.8 8.96 30.9 0.023 0.00103 0.000929 0.000929 Tank msc - 2 -67.8 8.95 30.9 0.00985 0.0131 0.0107 0.0116 Tank eIoni - 3 -67.8 8.95 30.9 0 0.00985 0.00242 0.0141 Tank eIoni - 4 -67.8 8.95 30.9 0 0 0 0.0141 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -97 22 36.7 0.00286 0 0 0 Tank initStep - 1 -97 22 36.7 0.00286 0 2.28e-05 2.28e-05 Tank msc - 2 -97 22 36.7 0 0.00286 0.000285 0.000308 Tank eIoni - 3 -97 22 36.7 0 0 0 0.000308 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 87 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -97 22 36.7 3.3e-06 0 0 0 Tank initStep - 1 2.88e+03 4.18e+03 -5e+03 3.3e-06 0 7.18e+03 7.18e+03 expHall Transportation - 2 2.88e+03 4.18e+03 -5e+03 3.3e-06 0 0 7.18e+03 Tank Transportation - 3 5e+03 4.83e+03 -2.32e+03 3.3e-06 0 3.48e+03 1.07e+04 expHall Transportation - 4 5e+03 4.83e+03 -2.32e+03 3.3e-06 0 0 1.07e+04 Tank Transportation - 5 4.82e+03 4.97e+03 -2.12e+03 3.3e-06 3.3e-06 301 1.1e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 26.6 37.4 0.088 0 0 0 Tank initStep - 1 -101 26.6 37.4 0.0849 0.00305 0.00913 0.00913 Tank msc - 2 -101 26.7 37.4 0.0683 0.0166 0.0367 0.0459 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 26.7 37.4 3.99e-06 0 0 0 Tank initStep - 1 -1.7e+03 65.6 -5e+03 3.99e-06 0 5.29e+03 5.29e+03 expHall Transportation - 2 -3.5e+03 -243 -1e+04 3.99e-06 0 5.32e+03 1.06e+04 world Transportation - 3 -5.3e+03 -551 -1.5e+04 3.99e-06 0 5.32e+03 1.59e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -101 26.7 37.4 0.0683 0 0 0.0459 Tank initStep - 3 -101 26.7 37.4 0.0658 0.00253 0.00587 0.0517 Tank msc - 4 -101 26.7 37.5 0.0492 0.0165 0.0286 0.0803 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 26.7 37.4 3.11e-06 0 0 0 Tank initStep - 1 -39.8 96.9 215 3.11e-06 3.11e-06 200 200 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -101 26.7 37.5 0.0492 0 0 0.0803 Tank initStep - 5 -101 26.7 37.5 0.048 0.00124 0.00331 0.0836 Tank msc - 6 -101 26.7 37.5 0.0325 0.0155 0.0219 0.105 Tank eIoni - 7 -101 26.7 37.5 0.0205 0.012 0.0159 0.121 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 26.7 37.5 3.77e-06 0 0 0 Tank initStep - 1 5e+03 -2.51e+03 -1.24e+03 3.77e-06 0 5.84e+03 5.84e+03 expHall Transportation - 2 1e+04 -9.49e+03 -3.19e+03 3.77e-06 0 8.81e+03 1.46e+04 world Transportation - 3 1.39e+04 -1.5e+04 -4.73e+03 3.77e-06 0 6.94e+03 2.16e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 -101 26.7 37.5 0.0205 0 0 0.121 Tank initStep - 8 -101 26.7 37.5 0.0202 0.0003 0.000703 0.122 Tank msc - 9 -101 26.7 37.5 0 0.0202 0.00856 0.131 Tank eIoni - 10 -101 26.7 37.5 0 0 0 0.131 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 26.7 37.5 3.53e-06 0 0 0 Tank initStep - 1 -3.77e+03 4.91e+03 5e+03 3.53e-06 0 7.87e+03 7.87e+03 expHall Transportation - 2 -3.77e+03 4.91e+03 5e+03 3.53e-06 0 0 7.87e+03 Tank Transportation - 3 -3.92e+03 5e+03 4.69e+03 3.53e-06 0 361 8.23e+03 expHall Transportation - 4 -3.92e+03 5e+03 4.69e+03 3.53e-06 0 0 8.23e+03 Tank Transportation - 5 -5e+03 4.55e+03 3.6e+03 3.53e-06 0 1.6e+03 9.82e+03 expHall Transportation - 6 -5e+03 4.55e+03 3.6e+03 3.53e-06 0 0 9.82e+03 Tank Transportation - 7 -1.11e+03 -1.9e+03 -5e+03 3.53e-06 0 1.14e+04 2.13e+04 expHall Transportation - 8 -1.11e+03 -1.9e+03 -5e+03 3.53e-06 0 0 2.13e+04 Tank Transportation - 9 615 -5e+03 1.49e+03 3.53e-06 0 7.4e+03 2.86e+04 expHall Transportation - 10 615 -5e+03 1.49e+03 3.53e-06 0 0 2.86e+04 Tank Transportation - 11 1.86e+03 92.9 5e+03 3.53e-06 0 6.31e+03 3.5e+04 expHall Transportation - 12 1.86e+03 92.9 5e+03 3.53e-06 0 0 3.5e+04 Tank Transportation - 13 2.24e+03 5e+03 940 3.53e-06 0 6.38e+03 4.13e+04 expHall Transportation - 14 2.24e+03 5e+03 940 3.53e-06 0 0 4.13e+04 Tank Transportation - 15 680 2.29e+03 -5e+03 3.53e-06 0 6.71e+03 4.81e+04 expHall Transportation - 16 -6.32e+03 -2.58e+03 -1e+04 3.53e-06 0 9.88e+03 5.79e+04 world Transportation - 17 -1.33e+04 -7.44e+03 -1.5e+04 3.53e-06 0 9.88e+03 6.78e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 86 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -101 26.7 37.5 3.14e-06 0 0 0 Tank initStep - 1 5e+03 -3.79e+03 395 3.14e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 5e+03 -3.79e+03 395 3.14e-06 0 0 6.38e+03 Tank Transportation - 3 3.58e+03 -3.33e+03 -3.73e+03 3.14e-06 3.14e-06 4.38e+03 1.08e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.69 4.8 2.84 0.304 0 0 0 Tank initStep - 1 5.74 4.82 2.84 0.297 0.00761 0.0518 0.0518 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.73 4.82 2.84 3.06e-06 0 0 0 Tank initStep - 1 5e+03 -1.93e+03 3.99e+03 3.06e-06 0 6.68e+03 6.68e+03 expHall Transportation - 2 5e+03 -1.93e+03 3.99e+03 3.06e-06 0 0 6.68e+03 Tank Transportation - 3 4.16e+03 -1.98e+03 5e+03 3.06e-06 0 1.32e+03 8e+03 expHall Transportation - 4 -5.38e+03 -820 1e+04 3.06e-06 0 1.08e+04 1.88e+04 world Transportation - 5 -1.49e+04 342 1.5e+04 3.06e-06 0 1.08e+04 2.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.73 4.82 2.84 2.55e-06 0 0 0 Tank initStep - 1 -3.78e+03 -605 -5e+03 2.55e-06 0 6.3e+03 6.3e+03 expHall Transportation - 2 -3.78e+03 -605 -5e+03 2.55e-06 0 0 6.3e+03 Tank Transportation - 3 -5e+03 106 -3.12e+03 2.55e-06 0 2.35e+03 8.65e+03 expHall Transportation - 4 -5e+03 106 -3.12e+03 2.55e-06 0 0 8.65e+03 Tank Transportation - 5 5e+03 662 -333 2.55e-06 0 1.04e+04 1.91e+04 expHall Transportation - 6 1e+04 2.34e+03 3.53e+03 2.55e-06 0 6.54e+03 2.56e+04 world Transportation - 7 1.5e+04 4.02e+03 7.39e+03 2.55e-06 0 6.54e+03 3.21e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 5.74 4.82 2.84 0.297 0 0 0.0518 Tank initStep - 2 5.78 4.84 2.82 0.291 0.00561 0.0493 0.101 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.76 4.83 2.83 3.26e-06 0 0 0 Tank initStep - 1 5e+03 1.47e+03 -385 3.26e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 5e+03 1.47e+03 -385 3.26e-06 0 0 5.22e+03 Tank Transportation - 3 2.95e+03 5e+03 417 3.26e-06 0 4.16e+03 9.38e+03 expHall Transportation - 4 -4.53e+03 1e+04 3.58e+03 3.26e-06 0 9.53e+03 1.89e+04 world Transportation - 5 -1.2e+04 1.5e+04 6.74e+03 3.26e-06 0 9.53e+03 2.84e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 5.78 4.84 2.82 0.291 0 0 0.101 Tank initStep - 3 5.82 4.85 2.81 0.283 0.00778 0.0475 0.149 Tank Cerenkov - 4 5.87 4.85 2.81 0.274 0.00946 0.0451 0.194 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.85 4.85 2.81 3.38e-06 0 0 0 Tank initStep - 1 508 5e+03 2.93e+03 3.38e-06 0 5.81e+03 5.81e+03 expHall Transportation - 2 1.55e+03 8.92e+03 1e+04 3.38e-06 0 8.15e+03 1.4e+04 world Transportation - 3 2.28e+03 1.17e+04 1.5e+04 3.38e-06 0 5.77e+03 1.97e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 5.87 4.85 2.81 0.274 0 0 0.194 Tank initStep - 5 5.91 4.84 2.81 0.26 0.0134 0.0423 0.236 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.89 4.85 2.81 3.65e-06 0 0 0 Tank initStep - 1 -5e+03 -94 1.92e+03 3.65e-06 0 5.36e+03 5.36e+03 expHall Transportation - 2 -1e+04 -236 3.95e+03 3.65e-06 0 5.4e+03 1.08e+04 world Transportation - 3 -1.5e+04 -378 5.98e+03 3.65e-06 0 5.4e+03 1.62e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 5.91 4.84 2.81 0.26 0 0 0.236 Tank initStep - 6 5.93 4.81 2.8 0.255 0.00563 0.0384 0.274 Tank Cerenkov - 7 5.95 4.78 2.8 0.247 0.0081 0.0368 0.311 Tank Cerenkov - 8 5.95 4.77 2.8 0.242 0.00434 0.0161 0.327 Tank Cerenkov - 9 6.02 4.67 2.8 0.214 0.0287 0.136 0.464 Tank eIoni - 10 6.04 4.57 2.77 0.184 0.0295 0.115 0.578 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.03 4.64 2.79 4.06e-06 0 0 0 Tank initStep - 1 2.23e+03 -1.43e+03 1.16e+03 4.06e-06 4.06e-06 2.89e+03 2.89e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.03 4.63 2.79 2.04e-06 0 0 0 Tank initStep - 1 666 -3.13e+03 -5e+03 2.04e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 666 -3.13e+03 -5e+03 2.04e-06 0 0 5.94e+03 Tank Transportation - 3 714 -5e+03 -3.33e+03 2.04e-06 0 2.5e+03 8.44e+03 expHall Transportation - 4 714 -5e+03 -3.33e+03 2.04e-06 0 0 8.44e+03 Tank Transportation - 5 730 -4.93e+03 -3.08e+03 2.04e-06 2.04e-06 263 8.71e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 6.04 4.57 2.77 0.184 0 0 0.578 Tank initStep - 11 6.07 4.56 2.76 0.173 0.011 0.0312 0.609 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.06 4.56 2.76 4.01e-06 0 0 0 Tank initStep - 1 1.29e+03 -1.31e+03 5e+03 4.01e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 3.27e+03 -3.88e+03 1e+04 4.01e-06 0 5.96e+03 1.13e+04 world Transportation - 3 5.25e+03 -6.45e+03 1.5e+04 4.01e-06 0 5.96e+03 1.72e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.05 4.57 2.77 2.2e-06 0 0 0 Tank initStep - 1 -2.67e+03 -1.28e+03 -2.96e+03 2.2e-06 2.2e-06 4.19e+03 4.19e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 11 6.07 4.56 2.76 0.173 0 0 0.609 Tank initStep - 12 6.08 4.54 2.75 0.165 0.00796 0.0282 0.638 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.08 4.55 2.76 2.22e-06 0 0 0 Tank initStep - 1 -2.41e+03 -1.48e+03 -5e+03 2.22e-06 0 5.75e+03 5.75e+03 expHall Transportation - 2 -2.41e+03 -1.48e+03 -5e+03 2.22e-06 0 0 5.75e+03 Tank Transportation - 3 -2.84e+03 -2.08e+03 -4.53e+03 2.22e-06 2.22e-06 874 6.62e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 12 6.08 4.54 2.75 0.165 0 0 0.638 Tank initStep - 13 6.1 4.51 2.75 0.153 0.0125 0.0262 0.664 Tank msc - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.09 4.53 2.75 2.26e-06 0 0 0 Tank initStep - 1 3.34e+03 5e+03 -765 2.26e-06 0 6.06e+03 6.06e+03 expHall Transportation - 2 9.35e+03 1e+04 -1.37e+03 2.26e-06 0 7.84e+03 1.39e+04 world Transportation - 3 1.5e+04 1.47e+04 -1.94e+03 2.26e-06 0 7.37e+03 2.13e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.1 4.52 2.75 3.11e-06 0 0 0 Tank initStep - 1 2.09e+03 5e+03 4.92e+03 3.11e-06 0 7.31e+03 7.31e+03 expHall Transportation - 2 2.09e+03 5e+03 4.92e+03 3.11e-06 0 0 7.31e+03 Tank Transportation - 3 2.21e+03 4.91e+03 5e+03 3.11e-06 0 172 7.48e+03 expHall Transportation - 4 2.21e+03 4.91e+03 5e+03 3.11e-06 0 0 7.48e+03 Tank Transportation - 5 4.72e+03 2.05e+03 -230 3.11e-06 3.11e-06 6.47e+03 1.39e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 6.1 4.51 2.75 0.153 0 0 0.664 Tank initStep - 14 6.11 4.49 2.75 0.147 0.00554 0.023 0.687 Tank msc - 15 6.13 4.44 2.75 0.128 0.0189 0.0698 0.757 Tank eIoni - 16 6.17 4.41 2.76 0.105 0.0236 0.0587 0.815 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.16 4.41 2.76 3.64e-06 0 0 0 Tank initStep - 1 5e+03 -556 -1e+03 3.64e-06 0 5.12e+03 5.12e+03 expHall Transportation - 2 5e+03 -556 -1e+03 3.64e-06 0 0 5.12e+03 Tank Transportation - 3 -5e+03 4.61e+03 -147 3.64e-06 0 1.13e+04 1.64e+04 expHall Transportation - 4 -5e+03 4.61e+03 -147 3.64e-06 0 0 1.64e+04 Tank Transportation - 5 -4.56e+03 5e+03 -23.2 3.64e-06 0 607 1.7e+04 expHall Transportation - 6 1e+04 8.12e+03 3.63e+03 3.64e-06 0 1.53e+04 3.23e+04 world Transportation - 7 1.5e+04 9.19e+03 4.88e+03 3.64e-06 0 5.26e+03 3.76e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.16 4.42 2.76 3.64e-06 0 0 0 Tank initStep - 1 -5e+03 920 812 3.64e-06 0 5.15e+03 5.15e+03 expHall Transportation - 2 -5e+03 920 812 3.64e-06 0 0 5.15e+03 Tank Transportation - 3 -2.3e+03 354 5e+03 3.64e-06 0 5.02e+03 1.02e+04 expHall Transportation - 4 -2.3e+03 354 5e+03 3.64e-06 0 0 1.02e+04 Tank Transportation - 5 -1.95e+03 244 4.87e+03 3.64e-06 3.64e-06 393 1.06e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 16 6.17 4.41 2.76 0.105 0 0 0.815 Tank initStep - 17 6.17 4.4 2.77 0.1 0.00429 0.0123 0.828 Tank msc - 18 6.19 4.37 2.77 0.0874 0.0129 0.044 0.872 Tank eIoni - 19 6.21 4.38 2.76 0.0742 0.0132 0.0379 0.91 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.21 4.38 2.76 2.61e-06 0 0 0 Tank initStep - 1 -3.82e+03 1.01e+03 5e+03 2.61e-06 0 6.38e+03 6.38e+03 expHall Transportation - 2 -1e+04 2.16e+03 8.11e+03 2.61e-06 0 7.01e+03 1.34e+04 world Transportation - 3 -1.5e+04 3.1e+03 1.06e+04 2.61e-06 0 5.67e+03 1.91e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 19 6.21 4.38 2.76 0.0742 0 0 0.91 Tank initStep - 20 6.22 4.39 2.76 0.072 0.00226 0.00679 0.916 Tank msc - 21 6.23 4.4 2.77 0.0518 0.0201 0.0311 0.947 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.23 4.4 2.77 2.19e-06 0 0 0 Tank initStep - 1 -1.18e+03 -1.27e+03 929 2.19e-06 2.19e-06 1.98e+03 1.98e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.23 4.39 2.77 3.67e-06 0 0 0 Tank initStep - 1 5e+03 4.77e+03 -4.77e+03 3.67e-06 0 8.4e+03 8.4e+03 expHall Transportation - 2 5e+03 4.77e+03 -4.77e+03 3.67e-06 0 0 8.4e+03 Tank Transportation - 3 4.83e+03 4.74e+03 -5e+03 3.67e-06 0 284 8.68e+03 expHall Transportation - 4 4.83e+03 4.74e+03 -5e+03 3.67e-06 0 0 8.68e+03 Tank Transportation - 5 4.29e+03 5e+03 -4.08e+03 3.67e-06 0 1.1e+03 9.78e+03 expHall Transportation - 6 4.29e+03 5e+03 -4.08e+03 3.67e-06 0 0 9.78e+03 Tank Transportation - 7 -5e+03 1.4e+03 1.21e+03 3.67e-06 0 1.13e+04 2.11e+04 expHall Transportation - 8 -5e+03 1.4e+03 1.21e+03 3.67e-06 0 0 2.11e+04 Tank Transportation - 9 549 -1.34e+03 5e+03 3.67e-06 0 7.26e+03 2.83e+04 expHall Transportation - 10 549 -1.34e+03 5e+03 3.67e-06 0 0 2.83e+04 Tank Transportation - 11 4.15e+03 -3.23e+03 2.7e+03 3.67e-06 3.67e-06 4.67e+03 3.3e+04 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 21 6.23 4.4 2.77 0.0518 0 0 0.947 Tank initStep - 22 6.24 4.41 2.77 0.0503 0.00157 0.00362 0.951 Tank msc - 23 6.24 4.42 2.78 0.0307 0.0196 0.0227 0.974 Tank eIoni - 24 6.24 4.42 2.79 0.0146 0.0161 0.0151 0.989 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.24 4.42 2.79 4.1e-06 0 0 0 Tank initStep - 1 454 -263 -419 4.1e-06 4.1e-06 671 671 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 44 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 24 6.24 4.42 2.79 0.0146 0 0 0.989 Tank initStep - 25 6.24 4.42 2.79 0.0142 0.000448 0.000386 0.989 Tank msc - 26 6.24 4.42 2.79 0 0.0142 0.00457 0.994 Tank eIoni - 27 6.24 4.42 2.79 0 0 0 0.994 Tank NoProcess - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 85 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.24 4.42 2.79 2.26e-06 0 0 0 Tank initStep - 1 5e+03 -1.5e+03 1.07e+03 2.26e-06 0 5.32e+03 5.32e+03 expHall Transportation - 2 5e+03 -1.5e+03 1.07e+03 2.26e-06 0 0 5.32e+03 Tank Transportation - 3 3.18e+03 -2.3e+03 3.73e+03 2.26e-06 2.26e-06 3.32e+03 8.64e+03 Tank OpAbsorption + 0 1.32 0.393 0.692 3.94e-06 0 0 0 Tank initStep + 1 -123 -245 293 3.94e-06 3.94e-06 401 401 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 @@ -12788,1027 +2921,10900 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 0.5 0 0 0 Tank initStep - 1 0.138 -0.000158 0.01 0.483 0.0175 0.139 0.139 Tank msc + 1 0.139 0.00274 -0.00755 0.48 0.0197 0.139 0.139 Tank msc ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0864 -9.9e-05 0.00626 2.97e-06 0 0 0 Tank initStep - 1 -5e+03 -2.94e+03 -783 2.97e-06 0 5.85e+03 5.85e+03 expHall Transportation - 2 -5e+03 -2.94e+03 -783 2.97e-06 0 0 5.85e+03 Tank Transportation - 3 -4.72e+03 -5e+03 -1.62e+03 2.97e-06 0 2.24e+03 8.09e+03 expHall Transportation - 4 -4.13e+03 -1e+04 -6.95e+03 2.97e-06 0 7.34e+03 1.54e+04 world Transportation - 5 -3.54e+03 -1.5e+04 -1.23e+04 2.97e-06 0 7.34e+03 2.28e+04 OutOfWorld Transportation + 0 0.0501 0.000988 -0.00272 3.38e-06 0 0 0 Tank initStep + 1 2.53e+03 -1.21e+03 643 3.38e-06 0 2.88e+03 2.88e+03 Tank OpRayleigh + 2 4.55e+03 5e+03 -4.81e+03 3.38e-06 0 8.51e+03 1.14e+04 expHall Transportation + 3 6.61e+03 6.3e+03 -1e+04 3.38e-06 0 5.74e+03 1.71e+04 world Transportation + 4 8.59e+03 7.55e+03 -1.5e+04 3.38e-06 0 5.52e+03 2.26e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.068 -7.79e-05 0.00493 3.97e-06 0 0 0 Tank initStep - 1 5e+03 534 -2.51e+03 3.97e-06 0 5.62e+03 5.62e+03 expHall Transportation - 2 5e+03 534 -2.51e+03 3.97e-06 0 0 5.62e+03 Tank Transportation - 3 3.08e+03 100 -4.81e+03 3.97e-06 0 3.03e+03 8.65e+03 Tank OpRayleigh - 4 3.36e+03 488 -5e+03 3.97e-06 0 518 9.17e+03 expHall Transportation - 5 3.36e+03 488 -5e+03 3.97e-06 0 0 9.17e+03 Tank Transportation - 6 5e+03 2.7e+03 -4.53e+03 3.97e-06 0 2.8e+03 1.2e+04 expHall Transportation - 7 5e+03 2.7e+03 -4.53e+03 3.97e-06 0 0 1.2e+04 Tank Transportation - 8 54.4 5e+03 -4.92e+03 3.97e-06 0 5.47e+03 1.74e+04 expHall Transportation - 9 54.4 5e+03 -4.92e+03 3.97e-06 0 0 1.74e+04 Tank Transportation - 10 -3.41e+03 371 -4.98e+03 3.97e-06 3.97e-06 5.78e+03 2.32e+04 Tank OpAbsorption + 0 0.0214 0.000422 -0.00116 2.72e-06 0 0 0 Tank initStep + 1 5e+03 1.77e+03 -2.85e+03 2.72e-06 0 6.02e+03 6.02e+03 expHall Transportation + 2 5e+03 1.77e+03 -2.85e+03 2.72e-06 0 0 6.02e+03 Tank Transportation + 3 2.51e+03 3.44e+03 -5e+03 2.72e-06 0 3.69e+03 9.71e+03 expHall Transportation + 4 -7.4e+03 6.02e+03 -1e+04 2.72e-06 0 1.14e+04 2.11e+04 world Transportation + 5 -1.5e+04 7.99e+03 -1.38e+04 2.72e-06 0 8.73e+03 2.98e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 0.138 -0.000158 0.01 0.483 0 0 0.139 Tank initStep - 2 0.264 0.0104 -0.0163 0.463 0.0192 0.13 0.27 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.235 0.00796 -0.0101 2.14e-06 0 0 0 Tank initStep - 1 -4.07e+03 2.84e+03 -1.13e+03 2.14e-06 2.14e-06 5.09e+03 5.09e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.205 0.00549 -0.00399 2.86e-06 0 0 0 Tank initStep - 1 5e+03 -1.32e+03 1.08e+03 2.86e-06 0 5.28e+03 5.28e+03 expHall Transportation - 2 1e+04 -2.54e+03 3.7e+03 2.86e-06 0 5.78e+03 1.11e+04 world Transportation - 3 1.5e+04 -3.75e+03 6.33e+03 2.86e-06 0 5.78e+03 1.68e+04 OutOfWorld Transportation + 1 0.139 0.00274 -0.00755 0.48 0 0 0.139 Tank initStep + 2 0.265 0.0213 -0.00848 0.461 0.0191 0.129 0.268 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.153 0.00113 0.00682 3.92e-06 0 0 0 Tank initStep - 1 966 5e+03 -2.06e+03 3.92e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 966 5e+03 -2.06e+03 3.92e-06 0 0 5.49e+03 Tank Transportation - 3 2.03e+03 3.24e+03 -4.07e+03 3.92e-06 0 2.88e+03 8.37e+03 Tank OpRayleigh - 4 2.29e+03 3.07e+03 5e+03 3.92e-06 0 9.08e+03 1.74e+04 expHall Transportation - 5 2.03e+03 3.77e+03 1e+04 3.92e-06 0 5.06e+03 2.25e+04 world Transportation - 6 1.77e+03 4.47e+03 1.5e+04 3.92e-06 0 5.06e+03 2.76e+04 OutOfWorld Transportation + 0 0.25 0.0191 -0.00837 3.67e-06 0 0 0 Tank initStep + 1 -129 307 -959 3.67e-06 3.67e-06 1.02e+03 1.02e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.215 0.00633 -0.00606 2.77e-06 0 0 0 Tank initStep - 1 5e+03 -1.16e+03 -3.9e+03 2.77e-06 0 6.44e+03 6.44e+03 expHall Transportation - 2 5e+03 -1.16e+03 -3.9e+03 2.77e-06 0 0 6.44e+03 Tank Transportation - 3 4.59e+03 -1.13e+03 -5e+03 2.77e-06 0 1.18e+03 7.62e+03 expHall Transportation - 4 2.61e+03 -1.41e+03 -1e+04 2.77e-06 0 5.39e+03 1.3e+04 world Transportation - 5 625 -1.7e+03 -1.5e+04 2.77e-06 0 5.39e+03 1.84e+04 OutOfWorld Transportation + 0 0.158 0.00558 -0.00769 3.44e-06 0 0 0 Tank initStep + 1 4.85e+03 1.61e+03 2.76e+03 3.44e-06 3.44e-06 5.81e+03 5.81e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 0.264 0.0104 -0.0163 0.463 0 0 0.27 Tank initStep - 3 0.38 0.00666 -0.0351 0.447 0.0162 0.12 0.389 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.369 0.00703 -0.0332 3.47e-06 0 0 0 Tank initStep - 1 4.24e+03 -5e+03 -1.91e+03 3.47e-06 0 6.82e+03 6.82e+03 expHall Transportation - 2 4.24e+03 -5e+03 -1.91e+03 3.47e-06 0 0 6.82e+03 Tank Transportation - 3 5e+03 -4.6e+03 -2.38e+03 3.47e-06 0 984 7.81e+03 expHall Transportation - 4 1e+04 -3.94e+03 -6.69e+03 3.47e-06 0 6.63e+03 1.44e+04 world Transportation - 5 1.5e+04 -3.27e+03 -1.1e+04 3.47e-06 0 6.63e+03 2.11e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.324 0.0085 -0.0259 3.95e-06 0 0 0 Tank initStep - 1 -57.6 2e+03 5e+03 3.95e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 150 7.85e+03 1e+04 3.95e-06 0 7.7e+03 1.31e+04 world Transportation - 3 357 1.37e+04 1.5e+04 3.95e-06 0 7.7e+03 2.08e+04 OutOfWorld Transportation + 2 0.265 0.0213 -0.00848 0.461 0 0 0.268 Tank initStep + 3 0.378 0.05 0.0141 0.443 0.0179 0.119 0.387 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.291 0.00956 -0.0207 3.41e-06 0 0 0 Tank initStep - 1 5e+03 660 -3.9e+03 3.41e-06 0 6.37e+03 6.37e+03 expHall Transportation - 2 5e+03 660 -3.9e+03 3.41e-06 0 0 6.37e+03 Tank Transportation - 3 -846 -1.29e+03 -3.53e+03 3.41e-06 3.41e-06 6.17e+03 1.25e+04 Tank OpAbsorption + 0 0.334 0.0387 0.0052 2.53e-06 0 0 0 Tank initStep + 1 -485 -5e+03 -2.91e+03 2.53e-06 0 5.81e+03 5.81e+03 expHall Transportation + 2 -948 -1e+04 -8.97e+03 2.53e-06 0 7.87e+03 1.37e+04 world Transportation + 3 -1.41e+03 -1.5e+04 -1.5e+04 2.53e-06 0 7.83e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.323 0.0359 0.00299 3.29e-06 0 0 0 Tank initStep + 1 5e+03 4.41e+03 3.23e+03 3.29e-06 0 7.41e+03 7.41e+03 expHall Transportation + 2 5e+03 4.41e+03 3.23e+03 3.29e-06 0 0 7.41e+03 Tank Transportation + 3 4.68e+03 5e+03 3.89e+03 3.29e-06 0 938 8.35e+03 expHall Transportation + 4 4.68e+03 5e+03 3.89e+03 3.29e-06 0 0 8.35e+03 Tank Transportation + 5 4.9e+03 3.08e+03 5e+03 3.29e-06 0 2.23e+03 1.06e+04 expHall Transportation + 6 4.9e+03 3.08e+03 5e+03 3.29e-06 0 0 1.06e+04 Tank Transportation + 7 4.92e+03 1.35e+03 4.36e+03 3.29e-06 0 1.84e+03 1.24e+04 Tank OpRayleigh + 8 5e+03 992 4.75e+03 3.29e-06 0 534 1.3e+04 expHall Transportation + 9 5e+03 992 4.75e+03 3.29e-06 0 0 1.3e+04 Tank Transportation + 10 4.49e+03 872 4.96e+03 3.29e-06 3.29e-06 562 1.35e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.357 0.0448 0.00996 2.52e-06 0 0 0 Tank initStep + 1 5e+03 -210 3.61e+03 2.52e-06 0 6.17e+03 6.17e+03 expHall Transportation + 2 5e+03 -210 3.61e+03 2.52e-06 0 0 6.17e+03 Tank Transportation + 3 3.48e+03 -5e+03 3.61e+03 2.52e-06 0 5.02e+03 1.12e+04 expHall Transportation + 4 1.53e+03 -1e+04 3.77e+03 2.52e-06 0 5.37e+03 1.66e+04 world Transportation + 5 -423 -1.5e+04 3.92e+03 2.52e-06 0 5.37e+03 2.19e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 0.38 0.00666 -0.0351 0.447 0 0 0.389 Tank initStep - 4 0.484 0.0141 -0.0721 0.149 0.298 0.112 0.501 Tank Cerenkov - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.458 0.0122 -0.0627 3.65e-06 0 0 0 Tank initStep - 1 -1.95e+03 -581 -354 3.65e-06 3.65e-06 2.07e+03 2.07e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.41 0.00877 -0.0455 3.22e-06 0 0 0 Tank initStep - 1 -5e+03 -112 -2e+03 3.22e-06 0 5.39e+03 5.39e+03 expHall Transportation - 2 -1e+04 -4.06e+03 -5.67e+03 3.22e-06 0 7.35e+03 1.27e+04 world Transportation - 3 -1.5e+04 -8.02e+03 -9.34e+03 3.22e-06 0 7.35e+03 2.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.447 0.0115 -0.059 4.04e-06 0 0 0 Tank initStep - 1 2.33e+03 -2.04e+03 5e+03 4.04e-06 0 5.88e+03 5.88e+03 expHall Transportation - 2 5.26e+03 -4.31e+03 1e+04 4.04e-06 0 6.23e+03 1.21e+04 world Transportation - 3 8.19e+03 -6.59e+03 1.5e+04 4.04e-06 0 6.23e+03 1.83e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.443 0.0111 -0.0573 3.88e-06 0 0 0 Tank initStep - 1 -5e+03 -194 -237 3.88e-06 0 5.01e+03 5.01e+03 expHall Transportation - 2 -1e+04 -1.14e+03 915 3.88e-06 0 5.22e+03 1.02e+04 world Transportation - 3 -1.5e+04 -2.09e+03 2.07e+03 3.88e-06 0 5.22e+03 1.54e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.394 0.00766 -0.04 2.39e-06 0 0 0 Tank initStep - 1 3.18e+03 -5e+03 -2.98e+03 2.39e-06 0 6.63e+03 6.63e+03 expHall Transportation - 2 3.18e+03 -5e+03 -2.98e+03 2.39e-06 0 0 6.63e+03 Tank Transportation - 3 5e+03 -3.45e+03 -3.35e+03 2.39e-06 0 2.42e+03 9.05e+03 expHall Transportation - 4 9.52e+03 1e+04 -5.74e+03 2.39e-06 0 1.44e+04 2.34e+04 world Transportation - 5 1.12e+04 1.5e+04 -6.63e+03 2.39e-06 0 5.35e+03 2.88e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 0.484 0.0141 -0.0721 0.149 0 0 0.501 Tank initStep - 5 0.502 0.0186 -0.0829 0.143 0.00567 0.0212 0.522 Tank msc - 6 0.549 0.0273 -0.113 0.125 0.0183 0.0652 0.587 Tank eIoni + 3 0.378 0.05 0.0141 0.443 0 0 0.387 Tank initStep + 4 0.477 0.091 0.0342 0.427 0.0163 0.11 0.497 Tank Cerenkov ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.535 0.0247 -0.104 3.87e-06 0 0 0 Tank initStep - 1 1.66e+03 1.92e+03 1.88e+03 3.87e-06 0 3.16e+03 3.16e+03 Tank OpRayleigh - 2 -1.17e+03 -4.89e+03 5e+03 3.87e-06 0 8e+03 1.12e+04 expHall Transportation - 3 -1.17e+03 -4.89e+03 5e+03 3.87e-06 0 0 1.12e+04 Tank Transportation - 4 -1.22e+03 -5e+03 4.93e+03 3.87e-06 0 146 1.13e+04 expHall Transportation - 5 -5.69e+03 -1e+04 -8.1e+03 3.87e-06 0 1.47e+04 2.6e+04 world Transportation - 6 -8.05e+03 -1.26e+04 -1.5e+04 3.87e-06 0 7.76e+03 3.37e+04 OutOfWorld Transportation + 0 0.421 0.068 0.0229 2.56e-06 0 0 0 Tank initStep + 1 -4.89e+03 3.14e+03 -5e+03 2.56e-06 0 7.67e+03 7.67e+03 expHall Transportation + 2 -4.89e+03 3.14e+03 -5e+03 2.56e-06 0 0 7.67e+03 Tank Transportation + 3 -5e+03 3.31e+03 -4.64e+03 2.56e-06 0 413 8.08e+03 expHall Transportation + 4 -5e+03 3.31e+03 -4.64e+03 2.56e-06 0 0 8.08e+03 Tank Transportation + 5 -4.09e+03 5e+03 -1.09e+03 2.56e-06 0 4.03e+03 1.21e+04 expHall Transportation + 6 -4.09e+03 5e+03 -1.09e+03 2.56e-06 0 0 1.21e+04 Tank Transportation + 7 -2.78e+03 -1.29e+03 5e+03 2.56e-06 0 8.85e+03 2.1e+04 expHall Transportation + 8 -2.78e+03 -1.29e+03 5e+03 2.56e-06 0 0 2.1e+04 Tank Transportation + 9 -1.62e+03 -5e+03 4.45e+03 2.56e-06 0 3.93e+03 2.49e+04 expHall Transportation + 10 -1.62e+03 -5e+03 4.45e+03 2.56e-06 0 0 2.49e+04 Tank Transportation + 11 3.28e+03 -2.85e+03 -2.05e+03 2.56e-06 2.56e-06 8.41e+03 3.33e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.513 0.0206 -0.0899 2.54e-06 0 0 0 Tank initStep - 1 2.1e+03 2.55e+03 -2.43e+03 2.54e-06 0 4.1e+03 4.1e+03 Tank OpRayleigh - 2 1.28e+03 5e+03 -3.2e+03 2.54e-06 0 2.7e+03 6.8e+03 expHall Transportation - 3 -9.49e+03 7.93e+03 -1e+04 2.54e-06 0 1.31e+04 1.99e+04 world Transportation - 4 -1.5e+04 9.44e+03 -1.35e+04 2.54e-06 0 6.69e+03 2.66e+04 OutOfWorld Transportation + 0 0.461 0.0845 0.031 2.58e-06 0 0 0 Tank initStep + 1 5e+03 2.92e+03 -1.73e+03 2.58e-06 0 6.04e+03 6.04e+03 expHall Transportation + 2 5e+03 2.92e+03 -1.73e+03 2.58e-06 0 0 6.04e+03 Tank Transportation + 3 1.59e+03 5e+03 -4.93e+03 2.58e-06 0 5.12e+03 1.12e+04 expHall Transportation + 4 1.59e+03 5e+03 -4.93e+03 2.58e-06 0 0 1.12e+04 Tank Transportation + 5 1.47e+03 4.93e+03 -5e+03 2.58e-06 0 154 1.13e+04 expHall Transportation + 6 1.47e+03 4.93e+03 -5e+03 2.58e-06 0 0 1.13e+04 Tank Transportation + 7 -277 5e+03 -1.95e+03 2.58e-06 0 3.52e+03 1.48e+04 expHall Transportation + 8 -277 5e+03 -1.95e+03 2.58e-06 0 0 1.48e+04 Tank Transportation + 9 -4.99e+03 2.76e+03 5e+03 2.58e-06 0 8.69e+03 2.35e+04 expHall Transportation + 10 -1e+04 1.12e+03 7.06e+03 2.58e-06 0 5.66e+03 2.92e+04 world Transportation + 11 -1.5e+04 -524 9.12e+03 2.58e-06 0 5.65e+03 3.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.429 0.0712 0.0244 2.49e-06 0 0 0 Tank initStep + 1 4.01e+03 5e+03 1.22e+03 2.49e-06 0 6.52e+03 6.52e+03 expHall Transportation + 2 4.01e+03 5e+03 1.22e+03 2.49e-06 0 0 6.52e+03 Tank Transportation + 3 5e+03 4.07e+03 1.74e+03 2.49e-06 0 1.46e+03 7.98e+03 expHall Transportation + 4 5e+03 4.07e+03 1.74e+03 2.49e-06 0 0 7.98e+03 Tank Transportation + 5 -5e+03 52.5 2.75e+03 2.49e-06 0 1.08e+04 1.88e+04 expHall Transportation + 6 -5e+03 52.5 2.75e+03 2.49e-06 0 0 1.88e+04 Tank Transportation + 7 -4.25e+03 -22.8 5e+03 2.49e-06 0 2.37e+03 2.12e+04 expHall Transportation + 8 -1.54e+03 -1.2e+03 1e+04 2.49e-06 0 5.81e+03 2.7e+04 world Transportation + 9 1.18e+03 -2.37e+03 1.5e+04 2.49e-06 0 5.81e+03 3.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.387 0.0538 0.0159 2.32e-06 0 0 0 Tank initStep + 1 5e+03 4.58e+03 -1.1e+03 2.32e-06 0 6.87e+03 6.87e+03 expHall Transportation + 2 5e+03 4.58e+03 -1.1e+03 2.32e-06 0 0 6.87e+03 Tank Transportation + 3 4.96e+03 4.65e+03 -1.12e+03 2.32e-06 2.32e-06 87.4 6.95e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.449 0.0796 0.0286 2.4e-06 0 0 0 Tank initStep + 1 5e+03 911 -1.35e+03 2.4e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 1e+04 2.23e+03 -9.17e+03 2.4e-06 0 9.38e+03 1.46e+04 world Transportation + 3 1.37e+04 3.21e+03 -1.5e+04 2.4e-06 0 6.98e+03 2.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.39 0.0552 0.0166 2.52e-06 0 0 0 Tank initStep + 1 5e+03 -550 850 2.52e-06 0 5.1e+03 5.1e+03 expHall Transportation + 2 1e+04 -3.71e+03 2.14e+03 2.52e-06 0 6.05e+03 1.12e+04 world Transportation + 3 1.5e+04 -6.86e+03 3.43e+03 2.52e-06 0 6.05e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.416 0.0658 0.0218 3.24e-06 0 0 0 Tank initStep + 1 1.99e+03 430 1.58e+03 3.24e-06 3.24e-06 2.58e+03 2.58e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.463 0.0852 0.0313 2.22e-06 0 0 0 Tank initStep + 1 4.06e+03 5e+03 1.65e+03 2.22e-06 0 6.65e+03 6.65e+03 expHall Transportation + 2 1e+04 9.53e+03 4.13e+03 2.22e-06 0 7.87e+03 1.45e+04 world Transportation + 3 1.5e+04 1.33e+04 6.22e+03 2.22e-06 0 6.62e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.43 0.0717 0.0247 3.88e-06 0 0 0 Tank initStep + 1 1.15e+03 1.47e+03 391 3.88e-06 3.88e-06 1.91e+03 1.91e+03 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 0.549 0.0273 -0.113 0.125 0 0 0.587 Tank initStep - 7 0.563 0.0335 -0.115 0.121 0.00363 0.0157 0.603 Tank msc + 4 0.477 0.091 0.0342 0.427 0 0 0.497 Tank initStep + 5 0.573 0.12 0.0349 0.396 0.0308 0.102 0.598 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.551 0.0281 -0.113 2.42e-06 0 0 0 Tank initStep - 1 -3.08e+03 -3.39e+03 -361 2.42e-06 2.42e-06 4.59e+03 4.59e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 7 0.563 0.0335 -0.115 0.121 0 0 0.603 Tank initStep - 8 0.576 0.0405 -0.115 0.117 0.0046 0.015 0.618 Tank msc - 9 0.615 0.0595 -0.11 0.0899 0.027 0.0506 0.669 Tank eIoni - -********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.579 0.0417 -0.115 2.46e-06 0 0 0 Tank initStep - 1 595 -4.97e+03 2e+03 2.46e-06 2.46e-06 5.39e+03 5.39e+03 Tank OpAbsorption - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 9 0.615 0.0595 -0.11 0.0899 0 0 0.669 Tank initStep - 10 0.623 0.0625 -0.108 0.0873 0.00262 0.00891 0.677 Tank msc - 11 0.651 0.0646 -0.0974 0.0708 0.0165 0.0364 0.714 Tank eIoni - 12 0.656 0.0847 -0.0856 0.0551 0.0157 0.0296 0.743 Tank eIoni - 13 0.664 0.0941 -0.0731 0.041 0.014 0.0237 0.767 Tank eIoni - 14 0.654 0.093 -0.0655 0.0276 0.0134 0.0187 0.786 Tank eIoni - 15 0.655 0.0861 -0.0642 0.00834 0.0193 0.0129 0.799 Tank eIoni + 0 0.511 0.101 0.0344 3.61e-06 0 0 0 Tank initStep + 1 -1.66e+03 -1.5e+03 5e+03 3.61e-06 0 5.48e+03 5.48e+03 expHall Transportation + 2 -6.44e+03 -6.22e+03 1e+04 3.61e-06 0 8.37e+03 1.38e+04 world Transportation + 3 -1.12e+04 -1.09e+04 1.5e+04 3.61e-06 0 8.37e+03 2.22e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.655 0.0862 -0.0642 3.45e-06 0 0 0 Tank initStep - 1 -1.25e+03 1.19e+03 5e+03 3.45e-06 0 5.29e+03 5.29e+03 expHall Transportation - 2 -2.87e+03 3.62e+03 1e+04 3.45e-06 0 5.79e+03 1.11e+04 world Transportation - 3 -4.49e+03 6.06e+03 1.5e+04 3.45e-06 0 5.79e+03 1.69e+04 OutOfWorld Transportation + 0 0.563 0.117 0.0348 3.96e-06 0 0 0 Tank initStep + 1 5e+03 -735 1.21e+03 3.96e-06 0 5.2e+03 5.2e+03 expHall Transportation + 2 1e+04 -1.05e+03 3.17e+03 3.96e-06 0 5.38e+03 1.06e+04 world Transportation + 3 1.5e+04 -1.36e+03 5.13e+03 3.96e-06 0 5.38e+03 1.6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.533 0.108 0.0346 3.9e-06 0 0 0 Tank initStep + 1 5e+03 -810 1.03e+03 3.9e-06 0 5.17e+03 5.17e+03 expHall Transportation + 2 1e+04 -2.56e+03 4.11e+03 3.9e-06 0 6.13e+03 1.13e+04 world Transportation + 3 1.5e+04 -4.31e+03 7.2e+03 3.9e-06 0 6.13e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.481 0.0923 0.0342 4.03e-06 0 0 0 Tank initStep + 1 5e+03 3.71e+03 2.32e+03 4.03e-06 0 6.64e+03 6.64e+03 expHall Transportation + 2 5e+03 3.71e+03 2.32e+03 4.03e-06 0 0 6.64e+03 Tank Transportation + 3 3.83e+03 5e+03 3.36e+03 4.03e-06 0 2.03e+03 8.67e+03 expHall Transportation + 4 3.83e+03 5e+03 3.36e+03 4.03e-06 0 0 8.67e+03 Tank Transportation + 5 1.37e+03 2.89e+03 5e+03 4.03e-06 0 3.63e+03 1.23e+04 expHall Transportation + 6 1.37e+03 2.89e+03 5e+03 4.03e-06 0 0 1.23e+04 Tank Transportation + 7 -5e+03 -813 4.5e+03 4.03e-06 0 7.39e+03 1.97e+04 expHall Transportation + 8 -5e+03 -813 4.5e+03 4.03e-06 0 0 1.97e+04 Tank Transportation + 9 -4.84e+03 -1e+03 4.47e+03 4.03e-06 4.03e-06 253 1.99e+04 Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 15 0.655 0.0861 -0.0642 0.00834 0 0 0.799 Tank initStep - 16 0.655 0.0861 -0.0642 0.00816 0.000177 0.000129 0.799 Tank msc - 17 0.656 0.0861 -0.064 0 0.00816 0.00155 0.801 Tank eIoni - 18 0.656 0.0861 -0.064 0 0 0 0.801 Tank Scintillation + 5 0.573 0.12 0.0349 0.396 0 0 0.598 Tank initStep + 6 0.66 0.127 0.0387 0.378 0.0178 0.0875 0.686 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.656 0.0861 -0.064 0.511 0 0 0 Tank initStep - 1 -10.2 88 -15.6 0.359 1.36e-05 89.9 89.9 Tank compt - 2 -126 173 39.8 0.171 1.36e-05 154 244 Tank compt - 3 -126 95.1 41.6 0.161 1.42e-05 78 322 Tank compt - 4 -133 71.8 56.7 0.149 2.92e-05 28.5 351 Tank compt - 5 -125 57.9 63 0.111 0.000537 17.3 368 Tank compt - 6 -154 35.4 58.8 0.0815 1.36e-05 37.4 405 Tank compt - 7 -148 113 64.1 0.0732 1.42e-05 77.7 483 Tank compt - 8 -198 134 58.6 0.0633 2.92e-05 54.6 538 Tank compt - 9 -219 72.1 86.5 0.0539 0.000537 71.3 609 Tank compt - 10 -221 76.3 93.2 0.0527 2.92e-05 8.01 617 Tank compt - 11 -221 76.8 93.5 0.0495 2.92e-05 0.893 618 Tank compt - 12 -221 76.9 93.3 0.0463 2.92e-05 0.33 618 Tank compt - 13 -221 76.9 93.4 0 0.000537 0.0916 618 Tank phot + 0 0.582 0.121 0.0353 3.98e-06 0 0 0 Tank initStep + 1 5e+03 340 4.31e+03 3.98e-06 0 6.61e+03 6.61e+03 expHall Transportation + 2 5e+03 340 4.31e+03 3.98e-06 0 0 6.61e+03 Tank Transportation + 3 4.91e+03 388 5e+03 3.98e-06 0 696 7.31e+03 expHall Transportation + 4 5.19e+03 2.4e+03 1e+04 3.98e-06 0 5.4e+03 1.27e+04 world Transportation + 5 5.47e+03 4.41e+03 1.5e+04 3.98e-06 0 5.4e+03 1.81e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 22 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 76.9 93.4 0.0458 0 0 0 Tank initStep - 1 -221 76.9 93.4 0.0446 0.00112 0.00291 0.00291 Tank msc - 2 -221 76.9 93.4 0.0304 0.0143 0.0207 0.0236 Tank eIoni - 3 -221 76.9 93.4 0.0185 0.0119 0.015 0.0386 Tank eIoni - 4 -221 76.9 93.4 0 0.0185 0.0073 0.0459 Tank eIoni - 5 -221 76.9 93.4 0 0 0 0.0459 Tank NoProcess + 6 0.66 0.127 0.0387 0.378 0 0 0.686 Tank initStep + 7 0.738 0.114 0.048 0.361 0.0175 0.0797 0.765 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 35 +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 76.9 93.4 3.52e-06 0 0 0 Tank initStep - 1 -1.74e+03 5e+03 -1.11e+03 3.52e-06 0 5.29e+03 5.29e+03 expHall Transportation - 2 -3.49e+03 1e+04 -3.06e+03 3.52e-06 0 5.65e+03 1.09e+04 world Transportation - 3 -5.25e+03 1.5e+04 -5.01e+03 3.52e-06 0 5.65e+03 1.66e+04 OutOfWorld Transportation + 0 0.733 0.115 0.0475 4e-06 0 0 0 Tank initStep + 1 2.46e+03 5e+03 293 4e-06 0 5.58e+03 5.58e+03 expHall Transportation + 2 7.64e+03 1e+04 2.02e+03 4e-06 0 7.4e+03 1.3e+04 world Transportation + 3 1.28e+04 1.5e+04 3.75e+03 4e-06 0 7.4e+03 2.04e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 76.9 93.3 0.00317 0 0 0 Tank initStep - 1 -221 76.9 93.3 0.00311 6.13e-05 2.71e-05 2.71e-05 Tank msc - 2 -221 76.9 93.3 0 0.00311 0.000328 0.000355 Tank eIoni - 3 -221 76.9 93.3 0 0 0 0.000355 Tank NoProcess + 0 0.661 0.127 0.0388 3.99e-06 0 0 0 Tank initStep + 1 4.12e+03 -1.16e+03 2.62e+03 3.99e-06 3.99e-06 5.02e+03 5.02e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 22 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 76.8 93.5 0.00319 0 0 0 Tank initStep - 1 -221 76.8 93.5 0.00308 0.000104 2.73e-05 2.73e-05 Tank msc - 2 -221 76.8 93.5 0 0.00308 0.000323 0.00035 Tank eIoni - 3 -221 76.8 93.5 0 0 0 0.00035 Tank NoProcess + 7 0.738 0.114 0.048 0.361 0 0 0.765 Tank initStep + 8 0.8 0.0789 0.0465 0.35 0.0112 0.0726 0.838 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -221 76.3 93.2 0.00114 0 0 0 Tank initStep - 1 -221 76.3 93.2 0.00109 4.45e-05 5.13e-06 5.13e-06 Tank msc - 2 -221 76.3 93.2 0 0.00109 6.03e-05 6.55e-05 Tank eIoni - 3 -221 76.3 93.2 0 0 0 6.55e-05 Tank NoProcess + 0 0.796 0.0812 0.0466 3.06e-06 0 0 0 Tank initStep + 1 5e+03 -618 -858 3.06e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 1e+04 -439 -2.46e+03 3.06e-06 0 5.25e+03 1.04e+04 world Transportation + 3 1.5e+04 -260 -4.05e+03 3.06e-06 0 5.25e+03 1.56e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 22 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -219 72.1 86.5 0.00885 0 0 0 Tank initStep - 1 -219 72.1 86.5 0.00871 0.00014 0.00016 0.00016 Tank msc - 2 -219 72.1 86.5 0 0.00871 0.00194 0.0021 Tank eIoni - 3 -219 72.1 86.5 0 0 0 0.0021 Tank NoProcess + 8 0.8 0.0789 0.0465 0.35 0 0 0.838 Tank initStep + 9 0.851 0.0363 0.0325 0.334 0.0157 0.0682 0.906 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -198 134 58.6 0.00992 0 0 0 Tank initStep - 1 -198 134 58.6 0.00955 0.000375 0.000196 0.000196 Tank msc - 2 -198 134 58.6 0 0.00955 0.00229 0.00248 Tank eIoni - 3 -198 134 58.6 0 0 0 0.00248 Tank NoProcess + 0 0.823 0.0598 0.0402 3.18e-06 0 0 0 Tank initStep + 1 133 2e+03 -172 3.18e-06 0 2.01e+03 2.01e+03 Bubble Transportation + 2 222 3e+03 -289 3.18e-06 3.18e-06 1.01e+03 3.02e+03 Tank Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 30 +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -198 134 58.6 2.19e-06 0 0 0 Tank initStep - 1 -3.14e+03 -906 -5e+03 2.19e-06 0 5.94e+03 5.94e+03 expHall Transportation - 2 -9.12e+03 -542 -1e+04 2.19e-06 0 7.8e+03 1.37e+04 world Transportation - 3 -1.5e+04 -184 -1.49e+04 2.19e-06 0 7.67e+03 2.14e+04 OutOfWorld Transportation + 0 0.801 0.0781 0.0463 3.61e-06 0 0 0 Tank initStep + 1 4.45e+03 -3.66e+03 222 3.61e-06 3.61e-06 5.76e+03 5.76e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -148 113 64.1 0.00831 0 0 0 Tank initStep - 1 -148 113 64.1 0.00806 0.000256 0.000143 0.000143 Tank msc - 2 -148 113 64.1 0 0.00806 0.0017 0.00184 Tank eIoni - 3 -148 113 64.1 0 0 0 0.00184 Tank NoProcess + 0 0.821 0.0617 0.0408 3.66e-06 0 0 0 Tank initStep + 1 5e+03 -1.81e+03 -2.51e+03 3.66e-06 0 5.88e+03 5.88e+03 expHall Transportation + 2 1e+04 -3.34e+03 -7.42e+03 3.66e-06 0 7.17e+03 1.3e+04 world Transportation + 3 1.5e+04 -4.87e+03 -1.23e+04 3.66e-06 0 7.17e+03 2.02e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 29 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -148 113 64.1 2.56e-06 0 0 0 Tank initStep - 1 4.09e+03 5e+03 4.96e+03 2.56e-06 0 8.11e+03 8.11e+03 expHall Transportation - 2 4.09e+03 5e+03 4.96e+03 2.56e-06 0 0 8.11e+03 Tank Transportation - 3 4.12e+03 4.91e+03 5e+03 2.56e-06 0 102 8.22e+03 expHall Transportation - 4 4.12e+03 4.91e+03 5e+03 2.56e-06 0 0 8.22e+03 Tank Transportation - 5 5e+03 3.65e+03 516 2.56e-06 0 4.74e+03 1.3e+04 expHall Transportation - 6 5e+03 3.65e+03 516 2.56e-06 0 0 1.3e+04 Tank Transportation - 7 -712 997 -5e+03 2.56e-06 0 8.37e+03 2.13e+04 expHall Transportation - 8 -712 997 -5e+03 2.56e-06 0 0 2.13e+04 Tank Transportation - 9 -2.72e+03 567 -3.32e+03 2.56e-06 0 2.65e+03 2.4e+04 Tank OpRayleigh - 10 -2.77e+03 -945 -5e+03 2.56e-06 0 2.26e+03 2.62e+04 expHall Transportation - 11 -2.77e+03 -945 -5e+03 2.56e-06 0 0 2.62e+04 Tank Transportation - 12 -2.42e+03 -3.44e+03 -2.73e+03 2.56e-06 2.56e-06 3.39e+03 2.96e+04 Tank OpAbsorption + 9 0.851 0.0363 0.0325 0.334 0 0 0.906 Tank initStep + 10 0.894 -0.00568 0.0181 0.32 0.0143 0.0622 0.968 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -154 35.4 58.8 0.0293 0 0 0 Tank initStep - 1 -154 35.4 58.8 0.028 0.00126 0.00132 0.00132 Tank msc - 2 -154 35.4 58.8 0.00952 0.0185 0.0138 0.0152 Tank eIoni - 3 -154 35.4 58.8 0 0.00952 0.00228 0.0174 Tank eIoni - 4 -154 35.4 58.8 0 0 0 0.0174 Tank NoProcess + 0 0.886 0.00268 0.021 2.23e-06 0 0 0 Tank initStep + 1 98 86.8 64.2 2.23e-06 2.23e-06 145 145 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -125 57.9 63 0.0373 0 0 0 Tank initStep - 1 -125 57.9 63 0.0329 0.00442 0.00202 0.00202 Tank msc - 2 -124 57.9 63 0.0199 0.013 0.0161 0.0181 Tank eIoni - 3 -125 57.9 63 0 0.0199 0.00831 0.0264 Tank eIoni - 4 -125 57.9 63 0 0 0 0.0264 Tank NoProcess + 10 0.894 -0.00568 0.0181 0.32 0 0 0.968 Tank initStep + 11 0.933 -0.0457 0.00896 0.304 0.0156 0.0571 1.03 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 27 +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -125 57.9 63 2.24e-06 0 0 0 Tank initStep - 1 -5e+03 -4.3e+03 1.35e+03 2.24e-06 0 6.66e+03 6.66e+03 expHall Transportation - 2 -5e+03 -4.3e+03 1.35e+03 2.24e-06 0 0 6.66e+03 Tank Transportation - 3 -4.28e+03 -5e+03 1.12e+03 2.24e-06 0 1.03e+03 7.7e+03 expHall Transportation - 4 -4.28e+03 -5e+03 1.12e+03 2.24e-06 0 0 7.7e+03 Tank Transportation - 5 5e+03 -1.87e+03 -672 2.24e-06 0 9.96e+03 1.77e+04 expHall Transportation - 6 5e+03 -1.87e+03 -672 2.24e-06 0 0 1.77e+04 Tank Transportation - 7 1.01e+03 469 -5e+03 2.24e-06 0 6.33e+03 2.4e+04 expHall Transportation - 8 1.01e+03 469 -5e+03 2.24e-06 0 0 2.4e+04 Tank Transportation - 9 -3.04e+03 -2.22e+03 -1.98e+03 2.24e-06 2.24e-06 5.72e+03 2.97e+04 Tank OpAbsorption + 0 0.93 -0.043 0.00956 3e-06 0 0 0 Tank initStep + 1 3.72e+03 -5e+03 -1.49e+03 3e-06 0 6.41e+03 6.41e+03 expHall Transportation + 2 3.72e+03 -5e+03 -1.49e+03 3e-06 0 0 6.41e+03 Tank Transportation + 3 5e+03 -2.95e+03 -2.14e+03 3e-06 0 2.5e+03 8.91e+03 expHall Transportation + 4 5e+03 -2.95e+03 -2.14e+03 3e-06 0 0 8.91e+03 Tank Transportation + 5 3.1e+03 3.87e+03 -2.92e+03 3e-06 3e-06 7.13e+03 1.6e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -133 71.8 56.7 0.0127 0 0 0 Tank initStep - 1 -133 71.8 56.7 0.0101 0.00265 0.000302 0.000302 Tank msc - 2 -133 71.8 56.7 0 0.0101 0.00251 0.00281 Tank eIoni - 3 -133 71.8 56.7 0 0 0 0.00281 Tank NoProcess + 11 0.933 -0.0457 0.00896 0.304 0 0 1.03 Tank initStep + 12 0.951 -0.0939 0.0117 0.295 0.00966 0.0516 1.08 Tank Cerenkov + 13 0.963 -0.139 0.0131 0.287 0.00787 0.0484 1.13 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 95.1 41.6 0.00926 0 0 0 Tank initStep - 1 -126 95.1 41.6 0.00884 0.000422 0.000173 0.000173 Tank msc - 2 -126 95.1 41.6 0 0.00884 0.002 0.00217 Tank eIoni - 3 -126 95.1 41.6 0 0 0 0.00217 Tank NoProcess + 0 0.96 -0.129 0.0128 3.13e-06 0 0 0 Tank initStep + 1 4.56e+03 -5e+03 -441 3.13e-06 0 6.78e+03 6.78e+03 expHall Transportation + 2 4.56e+03 -5e+03 -441 3.13e-06 0 0 6.78e+03 Tank Transportation + 3 5e+03 -4.04e+03 -690 3.13e-06 0 1.09e+03 7.87e+03 expHall Transportation + 4 5e+03 -4.04e+03 -690 3.13e-06 0 0 7.87e+03 Tank Transportation + 5 4.62e+03 1.54e+03 -2.16e+03 3.13e-06 3.13e-06 5.78e+03 1.36e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 25 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 95.1 41.6 2.67e-06 0 0 0 Tank initStep - 1 -1.47e+03 5e+03 -4.19e+03 2.67e-06 0 6.61e+03 6.61e+03 expHall Transportation - 2 -1.47e+03 5e+03 -4.19e+03 2.67e-06 0 0 6.61e+03 Tank Transportation - 3 -579 4.31e+03 -5e+03 2.67e-06 0 1.39e+03 8e+03 expHall Transportation - 4 -579 4.31e+03 -5e+03 2.67e-06 0 0 8e+03 Tank Transportation - 5 5e+03 -3.18e+03 -2.98e+03 2.67e-06 0 9.55e+03 1.76e+04 expHall Transportation - 6 5e+03 -3.18e+03 -2.98e+03 2.67e-06 0 0 1.76e+04 Tank Transportation - 7 2.07e+03 -5e+03 -1.26e+03 2.67e-06 0 3.86e+03 2.14e+04 expHall Transportation - 8 2.07e+03 -5e+03 -1.26e+03 2.67e-06 0 0 2.14e+04 Tank Transportation - 9 -5e+03 3.82e+03 4.85e+03 2.67e-06 0 1.29e+04 3.43e+04 expHall Transportation - 10 -5e+03 3.82e+03 4.85e+03 2.67e-06 0 0 3.43e+04 Tank Transportation - 11 -4.93e+03 4e+03 5e+03 2.67e-06 0 243 3.45e+04 expHall Transportation - 12 -4.93e+03 4e+03 5e+03 2.67e-06 0 0 3.45e+04 Tank Transportation - 13 -4.45e+03 5e+03 4.79e+03 2.67e-06 0 1.13e+03 3.56e+04 expHall Transportation - 14 -3.16e+03 1e+04 4.34e+03 2.67e-06 0 5.18e+03 4.08e+04 world Transportation - 15 -1.87e+03 1.5e+04 3.89e+03 2.67e-06 0 5.18e+03 4.6e+04 OutOfWorld Transportation + 13 0.963 -0.139 0.0131 0.287 0 0 1.13 Tank initStep + 14 0.983 -0.177 -0.00391 0.28 0.00705 0.0459 1.17 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.8 0.188 0 0 0 Tank initStep - 1 -126 173 39.8 0.182 0.00649 0.0323 0.0323 Tank msc + 0 0.967 -0.146 0.01 3.53e-06 0 0 0 Tank initStep + 1 1.16e+03 1.72e+03 -5e+03 3.53e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 1.16e+03 1.72e+03 -5e+03 3.53e-06 0 0 5.41e+03 Tank Transportation + 3 -1.23e+03 -613 5e+03 3.53e-06 0 1.05e+04 1.6e+04 expHall Transportation + 4 -2.7e+03 -5.67e+03 1e+04 3.53e-06 0 7.26e+03 2.32e+04 world Transportation + 5 -4.17e+03 -1.07e+04 1.5e+04 3.53e-06 0 7.26e+03 3.05e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 24 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.8 3.43e-06 0 0 0 Tank initStep - 1 -5e+03 526 -3.65e+03 3.43e-06 0 6.12e+03 6.12e+03 expHall Transportation - 2 -6.22e+03 536 -1e+04 3.43e-06 0 6.47e+03 1.26e+04 world Transportation - 3 -7.17e+03 545 -1.5e+04 3.43e-06 0 5.09e+03 1.77e+04 OutOfWorld Transportation + 14 0.983 -0.177 -0.00391 0.28 0 0 1.17 Tank initStep + 15 1 -0.214 -0.00626 0.271 0.00863 0.0438 1.22 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -126 173 39.8 0.182 0 0 0.0323 Tank initStep - 2 -126 173 39.8 0.177 0.00518 0.0306 0.0629 Tank msc - 3 -126 173 39.8 0.155 0.022 0.0887 0.152 Tank eIoni - 4 -126 173 39.8 0.133 0.0212 0.0744 0.226 Tank eIoni - 5 -126 173 39.9 0.114 0.0196 0.0617 0.288 Tank eIoni + 0 0.992 -0.193 -0.00492 3.52e-06 0 0 0 Tank initStep + 1 5e+03 320 -1.73e+03 3.52e-06 0 5.3e+03 5.3e+03 expHall Transportation + 2 1e+04 686 -3.53e+03 3.52e-06 0 5.33e+03 1.06e+04 world Transportation + 3 1.5e+04 1.05e+03 -5.33e+03 3.52e-06 0 5.33e+03 1.6e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.9 2.16e-06 0 0 0 Tank initStep - 1 5e+03 2.05e+03 -2.17e+03 2.16e-06 0 5.89e+03 5.89e+03 expHall Transportation - 2 5e+03 2.05e+03 -2.17e+03 2.16e-06 0 0 5.89e+03 Tank Transportation - 3 2.96e+03 5e+03 -2.15e+03 2.16e-06 0 3.59e+03 9.48e+03 expHall Transportation - 4 2.96e+03 5e+03 -2.15e+03 2.16e-06 0 0 9.48e+03 Tank Transportation - 5 -5e+03 2.81e+03 -3.14e+03 2.16e-06 0 8.32e+03 1.78e+04 expHall Transportation - 6 -1e+04 -112 -3.11e+03 2.16e-06 0 5.79e+03 2.36e+04 world Transportation - 7 -1.5e+04 -3.04e+03 -3.08e+03 2.16e-06 0 5.79e+03 2.94e+04 OutOfWorld Transportation + 0 0.991 -0.191 -0.00482 2.33e-06 0 0 0 Tank initStep + 1 -1.9e+03 366 5e+03 2.33e-06 0 5.36e+03 5.36e+03 expHall Transportation + 2 -3.18e+03 89.9 1e+04 2.33e-06 0 5.17e+03 1.05e+04 world Transportation + 3 -4.46e+03 -186 1.5e+04 2.33e-06 0 5.17e+03 1.57e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 5 -126 173 39.9 0.114 0 0 0.288 Tank initStep - 6 -126 173 39.9 0.108 0.00535 0.0141 0.302 Tank msc + 15 1 -0.214 -0.00626 0.271 0 0 1.22 Tank initStep + 16 0.986 -0.242 -0.00825 0.263 0.00785 0.0411 1.26 Tank Cerenkov + 17 0.956 -0.265 -0.0145 0.255 0.0083 0.0388 1.29 Tank Cerenkov + 18 0.925 -0.282 -0.0139 0.249 0.00549 0.0365 1.33 Tank Cerenkov + 19 0.904 -0.296 -0.0096 0.245 0.00423 0.0261 1.36 Tank Cerenkov + 20 0.896 -0.3 -0.00631 0.244 0.00131 0.0101 1.37 Tank Cerenkov + 21 0.891 -0.301 -0.00526 0.243 0.000341 0.00509 1.37 Tank Cerenkov + 22 0.887 -0.302 -0.00442 0.243 0.000559 0.0038 1.38 Tank Cerenkov + 23 0.886 -0.303 -0.00394 0.243 0.000259 0.00168 1.38 Tank Cerenkov + 24 0.885 -0.303 -0.00376 0.243 0.000115 0.0007 1.38 Tank Cerenkov + 25 0.885 -0.303 -0.00369 0.242 6.63e-05 0.000266 1.38 Tank Cerenkov + 26 0.885 -0.303 -0.00368 0.242 3.94e-06 1.51e-05 1.38 Tank Cerenkov + 27 0.885 -0.303 -0.00368 0.242 3.69e-08 1.41e-07 1.38 Tank Cerenkov + 28 0.885 -0.303 -0.00368 0.242 3.45e-10 1.32e-09 1.38 Tank Cerenkov + 29 0.885 -0.303 -0.00368 0.242 3.22e-12 1.23e-11 1.38 Tank Cerenkov + 30 0.885 -0.303 -0.00368 0.242 3.01e-14 1.15e-13 1.38 Tank Cerenkov + 31 0.776 -0.335 0.028 0.162 0.0802 0.133 1.51 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.842 -0.316 0.00865 3.24e-06 0 0 0 Tank initStep + 1 1.01e+03 2.48e+03 5e+03 3.24e-06 0 5.67e+03 5.67e+03 expHall Transportation + 2 4.63e+03 8.09e+03 1e+04 3.24e-06 0 8.34e+03 1.4e+04 world Transportation + 3 8.26e+03 1.37e+04 1.5e+04 3.24e-06 0 8.34e+03 2.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.871 -0.307 0.000346 2.37e-06 0 0 0 Tank initStep + 1 -1.05e+03 -5e+03 -3.25e+03 2.37e-06 0 6.05e+03 6.05e+03 expHall Transportation + 2 -1.05e+03 -5e+03 -3.25e+03 2.37e-06 0 0 6.05e+03 Tank Transportation + 3 -1.19e+03 -3.29e+03 -5e+03 2.37e-06 0 2.45e+03 8.51e+03 expHall Transportation + 4 -2.28e+03 1e+04 -8.59e+03 2.37e-06 0 1.38e+04 2.23e+04 world Transportation + 5 -2.69e+03 1.5e+04 -9.94e+03 2.37e-06 0 5.2e+03 2.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.864 -0.309 0.00248 4.02e-06 0 0 0 Tank initStep + 1 -2.25e+03 -273 -3.75e+03 4.02e-06 4.02e-06 4.38e+03 4.38e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.868 -0.308 0.00122 2.79e-06 0 0 0 Tank initStep + 1 5e+03 -2.79e+03 -2.3e+03 2.79e-06 0 6.17e+03 6.17e+03 expHall Transportation + 2 7.49e+03 -1e+04 -7.85e+03 2.79e-06 0 9.44e+03 1.56e+04 world Transportation + 3 9.21e+03 -1.5e+04 -1.17e+04 2.79e-06 0 6.54e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.878 -0.305 -0.00183 3.15e-06 0 0 0 Tank initStep + 1 -387 -194 5e+03 3.15e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 -1.29e+03 -385 1e+04 3.15e-06 0 5.08e+03 1.01e+04 world Transportation + 3 -2.2e+03 -577 1.5e+04 3.15e-06 0 5.08e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.842 -0.316 0.00873 2.98e-06 0 0 0 Tank initStep + 1 5e+03 -2.45e+03 -1.76e+03 2.98e-06 0 5.84e+03 5.84e+03 expHall Transportation + 2 5e+03 -2.45e+03 -1.76e+03 2.98e-06 0 0 5.84e+03 Tank Transportation + 3 1.46e+03 -4.46e+03 -5e+03 2.98e-06 0 5.21e+03 1.1e+04 expHall Transportation + 4 1.46e+03 -4.46e+03 -5e+03 2.98e-06 0 0 1.1e+04 Tank Transportation + 5 851 -5e+03 -4.52e+03 2.98e-06 0 941 1.2e+04 expHall Transportation + 6 851 -5e+03 -4.52e+03 2.98e-06 0 0 1.2e+04 Tank Transportation + 7 -4.27e+03 5e+03 -4.14e+03 2.98e-06 0 1.12e+04 2.32e+04 expHall Transportation + 8 -1e+04 9.46e+03 -3.9e+03 2.98e-06 0 7.27e+03 3.05e+04 world Transportation + 9 -1.5e+04 1.34e+04 -3.68e+03 2.98e-06 0 6.34e+03 3.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.814 -0.324 0.0168 2.29e-06 0 0 0 Tank initStep + 1 3.26e+03 5e+03 3.24e+03 2.29e-06 0 6.79e+03 6.79e+03 expHall Transportation + 2 3.26e+03 5e+03 3.24e+03 2.29e-06 0 0 6.79e+03 Tank Transportation + 3 4.48e+03 611 5e+03 2.29e-06 0 4.88e+03 1.17e+04 expHall Transportation + 4 4.48e+03 611 5e+03 2.29e-06 0 0 1.17e+04 Tank Transportation + 5 5e+03 201 4.12e+03 2.29e-06 0 1.1e+03 1.28e+04 expHall Transportation + 6 5e+03 201 4.12e+03 2.29e-06 0 0 1.28e+04 Tank Transportation + 7 1.29e+03 -443 1.36e+03 2.29e-06 2.29e-06 4.66e+03 1.74e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 0.776 -0.335 0.028 0.162 0 0 1.51 Tank initStep + 32 0.752 -0.341 0.029 0.157 0.00551 0.0244 1.54 Tank msc + 33 0.692 -0.352 0.0113 0.124 0.0326 0.0732 1.61 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.699 -0.35 0.0133 3.54e-06 0 0 0 Tank initStep + 1 -3.58e+03 -5e+03 -1.99e+03 3.54e-06 0 6.46e+03 6.46e+03 expHall Transportation + 2 -1e+04 -7.45e+03 -7.19e+03 3.54e-06 0 8.62e+03 1.51e+04 world Transportation + 3 -1.5e+04 -9.36e+03 -1.12e+04 3.54e-06 0 6.71e+03 2.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.706 -0.349 0.0154 3.93e-06 0 0 0 Tank initStep + 1 665 1.18e+03 102 3.93e-06 3.93e-06 1.36e+03 1.36e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 0.692 -0.352 0.0113 0.124 0 0 1.61 Tank initStep + 34 0.684 -0.344 0.00125 0.119 0.00506 0.0155 1.63 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.687 -0.347 0.0056 2.58e-06 0 0 0 Tank initStep + 1 4.43e+03 -5e+03 -3.08e+03 2.58e-06 0 7.36e+03 7.36e+03 expHall Transportation + 2 1e+04 -5.89e+03 -8.25e+03 2.58e-06 0 7.65e+03 1.5e+04 world Transportation + 3 1.5e+04 -6.69e+03 -1.29e+04 2.58e-06 0 6.87e+03 2.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 34 0.684 -0.344 0.00125 0.119 0 0 1.63 Tank initStep + 35 0.677 -0.335 -0.00797 0.114 0.00546 0.0145 1.64 Tank msc + 36 0.66 -0.308 -0.0356 0.0889 0.0247 0.0489 1.69 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.671 -0.326 -0.0169 3.78e-06 0 0 0 Tank initStep + 1 551 -5e+03 -81.6 3.78e-06 0 5.03e+03 5.03e+03 expHall Transportation + 2 -85.6 -1e+04 -483 3.78e-06 0 5.06e+03 1.01e+04 world Transportation + 3 -722 -1.5e+04 -885 3.78e-06 0 5.06e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.669 -0.322 -0.0214 2.17e-06 0 0 0 Tank initStep + 1 1.3e+03 81 -5e+03 2.17e-06 0 5.17e+03 5.17e+03 expHall Transportation + 2 5.52e+03 104 -1e+04 2.17e-06 0 6.54e+03 1.17e+04 world Transportation + 3 9.74e+03 127 -1.5e+04 2.17e-06 0 6.54e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 36 0.66 -0.308 -0.0356 0.0889 0 0 1.69 Tank initStep + 37 0.655 -0.301 -0.0381 0.0868 0.00211 0.00875 1.7 Tank msc + 38 0.64 -0.277 -0.0462 0.053 0.0338 0.0362 1.73 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.641 -0.278 -0.0457 2.58e-06 0 0 0 Tank initStep + 1 -2.6e+03 -5e+03 -412 2.58e-06 0 5.65e+03 5.65e+03 expHall Transportation + 2 -1e+04 -8.62e+03 -1.57e+03 2.58e-06 0 8.32e+03 1.4e+04 world Transportation + 3 -1.5e+04 -1.11e+04 -2.35e+03 2.58e-06 0 5.62e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.647 -0.288 -0.0426 3.03e-06 0 0 0 Tank initStep + 1 -2.52e+03 -448 -5e+03 3.03e-06 0 5.62e+03 5.62e+03 expHall Transportation + 2 -2.52e+03 -448 -5e+03 3.03e-06 0 0 5.62e+03 Tank Transportation + 3 -5e+03 -3.37e+03 -2.12e+03 3.03e-06 0 4.79e+03 1.04e+04 expHall Transportation + 4 -5e+03 -3.37e+03 -2.12e+03 3.03e-06 0 0 1.04e+04 Tank Transportation + 5 2.52e+03 -4.61e+03 5e+03 3.03e-06 0 1.04e+04 2.08e+04 expHall Transportation + 6 2.52e+03 -4.61e+03 5e+03 3.03e-06 0 0 2.08e+04 Tank Transportation + 7 5e+03 -3.96e+03 3.91e+03 3.03e-06 0 2.79e+03 2.36e+04 expHall Transportation + 8 1e+04 6.11e+03 -3.22e+03 3.03e-06 0 1.33e+04 3.69e+04 world Transportation + 9 1.44e+04 1.5e+04 -9.51e+03 3.03e-06 0 1.18e+04 4.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 38 0.64 -0.277 -0.0462 0.053 0 0 1.73 Tank initStep + 39 0.641 -0.275 -0.0491 0.0501 0.00294 0.00353 1.74 Tank msc + 40 0.645 -0.267 -0.062 0.0351 0.015 0.022 1.76 Tank eIoni + 41 0.646 -0.26 -0.07 0.0211 0.0139 0.0164 1.78 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.646 -0.262 -0.0675 3.86e-06 0 0 0 Tank initStep + 1 207 -74.5 137 3.86e-06 3.86e-06 259 259 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 41 0.646 -0.26 -0.07 0.0211 0 0 1.78 Tank initStep + 42 0.646 -0.261 -0.0702 0.0204 0.000741 0.000681 1.78 Tank msc + 43 0.642 -0.262 -0.0717 0 0.0204 0.00798 1.78 Tank eIoni + 44 0.642 -0.262 -0.0717 0 0 0 1.78 Tank Scintillation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.642 -0.262 -0.0717 0.511 0 0 0 Tank initStep + 1 -343 -96.7 -192 0.465 0.000537 405 405 Tank compt + 2 -431 -136 -322 0.166 1.36e-05 162 567 Tank compt + 3 -414 -117 -283 0.105 2.92e-05 46 613 Tank compt + 4 -464 -296 -399 0.0977 1.42e-05 219 832 Tank compt + 5 -482 -306 -406 0.0976 1.36e-05 21.9 854 Tank compt + 6 -563 -350 -430 0.0918 0.000537 94.6 949 Tank compt + 7 -566 -350 -428 0.0918 0 3.79 952 Tank Rayl + 8 -596 -342 -406 0.0911 1.42e-05 37 989 Tank compt + 9 -631 -314 -365 0.0808 1.42e-05 61.1 1.05e+03 Tank compt + 10 -589 -390 -215 0.0724 1.36e-05 173 1.22e+03 Tank compt + 11 -544 -328 -171 0.0724 0 88.6 1.31e+03 Tank Rayl + 12 -528 -311 -166 0.0615 0.000537 23.7 1.34e+03 Tank compt + 13 -571 -290 -130 0.0536 1.42e-05 59.2 1.39e+03 Tank compt + 14 -600 -327 -164 0.0536 0 58.4 1.45e+03 Tank Rayl + 15 -619 -391 -159 0.0511 1.42e-05 67.4 1.52e+03 Tank compt + 16 -615 -399 -167 0.0438 0.000537 11.5 1.53e+03 Tank compt + 17 -608 -330 -151 0.0422 1.36e-05 70.4 1.6e+03 Tank compt + 18 -607 -316 -164 0.0397 2.92e-05 19.6 1.62e+03 Tank compt + 19 -608 -324 -178 0.0347 1.42e-05 16.5 1.64e+03 Tank compt + 20 -622 -261 -132 0 0.000537 80.2 1.72e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -622 -261 -132 0.0341 0 0 0 Tank initStep + 1 -622 -261 -132 0.0318 0.00228 0.00173 0.00173 Tank msc + 2 -622 -261 -132 0.00838 0.0235 0.0156 0.0174 Tank eIoni + 3 -622 -261 -132 0 0.00838 0.00182 0.0192 Tank eIoni + 4 -622 -261 -132 0 0 0 0.0192 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -608 -324 -178 0.00507 0 0 0 Tank initStep + 1 -608 -324 -178 0.00488 0.000195 6.05e-05 6.05e-05 Tank msc + 2 -608 -324 -178 0 0.00488 0.000707 0.000768 Tank eIoni + 3 -608 -324 -178 0 0 0 0.000768 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -607 -316 -164 0.00246 0 0 0 Tank initStep + 1 -607 -316 -164 0.00229 0.000165 1.76e-05 1.76e-05 Tank msc + 2 -607 -316 -164 0 0.00229 0.000196 0.000213 Tank eIoni + 3 -607 -316 -164 0 0 0 0.000213 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -608 -330 -151 0.00153 0 0 0 Tank initStep + 1 -608 -330 -151 0.00153 0 8.14e-06 8.14e-06 Tank msc + 2 -608 -330 -151 0 0.00153 0.000102 0.00011 Tank eIoni + 3 -608 -330 -151 0 0 0 0.00011 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -615 -399 -167 0.00675 0 0 0 Tank initStep + 1 -615 -399 -167 0.0067 4.46e-05 9.93e-05 9.93e-05 Tank msc + 2 -615 -399 -167 0 0.0067 0.00123 0.00133 Tank eIoni + 3 -615 -399 -167 0 0 0 0.00133 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -619 -391 -159 0.00255 0 0 0 Tank initStep + 1 -619 -391 -159 0.00251 4.36e-05 1.88e-05 1.88e-05 Tank msc + 2 -619 -391 -159 0 0.00251 0.000228 0.000247 Tank eIoni + 3 -619 -391 -159 0 0 0 0.000247 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -571 -290 -130 0.00782 0 0 0 Tank initStep + 1 -571 -290 -130 0.00763 0.00019 0.000129 0.000129 Tank msc + 2 -571 -290 -130 0 0.00763 0.00154 0.00167 Tank eIoni + 3 -571 -290 -130 0 0 0 0.00167 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -528 -311 -166 0.0104 0 0 0 Tank initStep + 1 -528 -311 -166 0.00987 0.000547 0.000213 0.000213 Tank msc + 2 -528 -311 -166 0 0.00987 0.00242 0.00264 Tank eIoni + 3 -528 -311 -166 0 0 0 0.00264 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -589 -390 -215 0.00833 0 0 0 Tank initStep + 1 -589 -390 -215 0.00809 0.000236 0.000144 0.000144 Tank msc + 2 -589 -390 -215 0 0.00809 0.00171 0.00185 Tank eIoni + 3 -589 -390 -215 0 0 0 0.00185 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -631 -314 -365 0.0103 0 0 0 Tank initStep + 1 -631 -314 -365 0.00995 0.000336 0.000209 0.000209 Tank msc + 2 -631 -314 -365 0 0.00995 0.00246 0.00267 Tank eIoni + 3 -631 -314 -365 0 0 0 0.00267 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -631 -314 -365 4.07e-06 0 0 0 Tank initStep + 1 1.55e+03 2.8e+03 -5e+03 4.07e-06 0 6e+03 6e+03 expHall Transportation + 2 1.55e+03 2.8e+03 -5e+03 4.07e-06 0 0 6e+03 Tank Transportation + 3 5e+03 4.8e+03 739 4.07e-06 0 6.99e+03 1.3e+04 expHall Transportation + 4 5e+03 4.8e+03 739 4.07e-06 0 0 1.3e+04 Tank Transportation + 5 4.84e+03 5e+03 1.21e+03 4.07e-06 0 535 1.35e+04 expHall Transportation + 6 4.84e+03 5e+03 1.21e+03 4.07e-06 0 0 1.35e+04 Tank Transportation + 7 4.43e+03 3.85e+03 2.03e+03 4.07e-06 0 1.47e+03 1.5e+04 Tank OpRayleigh + 8 5e+03 4.33e+03 1.98e+03 4.07e-06 0 746 1.57e+04 expHall Transportation + 9 5e+03 4.33e+03 1.98e+03 4.07e-06 0 0 1.57e+04 Tank Transportation + 10 4.88e+03 5e+03 2.11e+03 4.07e-06 0 694 1.64e+04 expHall Transportation + 11 4.37e+03 1e+04 5.03e+03 4.07e-06 0 5.81e+03 2.22e+04 world Transportation + 12 3.86e+03 1.5e+04 7.94e+03 4.07e-06 0 5.81e+03 2.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -596 -342 -406 0.000764 0 0 0 Tank initStep + 1 -596 -342 -406 0.000764 0 2.87e-06 2.87e-06 Tank msc + 2 -596 -342 -406 0 0.000764 3.59e-05 3.87e-05 Tank eIoni + 3 -596 -342 -406 0 0 0 3.87e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -563 -350 -430 0.00522 0 0 0 Tank initStep + 1 -563 -350 -430 0.00476 0.000464 6.36e-05 6.36e-05 Tank msc + 2 -563 -350 -430 0 0.00476 0.000677 0.000741 Tank eIoni + 3 -563 -350 -430 0 0 0 0.000741 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -482 -306 -406 6.44e-05 0 0 0 Tank initStep + 1 -482 -306 -406 0 6.44e-05 3.46e-07 3.46e-07 Tank msc + 2 -482 -306 -406 0 0 0 3.46e-07 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -464 -296 -399 0.00687 0 0 0 Tank initStep + 1 -464 -296 -399 0.00627 0.000599 0.000103 0.000103 Tank msc + 2 -464 -296 -399 0 0.00627 0.00109 0.00119 Tank eIoni + 3 -464 -296 -399 0 0 0 0.00119 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -414 -117 -283 0.0615 0 0 0 Tank initStep + 1 -414 -117 -283 0.0596 0.00186 0.00488 0.00488 Tank msc + 2 -414 -117 -283 0.042 0.0176 0.0262 0.0311 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -414 -117 -283 3.83e-06 0 0 0 Tank initStep + 1 -60.7 -942 -5e+03 3.83e-06 0 4.8e+03 4.8e+03 expHall Transportation + 2 362 -1.92e+03 -1e+04 3.83e-06 0 5.11e+03 9.91e+03 world Transportation + 3 785 -2.9e+03 -1.5e+04 3.83e-06 0 5.11e+03 1.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -414 -117 -283 3.81e-06 0 0 0 Tank initStep + 1 -1.3e+03 -84.1 1.11e+03 3.81e-06 0 1.66e+03 1.66e+03 Tank OpRayleigh + 2 12.5 -662 5e+03 3.81e-06 0 4.15e+03 5.8e+03 expHall Transportation + 3 4.39e+03 -1.82e+03 1e+04 3.81e-06 0 6.75e+03 1.25e+04 world Transportation + 4 8.77e+03 -2.99e+03 1.5e+04 3.81e-06 0 6.75e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -414 -117 -283 2.53e-06 0 0 0 Tank initStep + 1 -5e+03 1.54e+03 -2.23e+03 2.53e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 -1e+04 7.36e+03 -5.23e+03 2.53e-06 0 8.24e+03 1.35e+04 world Transportation + 3 -1.5e+04 1.32e+04 -8.23e+03 2.53e-06 0 8.24e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -414 -117 -283 3.93e-06 0 0 0 Tank initStep + 1 767 212 1.16e+03 3.93e-06 3.93e-06 1.9e+03 1.9e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -414 -117 -283 0.042 0 0 0.0311 Tank initStep + 3 -414 -117 -283 0.0408 0.00119 0.0025 0.0336 Tank msc + 4 -414 -117 -283 0.0257 0.0151 0.0192 0.0528 Tank eIoni + 5 -414 -117 -283 0.0117 0.014 0.0125 0.0653 Tank eIoni + 6 -414 -117 -283 0 0.0117 0.00326 0.0686 Tank eIoni + 7 -414 -117 -283 0 0 0 0.0686 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 0.298 0 0 0 Tank initStep + 1 -431 -136 -322 0.288 0.0103 0.05 0.05 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 3.75e-06 0 0 0 Tank initStep + 1 -5e+03 -460 -1.11e+03 3.75e-06 0 4.65e+03 4.65e+03 expHall Transportation + 2 -5e+03 -460 -1.11e+03 3.75e-06 0 0 4.65e+03 Tank Transportation + 3 -3.11e+03 -5e+03 -300 3.75e-06 0 4.98e+03 9.63e+03 expHall Transportation + 4 -3.11e+03 -5e+03 -300 3.75e-06 0 0 9.63e+03 Tank Transportation + 5 5e+03 1.61e+03 1.09e+03 3.75e-06 0 1.06e+04 2.02e+04 expHall Transportation + 6 5e+03 1.61e+03 1.09e+03 3.75e-06 0 0 2.02e+04 Tank Transportation + 7 706 5e+03 1.18e+03 3.75e-06 0 5.47e+03 2.57e+04 expHall Transportation + 8 706 5e+03 1.18e+03 3.75e-06 0 0 2.57e+04 Tank Transportation + 9 -2.35e+03 3.34e+03 1.9e+03 3.75e-06 0 3.55e+03 2.92e+04 Tank OpRayleigh + 10 -3.51e+03 5e+03 756 3.75e-06 0 2.33e+03 3.15e+04 expHall Transportation + 11 -3.51e+03 5e+03 756 3.75e-06 0 0 3.15e+04 Tank Transportation + 12 -5e+03 3.44e+03 731 3.75e-06 0 2.16e+03 3.37e+04 expHall Transportation + 13 -5e+03 3.44e+03 731 3.75e-06 0 0 3.37e+04 Tank Transportation + 14 -465 -5e+03 584 3.75e-06 0 9.58e+03 4.33e+04 expHall Transportation + 15 4.61e+03 -1e+04 -883 3.75e-06 0 7.27e+03 5.05e+04 world Transportation + 16 9.68e+03 -1.5e+04 -2.35e+03 3.75e-06 0 7.27e+03 5.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 2.96e-06 0 0 0 Tank initStep + 1 -1.4e+03 333 -5e+03 2.96e-06 0 4.8e+03 4.8e+03 expHall Transportation + 2 -4.65e+03 620 -1e+04 2.96e-06 0 5.97e+03 1.08e+04 world Transportation + 3 -7.91e+03 908 -1.5e+04 2.96e-06 0 5.97e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 2.25e-06 0 0 0 Tank initStep + 1 -4.53e+03 -1.12e+03 -5e+03 2.25e-06 0 6.3e+03 6.3e+03 expHall Transportation + 2 -1e+04 -5.09e+03 -5.47e+03 2.25e-06 0 6.78e+03 1.31e+04 world Transportation + 3 -1.5e+04 -8.72e+03 -5.89e+03 2.25e-06 0 6.19e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -431 -136 -322 0.288 0 0 0.05 Tank initStep + 2 -431 -136 -322 0.234 0.0545 0.0467 0.0966 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 2.35e-06 0 0 0 Tank initStep + 1 1.14e+03 148 -5e+03 2.35e-06 0 4.94e+03 4.94e+03 expHall Transportation + 2 1.14e+03 148 -5e+03 2.35e-06 0 0 4.94e+03 Tank Transportation + 3 -5e+03 -3.13e+03 -4.22e+03 2.35e-06 0 7.01e+03 1.19e+04 expHall Transportation + 4 -5e+03 -3.13e+03 -4.22e+03 2.35e-06 0 0 1.19e+04 Tank Transportation + 5 -3.9e+03 -5e+03 -4.4e+03 2.35e-06 0 2.18e+03 1.41e+04 expHall Transportation + 6 -3.9e+03 -5e+03 -4.4e+03 2.35e-06 0 0 1.41e+04 Tank Transportation + 7 -3.76e+03 -4.91e+03 -4.56e+03 2.35e-06 2.35e-06 229 1.44e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -431 -136 -322 0.234 0 0 0.0966 Tank initStep + 3 -431 -136 -322 0.221 0.0122 0.0455 0.142 Tank msc + 4 -431 -136 -322 0.187 0.0344 0.121 0.263 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 2.74e-06 0 0 0 Tank initStep + 1 2.63e+03 -59.9 -5e+03 2.74e-06 0 5.59e+03 5.59e+03 expHall Transportation + 2 1e+04 911 -7.04e+03 2.74e-06 0 7.71e+03 1.33e+04 world Transportation + 3 1.5e+04 1.57e+03 -8.42e+03 2.74e-06 0 5.23e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 2.8e-06 0 0 0 Tank initStep + 1 -1.53e+03 -5e+03 -1.77e+03 2.8e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 -1.53e+03 -5e+03 -1.77e+03 2.8e-06 0 0 5.19e+03 Tank Transportation + 3 -3.29e+03 -2.41e+03 -5e+03 2.8e-06 0 4.5e+03 9.69e+03 expHall Transportation + 4 -3.29e+03 -2.41e+03 -5e+03 2.8e-06 0 0 9.69e+03 Tank Transportation + 5 -5e+03 -1.43e+03 -3.39e+03 2.8e-06 0 2.54e+03 1.22e+04 expHall Transportation + 6 -1e+04 2.85e+03 -127 2.8e-06 0 7.35e+03 1.96e+04 world Transportation + 7 -1.5e+04 7.14e+03 3.14e+03 2.8e-06 0 7.35e+03 2.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -136 -322 3.34e-06 0 0 0 Tank initStep + 1 -14.6 -31.3 -1.17e+03 3.34e-06 3.34e-06 949 949 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -431 -136 -322 0.187 0 0 0.263 Tank initStep + 5 -431 -136 -322 0.179 0.00838 0.032 0.295 Tank msc + 6 -431 -136 -322 0.151 0.0279 0.0901 0.385 Tank eIoni + 7 -431 -135 -322 0.122 0.0288 0.0721 0.457 Tank eIoni + 8 -431 -135 -322 0.0681 0.0539 0.0553 0.512 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -135 -322 2.36e-06 0 0 0 Tank initStep + 1 1.14e+03 -5e+03 -1.63e+03 2.36e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 6.56e+03 -1e+04 -4.82e+03 2.36e-06 0 8.03e+03 1.33e+04 world Transportation + 3 1.2e+04 -1.5e+04 -8.01e+03 2.36e-06 0 8.03e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -135 -322 2.3e-06 0 0 0 Tank initStep + 1 3.66e+03 123 -4.19e+03 2.3e-06 2.3e-06 5.63e+03 5.63e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -431 -135 -322 0.0681 0 0 0.512 Tank initStep + 9 -431 -135 -322 0.0648 0.00322 0.00584 0.518 Tank msc + 10 -431 -135 -322 0.0474 0.0174 0.0282 0.546 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -135 -322 2.52e-06 0 0 0 Tank initStep + 1 -3.74e+03 1.43e+03 -1.07e+03 2.52e-06 2.52e-06 3.73e+03 3.73e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -431 -135 -322 0.0474 0 0 0.546 Tank initStep + 11 -431 -135 -322 0.0463 0.00115 0.0031 0.549 Tank msc + 12 -431 -135 -322 0.0337 0.0126 0.0213 0.571 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -431 -135 -322 3.46e-06 0 0 0 Tank initStep + 1 93.8 2e+03 -5.48 3.46e-06 3.46e-06 2.22e+03 2.22e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -431 -135 -322 0.0337 0 0 0.571 Tank initStep + 13 -431 -135 -322 0.0328 0.000822 0.00169 0.572 Tank msc + 14 -431 -135 -322 0.0181 0.0148 0.0161 0.588 Tank eIoni + 15 -431 -135 -322 0 0.0181 0.00702 0.595 Tank eIoni + 16 -431 -135 -322 0 0 0 0.595 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -343 -96.7 -192 0.0459 0 0 0 Tank initStep + 1 -343 -96.7 -192 0.0453 0.000578 0.00293 0.00293 Tank msc + 2 -343 -96.7 -192 0.0321 0.0132 0.0209 0.0238 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -343 -96.7 -192 3.38e-06 0 0 0 Tank initStep + 1 812 -5e+03 174 3.38e-06 0 5.05e+03 5.05e+03 expHall Transportation + 2 2.44e+03 -1e+04 1.9e+03 3.38e-06 0 5.53e+03 1.06e+04 world Transportation + 3 4.06e+03 -1.5e+04 3.63e+03 3.38e-06 0 5.53e+03 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -343 -96.7 -192 3.97e-06 0 0 0 Tank initStep + 1 -5e+03 -1.18e+03 2.04e+03 3.97e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 -5e+03 -1.18e+03 2.04e+03 3.97e-06 0 0 5.28e+03 Tank Transportation + 3 -1.7e+03 -958 5e+03 3.97e-06 0 4.44e+03 9.72e+03 expHall Transportation + 4 -1.7e+03 -958 5e+03 3.97e-06 0 0 9.72e+03 Tank Transportation + 5 -394 -1.21e+03 3.35e+03 3.97e-06 3.97e-06 2.12e+03 1.18e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -343 -96.7 -192 0.0321 0 0 0.0238 Tank initStep + 3 -343 -96.7 -192 0.0289 0.00328 0.00156 0.0254 Tank msc + 4 -343 -96.7 -192 0.0118 0.0171 0.0143 0.0397 Tank eIoni + 5 -343 -96.7 -192 0 0.0118 0.00333 0.043 Tank eIoni + 6 -343 -96.7 -192 0 0 0 0.043 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.642 -0.262 -0.0717 0.511 0 0 0 Tank initStep + 1 348 97.4 194 0.309 1.42e-05 410 410 Tank compt + 2 337 115 252 0.201 1.42e-05 61.4 471 Tank compt + 3 183 129 236 0.126 1.42e-05 156 627 Tank compt + 4 184 129 238 0.126 0 1.73 629 Tank Rayl + 5 248 93.7 340 0.0954 1.36e-05 125 754 Tank compt + 6 212 105 351 0.0733 2.92e-05 39.5 794 Tank compt + 7 292 139 364 0.0665 1.42e-05 87.8 882 Tank compt + 8 316 109 414 0.0553 0.000537 63.3 945 Tank compt + 9 320 106 404 0.0553 0 11.1 956 Tank Rayl + 10 305 -7.93 301 0.0455 1.42e-05 154 1.11e+03 Tank compt + 11 306 -0.958 312 0.0415 1.42e-05 13.1 1.12e+03 Tank compt + 12 296 -93.6 341 0.0382 2.92e-05 97.6 1.22e+03 Tank compt + 13 287 -87.2 346 0 0.000537 12 1.23e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 287 -87.2 346 0.0376 0 0 0 Tank initStep + 1 287 -87.2 346 0.0363 0.00131 0.00206 0.00206 Tank msc + 2 287 -87.2 346 0.0215 0.0148 0.0175 0.0196 Tank eIoni + 3 287 -87.2 346 0 0.0215 0.00955 0.0291 Tank eIoni + 4 287 -87.2 346 0 0 0 0.0291 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 287 -87.2 346 3.61e-06 0 0 0 Tank initStep + 1 -2.85e+03 -5e+03 -1.15e+03 3.61e-06 0 6.02e+03 6.02e+03 expHall Transportation + 2 -1e+04 -9.64e+03 -3.12e+03 3.61e-06 0 8.75e+03 1.48e+04 world Transportation + 3 -1.5e+04 -1.29e+04 -4.5e+03 3.61e-06 0 6.12e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 296 -93.6 341 0.00326 0 0 0 Tank initStep + 1 296 -93.6 341 0.00321 5.78e-05 2.84e-05 2.84e-05 Tank msc + 2 296 -93.6 341 0 0.00321 0.000344 0.000373 Tank eIoni + 3 296 -93.6 341 0 0 0 0.000373 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 306 -0.958 312 0.00407 0 0 0 Tank initStep + 1 306 -0.958 312 0.00403 3.76e-05 4.14e-05 4.14e-05 Tank msc + 2 306 -0.958 312 0 0.00403 0.000509 0.00055 Tank eIoni + 3 306 -0.958 312 0 0 0 0.00055 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 305 -7.93 301 0.00975 0 0 0 Tank initStep + 1 305 -7.93 301 0.00915 0.000594 0.00019 0.00019 Tank msc + 2 305 -7.93 301 0 0.00915 0.00212 0.00231 Tank eIoni + 3 305 -7.93 301 0 0 0 0.00231 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 316 109 414 0.0107 0 0 0 Tank initStep + 1 316 109 414 0.0103 0.000337 0.000223 0.000223 Tank msc + 2 316 109 414 0 0.0103 0.00263 0.00285 Tank eIoni + 3 316 109 414 0 0 0 0.00285 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 316 109 414 2.73e-06 0 0 0 Tank initStep + 1 -981 5e+03 3.4e+03 2.73e-06 0 5.88e+03 5.88e+03 expHall Transportation + 2 -981 5e+03 3.4e+03 2.73e-06 0 0 5.88e+03 Tank Transportation + 3 -2.74e+03 2.99e+03 5e+03 2.73e-06 0 3.11e+03 8.99e+03 expHall Transportation + 4 -2.74e+03 2.99e+03 5e+03 2.73e-06 0 0 8.99e+03 Tank Transportation + 5 -5e+03 -1.2e+03 -1.23e+03 2.73e-06 0 7.84e+03 1.68e+04 expHall Transportation + 6 -5e+03 -1.2e+03 -1.23e+03 2.73e-06 0 0 1.68e+04 Tank Transportation + 7 5e+03 -2.4e+03 -4.88e+03 2.73e-06 0 1.07e+04 2.75e+04 expHall Transportation + 8 1e+04 -3.78e+03 -7.97e+03 2.73e-06 0 6.04e+03 3.36e+04 world Transportation + 9 1.5e+04 -5.17e+03 -1.11e+04 2.73e-06 0 6.04e+03 3.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 292 139 364 0.00682 0 0 0 Tank initStep + 1 292 139 364 0.00665 0.000168 0.000101 0.000101 Tank msc + 2 292 139 364 0 0.00665 0.00121 0.00131 Tank eIoni + 3 292 139 364 0 0 0 0.00131 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 212 105 351 0.022 0 0 0 Tank initStep + 1 212 105 351 0.0216 0.000454 0.000796 0.000796 Tank msc + 2 212 105 351 0 0.0216 0.00959 0.0104 Tank eIoni + 3 212 105 351 0 0 0 0.0104 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 248 93.7 340 0.0307 0 0 0 Tank initStep + 1 248 93.7 340 0.0299 0.000866 0.00144 0.00144 Tank msc + 2 248 93.6 340 0.0133 0.0166 0.0147 0.0162 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 248 93.7 340 3.68e-06 0 0 0 Tank initStep + 1 5e+03 -1.82e+03 -3.53e+03 3.68e-06 0 6.42e+03 6.42e+03 expHall Transportation + 2 5e+03 -1.82e+03 -3.53e+03 3.68e-06 0 0 6.42e+03 Tank Transportation + 3 3.83e+03 -3.71e+03 -5e+03 3.68e-06 0 2.66e+03 9.08e+03 expHall Transportation + 4 3.83e+03 -3.71e+03 -5e+03 3.68e-06 0 0 9.08e+03 Tank Transportation + 5 3.08e+03 -5e+03 -4.02e+03 3.68e-06 0 1.79e+03 1.09e+04 expHall Transportation + 6 3.08e+03 -5e+03 -4.02e+03 3.68e-06 0 0 1.09e+04 Tank Transportation + 7 -5e+03 -522 -855 3.68e-06 0 9.76e+03 2.06e+04 expHall Transportation + 8 -5e+03 -522 -855 3.68e-06 0 0 2.06e+04 Tank Transportation + 9 -1.8e+03 2.4e+03 -866 3.68e-06 3.68e-06 4.33e+03 2.5e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 248 93.7 340 3.93e-06 0 0 0 Tank initStep + 1 -5e+03 -2.49e+03 -2.81e+03 3.93e-06 0 6.64e+03 6.64e+03 expHall Transportation + 2 -1e+04 -6.94e+03 -8.42e+03 3.93e-06 0 8.74e+03 1.54e+04 world Transportation + 3 -1.5e+04 -1.14e+04 -1.4e+04 3.93e-06 0 8.74e+03 2.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 248 93.7 340 2.2e-06 0 0 0 Tank initStep + 1 5e+03 3.99e+03 -1.88e+03 2.2e-06 0 6.54e+03 6.54e+03 expHall Transportation + 2 5e+03 3.99e+03 -1.88e+03 2.2e-06 0 0 6.54e+03 Tank Transportation + 3 4.15e+03 5e+03 -2.53e+03 2.2e-06 0 1.47e+03 8e+03 expHall Transportation + 4 4.15e+03 5e+03 -2.53e+03 2.2e-06 0 0 8e+03 Tank Transportation + 5 3.28e+03 3.13e+03 -5e+03 2.2e-06 0 3.22e+03 1.12e+04 expHall Transportation + 6 3.28e+03 3.13e+03 -5e+03 2.2e-06 0 0 1.12e+04 Tank Transportation + 7 4.18e+03 -90.8 1.82e+03 2.2e-06 2.2e-06 7.6e+03 1.88e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 248 93.6 340 0.0133 0 0 0.0162 Tank initStep + 3 248 93.6 340 0.0127 0.000576 0.000326 0.0165 Tank msc + 4 248 93.6 340 0 0.0127 0.00377 0.0203 Tank eIoni + 5 248 93.6 340 0 0 0 0.0203 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 248 93.6 340 2.27e-06 0 0 0 Tank initStep + 1 -1.74e+03 -5e+03 -1.97e+03 2.27e-06 0 5.94e+03 5.94e+03 expHall Transportation + 2 -1.74e+03 -5e+03 -1.97e+03 2.27e-06 0 0 5.94e+03 Tank Transportation + 3 -4.45e+03 -4.73e+03 -5e+03 2.27e-06 0 4.07e+03 1e+04 expHall Transportation + 4 -4.45e+03 -4.73e+03 -5e+03 2.27e-06 0 0 1e+04 Tank Transportation + 5 -5e+03 -4.6e+03 -4.8e+03 2.27e-06 0 601 1.06e+04 expHall Transportation + 6 -5e+03 -4.6e+03 -4.8e+03 2.27e-06 0 0 1.06e+04 Tank Transportation + 7 5e+03 -2.89e+03 -4.61e+03 2.27e-06 0 1.01e+04 2.08e+04 expHall Transportation + 8 1e+04 -1.33e+03 -4.92e+03 2.27e-06 0 5.25e+03 2.6e+04 world Transportation + 9 1.5e+04 221 -5.22e+03 2.27e-06 0 5.25e+03 3.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 248 93.6 340 3.84e-06 0 0 0 Tank initStep + 1 774 -1.22e+03 -2.19e+03 3.84e-06 0 2.89e+03 2.89e+03 Tank OpRayleigh + 2 1.93e+03 -2.12e+03 5e+03 3.84e-06 0 7.34e+03 1.02e+04 expHall Transportation + 3 1.93e+03 -2.12e+03 5e+03 3.84e-06 0 0 1.02e+04 Tank Transportation + 4 2.55e+03 -2.57e+03 4.82e+03 3.84e-06 0 792 1.1e+04 Tank OpRayleigh + 5 2.46e+03 -2.92e+03 5e+03 3.84e-06 0 405 1.14e+04 expHall Transportation + 6 2.46e+03 -2.92e+03 5e+03 3.84e-06 0 0 1.14e+04 Tank Transportation + 7 1.7e+03 -5e+03 3.59e+03 3.84e-06 0 2.62e+03 1.4e+04 expHall Transportation + 8 -1.59e+03 -1e+04 -1.64e+03 3.84e-06 0 7.95e+03 2.2e+04 world Transportation + 9 -4.89e+03 -1.5e+04 -6.87e+03 3.84e-06 0 7.95e+03 3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 183 129 236 0.0748 0 0 0 Tank initStep + 1 183 129 236 0.0724 0.00241 0.00689 0.00689 Tank msc + 2 183 130 236 0.0605 0.0119 0.0313 0.0382 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 183 129 236 2.25e-06 0 0 0 Tank initStep + 1 1.44e+03 4.83e+03 5e+03 2.25e-06 0 6.81e+03 6.81e+03 expHall Transportation + 2 3.27e+03 1e+04 7.18e+03 2.25e-06 0 5.9e+03 1.27e+04 world Transportation + 3 5.03e+03 1.5e+04 9.28e+03 2.25e-06 0 5.7e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 183 130 236 0.0605 0 0 0.0382 Tank initStep + 3 183 130 236 0.0582 0.0023 0.00474 0.0429 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 183 130 236 3.45e-06 0 0 0 Tank initStep + 1 -183 2e+03 5.37 3.45e-06 0 1.92e+03 1.92e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 183 130 236 0.0582 0 0 0.0429 Tank initStep + 4 183 130 236 0.0557 0.00244 0.00443 0.0474 Tank msc + 5 183 130 236 0.0369 0.0188 0.0247 0.0721 Tank eIoni + 6 183 130 236 0.0195 0.0174 0.0177 0.0898 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 90 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 183 130 236 2.24e-06 0 0 0 Tank initStep + 1 1.93e+03 1.6e+03 1.65e+03 2.24e-06 2.24e-06 2.69e+03 2.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 183 130 236 0.0195 0 0 0.0898 Tank initStep + 7 183 130 236 0.0186 0.000934 0.000642 0.0905 Tank msc + 8 183 130 236 0 0.0186 0.00737 0.0978 Tank eIoni + 9 183 130 236 0 0 0 0.0978 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 337 115 252 0.108 0 0 0 Tank initStep + 1 337 115 252 0.107 0.00132 0.013 0.013 Tank msc + 2 337 115 252 0.0806 0.0263 0.0473 0.0603 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 337 115 252 2.4e-06 0 0 0 Tank initStep + 1 -2.74e+03 3.23e+03 2.79e+03 2.4e-06 2.4e-06 5.06e+03 5.06e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 337 115 252 0.0806 0 0 0.0603 Tank initStep + 3 337 115 252 0.0775 0.00309 0.00784 0.0681 Tank msc + 4 337 115 252 0.0637 0.0138 0.0334 0.102 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 337 115 252 3.38e-06 0 0 0 Tank initStep + 1 -2.76e+03 5e+03 -104 3.38e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 -9.17e+03 1e+04 -1.03e+03 3.38e-06 0 8.18e+03 1.4e+04 world Transportation + 3 -1.5e+04 1.45e+04 -1.88e+03 3.38e-06 0 7.44e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 337 115 252 2.28e-06 0 0 0 Tank initStep + 1 -5e+03 4.94e+03 465 2.28e-06 0 7.2e+03 7.2e+03 expHall Transportation + 2 -7.38e+03 1e+04 442 2.28e-06 0 5.59e+03 1.28e+04 world Transportation + 3 -9.73e+03 1.5e+04 418 2.28e-06 0 5.53e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 337 115 252 3.32e-06 0 0 0 Tank initStep + 1 -410 1.02e+03 2.07e+03 3.32e-06 3.32e-06 2.16e+03 2.16e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 337 115 252 0.0637 0 0 0.102 Tank initStep + 5 337 115 252 0.0616 0.00213 0.00519 0.107 Tank msc + 6 337 115 252 0.041 0.0206 0.0269 0.134 Tank eIoni + 7 337 115 252 0.0173 0.0237 0.0193 0.153 Tank eIoni + 8 337 115 252 0 0.0173 0.00648 0.159 Tank eIoni + 9 337 115 252 0 0 0 0.159 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 89 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 337 115 252 3.24e-06 0 0 0 Tank initStep + 1 2.41e+03 2.48e+03 -5e+03 3.24e-06 0 6.12e+03 6.12e+03 expHall Transportation + 2 6.56e+03 5.32e+03 -1e+04 3.24e-06 0 7.1e+03 1.32e+04 world Transportation + 3 1.07e+04 8.16e+03 -1.5e+04 3.24e-06 0 7.1e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.4 194 0.202 0 0 0 Tank initStep + 1 348 97.4 194 0.194 0.00734 0.0362 0.0362 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.4 194 3.36e-06 0 0 0 Tank initStep + 1 -5e+03 -989 -2.39e+03 3.36e-06 0 6.04e+03 6.04e+03 expHall Transportation + 2 -1e+04 -1.63e+03 -6.26e+03 3.36e-06 0 6.36e+03 1.24e+04 world Transportation + 3 -1.5e+04 -2.28e+03 -1.01e+04 3.36e-06 0 6.36e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 348 97.4 194 0.194 0 0 0.0362 Tank initStep + 2 348 97.4 194 0.186 0.00824 0.0341 0.0702 Tank msc + 3 348 97.3 194 0.143 0.0431 0.0953 0.166 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.3 194 3.69e-06 0 0 0 Tank initStep + 1 -5e+03 -1.45e+03 3e+03 3.69e-06 0 6.23e+03 6.23e+03 expHall Transportation + 2 -1e+04 -3.65e+03 6.4e+03 3.69e-06 0 6.43e+03 1.27e+04 world Transportation + 3 -1.5e+04 -5.86e+03 9.79e+03 3.69e-06 0 6.43e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.3 194 2.81e-06 0 0 0 Tank initStep + 1 -5e+03 4.44e+03 814 2.81e-06 0 6.92e+03 6.92e+03 expHall Transportation + 2 -5e+03 4.44e+03 814 2.81e-06 0 0 6.92e+03 Tank Transportation + 3 -4.72e+03 5e+03 929 2.81e-06 0 633 7.55e+03 expHall Transportation + 4 -4.72e+03 5e+03 929 2.81e-06 0 0 7.55e+03 Tank Transportation + 5 5e+03 2.6e+03 3.87e+03 2.81e-06 0 1.04e+04 1.8e+04 expHall Transportation + 6 5e+03 2.6e+03 3.87e+03 2.81e-06 0 0 1.8e+04 Tank Transportation + 7 4.51e+03 1.7e+03 4.3e+03 2.81e-06 2.81e-06 1.11e+03 1.91e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 348 97.3 194 0.143 0 0 0.166 Tank initStep + 4 348 97.3 194 0.139 0.00372 0.0207 0.186 Tank msc + 5 348 97.3 194 0.113 0.026 0.0652 0.251 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.3 194 3.97e-06 0 0 0 Tank initStep + 1 -493 2.17e+03 5e+03 3.97e-06 0 5.3e+03 5.3e+03 expHall Transportation + 2 -493 2.17e+03 5e+03 3.97e-06 0 0 5.3e+03 Tank Transportation + 3 -2.01e+03 5e+03 2.5e+03 3.97e-06 0 4.07e+03 9.37e+03 expHall Transportation + 4 -2.01e+03 5e+03 2.5e+03 3.97e-06 0 0 9.37e+03 Tank Transportation + 5 -3.39e+03 -1.52e+03 2.07e+03 3.97e-06 3.97e-06 6.68e+03 1.6e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 348 97.3 194 0.113 0 0 0.251 Tank initStep + 6 348 97.3 194 0.109 0.00451 0.0141 0.266 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.3 194 3.48e-06 0 0 0 Tank initStep + 1 -771 -488 -187 3.48e-06 3.48e-06 1.32e+03 1.32e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 348 97.3 194 0.109 0 0 0.266 Tank initStep + 7 348 97.3 194 0.105 0.00411 0.0131 0.279 Tank msc + 8 348 97.3 194 0.0868 0.018 0.0462 0.325 Tank eIoni + 9 348 97.4 194 0.0717 0.0151 0.0376 0.362 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.3 194 2.91e-06 0 0 0 Tank initStep + 1 -2.25e+03 -293 5e+03 2.91e-06 0 5.48e+03 5.48e+03 expHall Transportation + 2 -2.25e+03 -293 5e+03 2.91e-06 0 0 5.48e+03 Tank Transportation + 3 -5e+03 1.56e+03 2.15e+03 2.91e-06 0 4.37e+03 9.85e+03 expHall Transportation + 4 -5e+03 1.56e+03 2.15e+03 2.91e-06 0 0 9.85e+03 Tank Transportation + 5 5e+03 4.74e+03 4.67e+03 2.91e-06 0 1.08e+04 2.06e+04 expHall Transportation + 6 5e+03 4.74e+03 4.67e+03 2.91e-06 0 0 2.06e+04 Tank Transportation + 7 4.89e+03 5e+03 4.77e+03 2.91e-06 0 302 2.09e+04 expHall Transportation + 8 4.89e+03 5e+03 4.77e+03 2.91e-06 0 0 2.09e+04 Tank Transportation + 9 -5e+03 -3.47e+03 685 2.91e-06 0 1.36e+04 3.46e+04 expHall Transportation + 10 -5e+03 -3.47e+03 685 2.91e-06 0 0 3.46e+04 Tank Transportation + 11 -3.37e+03 -5e+03 1.2e+03 2.91e-06 0 2.3e+03 3.69e+04 expHall Transportation + 12 -3.37e+03 -5e+03 1.2e+03 2.91e-06 0 0 3.69e+04 Tank Transportation + 13 5e+03 756 -426 2.91e-06 0 1.03e+04 4.72e+04 expHall Transportation + 14 5e+03 756 -426 2.91e-06 0 0 4.72e+04 Tank Transportation + 15 762 1.9e+03 -5e+03 2.91e-06 0 6.34e+03 5.35e+04 expHall Transportation + 16 762 1.9e+03 -5e+03 2.91e-06 0 0 5.35e+04 Tank Transportation + 17 -3.8e+03 5e+03 -4.03e+03 2.91e-06 0 5.6e+03 5.91e+04 expHall Transportation + 18 -3.8e+03 5e+03 -4.03e+03 2.91e-06 0 0 5.91e+04 Tank Transportation + 19 -5e+03 3.64e+03 -3.96e+03 2.91e-06 0 1.81e+03 6.09e+04 expHall Transportation + 20 -5e+03 3.64e+03 -3.96e+03 2.91e-06 0 0 6.09e+04 Tank Transportation + 21 -4.71e+03 2.81e+03 -3.74e+03 2.91e-06 2.91e-06 907 6.18e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 348 97.4 194 0.0717 0 0 0.362 Tank initStep + 10 348 97.4 194 0.0671 0.00463 0.0064 0.369 Tank msc + 11 348 97.4 194 0.0548 0.0123 0.0291 0.398 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.4 194 2.47e-06 0 0 0 Tank initStep + 1 -1.12e+03 -5e+03 1.16e+03 2.47e-06 0 5.39e+03 5.39e+03 expHall Transportation + 2 -7.31e+03 -1e+04 2.5e+03 2.47e-06 0 8.07e+03 1.35e+04 world Transportation + 3 -1.35e+04 -1.5e+04 3.83e+03 2.47e-06 0 8.07e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 348 97.4 194 0.0548 0 0 0.398 Tank initStep + 12 348 97.4 194 0.0526 0.00224 0.00399 0.402 Tank msc + 13 348 97.4 194 0.0407 0.0119 0.0236 0.426 Tank eIoni + 14 348 97.4 194 0.0274 0.0132 0.0192 0.445 Tank eIoni + 15 348 97.4 194 0.00557 0.0219 0.0135 0.458 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 88 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 348 97.4 194 2.47e-06 0 0 0 Tank initStep + 1 2.25e+03 -5e+03 -528 2.47e-06 0 5.49e+03 5.49e+03 expHall Transportation + 2 6.19e+03 -1e+04 -1.34e+03 2.47e-06 0 6.42e+03 1.19e+04 world Transportation + 3 1.01e+04 -1.5e+04 -2.15e+03 2.47e-06 0 6.42e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 51 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 348 97.4 194 0.00557 0 0 0.458 Tank initStep + 16 348 97.4 194 0.00532 0.000248 7.1e-05 0.458 Tank msc + 17 348 97.4 194 0 0.00532 0.00082 0.459 Tank eIoni + 18 348 97.4 194 0 0 0 0.459 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.644 -0.262 -0.071 3.54e-06 0 0 0 Tank initStep + 1 2.01e+03 -5e+03 372 3.54e-06 0 5.4e+03 5.4e+03 expHall Transportation + 2 2.01e+03 -5e+03 372 3.54e-06 0 0 5.4e+03 Tank Transportation + 3 5e+03 -2.33e+03 1.21e+03 3.54e-06 0 4.09e+03 9.49e+03 expHall Transportation + 4 5e+03 -2.33e+03 1.21e+03 3.54e-06 0 0 9.49e+03 Tank Transportation + 5 -1.29e+03 3.92e+03 5e+03 3.54e-06 0 9.64e+03 1.91e+04 expHall Transportation + 6 -1.29e+03 3.92e+03 5e+03 3.54e-06 0 0 1.91e+04 Tank Transportation + 7 -1.5e+03 5e+03 3.49e+03 3.54e-06 0 1.87e+03 2.1e+04 expHall Transportation + 8 -1.5e+03 5e+03 3.49e+03 3.54e-06 0 0 2.1e+04 Tank Transportation + 9 -5e+03 786 -8.38 3.54e-06 0 6.5e+03 2.75e+04 expHall Transportation + 10 -5e+03 786 -8.38 3.54e-06 0 0 2.75e+04 Tank Transportation + 11 5e+03 -4.11e+03 -3.6e+03 3.54e-06 0 1.17e+04 3.92e+04 expHall Transportation + 12 5e+03 -4.11e+03 -3.6e+03 3.54e-06 0 0 3.92e+04 Tank Transportation + 13 3.53e+03 -5e+03 -4.62e+03 3.54e-06 0 2e+03 4.12e+04 expHall Transportation + 14 3.53e+03 -5e+03 -4.62e+03 3.54e-06 0 0 4.12e+04 Tank Transportation + 15 3.53e+03 -4.17e+03 -5e+03 3.54e-06 0 911 4.21e+04 expHall Transportation + 16 3.53e+03 -4.17e+03 -5e+03 3.54e-06 0 0 4.21e+04 Tank Transportation + 17 2.5e+03 1.48e+03 -3.34e+03 3.54e-06 3.54e-06 5.98e+03 4.81e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.139 -0.0102 -0.00628 0.473 0.0269 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0725 -0.00531 -0.00328 2.19e-06 0 0 0 Tank initStep + 1 3.07e+03 -2.07e+03 5e+03 2.19e-06 0 6.22e+03 6.22e+03 expHall Transportation + 2 7.3e+03 -3.8e+03 1e+04 2.19e-06 0 6.77e+03 1.3e+04 world Transportation + 3 1.15e+04 -5.54e+03 1.5e+04 2.19e-06 0 6.77e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0919 -0.00674 -0.00417 2.4e-06 0 0 0 Tank initStep + 1 461 2e+03 -263 2.4e-06 2.4e-06 2.07e+03 2.07e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0964 -0.00707 -0.00437 2.88e-06 0 0 0 Tank initStep + 1 -2.57e+03 5e+03 3.38e+03 2.88e-06 0 6.56e+03 6.56e+03 expHall Transportation + 2 -2.57e+03 5e+03 3.38e+03 2.88e-06 0 0 6.56e+03 Tank Transportation + 3 -4.36e+03 3.73e+03 5e+03 2.88e-06 0 2.73e+03 9.29e+03 expHall Transportation + 4 -4.36e+03 3.73e+03 5e+03 2.88e-06 0 0 9.29e+03 Tank Transportation + 5 -5e+03 2.94e+03 4.24e+03 2.88e-06 0 1.27e+03 1.06e+04 expHall Transportation + 6 -5e+03 2.94e+03 4.24e+03 2.88e-06 0 0 1.06e+04 Tank Transportation + 7 353 2.2e+03 500 2.88e-06 0 6.57e+03 1.71e+04 Bubble Transportation + 8 353 2.2e+03 500 2.88e-06 0 0 1.71e+04 Tank Transportation + 9 3.51e+03 1.76e+03 2.71e+03 2.88e-06 2.88e-06 3.88e+03 2.1e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.074 -0.00543 -0.00335 2.06e-06 0 0 0 Tank initStep + 1 131 -2.5e+03 -2.34e+03 2.06e-06 2.06e-06 3.43e+03 3.43e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.00182 -0.000133 -8.24e-05 3.66e-06 0 0 0 Tank initStep + 1 5e+03 -25 1.71e+03 3.66e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 5e+03 -25 1.71e+03 3.66e-06 0 0 5.28e+03 Tank Transportation + 3 98.4 -2.52e+03 5e+03 3.66e-06 0 6.41e+03 1.17e+04 expHall Transportation + 4 98.4 -2.52e+03 5e+03 3.66e-06 0 0 1.17e+04 Tank Transportation + 5 -3.84e+03 -5e+03 -1.87e+03 3.66e-06 0 8.3e+03 2e+04 expHall Transportation + 6 -3.84e+03 -5e+03 -1.87e+03 3.66e-06 0 0 2e+04 Tank Transportation + 7 -5e+03 -2.58e+03 -3.34e+03 3.66e-06 0 3.06e+03 2.3e+04 expHall Transportation + 8 -5e+03 -2.58e+03 -3.34e+03 3.66e-06 0 0 2.3e+04 Tank Transportation + 9 -4.02e+03 -376 -4.3e+03 3.66e-06 3.66e-06 2.6e+03 2.56e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0425 -0.00312 -0.00193 2.55e-06 0 0 0 Tank initStep + 1 5e+03 -1.26e+03 -3.16e+03 2.55e-06 0 6.05e+03 6.05e+03 expHall Transportation + 2 9.8e+03 -5.34e+03 -1e+04 2.55e-06 0 9.3e+03 1.53e+04 world Transportation + 3 1.33e+04 -8.32e+03 -1.5e+04 2.55e-06 0 6.8e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0868 -0.00636 -0.00393 3.46e-06 0 0 0 Tank initStep + 1 5e+03 2.39e+03 -1.18e+03 3.46e-06 0 5.67e+03 5.67e+03 expHall Transportation + 2 5e+03 2.39e+03 -1.18e+03 3.46e-06 0 0 5.67e+03 Tank Transportation + 3 2.74e+03 5e+03 -1.29e+03 3.46e-06 0 3.46e+03 9.12e+03 expHall Transportation + 4 2.74e+03 5e+03 -1.29e+03 3.46e-06 0 0 9.12e+03 Tank Transportation + 5 -3.56e+03 -1.27e+03 5e+03 3.46e-06 0 1.09e+04 2e+04 expHall Transportation + 6 -3.56e+03 -1.27e+03 5e+03 3.46e-06 0 0 2e+04 Tank Transportation + 7 -5e+03 -2.58e+03 4.73e+03 3.46e-06 0 1.96e+03 2.2e+04 expHall Transportation + 8 -9.24e+03 -1e+04 2.54e+03 3.46e-06 0 8.82e+03 3.08e+04 world Transportation + 9 -1.21e+04 -1.5e+04 1.07e+03 3.46e-06 0 5.95e+03 3.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0241 -0.00176 -0.00109 2.89e-06 0 0 0 Tank initStep + 1 5e+03 -1.66e+03 -3.06e+03 2.89e-06 0 6.09e+03 6.09e+03 expHall Transportation + 2 8.83e+03 -7.29e+03 -1e+04 2.89e-06 0 9.72e+03 1.58e+04 world Transportation + 3 1.16e+04 -1.13e+04 -1.5e+04 2.89e-06 0 7e+03 2.28e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.139 -0.0102 -0.00628 0.473 0 0 0.139 Tank initStep + 2 0.263 -0.00551 -0.00249 0.391 0.0818 0.125 0.264 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.181 -0.00858 -0.00499 2.47e-06 0 0 0 Tank initStep + 1 -5e+03 -2.23e+03 -3.19e+03 2.47e-06 0 6.34e+03 6.34e+03 expHall Transportation + 2 -8.46e+03 -9.25e+03 -1e+04 2.47e-06 0 1.04e+04 1.67e+04 world Transportation + 3 -1.1e+04 -1.44e+04 -1.5e+04 2.47e-06 0 7.62e+03 2.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.17 -0.00898 -0.00532 3.28e-06 0 0 0 Tank initStep + 1 2.42e+03 -5e+03 1.36e+03 3.28e-06 0 5.72e+03 5.72e+03 expHall Transportation + 2 6.59e+03 -1e+04 4.52e+03 3.28e-06 0 7.24e+03 1.3e+04 world Transportation + 3 1.08e+04 -1.5e+04 7.69e+03 3.28e-06 0 7.24e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.22 -0.00713 -0.00381 3.69e-06 0 0 0 Tank initStep + 1 4.5e+03 5e+03 -753 3.69e-06 0 6.77e+03 6.77e+03 expHall Transportation + 2 4.5e+03 5e+03 -753 3.69e-06 0 0 6.77e+03 Tank Transportation + 3 5e+03 4.89e+03 -796 3.69e-06 0 509 7.28e+03 expHall Transportation + 4 1e+04 1.77e+03 -2.32e+03 3.69e-06 0 6.09e+03 1.34e+04 world Transportation + 5 1.5e+04 -1.36e+03 -3.84e+03 3.69e-06 0 6.09e+03 1.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.162 -0.00928 -0.00557 3.39e-06 0 0 0 Tank initStep + 1 5e+03 3.31e+03 2.17e+03 3.39e-06 0 6.38e+03 6.38e+03 expHall Transportation + 2 1e+04 6.15e+03 3.28e+03 3.39e-06 0 5.86e+03 1.22e+04 world Transportation + 3 1.5e+04 8.99e+03 4.39e+03 3.39e-06 0 5.86e+03 1.81e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.261 -0.00557 -0.00254 3.23e-06 0 0 0 Tank initStep + 1 5e+03 698 -1.69e+03 3.23e-06 0 5.32e+03 5.32e+03 expHall Transportation + 2 5e+03 698 -1.69e+03 3.23e-06 0 0 5.32e+03 Tank Transportation + 3 3.84e+03 370 -5e+03 3.23e-06 0 3.52e+03 8.85e+03 expHall Transportation + 4 1.14e+03 -154 -1e+04 3.23e-06 0 5.71e+03 1.46e+04 world Transportation + 5 -1.56e+03 -678 -1.5e+04 3.23e-06 0 5.71e+03 2.03e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.144 -0.00994 -0.0061 3.45e-06 0 0 0 Tank initStep + 1 5e+03 720 -910 3.45e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 1e+04 2.38e+03 -2.57e+03 3.45e-06 0 5.52e+03 1.07e+04 world Transportation + 3 1.5e+04 4.05e+03 -4.22e+03 3.45e-06 0 5.52e+03 1.62e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.263 -0.00551 -0.00249 0.391 0 0 0.264 Tank initStep + 3 0.346 -0.00276 0.014 0.371 0.0206 0.0853 0.35 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.273 -0.00519 -0.000584 3.71e-06 0 0 0 Tank initStep + 1 -377 2.41e+03 1.26e+03 3.71e-06 3.71e-06 2.75e+03 2.75e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.278 -0.00503 0.000414 3.3e-06 0 0 0 Tank initStep + 1 5e+03 412 -117 3.3e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 1e+04 4.84e+03 3.2e+03 3.3e-06 0 7.45e+03 1.25e+04 world Transportation + 3 1.5e+04 9.27e+03 6.51e+03 3.3e-06 0 7.45e+03 1.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.289 -0.00463 0.00278 2.08e-06 0 0 0 Tank initStep + 1 2.95e+03 -4.81e+03 3.47e+03 2.08e-06 2.08e-06 6.62e+03 6.62e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.314 -0.0038 0.00778 3.78e-06 0 0 0 Tank initStep + 1 1.58e+03 802 93.7 3.78e-06 3.78e-06 1.77e+03 1.77e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.346 -0.00276 0.014 0.371 0 0 0.35 Tank initStep + 4 0.422 -0.00332 0.00771 0.357 0.0137 0.0765 0.426 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.39 -0.00308 0.0104 3.37e-06 0 0 0 Tank initStep + 1 5e+03 -1.41e+03 -2.39e+03 3.37e-06 0 5.72e+03 5.72e+03 expHall Transportation + 2 5e+03 -1.41e+03 -2.39e+03 3.37e-06 0 0 5.72e+03 Tank Transportation + 3 4.77e+03 -320 -1.06e+03 3.37e-06 3.37e-06 1.73e+03 7.45e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.422 -0.00332 0.00771 0.357 0 0 0.426 Tank initStep + 5 0.487 0.00434 -0.0178 0.337 0.0195 0.071 0.497 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.484 0.00397 -0.0165 2.35e-06 0 0 0 Tank initStep + 1 5e+03 125 305 2.35e-06 0 5.01e+03 5.01e+03 expHall Transportation + 2 1e+04 -471 608 2.35e-06 0 5.04e+03 1.01e+04 world Transportation + 3 1.5e+04 -1.07e+03 911 2.35e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.487 0.00434 -0.0178 0.337 0 0 0.497 Tank initStep + 6 0.538 0.029 -0.0433 0.323 0.0141 0.0635 0.561 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.517 0.0185 -0.0325 2.46e-06 0 0 0 Tank initStep + 1 -5e+03 2.84e+03 1.55e+03 2.46e-06 0 5.96e+03 5.96e+03 expHall Transportation + 2 -5e+03 2.84e+03 1.55e+03 2.46e-06 0 0 5.96e+03 Tank Transportation + 3 -3.09e+03 5e+03 2.44e+03 2.46e-06 0 3.02e+03 8.97e+03 expHall Transportation + 4 -3.09e+03 5e+03 2.44e+03 2.46e-06 0 0 8.97e+03 Tank Transportation + 5 -3.01e+03 3.61e+03 2.72e+03 2.46e-06 2.46e-06 1.43e+03 1.04e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.538 0.029 -0.0433 0.323 0 0 0.561 Tank initStep + 7 0.585 0.0521 -0.0679 0.313 0.0102 0.0583 0.619 Tank Cerenkov + 8 0.622 0.0758 -0.0975 0.307 0.00662 0.0547 0.674 Tank Cerenkov + 9 0.663 0.0926 -0.122 0.3 0.00693 0.0524 0.726 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.645 0.085 -0.111 4.08e-06 0 0 0 Tank initStep + 1 -3.55e+03 2.1e+03 2.45e+03 4.08e-06 4.08e-06 4.8e+03 4.8e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.623 0.0763 -0.0982 4.08e-06 0 0 0 Tank initStep + 1 -2.2e+03 5e+03 -2.03e+03 4.08e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 -6.64e+03 1e+04 -3.52e+03 4.08e-06 0 6.85e+03 1.27e+04 world Transportation + 3 -1.11e+04 1.5e+04 -5e+03 4.08e-06 0 6.85e+03 1.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.663 0.0926 -0.122 0.3 0 0 0.726 Tank initStep + 10 0.693 0.128 -0.141 0.284 0.0161 0.0501 0.776 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.686 0.12 -0.137 2.25e-06 0 0 0 Tank initStep + 1 713 5e+03 1.35e+03 2.25e-06 0 5.23e+03 5.23e+03 expHall Transportation + 2 2.09e+03 1e+04 5.46e+03 2.25e-06 0 6.62e+03 1.18e+04 world Transportation + 3 3.47e+03 1.5e+04 9.58e+03 2.25e-06 0 6.62e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.664 0.0933 -0.123 2.8e-06 0 0 0 Tank initStep + 1 5e+03 4.31e+03 -4.88e+03 2.8e-06 0 8.21e+03 8.21e+03 expHall Transportation + 2 5e+03 4.31e+03 -4.88e+03 2.8e-06 0 0 8.21e+03 Tank Transportation + 3 4.84e+03 4.44e+03 -5e+03 2.8e-06 0 240 8.45e+03 expHall Transportation + 4 4.84e+03 4.44e+03 -5e+03 2.8e-06 0 0 8.45e+03 Tank Transportation + 5 3.58e+03 5e+03 -2.97e+03 2.8e-06 0 2.46e+03 1.09e+04 expHall Transportation + 6 3.58e+03 5e+03 -2.97e+03 2.8e-06 0 0 1.09e+04 Tank Transportation + 7 3.87e+03 -2.07e+03 5e+03 2.8e-06 0 1.07e+04 2.16e+04 expHall Transportation + 8 3.87e+03 -2.07e+03 5e+03 2.8e-06 0 0 2.16e+04 Tank Transportation + 9 5e+03 -4.3e+03 2.31e+03 2.8e-06 0 3.67e+03 2.52e+04 expHall Transportation + 10 5e+03 -4.3e+03 2.31e+03 2.8e-06 0 0 2.52e+04 Tank Transportation + 11 4.59e+03 -5e+03 1.66e+03 2.8e-06 0 1.04e+03 2.63e+04 expHall Transportation + 12 4.59e+03 -5e+03 1.66e+03 2.8e-06 0 0 2.63e+04 Tank Transportation + 13 5e+03 49.5 -3e+03 2.8e-06 0 6.88e+03 3.32e+04 expHall Transportation + 14 5e+03 49.5 -3e+03 2.8e-06 0 0 3.32e+04 Tank Transportation + 15 3.13e+03 2.63e+03 -5e+03 2.8e-06 0 3.76e+03 3.69e+04 expHall Transportation + 16 3.13e+03 2.63e+03 -5e+03 2.8e-06 0 0 3.69e+04 Tank Transportation + 17 1.77e+03 5e+03 -4.44e+03 2.8e-06 0 2.79e+03 3.97e+04 expHall Transportation + 18 -7.23e+03 1e+04 -660 2.8e-06 0 1.1e+04 5.07e+04 world Transportation + 19 -1.5e+04 1.43e+04 2.6e+03 2.8e-06 0 9.47e+03 6.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.693 0.128 -0.141 0.284 0 0 0.776 Tank initStep + 11 0.714 0.167 -0.148 0.273 0.0104 0.045 0.821 Tank Cerenkov + 12 0.73 0.203 -0.156 0.237 0.0363 0.0418 0.863 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.723 0.187 -0.152 3.73e-06 0 0 0 Tank initStep + 1 44.4 173 -1.21e+03 3.73e-06 3.73e-06 1.22e+03 1.22e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.73 0.203 -0.156 0.237 0 0 0.863 Tank initStep + 13 0.751 0.24 -0.172 0.228 0.00856 0.0451 0.908 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.731 0.204 -0.156 2.49e-06 0 0 0 Tank initStep + 1 -1.22e+03 4.1e+03 -2.63e+03 2.49e-06 2.49e-06 5.02e+03 5.02e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 0.751 0.24 -0.172 0.228 0 0 0.908 Tank initStep + 14 0.764 0.275 -0.19 0.219 0.00907 0.0425 0.951 Tank msc + 15 0.779 0.357 -0.248 0.194 0.0256 0.115 1.07 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.765 0.281 -0.194 2.2e-06 0 0 0 Tank initStep + 1 2.32e+03 5e+03 608 2.2e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 4.2e+03 1e+04 1.66e+03 2.2e-06 0 5.44e+03 1.1e+04 world Transportation + 3 6.07e+03 1.5e+04 2.71e+03 2.2e-06 0 5.44e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.77 0.309 -0.214 3.35e-06 0 0 0 Tank initStep + 1 5e+03 -741 -1.42e+03 3.35e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 1e+04 -1.53e+03 -2.46e+03 3.35e-06 0 5.17e+03 1.04e+04 world Transportation + 3 1.5e+04 -2.32e+03 -3.5e+03 3.35e-06 0 5.17e+03 1.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.777 0.347 -0.241 3.67e-06 0 0 0 Tank initStep + 1 1.83e+03 1e+03 3.37e+03 3.67e-06 0 3.96e+03 3.96e+03 Tank OpRayleigh + 2 913 -1.55e+03 5e+03 3.67e-06 0 3.17e+03 7.13e+03 expHall Transportation + 3 913 -1.55e+03 5e+03 3.67e-06 0 0 7.13e+03 Tank Transportation + 4 -286 -5e+03 3.85e+03 3.67e-06 0 3.83e+03 1.1e+04 expHall Transportation + 5 -4.34e+03 -1e+04 1.69e+03 3.67e-06 0 6.79e+03 1.77e+04 world Transportation + 6 -8.4e+03 -1.5e+04 -464 3.67e-06 0 6.79e+03 2.45e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.779 0.357 -0.248 3.8e-06 0 0 0 Tank initStep + 1 -5e+03 3.1e+03 9.88 3.8e-06 0 5.89e+03 5.89e+03 expHall Transportation + 2 -1e+04 8.99e+03 -466 3.8e-06 0 7.74e+03 1.36e+04 world Transportation + 3 -1.5e+04 1.49e+04 -942 3.8e-06 0 7.74e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.771 0.315 -0.218 2.42e-06 0 0 0 Tank initStep + 1 -2.41e+03 5e+03 3.16e+03 2.42e-06 0 6.39e+03 6.39e+03 expHall Transportation + 2 -2.41e+03 5e+03 3.16e+03 2.42e-06 0 0 6.39e+03 Tank Transportation + 3 -4.75e+03 745 5e+03 2.42e-06 0 5.2e+03 1.16e+04 expHall Transportation + 4 -4.75e+03 745 5e+03 2.42e-06 0 0 1.16e+04 Tank Transportation + 5 -5e+03 472 4.71e+03 2.42e-06 0 465 1.2e+04 expHall Transportation + 6 -5e+03 472 4.71e+03 2.42e-06 0 0 1.2e+04 Tank Transportation + 7 2.74e+03 -3.18e+03 -2.59e+03 2.42e-06 2.42e-06 1.12e+04 2.33e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.779 0.357 -0.248 0.194 0 0 1.07 Tank initStep + 16 0.782 0.382 -0.269 0.186 0.00717 0.0326 1.1 Tank msc + 17 0.782 0.445 -0.32 0.161 0.0257 0.0924 1.19 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.782 0.401 -0.285 3.7e-06 0 0 0 Tank initStep + 1 2.5e+03 -3.77e+03 -5e+03 3.7e-06 0 6.74e+03 6.74e+03 expHall Transportation + 2 2.5e+03 -3.77e+03 -5e+03 3.7e-06 0 0 6.74e+03 Tank Transportation + 3 2.82e+03 -5e+03 -4.39e+03 3.7e-06 0 1.41e+03 8.15e+03 expHall Transportation + 4 -53.5 -1e+04 877 3.7e-06 0 7.81e+03 1.6e+04 world Transportation + 5 -2.92e+03 -1.5e+04 6.15e+03 3.7e-06 0 7.81e+03 2.38e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.782 0.445 -0.32 0.161 0 0 1.19 Tank initStep + 18 0.79 0.466 -0.312 0.153 0.00785 0.024 1.22 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.788 0.461 -0.314 3.38e-06 0 0 0 Tank initStep + 1 -2.25e+03 5e+03 882 3.38e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 -4.62e+03 1e+04 457 3.38e-06 0 5.55e+03 1.11e+04 world Transportation + 3 -6.99e+03 1.5e+04 31.9 3.38e-06 0 5.55e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.79 0.466 -0.312 0.153 0 0 1.22 Tank initStep + 19 0.794 0.486 -0.305 0.146 0.00685 0.0221 1.24 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.792 0.475 -0.309 3.66e-06 0 0 0 Tank initStep + 1 5e+03 -1.77e+03 -1.62e+03 3.66e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 1e+04 -4.88e+03 -4.84e+03 3.66e-06 0 6.71e+03 1.23e+04 world Transportation + 3 1.5e+04 -7.99e+03 -8.05e+03 3.66e-06 0 6.71e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 0.794 0.486 -0.305 0.146 0 0 1.24 Tank initStep + 20 0.805 0.501 -0.297 0.141 0.00472 0.0204 1.26 Tank msc + 21 0.843 0.523 -0.263 0.119 0.0223 0.064 1.32 Tank eIoni + 22 0.854 0.558 -0.239 0.104 0.0155 0.0517 1.37 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.854 0.557 -0.239 4.07e-06 0 0 0 Tank initStep + 1 -1.48e+03 -5e+03 3.67e+03 4.07e-06 0 6.38e+03 6.38e+03 expHall Transportation + 2 -1.48e+03 -5e+03 3.67e+03 4.07e-06 0 0 6.38e+03 Tank Transportation + 3 -2.03e+03 -3.26e+03 5e+03 4.07e-06 0 2.26e+03 8.64e+03 expHall Transportation + 4 -2.03e+03 -3.26e+03 5e+03 4.07e-06 0 0 8.64e+03 Tank Transportation + 5 -630 5e+03 -50.3 4.07e-06 0 9.78e+03 1.84e+04 expHall Transportation + 6 730 1e+04 -9.11e+03 4.07e-06 0 1.04e+04 2.89e+04 world Transportation + 7 1.61e+03 1.32e+04 -1.5e+04 4.07e-06 0 6.78e+03 3.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 0.854 0.558 -0.239 0.104 0 0 1.37 Tank initStep + 23 0.858 0.569 -0.238 0.0999 0.00366 0.0114 1.38 Tank msc + 24 0.873 0.601 -0.234 0.0858 0.0141 0.0421 1.43 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.871 0.597 -0.235 3.34e-06 0 0 0 Tank initStep + 1 865 -5e+03 293 3.34e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 3.55e+03 -1e+04 1.71e+03 3.34e-06 0 5.85e+03 1.09e+04 world Transportation + 3 6.23e+03 -1.5e+04 3.12e+03 3.34e-06 0 5.85e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 0.873 0.601 -0.234 0.0858 0 0 1.43 Tank initStep + 25 0.867 0.601 -0.229 0.0837 0.00212 0.00823 1.44 Tank msc + 26 0.849 0.593 -0.208 0.0705 0.0132 0.0349 1.47 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.862 0.599 -0.224 2.33e-06 0 0 0 Tank initStep + 1 2.81e+03 -5e+03 -3.22e+03 2.33e-06 0 6.58e+03 6.58e+03 expHall Transportation + 2 2.81e+03 -5e+03 -3.22e+03 2.33e-06 0 0 6.58e+03 Tank Transportation + 3 3.1e+03 -3.52e+03 -4.2e+03 2.33e-06 2.33e-06 1.8e+03 8.38e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.849 0.593 -0.208 0.0705 0 0 1.47 Tank initStep + 27 0.843 0.593 -0.21 0.068 0.00255 0.00583 1.48 Tank msc + 28 0.824 0.585 -0.219 0.0534 0.0146 0.0285 1.5 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 0.592 -0.211 3.32e-06 0 0 0 Tank initStep + 1 -1.49e+03 5e+03 -3.03e+03 3.32e-06 0 6.03e+03 6.03e+03 expHall Transportation + 2 -6.04e+03 9.2e+03 -1e+04 3.32e-06 0 9.32e+03 1.54e+04 world Transportation + 3 -9.3e+03 1.22e+04 -1.5e+04 3.32e-06 0 6.68e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 0.824 0.585 -0.219 0.0534 0 0 1.5 Tank initStep + 29 0.824 0.584 -0.222 0.0512 0.00218 0.00357 1.51 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.824 0.584 -0.22 3.62e-06 0 0 0 Tank initStep + 1 391 815 -106 3.62e-06 3.62e-06 910 910 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 0.824 0.584 -0.222 0.0512 0 0 1.51 Tank initStep + 30 0.825 0.583 -0.225 0.0501 0.00108 0.00332 1.51 Tank msc + 31 0.828 0.581 -0.241 0.0348 0.0153 0.022 1.53 Tank eIoni + 32 0.829 0.576 -0.249 0.00574 0.029 0.0163 1.55 Tank eIoni + 33 0.829 0.576 -0.25 0 0.00574 0.000834 1.55 Tank eIoni + 34 0.829 0.576 -0.25 0 0 0 1.55 Tank Scintillation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.829 0.576 -0.25 0.511 0 0 0 Tank initStep + 1 54.5 127 4.38 0.205 0.000537 138 138 Tank compt + 2 17.3 122 12.3 0.198 1.42e-05 38.3 176 Tank compt + 3 7.05 124 17.6 0.187 1.36e-05 11.7 188 Tank compt + 4 -33.2 124 82.4 0.123 2.92e-05 76.3 264 Tank compt + 5 -32.3 124 82.4 0.0955 2.92e-05 0.955 265 Tank compt + 6 -35.1 118 78.5 0.0827 2.92e-05 7.38 273 Tank compt + 7 -24.9 121 60.6 0.0669 1.42e-05 20.7 293 Tank compt + 8 -122 101 58.3 0.0549 0.000537 99.7 393 Tank compt + 9 -102 120 54.5 0.0512 1.42e-05 28.1 421 Tank compt + 10 -103 134 66.6 0.045 1.36e-05 19.2 440 Tank compt + 11 -85 69.3 108 0 0.000537 79.2 520 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85 69.3 108 0.0445 0 0 0 Tank initStep + 1 -85 69.3 108 0.0433 0.00123 0.00277 0.00277 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85 69.3 108 2.9e-06 0 0 0 Tank initStep + 1 949 -144 345 2.9e-06 2.9e-06 1.08e+03 1.08e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -85 69.3 108 0.0433 0 0 0.00277 Tank initStep + 2 -85 69.3 108 0.0414 0.00182 0.00264 0.00541 Tank msc + 3 -85 69.3 108 0.00894 0.0325 0.0195 0.0249 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -85 69.3 108 2.48e-06 0 0 0 Tank initStep + 1 1.12e+03 5e+03 2.32e+03 2.48e-06 0 5.54e+03 5.54e+03 expHall Transportation + 2 5.61e+03 1e+04 8.73e+03 2.48e-06 0 9.28e+03 1.48e+04 world Transportation + 3 9.99e+03 1.49e+04 1.5e+04 2.48e-06 0 9.08e+03 2.39e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -85 69.3 108 0.00894 0 0 0.0249 Tank initStep + 4 -85 69.3 108 0.00884 9.98e-05 0.000163 0.0251 Tank msc + 5 -85 69.3 108 0 0.00884 0.002 0.027 Tank eIoni + 6 -85 69.3 108 0 0 0 0.027 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -103 134 66.6 0.00611 0 0 0 Tank initStep + 1 -103 134 66.6 0.00585 0.000256 8.35e-05 8.35e-05 Tank msc + 2 -103 134 66.6 0 0.00585 0.000969 0.00105 Tank eIoni + 3 -103 134 66.6 0 0 0 0.00105 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -102 120 54.5 0.0037 0 0 0 Tank initStep + 1 -102 120 54.5 0.00367 3.31e-05 3.51e-05 3.51e-05 Tank msc + 2 -102 120 54.5 0 0.00367 0.000433 0.000468 Tank eIoni + 3 -102 120 54.5 0 0 0 0.000468 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -122 101 58.3 0.0115 0 0 0 Tank initStep + 1 -122 101 58.3 0.0113 0.000186 0.000253 0.000253 Tank msc + 2 -122 101 58.3 0 0.0113 0.00307 0.00332 Tank eIoni + 3 -122 101 58.3 0 0 0 0.00332 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -24.9 121 60.6 0.0158 0 0 0 Tank initStep + 1 -24.9 121 60.6 0.0156 0.000195 0.000446 0.000446 Tank msc + 2 -24.9 121 60.6 0 0.0156 0.00545 0.00589 Tank eIoni + 3 -24.9 121 60.6 0 0 0 0.00589 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -35.1 118 78.5 0.0127 0 0 0 Tank initStep + 1 -35.1 118 78.5 0.0123 0.000375 0.000302 0.000302 Tank msc + 2 -35.1 118 78.5 0 0.0123 0.00359 0.00389 Tank eIoni + 3 -35.1 118 78.5 0 0 0 0.00389 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 124 82.4 0.0272 0 0 0 Tank initStep + 1 -32.3 124 82.4 0.0266 0.000621 0.00116 0.00116 Tank msc + 2 -32.3 124 82.4 0.00526 0.0213 0.013 0.0142 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 124 82.4 2.52e-06 0 0 0 Tank initStep + 1 -43.9 -144 614 2.52e-06 2.52e-06 595 595 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 124 82.4 2.46e-06 0 0 0 Tank initStep + 1 363 2e+03 -400 2.46e-06 0 1.98e+03 1.98e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 124 82.4 4.02e-06 0 0 0 Tank initStep + 1 -109 5e+03 1.78e+03 4.02e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 -109 5e+03 1.78e+03 4.02e-06 0 0 5.16e+03 Tank Transportation + 3 68.8 4.45e+03 2.87e+03 4.02e-06 4.02e-06 1.23e+03 6.4e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.3 124 82.4 3.61e-06 0 0 0 Tank initStep + 1 -5e+03 1.49e+03 -2.32e+03 3.61e-06 0 5.68e+03 5.68e+03 expHall Transportation + 2 -5e+03 1.49e+03 -2.32e+03 3.61e-06 0 0 5.68e+03 Tank Transportation + 3 -2.86e+03 5e+03 -3.52e+03 3.61e-06 0 4.29e+03 9.97e+03 expHall Transportation + 4 3.24e+03 1e+04 -5.72e+03 3.61e-06 0 8.19e+03 1.82e+04 world Transportation + 5 9.34e+03 1.5e+04 -7.91e+03 3.61e-06 0 8.19e+03 2.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -32.3 124 82.4 0.00526 0 0 0.0142 Tank initStep + 3 -32.3 124 82.4 0.00511 0.000144 6.43e-05 0.0143 Tank msc + 4 -32.3 124 82.4 0 0.00511 0.000766 0.015 Tank eIoni + 5 -32.3 124 82.4 0 0 0 0.015 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.2 124 82.4 0.064 0 0 0 Tank initStep + 1 -33.3 124 82.4 0.0618 0.00223 0.00524 0.00524 Tank msc + 2 -33.3 124 82.4 0.0433 0.0185 0.027 0.0322 Tank eIoni + 3 -33.3 124 82.4 0.0297 0.0136 0.0202 0.0524 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.3 124 82.4 3.38e-06 0 0 0 Tank initStep + 1 5e+03 2.11e+03 222 3.38e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 1e+04 6.37e+03 1.46e+03 3.38e-06 0 6.69e+03 1.21e+04 world Transportation + 3 1.5e+04 1.06e+04 2.69e+03 3.38e-06 0 6.69e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -33.3 124 82.4 0.0297 0 0 0.0524 Tank initStep + 4 -33.3 124 82.4 0.028 0.00162 0.00135 0.0538 Tank msc + 5 -33.3 124 82.4 0.00746 0.0206 0.0138 0.0676 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -33.3 124 82.4 3.3e-06 0 0 0 Tank initStep + 1 -570 -3.8e+03 3.09e+03 3.3e-06 3.3e-06 4.97e+03 4.97e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -33.3 124 82.4 0.00746 0 0 0.0676 Tank initStep + 6 -33.3 124 82.4 0.00722 0.000238 0.000119 0.0677 Tank msc + 7 -33.3 124 82.4 0 0.00722 0.0014 0.0691 Tank eIoni + 8 -33.3 124 82.4 0 0 0 0.0691 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.05 124 17.6 0.0115 0 0 0 Tank initStep + 1 7.05 124 17.6 0.0111 0.000406 0.000253 0.000253 Tank msc + 2 7.05 124 17.6 0 0.0111 0.00297 0.00323 Tank eIoni + 3 7.05 124 17.6 0 0 0 0.00323 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.05 124 17.6 2.14e-06 0 0 0 Tank initStep + 1 -5e+03 1.41e+03 2.07e+03 2.14e-06 0 5.56e+03 5.56e+03 expHall Transportation + 2 -5e+03 1.41e+03 2.07e+03 2.14e-06 0 0 5.56e+03 Tank Transportation + 3 -3.51e+03 3.89e+03 5e+03 2.14e-06 0 4.12e+03 9.68e+03 expHall Transportation + 4 -3.51e+03 3.89e+03 5e+03 2.14e-06 0 0 9.68e+03 Tank Transportation + 5 -2.56e+03 5e+03 2.82e+03 2.14e-06 0 2.63e+03 1.23e+04 expHall Transportation + 6 -2.56e+03 5e+03 2.82e+03 2.14e-06 0 0 1.23e+04 Tank Transportation + 7 -1.39e+03 4.17e+03 1.69e+03 2.14e-06 2.14e-06 1.83e+03 1.41e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 17.3 122 12.3 0.00668 0 0 0 Tank initStep + 1 17.3 122 12.3 0.00655 0.000128 9.75e-05 9.75e-05 Tank msc + 2 17.3 122 12.3 0 0.00655 0.00118 0.00128 Tank eIoni + 3 17.3 122 12.3 0 0 0 0.00128 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.5 127 4.38 0.306 0 0 0 Tank initStep + 1 54.5 128 4.37 0.294 0.012 0.0523 0.0523 Tank Cerenkov + 2 54.5 128 4.37 0.282 0.0111 0.0484 0.101 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.5 128 4.37 2.2e-06 0 0 0 Tank initStep + 1 315 781 -878 2.2e-06 2.2e-06 1.13e+03 1.13e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.5 128 4.37 2.88e-06 0 0 0 Tank initStep + 1 5e+03 4.36e+03 301 2.88e-06 0 6.52e+03 6.52e+03 expHall Transportation + 2 5e+03 4.36e+03 301 2.88e-06 0 0 6.52e+03 Tank Transportation + 3 4.5e+03 5e+03 333 2.88e-06 0 812 7.33e+03 expHall Transportation + 4 4.5e+03 5e+03 333 2.88e-06 0 0 7.33e+03 Tank Transportation + 5 -3.52e+03 -444 -5e+03 2.88e-06 0 1.11e+04 1.84e+04 expHall Transportation + 6 -3.52e+03 -444 -5e+03 2.88e-06 0 0 1.84e+04 Tank Transportation + 7 -4.68e+03 -2.74e+03 2.77e+03 2.88e-06 2.88e-06 8.18e+03 2.66e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 54.5 128 4.37 0.282 0 0 0.101 Tank initStep + 3 54.6 128 4.36 0.275 0.00721 0.0449 0.146 Tank Cerenkov + 4 54.6 128 4.34 0.258 0.0168 0.0427 0.188 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 128 4.34 3.41e-06 0 0 0 Tank initStep + 1 2.08e+03 886 -1.08e+03 3.41e-06 0 2.42e+03 2.42e+03 Tank OpRayleigh + 2 -3.79e+03 -5e+03 -2.85e+03 3.41e-06 0 8.5e+03 1.09e+04 expHall Transportation + 3 -3.79e+03 -5e+03 -2.85e+03 3.41e-06 0 0 1.09e+04 Tank Transportation + 4 -5e+03 -3.81e+03 -2.9e+03 3.41e-06 0 1.7e+03 1.26e+04 expHall Transportation + 5 -1e+04 6.71e+03 -8.04e+03 3.41e-06 0 1.27e+04 2.54e+04 world Transportation + 6 -1.39e+04 1.5e+04 -1.21e+04 3.41e-06 0 1e+04 3.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 54.6 128 4.34 0.258 0 0 0.188 Tank initStep + 5 54.6 128 4.31 0.251 0.007 0.0378 0.226 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 128 4.33 4.04e-06 0 0 0 Tank initStep + 1 1.75e+03 4.39e+03 4.84e+03 4.04e-06 4.04e-06 6.67e+03 6.67e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 54.6 128 4.31 0.251 0 0 0.226 Tank initStep + 6 54.6 128 4.29 0.243 0.00874 0.0351 0.261 Tank Cerenkov + 7 54.6 128 4.29 0.242 0.000203 0.000971 0.262 Tank Cerenkov + 8 54.6 128 4.29 0.242 3.79e-05 0.000187 0.262 Tank Cerenkov + 9 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov + 10 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov + 11 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov + 12 54.6 128 4.29 0.242 0 3.97e-05 0.262 Tank Cerenkov + 13 54.6 128 4.29 0.242 6.81e-05 3.97e-05 0.263 Tank Cerenkov + 14 54.7 128 4.21 0.205 0.037 0.136 0.399 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 128 4.27 3.78e-06 0 0 0 Tank initStep + 1 -1.22e+03 124 -2.14e+03 3.78e-06 0 2.49e+03 2.49e+03 Tank OpRayleigh + 2 -2.45e+03 -240 5e+03 3.78e-06 0 7.25e+03 9.74e+03 expHall Transportation + 3 -4.75e+03 -954 1e+04 3.78e-06 0 5.55e+03 1.53e+04 world Transportation + 4 -7.06e+03 -1.67e+03 1.5e+04 3.78e-06 0 5.55e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 128 4.28 2.6e-06 0 0 0 Tank initStep + 1 -3.83e+03 -90.3 83.3 2.6e-06 2.6e-06 3.89e+03 3.89e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 54.7 128 4.21 0.205 0 0 0.399 Tank initStep + 15 54.7 128 4.18 0.198 0.00694 0.0372 0.436 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.7 128 4.19 2.21e-06 0 0 0 Tank initStep + 1 -520 552 361 2.21e-06 2.21e-06 798 798 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 54.7 128 4.18 0.198 0 0 0.436 Tank initStep + 16 54.7 128 4.16 0.184 0.0145 0.0352 0.471 Tank msc + 17 54.7 128 4.12 0.161 0.0231 0.0937 0.565 Tank eIoni + 18 54.7 128 4.08 0.139 0.0221 0.0785 0.644 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.7 128 4.12 3.53e-06 0 0 0 Tank initStep + 1 838 -5e+03 3.24e+03 3.53e-06 0 6.11e+03 6.11e+03 expHall Transportation + 2 3.34e+03 -9.17e+03 1e+04 3.53e-06 0 8.33e+03 1.44e+04 world Transportation + 3 5.19e+03 -1.23e+04 1.5e+04 3.53e-06 0 6.16e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.7 128 4.11 3.15e-06 0 0 0 Tank initStep + 1 -5e+03 -1.4e+03 3.28e+03 3.15e-06 0 6.21e+03 6.21e+03 expHall Transportation + 2 -5e+03 -1.4e+03 3.28e+03 3.15e-06 0 0 6.21e+03 Tank Transportation + 3 3.16e+03 -5e+03 2.54e+03 3.15e-06 0 8.95e+03 1.52e+04 expHall Transportation + 4 3.16e+03 -5e+03 2.54e+03 3.15e-06 0 0 1.52e+04 Tank Transportation + 5 5e+03 -1.7e+03 3.68e+03 3.15e-06 0 3.95e+03 1.91e+04 expHall Transportation + 6 5e+03 -1.7e+03 3.68e+03 3.15e-06 0 0 1.91e+04 Tank Transportation + 7 3.52e+03 1.94e+03 5e+03 3.15e-06 0 4.14e+03 2.33e+04 expHall Transportation + 8 3.52e+03 1.94e+03 5e+03 3.15e-06 0 0 2.33e+04 Tank Transportation + 9 1.92e+03 5e+03 3.97e+03 3.15e-06 0 3.61e+03 2.69e+04 expHall Transportation + 10 -2.43e+03 1e+04 2.04e+03 3.15e-06 0 6.9e+03 3.38e+04 world Transportation + 11 -6.77e+03 1.5e+04 118 3.15e-06 0 6.9e+03 4.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.7 128 4.09 2.72e-06 0 0 0 Tank initStep + 1 -2.35e+03 -2.01e+03 -1.81e+03 2.72e-06 2.72e-06 3.69e+03 3.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 54.7 128 4.08 0.139 0 0 0.644 Tank initStep + 19 54.6 128 4.07 0.134 0.0049 0.0197 0.663 Tank msc + 20 54.6 127 4.05 0.114 0.0197 0.062 0.725 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 128 4.07 3.39e-06 0 0 0 Tank initStep + 1 -493 2.04e+03 -5e+03 3.39e-06 0 5.39e+03 5.39e+03 expHall Transportation + 2 -839 4.85e+03 -1e+04 3.39e-06 0 5.74e+03 1.11e+04 world Transportation + 3 -1.19e+03 7.66e+03 -1.5e+04 3.39e-06 0 5.74e+03 1.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 127 4.05 3.72e-06 0 0 0 Tank initStep + 1 -1.75e+03 3.13e+03 -5e+03 3.72e-06 0 6.11e+03 6.11e+03 expHall Transportation + 2 -1.75e+03 3.13e+03 -5e+03 3.72e-06 0 0 6.11e+03 Tank Transportation + 3 -2.09e+03 3.36e+03 -4.69e+03 3.72e-06 3.72e-06 520 6.63e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 54.6 127 4.05 0.114 0 0 0.725 Tank initStep + 21 54.6 127 4.04 0.109 0.00561 0.0142 0.739 Tank msc + 22 54.6 128 4.01 0.0954 0.0132 0.0482 0.788 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 128 4.01 3.36e-06 0 0 0 Tank initStep + 1 -3.87e+03 -1.9e+03 -2.85e+03 3.36e-06 0 5.26e+03 5.26e+03 Tank OpRayleigh + 2 -5e+03 1.76e+03 3.91e+03 3.36e-06 0 7.77e+03 1.3e+04 expHall Transportation + 3 -5e+03 1.76e+03 3.91e+03 3.36e-06 0 0 1.3e+04 Tank Transportation + 4 -4.32e+03 2.14e+03 5e+03 3.36e-06 0 1.34e+03 1.44e+04 expHall Transportation + 5 -4.32e+03 2.14e+03 5e+03 3.36e-06 0 0 1.44e+04 Tank Transportation + 6 193 5e+03 1.83e+03 3.36e-06 0 6.21e+03 2.06e+04 expHall Transportation + 7 193 5e+03 1.83e+03 3.36e-06 0 0 2.06e+04 Tank Transportation + 8 5e+03 -146 1.06e+03 3.36e-06 0 7.08e+03 2.77e+04 expHall Transportation + 9 5e+03 -146 1.06e+03 3.36e-06 0 0 2.77e+04 Tank Transportation + 10 192 -5e+03 916 3.36e-06 0 6.83e+03 3.45e+04 expHall Transportation + 11 192 -5e+03 916 3.36e-06 0 0 3.45e+04 Tank Transportation + 12 -3.47e+03 -2.34e+03 3.17e+03 3.36e-06 3.36e-06 5.06e+03 3.96e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.6 127 4.04 3.86e-06 0 0 0 Tank initStep + 1 138 96.9 1.97 3.86e-06 3.86e-06 88.7 88.7 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 54.6 128 4.01 0.0954 0 0 0.788 Tank initStep + 23 54.6 128 4.01 0.0915 0.00389 0.0105 0.798 Tank msc + 24 54.5 127 4 0.0663 0.0252 0.0398 0.838 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.5 127 4 2.38e-06 0 0 0 Tank initStep + 1 1.72e+03 5e+03 3.21e+03 2.38e-06 0 6.07e+03 6.07e+03 expHall Transportation + 2 1.72e+03 5e+03 3.21e+03 2.38e-06 0 0 6.07e+03 Tank Transportation + 3 2.75e+03 4.02e+03 5e+03 2.38e-06 0 2.29e+03 8.35e+03 expHall Transportation + 4 1e+04 -244 9.9e+03 2.38e-06 0 9.74e+03 1.81e+04 world Transportation + 5 1.5e+04 -3.19e+03 1.33e+04 2.38e-06 0 6.72e+03 2.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 54.5 127 4 0.0663 0 0 0.838 Tank initStep + 25 54.5 127 4 0.0642 0.00211 0.00557 0.843 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 44 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.5 127 4 3.07e-06 0 0 0 Tank initStep + 1 -569 -1.44e+03 -5e+03 3.07e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 -1.51e+03 -4.14e+03 -1e+04 3.07e-06 0 5.76e+03 1.1e+04 world Transportation + 3 -2.45e+03 -6.84e+03 -1.5e+04 3.07e-06 0 5.76e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 54.5 127 4 0.0642 0 0 0.843 Tank initStep + 26 54.5 127 4 0.0627 0.00142 0.00526 0.849 Tank msc + 27 54.5 127 4 0.0453 0.0175 0.0274 0.876 Tank eIoni + 28 54.5 127 3.99 0.0244 0.0208 0.0209 0.897 Tank eIoni + 29 54.5 127 3.98 0.00116 0.0233 0.0117 0.909 Tank eIoni + 30 54.5 127 3.98 0 0.00116 6.59e-05 0.909 Tank eIoni + 31 54.5 127 3.98 0 0 0 0.909 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.829 0.576 -0.25 0.511 0 0 0 Tank initStep + 1 -17.3 -42.3 -1.81 0.502 1.42e-05 46.6 46.6 Tank compt + 2 -123 -346 -71.3 0.357 0.000537 329 376 Tank compt + 3 -189 -364 -113 0.261 1.42e-05 80.2 456 Tank compt + 4 -238 -340 -98 0.204 1.42e-05 56.8 513 Tank compt + 5 -238 -337 -95.6 0.193 2.92e-05 3.39 516 Tank compt + 6 -282 -222 -40.6 0.183 1.42e-05 135 652 Tank compt + 7 -299 -198 -1.29 0.178 1.42e-05 49.2 701 Tank compt + 8 -292 -148 70 0.104 0.000537 87 788 Tank compt + 9 -445 -249 -49.3 0.0829 0.000537 218 1.01e+03 Tank compt + 10 -446 -258 -47.4 0.0815 0.000537 9.15 1.02e+03 Tank compt + 11 -465 -284 -40.7 0.0726 1.42e-05 32.5 1.05e+03 Tank compt + 12 -418 -342 -48.4 0.0637 2.92e-05 75 1.12e+03 Tank compt + 13 -426 -348 -44.6 0.0592 1.36e-05 10.5 1.13e+03 Tank compt + 14 -486 -322 -59.8 0.0592 0 67.2 1.2e+03 Tank Rayl + 15 -568 -285 -92.9 0.0571 2.92e-05 96 1.3e+03 Tank compt + 16 -577 -246 -108 0.0531 1.42e-05 43 1.34e+03 Tank compt + 17 -545 -225 -94.5 0.0503 1.42e-05 40.2 1.38e+03 Tank compt + 18 -482 -271 -37.8 0.0427 0.000537 96.8 1.48e+03 Tank compt + 19 -507 -264 -44.7 0.0405 2.92e-05 27.9 1.5e+03 Tank compt + 20 -553 -329 -67 0.038 1.42e-05 82.8 1.59e+03 Tank compt + 21 -550 -333 -64.6 0 0.000537 6.21 1.59e+03 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -550 -333 -64.6 0.0375 0 0 0 Tank initStep + 1 -550 -333 -64.6 0.036 0.00147 0.00204 0.00204 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -550 -333 -64.6 4.12e-06 0 0 0 Tank initStep + 1 -770 -996 -12.6 4.12e-06 4.12e-06 700 700 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -550 -333 -64.6 0.036 0 0 0.00204 Tank initStep + 2 -550 -333 -64.6 0.0345 0.00157 0.0019 0.00395 Tank msc + 3 -550 -333 -64.6 0.013 0.0215 0.0168 0.0207 Tank eIoni + 4 -550 -333 -64.6 0 0.013 0.00391 0.0246 Tank eIoni + 5 -550 -333 -64.6 0 0 0 0.0246 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -550 -333 -64.6 3.25e-06 0 0 0 Tank initStep + 1 -2.59e+03 -5e+03 -2.93e+03 3.25e-06 0 5.85e+03 5.85e+03 expHall Transportation + 2 -2.59e+03 -5e+03 -2.93e+03 3.25e-06 0 0 5.85e+03 Tank Transportation + 3 -2.96e+03 -2.04e+03 -5e+03 3.25e-06 0 3.63e+03 9.48e+03 expHall Transportation + 4 -2.96e+03 -2.04e+03 -5e+03 3.25e-06 0 0 9.48e+03 Tank Transportation + 5 -3.21e+03 -1.69e+03 -4.07e+03 3.25e-06 3.25e-06 1.02e+03 1.05e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -550 -333 -64.6 3e-06 0 0 0 Tank initStep + 1 -2.03e+03 -248 -5e+03 3e-06 0 5.15e+03 5.15e+03 expHall Transportation + 2 -4.12e+03 487 -1e+04 3e-06 0 5.47e+03 1.06e+04 world Transportation + 3 -6.21e+03 1.22e+03 -1.5e+04 3e-06 0 5.47e+03 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -553 -329 -67 0.00246 0 0 0 Tank initStep + 1 -553 -329 -67 0.00244 1.6e-05 1.77e-05 1.77e-05 Tank msc + 2 -553 -329 -67 0 0.00244 0.000218 0.000236 Tank eIoni + 3 -553 -329 -67 0 0 0 0.000236 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -507 -264 -44.7 0.00215 0 0 0 Tank initStep + 1 -507 -264 -44.7 0.00215 0 1.42e-05 1.42e-05 Tank msc + 2 -507 -264 -44.7 0 0.00215 0.000177 0.000191 Tank eIoni + 3 -507 -264 -44.7 0 0 0 0.000191 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -482 -271 -37.8 0.00708 0 0 0 Tank initStep + 1 -482 -271 -37.8 0.00672 0.000361 0.000108 0.000108 Tank msc + 2 -482 -271 -37.8 0 0.00672 0.00123 0.00134 Tank eIoni + 3 -482 -271 -37.8 0 0 0 0.00134 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -545 -225 -94.5 0.00273 0 0 0 Tank initStep + 1 -545 -225 -94.5 0.00273 0 2.1e-05 2.1e-05 Tank msc + 2 -545 -225 -94.5 0 0.00273 0.000263 0.000284 Tank eIoni + 3 -545 -225 -94.5 0 0 0 0.000284 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -577 -246 -108 0.00401 0 0 0 Tank initStep + 1 -577 -246 -108 0.00394 6.36e-05 4.03e-05 4.03e-05 Tank msc + 2 -577 -246 -108 0 0.00394 0.00049 0.000531 Tank eIoni + 3 -577 -246 -108 0 0 0 0.000531 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -568 -285 -92.9 0.00204 0 0 0 Tank initStep + 1 -568 -285 -92.9 0.00195 9.15e-05 1.3e-05 1.3e-05 Tank msc + 2 -568 -285 -92.9 0 0.00195 0.000151 0.000164 Tank eIoni + 3 -568 -285 -92.9 0 0 0 0.000164 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -426 -348 -44.6 0.00452 0 0 0 Tank initStep + 1 -426 -348 -44.6 0.00448 3.72e-05 4.97e-05 4.97e-05 Tank msc + 2 -426 -348 -44.6 0 0.00448 0.000612 0.000662 Tank eIoni + 3 -426 -348 -44.6 0 0 0 0.000662 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -418 -342 -48.4 0.00891 0 0 0 Tank initStep + 1 -418 -342 -48.4 0.00866 0.000255 0.000162 0.000162 Tank msc + 2 -418 -342 -48.4 0 0.00866 0.00193 0.00209 Tank eIoni + 3 -418 -342 -48.4 0 0 0 0.00209 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -465 -284 -40.7 0.0088 0 0 0 Tank initStep + 1 -465 -284 -40.7 0.00852 0.000275 0.000158 0.000158 Tank msc + 2 -465 -284 -40.7 0 0.00852 0.00187 0.00203 Tank eIoni + 3 -465 -284 -40.7 0 0 0 0.00203 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -446 -258 -47.4 0.000909 0 0 0 Tank initStep + 1 -446 -258 -47.4 0.000865 4.41e-05 3.68e-06 3.68e-06 Tank msc + 2 -446 -258 -47.4 0 0.000865 4.28e-05 4.65e-05 Tank eIoni + 3 -446 -258 -47.4 0 0 0 4.65e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -445 -249 -49.3 0.0201 0 0 0 Tank initStep + 1 -445 -249 -49.3 0.0193 0.000736 0.000677 0.000677 Tank msc + 2 -445 -249 -49.3 0 0.0193 0.00793 0.0086 Tank eIoni + 3 -445 -249 -49.3 0 0 0 0.0086 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -292 -148 70 0.0735 0 0 0 Tank initStep + 1 -292 -148 70 0.0713 0.00216 0.00668 0.00668 Tank msc + 2 -292 -148 70.1 0.0583 0.013 0.0308 0.0375 Tank eIoni + 3 -292 -148 70.1 0.0456 0.0127 0.0257 0.0632 Tank eIoni + 4 -292 -148 70.1 0.0269 0.0187 0.021 0.0842 Tank eIoni + 5 -292 -148 70.1 0.00959 0.0173 0.0132 0.0974 Tank eIoni + 6 -292 -148 70.1 0 0.00959 0.0023 0.0997 Tank eIoni + 7 -292 -148 70.1 0 0 0 0.0997 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -299 -198 -1.29 0.00563 0 0 0 Tank initStep + 1 -299 -198 -1.29 0.00546 0.000169 7.24e-05 7.24e-05 Tank msc + 2 -299 -198 -1.29 0 0.00546 0.000859 0.000931 Tank eIoni + 3 -299 -198 -1.29 0 0 0 0.000931 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -282 -222 -40.6 0.0101 0 0 0 Tank initStep + 1 -282 -222 -40.6 0.00879 0.00131 0.000202 0.000202 Tank msc + 2 -282 -222 -40.6 0 0.00879 0.00198 0.00218 Tank eIoni + 3 -282 -222 -40.6 0 0 0 0.00218 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -238 -337 -95.6 0.0108 0 0 0 Tank initStep + 1 -238 -337 -95.6 0.0106 0.000247 0.000229 0.000229 Tank msc + 2 -238 -337 -95.6 0 0.0106 0.00275 0.00298 Tank eIoni + 3 -238 -337 -95.6 0 0 0 0.00298 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -238 -340 -98 0.057 0 0 0 Tank initStep + 1 -238 -340 -98 0.0552 0.00182 0.00428 0.00428 Tank msc + 2 -238 -340 -98 0.0422 0.013 0.0245 0.0288 Tank eIoni + 3 -238 -340 -98 0.0234 0.0188 0.0198 0.0485 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 83 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -238 -340 -98 3.31e-06 0 0 0 Tank initStep + 1 -5e+03 -2.18e+03 1.2e+03 3.31e-06 0 5.27e+03 5.27e+03 expHall Transportation + 2 -1e+04 -5.25e+03 6.54e+03 3.31e-06 0 7.93e+03 1.32e+04 world Transportation + 3 -1.5e+04 -8.31e+03 1.19e+04 3.31e-06 0 7.93e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -238 -340 -98 0.0234 0 0 0.0485 Tank initStep + 4 -238 -340 -98 0.0223 0.00107 0.000887 0.0494 Tank msc + 5 -238 -340 -98 0.00387 0.0185 0.0102 0.0596 Tank eIoni + 6 -238 -340 -98 0 0.00387 0.000474 0.0601 Tank eIoni + 7 -238 -340 -98 0 0 0 0.0601 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 0.0957 0 0 0 Tank initStep + 1 -189 -364 -113 0.0925 0.00316 0.0105 0.0105 Tank msc + 2 -189 -364 -113 0.0714 0.0211 0.0403 0.0508 Tank eIoni + 3 -189 -364 -113 0.0573 0.0141 0.0309 0.0817 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 3.57e-06 0 0 0 Tank initStep + 1 -5e+03 1.03e+03 695 3.57e-06 0 5.07e+03 5.07e+03 expHall Transportation + 2 -1e+04 3.48e+03 2.66e+03 3.57e-06 0 5.9e+03 1.1e+04 world Transportation + 3 -1.5e+04 5.93e+03 4.62e+03 3.57e-06 0 5.9e+03 1.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -189 -364 -113 0.0573 0 0 0.0817 Tank initStep + 4 -189 -364 -113 0.0562 0.00111 0.00432 0.086 Tank msc + 5 -189 -364 -113 0.0408 0.0154 0.0249 0.111 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 3.59e-06 0 0 0 Tank initStep + 1 -3.3e+03 -3.53e+03 -5e+03 3.59e-06 0 6.6e+03 6.6e+03 expHall Transportation + 2 -3.3e+03 -3.53e+03 -5e+03 3.59e-06 0 0 6.6e+03 Tank Transportation + 3 -3.74e+03 -5e+03 -2.55e+03 3.59e-06 0 2.89e+03 9.49e+03 expHall Transportation + 4 -3.74e+03 -5e+03 -2.55e+03 3.59e-06 0 0 9.49e+03 Tank Transportation + 5 -4.3e+03 -3.45e+03 2.02e+03 3.59e-06 3.59e-06 4.85e+03 1.43e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 2.22e-06 0 0 0 Tank initStep + 1 5e+03 4.53e+03 4.9e+03 2.22e-06 0 8.71e+03 8.71e+03 expHall Transportation + 2 5e+03 4.53e+03 4.9e+03 2.22e-06 0 0 8.71e+03 Tank Transportation + 3 4.89e+03 4.56e+03 5e+03 2.22e-06 0 154 8.87e+03 expHall Transportation + 4 4.89e+03 4.56e+03 5e+03 2.22e-06 0 0 8.87e+03 Tank Transportation + 5 4.38e+03 5e+03 4.62e+03 2.22e-06 0 774 9.64e+03 expHall Transportation + 6 4.38e+03 5e+03 4.62e+03 2.22e-06 0 0 9.64e+03 Tank Transportation + 7 4.52e+03 4.82e+03 5e+03 2.22e-06 0 446 1.01e+04 expHall Transportation + 8 4.52e+03 4.82e+03 5e+03 2.22e-06 0 0 1.01e+04 Tank Transportation + 9 5e+03 3.92e+03 4.35e+03 2.22e-06 0 1.21e+03 1.13e+04 expHall Transportation + 10 5e+03 3.92e+03 4.35e+03 2.22e-06 0 0 1.13e+04 Tank Transportation + 11 -1.63e+03 -5e+03 -3.41e+03 2.22e-06 0 1.36e+04 2.49e+04 expHall Transportation + 12 -8.94e+03 -9.29e+03 -1e+04 2.22e-06 0 1.07e+04 3.56e+04 world Transportation + 13 -1.45e+04 -1.25e+04 -1.5e+04 2.22e-06 0 8.15e+03 4.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -189 -364 -113 0.0408 0 0 0.111 Tank initStep + 6 -189 -364 -113 0.0395 0.0013 0.00238 0.113 Tank msc + 7 -189 -364 -113 0.0215 0.018 0.0188 0.132 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 2.65e-06 0 0 0 Tank initStep + 1 5e+03 1.2e+03 2.4e+03 2.65e-06 0 5.97e+03 5.97e+03 expHall Transportation + 2 5e+03 1.2e+03 2.4e+03 2.65e-06 0 0 5.97e+03 Tank Transportation + 3 2.35e+03 1.94e+03 5e+03 2.65e-06 0 3.79e+03 9.76e+03 expHall Transportation + 4 2.35e+03 1.94e+03 5e+03 2.65e-06 0 0 9.76e+03 Tank Transportation + 5 -4.77e+03 -1.24e+03 -5e+03 2.65e-06 0 1.27e+04 2.24e+04 expHall Transportation + 6 -4.77e+03 -1.24e+03 -5e+03 2.65e-06 0 0 2.24e+04 Tank Transportation + 7 -5e+03 -1.38e+03 -4.67e+03 2.65e-06 0 420 2.29e+04 expHall Transportation + 8 -5e+03 -1.38e+03 -4.67e+03 2.65e-06 0 0 2.29e+04 Tank Transportation + 9 -4.02e+03 -2.9e+03 -5e+03 2.65e-06 0 1.83e+03 2.47e+04 expHall Transportation + 10 -4.02e+03 -2.9e+03 -5e+03 2.65e-06 0 0 2.47e+04 Tank Transportation + 11 -2.75e+03 -5e+03 -1.75e+03 2.65e-06 0 4.07e+03 2.88e+04 expHall Transportation + 12 -2.75e+03 -5e+03 -1.75e+03 2.65e-06 0 0 2.88e+04 Tank Transportation + 13 -1.82e+03 2.89e+03 5e+03 2.65e-06 0 1.04e+04 3.92e+04 expHall Transportation + 14 -1.82e+03 2.89e+03 5e+03 2.65e-06 0 0 3.92e+04 Tank Transportation + 15 49.2 5e+03 615 2.65e-06 0 5.21e+03 4.44e+04 expHall Transportation + 16 49.2 5e+03 615 2.65e-06 0 0 4.44e+04 Tank Transportation + 17 3.32e+03 2.17e+03 -5e+03 2.65e-06 0 7.09e+03 5.15e+04 expHall Transportation + 18 3.32e+03 2.17e+03 -5e+03 2.65e-06 0 0 5.15e+04 Tank Transportation + 19 2.04e+03 378 5e+03 2.65e-06 0 1.02e+04 6.17e+04 expHall Transportation + 20 1.52e+03 -1.58e+03 1e+04 2.65e-06 0 5.4e+03 6.71e+04 world Transportation + 21 999 -3.55e+03 1.5e+04 2.65e-06 0 5.4e+03 7.25e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 2.65e-06 0 0 0 Tank initStep + 1 -728 3.3e+03 -764 2.65e-06 0 3.76e+03 3.76e+03 Tank OpRayleigh + 2 -238 -5e+03 -1.38e+03 2.65e-06 0 8.33e+03 1.21e+04 expHall Transportation + 3 -359 -1e+04 -1.28e+03 2.65e-06 0 5e+03 1.71e+04 world Transportation + 4 -481 -1.5e+04 -1.18e+03 2.65e-06 0 5e+03 2.21e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -189 -364 -113 0.0215 0 0 0.132 Tank initStep + 8 -189 -364 -113 0.0209 0.000563 0.000764 0.133 Tank msc + 9 -189 -364 -113 0 0.0209 0.00912 0.142 Tank eIoni + 10 -189 -364 -113 0 0 0 0.142 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 82 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -189 -364 -113 2.27e-06 0 0 0 Tank initStep + 1 -1.87e+03 2.37e+03 -5e+03 2.27e-06 0 5.85e+03 5.85e+03 expHall Transportation + 2 -4.29e+03 1e+04 -9.6e+03 2.27e-06 0 9.23e+03 1.51e+04 world Transportation + 3 -5.87e+03 1.5e+04 -1.26e+04 2.27e-06 0 6.05e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 0.144 0 0 0 Tank initStep + 1 -123 -346 -71.3 0.139 0.00553 0.021 0.021 Tank msc + 2 -123 -346 -71.3 0.122 0.0168 0.0649 0.0859 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 2.15e-06 0 0 0 Tank initStep + 1 1.19e+03 -2.66e+03 624 2.15e-06 2.15e-06 2.75e+03 2.75e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 3.37e-06 0 0 0 Tank initStep + 1 -2.67e+03 -3.16e+03 -5e+03 3.37e-06 0 6.22e+03 6.22e+03 expHall Transportation + 2 -4.55e+03 -6.12e+03 -1e+04 3.37e-06 0 6.11e+03 1.23e+04 world Transportation + 3 -6.43e+03 -9.09e+03 -1.5e+04 3.37e-06 0 6.11e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -123 -346 -71.3 0.122 0 0 0.0859 Tank initStep + 3 -123 -346 -71.3 0.118 0.00387 0.0159 0.102 Tank msc + 4 -123 -346 -71.3 0.104 0.0141 0.0532 0.155 Tank eIoni + 5 -123 -346 -71.3 0.0905 0.0135 0.0459 0.201 Tank eIoni + 6 -123 -346 -71.3 0.0778 0.0127 0.0393 0.24 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 3.91e-06 0 0 0 Tank initStep + 1 -202 227 -5e+03 3.91e-06 0 4.96e+03 4.96e+03 expHall Transportation + 2 -2.09e+03 2.13e+03 -1e+04 3.91e-06 0 5.67e+03 1.06e+04 world Transportation + 3 -3.98e+03 4.03e+03 -1.5e+04 3.91e-06 0 5.67e+03 1.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -123 -346 -71.3 0.0778 0 0 0.24 Tank initStep + 7 -123 -346 -71.3 0.0761 0.00177 0.00738 0.248 Tank msc + 8 -123 -346 -71.3 0.0519 0.0241 0.0328 0.28 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 3.17e-06 0 0 0 Tank initStep + 1 -2.75e+03 -5e+03 -1.68e+03 3.17e-06 0 5.58e+03 5.58e+03 expHall Transportation + 2 -2.75e+03 -5e+03 -1.68e+03 3.17e-06 0 0 5.58e+03 Tank Transportation + 3 -3.22e+03 -4.49e+03 -2.15e+03 3.17e-06 3.17e-06 844 6.42e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 2.51e-06 0 0 0 Tank initStep + 1 -1.73e+03 -2.08e+03 5e+03 2.51e-06 0 5.6e+03 5.6e+03 expHall Transportation + 2 -3.48e+03 -3.91e+03 1e+04 2.51e-06 0 5.6e+03 1.12e+04 world Transportation + 3 -5.23e+03 -5.74e+03 1.5e+04 2.51e-06 0 5.6e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -123 -346 -71.3 0.0519 0 0 0.28 Tank initStep + 9 -123 -346 -71.3 0.0502 0.00175 0.00363 0.284 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.3 4.08e-06 0 0 0 Tank initStep + 1 4.61e+03 -664 -5e+03 4.08e-06 0 6.84e+03 6.84e+03 expHall Transportation + 2 1e+04 747 -9.95e+03 4.08e-06 0 7.45e+03 1.43e+04 world Transportation + 3 1.5e+04 2.05e+03 -1.45e+04 4.08e-06 0 6.91e+03 2.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -123 -346 -71.3 0.0502 0 0 0.284 Tank initStep + 10 -123 -346 -71.3 0.0484 0.00176 0.00342 0.288 Tank msc + 11 -123 -346 -71.3 0.0375 0.011 0.022 0.31 Tank eIoni + 12 -123 -346 -71.4 0.024 0.0134 0.018 0.328 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.4 3.62e-06 0 0 0 Tank initStep + 1 2.99e+03 -5e+03 -2.4e+03 3.62e-06 0 6.07e+03 6.07e+03 expHall Transportation + 2 2.99e+03 -5e+03 -2.4e+03 3.62e-06 0 0 6.07e+03 Tank Transportation + 3 5e+03 -1.94e+03 -3.69e+03 3.62e-06 0 3.88e+03 9.94e+03 expHall Transportation + 4 5e+03 -1.94e+03 -3.69e+03 3.62e-06 0 0 9.94e+03 Tank Transportation + 5 2.3e+03 2.19e+03 -5e+03 3.62e-06 0 5.11e+03 1.51e+04 expHall Transportation + 6 2.3e+03 2.19e+03 -5e+03 3.62e-06 0 0 1.51e+04 Tank Transportation + 7 2.7e+03 5e+03 -1.14e+03 3.62e-06 0 4.79e+03 1.98e+04 expHall Transportation + 8 2.7e+03 5e+03 -1.14e+03 3.62e-06 0 0 1.98e+04 Tank Transportation + 9 4.06e+03 2.77e+03 5e+03 3.62e-06 0 6.67e+03 2.65e+04 expHall Transportation + 10 6.89e+03 -1.57e+03 1e+04 3.62e-06 0 7.2e+03 3.37e+04 world Transportation + 11 9.72e+03 -5.91e+03 1.5e+04 3.62e-06 0 7.2e+03 4.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 81 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -123 -346 -71.4 3.88e-06 0 0 0 Tank initStep + 1 5e+03 1.14e+03 -3.26e+03 3.88e-06 0 6.21e+03 6.21e+03 expHall Transportation + 2 5e+03 1.14e+03 -3.26e+03 3.88e-06 0 0 6.21e+03 Tank Transportation + 3 3.58e+03 5e+03 -4.76e+03 3.88e-06 0 4.38e+03 1.06e+04 expHall Transportation + 4 3.58e+03 5e+03 -4.76e+03 3.88e-06 0 0 1.06e+04 Tank Transportation + 5 3.57e+03 4.78e+03 -5e+03 3.88e-06 0 325 1.09e+04 expHall Transportation + 6 3.57e+03 4.78e+03 -5e+03 3.88e-06 0 0 1.09e+04 Tank Transportation + 7 -2.27e+03 -1.63e+03 -1.41e+03 3.88e-06 3.88e-06 9.38e+03 2.03e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 -123 -346 -71.4 0.024 0 0 0.328 Tank initStep + 13 -123 -346 -71.4 0.0226 0.00143 0.000929 0.328 Tank msc + 14 -123 -346 -71.4 0.00287 0.0197 0.0104 0.339 Tank eIoni + 15 -123 -346 -71.4 0 0.00287 0.000287 0.339 Tank eIoni + 16 -123 -346 -71.4 0 0 0 0.339 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 42 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.3 -42.3 -1.81 0.00911 0 0 0 Tank initStep + 1 -17.3 -42.3 -1.81 0.00887 0.000238 0.000168 0.000168 Tank msc + 2 -17.3 -42.3 -1.81 0 0.00887 0.00201 0.00218 Tank eIoni + 3 -17.3 -42.3 -1.81 0 0 0 0.00218 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 80 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.3 -42.3 -1.81 2.82e-06 0 0 0 Tank initStep + 1 -66.6 -47.1 -63.1 2.82e-06 2.82e-06 78.8 78.8 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.137 -0.0129 0.0143 0.481 0.0185 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0205 -0.00192 0.00214 3.73e-06 0 0 0 Tank initStep + 1 -565 1.33e+03 -2.34e+03 3.73e-06 0 2.74e+03 2.74e+03 Tank OpRayleigh + 2 -1.93e+03 2.18e+03 -1.16e+03 3.73e-06 0 1.99e+03 4.74e+03 Tank OpRayleigh + 3 -2.68e+03 1.72e+03 -5e+03 3.73e-06 0 3.94e+03 8.68e+03 expHall Transportation + 4 -2.68e+03 1.72e+03 -5e+03 3.73e-06 0 0 8.68e+03 Tank Transportation + 5 -2.28e+03 1.36e+03 -4.02e+03 3.73e-06 3.73e-06 1.12e+03 9.8e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0474 -0.00445 0.00495 2.34e-06 0 0 0 Tank initStep + 1 5e+03 -2.3e+03 3.21e+03 2.34e-06 0 6.37e+03 6.37e+03 expHall Transportation + 2 5e+03 -2.3e+03 3.21e+03 2.34e-06 0 0 6.37e+03 Tank Transportation + 3 4.9e+03 -1.92e+03 5e+03 2.34e-06 0 1.83e+03 8.2e+03 expHall Transportation + 4 6.01e+03 547 1e+04 2.34e-06 0 5.68e+03 1.39e+04 world Transportation + 5 7.13e+03 3.01e+03 1.5e+04 2.34e-06 0 5.68e+03 1.96e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0952 -0.00894 0.00995 3.6e-06 0 0 0 Tank initStep + 1 2.32e+03 1.11e+03 46.2 3.6e-06 3.6e-06 2.57e+03 2.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.137 -0.0129 0.0143 0.481 0 0 0.139 Tank initStep + 2 0.262 -0.0268 0.0434 0.425 0.0561 0.13 0.269 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.218 -0.0219 0.0332 2.74e-06 0 0 0 Tank initStep + 1 5e+03 -9.57 4.46e+03 2.74e-06 0 6.7e+03 6.7e+03 expHall Transportation + 2 5e+03 -9.57 4.46e+03 2.74e-06 0 0 6.7e+03 Tank Transportation + 3 3.9e+03 -115 5e+03 2.74e-06 0 1.23e+03 7.93e+03 expHall Transportation + 4 3.9e+03 -115 5e+03 2.74e-06 0 0 7.93e+03 Tank Transportation + 5 -5e+03 -1.09e+03 3.93e+03 2.74e-06 0 9.02e+03 1.69e+04 expHall Transportation + 6 -5e+03 -1.09e+03 3.93e+03 2.74e-06 0 0 1.69e+04 Tank Transportation + 7 1.08e+03 -855 -5e+03 2.74e-06 0 1.08e+04 2.77e+04 expHall Transportation + 8 1.08e+03 -855 -5e+03 2.74e-06 0 0 2.77e+04 Tank Transportation + 9 5e+03 -744 -2.14e+03 2.74e-06 0 4.85e+03 3.26e+04 expHall Transportation + 10 5e+03 -744 -2.14e+03 2.74e-06 0 0 3.26e+04 Tank Transportation + 11 4.25e+03 -3.8e+03 5e+03 2.74e-06 0 7.81e+03 4.04e+04 expHall Transportation + 12 1.68e+03 -1e+04 9.88e+03 2.74e-06 0 8.3e+03 4.87e+04 world Transportation + 13 -389 -1.5e+04 1.38e+04 2.74e-06 0 6.69e+03 5.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.262 -0.0268 0.0434 0.425 0 0 0.269 Tank initStep + 3 0.354 -0.0411 0.0809 0.412 0.0129 0.101 0.37 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.272 -0.0285 0.0477 2.13e-06 0 0 0 Tank initStep + 1 4.99e+03 805 5e+03 2.13e-06 0 7.11e+03 7.11e+03 expHall Transportation + 2 4.99e+03 805 5e+03 2.13e-06 0 0 7.11e+03 Tank Transportation + 3 5e+03 809 4.97e+03 2.13e-06 0 29.5 7.14e+03 expHall Transportation + 4 5e+03 809 4.97e+03 2.13e-06 0 0 7.14e+03 Tank Transportation + 5 3.21e+03 2.68e+03 -583 2.13e-06 2.13e-06 6.13e+03 1.33e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.266 -0.0275 0.0452 2.24e-06 0 0 0 Tank initStep + 1 5e+03 -159 -383 2.24e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 1e+04 -3.4e+03 -1.65e+03 2.24e-06 0 6.09e+03 1.11e+04 world Transportation + 3 1.5e+04 -6.64e+03 -2.92e+03 2.24e-06 0 6.09e+03 1.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.354 -0.0411 0.0809 0.412 0 0 0.37 Tank initStep + 4 0.44 -0.0686 0.108 0.331 0.0811 0.0948 0.464 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.357 -0.0421 0.0819 2.37e-06 0 0 0 Tank initStep + 1 5e+03 -2.68e+03 -3.08e+03 2.37e-06 0 6.46e+03 6.46e+03 expHall Transportation + 2 5e+03 -2.68e+03 -3.08e+03 2.37e-06 0 0 6.46e+03 Tank Transportation + 3 3.84e+03 -5e+03 -4.32e+03 2.37e-06 0 2.87e+03 9.33e+03 expHall Transportation + 4 -2.44e+03 -9.25e+03 -1e+04 2.37e-06 0 9.48e+03 1.88e+04 world Transportation + 5 -7.96e+03 -1.3e+04 -1.5e+04 2.37e-06 0 8.34e+03 2.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.418 -0.0617 0.101 2.92e-06 0 0 0 Tank initStep + 1 -4.92e+03 5e+03 3.03e+03 2.92e-06 0 7.64e+03 7.64e+03 expHall Transportation + 2 -4.92e+03 5e+03 3.03e+03 2.92e-06 0 0 7.64e+03 Tank Transportation + 3 -5e+03 4.92e+03 2.99e+03 2.92e-06 0 119 7.76e+03 expHall Transportation + 4 -5e+03 4.92e+03 2.99e+03 2.92e-06 0 0 7.76e+03 Tank Transportation + 5 -2.71e+03 -5e+03 -1.62e+03 2.92e-06 0 1.12e+04 1.89e+04 expHall Transportation + 6 262 -1e+04 -4.53e+03 2.92e-06 0 6.5e+03 2.54e+04 world Transportation + 7 3.24e+03 -1.5e+04 -7.44e+03 2.92e-06 0 6.5e+03 3.19e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.399 -0.0556 0.095 2.11e-06 0 0 0 Tank initStep + 1 21.8 1.69 2.63 2.11e-06 0 21.6 21.6 Tank OpRayleigh + 2 1.36e+03 -1.18e+03 188 2.11e-06 2.11e-06 1.79e+03 1.81e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.359 -0.0427 0.0825 2.26e-06 0 0 0 Tank initStep + 1 5e+03 -3.36e+03 4.37e+03 2.26e-06 0 7.44e+03 7.44e+03 expHall Transportation + 2 6.1e+03 -6.74e+03 1e+04 2.26e-06 0 6.66e+03 1.41e+04 world Transportation + 3 7.07e+03 -9.75e+03 1.5e+04 2.26e-06 0 5.91e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.44 -0.0686 0.108 0.331 0 0 0.464 Tank initStep + 5 0.496 -0.0883 0.12 0.307 0.0245 0.0612 0.526 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.487 -0.085 0.118 3.88e-06 0 0 0 Tank initStep + 1 786 -2.6e+03 -5e+03 3.88e-06 0 5.69e+03 5.69e+03 expHall Transportation + 2 2.73e+03 -6.06e+03 -1e+04 3.88e-06 0 6.39e+03 1.21e+04 world Transportation + 3 4.68e+03 -9.53e+03 -1.5e+04 3.88e-06 0 6.39e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.465 -0.0772 0.113 3.18e-06 0 0 0 Tank initStep + 1 4.1e+03 5e+03 -36.7 3.18e-06 0 6.46e+03 6.46e+03 expHall Transportation + 2 4.1e+03 5e+03 -36.7 3.18e-06 0 0 6.46e+03 Tank Transportation + 3 5e+03 4.29e+03 325 3.18e-06 0 1.2e+03 7.67e+03 expHall Transportation + 4 8.39e+03 -1e+04 7.17e+03 3.18e-06 0 1.62e+04 2.39e+04 world Transportation + 5 9.58e+03 -1.5e+04 9.57e+03 3.18e-06 0 5.67e+03 2.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.496 -0.0883 0.12 0.307 0 0 0.526 Tank initStep + 6 0.546 -0.103 0.13 0.284 0.0223 0.0525 0.578 Tank Cerenkov + 7 0.586 -0.12 0.137 0.27 0.0146 0.0453 0.623 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.581 -0.117 0.136 2.58e-06 0 0 0 Tank initStep + 1 1.13e+03 -1.01e+03 5e+03 2.58e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 150 -5.25e+03 1e+04 2.58e-06 0 6.63e+03 1.19e+04 world Transportation + 3 -832 -9.49e+03 1.5e+04 2.58e-06 0 6.63e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.575 -0.115 0.135 2.64e-06 0 0 0 Tank initStep + 1 -4.87e+03 -4.62e+03 -5e+03 2.64e-06 0 8.37e+03 8.37e+03 expHall Transportation + 2 -4.87e+03 -4.62e+03 -5e+03 2.64e-06 0 0 8.37e+03 Tank Transportation + 3 -5e+03 -4.73e+03 -4.87e+03 2.64e-06 0 210 8.58e+03 expHall Transportation + 4 -5e+03 -4.73e+03 -4.87e+03 2.64e-06 0 0 8.58e+03 Tank Transportation + 5 -4.42e+03 -5e+03 -4.69e+03 2.64e-06 0 666 9.25e+03 expHall Transportation + 6 -4.42e+03 -5e+03 -4.69e+03 2.64e-06 0 0 9.25e+03 Tank Transportation + 7 -348 -3.01e+03 -2.83e+03 2.64e-06 2.64e-06 4.9e+03 1.41e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.586 -0.12 0.137 0.27 0 0 0.623 Tank initStep + 8 0.62 -0.14 0.135 0.261 0.00878 0.0408 0.664 Tank Cerenkov + 9 0.653 -0.155 0.143 0.256 0.00471 0.0382 0.703 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.637 -0.148 0.139 3.42e-06 0 0 0 Tank initStep + 1 -161 -1.21e+03 -5e+03 3.42e-06 0 5.15e+03 5.15e+03 expHall Transportation + 2 0.394 -2.39e+03 -1e+04 3.42e-06 0 5.14e+03 1.03e+04 world Transportation + 3 162 -3.57e+03 -1.5e+04 3.42e-06 0 5.14e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.653 -0.155 0.143 0.256 0 0 0.703 Tank initStep + 10 0.688 -0.166 0.148 0.247 0.00912 0.0369 0.739 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.671 -0.16 0.146 3.79e-06 0 0 0 Tank initStep + 1 618 -5e+03 695 3.79e-06 0 5.09e+03 5.09e+03 expHall Transportation + 2 2.33e+03 -1e+04 2.8e+03 3.79e-06 0 5.69e+03 1.08e+04 world Transportation + 3 4.04e+03 -1.5e+04 4.91e+03 3.79e-06 0 5.69e+03 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.688 -0.166 0.148 0.247 0 0 0.739 Tank initStep + 11 0.705 -0.173 0.151 0.244 0.00288 0.0184 0.758 Tank Cerenkov + 12 0.711 -0.175 0.153 0.244 0.000483 0.00755 0.765 Tank Cerenkov + 13 0.716 -0.179 0.154 0.243 0.00115 0.00572 0.771 Tank Cerenkov + 14 0.717 -0.18 0.154 0.243 0.000183 0.00135 0.772 Tank Cerenkov + 15 0.717 -0.18 0.154 0.243 0 0.000653 0.773 Tank Cerenkov + 16 0.718 -0.181 0.154 0.243 0.00011 0.000653 0.774 Tank Cerenkov + 17 0.718 -0.181 0.154 0.243 0 0.000235 0.774 Tank Cerenkov + 18 0.718 -0.181 0.154 0.243 0 0.000235 0.774 Tank Cerenkov + 19 0.718 -0.181 0.154 0.242 6.69e-05 0.000235 0.775 Tank Cerenkov + 20 0.811 -0.253 0.166 0.215 0.0274 0.133 0.907 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.79 -0.237 0.163 3.93e-06 0 0 0 Tank initStep + 1 -1.26e+03 -916 535 3.93e-06 3.93e-06 1.65e+03 1.65e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 0.811 -0.253 0.166 0.215 0 0 0.907 Tank initStep + 21 0.814 -0.278 0.194 0.206 0.0094 0.0386 0.946 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.813 -0.269 0.184 3.45e-06 0 0 0 Tank initStep + 1 -2.47e+03 -602 87.3 3.45e-06 3.45e-06 2.55e+03 2.55e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.812 -0.258 0.172 2.83e-06 0 0 0 Tank initStep + 1 -1.77e+03 -5e+03 1.33e+03 2.83e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 -5.31e+03 -1e+04 3.08e+03 2.83e-06 0 6.37e+03 1.18e+04 world Transportation + 3 -8.85e+03 -1.5e+04 4.84e+03 2.83e-06 0 6.37e+03 1.82e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 0.814 -0.278 0.194 0.206 0 0 0.946 Tank initStep + 22 0.841 -0.283 0.217 0.2 0.00602 0.0359 0.982 Tank msc + 23 0.916 -0.288 0.266 0.16 0.0397 0.101 1.08 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.897 -0.287 0.254 3.46e-06 0 0 0 Tank initStep + 1 -167 -49.4 54.6 3.46e-06 3.46e-06 183 183 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 0.916 -0.288 0.266 0.16 0 0 1.08 Tank initStep + 24 0.934 -0.292 0.256 0.154 0.00556 0.0238 1.11 Tank msc + 25 0.98 -0.291 0.214 0.125 0.0296 0.0718 1.18 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.964 -0.291 0.229 3.7e-06 0 0 0 Tank initStep + 1 3.44e+03 -556 -152 3.7e-06 0 3.49e+03 3.49e+03 Tank OpRayleigh + 2 -5e+03 2.58e+03 4.77e+03 3.7e-06 0 1.03e+04 1.38e+04 expHall Transportation + 3 -5e+03 2.58e+03 4.77e+03 3.7e-06 0 0 1.38e+04 Tank Transportation + 4 -4.4e+03 2.9e+03 5e+03 3.7e-06 0 714 1.45e+04 expHall Transportation + 5 -4.4e+03 2.9e+03 5e+03 3.7e-06 0 0 1.45e+04 Tank Transportation + 6 -3.69e+03 2.89e+03 1.87e+03 3.7e-06 3.7e-06 3.21e+03 1.77e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.955 -0.291 0.236 2.4e-06 0 0 0 Tank initStep + 1 4.61e+03 3.01e+03 -5e+03 2.4e-06 0 7.43e+03 7.43e+03 expHall Transportation + 2 4.61e+03 3.01e+03 -5e+03 2.4e-06 0 0 7.43e+03 Tank Transportation + 3 5e+03 3.41e+03 -4.79e+03 2.4e-06 0 600 8.03e+03 expHall Transportation + 4 5e+03 3.41e+03 -4.79e+03 2.4e-06 0 0 8.03e+03 Tank Transportation + 5 4.28e+03 4.86e+03 -4.51e+03 2.4e-06 2.4e-06 1.64e+03 9.68e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 0.98 -0.291 0.214 0.125 0 0 1.18 Tank initStep + 26 0.987 -0.289 0.2 0.121 0.00399 0.0157 1.19 Tank msc + 27 0.993 -0.286 0.155 0.0993 0.0215 0.0526 1.25 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.992 -0.286 0.164 3.42e-06 0 0 0 Tank initStep + 1 -10.1 -15.9 35.4 3.42e-06 3.42e-06 40.1 40.1 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 0.993 -0.286 0.155 0.0993 0 0 1.25 Tank initStep + 28 0.991 -0.277 0.151 0.0952 0.00412 0.0106 1.26 Tank msc + 29 0.984 -0.247 0.136 0.0783 0.0169 0.04 1.3 Tank eIoni + 30 0.988 -0.227 0.119 0.0629 0.0154 0.0326 1.33 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.987 -0.233 0.124 2.19e-06 0 0 0 Tank initStep + 1 -5e+03 3.34e+03 1.8e+03 2.19e-06 0 6.28e+03 6.28e+03 expHall Transportation + 2 -5e+03 3.34e+03 1.8e+03 2.19e-06 0 0 6.28e+03 Tank Transportation + 3 -3.69e+03 4.3e+03 2.93e+03 2.19e-06 2.19e-06 1.98e+03 8.26e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 0.988 -0.227 0.119 0.0629 0 0 1.33 Tank initStep + 31 0.985 -0.226 0.115 0.00366 0.0592 0.00476 1.34 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.987 -0.226 0.118 3.4e-06 0 0 0 Tank initStep + 1 48 -12.8 73.2 3.4e-06 3.4e-06 87.8 87.8 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 0.985 -0.226 0.115 0.00366 0 0 1.34 Tank initStep + 32 0.985 -0.226 0.115 0.0036 5.91e-05 3.04e-05 1.34 Tank msc + 33 0.985 -0.226 0.115 0 0.0036 0.00037 1.34 Tank eIoni + 34 0.985 -0.226 0.115 0 0 0 1.34 Tank Scintillation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.985 -0.226 0.115 0.511 0 0 0 Tank initStep + 1 38.2 -90.8 -183 0.296 0.000537 208 208 Tank compt + 2 71.1 -127 -170 0.214 2.92e-05 50.5 258 Tank compt + 3 72.4 -127 -158 0.177 1.42e-05 12.4 271 Tank compt + 4 64.7 -204 -113 0.107 1.42e-05 88.8 360 Tank compt + 5 55.4 -178 -123 0.0828 2.92e-05 29 389 Tank compt + 6 42.4 -242 -184 0.0754 1.36e-05 89.7 478 Tank compt + 7 44.9 -252 -181 0.0667 0.000537 10.7 489 Tank compt + 8 27.9 -284 -250 0.0648 0.000537 78.3 567 Tank compt + 9 32.1 -272 -289 0.056 1.42e-05 41.2 608 Tank compt + 10 34 -346 -292 0.0541 1.42e-05 74 682 Tank compt + 11 12.2 -365 -305 0.051 0.000537 32.2 715 Tank compt + 12 26.2 -392 -329 0.0482 0.000537 38.6 753 Tank compt + 13 -2.45 -417 -352 0.0436 2.92e-05 44.5 798 Tank compt + 14 -14.8 -399 -356 0.0394 2.92e-05 22.1 820 Tank compt + 15 22.4 -398 -393 0.0358 2.92e-05 53 873 Tank compt + 16 15.7 -382 -390 0 0.000537 18.5 891 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 15.7 -382 -390 0.0352 0 0 0 Tank initStep + 1 15.7 -382 -390 0.0344 0.000854 0.00183 0.00183 Tank msc + 2 15.7 -382 -390 0 0.0344 0.0167 0.0186 Tank eIoni + 3 15.7 -382 -390 0 0 0 0.0186 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 15.7 -382 -390 2.34e-06 0 0 0 Tank initStep + 1 5e+03 2.42e+03 469 2.34e-06 0 5.78e+03 5.78e+03 expHall Transportation + 2 5e+03 2.42e+03 469 2.34e-06 0 0 5.78e+03 Tank Transportation + 3 3.84e+03 5e+03 1.07e+03 2.34e-06 0 2.89e+03 8.67e+03 expHall Transportation + 4 3.84e+03 5e+03 1.07e+03 2.34e-06 0 0 8.67e+03 Tank Transportation + 5 -662 -5e+03 -3.26e+03 2.34e-06 0 1.18e+04 2.05e+04 expHall Transportation + 6 -5.22e+03 -1e+04 -8.3e+03 2.34e-06 0 8.43e+03 2.89e+04 world Transportation + 7 -9.78e+03 -1.5e+04 -1.33e+04 2.34e-06 0 8.43e+03 3.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 22.4 -398 -393 0.00354 0 0 0 Tank initStep + 1 22.4 -398 -393 0.00339 0.000151 3.26e-05 3.26e-05 Tank msc + 2 22.4 -398 -393 0 0.00339 0.000378 0.000411 Tank eIoni + 3 22.4 -398 -393 0 0 0 0.000411 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -14.8 -399 -356 0.0042 0 0 0 Tank initStep + 1 -14.8 -399 -356 0.0041 0.000104 4.37e-05 4.37e-05 Tank msc + 2 -14.8 -399 -356 0 0.0041 0.000524 0.000567 Tank eIoni + 3 -14.8 -399 -356 0 0 0 0.000567 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.45 -417 -352 0.00456 0 0 0 Tank initStep + 1 -2.45 -417 -352 0.00439 0.000169 5.04e-05 5.04e-05 Tank msc + 2 -2.45 -417 -352 0 0.00439 0.00059 0.000641 Tank eIoni + 3 -2.45 -417 -352 0 0 0 0.000641 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 26.2 -392 -329 0.00226 0 0 0 Tank initStep + 1 26.2 -392 -329 0.00209 0.00017 1.54e-05 1.54e-05 Tank msc + 2 26.2 -392 -329 0 0.00209 0.000169 0.000184 Tank eIoni + 3 26.2 -392 -329 0 0 0 0.000184 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 12.2 -365 -305 0.00259 0 0 0 Tank initStep + 1 12.2 -365 -305 0.00248 0.000107 1.92e-05 1.92e-05 Tank msc + 2 12.2 -365 -305 0 0.00248 0.000224 0.000243 Tank eIoni + 3 12.2 -365 -305 0 0 0 0.000243 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 34 -346 -292 0.00187 0 0 0 Tank initStep + 1 34 -346 -292 0.00176 0.000106 1.12e-05 1.12e-05 Tank msc + 2 34 -346 -292 0 0.00176 0.000128 0.000139 Tank eIoni + 3 34 -346 -292 0 0 0 0.000139 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 32.1 -272 -289 0.0088 0 0 0 Tank initStep + 1 32.1 -272 -289 0.00863 0.000169 0.000158 0.000158 Tank msc + 2 32.1 -272 -289 0 0.00863 0.00191 0.00207 Tank eIoni + 3 32.1 -272 -289 0 0 0 0.00207 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.9 -284 -250 0.00141 0 0 0 Tank initStep + 1 27.9 -284 -250 0.00137 3.69e-05 7.12e-06 7.12e-06 Tank msc + 2 27.9 -284 -250 0 0.00137 8.54e-05 9.25e-05 Tank eIoni + 3 27.9 -284 -250 0 0 0 9.25e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -252 -181 0.00808 0 0 0 Tank initStep + 1 44.9 -252 -181 0.00795 0.000138 0.000136 0.000136 Tank msc + 2 44.9 -252 -181 0 0.00795 0.00165 0.00179 Tank eIoni + 3 44.9 -252 -181 0 0 0 0.00179 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 42.4 -242 -184 0.00746 0 0 0 Tank initStep + 1 42.4 -242 -184 0.00733 0.00013 0.000118 0.000118 Tank msc + 2 42.4 -242 -184 0 0.00733 0.00143 0.00155 Tank eIoni + 3 42.4 -242 -184 0 0 0 0.00155 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 55.4 -178 -123 0.0239 0 0 0 Tank initStep + 1 55.4 -178 -123 0.0229 0.000992 0.00092 0.00092 Tank msc + 2 55.4 -178 -123 0.0102 0.0127 0.0106 0.0115 Tank eIoni + 3 55.4 -178 -123 0 0.0102 0.00255 0.0141 Tank eIoni + 4 55.4 -178 -123 0 0 0 0.0141 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.7 -204 -113 0.0706 0 0 0 Tank initStep + 1 64.7 -204 -113 0.0678 0.00277 0.00622 0.00622 Tank msc + 2 64.7 -204 -113 0.0547 0.0131 0.0294 0.0356 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.7 -204 -113 3.55e-06 0 0 0 Tank initStep + 1 -2.76e+03 209 -5e+03 3.55e-06 0 5.66e+03 5.66e+03 expHall Transportation + 2 -2.76e+03 209 -5e+03 3.55e-06 0 0 5.66e+03 Tank Transportation + 3 -2.7e+03 -2.77e+03 5e+03 3.55e-06 0 1.04e+04 1.61e+04 expHall Transportation + 4 -2.56e+03 -4.97e+03 1e+04 3.55e-06 0 5.47e+03 2.16e+04 world Transportation + 5 -2.42e+03 -7.18e+03 1.5e+04 3.55e-06 0 5.47e+03 2.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.7 -204 -113 2.21e-06 0 0 0 Tank initStep + 1 -2.19e+03 323 -326 2.21e-06 2.21e-06 2.33e+03 2.33e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 64.7 -204 -113 0.0547 0 0 0.0356 Tank initStep + 3 64.7 -204 -113 0.0522 0.00257 0.00398 0.0396 Tank msc + 4 64.7 -204 -113 0.0355 0.0167 0.0234 0.063 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.7 -204 -113 3.48e-06 0 0 0 Tank initStep + 1 749 -632 -1.38e+03 3.48e-06 3.48e-06 1.5e+03 1.5e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 64.7 -204 -113 0.0355 0 0 0.063 Tank initStep + 5 64.7 -204 -113 0.0345 0.00105 0.00185 0.0648 Tank msc + 6 64.7 -204 -113 0.00526 0.0292 0.0168 0.0816 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.7 -204 -113 2.29e-06 0 0 0 Tank initStep + 1 -1.69e+03 -3.95e+03 -5e+03 2.29e-06 0 6.4e+03 6.4e+03 expHall Transportation + 2 -4.14e+03 -1e+04 -7.63e+03 2.29e-06 0 7.04e+03 1.34e+04 world Transportation + 3 -6.16e+03 -1.5e+04 -9.81e+03 2.29e-06 0 5.82e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 33 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.7 -204 -113 2.64e-06 0 0 0 Tank initStep + 1 -3.67e+03 -1.97e+03 5e+03 2.64e-06 0 6.57e+03 6.57e+03 expHall Transportation + 2 -3.67e+03 -1.97e+03 5e+03 2.64e-06 0 0 6.57e+03 Tank Transportation + 3 -5e+03 -3.16e+03 2.06e+03 2.64e-06 0 3.44e+03 1e+04 expHall Transportation + 4 -5e+03 -3.16e+03 2.06e+03 2.64e-06 0 0 1e+04 Tank Transportation + 5 -3.09e+03 -5e+03 -2.38e+03 2.64e-06 0 5.16e+03 1.52e+04 expHall Transportation + 6 -3.09e+03 -5e+03 -2.38e+03 2.64e-06 0 0 1.52e+04 Tank Transportation + 7 -4.97e+03 -589 -5e+03 2.64e-06 0 5.47e+03 2.06e+04 expHall Transportation + 8 -4.97e+03 -589 -5e+03 2.64e-06 0 0 2.06e+04 Tank Transportation + 9 -5e+03 -552 -4.97e+03 2.64e-06 0 53.4 2.07e+04 expHall Transportation + 10 -1e+04 8.01e+03 -1.17e+03 2.64e-06 0 1.06e+04 3.13e+04 world Transportation + 11 -1.41e+04 1.5e+04 1.95e+03 2.64e-06 0 8.68e+03 4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 64.7 -204 -113 0.00526 0 0 0.0816 Tank initStep + 7 64.7 -204 -113 0.005 0.000256 6.44e-05 0.0817 Tank msc + 8 64.7 -204 -113 0 0.005 0.000739 0.0824 Tank eIoni + 9 64.7 -204 -113 0 0 0 0.0824 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.4 -127 -158 0.0365 0 0 0 Tank initStep + 1 72.4 -127 -158 0.0344 0.0021 0.00195 0.00195 Tank msc + 2 72.5 -127 -158 0.0171 0.0173 0.0167 0.0187 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 32 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.4 -127 -158 2.3e-06 0 0 0 Tank initStep + 1 2.6e+03 5e+03 3.63e+03 2.3e-06 0 6.86e+03 6.86e+03 expHall Transportation + 2 2.6e+03 5e+03 3.63e+03 2.3e-06 0 0 6.86e+03 Tank Transportation + 3 3.67e+03 3.82e+03 5e+03 2.3e-06 0 2.1e+03 8.96e+03 expHall Transportation + 4 3.67e+03 3.82e+03 5e+03 2.3e-06 0 0 8.96e+03 Tank Transportation + 5 5e+03 3.21e+03 4.18e+03 2.3e-06 0 1.68e+03 1.06e+04 expHall Transportation + 6 5e+03 3.21e+03 4.18e+03 2.3e-06 0 0 1.06e+04 Tank Transportation + 7 4.99e+03 3.2e+03 4.18e+03 2.3e-06 2.3e-06 19.5 1.07e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 72.5 -127 -158 0.0171 0 0 0.0187 Tank initStep + 3 72.5 -127 -158 0.0168 0.000338 0.00051 0.0192 Tank msc + 4 72.5 -127 -158 0 0.0168 0.00615 0.0253 Tank eIoni + 5 72.5 -127 -158 0 0 0 0.0253 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.1 -127 -170 0.082 0 0 0 Tank initStep + 1 71.1 -127 -170 0.0713 0.0108 0.00809 0.00809 Tank msc + 2 71.1 -127 -170 0.0599 0.0114 0.0308 0.0389 Tank eIoni + 3 71.1 -127 -170 0.0423 0.0175 0.0263 0.0652 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 31 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 71.1 -127 -170 2.66e-06 0 0 0 Tank initStep + 1 -3.98e+03 5e+03 2.74e+03 2.66e-06 0 7.15e+03 7.15e+03 expHall Transportation + 2 -3.98e+03 5e+03 2.74e+03 2.66e-06 0 0 7.15e+03 Tank Transportation + 3 -5e+03 4.25e+03 4.5e+03 2.66e-06 0 2.17e+03 9.32e+03 expHall Transportation + 4 -5e+03 4.25e+03 4.5e+03 2.66e-06 0 0 9.32e+03 Tank Transportation + 5 -4.18e+03 3.98e+03 5e+03 2.66e-06 0 1e+03 1.03e+04 expHall Transportation + 6 -4.18e+03 3.98e+03 5e+03 2.66e-06 0 0 1.03e+04 Tank Transportation + 7 5e+03 1.13e+03 674 2.66e-06 0 1.05e+04 2.09e+04 expHall Transportation + 8 1e+04 -6.35e+03 -6.8e+03 2.66e-06 0 1.17e+04 3.26e+04 world Transportation + 9 1.5e+04 -1.38e+04 -1.43e+04 2.66e-06 0 1.17e+04 4.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 71.1 -127 -170 0.0423 0 0 0.0652 Tank initStep + 4 71.1 -127 -170 0.0406 0.0018 0.00254 0.0677 Tank msc + 5 71.1 -127 -170 0.0276 0.013 0.0191 0.0869 Tank eIoni + 6 71.1 -127 -170 0.00624 0.0213 0.0136 0.1 Tank eIoni + 7 71.1 -127 -170 0 0.00624 0.00108 0.102 Tank eIoni + 8 71.1 -127 -170 0 0 0 0.102 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.2 -90.8 -183 0.215 0 0 0 Tank initStep + 1 38.2 -90.8 -183 0.199 0.0151 0.0398 0.0398 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.2 -90.8 -183 4.09e-06 0 0 0 Tank initStep + 1 -1.8e+03 -3.91e+03 5e+03 4.09e-06 0 6.7e+03 6.7e+03 expHall Transportation + 2 -1.8e+03 -3.91e+03 5e+03 4.09e-06 0 0 6.7e+03 Tank Transportation + 3 -3.01e+03 -4.72e+03 3.59e+03 4.09e-06 0 2.03e+03 8.73e+03 Tank OpRayleigh + 4 -2.41e+03 -5e+03 1.91e+03 4.09e-06 0 1.8e+03 1.05e+04 expHall Transportation + 5 -2.41e+03 -5e+03 1.91e+03 4.09e-06 0 0 1.05e+04 Tank Transportation + 6 -1.23e+03 -3.35e+03 -1.03e+03 4.09e-06 0 3.57e+03 1.41e+04 Tank OpRayleigh + 7 -1.04e+03 -5e+03 -523 4.09e-06 0 1.74e+03 1.58e+04 expHall Transportation + 8 1.19e+03 -1e+04 2.93e+03 4.09e-06 0 6.47e+03 2.23e+04 world Transportation + 9 3.41e+03 -1.5e+04 6.39e+03 4.09e-06 0 6.47e+03 2.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 38.2 -90.8 -183 0.199 0 0 0.0398 Tank initStep + 2 38.2 -90.8 -183 0.192 0.00711 0.0355 0.0753 Tank msc + 3 38.2 -90.8 -183 0.171 0.0216 0.0995 0.175 Tank eIoni + 4 38.1 -90.8 -183 0.143 0.0276 0.0849 0.26 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.1 -90.8 -183 3.37e-06 0 0 0 Tank initStep + 1 -521 5e+03 -4.93e+03 3.37e-06 0 6.98e+03 6.98e+03 expHall Transportation + 2 -521 5e+03 -4.93e+03 3.37e-06 0 0 6.98e+03 Tank Transportation + 3 -548 4.92e+03 -5e+03 3.37e-06 0 113 7.09e+03 expHall Transportation + 4 -548 4.92e+03 -5e+03 3.37e-06 0 0 7.09e+03 Tank Transportation + 5 -3.98e+03 942 1.77e+03 3.37e-06 0 8.57e+03 1.57e+04 Tank OpRayleigh + 6 -5e+03 1.1e+03 1.47e+03 3.37e-06 0 1.08e+03 1.67e+04 expHall Transportation + 7 -1e+04 3.89e+03 -4.45e+03 3.37e-06 0 8.23e+03 2.5e+04 world Transportation + 8 -1.5e+04 6.68e+03 -1.04e+04 3.37e-06 0 8.23e+03 3.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.1 -90.8 -183 2.64e-06 0 0 0 Tank initStep + 1 -566 5e+03 2.37e+03 2.64e-06 0 5.73e+03 5.73e+03 expHall Transportation + 2 -566 5e+03 2.37e+03 2.64e-06 0 0 5.73e+03 Tank Transportation + 3 -1.85e+03 3.7e+03 5e+03 2.64e-06 0 3.2e+03 8.93e+03 expHall Transportation + 4 -1.85e+03 3.7e+03 5e+03 2.64e-06 0 0 8.93e+03 Tank Transportation + 5 -5e+03 -2.97e+03 384 2.64e-06 0 8.7e+03 1.76e+04 expHall Transportation + 6 -5e+03 -2.97e+03 384 2.64e-06 0 0 1.76e+04 Tank Transportation + 7 -2.67e+03 -5e+03 -1.27e+03 2.64e-06 0 3.5e+03 2.11e+04 expHall Transportation + 8 -2.67e+03 -5e+03 -1.27e+03 2.64e-06 0 0 2.11e+04 Tank Transportation + 9 719 812 -5e+03 2.64e-06 0 7.7e+03 2.88e+04 expHall Transportation + 10 719 812 -5e+03 2.64e-06 0 0 2.88e+04 Tank Transportation + 11 2.15e+03 5e+03 -2.74e+03 2.64e-06 0 4.97e+03 3.38e+04 expHall Transportation + 12 2.15e+03 5e+03 -2.74e+03 2.64e-06 0 0 3.38e+04 Tank Transportation + 13 5e+03 2.01e+03 3e+03 2.64e-06 0 7.07e+03 4.09e+04 expHall Transportation + 14 5e+03 2.01e+03 3e+03 2.64e-06 0 0 4.09e+04 Tank Transportation + 15 3.98e+03 1.19e+03 5e+03 2.64e-06 0 2.39e+03 4.33e+04 expHall Transportation + 16 3.98e+03 1.19e+03 5e+03 2.64e-06 0 0 4.33e+04 Tank Transportation + 17 124 -676 671 2.64e-06 2.64e-06 6.09e+03 4.94e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 38.1 -90.8 -183 0.143 0 0 0.26 Tank initStep + 5 38.1 -90.8 -183 0.135 0.00839 0.0207 0.28 Tank msc + 6 38.2 -90.9 -183 0.117 0.0175 0.0625 0.343 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.2 -90.9 -183 3.49e-06 0 0 0 Tank initStep + 1 -678 -2.42e+03 1.23e+03 3.49e-06 3.49e-06 2.82e+03 2.82e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 38.2 -90.9 -183 0.117 0 0 0.343 Tank initStep + 7 38.2 -90.9 -183 0.114 0.00341 0.0149 0.358 Tank msc + 8 38.2 -90.9 -183 0.096 0.0179 0.0509 0.409 Tank eIoni + 9 38.2 -90.9 -183 0.0815 0.0145 0.0419 0.451 Tank eIoni + 10 38.3 -90.9 -183 0.0612 0.0203 0.0352 0.486 Tank eIoni + 11 38.3 -90.9 -183 0.0429 0.0183 0.0268 0.513 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 -90.9 -183 3.6e-06 0 0 0 Tank initStep + 1 -3.2e+03 -2.43e+03 5e+03 3.6e-06 0 6.55e+03 6.55e+03 expHall Transportation + 2 -3.2e+03 -2.43e+03 5e+03 3.6e-06 0 0 6.55e+03 Tank Transportation + 3 -5e+03 -3.57e+03 4.62e+03 3.6e-06 0 2.16e+03 8.71e+03 expHall Transportation + 4 -5e+03 -3.57e+03 4.62e+03 3.6e-06 0 0 8.71e+03 Tank Transportation + 5 -3.95e+03 -5e+03 4.43e+03 3.6e-06 0 1.78e+03 1.05e+04 expHall Transportation + 6 -3.95e+03 -5e+03 4.43e+03 3.6e-06 0 0 1.05e+04 Tank Transportation + 7 -1.28e+03 -2.35e+03 5e+03 3.6e-06 0 3.81e+03 1.43e+04 expHall Transportation + 8 6.83e+03 1e+04 6.4e+03 3.6e-06 0 1.48e+04 2.91e+04 world Transportation + 9 1.01e+04 1.5e+04 6.96e+03 3.6e-06 0 6.01e+03 3.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 38.3 -90.9 -183 0.0429 0 0 0.513 Tank initStep + 12 38.3 -90.9 -183 0.0419 0.00105 0.0026 0.515 Tank msc + 13 38.3 -90.9 -183 0.0242 0.0177 0.0196 0.535 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 59, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 -90.9 -183 2.4e-06 0 0 0 Tank initStep + 1 5e+03 114 -1.1e+03 2.4e-06 0 5.05e+03 5.05e+03 expHall Transportation + 2 5e+03 114 -1.1e+03 2.4e-06 0 0 5.05e+03 Tank Transportation + 3 338 1.52e+03 -2.15e+03 2.4e-06 2.4e-06 4.98e+03 1e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 38.3 -90.9 -183 0.0242 0 0 0.535 Tank initStep + 14 38.3 -90.9 -183 0.0231 0.00101 0.000939 0.536 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 60, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 -90.9 -183 2.64e-06 0 0 0 Tank initStep + 1 -4.62e+03 -3.48e+03 -5e+03 2.64e-06 0 7.51e+03 7.51e+03 expHall Transportation + 2 -4.62e+03 -3.48e+03 -5e+03 2.64e-06 0 0 7.51e+03 Tank Transportation + 3 -5e+03 -3.77e+03 -4.46e+03 2.64e-06 0 720 8.23e+03 expHall Transportation + 4 -5e+03 -3.77e+03 -4.46e+03 2.64e-06 0 0 8.23e+03 Tank Transportation + 5 -2.35e+03 -5e+03 -3.21e+03 2.64e-06 0 3.18e+03 1.14e+04 expHall Transportation + 6 -2.35e+03 -5e+03 -3.21e+03 2.64e-06 0 0 1.14e+04 Tank Transportation + 7 5e+03 -2.87e+03 742 2.64e-06 0 8.61e+03 2e+04 expHall Transportation + 8 5e+03 -2.87e+03 742 2.64e-06 0 0 2e+04 Tank Transportation + 9 4.03e+03 -2.49e+03 1.41e+03 2.64e-06 2.64e-06 1.23e+03 2.13e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 38.3 -90.9 -183 0.0231 0 0 0.536 Tank initStep + 15 38.3 -90.9 -183 0.0223 0.000858 0.00087 0.537 Tank msc + 16 38.3 -90.9 -183 0 0.0223 0.0102 0.547 Tank eIoni + 17 38.3 -90.9 -183 0 0 0 0.547 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 -90.9 -183 2.95e-06 0 0 0 Tank initStep + 1 1.53e+03 -2.26e+03 1.8e+03 2.95e-06 2.95e-06 3.29e+03 3.29e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 61, Parent ID = 30 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 38.3 -90.9 -183 3.37e-06 0 0 0 Tank initStep + 1 -5e+03 -629 3.73e+03 3.37e-06 0 6.4e+03 6.4e+03 expHall Transportation + 2 -7.72e+03 509 1e+04 3.37e-06 0 6.93e+03 1.33e+04 world Transportation + 3 -9.89e+03 1.42e+03 1.5e+04 3.37e-06 0 5.52e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.985 -0.226 0.115 0.511 0 0 0 Tank initStep + 1 -6.07 17 34.9 0.215 1.36e-05 39.4 39.4 Tank compt + 2 199 12.6 -11.7 0.215 0 210 250 Tank Rayl + 3 220 6.25 -17.3 0.154 0.000537 22.8 273 Tank compt + 4 220 6.56 -18.4 0.109 1.42e-05 1.11 274 Tank compt + 5 330 -47.8 35.8 0.105 2.92e-05 134 407 Tank compt + 6 336 -48 36.3 0.0859 2.92e-05 6.23 414 Tank compt + 7 312 47.7 213 0.0782 2.92e-05 202 616 Tank compt + 8 258 9.14 270 0.0647 1.42e-05 87.5 703 Tank compt + 9 245 26.5 256 0.0614 1.42e-05 25.8 729 Tank compt + 10 259 46.7 185 0.0614 1.42e-05 74.7 804 Tank compt + 11 259 46.9 185 0.0546 2.92e-05 0.76 805 Tank compt + 12 213 9.04 165 0 0.000537 62.8 868 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 213 9.04 165 2.89e-06 0 0 0 Tank initStep + 1 2.39e+03 -1.92e+03 5e+03 2.89e-06 0 5.64e+03 5.64e+03 expHall Transportation + 2 2.39e+03 -1.92e+03 5e+03 2.89e-06 0 0 5.64e+03 Tank Transportation + 3 5e+03 -4.34e+03 2.51e+03 2.89e-06 0 4.34e+03 9.98e+03 expHall Transportation + 4 5e+03 -4.34e+03 2.51e+03 2.89e-06 0 0 9.98e+03 Tank Transportation + 5 4.89e+03 -5e+03 1.34e+03 2.89e-06 0 1.35e+03 1.13e+04 expHall Transportation + 6 4.89e+03 -5e+03 1.34e+03 2.89e-06 0 0 1.13e+04 Tank Transportation + 7 3.69e+03 2.27e+03 -5e+03 2.89e-06 0 9.72e+03 2.11e+04 expHall Transportation + 8 3.69e+03 2.27e+03 -5e+03 2.89e-06 0 0 2.11e+04 Tank Transportation + 9 2.73e+03 5e+03 418 2.89e-06 0 6.14e+03 2.72e+04 expHall Transportation + 10 2.73e+03 5e+03 418 2.89e-06 0 0 2.72e+04 Tank Transportation + 11 749 3.3e+03 4.7e+03 2.89e-06 0 5.01e+03 3.22e+04 Tank OpRayleigh + 12 -733 -2.11e+03 -5e+03 2.89e-06 0 1.12e+04 4.34e+04 expHall Transportation + 13 -2.89e+03 -6.72e+03 -1e+04 2.89e-06 0 7.13e+03 5.05e+04 world Transportation + 14 -5.04e+03 -1.13e+04 -1.5e+04 2.89e-06 0 7.13e+03 5.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 213 9.04 165 0.054 0 0 0 Tank initStep + 1 213 9.05 165 0.0527 0.00133 0.00389 0.00389 Tank msc + 2 213 9.06 165 0.042 0.0107 0.0236 0.0275 Tank eIoni + 3 213 9.07 165 0.0221 0.02 0.0197 0.0472 Tank eIoni + 4 213 9.07 165 0 0.0221 0.00999 0.0572 Tank eIoni + 5 213 9.07 165 0 0 0 0.0572 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 259 46.9 185 0.0068 0 0 0 Tank initStep + 1 259 46.9 185 0.00653 0.000273 0.000101 0.000101 Tank msc + 2 259 46.9 185 0 0.00653 0.00117 0.00127 Tank eIoni + 3 259 46.9 185 0 0 0 0.00127 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 72 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 259 46.9 185 2.68e-06 0 0 0 Tank initStep + 1 -4.46e+03 -5e+03 -618 2.68e-06 0 6.96e+03 6.96e+03 expHall Transportation + 2 -4.46e+03 -5e+03 -618 2.68e-06 0 0 6.96e+03 Tank Transportation + 3 -5e+03 -4.61e+03 -682 2.68e-06 0 666 7.62e+03 expHall Transportation + 4 -1e+04 5.28e+03 755 2.68e-06 0 1.12e+04 1.88e+04 world Transportation + 5 -1.49e+04 1.5e+04 2.17e+03 2.68e-06 0 1.1e+04 2.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 259 46.7 185 3.19e-05 0 0 0 Tank initStep + 1 259 46.7 185 0 3.19e-05 1.71e-07 1.71e-07 Tank msc + 2 259 46.7 185 0 0 0 1.71e-07 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 245 26.5 256 0.00326 0 0 0 Tank initStep + 1 245 26.5 256 0.00315 0.000106 2.84e-05 2.84e-05 Tank msc + 2 245 26.5 256 0 0.00315 0.000335 0.000364 Tank eIoni + 3 245 26.5 256 0 0 0 0.000364 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 258 9.14 270 0.0134 0 0 0 Tank initStep + 1 258 9.14 270 0.0131 0.000373 0.000334 0.000334 Tank msc + 2 258 9.14 270 0 0.0131 0.00397 0.00431 Tank eIoni + 3 258 9.14 270 0 0 0 0.00431 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 312 47.7 213 0.00771 0 0 0 Tank initStep + 1 312 47.7 213 0.00762 9.22e-05 0.000126 0.000126 Tank msc + 2 312 47.7 213 0 0.00762 0.00154 0.00166 Tank eIoni + 3 312 47.7 213 0 0 0 0.00166 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 336 -48 36.3 0.0195 0 0 0 Tank initStep + 1 336 -48 36.2 0.0189 0.000611 0.000642 0.000642 Tank msc + 2 336 -48 36.2 0 0.0189 0.00759 0.00823 Tank eIoni + 3 336 -48 36.2 0 0 0 0.00823 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 67 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 336 -48 36.2 3.48e-06 0 0 0 Tank initStep + 1 -474 -4.25e+03 4.53e+03 3.48e-06 3.48e-06 6.2e+03 6.2e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 67 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 336 -48 36.2 2.4e-06 0 0 0 Tank initStep + 1 15.2 2e+03 254 2.4e-06 0 2.08e+03 2.08e+03 Bubble Transportation + 2 -199 3e+03 400 2.4e-06 0 1.03e+03 3.12e+03 Tank Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 330 -47.8 35.8 0.00326 0 0 0 Tank initStep + 1 330 -47.8 35.8 0.00326 0 2.84e-05 2.84e-05 Tank msc + 2 330 -47.8 35.8 0 0.00326 0.000355 0.000384 Tank eIoni + 3 330 -47.8 35.8 0 0 0 0.000384 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 66 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 330 -47.8 35.8 3.65e-06 0 0 0 Tank initStep + 1 -4.54e+03 -5e+03 -1.99e+03 3.65e-06 0 7.23e+03 7.23e+03 expHall Transportation + 2 -8.65e+03 -1e+04 -6.87e+03 3.65e-06 0 8.11e+03 1.53e+04 world Transportation + 3 -1.28e+04 -1.5e+04 -1.18e+04 3.65e-06 0 8.11e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.56 -18.4 0.0454 0 0 0 Tank initStep + 1 220 6.56 -18.4 0.0439 0.00149 0.00287 0.00287 Tank msc + 2 220 6.57 -18.4 0.0304 0.0135 0.0204 0.0233 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.57 -18.4 2.2e-06 0 0 0 Tank initStep + 1 1.51e+03 -82.9 1.28e+03 2.2e-06 2.2e-06 1.84e+03 1.84e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 220 6.57 -18.4 0.0304 0 0 0.0233 Tank initStep + 3 220 6.57 -18.4 0.0291 0.00127 0.00141 0.0247 Tank msc + 4 220 6.58 -18.4 0.0081 0.021 0.0144 0.039 Tank eIoni + 5 220 6.58 -18.4 0 0.0081 0.00171 0.0407 Tank eIoni + 6 220 6.58 -18.4 0 0 0 0.0407 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 65 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.58 -18.4 3.85e-06 0 0 0 Tank initStep + 1 -1.53e+03 5e+03 3.49e+03 3.85e-06 0 6.35e+03 6.35e+03 expHall Transportation + 2 -2.79e+03 8.42e+03 1e+04 3.85e-06 0 7.46e+03 1.38e+04 world Transportation + 3 -3.75e+03 1.1e+04 1.5e+04 3.85e-06 0 5.73e+03 1.95e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.25 -17.3 0.0602 0 0 0 Tank initStep + 1 220 6.25 -17.3 0.0589 0.00124 0.0047 0.0047 Tank msc + 2 220 6.24 -17.3 0.0459 0.013 0.0259 0.0306 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.24 -17.3 3.28e-06 0 0 0 Tank initStep + 1 5e+03 361 499 3.28e-06 0 4.82e+03 4.82e+03 expHall Transportation + 2 5e+03 361 499 3.28e-06 0 0 4.82e+03 Tank Transportation + 3 2.68e+03 4.06e+03 911 3.28e-06 3.28e-06 4.38e+03 9.21e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.24 -17.3 2.18e-06 0 0 0 Tank initStep + 1 3.64e+03 4.71e+03 5e+03 2.18e-06 0 7.68e+03 7.68e+03 expHall Transportation + 2 3.64e+03 4.71e+03 5e+03 2.18e-06 0 0 7.68e+03 Tank Transportation + 3 3.56e+03 5e+03 4.2e+03 2.18e-06 0 854 8.53e+03 expHall Transportation + 4 3.56e+03 5e+03 4.2e+03 2.18e-06 0 0 8.53e+03 Tank Transportation + 5 2.84e+03 3.76e+03 -5e+03 2.18e-06 0 9.31e+03 1.78e+04 expHall Transportation + 6 2.65e+03 3e+03 -1e+04 2.18e-06 0 5.06e+03 2.29e+04 world Transportation + 7 2.46e+03 2.24e+03 -1.5e+04 2.18e-06 0 5.06e+03 2.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 220 6.24 -17.3 0.0459 0 0 0.0306 Tank initStep + 3 220 6.23 -17.3 0.0437 0.00218 0.00293 0.0335 Tank msc + 4 220 6.22 -17.3 0.0318 0.0119 0.0203 0.0539 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.23 -17.3 2.28e-06 0 0 0 Tank initStep + 1 386 -3.71e+03 -5e+03 2.28e-06 0 6.22e+03 6.22e+03 expHall Transportation + 2 386 -3.71e+03 -5e+03 2.28e-06 0 0 6.22e+03 Tank Transportation + 3 631 -5e+03 -3.03e+03 2.28e-06 0 2.37e+03 8.59e+03 expHall Transportation + 4 631 -5e+03 -3.03e+03 2.28e-06 0 0 8.59e+03 Tank Transportation + 5 5e+03 3.11e+03 4.04e+03 2.28e-06 0 1.16e+04 2.02e+04 expHall Transportation + 6 5e+03 3.11e+03 4.04e+03 2.28e-06 0 0 2.02e+04 Tank Transportation + 7 4.49e+03 3.01e+03 5e+03 2.28e-06 0 1.1e+03 2.13e+04 expHall Transportation + 8 1.15e+03 1.93e+03 1e+04 2.28e-06 0 6.11e+03 2.74e+04 world Transportation + 9 -2.18e+03 855 1.5e+04 2.28e-06 0 6.11e+03 3.35e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 220 6.22 -17.3 0.0318 0 0 0.0539 Tank initStep + 5 220 6.22 -17.3 0.03 0.00183 0.00153 0.0554 Tank msc + 6 220 6.21 -17.3 0.0166 0.0134 0.0148 0.0702 Tank eIoni + 7 220 6.21 -17.3 0 0.0166 0.00602 0.0762 Tank eIoni + 8 220 6.21 -17.3 0 0 0 0.0762 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 64 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 220 6.21 -17.3 3.59e-06 0 0 0 Tank initStep + 1 -1.98e+03 -34 -173 3.59e-06 0 2.2e+03 2.2e+03 Tank OpRayleigh + 2 5e+03 3.82e+03 -3.86e+03 3.59e-06 0 8.78e+03 1.1e+04 expHall Transportation + 3 1e+04 9.25e+03 -8.88e+03 3.59e-06 0 8.92e+03 1.99e+04 world Transportation + 4 1.5e+04 1.47e+04 -1.39e+04 3.59e-06 0 8.92e+03 2.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.07 17 34.9 0.296 0 0 0 Tank initStep + 1 -6.09 17 34.9 0.283 0.0137 0.0492 0.0492 Tank Cerenkov + 2 -6.11 17 35 0.276 0.00633 0.0449 0.0941 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.1 17 34.9 3.6e-06 0 0 0 Tank initStep + 1 1.21e+03 -3.99e+03 5e+03 3.6e-06 0 6.5e+03 6.5e+03 expHall Transportation + 2 1.12e+03 -8.01e+03 1e+04 3.6e-06 0 6.42e+03 1.29e+04 world Transportation + 3 1.03e+03 -1.2e+04 1.5e+04 3.6e-06 0 6.42e+03 1.93e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -6.11 17 35 0.276 0 0 0.0941 Tank initStep + 3 -6.1 17 35 0.269 0.00723 0.043 0.137 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.1 17 35 2.15e-06 0 0 0 Tank initStep + 1 698 -1.34e+03 296 2.15e-06 2.15e-06 1.55e+03 1.55e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -6.1 17 35 0.269 0 0 0.137 Tank initStep + 4 -6.1 17 35 0.26 0.00888 0.0409 0.178 Tank Cerenkov + 5 -6.1 17.1 35 0.255 0.00545 0.0383 0.216 Tank Cerenkov + 6 -6.1 17.1 35.1 0.246 0.00827 0.0368 0.253 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.1 17.1 35 3.38e-06 0 0 0 Tank initStep + 1 1.9e+03 2.49e+03 -5e+03 3.38e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 6.67e+03 9.6e+03 -1e+04 3.38e-06 0 9.91e+03 1.58e+04 world Transportation + 3 1.03e+04 1.5e+04 -1.38e+04 3.38e-06 0 7.54e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -6.1 17.1 35.1 0.246 0 0 0.253 Tank initStep + 7 -6.1 17.1 35.1 0.243 0.0032 0.0152 0.268 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.1 17.1 35.1 3.54e-06 0 0 0 Tank initStep + 1 -2.34e+03 -3.51e+03 -5e+03 3.54e-06 0 6.58e+03 6.58e+03 expHall Transportation + 2 -2.34e+03 -3.51e+03 -5e+03 3.54e-06 0 0 6.58e+03 Tank Transportation + 3 -3.36e+03 -5e+03 -4.01e+03 3.54e-06 0 2.06e+03 8.63e+03 expHall Transportation + 4 -3.36e+03 -5e+03 -4.01e+03 3.54e-06 0 0 8.63e+03 Tank Transportation + 5 -2.84e+03 4.03e+03 5e+03 3.54e-06 0 1.28e+04 2.14e+04 expHall Transportation + 6 -2.84e+03 4.03e+03 5e+03 3.54e-06 0 0 2.14e+04 Tank Transportation + 7 -3.14e+03 5e+03 4.45e+03 3.54e-06 0 1.15e+03 2.26e+04 expHall Transportation + 8 -3.14e+03 5e+03 4.45e+03 3.54e-06 0 0 2.26e+04 Tank Transportation + 9 -5e+03 3.57e+03 2.59e+03 3.54e-06 0 2.99e+03 2.55e+04 expHall Transportation + 10 -5e+03 3.57e+03 2.59e+03 3.54e-06 0 0 2.55e+04 Tank Transportation + 11 -4.38e+03 2.71e+03 1.49e+03 3.54e-06 0 1.53e+03 2.71e+04 Tank OpRayleigh + 12 3.17e+03 -1.83e+03 -5e+03 3.54e-06 0 1.09e+04 3.8e+04 expHall Transportation + 13 3.17e+03 -1.83e+03 -5e+03 3.54e-06 0 0 3.8e+04 Tank Transportation + 14 1.64e+03 -5e+03 694 3.54e-06 0 6.7e+03 4.47e+04 expHall Transportation + 15 1.64e+03 -5e+03 694 3.54e-06 0 0 4.47e+04 Tank Transportation + 16 1.42e+03 -4.32e+03 2.78e+03 3.54e-06 3.54e-06 2.2e+03 4.69e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -6.1 17.1 35.1 0.243 0 0 0.268 Tank initStep + 8 -6.1 17.1 35.1 0.243 0.000364 0.00277 0.271 Tank Cerenkov + 9 -6.1 17.1 35.1 0.243 0.000144 0.00136 0.272 Tank Cerenkov + 10 -6.1 17.1 35.1 0.243 0.000107 0.000802 0.273 Tank Cerenkov + 11 -6.1 17.1 35.1 0.243 2.9e-05 0.000386 0.274 Tank Cerenkov + 12 -6.1 17.1 35.1 0.242 2.19e-05 0.000274 0.274 Tank Cerenkov + 13 -6.1 17.1 35.1 0.242 3.09e-05 0.000189 0.274 Tank Cerenkov + 14 -6.1 17.1 35.1 0.242 0 6.95e-05 0.274 Tank Cerenkov + 15 -6.1 17.1 35.1 0.242 0 6.95e-05 0.274 Tank Cerenkov + 16 -6.1 17.1 35.1 0.242 2.38e-05 6.95e-05 0.274 Tank Cerenkov + 17 -6.16 17.2 35.1 0.209 0.033 0.136 0.411 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.14 17.2 35.1 3.45e-06 0 0 0 Tank initStep + 1 -1.5e+03 -3.42e+03 -5e+03 3.45e-06 0 6.28e+03 6.28e+03 expHall Transportation + 2 -1.5e+03 -3.42e+03 -5e+03 3.45e-06 0 0 6.28e+03 Tank Transportation + 3 -5e+03 -4.09e+03 -513 3.45e-06 0 5.73e+03 1.2e+04 expHall Transportation + 4 -5e+03 -4.09e+03 -513 3.45e-06 0 0 1.2e+04 Tank Transportation + 5 -3.77e+03 -4.47e+03 1.51e+03 3.45e-06 3.45e-06 2.4e+03 1.44e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 -6.16 17.2 35.1 0.209 0 0 0.411 Tank initStep + 18 -6.13 17.3 35 0.201 0.00867 0.0384 0.449 Tank msc + 19 -6.08 17.3 35 0.179 0.022 0.105 0.555 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 94, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.09 17.3 35 2.97e-06 0 0 0 Tank initStep + 1 -1.35e+03 -5e+03 -4.37e+03 2.97e-06 0 6.81e+03 6.81e+03 expHall Transportation + 2 -1.35e+03 -5e+03 -4.37e+03 2.97e-06 0 0 6.81e+03 Tank Transportation + 3 -2.12e+03 -4.65e+03 -5e+03 2.97e-06 0 1.06e+03 7.87e+03 expHall Transportation + 4 -2.12e+03 -4.65e+03 -5e+03 2.97e-06 0 0 7.87e+03 Tank Transportation + 5 -1.76e+03 -4.31e+03 -2.71e+03 2.97e-06 2.97e-06 2.34e+03 1.02e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.08 17.3 35 2.31e-06 0 0 0 Tank initStep + 1 -4.07e+03 463 5e+03 2.31e-06 0 6.43e+03 6.43e+03 expHall Transportation + 2 -1e+04 829 9.45e+03 2.31e-06 0 7.43e+03 1.39e+04 world Transportation + 3 -1.5e+04 1.14e+03 1.32e+04 2.31e-06 0 6.26e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.1 17.3 35 2.48e-06 0 0 0 Tank initStep + 1 5e+03 23.2 -740 2.48e-06 0 5.07e+03 5.07e+03 expHall Transportation + 2 1e+04 -1.01e+03 -3.29e+03 2.48e-06 0 5.71e+03 1.08e+04 world Transportation + 3 1.5e+04 -2.04e+03 -5.84e+03 2.48e-06 0 5.71e+03 1.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.12 17.3 35 2.45e-06 0 0 0 Tank initStep + 1 2.51e+03 -3e+03 2.19e+03 2.45e-06 2.45e-06 4.48e+03 4.48e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.11 17.3 35 2.45e-06 0 0 0 Tank initStep + 1 -2.53e+03 -5e+03 315 2.45e-06 0 5.62e+03 5.62e+03 expHall Transportation + 2 -8.42e+03 -1e+04 2.56e+03 2.45e-06 0 8.04e+03 1.37e+04 world Transportation + 3 -1.43e+04 -1.5e+04 4.81e+03 2.45e-06 0 8.04e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 -6.08 17.3 35 0.179 0 0 0.555 Tank initStep + 20 -6.05 17.3 35 0.172 0.00662 0.0298 0.584 Tank msc + 21 -6 17.4 35 0.15 0.0223 0.0858 0.67 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 95, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6 17.4 35 2.13e-06 0 0 0 Tank initStep + 1 4.17e+03 -479 -5e+03 2.13e-06 0 6.56e+03 6.56e+03 expHall Transportation + 2 1e+04 -723 -8.44e+03 2.13e-06 0 6.77e+03 1.33e+04 world Transportation + 3 1.5e+04 -932 -1.14e+04 2.13e-06 0 5.81e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 -6 17.4 35 0.15 0 0 0.67 Tank initStep + 22 -5.98 17.4 35 0.144 0.00547 0.0223 0.692 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 96, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.98 17.4 35 2.45e-06 0 0 0 Tank initStep + 1 -307 -5e+03 1.95e+03 2.45e-06 0 5.38e+03 5.38e+03 expHall Transportation + 2 5.5 -1e+04 3.44e+03 2.45e-06 0 5.23e+03 1.06e+04 world Transportation + 3 318 -1.5e+04 4.93e+03 2.45e-06 0 5.23e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 -5.98 17.4 35 0.144 0 0 0.692 Tank initStep + 23 -5.96 17.4 35 0.138 0.00645 0.021 0.714 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 97, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.98 17.4 35 2.04e-06 0 0 0 Tank initStep + 1 -3.24e+03 2.26e+03 1.06e+03 2.04e-06 2.04e-06 4.07e+03 4.07e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 -5.96 17.4 35 0.138 0 0 0.714 Tank initStep + 24 -5.95 17.4 35 0.135 0.00329 0.0195 0.733 Tank msc + 25 -5.9 17.4 35 0.118 0.0167 0.0625 0.795 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 100, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.94 17.4 35 2.93e-06 0 0 0 Tank initStep + 1 -3.04e+03 -5e+03 -1.35e+03 2.93e-06 0 6.02e+03 6.02e+03 expHall Transportation + 2 -8.81e+03 -1e+04 -5.75e+03 2.93e-06 0 8.82e+03 1.48e+04 world Transportation + 3 -1.46e+04 -1.5e+04 -1.02e+04 2.93e-06 0 8.82e+03 2.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 99, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.91 17.4 35 2.07e-06 0 0 0 Tank initStep + 1 -2.61e+03 527 691 2.07e-06 2.07e-06 2.73e+03 2.73e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 98, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.94 17.4 35 3.65e-06 0 0 0 Tank initStep + 1 -5e+03 808 -1.14e+03 3.65e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 -1e+04 1.79e+03 -3.04e+03 3.65e-06 0 5.44e+03 1.06e+04 world Transportation + 3 -1.5e+04 2.77e+03 -4.94e+03 3.65e-06 0 5.44e+03 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 -5.9 17.4 35 0.118 0 0 0.795 Tank initStep + 26 -5.9 17.4 34.9 0.115 0.003 0.015 0.81 Tank msc + 27 -5.88 17.4 34.9 0.0941 0.0209 0.0515 0.862 Tank eIoni + 28 -5.85 17.4 34.9 0.0739 0.0202 0.041 0.903 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.87 17.4 34.9 3.55e-06 0 0 0 Tank initStep + 1 -2e+03 1.01e+03 -2.49e+03 3.55e-06 3.55e-06 3.37e+03 3.37e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 -5.85 17.4 34.9 0.0739 0 0 0.903 Tank initStep + 29 -5.85 17.4 34.9 0.0721 0.00181 0.00674 0.91 Tank msc + 30 -5.84 17.4 35 0.0539 0.0182 0.0311 0.941 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.84 17.4 35 3.13e-06 0 0 0 Tank initStep + 1 -5e+03 -2.58e+03 1.09e+03 3.13e-06 0 5.73e+03 5.73e+03 expHall Transportation + 2 -1e+04 -7.8e+03 4.06e+03 3.13e-06 0 7.81e+03 1.35e+04 world Transportation + 3 -1.5e+04 -1.3e+04 7.02e+03 3.13e-06 0 7.81e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 30 -5.84 17.4 35 0.0539 0 0 0.941 Tank initStep + 31 -5.84 17.4 35 0.0509 0.00292 0.00387 0.945 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.84 17.4 35 3.79e-06 0 0 0 Tank initStep + 1 -5e+03 1.11e+03 -829 3.79e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 -1e+04 3.11e+03 -6.31e+03 3.79e-06 0 7.69e+03 1.29e+04 world Transportation + 3 -1.5e+04 5.12e+03 -1.18e+04 3.79e-06 0 7.69e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 -5.84 17.4 35 0.0509 0 0 0.945 Tank initStep + 32 -5.83 17.4 35 0.0483 0.00266 0.00351 0.948 Tank msc + 33 -5.82 17.4 35 0.0345 0.0138 0.022 0.97 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 63 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.83 17.4 35 4.11e-06 0 0 0 Tank initStep + 1 -5e+03 989 296 4.11e-06 0 5.09e+03 5.09e+03 expHall Transportation + 2 -1e+04 2.3e+03 981 4.11e-06 0 5.21e+03 1.03e+04 world Transportation + 3 -1.5e+04 3.6e+03 1.67e+03 4.11e-06 0 5.21e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 28 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 -5.82 17.4 35 0.0345 0 0 0.97 Tank initStep + 34 -5.82 17.4 35 0.0325 0.00198 0.00176 0.972 Tank msc + 35 -5.82 17.4 35 0.00697 0.0256 0.0159 0.988 Tank eIoni + 36 -5.82 17.4 35 0 0.00697 0.00131 0.989 Tank eIoni + 37 -5.82 17.4 35 0 0 0 0.989 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.985 -0.226 0.115 2.12e-06 0 0 0 Tank initStep + 1 5e+03 4.12e+03 1.45e+03 2.12e-06 0 6.64e+03 6.64e+03 expHall Transportation + 2 5e+03 4.12e+03 1.45e+03 2.12e-06 0 0 6.64e+03 Tank Transportation + 3 4.46e+03 4.42e+03 1.43e+03 2.12e-06 2.12e-06 617 7.26e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.125 0.0267 0.0457 0.465 0.0355 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.122 0.0261 0.0447 3.65e-06 0 0 0 Tank initStep + 1 -92.9 -83.8 -16.5 3.65e-06 3.65e-06 126 126 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0505 0.0108 0.0185 3.86e-06 0 0 0 Tank initStep + 1 701 185 -98.8 3.86e-06 3.86e-06 731 731 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0736 0.0157 0.0269 2.54e-06 0 0 0 Tank initStep + 1 -1.35e+03 -1.09e+03 -392 2.54e-06 2.54e-06 1.78e+03 1.78e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0545 0.0116 0.02 2.2e-06 0 0 0 Tank initStep + 1 4.76e+03 4.2e+03 4.36e+03 2.2e-06 2.2e-06 7.7e+03 7.7e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.125 0.0267 0.0457 0.465 0 0 0.139 Tank initStep + 2 0.222 0.0327 0.114 0.441 0.024 0.12 0.26 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.201 0.0313 0.0984 3.64e-06 0 0 0 Tank initStep + 1 5e+03 1.17e+03 576 3.64e-06 0 5.17e+03 5.17e+03 expHall Transportation + 2 1e+04 2.4e+03 2.67e+03 3.64e-06 0 5.56e+03 1.07e+04 world Transportation + 3 1.5e+04 3.62e+03 4.77e+03 3.64e-06 0 5.56e+03 1.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.153 0.0284 0.0654 3.63e-06 0 0 0 Tank initStep + 1 5e+03 3.81e+03 3.25e+03 3.63e-06 0 7.08e+03 7.08e+03 expHall Transportation + 2 5e+03 3.81e+03 3.25e+03 3.63e-06 0 0 7.08e+03 Tank Transportation + 3 4.36e+03 4.68e+03 5e+03 3.63e-06 0 2.06e+03 9.13e+03 expHall Transportation + 4 -1.56e+03 9.37e+03 1e+04 3.63e-06 0 9.05e+03 1.82e+04 world Transportation + 5 -7.47e+03 1.41e+04 1.5e+04 3.63e-06 0 9.05e+03 2.72e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.222 0.0327 0.114 0.441 0 0 0.26 Tank initStep + 3 0.297 0.0201 0.184 0.424 0.0163 0.108 0.368 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.274 0.0241 0.162 2.21e-06 0 0 0 Tank initStep + 1 2.08e+03 3.99e+03 -3.9e+03 2.21e-06 2.21e-06 5.95e+03 5.95e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.282 0.0227 0.17 3.03e-06 0 0 0 Tank initStep + 1 2.31e+03 -1.27e+03 -5e+03 3.03e-06 0 5.65e+03 5.65e+03 expHall Transportation + 2 6.89e+03 -1.67e+03 -1e+04 3.03e-06 0 6.79e+03 1.24e+04 world Transportation + 3 1.15e+04 -2.07e+03 -1.5e+04 3.03e-06 0 6.79e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.245 0.0289 0.135 2.65e-06 0 0 0 Tank initStep + 1 2.73e+03 1.62e+03 3.76e+03 2.65e-06 2.65e-06 4.92e+03 4.92e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.297 0.0201 0.184 0.424 0 0 0.368 Tank initStep + 4 0.321 0.0449 0.278 0.411 0.0129 0.1 0.468 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.32 0.0438 0.274 4.07e-06 0 0 0 Tank initStep + 1 1.65e+03 -1.27e+03 5e+03 4.07e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 4.35e+03 -3.6e+03 1e+04 4.07e-06 0 6.14e+03 1.16e+04 world Transportation + 3 7.05e+03 -5.93e+03 1.5e+04 4.07e-06 0 6.14e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.317 0.0414 0.265 3.49e-06 0 0 0 Tank initStep + 1 -205 3.99e+03 5e+03 3.49e-06 0 6.4e+03 6.4e+03 expHall Transportation + 2 969 1e+04 8.07e+03 3.49e-06 0 6.85e+03 1.33e+04 world Transportation + 3 1.95e+03 1.5e+04 1.06e+04 3.49e-06 0 5.7e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.321 0.0449 0.278 0.411 0 0 0.468 Tank initStep + 5 0.309 0.0792 0.363 0.399 0.012 0.0943 0.563 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.318 0.0522 0.296 3.41e-06 0 0 0 Tank initStep + 1 -46.9 587 -1.9e+03 3.41e-06 3.41e-06 1.99e+03 1.99e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.312 0.069 0.338 2.93e-06 0 0 0 Tank initStep + 1 61.6 -25.6 672 2.93e-06 0 675 675 Tank OpRayleigh + 2 2.09e+03 -1.57e+03 -5e+03 2.93e-06 0 6.22e+03 6.89e+03 expHall Transportation + 3 2.09e+03 -1.57e+03 -5e+03 2.93e-06 0 0 6.89e+03 Tank Transportation + 4 4.2e+03 -5e+03 -3.06e+03 2.93e-06 0 4.47e+03 1.14e+04 expHall Transportation + 5 4.2e+03 -5e+03 -3.06e+03 2.93e-06 0 0 1.14e+04 Tank Transportation + 6 5e+03 -3.94e+03 -2.77e+03 2.93e-06 0 1.36e+03 1.27e+04 expHall Transportation + 7 5e+03 -3.94e+03 -2.77e+03 2.93e-06 0 0 1.27e+04 Tank Transportation + 8 1.51e+03 5e+03 1.55e+03 2.93e-06 0 1.05e+04 2.32e+04 expHall Transportation + 9 -2.25e+03 1e+04 5.28e+03 2.93e-06 0 7.29e+03 3.05e+04 world Transportation + 10 -6.02e+03 1.5e+04 9.01e+03 2.93e-06 0 7.29e+03 3.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.311 0.0718 0.345 2.82e-06 0 0 0 Tank initStep + 1 -1.94e+03 5e+03 4.49e+03 2.82e-06 0 6.99e+03 6.99e+03 expHall Transportation + 2 -1.94e+03 5e+03 4.49e+03 2.82e-06 0 0 6.99e+03 Tank Transportation + 3 -2.16e+03 4.92e+03 5e+03 2.82e-06 0 563 7.56e+03 expHall Transportation + 4 -2.16e+03 4.92e+03 5e+03 2.82e-06 0 0 7.56e+03 Tank Transportation + 5 -5e+03 976 1.56e+03 2.82e-06 0 5.96e+03 1.35e+04 expHall Transportation + 6 -5e+03 976 1.56e+03 2.82e-06 0 0 1.35e+04 Tank Transportation + 7 -598 1.13e+03 525 2.82e-06 2.82e-06 4.53e+03 1.8e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.309 0.0792 0.363 0.399 0 0 0.563 Tank initStep + 6 0.308 0.088 0.452 0.388 0.0112 0.0889 0.652 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.308 0.0844 0.416 2.39e-06 0 0 0 Tank initStep + 1 209 -1.84e+03 5e+03 2.39e-06 0 5.33e+03 5.33e+03 expHall Transportation + 2 1.78e+03 -6.34e+03 1e+04 2.39e-06 0 6.91e+03 1.22e+04 world Transportation + 3 3.36e+03 -1.08e+04 1.5e+04 2.39e-06 0 6.91e+03 1.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.308 0.0831 0.403 3.68e-06 0 0 0 Tank initStep + 1 115 188 361 3.68e-06 3.68e-06 422 422 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.308 0.0838 0.41 3.92e-06 0 0 0 Tank initStep + 1 -1.05e+03 2.99e+03 5e+03 3.92e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 -2.45e+03 1e+04 9.05e+03 3.92e-06 0 8.22e+03 1.41e+04 world Transportation + 3 -3.46e+03 1.5e+04 1.19e+04 3.92e-06 0 5.86e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.308 0.088 0.452 0.388 0 0 0.652 Tank initStep + 7 0.304 0.0701 0.532 0.363 0.025 0.0839 0.735 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.308 0.0864 0.459 3.31e-06 0 0 0 Tank initStep + 1 5e+03 30.9 2.94e+03 3.31e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 1e+04 1.25e+03 5.7e+03 3.31e-06 0 5.84e+03 1.16e+04 world Transportation + 3 1.5e+04 2.46e+03 8.47e+03 3.31e-06 0 5.84e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.304 0.0701 0.532 0.363 0 0 0.735 Tank initStep + 8 0.301 0.0299 0.592 0.349 0.0141 0.0735 0.809 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.302 0.053 0.557 2.93e-06 0 0 0 Tank initStep + 1 -3e+03 -3.55e+03 5e+03 2.93e-06 0 6.83e+03 6.83e+03 expHall Transportation + 2 -3e+03 -3.55e+03 5e+03 2.93e-06 0 0 6.83e+03 Tank Transportation + 3 -3.9e+03 -5e+03 3.95e+03 2.93e-06 0 2e+03 8.83e+03 expHall Transportation + 4 -3.9e+03 -5e+03 3.95e+03 2.93e-06 0 0 8.83e+03 Tank Transportation + 5 -5e+03 -3.47e+03 -452 2.93e-06 0 4.78e+03 1.36e+04 expHall Transportation + 6 -5e+03 -3.47e+03 -452 2.93e-06 0 0 1.36e+04 Tank Transportation + 7 892 -1.06e+03 -5e+03 2.93e-06 0 7.83e+03 2.14e+04 expHall Transportation + 8 892 -1.06e+03 -5e+03 2.93e-06 0 0 2.14e+04 Tank Transportation + 9 2.49e+03 -5e+03 -3.34e+03 2.93e-06 0 4.57e+03 2.6e+04 expHall Transportation + 10 2.49e+03 -5e+03 -3.34e+03 2.93e-06 0 0 2.6e+04 Tank Transportation + 11 5e+03 -2.8e+03 -3.93e+03 2.93e-06 0 3.39e+03 2.94e+04 expHall Transportation + 12 5e+03 -2.8e+03 -3.93e+03 2.93e-06 0 0 2.94e+04 Tank Transportation + 13 -482 1.4e+03 -4.43e+03 2.93e-06 2.93e-06 6.93e+03 3.63e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.301 0.0299 0.592 0.349 0 0 0.809 Tank initStep + 9 0.301 -0.0251 0.63 0.339 0.0097 0.0679 0.877 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.301 -0.00996 0.619 2.99e-06 0 0 0 Tank initStep + 1 -2.43e+03 -4.72e+03 5e+03 2.99e-06 0 7.29e+03 7.29e+03 expHall Transportation + 2 -2.43e+03 -4.72e+03 5e+03 2.99e-06 0 0 7.29e+03 Tank Transportation + 3 -2.61e+03 -5e+03 4.8e+03 2.99e-06 0 388 7.68e+03 expHall Transportation + 4 -2.61e+03 -5e+03 4.8e+03 2.99e-06 0 0 7.68e+03 Tank Transportation + 5 -3.16e+03 3.81e+03 -5e+03 2.99e-06 0 1.32e+04 2.09e+04 expHall Transportation + 6 -3.16e+03 3.81e+03 -5e+03 2.99e-06 0 0 2.09e+04 Tank Transportation + 7 -3.47e+03 5e+03 -4.54e+03 2.99e-06 0 1.31e+03 2.22e+04 expHall Transportation + 8 -7.89e+03 1e+04 1.14e+03 2.99e-06 0 8.76e+03 3.09e+04 world Transportation + 9 -1.23e+04 1.5e+04 6.82e+03 2.99e-06 0 8.76e+03 3.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.301 0.0258 0.595 3.72e-06 0 0 0 Tank initStep + 1 1.24e+03 -4.23e+03 1.28e+03 3.72e-06 3.72e-06 4.59e+03 4.59e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.301 -0.0214 0.627 3.23e-06 0 0 0 Tank initStep + 1 237 -5e+03 1.03e+03 3.23e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 242 -1e+04 1.72e+03 3.23e-06 0 5.05e+03 1.02e+04 world Transportation + 3 246 -1.5e+04 2.42e+03 3.23e-06 0 5.05e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.301 -0.0251 0.63 0.339 0 0 0.877 Tank initStep + 10 0.306 -0.0755 0.669 0.329 0.0103 0.0642 0.941 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.304 -0.0556 0.653 2.53e-06 0 0 0 Tank initStep + 1 795 5e+03 -3.2e+03 2.53e-06 0 5.99e+03 5.99e+03 expHall Transportation + 2 1.16e+03 7.76e+03 -1e+04 2.53e-06 0 7.35e+03 1.33e+04 world Transportation + 3 1.42e+03 9.78e+03 -1.5e+04 2.53e-06 0 5.4e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.302 -0.031 0.634 3.64e-06 0 0 0 Tank initStep + 1 3.06e+03 -4.39e+03 5e+03 3.64e-06 0 7.32e+03 7.32e+03 expHall Transportation + 2 3.06e+03 -4.39e+03 5e+03 3.64e-06 0 0 7.32e+03 Tank Transportation + 3 3.09e+03 -5e+03 3.87e+03 3.64e-06 0 1.28e+03 8.6e+03 expHall Transportation + 4 3.09e+03 -5e+03 3.87e+03 3.64e-06 0 0 8.6e+03 Tank Transportation + 5 3.57e+03 -2.14e+03 -5e+03 3.64e-06 0 9.33e+03 1.79e+04 expHall Transportation + 6 2.4e+03 1.25e+03 -1e+04 3.64e-06 0 6.15e+03 2.41e+04 world Transportation + 7 1.22e+03 4.63e+03 -1.5e+04 3.64e-06 0 6.15e+03 3.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.306 -0.0755 0.669 0.329 0 0 0.941 Tank initStep + 11 0.325 -0.121 0.704 0.32 0.00875 0.0604 1 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.312 -0.0882 0.678 3.37e-06 0 0 0 Tank initStep + 1 5e+03 -106 4.59e+03 3.37e-06 0 6.79e+03 6.79e+03 expHall Transportation + 2 7.99e+03 -420 1e+04 3.37e-06 0 6.19e+03 1.3e+04 world Transportation + 3 1.08e+04 -710 1.5e+04 3.37e-06 0 5.72e+03 1.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.316 -0.099 0.687 2.2e-06 0 0 0 Tank initStep + 1 2.15e+03 -2.25e+03 -2.5e+03 2.2e-06 2.2e-06 4e+03 4e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 0.325 -0.121 0.704 0.32 0 0 1 Tank initStep + 12 0.344 -0.163 0.737 0.311 0.00902 0.0573 1.06 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.342 -0.159 0.733 3.04e-06 0 0 0 Tank initStep + 1 534 -3.79e+03 5e+03 3.04e-06 0 6.3e+03 6.3e+03 expHall Transportation + 2 534 -3.79e+03 5e+03 3.04e-06 0 0 6.3e+03 Tank Transportation + 3 643 -5e+03 4.65e+03 3.04e-06 0 1.26e+03 7.56e+03 expHall Transportation + 4 833 -1e+04 845 3.04e-06 0 6.29e+03 1.38e+04 world Transportation + 5 1.02e+03 -1.5e+04 -2.96e+03 3.04e-06 0 6.29e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.344 -0.163 0.737 0.311 0 0 1.06 Tank initStep + 13 0.353 -0.207 0.767 0.303 0.00788 0.0541 1.11 Tank Cerenkov + 14 0.36 -0.248 0.794 0.289 0.0141 0.0514 1.16 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.359 -0.246 0.793 2.44e-06 0 0 0 Tank initStep + 1 734 -4.14e+03 5e+03 2.44e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 734 -4.14e+03 5e+03 2.44e-06 0 0 6.53e+03 Tank Transportation + 3 1.32e+03 -5e+03 3.75e+03 2.44e-06 0 1.62e+03 8.15e+03 expHall Transportation + 4 1.32e+03 -5e+03 3.75e+03 2.44e-06 0 0 8.15e+03 Tank Transportation + 5 4.19e+03 1.22e+03 -5e+03 2.44e-06 0 1.11e+04 1.93e+04 expHall Transportation + 6 3.24e+03 7.19e+03 -1e+04 2.44e-06 0 7.84e+03 2.71e+04 world Transportation + 7 2.28e+03 1.31e+04 -1.5e+04 2.44e-06 0 7.84e+03 3.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 0.36 -0.248 0.794 0.289 0 0 1.16 Tank initStep + 15 0.35 -0.284 0.823 0.281 0.00817 0.0468 1.21 Tank Cerenkov + 16 0.34 -0.315 0.85 0.274 0.00698 0.0442 1.26 Tank Cerenkov + 17 0.319 -0.338 0.877 0.265 0.00883 0.0421 1.3 Tank Cerenkov + 18 0.3 -0.354 0.906 0.259 0.00635 0.0394 1.34 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.317 -0.339 0.88 3.4e-06 0 0 0 Tank initStep + 1 487 -129 1.49e+03 3.4e-06 3.4e-06 1.57e+03 1.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.3 -0.354 0.906 0.259 0 0 1.34 Tank initStep + 19 0.289 -0.383 0.927 0.254 0.00522 0.0376 1.37 Tank Cerenkov + 20 0.282 -0.412 0.946 0.249 0.00475 0.0362 1.41 Tank Cerenkov + 21 0.276 -0.43 0.96 0.244 0.00514 0.0249 1.44 Tank Cerenkov + 22 0.274 -0.434 0.964 0.242 0.00157 0.00547 1.44 Tank Cerenkov + 23 0.233 -0.513 1.04 0.188 0.054 0.133 1.57 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.273 -0.436 0.965 3.67e-06 0 0 0 Tank initStep + 1 5e+03 15.2 2.92e+03 3.67e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 9.7e+03 -1.27e+03 1e+04 3.67e-06 0 8.59e+03 1.44e+04 world Transportation + 3 1.3e+04 -2.18e+03 1.5e+04 3.67e-06 0 6.07e+03 2.05e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.272 -0.439 0.968 2.44e-06 0 0 0 Tank initStep + 1 1.55e+03 -622 -535 2.44e-06 2.44e-06 1.75e+03 1.75e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.245 -0.491 1.02 3.05e-06 0 0 0 Tank initStep + 1 4.9e+03 -3.95e+03 -1.14e+03 3.05e-06 3.05e-06 6.39e+03 6.39e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 23 0.233 -0.513 1.04 0.188 0 0 1.57 Tank initStep + 24 0.214 -0.538 1.04 0.181 0.00689 0.0311 1.6 Tank msc + 25 0.159 -0.593 1.04 0.165 0.0167 0.089 1.69 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.171 -0.581 1.04 2.38e-06 0 0 0 Tank initStep + 1 2.31e+03 2.64e+03 -5e+03 2.38e-06 0 6.11e+03 6.11e+03 expHall Transportation + 2 6.97e+03 1e+04 -9.25e+03 2.38e-06 0 9.7e+03 1.58e+04 world Transportation + 3 1.01e+04 1.5e+04 -1.21e+04 2.38e-06 0 6.59e+03 2.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.168 -0.584 1.04 3.52e-06 0 0 0 Tank initStep + 1 -629 -1.33e+03 -2.83e+03 3.52e-06 0 3.19e+03 3.19e+03 Tank OpRayleigh + 2 -46.5 -2.93e+03 -3.85e+03 3.52e-06 3.52e-06 1.98e+03 5.17e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 0.159 -0.593 1.04 0.165 0 0 1.69 Tank initStep + 26 0.153 -0.616 1.04 0.16 0.00504 0.025 1.72 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.155 -0.607 1.04 3.54e-06 0 0 0 Tank initStep + 1 -5e+03 -3.39e+03 1.79e+03 3.54e-06 0 6.3e+03 6.3e+03 expHall Transportation + 2 -5e+03 -3.39e+03 1.79e+03 3.54e-06 0 0 6.3e+03 Tank Transportation + 3 -3.96e+03 -5e+03 1.53e+03 3.54e-06 0 1.94e+03 8.24e+03 expHall Transportation + 4 4.17e+03 -1e+04 327 3.54e-06 0 9.62e+03 1.79e+04 world Transportation + 5 1.23e+04 -1.5e+04 -871 3.54e-06 0 9.62e+03 2.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.153 -0.616 1.04 0.16 0 0 1.72 Tank initStep + 27 0.144 -0.638 1.04 0.151 0.00837 0.0237 1.74 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.149 -0.626 1.04 3.84e-06 0 0 0 Tank initStep + 1 -154 4.14e+03 -2.07e+03 3.84e-06 3.84e-06 4.64e+03 4.64e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 27 0.144 -0.638 1.04 0.151 0 0 1.74 Tank initStep + 28 0.134 -0.657 1.03 0.145 0.00624 0.0217 1.76 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.136 -0.653 1.03 2.83e-06 0 0 0 Tank initStep + 1 -160 135 -863 2.83e-06 2.83e-06 889 889 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 0.134 -0.657 1.03 0.145 0 0 1.76 Tank initStep + 29 0.122 -0.665 1.02 0.136 0.00859 0.0202 1.78 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.131 -0.659 1.03 3.29e-06 0 0 0 Tank initStep + 1 5e+03 3.01e+03 2.59e+03 3.29e-06 0 6.38e+03 6.38e+03 expHall Transportation + 2 9.7e+03 1e+04 7.46e+03 3.29e-06 0 9.73e+03 1.61e+04 world Transportation + 3 1.31e+04 1.5e+04 1.1e+04 3.29e-06 0 6.96e+03 2.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 0.122 -0.665 1.02 0.136 0 0 1.78 Tank initStep + 30 0.107 -0.667 1.02 0.128 0.00845 0.0182 1.8 Tank msc + 31 0.0598 -0.653 1.02 0.107 0.0207 0.0565 1.86 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0871 -0.661 1.02 3.56e-06 0 0 0 Tank initStep + 1 5e+03 4.15e+03 1.52e+03 3.56e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 5e+03 4.15e+03 1.52e+03 3.56e-06 0 0 6.67e+03 Tank Transportation + 3 4.26e+03 4.68e+03 1.72e+03 3.56e-06 3.56e-06 934 7.61e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0731 -0.657 1.02 4.05e-06 0 0 0 Tank initStep + 1 -1.17e+03 184 -340 4.05e-06 4.05e-06 1.23e+03 1.23e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 0.0598 -0.653 1.02 0.107 0 0 1.86 Tank initStep + 32 0.0537 -0.646 1.02 0.104 0.003 0.0121 1.87 Tank msc + 33 0.035 -0.621 1.04 0.081 0.0233 0.0443 1.92 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0454 -0.635 1.03 3.93e-06 0 0 0 Tank initStep + 1 3.36e+03 969 -4.89e+03 3.93e-06 3.93e-06 6.01e+03 6.01e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0358 -0.622 1.04 3.26e-06 0 0 0 Tank initStep + 1 2.03e+03 -595 -5e+03 3.26e-06 0 5.43e+03 5.43e+03 expHall Transportation + 2 3.75e+03 -2.43e+03 -1e+04 3.26e-06 0 5.6e+03 1.1e+04 world Transportation + 3 5.47e+03 -4.26e+03 -1.5e+04 3.26e-06 0 5.6e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 0.035 -0.621 1.04 0.081 0 0 1.92 Tank initStep + 34 0.0352 -0.617 1.04 0.0781 0.00295 0.00745 1.92 Tank msc + 35 0.042 -0.606 1.02 0.0667 0.0114 0.0325 1.96 Tank eIoni + 36 0.0512 -0.591 1 0.0541 0.0126 0.028 1.98 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0438 -0.603 1.01 2.12e-06 0 0 0 Tank initStep + 1 90.7 5e+03 2.99e+03 2.12e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 90.7 5e+03 2.99e+03 2.12e-06 0 0 5.82e+03 Tank Transportation + 3 407 2.7e+03 5e+03 2.12e-06 0 3.07e+03 8.9e+03 expHall Transportation + 4 -3.27e+03 -6.76e+03 1e+04 2.12e-06 0 1.13e+04 2.02e+04 world Transportation + 5 -6.48e+03 -1.5e+04 1.44e+04 2.12e-06 0 9.85e+03 3.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 36 0.0512 -0.591 1 0.0541 0 0 1.98 Tank initStep + 37 0.0518 -0.588 1 0.0516 0.0025 0.00366 1.99 Tank msc + 38 0.0565 -0.573 0.995 0.0385 0.0132 0.0225 2.01 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0557 -0.576 0.996 3.86e-06 0 0 0 Tank initStep + 1 3.04e+03 -2.18e+03 -3.25e+03 3.86e-06 0 4.96e+03 4.96e+03 Tank OpRayleigh + 2 5e+03 -703 -4.7e+03 3.86e-06 0 2.85e+03 7.8e+03 expHall Transportation + 3 5e+03 -703 -4.7e+03 3.86e-06 0 0 7.8e+03 Tank Transportation + 4 4.64e+03 -479 -5e+03 3.86e-06 0 519 8.32e+03 expHall Transportation + 5 4.64e+03 -479 -5e+03 3.86e-06 0 0 8.32e+03 Tank Transportation + 6 -819 159 -1.91e+03 3.86e-06 3.86e-06 6.3e+03 1.46e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 38 0.0565 -0.573 0.995 0.0385 0 0 2.01 Tank initStep + 39 0.0566 -0.571 0.994 0.0364 0.00208 0.002 2.01 Tank msc + 40 0.0568 -0.563 0.987 0.018 0.0184 0.017 2.03 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0568 -0.564 0.988 2.97e-06 0 0 0 Tank initStep + 1 -5e+03 -79.4 -296 2.97e-06 0 5.01e+03 5.01e+03 expHall Transportation + 2 -1e+04 451 -449 2.97e-06 0 5.03e+03 1e+04 world Transportation + 3 -1.5e+04 982 -602 2.97e-06 0 5.03e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 40 0.0568 -0.563 0.987 0.018 0 0 2.03 Tank initStep + 41 0.0565 -0.563 0.987 0.0148 0.00327 0.000512 2.03 Tank msc + 42 0.0552 -0.563 0.985 0 0.0148 0.00448 2.03 Tank eIoni + 43 0.0552 -0.563 0.985 0 0 0 2.03 Tank Scintillation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0552 -0.563 0.985 0.511 0 0 0 Tank initStep + 1 -2.1 3.56 -44 0.252 1.42e-05 45.2 45.2 Tank compt + 2 -10.1 76.3 -33.5 0.215 1.42e-05 74 119 Tank compt + 3 -45.7 102 -11.7 0.192 1.42e-05 48.9 168 Tank compt + 4 -102 183 -32.6 0.179 1.42e-05 101 269 Tank compt + 5 -109 204 -24.2 0.165 1.42e-05 24.1 293 Tank compt + 6 -116 248 55 0.13 0.000537 90.6 384 Tank compt + 7 -92.7 172 111 0.0907 2.92e-05 97.4 481 Tank compt + 8 -73.3 209 101 0.0813 0.000537 43.6 525 Tank compt + 9 -97.7 227 90.5 0.0789 1.36e-05 31.4 556 Tank compt + 10 -98.3 228 89.3 0.0744 2.92e-05 1.72 558 Tank compt + 11 -73.7 205 -58.2 0.0607 0.000537 151 709 Tank compt + 12 -89 205 -51.3 0.0486 1.42e-05 16.8 726 Tank compt + 13 -80.7 201 -55.1 0.0407 1.42e-05 10.1 736 Tank compt + 14 -93.5 214 -29 0 0.000537 31.9 768 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93.5 214 -29 0.0402 0 0 0 Tank initStep + 1 -93.5 214 -29 0.0393 0.000901 0.00231 0.00231 Tank msc + 2 -93.5 214 -29 0.0277 0.0116 0.0187 0.021 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93.5 214 -29 3.06e-06 0 0 0 Tank initStep + 1 5e+03 -62.5 -167 3.06e-06 0 5.1e+03 5.1e+03 expHall Transportation + 2 1e+04 -431 -600 3.06e-06 0 5.03e+03 1.01e+04 world Transportation + 3 1.5e+04 -799 -1.03e+03 3.06e-06 0 5.03e+03 1.52e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -93.5 214 -29 0.0277 0 0 0.021 Tank initStep + 3 -93.5 214 -29 0.0261 0.00158 0.0012 0.0222 Tank msc + 4 -93.5 214 -29 0.00685 0.0193 0.0128 0.035 Tank eIoni + 5 -93.5 214 -29 0 0.00685 0.00128 0.0362 Tank eIoni + 6 -93.5 214 -29 0 0 0 0.0362 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -93.5 214 -29 3.82e-06 0 0 0 Tank initStep + 1 -49.7 -5e+03 -2.25e+03 3.82e-06 0 5.67e+03 5.67e+03 expHall Transportation + 2 -503 -1e+04 -4.38e+03 3.82e-06 0 5.45e+03 1.11e+04 world Transportation + 3 -956 -1.5e+04 -6.51e+03 3.82e-06 0 5.45e+03 1.66e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -80.7 201 -55.1 0.00782 0 0 0 Tank initStep + 1 -80.7 201 -55.1 0.00775 6.54e-05 0.000129 0.000129 Tank msc + 2 -80.7 201 -55.1 0 0.00775 0.00158 0.00171 Tank eIoni + 3 -80.7 201 -55.1 0 0 0 0.00171 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89 205 -51.3 0.0121 0 0 0 Tank initStep + 1 -89 205 -51.3 0.0116 0.000476 0.000278 0.000278 Tank msc + 2 -89 205 -51.3 0 0.0116 0.00324 0.00352 Tank eIoni + 3 -89 205 -51.3 0 0 0 0.00352 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 60 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -89 205 -51.3 3.45e-06 0 0 0 Tank initStep + 1 -2.31e+03 1.9e+03 5e+03 3.45e-06 0 5.77e+03 5.77e+03 expHall Transportation + 2 -2.31e+03 1.9e+03 5e+03 3.45e-06 0 0 5.77e+03 Tank Transportation + 3 -1.94e+03 2.61e+03 4.54e+03 3.45e-06 3.45e-06 922 6.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.7 205 -58.2 0.0131 0 0 0 Tank initStep + 1 -73.7 205 -58.2 0.0121 0.00105 0.000321 0.000321 Tank msc + 2 -73.7 205 -58.2 0 0.0121 0.00347 0.00379 Tank eIoni + 3 -73.7 205 -58.2 0 0 0 0.00379 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 59 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.7 205 -58.2 3.34e-06 0 0 0 Tank initStep + 1 -498 1.28e+03 -5e+03 3.34e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 -4.85e+03 7.43e+03 -1e+04 3.34e-06 0 9.04e+03 1.41e+04 world Transportation + 3 -9.21e+03 1.36e+04 -1.5e+04 3.34e-06 0 9.04e+03 2.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -98.3 228 89.3 0.0045 0 0 0 Tank initStep + 1 -98.3 228 89.3 0.00402 0.000477 4.93e-05 4.93e-05 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 58 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -98.3 228 89.3 3.66e-06 0 0 0 Tank initStep + 1 932 1.2e+03 -822 3.66e-06 3.66e-06 1.69e+03 1.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -98.3 228 89.3 0.00402 0 0 4.93e-05 Tank initStep + 2 -98.3 228 89.3 0.00373 0.000292 4.06e-05 8.99e-05 Tank msc + 3 -98.3 228 89.3 0 0.00373 0.000446 0.000536 Tank eIoni + 4 -98.3 228 89.3 0 0 0 0.000536 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -97.7 227 90.5 0.00234 0 0 0 Tank initStep + 1 -97.7 227 90.5 0.00229 5.66e-05 1.63e-05 1.63e-05 Tank msc + 2 -97.7 227 90.5 0 0.00229 0.000195 0.000212 Tank eIoni + 3 -97.7 227 90.5 0 0 0 0.000212 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -73.3 209 101 0.00892 0 0 0 Tank initStep + 1 -73.3 209 101 0.00824 0.000672 0.000162 0.000162 Tank msc + 2 -73.3 209 101 0 0.00824 0.00176 0.00193 Tank eIoni + 3 -73.3 209 101 0 0 0 0.00193 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.7 172 111 0.0389 0 0 0 Tank initStep + 1 -92.7 172 111 0.0325 0.0064 0.00218 0.00218 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.7 172 111 2.57e-06 0 0 0 Tank initStep + 1 -5e+03 -4e+03 3.12e+03 2.57e-06 0 7.11e+03 7.11e+03 expHall Transportation + 2 -5e+03 -4e+03 3.12e+03 2.57e-06 0 0 7.11e+03 Tank Transportation + 3 -4.38e+03 -5e+03 4.35e+03 2.57e-06 0 1.7e+03 8.81e+03 expHall Transportation + 4 -4.38e+03 -5e+03 4.35e+03 2.57e-06 0 0 8.81e+03 Tank Transportation + 5 -4.28e+03 -4.34e+03 5e+03 2.57e-06 0 935 9.74e+03 expHall Transportation + 6 -4.28e+03 -4.34e+03 5e+03 2.57e-06 0 0 9.74e+03 Tank Transportation + 7 -5e+03 -3.94e+03 3.29e+03 2.57e-06 0 1.9e+03 1.16e+04 expHall Transportation + 8 -5e+03 -3.94e+03 3.29e+03 2.57e-06 0 0 1.16e+04 Tank Transportation + 9 5e+03 -1.72e+03 -2.72e+03 2.57e-06 0 1.19e+04 2.35e+04 expHall Transportation + 10 1e+04 2.8e+03 -9.31e+03 2.57e-06 0 9.43e+03 3.3e+04 world Transportation + 11 1.43e+04 6.7e+03 -1.5e+04 2.57e-06 0 8.13e+03 4.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -92.7 172 111 0.0325 0 0 0.00218 Tank initStep + 2 -92.7 172 111 0.0317 0.00082 0.00159 0.00377 Tank msc + 3 -92.7 172 111 0.0165 0.0152 0.0156 0.0193 Tank eIoni + 4 -92.7 172 111 0 0.0165 0.00597 0.0253 Tank eIoni + 5 -92.7 172 111 0 0 0 0.0253 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -92.7 172 111 2.34e-06 0 0 0 Tank initStep + 1 5e+03 291 3.56e+03 2.34e-06 0 6.15e+03 6.15e+03 expHall Transportation + 2 5e+03 291 3.56e+03 2.34e-06 0 0 6.15e+03 Tank Transportation + 3 4.39e+03 577 5e+03 2.34e-06 0 1.59e+03 7.74e+03 expHall Transportation + 4 4.39e+03 577 5e+03 2.34e-06 0 0 7.74e+03 Tank Transportation + 5 2.18e+03 5e+03 3.83e+03 2.34e-06 0 5.08e+03 1.28e+04 expHall Transportation + 6 -2.97e+03 1e+04 713 2.34e-06 0 7.82e+03 2.06e+04 world Transportation + 7 -8.12e+03 1.5e+04 -2.4e+03 2.34e-06 0 7.82e+03 2.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -116 248 55 0.0348 0 0 0 Tank initStep + 1 -116 248 55 0.0332 0.00153 0.00179 0.00179 Tank msc + 2 -116 248 55 0.0209 0.0123 0.0162 0.018 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -116 248 55 3.72e-06 0 0 0 Tank initStep + 1 2.43e+03 5e+03 -3.86e+03 3.72e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 2.43e+03 5e+03 -3.86e+03 3.72e-06 0 0 6.66e+03 Tank Transportation + 3 3.47e+03 2.32e+03 -5e+03 3.72e-06 0 3.09e+03 9.76e+03 expHall Transportation + 4 3.47e+03 2.32e+03 -5e+03 3.72e-06 0 0 9.76e+03 Tank Transportation + 5 5e+03 -797 -1.84e+03 3.72e-06 0 4.7e+03 1.45e+04 expHall Transportation + 6 5e+03 -797 -1.84e+03 3.72e-06 0 0 1.45e+04 Tank Transportation + 7 -266 -5e+03 4.64e+03 3.72e-06 0 9.34e+03 2.38e+04 expHall Transportation + 8 -266 -5e+03 4.64e+03 3.72e-06 0 0 2.38e+04 Tank Transportation + 9 -454 -4.41e+03 5e+03 3.72e-06 0 717 2.45e+04 expHall Transportation + 10 -454 -4.41e+03 5e+03 3.72e-06 0 0 2.45e+04 Tank Transportation + 11 -5e+03 -2.14e+03 3.63e+03 3.72e-06 0 5.26e+03 2.98e+04 expHall Transportation + 12 -5e+03 -2.14e+03 3.63e+03 3.72e-06 0 0 2.98e+04 Tank Transportation + 13 967 3.15e+03 3.07e+03 3.72e-06 3.72e-06 7.99e+03 3.78e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -116 248 55 0.0209 0 0 0.018 Tank initStep + 3 -116 248 55 0.0201 0.00079 0.000727 0.0188 Tank msc + 4 -116 248 55 0 0.0201 0.00849 0.0272 Tank eIoni + 5 -116 248 55 0 0 0 0.0272 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -109 204 -24.2 0.014 0 0 0 Tank initStep + 1 -109 204 -24.2 0.0136 0.00039 0.00036 0.00036 Tank msc + 2 -109 204 -24.2 0 0.0136 0.00428 0.00464 Tank eIoni + 3 -109 204 -24.2 0 0 0 0.00464 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -109 204 -24.2 2.34e-06 0 0 0 Tank initStep + 1 -2.14e+03 5e+03 -2.57e+03 2.34e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 -8.94e+03 9.29e+03 -1e+04 2.34e-06 0 1.1e+04 1.67e+04 world Transportation + 3 -1.35e+04 1.22e+04 -1.5e+04 2.34e-06 0 7.37e+03 2.41e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -102 183 -32.6 0.0135 0 0 0 Tank initStep + 1 -102 183 -32.6 0.0124 0.00103 0.000334 0.000334 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -102 183 -32.6 2.28e-06 0 0 0 Tank initStep + 1 1.47e+03 678 -2.35e+03 2.28e-06 2.28e-06 2.85e+03 2.85e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -102 183 -32.6 0.0124 0 0 0.000334 Tank initStep + 2 -102 183 -32.6 0.012 0.000394 0.000291 0.000626 Tank msc + 3 -102 183 -32.6 0 0.012 0.00344 0.00407 Tank eIoni + 4 -102 183 -32.6 0 0 0 0.00407 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -45.7 102 -11.7 0.0225 0 0 0 Tank initStep + 1 -45.7 102 -11.7 0.0213 0.00121 0.00083 0.00083 Tank msc + 2 -45.7 102 -11.7 0 0.0213 0.00941 0.0102 Tank eIoni + 3 -45.7 102 -11.7 0 0 0 0.0102 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.1 76.3 -33.5 0.0368 0 0 0 Tank initStep + 1 -10.1 76.3 -33.5 0.036 0.000895 0.00198 0.00198 Tank msc + 2 -10.1 76.3 -33.5 0.0195 0.0164 0.0174 0.0193 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 50 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -10.1 76.3 -33.5 3.66e-06 0 0 0 Tank initStep + 1 -5e+03 3.03e+03 1.39e+03 3.66e-06 0 5.97e+03 5.97e+03 expHall Transportation + 2 -1e+04 6.22e+03 8.17e+03 3.66e-06 0 9.01e+03 1.5e+04 world Transportation + 3 -1.5e+04 9.41e+03 1.5e+04 3.66e-06 0 9.01e+03 2.4e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -10.1 76.3 -33.5 0.0195 0 0 0.0193 Tank initStep + 3 -10.1 76.3 -33.5 0.019 0.000492 0.000644 0.02 Tank msc + 4 -10.1 76.3 -33.5 0 0.019 0.00769 0.0277 Tank eIoni + 5 -10.1 76.3 -33.5 0 0 0 0.0277 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.56 -44 0.259 0 0 0 Tank initStep + 1 -2.1 3.55 -44.1 0.253 0.00569 0.038 0.038 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.56 -44 3.08e-06 0 0 0 Tank initStep + 1 1.62e+03 5e+03 -3.2e+03 3.08e-06 0 6.13e+03 6.13e+03 expHall Transportation + 2 1.62e+03 5e+03 -3.2e+03 3.08e-06 0 0 6.13e+03 Tank Transportation + 3 1e+03 2.9e+03 -5e+03 3.08e-06 0 2.84e+03 8.96e+03 expHall Transportation + 4 1e+03 2.9e+03 -5e+03 3.08e-06 0 0 8.96e+03 Tank Transportation + 5 -1.14e+03 -5e+03 743 3.08e-06 0 1e+04 1.9e+04 expHall Transportation + 6 -1.14e+03 -5e+03 743 3.08e-06 0 0 1.9e+04 Tank Transportation + 7 -1.72e+03 -3.53e+03 5e+03 3.08e-06 0 4.54e+03 2.35e+04 expHall Transportation + 8 -1.72e+03 -3.53e+03 5e+03 3.08e-06 0 0 2.35e+04 Tank Transportation + 9 5e+03 -1.84e+03 -1.5e+03 3.08e-06 0 9.5e+03 3.3e+04 expHall Transportation + 10 5e+03 -1.84e+03 -1.5e+03 3.08e-06 0 0 3.3e+04 Tank Transportation + 11 1.11e+03 -1.41e+03 -5e+03 3.08e-06 0 5.25e+03 3.83e+04 expHall Transportation + 12 1.11e+03 -1.41e+03 -5e+03 3.08e-06 0 0 3.83e+04 Tank Transportation + 13 -5e+03 625 2.19e+03 3.08e-06 0 9.65e+03 4.79e+04 expHall Transportation + 14 -5e+03 625 2.19e+03 3.08e-06 0 0 4.79e+04 Tank Transportation + 15 -573 583 5e+03 3.08e-06 0 5.24e+03 5.32e+04 expHall Transportation + 16 1e+04 -1.28e+03 6.73e+03 3.08e-06 0 1.09e+04 6.4e+04 world Transportation + 17 1.5e+04 -2.17e+03 7.55e+03 3.08e-06 0 5.14e+03 6.92e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.56 -44 2.49e-06 0 0 0 Tank initStep + 1 3.36e+03 829 614 2.49e-06 2.49e-06 3.53e+03 3.53e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.56 -44 2.43e-06 0 0 0 Tank initStep + 1 5e+03 3.66e+03 -2.96e+03 2.43e-06 0 6.85e+03 6.85e+03 expHall Transportation + 2 5e+03 3.66e+03 -2.96e+03 2.43e-06 0 0 6.85e+03 Tank Transportation + 3 4.91e+03 5e+03 -3.46e+03 2.43e-06 0 1.43e+03 8.28e+03 expHall Transportation + 4 4.91e+03 5e+03 -3.46e+03 2.43e-06 0 0 8.28e+03 Tank Transportation + 5 5e+03 452 -3.21e+03 2.43e-06 0 4.56e+03 1.28e+04 expHall Transportation + 6 5e+03 452 -3.21e+03 2.43e-06 0 0 1.28e+04 Tank Transportation + 7 119 -1.09e+03 -5e+03 2.43e-06 0 5.42e+03 1.83e+04 expHall Transportation + 8 119 -1.09e+03 -5e+03 2.43e-06 0 0 1.83e+04 Tank Transportation + 9 -5e+03 -3.02e+03 -2.51e+03 2.43e-06 0 6.01e+03 2.43e+04 expHall Transportation + 10 -1e+04 -6.42e+03 125 2.43e-06 0 6.6e+03 3.09e+04 world Transportation + 11 -1.5e+04 -9.83e+03 2.76e+03 2.43e-06 0 6.6e+03 3.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -2.1 3.55 -44.1 0.253 0 0 0.038 Tank initStep + 2 -2.1 3.53 -44.1 0.236 0.0173 0.0364 0.0745 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.53 -44.1 3.23e-06 0 0 0 Tank initStep + 1 5e+03 -727 864 3.23e-06 0 5.14e+03 5.14e+03 expHall Transportation + 2 1e+04 -2.38e+03 3.22e+03 3.23e-06 0 5.77e+03 1.09e+04 world Transportation + 3 1.5e+04 -4.04e+03 5.58e+03 3.23e-06 0 5.77e+03 1.67e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.55 -44.1 2.74e-06 0 0 0 Tank initStep + 1 -1.77e+03 -5e+03 1.76e+03 2.74e-06 0 5.6e+03 5.6e+03 expHall Transportation + 2 -4.29e+03 -1e+04 6.92e+03 2.74e-06 0 7.61e+03 1.32e+04 world Transportation + 3 -6.81e+03 -1.5e+04 1.21e+04 2.74e-06 0 7.61e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -2.1 3.53 -44.1 0.236 0 0 0.0745 Tank initStep + 3 -2.1 3.52 -44.1 0.226 0.01 0.0463 0.121 Tank msc + 4 -2.12 3.53 -44.2 0.195 0.0314 0.124 0.245 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.1 3.52 -44.2 4.11e-06 0 0 0 Tank initStep + 1 -4.43e+03 -849 -1.35e+03 4.11e-06 4.11e-06 4.69e+03 4.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -2.12 3.53 -44.2 0.195 0 0 0.245 Tank initStep + 5 -2.13 3.54 -44.3 0.187 0.00754 0.0341 0.279 Tank msc + 6 -2.13 3.55 -44.3 0.165 0.0217 0.0959 0.375 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.13 3.54 -44.3 3.78e-06 0 0 0 Tank initStep + 1 1.57e+03 -1.01e+03 5e+03 3.78e-06 0 5.38e+03 5.38e+03 expHall Transportation + 2 4.72e+03 -1.72e+03 1e+04 3.78e-06 0 5.95e+03 1.13e+04 world Transportation + 3 7.87e+03 -2.43e+03 1.5e+04 3.78e-06 0 5.95e+03 1.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -2.13 3.55 -44.3 0.165 0 0 0.375 Tank initStep + 7 -2.14 3.55 -44.4 0.158 0.00719 0.0263 0.401 Tank msc + 8 -2.16 3.53 -44.4 0.14 0.0181 0.0768 0.478 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.14 3.55 -44.4 4.08e-06 0 0 0 Tank initStep + 1 -369 2.21e+03 898 4.08e-06 4.08e-06 2.43e+03 2.43e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.16 3.53 -44.4 2.08e-06 0 0 0 Tank initStep + 1 -1.32e+03 -2.47e+03 -1.68e+03 2.08e-06 2.08e-06 3.25e+03 3.25e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 -2.16 3.53 -44.4 0.14 0 0 0.478 Tank initStep + 9 -2.14 3.53 -44.4 0.136 0.00421 0.02 0.498 Tank msc + 10 -2.11 3.57 -44.5 0.1 0.0357 0.0632 0.561 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.11 3.57 -44.5 4.09e-06 0 0 0 Tank initStep + 1 5e+03 4.96e+03 -1.88e+03 4.09e-06 0 7.28e+03 7.28e+03 expHall Transportation + 2 5e+03 4.96e+03 -1.88e+03 4.09e-06 0 0 7.28e+03 Tank Transportation + 3 4.79e+03 5e+03 -1.91e+03 4.09e-06 0 218 7.49e+03 expHall Transportation + 4 4.79e+03 5e+03 -1.91e+03 4.09e-06 0 0 7.49e+03 Tank Transportation + 5 -3.11e+03 553 -5e+03 4.09e-06 0 9.58e+03 1.71e+04 expHall Transportation + 6 -3.11e+03 553 -5e+03 4.09e-06 0 0 1.71e+04 Tank Transportation + 7 -5e+03 -727 -4.51e+03 4.09e-06 0 2.33e+03 1.94e+04 expHall Transportation + 8 -1e+04 -6.42e+03 -1.66e+03 4.09e-06 0 8.09e+03 2.75e+04 world Transportation + 9 -1.5e+04 -1.21e+04 1.18e+03 4.09e-06 0 8.09e+03 3.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.12 3.55 -44.5 2.42e-06 0 0 0 Tank initStep + 1 1.64e+03 1.57e+03 -5e+03 2.42e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 4.83e+03 4.96e+03 -1e+04 2.42e-06 0 6.83e+03 1.23e+04 world Transportation + 3 8.01e+03 8.34e+03 -1.5e+04 2.42e-06 0 6.83e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.13 3.54 -44.4 2.21e-06 0 0 0 Tank initStep + 1 -123 2e+03 -440 2.21e-06 2.21e-06 2.04e+03 2.04e+03 Bubble Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -2.11 3.57 -44.5 0.1 0 0 0.561 Tank initStep + 11 -2.1 3.56 -44.5 0.0967 0.00359 0.0114 0.573 Tank msc + 12 -2.09 3.55 -44.5 0.0808 0.0159 0.0422 0.615 Tank eIoni + 13 -2.08 3.53 -44.5 0.0627 0.0181 0.0349 0.65 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.09 3.54 -44.5 3.21e-06 0 0 0 Tank initStep + 1 534 -1.81e+03 5e+03 3.21e-06 0 5.39e+03 5.39e+03 expHall Transportation + 2 534 -1.81e+03 5e+03 3.21e-06 0 0 5.39e+03 Tank Transportation + 3 -314 -3.52e+03 3.73e+03 3.21e-06 3.21e-06 2.29e+03 7.68e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.08 3.54 -44.5 3.63e-06 0 0 0 Tank initStep + 1 868 5e+03 -1.98e+03 3.63e-06 0 5.43e+03 5.43e+03 expHall Transportation + 2 868 5e+03 -1.98e+03 3.63e-06 0 0 5.43e+03 Tank Transportation + 3 2.03e+03 -1.62e+03 -5e+03 3.63e-06 0 7.36e+03 1.28e+04 expHall Transportation + 4 2.03e+03 -1.62e+03 -5e+03 3.63e-06 0 0 1.28e+04 Tank Transportation + 5 1.78e+03 -5e+03 -2.93e+03 3.63e-06 0 3.97e+03 1.68e+04 expHall Transportation + 6 1.78e+03 -5e+03 -2.93e+03 3.63e-06 0 0 1.68e+04 Tank Transportation + 7 2.58e+03 -2.59e+03 1.37e+03 3.63e-06 3.63e-06 5e+03 2.18e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 13 -2.08 3.53 -44.5 0.0627 0 0 0.65 Tank initStep + 14 -2.08 3.53 -44.5 0.0603 0.00241 0.00506 0.655 Tank msc + 15 -2.08 3.51 -44.5 0.0448 0.0155 0.0264 0.681 Tank eIoni + 16 -2.08 3.51 -44.5 0.0283 0.0164 0.0207 0.702 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.08 3.51 -44.5 3.27e-06 0 0 0 Tank initStep + 1 632 849 -467 3.27e-06 3.27e-06 1.14e+03 1.14e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.08 3.51 -44.5 3.03e-06 0 0 0 Tank initStep + 1 -3.18e+03 -5e+03 -2.49e+03 3.03e-06 0 6.41e+03 6.41e+03 expHall Transportation + 2 -1e+04 -9.63e+03 -6.84e+03 3.03e-06 0 9.32e+03 1.57e+04 world Transportation + 3 -1.5e+04 -1.3e+04 -1e+04 3.03e-06 0 6.83e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 -2.08 3.51 -44.5 0.0283 0 0 0.702 Tank initStep + 17 -2.08 3.51 -44.5 0.0277 0.000659 0.00125 0.703 Tank msc + 18 -2.08 3.51 -44.5 0.0106 0.017 0.0136 0.717 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -2.08 3.51 -44.5 2.33e-06 0 0 0 Tank initStep + 1 -949 -702 1.04e+03 2.33e-06 2.33e-06 1.6e+03 1.6e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 -2.08 3.51 -44.5 0.0106 0 0 0.717 Tank initStep + 19 -2.08 3.51 -44.5 0.0105 0.000191 0.000222 0.717 Tank msc + 20 -2.08 3.5 -44.5 0 0.0105 0.00268 0.72 Tank eIoni + 21 -2.08 3.5 -44.5 0 0 0 0.72 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0552 -0.563 0.985 0.511 0 0 0 Tank initStep + 1 4.94 -9.89 103 0.178 2.92e-05 102 102 Tank compt + 2 7.94 -6.19 95.4 0.167 0.000537 8.72 111 Tank compt + 3 9.15 -5.8 94.8 0.164 2.92e-05 1.43 112 Tank compt + 4 35 14.4 71.7 0.109 1.36e-05 40.1 153 Tank compt + 5 -83.9 15.3 61.1 0.0762 1.36e-05 119 272 Tank compt + 6 -36.8 26.8 68 0.0598 1.42e-05 49 321 Tank compt + 7 -130 44.3 80.5 0.0528 1.36e-05 95.7 417 Tank compt + 8 -137 6.64 71.3 0.0507 1.42e-05 39.3 456 Tank compt + 9 -167 -13.9 81.3 0.0434 2.92e-05 37.9 494 Tank compt + 10 -150 31.3 13.8 0 0.000537 82.9 577 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 31.3 13.8 0.0428 0 0 0 Tank initStep + 1 -150 31.3 13.8 0.0409 0.00191 0.00259 0.00259 Tank msc + 2 -150 31.3 13.8 0.0297 0.0112 0.0193 0.0219 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 101, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 31.3 13.8 3.37e-06 0 0 0 Tank initStep + 1 -5e+03 1.42e+03 3.08e+03 3.37e-06 0 5.91e+03 5.91e+03 expHall Transportation + 2 -1e+04 3.26e+03 9.23e+03 3.37e-06 0 8.13e+03 1.4e+04 world Transportation + 3 -1.47e+04 4.98e+03 1.5e+04 3.37e-06 0 7.63e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -150 31.3 13.8 0.0297 0 0 0.0219 Tank initStep + 3 -150 31.3 13.8 0.0279 0.0018 0.00136 0.0232 Tank msc + 4 -150 31.3 13.8 0.0115 0.0164 0.0138 0.037 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 102, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 31.3 13.8 2.34e-06 0 0 0 Tank initStep + 1 -1.77e+03 2.22e+03 -182 2.34e-06 2.34e-06 2.73e+03 2.73e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -150 31.3 13.8 0.0115 0 0 0.037 Tank initStep + 5 -150 31.3 13.8 0.0113 0.000255 0.000254 0.0373 Tank msc + 6 -150 31.3 13.8 0 0.0113 0.00305 0.0403 Tank eIoni + 7 -150 31.3 13.8 0 0 0 0.0403 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 103, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -150 31.3 13.8 2.4e-06 0 0 0 Tank initStep + 1 -3.9e+03 888 -5e+03 2.4e-06 0 6.32e+03 6.32e+03 expHall Transportation + 2 -1e+04 3.66e+03 -9.59e+03 2.4e-06 0 8.12e+03 1.44e+04 world Transportation + 3 -1.5e+04 5.93e+03 -1.33e+04 2.4e-06 0 6.66e+03 2.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -167 -13.9 81.3 0.00728 0 0 0 Tank initStep + 1 -167 -13.9 81.3 0.00669 0.000587 0.000113 0.000113 Tank msc + 2 -167 -13.9 81.3 0 0.00669 0.00122 0.00134 Tank eIoni + 3 -167 -13.9 81.3 0 0 0 0.00134 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -137 6.64 71.3 0.00213 0 0 0 Tank initStep + 1 -137 6.64 71.3 0.00197 0.000159 1.39e-05 1.39e-05 Tank msc + 2 -137 6.64 71.3 0 0.00197 0.000153 0.000167 Tank eIoni + 3 -137 6.64 71.3 0 0 0 0.000167 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -130 44.3 80.5 0.00694 0 0 0 Tank initStep + 1 -130 44.3 80.5 0.00631 0.000639 0.000104 0.000104 Tank msc + 2 -130 44.3 80.5 0 0.00631 0.0011 0.00121 Tank eIoni + 3 -130 44.3 80.5 0 0 0 0.00121 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 97 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -130 44.3 80.5 2.18e-06 0 0 0 Tank initStep + 1 212 706 361 2.18e-06 2.18e-06 796 796 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -36.8 26.8 68 0.0164 0 0 0 Tank initStep + 1 -36.8 26.8 68 0.0162 0.000246 0.000476 0.000476 Tank msc + 2 -36.8 26.8 68 0 0.0162 0.00579 0.00627 Tank eIoni + 3 -36.8 26.8 68 0 0 0 0.00627 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -83.9 15.3 61.1 0.0324 0 0 0 Tank initStep + 1 -83.9 15.3 61.1 0.0318 0.000625 0.00158 0.00158 Tank msc + 2 -84 15.3 61.1 0.0155 0.0164 0.0156 0.0172 Tank eIoni + 3 -84 15.3 61.1 0 0.0155 0.00533 0.0226 Tank eIoni + 4 -84 15.3 61.1 0 0 0 0.0226 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 95 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84 15.3 61.1 3.24e-06 0 0 0 Tank initStep + 1 -5e+03 4.26e+03 -2.38e+03 3.24e-06 0 6.94e+03 6.94e+03 expHall Transportation + 2 -5e+03 4.26e+03 -2.38e+03 3.24e-06 0 0 6.94e+03 Tank Transportation + 3 -4.51e+03 5e+03 -2.88e+03 3.24e-06 0 1.02e+03 7.96e+03 expHall Transportation + 4 824 6.92e+03 -1e+04 3.24e-06 0 9.1e+03 1.71e+04 world Transportation + 5 4.57e+03 8.28e+03 -1.5e+04 3.24e-06 0 6.39e+03 2.34e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 95 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84 15.3 61.1 3.88e-06 0 0 0 Tank initStep + 1 28.4 463 -555 3.88e-06 3.88e-06 770 770 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35 14.4 71.7 0.0556 0 0 0 Tank initStep + 1 35 14.4 71.7 0.0537 0.00196 0.0041 0.0041 Tank msc + 2 35.1 14.4 71.7 0.0398 0.0139 0.024 0.0281 Tank eIoni + 3 35.1 14.4 71.7 0.0245 0.0153 0.0189 0.0469 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.1 14.4 71.7 4e-06 0 0 0 Tank initStep + 1 1.35e+03 -221 -5e+03 4e-06 0 5.24e+03 5.24e+03 expHall Transportation + 2 4.74e+03 -1.77e+03 -1e+04 4e-06 0 6.24e+03 1.15e+04 world Transportation + 3 8.14e+03 -3.31e+03 -1.5e+04 4e-06 0 6.24e+03 1.77e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 35.1 14.4 71.7 0.0245 0 0 0.0469 Tank initStep + 4 35.1 14.4 71.7 0.0239 0.000593 0.000962 0.0479 Tank msc + 5 35.1 14.4 71.7 0 0.0239 0.0114 0.0592 Tank eIoni + 6 35.1 14.4 71.7 0 0 0 0.0592 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.1 14.4 71.7 2.52e-06 0 0 0 Tank initStep + 1 2.72e+03 -320 5e+03 2.52e-06 0 5.62e+03 5.62e+03 expHall Transportation + 2 5.92e+03 -1.01e+03 1e+04 2.52e-06 0 5.98e+03 1.16e+04 world Transportation + 3 9.12e+03 -1.7e+03 1.5e+04 2.52e-06 0 5.98e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 9.15 -5.8 94.8 0.0029 0 0 0 Tank initStep + 1 9.15 -5.8 94.8 0.00275 0.000148 2.33e-05 2.33e-05 Tank msc + 2 9.15 -5.8 94.8 0 0.00275 0.000267 0.00029 Tank eIoni + 3 9.15 -5.8 94.8 0 0 0 0.00029 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 7.94 -6.19 95.4 0.0105 0 0 0 Tank initStep + 1 7.94 -6.19 95.4 0.0102 0.000254 0.000216 0.000216 Tank msc + 2 7.94 -6.19 95.4 0 0.0102 0.00259 0.0028 Tank eIoni + 3 7.94 -6.19 95.4 0 0 0 0.0028 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.94 -9.89 103 0.333 0 0 0 Tank initStep + 1 4.94 -9.91 103 0.322 0.0105 0.0616 0.0616 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.94 -9.9 103 3.37e-06 0 0 0 Tank initStep + 1 -4.98e+03 2.04e+03 -449 3.37e-06 0 5.42e+03 5.42e+03 Tank OpRayleigh + 2 -4e+03 -333 561 3.37e-06 3.37e-06 2.76e+03 8.18e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 4.94 -9.91 103 0.322 0 0 0.0616 Tank initStep + 2 4.93 -9.91 103 0.313 0.00879 0.0579 0.12 Tank Cerenkov + 3 4.93 -9.92 103 0.302 0.011 0.0549 0.174 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.93 -9.91 103 2.91e-06 0 0 0 Tank initStep + 1 -1.41e+03 -2.7e+03 5e+03 2.91e-06 0 5.76e+03 5.76e+03 expHall Transportation + 2 -1.41e+03 -2.7e+03 5e+03 2.91e-06 0 0 5.76e+03 Tank Transportation + 3 -2.43e+03 -3.7e+03 3.16e+03 2.91e-06 2.91e-06 2.32e+03 8.09e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 4.93 -9.92 103 0.302 0 0 0.174 Tank initStep + 4 4.96 -9.88 103 0.295 0.00717 0.0512 0.226 Tank Cerenkov + 5 4.98 -9.84 103 0.283 0.0119 0.0489 0.274 Tank Cerenkov + 6 4.99 -9.8 103 0.274 0.00943 0.0452 0.32 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.98 -9.82 103 3.23e-06 0 0 0 Tank initStep + 1 1.32e+03 -317 -404 3.23e-06 3.23e-06 1.44e+03 1.44e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 4.99 -9.8 103 0.274 0 0 0.32 Tank initStep + 7 5 -9.76 103 0.265 0.0086 0.0423 0.362 Tank Cerenkov + 8 5.01 -9.72 103 0.256 0.00907 0.0398 0.402 Tank Cerenkov + 9 5.01 -9.68 103 0.239 0.0173 0.0372 0.439 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.01 -9.69 103 2.61e-06 0 0 0 Tank initStep + 1 5e+03 129 2.19e+03 2.61e-06 0 5.42e+03 5.42e+03 expHall Transportation + 2 5e+03 129 2.19e+03 2.61e-06 0 0 5.42e+03 Tank Transportation + 3 2.12e+03 1.42e+03 5e+03 2.61e-06 0 4.22e+03 9.64e+03 expHall Transportation + 4 2.12e+03 1.42e+03 5e+03 2.61e-06 0 0 9.64e+03 Tank Transportation + 5 -5e+03 4.65e+03 -52.2 2.61e-06 0 9.31e+03 1.89e+04 expHall Transportation + 6 -5e+03 4.65e+03 -52.2 2.61e-06 0 0 1.89e+04 Tank Transportation + 7 -4.39e+03 5e+03 -437 2.61e-06 0 801 1.97e+04 expHall Transportation + 8 -4.39e+03 5e+03 -437 2.61e-06 0 0 1.97e+04 Tank Transportation + 9 621 1.49e+03 -5e+03 2.61e-06 0 7.64e+03 2.74e+04 expHall Transportation + 10 621 1.49e+03 -5e+03 2.61e-06 0 0 2.74e+04 Tank Transportation + 11 5e+03 -577 -1.72e+03 2.61e-06 0 5.85e+03 3.32e+04 expHall Transportation + 12 5e+03 -577 -1.72e+03 2.61e-06 0 0 3.32e+04 Tank Transportation + 13 4.55e+03 -2.41e+03 -3.59e+03 2.61e-06 2.61e-06 2.66e+03 3.59e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 5.01 -9.68 103 0.239 0 0 0.439 Tank initStep + 10 5.01 -9.64 103 0.229 0.00974 0.0471 0.486 Tank msc + 11 5.02 -9.53 103 0.194 0.0351 0.126 0.612 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.01 -9.59 103 2.97e-06 0 0 0 Tank initStep + 1 -4.17e+03 5e+03 -2.34e+03 2.97e-06 0 6.96e+03 6.96e+03 expHall Transportation + 2 -1e+04 7.91e+03 -2.26e+03 2.97e-06 0 6.52e+03 1.35e+04 world Transportation + 3 -1.5e+04 1.04e+04 -2.19e+03 2.97e-06 0 5.59e+03 1.91e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.02 -9.58 103 3.39e-06 0 0 0 Tank initStep + 1 -3.15e+03 -3.49e+03 -5e+03 3.39e-06 0 6.94e+03 6.94e+03 expHall Transportation + 2 -3.15e+03 -3.49e+03 -5e+03 3.39e-06 0 0 6.94e+03 Tank Transportation + 3 -3.83e+03 -5e+03 -3.09e+03 3.39e-06 0 2.52e+03 9.46e+03 expHall Transportation + 4 -3.83e+03 -5e+03 -3.09e+03 3.39e-06 0 0 9.46e+03 Tank Transportation + 5 -5e+03 -3.51e+03 1.9e+03 3.39e-06 0 5.34e+03 1.48e+04 expHall Transportation + 6 -5e+03 -3.51e+03 1.9e+03 3.39e-06 0 0 1.48e+04 Tank Transportation + 7 -3.57e+03 -2.04e+03 5e+03 3.39e-06 0 3.72e+03 1.85e+04 expHall Transportation + 8 -3.57e+03 -2.04e+03 5e+03 3.39e-06 0 0 1.85e+04 Tank Transportation + 9 5e+03 2.84e+03 -3.04e+03 3.39e-06 0 1.27e+04 3.12e+04 expHall Transportation + 10 6.95e+03 5.61e+03 -1e+04 3.39e-06 0 7.74e+03 3.9e+04 world Transportation + 11 8.35e+03 7.6e+03 -1.5e+04 3.39e-06 0 5.56e+03 4.45e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 5.02 -9.53 103 0.194 0 0 0.612 Tank initStep + 12 5.01 -9.51 103 0.179 0.0152 0.034 0.646 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5.02 -9.52 103 2.23e-06 0 0 0 Tank initStep + 1 -2.32e+03 5e+03 -2.44e+03 2.23e-06 0 6.08e+03 6.08e+03 expHall Transportation + 2 -1e+04 8.76e+03 -8.62e+03 2.23e-06 0 1.06e+04 1.66e+04 world Transportation + 3 -1.5e+04 1.12e+04 -1.27e+04 2.23e-06 0 6.87e+03 2.35e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 5.01 -9.51 103 0.179 0 0 0.646 Tank initStep + 13 5 -9.48 103 0.171 0.00762 0.0298 0.676 Tank msc + 14 4.98 -9.42 103 0.154 0.0169 0.0852 0.761 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.99 -9.48 103 3.75e-06 0 0 0 Tank initStep + 1 -4.62e+03 5e+03 -1.03e+03 3.75e-06 0 6.91e+03 6.91e+03 expHall Transportation + 2 -7.91e+03 1e+04 -4.45e+03 3.75e-06 0 6.89e+03 1.38e+04 world Transportation + 3 -1.12e+04 1.5e+04 -7.87e+03 3.75e-06 0 6.89e+03 2.07e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 4.98 -9.42 103 0.154 0 0 0.761 Tank initStep + 15 4.98 -9.4 103 0.148 0.00624 0.0234 0.785 Tank msc + 16 4.97 -9.34 103 0.124 0.0243 0.0705 0.855 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.98 -9.36 103 2.49e-06 0 0 0 Tank initStep + 1 -4.55e+03 -5e+03 -2.57e+03 2.49e-06 0 7.27e+03 7.27e+03 expHall Transportation + 2 -4.55e+03 -5e+03 -2.57e+03 2.49e-06 0 0 7.27e+03 Tank Transportation + 3 -5e+03 -4.76e+03 -2.71e+03 2.49e-06 0 528 7.79e+03 expHall Transportation + 4 -1e+04 1.68e+03 -5.46e+03 2.49e-06 0 8.6e+03 1.64e+04 world Transportation + 5 -1.5e+04 8.12e+03 -8.2e+03 2.49e-06 0 8.6e+03 2.5e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.98 -9.37 103 3.1e-06 0 0 0 Tank initStep + 1 -1.55e+03 -5e+03 854 3.1e-06 0 5.28e+03 5.28e+03 expHall Transportation + 2 -4.93e+03 -1e+04 4.12e+03 3.1e-06 0 6.86e+03 1.21e+04 world Transportation + 3 -8.32e+03 -1.5e+04 7.38e+03 3.1e-06 0 6.86e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 4.97 -9.34 103 0.124 0 0 0.855 Tank initStep + 17 4.98 -9.33 103 0.117 0.00664 0.0163 0.872 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.98 -9.34 103 3.54e-06 0 0 0 Tank initStep + 1 5e+03 2.62e+03 1.88e+03 3.54e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 5e+03 2.62e+03 1.88e+03 3.54e-06 0 0 5.92e+03 Tank Transportation + 3 3.67e+03 5e+03 3.21e+03 3.54e-06 0 3.04e+03 8.95e+03 expHall Transportation + 4 3.67e+03 5e+03 3.21e+03 3.54e-06 0 0 8.95e+03 Tank Transportation + 5 1.7e+03 3.3e+03 5e+03 3.54e-06 0 3.16e+03 1.21e+04 expHall Transportation + 6 1.7e+03 3.3e+03 5e+03 3.54e-06 0 0 1.21e+04 Tank Transportation + 7 -3.94e+03 -272 -5e+03 3.54e-06 0 1.2e+04 2.41e+04 expHall Transportation + 8 -3.94e+03 -272 -5e+03 3.54e-06 0 0 2.41e+04 Tank Transportation + 9 -5e+03 -1.02e+03 -4.06e+03 3.54e-06 0 1.61e+03 2.57e+04 expHall Transportation + 10 -5e+03 -1.02e+03 -4.06e+03 3.54e-06 0 0 2.57e+04 Tank Transportation + 11 2.17e+03 -5e+03 2.24e+03 3.54e-06 0 1.03e+04 3.61e+04 expHall Transportation + 12 2.17e+03 -5e+03 2.24e+03 3.54e-06 0 0 3.61e+04 Tank Transportation + 13 4.89e+03 -3.96e+03 5e+03 3.54e-06 0 4.01e+03 4.01e+04 expHall Transportation + 14 4.89e+03 -3.96e+03 5e+03 3.54e-06 0 0 4.01e+04 Tank Transportation + 15 5e+03 -3.94e+03 4.99e+03 3.54e-06 0 117 4.02e+04 expHall Transportation + 16 1e+04 -2.45e+03 3.96e+03 3.54e-06 0 5.32e+03 4.55e+04 world Transportation + 17 1.5e+04 -967 2.93e+03 3.54e-06 0 5.32e+03 5.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 4.98 -9.33 103 0.117 0 0 0.872 Tank initStep + 18 4.98 -9.33 103 0.113 0.00465 0.0148 0.886 Tank msc + 19 4.99 -9.33 103 0.0961 0.0164 0.0502 0.937 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.99 -9.33 103 2.53e-06 0 0 0 Tank initStep + 1 -493 -256 -5e+03 2.53e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 -493 -256 -5e+03 2.53e-06 0 0 5.13e+03 Tank Transportation + 3 1.72e+03 676 5e+03 2.53e-06 0 1.03e+04 1.54e+04 expHall Transportation + 4 3.16e+03 601 1e+04 2.53e-06 0 5.2e+03 2.06e+04 world Transportation + 5 4.6e+03 527 1.5e+04 2.53e-06 0 5.2e+03 2.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 4.99 -9.33 103 0.0961 0 0 0.937 Tank initStep + 20 4.99 -9.33 103 0.0926 0.00347 0.0106 0.947 Tank msc + 21 5.01 -9.33 103 0.0769 0.0157 0.0403 0.988 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5 -9.33 103 2.3e-06 0 0 0 Tank initStep + 1 -3.13e+03 4.8e+03 -5e+03 2.3e-06 0 7.68e+03 7.68e+03 expHall Transportation + 2 -3.13e+03 4.8e+03 -5e+03 2.3e-06 0 0 7.68e+03 Tank Transportation + 3 -3.16e+03 5e+03 -4.42e+03 2.3e-06 0 612 8.29e+03 expHall Transportation + 4 -3.16e+03 5e+03 -4.42e+03 2.3e-06 0 0 8.29e+03 Tank Transportation + 5 -965 -5e+03 2.57e+03 2.3e-06 0 1.24e+04 2.07e+04 expHall Transportation + 6 -965 -5e+03 2.57e+03 2.3e-06 0 0 2.07e+04 Tank Transportation + 7 -3.85e+03 -2.77e+03 5e+03 2.3e-06 0 4.38e+03 2.51e+04 expHall Transportation + 8 -3.85e+03 -2.77e+03 5e+03 2.3e-06 0 0 2.51e+04 Tank Transportation + 9 -5e+03 -2.87e+03 4.54e+03 2.3e-06 0 1.24e+03 2.63e+04 expHall Transportation + 10 -1e+04 -4.43e+03 971 2.3e-06 0 6.34e+03 3.27e+04 world Transportation + 11 -1.5e+04 -5.99e+03 -2.6e+03 2.3e-06 0 6.34e+03 3.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 5 -9.33 103 2.28e-06 0 0 0 Tank initStep + 1 5e+03 4.94e+03 -885 2.28e-06 0 7.1e+03 7.1e+03 expHall Transportation + 2 5e+03 4.94e+03 -885 2.28e-06 0 0 7.1e+03 Tank Transportation + 3 4.96e+03 5e+03 -906 2.28e-06 0 77.4 7.18e+03 expHall Transportation + 4 4.96e+03 5e+03 -906 2.28e-06 0 0 7.18e+03 Tank Transportation + 5 -35.8 -3.86e+03 -5e+03 2.28e-06 0 1.1e+04 1.81e+04 expHall Transportation + 6 -35.8 -3.86e+03 -5e+03 2.28e-06 0 0 1.81e+04 Tank Transportation + 7 -656 -5e+03 -3.32e+03 2.28e-06 0 2.13e+03 2.03e+04 expHall Transportation + 8 -656 -5e+03 -3.32e+03 2.28e-06 0 0 2.03e+04 Tank Transportation + 9 -2.82e+03 -2.04e+03 -5e+03 2.28e-06 0 4.04e+03 2.43e+04 expHall Transportation + 10 -2.82e+03 -2.04e+03 -5e+03 2.28e-06 0 0 2.43e+04 Tank Transportation + 11 -5e+03 -646 -4.06e+03 2.28e-06 0 2.75e+03 2.71e+04 expHall Transportation + 12 -5e+03 -646 -4.06e+03 2.28e-06 0 0 2.71e+04 Tank Transportation + 13 -3.55e+03 -102 -2.98e+03 2.28e-06 2.28e-06 1.89e+03 2.89e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 5.01 -9.33 103 0.0769 0 0 0.988 Tank initStep + 22 5 -9.33 103 0.0744 0.00243 0.00723 0.995 Tank msc + 23 4.99 -9.35 103 0.0617 0.0127 0.0321 1.03 Tank eIoni + 24 4.98 -9.37 103 0.0488 0.0129 0.027 1.05 Tank eIoni + 25 4.97 -9.37 103 0.0351 0.0137 0.0222 1.08 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.98 -9.37 103 3.5e-06 0 0 0 Tank initStep + 1 1.12e+03 -2.62e+03 5e+03 3.5e-06 0 5.66e+03 5.66e+03 expHall Transportation + 2 1.12e+03 -2.62e+03 5e+03 3.5e-06 0 0 5.66e+03 Tank Transportation + 3 -501 -5e+03 2.25e+03 3.5e-06 0 3.98e+03 9.64e+03 expHall Transportation + 4 -501 -5e+03 2.25e+03 3.5e-06 0 0 9.64e+03 Tank Transportation + 5 -5e+03 -2.57e+03 -672 3.5e-06 0 5.89e+03 1.55e+04 expHall Transportation + 6 -7.83e+03 5.36e+03 -1e+04 3.5e-06 0 1.26e+04 2.81e+04 world Transportation + 7 -9.35e+03 9.61e+03 -1.5e+04 3.5e-06 0 6.74e+03 3.48e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 4.97 -9.37 103 0.0351 0 0 1.08 Tank initStep + 26 4.97 -9.37 103 0.0336 0.00148 0.00182 1.08 Tank msc + 27 4.98 -9.38 103 0.0192 0.0144 0.0164 1.09 Tank eIoni + 28 4.98 -9.38 103 0 0.0192 0.00784 1.1 Tank eIoni + 29 4.98 -9.38 103 0 0 0 1.1 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 91 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.98 -9.38 103 3.76e-06 0 0 0 Tank initStep + 1 -2.3e+03 -4.26e+03 -1.79e+03 3.76e-06 0 5.19e+03 5.19e+03 Tank OpRayleigh + 2 -578 -4.45e+03 5e+03 3.76e-06 0 7e+03 1.22e+04 expHall Transportation + 3 1.16e+03 -2.99e+03 1e+04 3.76e-06 0 5.49e+03 1.77e+04 world Transportation + 4 2.91e+03 -1.52e+03 1.5e+04 3.76e-06 0 5.49e+03 2.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.138 -0.0165 0.00868 0.474 0.0258 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0296 -0.00356 0.00187 3.42e-06 0 0 0 Tank initStep + 1 -5e+03 -1.94e+03 742 3.42e-06 0 5.41e+03 5.41e+03 expHall Transportation + 2 -1e+04 -1.88e+03 -766 3.42e-06 0 5.22e+03 1.06e+04 world Transportation + 3 -1.5e+04 -1.83e+03 -2.27e+03 3.42e-06 0 5.22e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.113 -0.0136 0.00716 2.41e-06 0 0 0 Tank initStep + 1 1.9e+03 597 832 2.41e-06 2.41e-06 2.16e+03 2.16e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0272 -0.00327 0.00172 4.12e-06 0 0 0 Tank initStep + 1 2.06e+03 640 975 4.12e-06 0 2.37e+03 2.37e+03 Tank OpRayleigh + 2 4.41e+03 797 4.93e+03 4.12e-06 4.12e-06 4.6e+03 6.97e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.106 -0.0127 0.00667 3.27e-06 0 0 0 Tank initStep + 1 5e+03 -3.03e+03 -1.64e+03 3.27e-06 0 6.07e+03 6.07e+03 expHall Transportation + 2 5e+03 -3.03e+03 -1.64e+03 3.27e-06 0 0 6.07e+03 Tank Transportation + 3 -396 -5e+03 -3.81e+03 3.27e-06 0 6.14e+03 1.22e+04 expHall Transportation + 4 -396 -5e+03 -3.81e+03 3.27e-06 0 0 1.22e+04 Tank Transportation + 5 -3.35e+03 -4.38e+03 -4.92e+03 3.27e-06 3.27e-06 3.22e+03 1.54e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0219 -0.00264 0.00138 4.14e-06 0 0 0 Tank initStep + 1 2.05e+03 -1.13e+03 -798 4.14e-06 4.14e-06 2.48e+03 2.48e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.104 -0.0125 0.00655 2.56e-06 0 0 0 Tank initStep + 1 5e+03 -3.54e+03 1.71e+03 2.56e-06 0 6.36e+03 6.36e+03 expHall Transportation + 2 5e+03 -3.54e+03 1.71e+03 2.56e-06 0 0 6.36e+03 Tank Transportation + 3 3.55e+03 -5e+03 1.08e+03 2.56e-06 0 2.15e+03 8.51e+03 expHall Transportation + 4 3.55e+03 -5e+03 1.08e+03 2.56e-06 0 0 8.51e+03 Tank Transportation + 5 -5e+03 372 79.5 2.56e-06 0 1.01e+04 1.87e+04 expHall Transportation + 6 -1e+04 8.6e+03 368 2.56e-06 0 9.63e+03 2.83e+04 world Transportation + 7 -1.39e+04 1.5e+04 593 2.56e-06 0 7.5e+03 3.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.138 -0.0165 0.00868 0.474 0 0 0.139 Tank initStep + 2 0.261 -0.0309 0.0257 0.455 0.0189 0.126 0.265 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.229 -0.0272 0.0213 3.2e-06 0 0 0 Tank initStep + 1 4.87e+03 -916 -1.99e+03 3.2e-06 3.2e-06 5.34e+03 5.34e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.139 -0.0168 0.00894 2.61e-06 0 0 0 Tank initStep + 1 5e+03 -3.6e+03 1.79e+03 2.61e-06 0 6.41e+03 6.41e+03 expHall Transportation + 2 5e+03 -3.6e+03 1.79e+03 2.61e-06 0 0 6.41e+03 Tank Transportation + 3 2.96e+03 -5e+03 2.12e+03 2.61e-06 0 2.5e+03 8.91e+03 expHall Transportation + 4 2.96e+03 -5e+03 2.12e+03 2.61e-06 0 0 8.91e+03 Tank Transportation + 5 -3.67e+03 5e+03 1.57e+03 2.61e-06 0 1.2e+04 2.09e+04 expHall Transportation + 6 -1e+04 9.17e+03 525 2.61e-06 0 7.65e+03 2.86e+04 world Transportation + 7 -1.5e+04 1.25e+04 -299 2.61e-06 0 6.05e+03 3.46e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.261 -0.0309 0.0257 0.455 0 0 0.265 Tank initStep + 3 0.376 -0.039 0.0224 0.438 0.0172 0.116 0.381 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.269 -0.0314 0.0255 4.01e-06 0 0 0 Tank initStep + 1 -5e+03 1.07e+03 -1.09e+03 4.01e-06 0 5.23e+03 5.23e+03 expHall Transportation + 2 -1e+04 2.9e+03 -2.75e+03 4.01e-06 0 5.58e+03 1.08e+04 world Transportation + 3 -1.5e+04 4.72e+03 -4.41e+03 4.01e-06 0 5.58e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.376 -0.039 0.0224 0.438 0 0 0.381 Tank initStep + 4 0.475 -0.0578 -0.0137 0.422 0.016 0.107 0.488 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.377 -0.0392 0.0221 2.46e-06 0 0 0 Tank initStep + 1 5e+03 -4.26e+03 -2.25e+03 2.46e-06 0 6.94e+03 6.94e+03 expHall Transportation + 2 5e+03 -4.26e+03 -2.25e+03 2.46e-06 0 0 6.94e+03 Tank Transportation + 3 4.42e+03 -5e+03 -2.45e+03 2.46e-06 0 960 7.9e+03 expHall Transportation + 4 4.42e+03 -5e+03 -2.45e+03 2.46e-06 0 0 7.9e+03 Tank Transportation + 5 -564 2.74e+03 -5e+03 2.46e-06 0 9.55e+03 1.75e+04 expHall Transportation + 6 -564 2.74e+03 -5e+03 2.46e-06 0 0 1.75e+04 Tank Transportation + 7 -3.35e+03 5e+03 -3.49e+03 2.46e-06 0 3.89e+03 2.13e+04 expHall Transportation + 8 -3.35e+03 5e+03 -3.49e+03 2.46e-06 0 0 2.13e+04 Tank Transportation + 9 -5e+03 3.3e+03 -2.22e+03 2.46e-06 0 2.69e+03 2.4e+04 expHall Transportation + 10 -5e+03 3.3e+03 -2.22e+03 2.46e-06 0 0 2.4e+04 Tank Transportation + 11 -2.34e+03 131 -5e+03 2.46e-06 0 4.99e+03 2.9e+04 expHall Transportation + 12 -2.34e+03 131 -5e+03 2.46e-06 0 0 2.9e+04 Tank Transportation + 13 5e+03 -4.02e+03 1.3e+03 2.46e-06 0 1.05e+04 3.95e+04 expHall Transportation + 14 5e+03 -4.02e+03 1.3e+03 2.46e-06 0 0 3.95e+04 Tank Transportation + 15 2.77e+03 -3.88e+03 5e+03 2.46e-06 0 4.33e+03 4.39e+04 expHall Transportation + 16 2.77e+03 -3.88e+03 5e+03 2.46e-06 0 0 4.39e+04 Tank Transportation + 17 -1.57e+03 -5e+03 -383 2.46e-06 0 7e+03 5.09e+04 expHall Transportation + 18 -1.57e+03 -5e+03 -383 2.46e-06 0 0 5.09e+04 Tank Transportation + 19 -4.94e+03 -4.38e+03 -5e+03 2.46e-06 0 5.75e+03 5.66e+04 expHall Transportation + 20 -1e+04 -2.08e+03 -5.77e+03 2.46e-06 0 5.61e+03 6.22e+04 world Transportation + 21 -1.5e+04 192 -6.53e+03 2.46e-06 0 5.55e+03 6.78e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.386 -0.041 0.0186 3.67e-06 0 0 0 Tank initStep + 1 4.47e+03 -366 -5e+03 3.67e-06 0 6.72e+03 6.72e+03 expHall Transportation + 2 4.47e+03 -366 -5e+03 3.67e-06 0 0 6.72e+03 Tank Transportation + 3 5e+03 -499 -4.09e+03 3.67e-06 0 1.06e+03 7.78e+03 expHall Transportation + 4 5e+03 -499 -4.09e+03 3.67e-06 0 0 7.78e+03 Tank Transportation + 5 -5e+03 -2.91e+03 -4.1e+03 3.67e-06 0 1.03e+04 1.81e+04 expHall Transportation + 6 -5e+03 -2.91e+03 -4.1e+03 3.67e-06 0 0 1.81e+04 Tank Transportation + 7 -4.75e+03 -3.49e+03 -5e+03 3.67e-06 0 1.1e+03 1.92e+04 expHall Transportation + 8 -4.75e+03 -3.49e+03 -5e+03 3.67e-06 0 0 1.92e+04 Tank Transportation + 9 -4.42e+03 -5e+03 -4.31e+03 3.67e-06 0 1.69e+03 2.09e+04 expHall Transportation + 10 -3.52e+03 -1e+04 667 3.67e-06 0 7.11e+03 2.8e+04 world Transportation + 11 -2.62e+03 -1.5e+04 5.64e+03 3.67e-06 0 7.11e+03 3.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.475 -0.0578 -0.0137 0.422 0 0 0.488 Tank initStep + 5 0.555 -0.104 -0.0478 0.391 0.0315 0.0993 0.587 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.523 -0.0861 -0.0343 3.24e-06 0 0 0 Tank initStep + 1 -1.24e+03 -5e+03 574 3.24e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 -5.81e+03 -1e+04 1.94e+03 3.24e-06 0 6.91e+03 1.21e+04 world Transportation + 3 -1.04e+04 -1.5e+04 3.3e+03 3.24e-06 0 6.91e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.505 -0.0758 -0.0268 3.29e-06 0 0 0 Tank initStep + 1 3.57e+03 101 5e+03 3.29e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 1e+04 82.4 6.57e+03 3.29e-06 0 6.62e+03 1.28e+04 world Transportation + 3 1.5e+04 67.9 7.78e+03 3.29e-06 0 5.15e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.554 -0.104 -0.0475 2.91e-06 0 0 0 Tank initStep + 1 -5e+03 -4.13e+03 -3.17e+03 2.91e-06 0 7.22e+03 7.22e+03 expHall Transportation + 2 -5e+03 -4.13e+03 -3.17e+03 2.91e-06 0 0 7.22e+03 Tank Transportation + 3 -3.98e+03 -5e+03 -3.85e+03 2.91e-06 0 1.5e+03 8.72e+03 expHall Transportation + 4 -3.98e+03 -5e+03 -3.85e+03 2.91e-06 0 0 8.72e+03 Tank Transportation + 5 33.9 3.76e+03 -5e+03 2.91e-06 0 9.7e+03 1.84e+04 expHall Transportation + 6 33.9 3.76e+03 -5e+03 2.91e-06 0 0 1.84e+04 Tank Transportation + 7 149 3.97e+03 -4.96e+03 2.91e-06 0 246 1.87e+04 Tank OpRayleigh + 8 358 5e+03 -4.99e+03 2.91e-06 0 1.05e+03 1.97e+04 expHall Transportation + 9 1.15e+03 1e+04 -6.07e+03 2.91e-06 0 5.18e+03 2.49e+04 world Transportation + 10 1.94e+03 1.5e+04 -7.15e+03 2.91e-06 0 5.18e+03 3.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.55 -0.102 -0.0459 3.51e-06 0 0 0 Tank initStep + 1 1.28e+03 -1.54e+03 956 3.51e-06 3.51e-06 2.22e+03 2.22e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.55 -0.102 -0.0458 3.82e-06 0 0 0 Tank initStep + 1 2.81e+03 -46.9 -1.46e+03 3.82e-06 0 3.16e+03 3.16e+03 Tank OpRayleigh + 2 2.25e+03 -565 -4.05e+03 3.82e-06 3.82e-06 2.7e+03 5.87e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.554 -0.104 -0.0473 2.88e-06 0 0 0 Tank initStep + 1 5e+03 -2.43e+03 652 2.88e-06 0 5.6e+03 5.6e+03 expHall Transportation + 2 1e+04 -6.45e+03 1.3e+03 2.88e-06 0 6.44e+03 1.2e+04 world Transportation + 3 1.5e+04 -1.05e+04 1.94e+03 2.88e-06 0 6.44e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.555 -0.104 -0.0478 0.391 0 0 0.587 Tank initStep + 6 0.625 -0.139 -0.0796 0.376 0.0143 0.085 0.672 Tank Cerenkov + 7 0.688 -0.173 -0.107 0.33 0.0461 0.0789 0.751 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.686 -0.172 -0.106 3.97e-06 0 0 0 Tank initStep + 1 -4.05e+03 1.76e+03 5e+03 3.97e-06 0 6.67e+03 6.67e+03 expHall Transportation + 2 -1e+04 4.9e+03 8.72e+03 3.97e-06 0 7.69e+03 1.44e+04 world Transportation + 3 -1.5e+04 7.54e+03 1.19e+04 3.97e-06 0 6.46e+03 2.08e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.655 -0.155 -0.0927 3.41e-06 0 0 0 Tank initStep + 1 -1.82e+03 3.28e+03 5e+03 3.41e-06 0 6.25e+03 6.25e+03 expHall Transportation + 2 -1.82e+03 3.28e+03 5e+03 3.41e-06 0 0 6.25e+03 Tank Transportation + 3 -2.58e+03 5e+03 3.99e+03 3.41e-06 0 2.13e+03 8.38e+03 expHall Transportation + 4 -2.58e+03 5e+03 3.99e+03 3.41e-06 0 0 8.38e+03 Tank Transportation + 5 -5e+03 992 1.28e+03 3.41e-06 0 5.41e+03 1.38e+04 expHall Transportation + 6 -5e+03 992 1.28e+03 3.41e-06 0 0 1.38e+04 Tank Transportation + 7 -614 -4.35e+03 -2.23e+03 3.41e-06 0 7.75e+03 2.15e+04 Tank OpRayleigh + 8 -5e+03 -2.71e+03 -2.88e+03 3.41e-06 0 4.73e+03 2.63e+04 expHall Transportation + 9 -1e+04 -2.08 -4.85e+03 3.41e-06 0 6.02e+03 3.23e+04 world Transportation + 10 -1.5e+04 2.71e+03 -6.82e+03 3.41e-06 0 6.02e+03 3.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.671 -0.164 -0.0993 4.13e-06 0 0 0 Tank initStep + 1 -2.1e+03 5e+03 3.22e+03 4.13e-06 0 6.31e+03 6.31e+03 expHall Transportation + 2 -2.1e+03 5e+03 3.22e+03 4.13e-06 0 0 6.31e+03 Tank Transportation + 3 -3.54e+03 2.38e+03 5e+03 4.13e-06 0 3.48e+03 9.79e+03 expHall Transportation + 4 -3.54e+03 2.38e+03 5e+03 4.13e-06 0 0 9.79e+03 Tank Transportation + 5 -5e+03 1e+03 2.59e+03 4.13e-06 0 3.14e+03 1.29e+04 expHall Transportation + 6 -5e+03 1e+03 2.59e+03 4.13e-06 0 0 1.29e+04 Tank Transportation + 7 -1.9e+03 -3.21e+03 -749 4.13e-06 4.13e-06 6.21e+03 1.91e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.638 -0.146 -0.085 2.37e-06 0 0 0 Tank initStep + 1 -1.14e+03 -764 5e+03 2.37e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 -4.15e+03 -1.5e+03 1e+04 2.37e-06 0 5.89e+03 1.11e+04 world Transportation + 3 -7.17e+03 -2.24e+03 1.5e+04 2.37e-06 0 5.89e+03 1.7e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.627 -0.14 -0.0804 3.7e-06 0 0 0 Tank initStep + 1 5e+03 -496 -1.06e+03 3.7e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 1e+04 -1.92e+03 -2.26e+03 3.7e-06 0 5.33e+03 1.05e+04 world Transportation + 3 1.5e+04 -3.34e+03 -3.46e+03 3.7e-06 0 5.33e+03 1.58e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.629 -0.141 -0.0813 2.77e-06 0 0 0 Tank initStep + 1 4e+03 -5e+03 -4.2e+03 2.77e-06 0 7.65e+03 7.65e+03 expHall Transportation + 2 4e+03 -5e+03 -4.2e+03 2.77e-06 0 0 7.65e+03 Tank Transportation + 3 5e+03 -3.7e+03 -4.76e+03 2.77e-06 0 1.74e+03 9.39e+03 expHall Transportation + 4 5e+03 -3.7e+03 -4.76e+03 2.77e-06 0 0 9.39e+03 Tank Transportation + 5 4.91e+03 -2.62e+03 -5e+03 2.77e-06 0 1.11e+03 1.05e+04 expHall Transportation + 6 4.91e+03 -2.62e+03 -5e+03 2.77e-06 0 0 1.05e+04 Tank Transportation + 7 3.94e+03 4.8e+03 5e+03 2.77e-06 0 1.25e+04 2.3e+04 expHall Transportation + 8 3.94e+03 4.8e+03 5e+03 2.77e-06 0 0 2.3e+04 Tank Transportation + 9 4.05e+03 5e+03 4.56e+03 2.77e-06 0 500 2.35e+04 expHall Transportation + 10 4.05e+03 5e+03 4.56e+03 2.77e-06 0 0 2.35e+04 Tank Transportation + 11 5e+03 4.3e+03 3.46e+03 2.77e-06 0 1.61e+03 2.51e+04 expHall Transportation + 12 5e+03 4.3e+03 3.46e+03 2.77e-06 0 0 2.51e+04 Tank Transportation + 13 -172 473 -5e+03 2.77e-06 0 1.06e+04 3.57e+04 expHall Transportation + 14 -172 473 -5e+03 2.77e-06 0 0 3.57e+04 Tank Transportation + 15 -4.08e+03 -4.45e+03 5e+03 2.77e-06 0 1.18e+04 4.75e+04 expHall Transportation + 16 -4.08e+03 -4.45e+03 5e+03 2.77e-06 0 0 4.75e+04 Tank Transportation + 17 -5e+03 -4.62e+03 3.6e+03 2.77e-06 0 1.69e+03 4.92e+04 expHall Transportation + 18 -5e+03 -4.62e+03 3.6e+03 2.77e-06 0 0 4.92e+04 Tank Transportation + 19 5e+03 -1.68e+03 -192 2.77e-06 0 1.11e+04 6.03e+04 expHall Transportation + 20 5e+03 -1.68e+03 -192 2.77e-06 0 0 6.03e+04 Tank Transportation + 21 771 2.79e+03 -5e+03 2.77e-06 0 7.81e+03 6.81e+04 expHall Transportation + 22 771 2.79e+03 -5e+03 2.77e-06 0 0 6.81e+04 Tank Transportation + 23 -834 5e+03 -3.62e+03 2.77e-06 0 3.06e+03 7.12e+04 expHall Transportation + 24 -834 5e+03 -3.62e+03 2.77e-06 0 0 7.12e+04 Tank Transportation + 25 -4.26e+03 -2.46e+03 -138 2.77e-06 2.77e-06 8.92e+03 8.01e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.68 -0.169 -0.103 3.85e-06 0 0 0 Tank initStep + 1 255 -325 -79.5 3.85e-06 3.85e-06 420 420 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.688 -0.173 -0.107 0.33 0 0 0.751 Tank initStep + 8 0.745 -0.175 -0.0876 0.318 0.0119 0.0608 0.812 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.718 -0.174 -0.0964 4.1e-06 0 0 0 Tank initStep + 1 5e+03 -1.77e+03 3.45e+03 4.1e-06 0 6.33e+03 6.33e+03 expHall Transportation + 2 8.78e+03 -1.84e+03 1e+04 4.1e-06 0 7.57e+03 1.39e+04 world Transportation + 3 1.17e+04 -1.89e+03 1.5e+04 4.1e-06 0 5.77e+03 1.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.745 -0.175 -0.0876 0.318 0 0 0.812 Tank initStep + 9 0.783 -0.185 -0.0485 0.306 0.0126 0.0566 0.868 Tank Cerenkov + 10 0.816 -0.196 -0.0115 0.286 0.0194 0.0521 0.92 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.79 -0.188 -0.041 2.51e-06 0 0 0 Tank initStep + 1 -1.06e+03 -3.4e+03 5e+03 2.51e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 -1.06e+03 -3.4e+03 5e+03 2.51e-06 0 0 6.14e+03 Tank Transportation + 3 -2.54e+03 -5e+03 -1.29e+03 2.51e-06 0 6.65e+03 1.28e+04 expHall Transportation + 4 -2.54e+03 -5e+03 -1.29e+03 2.51e-06 0 0 1.28e+04 Tank Transportation + 5 -3.45e+03 -2.72e+03 -5e+03 2.51e-06 0 4.45e+03 1.72e+04 expHall Transportation + 6 -3.45e+03 -2.72e+03 -5e+03 2.51e-06 0 0 1.72e+04 Tank Transportation + 7 -3.3e+03 -2.22e+03 -4.37e+03 2.51e-06 2.51e-06 819 1.81e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.816 -0.196 -0.0115 0.286 0 0 0.92 Tank initStep + 11 0.846 -0.21 0.0198 0.275 0.0109 0.0458 0.966 Tank Cerenkov + 12 0.877 -0.228 0.0398 0.259 0.0162 0.0424 1.01 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.86 -0.218 0.0288 2.29e-06 0 0 0 Tank initStep + 1 -84.6 -43.6 -110 2.29e-06 2.29e-06 146 146 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.877 -0.228 0.0398 0.259 0 0 1.01 Tank initStep + 13 0.898 -0.235 0.0695 0.254 0.00477 0.0377 1.05 Tank Cerenkov + 14 0.916 -0.235 0.0993 0.25 0.00491 0.0364 1.08 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.903 -0.235 0.0788 2.35e-06 0 0 0 Tank initStep + 1 -1.46e+03 4.62e+03 4.62e+03 2.35e-06 2.35e-06 6.69e+03 6.69e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 0.916 -0.235 0.0993 0.25 0 0 1.08 Tank initStep + 15 0.911 -0.242 0.124 0.245 0.00484 0.0269 1.11 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.915 -0.236 0.105 2.18e-06 0 0 0 Tank initStep + 1 4.21e+03 5e+03 -674 2.18e-06 0 6.57e+03 6.57e+03 expHall Transportation + 2 4.21e+03 5e+03 -674 2.18e-06 0 0 6.57e+03 Tank Transportation + 3 5e+03 3.55e+03 -1.66e+03 2.18e-06 0 1.93e+03 8.5e+03 expHall Transportation + 4 5e+03 3.55e+03 -1.66e+03 2.18e-06 0 0 8.5e+03 Tank Transportation + 5 2.85e+03 -671 -5e+03 2.18e-06 0 5.79e+03 1.43e+04 expHall Transportation + 6 -2.51e+03 -1e+04 -8.49e+03 2.18e-06 0 1.13e+04 2.56e+04 world Transportation + 7 -5.39e+03 -1.5e+04 -1.04e+04 2.18e-06 0 6.06e+03 3.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.911 -0.242 0.124 0.245 0 0 1.11 Tank initStep + 16 0.907 -0.244 0.13 0.242 0.00226 0.00855 1.12 Tank Cerenkov + 17 0.835 -0.274 0.219 0.212 0.0302 0.133 1.25 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.837 -0.273 0.216 2.44e-06 0 0 0 Tank initStep + 1 5e+03 1.83e+03 -4.1e+03 2.44e-06 0 6.72e+03 6.72e+03 expHall Transportation + 2 5e+03 1.83e+03 -4.1e+03 2.44e-06 0 0 6.72e+03 Tank Transportation + 3 3.95e+03 2.11e+03 -5e+03 2.44e-06 0 1.41e+03 8.13e+03 expHall Transportation + 4 3.95e+03 2.11e+03 -5e+03 2.44e-06 0 0 8.13e+03 Tank Transportation + 5 444 5e+03 -3.84e+03 2.44e-06 0 4.69e+03 1.28e+04 expHall Transportation + 6 444 5e+03 -3.84e+03 2.44e-06 0 0 1.28e+04 Tank Transportation + 7 -5e+03 -430 -1.33e+03 2.44e-06 0 8.09e+03 2.09e+04 expHall Transportation + 8 -5e+03 -430 -1.33e+03 2.44e-06 0 0 2.09e+04 Tank Transportation + 9 1.12e+03 -5e+03 -174 2.44e-06 0 7.72e+03 2.86e+04 expHall Transportation + 10 1.12e+03 -5e+03 -174 2.44e-06 0 0 2.86e+04 Tank Transportation + 11 4.47e+03 5e+03 462 2.44e-06 0 1.06e+04 3.92e+04 expHall Transportation + 12 6.73e+03 1e+04 385 2.44e-06 0 5.49e+03 4.47e+04 world Transportation + 13 8.98e+03 1.5e+04 308 2.44e-06 0 5.49e+03 5.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.889 -0.252 0.153 3.01e-06 0 0 0 Tank initStep + 1 1.26e+03 5e+03 3.67e+03 3.01e-06 0 6.33e+03 6.33e+03 expHall Transportation + 2 1.26e+03 5e+03 3.67e+03 3.01e-06 0 0 6.33e+03 Tank Transportation + 3 4.35e+03 2.93e+03 5e+03 3.01e-06 0 3.95e+03 1.03e+04 expHall Transportation + 4 1e+04 -959 5.66e+03 3.01e-06 0 6.89e+03 1.72e+04 world Transportation + 5 1.5e+04 -4.39e+03 6.23e+03 3.01e-06 0 6.09e+03 2.33e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 17 0.835 -0.274 0.219 0.212 0 0 1.25 Tank initStep + 18 0.836 -0.291 0.252 0.2 0.0118 0.0378 1.29 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.836 -0.281 0.232 3.35e-06 0 0 0 Tank initStep + 1 1.96e+03 5e+03 -1.47e+03 3.35e-06 0 5.57e+03 5.57e+03 expHall Transportation + 2 1.96e+03 5e+03 -1.47e+03 3.35e-06 0 0 5.57e+03 Tank Transportation + 3 5e+03 1.7e+03 -3.32e+03 3.35e-06 0 4.85e+03 1.04e+04 expHall Transportation + 4 5e+03 1.7e+03 -3.32e+03 3.35e-06 0 0 1.04e+04 Tank Transportation + 5 2.23e+03 -5e+03 -4.41e+03 3.35e-06 0 7.33e+03 1.78e+04 expHall Transportation + 6 96.8 -1e+04 -4.91e+03 3.35e-06 0 5.46e+03 2.32e+04 world Transportation + 7 -2.03e+03 -1.5e+04 -5.41e+03 3.35e-06 0 5.46e+03 2.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.835 -0.278 0.227 2.88e-06 0 0 0 Tank initStep + 1 3.29e+03 -1.47e+03 -1.96e+03 2.88e-06 2.88e-06 4.1e+03 4.1e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.836 -0.291 0.252 0.2 0 0 1.29 Tank initStep + 19 0.84 -0.312 0.279 0.192 0.00875 0.0344 1.32 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.838 -0.303 0.267 3.33e-06 0 0 0 Tank initStep + 1 -3.71e+03 5e+03 -2.06e+03 3.33e-06 0 6.56e+03 6.56e+03 expHall Transportation + 2 -3.71e+03 5e+03 -2.06e+03 3.33e-06 0 0 6.56e+03 Tank Transportation + 3 -3.86e+03 4.66e+03 -5e+03 3.33e-06 0 2.97e+03 9.53e+03 expHall Transportation + 4 -3.99e+03 3.5e+03 -1e+04 3.33e-06 0 5.14e+03 1.47e+04 world Transportation + 5 -4.11e+03 2.33e+03 -1.5e+04 3.33e-06 0 5.14e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 0.84 -0.312 0.279 0.192 0 0 1.32 Tank initStep + 20 0.842 -0.341 0.293 0.187 0.00461 0.032 1.36 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 -0.329 0.287 3.75e-06 0 0 0 Tank initStep + 1 -5e+03 -3.1e+03 1.21e+03 3.75e-06 0 6e+03 6e+03 expHall Transportation + 2 -1e+04 -7.98e+03 4.78e+03 3.75e-06 0 7.85e+03 1.39e+04 world Transportation + 3 -1.5e+04 -1.29e+04 8.35e+03 3.75e-06 0 7.85e+03 2.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.841 -0.333 0.289 3.27e-06 0 0 0 Tank initStep + 1 -1.77e+03 -1.64e+03 -5e+03 3.27e-06 0 5.55e+03 5.55e+03 expHall Transportation + 2 -4.94e+03 -5.22e+03 -1e+04 3.27e-06 0 6.91e+03 1.25e+04 world Transportation + 3 -8.11e+03 -8.79e+03 -1.5e+04 3.27e-06 0 6.91e+03 1.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 0.842 -0.341 0.293 0.187 0 0 1.36 Tank initStep + 21 0.836 -0.366 0.309 0.18 0.00676 0.0308 1.39 Tank msc + 22 0.84 -0.422 0.362 0.155 0.0257 0.0882 1.47 Tank eIoni + 23 0.848 -0.484 0.367 0.132 0.0224 0.0719 1.55 Tank eIoni + 24 0.883 -0.519 0.377 0.112 0.0202 0.0588 1.61 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.873 -0.51 0.374 3.81e-06 0 0 0 Tank initStep + 1 1.09e+03 -4.18e+03 5e+03 3.81e-06 0 6.6e+03 6.6e+03 expHall Transportation + 2 1.09e+03 -4.18e+03 5e+03 3.81e-06 0 0 6.6e+03 Tank Transportation + 3 3.69e+03 -3.78e+03 3.71e+03 3.81e-06 0 2.92e+03 9.52e+03 Tank OpRayleigh + 4 5e+03 -4.86e+03 3.04e+03 3.81e-06 0 1.83e+03 1.14e+04 expHall Transportation + 5 5e+03 -4.86e+03 3.04e+03 3.81e-06 0 0 1.14e+04 Tank Transportation + 6 4.81e+03 -5e+03 2.59e+03 3.81e-06 0 509 1.19e+04 expHall Transportation + 7 4.81e+03 -5e+03 2.59e+03 3.81e-06 0 0 1.19e+04 Tank Transportation + 8 1.74e+03 -1.5e+03 157 3.81e-06 3.81e-06 5.26e+03 1.71e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 24 0.883 -0.519 0.377 0.112 0 0 1.61 Tank initStep + 25 0.895 -0.521 0.381 0.107 0.00451 0.013 1.62 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.883 -0.519 0.377 2.47e-06 0 0 0 Tank initStep + 1 -512 -4.17e+03 -5e+03 2.47e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 -512 -4.17e+03 -5e+03 2.47e-06 0 0 6.53e+03 Tank Transportation + 3 -1.1e+03 -5e+03 -4.07e+03 2.47e-06 0 1.38e+03 7.91e+03 expHall Transportation + 4 -1.1e+03 -5e+03 -4.07e+03 2.47e-06 0 0 7.91e+03 Tank Transportation + 5 -3.72e+03 1.71e+03 5e+03 2.47e-06 0 1.16e+04 1.95e+04 expHall Transportation + 6 -9.41e+03 1e+04 9.77e+03 2.47e-06 0 1.11e+04 3.06e+04 world Transportation + 7 -1.28e+04 1.5e+04 1.26e+04 2.47e-06 0 6.71e+03 3.73e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 0.895 -0.521 0.381 0.107 0 0 1.62 Tank initStep + 26 0.906 -0.526 0.381 0.105 0.00238 0.0121 1.63 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.897 -0.522 0.381 2.56e-06 0 0 0 Tank initStep + 1 -3.22e+03 5e+03 -4.41e+03 2.56e-06 0 7.4e+03 7.4e+03 expHall Transportation + 2 -3.22e+03 5e+03 -4.41e+03 2.56e-06 0 0 7.4e+03 Tank Transportation + 3 -3.87e+03 4.71e+03 -4.77e+03 2.56e-06 2.56e-06 798 8.2e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 26 0.906 -0.526 0.381 0.105 0 0 1.63 Tank initStep + 27 0.916 -0.531 0.38 0.101 0.00364 0.0117 1.64 Tank msc + 28 0.95 -0.546 0.378 0.0867 0.0147 0.0429 1.68 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.931 -0.538 0.379 2.18e-06 0 0 0 Tank initStep + 1 -795 1.04e+03 -5e+03 2.18e-06 0 5.17e+03 5.17e+03 expHall Transportation + 2 -1.23e+03 3.2e+03 -1e+04 2.18e-06 0 5.46e+03 1.06e+04 world Transportation + 3 -1.67e+03 5.36e+03 -1.5e+04 2.18e-06 0 5.46e+03 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 28 0.95 -0.546 0.378 0.0867 0 0 1.68 Tank initStep + 29 0.957 -0.55 0.378 0.0842 0.00245 0.00837 1.69 Tank msc + 30 0.982 -0.563 0.377 0.0478 0.0364 0.0351 1.73 Tank eIoni + 31 0.993 -0.553 0.378 0.0348 0.0131 0.0212 1.75 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.993 -0.553 0.378 3.58e-06 0 0 0 Tank initStep + 1 -2.92e+03 4.63e+03 4.27e+03 3.58e-06 3.58e-06 6.94e+03 6.94e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.986 -0.56 0.378 2.09e-06 0 0 0 Tank initStep + 1 -1.29e+03 -1.26e+03 -989 2.09e-06 2.09e-06 2.06e+03 2.06e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 0.993 -0.553 0.378 0.0348 0 0 1.75 Tank initStep + 32 0.995 -0.552 0.378 0.0337 0.00107 0.00166 1.75 Tank msc + 33 1 -0.552 0.374 0.015 0.0187 0.0159 1.77 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.552 0.375 4.09e-06 0 0 0 Tank initStep + 1 1.75e+03 -5e+03 -1.08e+03 4.09e-06 0 5.4e+03 5.4e+03 expHall Transportation + 2 4.98e+03 -1e+04 -2.18e+03 4.09e-06 0 6.05e+03 1.15e+04 world Transportation + 3 8.2e+03 -1.5e+04 -3.27e+03 4.09e-06 0 6.05e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 1 -0.552 0.374 0.015 0 0 1.77 Tank initStep + 34 1 -0.552 0.374 0.0137 0.00131 0.000369 1.77 Tank msc + 35 1 -0.553 0.374 0 0.0137 0.00391 1.77 Tank eIoni + 36 1 -0.553 0.374 0 0 0 1.77 Tank Scintillation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.553 0.374 0.511 0 0 0 Tank initStep + 1 44.9 -35.1 11.6 0.261 0.000537 57 57 Tank compt + 2 48.1 -40.7 -35.6 0.161 1.42e-05 47.7 105 Tank compt + 3 52.5 -36.2 -34.1 0.108 1.42e-05 6.46 111 Tank compt + 4 70.2 -111 -49.6 0.103 1.42e-05 78 189 Tank compt + 5 43.6 -160 -59.3 0.0995 1.36e-05 56.8 246 Tank compt + 6 27.8 -278 -26.6 0.0976 0.000537 123 369 Tank compt + 7 -17.9 -363 -24.4 0.0969 1.36e-05 97.2 466 Tank compt + 8 -43.7 -506 -5.68 0.0767 1.42e-05 146 613 Tank compt + 9 -46.3 -497 -34.4 0.0749 0.000537 30.3 643 Tank compt + 10 -46.7 -494 -36.5 0.0739 0.000537 3.47 647 Tank compt + 11 -34 -457 -57.5 0.0739 0 44.2 691 Tank Rayl + 12 -21.4 -427 -77.1 0.0604 1.36e-05 38.1 729 Tank compt + 13 -32.9 -427 -60.8 0.0571 1.42e-05 20 749 Tank compt + 14 -79.2 -436 -58.7 0.0485 1.42e-05 47.2 796 Tank compt + 15 -27.4 -423 -27.8 0.0485 0 61.7 858 Tank Rayl + 16 4.39 -416 -20.3 0.0436 1.36e-05 33.3 891 Tank compt + 17 -6.45 -395 -15.2 0 0.000537 24.4 916 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.45 -395 -15.2 0.0431 0 0 0 Tank initStep + 1 -6.45 -395 -15.2 0.04 0.00306 0.00261 0.00261 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 62, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.45 -395 -15.2 3.86e-06 0 0 0 Tank initStep + 1 2.54e+03 -2.39e+03 -2.85e+03 3.86e-06 3.86e-06 4.3e+03 4.3e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -6.45 -395 -15.2 0.04 0 0 0.00261 Tank initStep + 2 -6.45 -395 -15.2 0.0382 0.00177 0.00229 0.0049 Tank msc + 3 -6.44 -395 -15.2 0.0255 0.0128 0.0183 0.0232 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.44 -395 -15.2 2.63e-06 0 0 0 Tank initStep + 1 -987 -5e+03 3.85e+03 2.63e-06 0 6.09e+03 6.09e+03 expHall Transportation + 2 -987 -5e+03 3.85e+03 2.63e-06 0 0 6.09e+03 Tank Transportation + 3 -1.4e+03 -3.35e+03 5e+03 2.63e-06 0 2.05e+03 8.14e+03 expHall Transportation + 4 -1.4e+03 -3.35e+03 5e+03 2.63e-06 0 0 8.14e+03 Tank Transportation + 5 -4.18e+03 1.09e+03 -5e+03 2.63e-06 0 1.13e+04 1.94e+04 expHall Transportation + 6 -6.27e+03 5.15e+03 -1e+04 2.63e-06 0 6.77e+03 2.62e+04 world Transportation + 7 -8.35e+03 9.22e+03 -1.5e+04 2.63e-06 0 6.77e+03 3.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.44 -395 -15.2 3.92e-06 0 0 0 Tank initStep + 1 278 4.77e+03 -5e+03 3.92e-06 0 7.19e+03 7.19e+03 expHall Transportation + 2 278 4.77e+03 -5e+03 3.92e-06 0 0 7.19e+03 Tank Transportation + 3 279 5e+03 -4.93e+03 3.92e-06 0 239 7.42e+03 expHall Transportation + 4 149 1e+04 -2.82e+03 3.92e-06 0 5.43e+03 1.29e+04 world Transportation + 5 19 1.5e+04 -717 3.92e-06 0 5.43e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -6.44 -395 -15.2 0.0255 0 0 0.0232 Tank initStep + 4 -6.44 -395 -15.2 0.0235 0.00199 0.00103 0.0242 Tank msc + 5 -6.43 -395 -15.2 0.00239 0.0211 0.011 0.0352 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.44 -395 -15.2 2.67e-06 0 0 0 Tank initStep + 1 849 -1.13e+03 -5e+03 2.67e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 1.29e+03 -3.08e+03 -1e+04 2.67e-06 0 5.38e+03 1.05e+04 world Transportation + 3 1.72e+03 -5.02e+03 -1.5e+04 2.67e-06 0 5.38e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 61 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -6.44 -395 -15.2 3.53e-06 0 0 0 Tank initStep + 1 3.95e+03 4.86e+03 -5e+03 3.53e-06 0 8.25e+03 8.25e+03 expHall Transportation + 2 3.95e+03 4.86e+03 -5e+03 3.53e-06 0 0 8.25e+03 Tank Transportation + 3 4.03e+03 5e+03 -4.76e+03 3.53e-06 0 292 8.54e+03 expHall Transportation + 4 4.03e+03 5e+03 -4.76e+03 3.53e-06 0 0 8.54e+03 Tank Transportation + 5 5e+03 3.46e+03 -3.23e+03 3.53e-06 0 2.38e+03 1.09e+04 expHall Transportation + 6 5e+03 3.46e+03 -3.23e+03 3.53e-06 0 0 1.09e+04 Tank Transportation + 7 -5e+03 3.63e+03 143 3.53e-06 0 1.06e+04 2.15e+04 expHall Transportation + 8 -1e+04 3.08e+03 923 3.53e-06 0 5.09e+03 2.66e+04 world Transportation + 9 -1.5e+04 2.54e+03 1.7e+03 3.53e-06 0 5.09e+03 3.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 -6.43 -395 -15.2 0.00239 0 0 0.0352 Tank initStep + 6 -6.43 -395 -15.2 0.00232 6.18e-05 1.68e-05 0.0353 Tank msc + 7 -6.43 -395 -15.2 0 0.00232 0.000201 0.0355 Tank eIoni + 8 -6.43 -395 -15.2 0 0 0 0.0355 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 4.39 -416 -20.3 0.00486 0 0 0 Tank initStep + 1 4.39 -416 -20.3 0.00449 0.00037 5.62e-05 5.62e-05 Tank msc + 2 4.39 -416 -20.3 0 0.00449 0.000613 0.000669 Tank eIoni + 3 4.39 -416 -20.3 0 0 0 0.000669 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -79.2 -436 -58.7 0.00859 0 0 0 Tank initStep + 1 -79.2 -436 -58.7 0.0082 0.000394 0.000152 0.000152 Tank msc + 2 -79.2 -436 -58.7 0 0.0082 0.00175 0.0019 Tank eIoni + 3 -79.2 -436 -58.7 0 0 0 0.0019 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -32.9 -427 -60.8 0.00333 0 0 0 Tank initStep + 1 -32.9 -427 -60.8 0.00326 6.68e-05 2.94e-05 2.94e-05 Tank msc + 2 -32.9 -427 -60.8 0 0.00326 0.000355 0.000384 Tank eIoni + 3 -32.9 -427 -60.8 0 0 0 0.000384 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.4 -427 -77.1 0.0135 0 0 0 Tank initStep + 1 -21.4 -427 -77.2 0.0129 0.000536 0.000334 0.000334 Tank msc + 2 -21.4 -427 -77.2 0 0.0129 0.00389 0.00422 Tank eIoni + 3 -21.4 -427 -77.2 0 0 0 0.00422 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.4 -427 -77.2 2.15e-06 0 0 0 Tank initStep + 1 -3.24e+03 5e+03 -2.07e+03 2.15e-06 0 6.61e+03 6.61e+03 expHall Transportation + 2 -7.33e+03 1e+04 -7.19e+03 2.15e-06 0 8.25e+03 1.49e+04 world Transportation + 3 -1.14e+04 1.5e+04 -1.23e+04 2.15e-06 0 8.25e+03 2.31e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 57 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.4 -427 -77.2 2.71e-06 0 0 0 Tank initStep + 1 -378 917 5e+03 2.71e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 -2.21e+03 2.49e+03 1e+04 2.71e-06 0 5.55e+03 1.08e+04 world Transportation + 3 -4.04e+03 4.06e+03 1.5e+04 2.71e-06 0 5.55e+03 1.64e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.7 -494 -36.5 0.00045 0 0 0 Tank initStep + 1 -46.7 -494 -36.5 0.000401 4.9e-05 1.44e-06 1.44e-06 Tank msc + 2 -46.7 -494 -36.5 0 0.000401 1.58e-05 1.73e-05 Tank eIoni + 3 -46.7 -494 -36.5 0 0 0 1.73e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -46.3 -497 -34.4 0.00132 0 0 0 Tank initStep + 1 -46.3 -497 -34.4 0.00132 0 6.46e-06 6.46e-06 Tank msc + 2 -46.3 -497 -34.4 0 0.00132 8.08e-05 8.73e-05 Tank eIoni + 3 -46.3 -497 -34.4 0 0 0 8.73e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -43.7 -506 -5.68 0.0202 0 0 0 Tank initStep + 1 -43.7 -506 -5.68 0.0184 0.00176 0.000682 0.000682 Tank msc + 2 -43.7 -506 -5.67 0 0.0184 0.00727 0.00795 Tank eIoni + 3 -43.7 -506 -5.67 0 0 0 0.00795 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -17.9 -363 -24.4 0.000702 0 0 0 Tank initStep + 1 -17.9 -363 -24.4 0.000629 7.31e-05 2.55e-06 2.55e-06 Tank msc + 2 -17.9 -363 -24.4 0 0.000629 2.75e-05 3.01e-05 Tank eIoni + 3 -17.9 -363 -24.4 0 0 0 3.01e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 27.8 -278 -26.6 0.00137 0 0 0 Tank initStep + 1 27.8 -278 -26.6 0.00136 1.72e-05 6.86e-06 6.86e-06 Tank msc + 2 27.8 -278 -26.6 0 0.00136 8.41e-05 9.1e-05 Tank eIoni + 3 27.8 -278 -26.6 0 0 0 9.1e-05 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 43.6 -160 -59.3 0.00325 0 0 0 Tank initStep + 1 43.6 -160 -59.3 0.0031 0.000143 2.81e-05 2.81e-05 Tank msc + 2 43.6 -160 -59.3 0 0.0031 0.000326 0.000354 Tank eIoni + 3 43.6 -160 -59.3 0 0 0 0.000354 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 70.2 -111 -49.6 0.00554 0 0 0 Tank initStep + 1 70.2 -111 -49.6 0.00537 0.00017 7.03e-05 7.03e-05 Tank msc + 2 70.2 -111 -49.6 0 0.00537 0.000833 0.000903 Tank eIoni + 3 70.2 -111 -49.6 0 0 0 0.000903 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.5 -36.2 -34.1 0.0529 0 0 0 Tank initStep + 1 52.5 -36.2 -34.1 0.0501 0.00279 0.00375 0.00375 Tank msc + 2 52.5 -36.2 -34.1 0.033 0.0171 0.0226 0.0264 Tank eIoni + 3 52.5 -36.2 -34.1 0.00569 0.0273 0.0162 0.0426 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 49 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.5 -36.2 -34.1 3.93e-06 0 0 0 Tank initStep + 1 -2.93e+03 -5e+03 281 3.93e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 -2.93e+03 -5e+03 281 3.93e-06 0 0 5.8e+03 Tank Transportation + 3 -3.71e+03 -4.98e+03 530 3.93e-06 3.93e-06 818 6.62e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 52.5 -36.2 -34.1 0.00569 0 0 0.0426 Tank initStep + 4 52.5 -36.2 -34.1 0.00535 0.00034 7.38e-05 0.0426 Tank msc + 5 52.5 -36.2 -34.1 0 0.00535 0.000829 0.0435 Tank eIoni + 6 52.5 -36.2 -34.1 0 0 0 0.0435 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.7 -35.6 0.0995 0 0 0 Tank initStep + 1 48.1 -40.7 -35.6 0.0951 0.00439 0.0113 0.0113 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.7 -35.6 2.38e-06 0 0 0 Tank initStep + 1 -5e+03 -20.1 4.57e+03 2.38e-06 0 6.83e+03 6.83e+03 expHall Transportation + 2 -5e+03 -20.1 4.57e+03 2.38e-06 0 0 6.83e+03 Tank Transportation + 3 -4.8e+03 -63.7 5e+03 2.38e-06 0 479 7.31e+03 expHall Transportation + 4 -1.16e+03 -284 1e+04 2.38e-06 0 6.19e+03 1.35e+04 world Transportation + 5 2.47e+03 -504 1.5e+04 2.38e-06 0 6.19e+03 1.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 48.1 -40.7 -35.6 0.0951 0 0 0.0113 Tank initStep + 2 48.1 -40.7 -35.6 0.0929 0.00221 0.0104 0.0217 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.7 -35.6 3.98e-06 0 0 0 Tank initStep + 1 4.34e+03 -2.41e+03 -1.55e+03 3.98e-06 0 5.13e+03 5.13e+03 Tank OpRayleigh + 2 2.67e+03 -5e+03 -1.28e+03 3.98e-06 0 3.1e+03 8.23e+03 expHall Transportation + 3 2.67e+03 -5e+03 -1.28e+03 3.98e-06 0 0 8.23e+03 Tank Transportation + 4 -5e+03 807 -664 3.98e-06 0 9.64e+03 1.79e+04 expHall Transportation + 5 -5e+03 807 -664 3.98e-06 0 0 1.79e+04 Tank Transportation + 6 86.6 3.19e+03 -5e+03 3.98e-06 0 7.1e+03 2.5e+04 expHall Transportation + 7 86.6 3.19e+03 -5e+03 3.98e-06 0 0 2.5e+04 Tank Transportation + 8 4.87e+03 5e+03 -2.59e+03 3.98e-06 0 5.65e+03 3.06e+04 expHall Transportation + 9 4.87e+03 5e+03 -2.59e+03 3.98e-06 0 0 3.06e+04 Tank Transportation + 10 5e+03 4.92e+03 -2.5e+03 3.98e-06 0 179 3.08e+04 expHall Transportation + 11 9.62e+03 -9.92e+03 1e+04 3.98e-06 0 1.99e+04 5.07e+04 world Transportation + 12 1.12e+04 -1.5e+04 1.43e+04 3.98e-06 0 6.83e+03 5.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.7 -35.6 2.62e-06 0 0 0 Tank initStep + 1 3.19e+03 2.79e+03 3.01e+03 2.62e-06 2.62e-06 5.21e+03 5.21e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 48.1 -40.7 -35.6 0.0929 0 0 0.0217 Tank initStep + 3 48.1 -40.7 -35.7 0.088 0.00486 0.01 0.0317 Tank msc + 4 48.1 -40.8 -35.7 0.0753 0.0128 0.0381 0.0699 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.7 -35.7 2.74e-06 0 0 0 Tank initStep + 1 -843 -4.79e+03 -5e+03 2.74e-06 0 6.93e+03 6.93e+03 expHall Transportation + 2 -2.46e+03 -1e+04 -6.26e+03 2.74e-06 0 5.6e+03 1.25e+04 world Transportation + 3 -4.01e+03 -1.5e+04 -7.47e+03 2.74e-06 0 5.37e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.7 -35.7 3.69e-06 0 0 0 Tank initStep + 1 -2.05e+03 2.15e+03 72.7 3.69e-06 0 3.03e+03 3.03e+03 Tank OpRayleigh + 2 -3.66e+03 5e+03 188 3.69e-06 0 3.28e+03 6.31e+03 expHall Transportation + 3 -3.66e+03 5e+03 188 3.69e-06 0 0 6.31e+03 Tank Transportation + 4 -5e+03 3.47e+03 -953 3.69e-06 0 2.33e+03 8.64e+03 expHall Transportation + 5 -5e+03 3.47e+03 -953 3.69e-06 0 0 8.64e+03 Tank Transportation + 6 2.36e+03 219 -1.85e+03 3.69e-06 3.69e-06 8.09e+03 1.67e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 48.1 -40.8 -35.7 0.0753 0 0 0.0699 Tank initStep + 5 48.1 -40.8 -35.7 0.0727 0.00253 0.00696 0.0768 Tank msc + 6 48.1 -40.8 -35.7 0.0575 0.0153 0.0314 0.108 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.8 -35.7 2.71e-06 0 0 0 Tank initStep + 1 -5e+03 3.69e+03 -33.1 2.71e-06 0 6.28e+03 6.28e+03 expHall Transportation + 2 -5e+03 3.69e+03 -33.1 2.71e-06 0 0 6.28e+03 Tank Transportation + 3 -2.12e+03 5e+03 -1.43e+03 2.71e-06 0 3.46e+03 9.74e+03 expHall Transportation + 4 -2.12e+03 5e+03 -1.43e+03 2.71e-06 0 0 9.74e+03 Tank Transportation + 5 3.05e+03 -730 -5e+03 2.71e-06 0 8.5e+03 1.82e+04 expHall Transportation + 6 3.05e+03 -730 -5e+03 2.71e-06 0 0 1.82e+04 Tank Transportation + 7 5e+03 -2.14e+03 -3.3e+03 2.71e-06 0 2.95e+03 2.12e+04 expHall Transportation + 8 5e+03 -2.14e+03 -3.3e+03 2.71e-06 0 0 2.12e+04 Tank Transportation + 9 2.16e+03 -5e+03 826 2.71e-06 0 5.77e+03 2.7e+04 expHall Transportation + 10 2.16e+03 -5e+03 826 2.71e-06 0 0 2.7e+04 Tank Transportation + 11 119 -666 5e+03 2.71e-06 0 6.35e+03 3.33e+04 expHall Transportation + 12 119 -666 5e+03 2.71e-06 0 0 3.33e+04 Tank Transportation + 13 -3.22e+03 5e+03 -4.02e+03 2.71e-06 0 1.12e+04 4.45e+04 expHall Transportation + 14 -3.22e+03 5e+03 -4.02e+03 2.71e-06 0 0 4.45e+04 Tank Transportation + 15 -3.63e+03 4.8e+03 -5e+03 2.71e-06 0 1.08e+03 4.56e+04 expHall Transportation + 16 -8.77e+03 1.97e+03 -1e+04 2.71e-06 0 7.71e+03 5.33e+04 world Transportation + 17 -1.39e+04 -857 -1.5e+04 2.71e-06 0 7.71e+03 6.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.8 -35.7 3.78e-06 0 0 0 Tank initStep + 1 -1.25e+03 222 4.45e+03 3.78e-06 3.78e-06 4.68e+03 4.68e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 48.1 -40.8 -35.7 0.0575 0 0 0.108 Tank initStep + 7 48.1 -40.8 -35.7 0.0545 0.00295 0.00434 0.113 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.8 -35.7 2.17e-06 0 0 0 Tank initStep + 1 -3.57e+03 5e+03 860 2.17e-06 0 6.27e+03 6.27e+03 expHall Transportation + 2 -1e+04 7.44e+03 1.4e+03 2.17e-06 0 6.9e+03 1.32e+04 world Transportation + 3 -1.5e+04 9.34e+03 1.83e+03 2.17e-06 0 5.37e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 48.1 -40.8 -35.7 0.0545 0 0 0.113 Tank initStep + 8 48.1 -40.8 -35.7 0.054 0.000569 0.00396 0.117 Tank msc + 9 48.1 -40.8 -35.7 0.0405 0.0134 0.0241 0.141 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.8 -35.7 2.3e-06 0 0 0 Tank initStep + 1 1.65e+03 5e+03 -933 2.3e-06 0 5.37e+03 5.37e+03 expHall Transportation + 2 5.09e+03 1e+04 -3.36e+03 2.3e-06 0 6.53e+03 1.19e+04 world Transportation + 3 8.52e+03 1.5e+04 -5.79e+03 2.3e-06 0 6.53e+03 1.84e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 48.1 -40.8 -35.7 0.0405 0 0 0.141 Tank initStep + 10 48.1 -40.8 -35.7 0.0397 0.000803 0.00235 0.143 Tank msc + 11 48.1 -40.8 -35.7 0.0251 0.0146 0.0188 0.162 Tank eIoni + 12 48 -40.8 -35.7 0 0.0251 0.0121 0.174 Tank eIoni + 13 48 -40.8 -35.7 0 0 0 0.174 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.8 -35.7 2.35e-06 0 0 0 Tank initStep + 1 2.85e+03 -5e+03 3.69e+03 2.35e-06 0 6.81e+03 6.81e+03 expHall Transportation + 2 2.85e+03 -5e+03 3.69e+03 2.35e-06 0 0 6.81e+03 Tank Transportation + 3 3.78e+03 -3.01e+03 5e+03 2.35e-06 0 2.56e+03 9.37e+03 expHall Transportation + 4 3.78e+03 -3.01e+03 5e+03 2.35e-06 0 0 9.37e+03 Tank Transportation + 5 -5e+03 2.73e+03 947 2.35e-06 0 1.12e+04 2.06e+04 expHall Transportation + 6 -5e+03 2.73e+03 947 2.35e-06 0 0 2.06e+04 Tank Transportation + 7 -3.29e+03 3.88e+03 466 2.35e-06 2.35e-06 2.12e+03 2.27e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48.1 -40.8 -35.7 2.04e-06 0 0 0 Tank initStep + 1 -1.11e+03 551 2.41e+03 2.04e-06 2.04e-06 2.77e+03 2.77e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 48 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 48 -40.8 -35.7 3.53e-06 0 0 0 Tank initStep + 1 -324 -5e+03 -382 3.53e-06 0 4.99e+03 4.99e+03 expHall Transportation + 2 128 -1e+04 1.38e+03 3.53e-06 0 5.32e+03 1.03e+04 world Transportation + 3 579 -1.5e+04 3.14e+03 3.53e-06 0 5.32e+03 1.56e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35.1 11.6 0.25 0 0 0 Tank initStep + 1 44.9 -35.1 11.7 0.238 0.0114 0.0283 0.0283 Tank Cerenkov + 2 45 -35.1 11.7 0.201 0.037 0.133 0.162 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35.1 11.7 3.62e-06 0 0 0 Tank initStep + 1 -5e+03 -4.86e+03 259 3.62e-06 0 6.99e+03 6.99e+03 expHall Transportation + 2 -7.67e+03 -1e+04 -479 3.62e-06 0 5.84e+03 1.28e+04 world Transportation + 3 -1.03e+04 -1.5e+04 -1.2e+03 3.62e-06 0 5.68e+03 1.85e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35.1 11.7 2.89e-06 0 0 0 Tank initStep + 1 -4.41e+03 5e+03 -2.15e+03 2.89e-06 0 7.06e+03 7.06e+03 expHall Transportation + 2 -4.41e+03 5e+03 -2.15e+03 2.89e-06 0 0 7.06e+03 Tank Transportation + 3 -5e+03 4.22e+03 -2.25e+03 2.89e-06 0 984 8.05e+03 expHall Transportation + 4 -5e+03 4.22e+03 -2.25e+03 2.89e-06 0 0 8.05e+03 Tank Transportation + 5 3.87e+03 -12.2 -5e+03 2.89e-06 0 1.02e+04 1.82e+04 expHall Transportation + 6 3.87e+03 -12.2 -5e+03 2.89e-06 0 0 1.82e+04 Tank Transportation + 7 5e+03 -429 -3.85e+03 2.89e-06 0 1.67e+03 1.99e+04 expHall Transportation + 8 5e+03 -429 -3.85e+03 2.89e-06 0 0 1.99e+04 Tank Transportation + 9 -5e+03 -644 1.97e+03 2.89e-06 0 1.16e+04 3.15e+04 expHall Transportation + 10 -5e+03 -644 1.97e+03 2.89e-06 0 0 3.15e+04 Tank Transportation + 11 -2.65e+03 -3.58e+03 5e+03 2.89e-06 0 4.83e+03 3.63e+04 expHall Transportation + 12 -2.65e+03 -3.58e+03 5e+03 2.89e-06 0 0 3.63e+04 Tank Transportation + 13 5e+03 -3.27e+03 -877 2.89e-06 0 9.65e+03 4.6e+04 expHall Transportation + 14 5e+03 -3.27e+03 -877 2.89e-06 0 0 4.6e+04 Tank Transportation + 15 3e+03 -4.01e+03 -5e+03 2.89e-06 0 4.64e+03 5.06e+04 expHall Transportation + 16 3e+03 -4.01e+03 -5e+03 2.89e-06 0 0 5.06e+04 Tank Transportation + 17 684 -5e+03 -2.67e+03 2.89e-06 0 3.43e+03 5.4e+04 expHall Transportation + 18 684 -5e+03 -2.67e+03 2.89e-06 0 0 5.4e+04 Tank Transportation + 19 -5e+03 -350 1.32e+03 2.89e-06 0 8.36e+03 6.24e+04 expHall Transportation + 20 -5e+03 -350 1.32e+03 2.89e-06 0 0 6.24e+04 Tank Transportation + 21 3.75e+03 4.27e+03 5e+03 2.89e-06 0 1.06e+04 7.3e+04 expHall Transportation + 22 3.75e+03 4.27e+03 5e+03 2.89e-06 0 0 7.3e+04 Tank Transportation + 23 4.44e+03 5e+03 4.57e+03 2.89e-06 0 1.09e+03 7.41e+04 expHall Transportation + 24 4.44e+03 5e+03 4.57e+03 2.89e-06 0 0 7.41e+04 Tank Transportation + 25 5e+03 4.79e+03 3.94e+03 2.89e-06 0 870 7.49e+04 expHall Transportation + 26 5e+03 4.79e+03 3.94e+03 2.89e-06 0 0 7.49e+04 Tank Transportation + 27 -5e+03 1.51e+03 1.22e+03 2.89e-06 0 1.09e+04 8.58e+04 expHall Transportation + 28 -1e+04 -404 -331 2.89e-06 0 5.58e+03 9.14e+04 world Transportation + 29 -1.5e+04 -2.32e+03 -1.88e+03 2.89e-06 0 5.58e+03 9.69e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 45 -35.1 11.7 0.201 0 0 0.162 Tank initStep + 3 45 -35.1 11.8 0.193 0.00818 0.036 0.198 Tank msc + 4 44.9 -35.1 11.8 0.167 0.0257 0.1 0.298 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 45 -35.1 11.8 3.93e-06 0 0 0 Tank initStep + 1 -2.15e+03 -5e+03 -2.54e+03 3.93e-06 0 6e+03 6e+03 expHall Transportation + 2 -2.15e+03 -5e+03 -2.54e+03 3.93e-06 0 0 6e+03 Tank Transportation + 3 -397 -2.36e+03 -3.7e+03 3.93e-06 3.93e-06 3.37e+03 9.37e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 44.9 -35.1 11.8 0.167 0 0 0.298 Tank initStep + 5 44.9 -35.1 11.9 0.157 0.0108 0.0268 0.325 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35.1 11.9 3.83e-06 0 0 0 Tank initStep + 1 2.56e+03 -5e+03 3.48e+03 3.83e-06 0 6.56e+03 6.56e+03 expHall Transportation + 2 3.96e+03 -1e+04 8.43e+03 3.83e-06 0 7.17e+03 1.37e+04 world Transportation + 3 5.35e+03 -1.5e+04 1.34e+04 3.83e-06 0 7.17e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 44.9 -35.1 11.9 0.157 0 0 0.325 Tank initStep + 6 44.9 -35.1 11.9 0.146 0.0107 0.024 0.349 Tank msc + 7 44.9 -35 11.9 0.125 0.0209 0.0691 0.418 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35.1 11.9 3.56e-06 0 0 0 Tank initStep + 1 5e+03 -4.32e+03 -1.35e+03 3.56e-06 0 6.69e+03 6.69e+03 expHall Transportation + 2 5e+03 -4.32e+03 -1.35e+03 3.56e-06 0 0 6.69e+03 Tank Transportation + 3 3.39e+03 -5e+03 -3.8e+03 3.56e-06 0 3e+03 9.7e+03 expHall Transportation + 4 3.39e+03 -5e+03 -3.8e+03 3.56e-06 0 0 9.7e+03 Tank Transportation + 5 2.73e+03 -4.2e+03 -5e+03 3.56e-06 0 1.59e+03 1.13e+04 expHall Transportation + 6 2.73e+03 -4.2e+03 -5e+03 3.56e-06 0 0 1.13e+04 Tank Transportation + 7 -5e+03 1.81e+03 4.25e+03 3.56e-06 0 1.35e+04 2.48e+04 expHall Transportation + 8 -5e+03 1.81e+03 4.25e+03 3.56e-06 0 0 2.48e+04 Tank Transportation + 9 -4.14e+03 2.53e+03 5e+03 3.56e-06 0 1.35e+03 2.61e+04 expHall Transportation + 10 -4.14e+03 2.53e+03 5e+03 3.56e-06 0 0 2.61e+04 Tank Transportation + 11 433 5e+03 743 3.56e-06 0 6.72e+03 3.28e+04 expHall Transportation + 12 433 5e+03 743 3.56e-06 0 0 3.28e+04 Tank Transportation + 13 4.7e+03 -2.2e+03 -3.08e+03 3.56e-06 3.56e-06 9.2e+03 4.2e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35 11.9 3.67e-06 0 0 0 Tank initStep + 1 -865 322 129 3.67e-06 3.67e-06 985 985 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -35.1 11.9 3.1e-06 0 0 0 Tank initStep + 1 5e+03 -1.13e+03 -3.33e+03 3.1e-06 0 6.08e+03 6.08e+03 expHall Transportation + 2 5e+03 -1.13e+03 -3.33e+03 3.1e-06 0 0 6.08e+03 Tank Transportation + 3 3.76e+03 -2.5e+03 -5e+03 3.1e-06 0 2.49e+03 8.57e+03 expHall Transportation + 4 3.76e+03 -2.5e+03 -5e+03 3.1e-06 0 0 8.57e+03 Tank Transportation + 5 2.3e+03 -5e+03 -3.13e+03 3.1e-06 0 3.45e+03 1.2e+04 expHall Transportation + 6 -3.5e+03 -1e+04 2.61e+03 3.1e-06 0 9.57e+03 2.16e+04 world Transportation + 7 -9.31e+03 -1.5e+04 8.34e+03 3.1e-06 0 9.57e+03 3.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 44.9 -35 11.9 0.125 0 0 0.418 Tank initStep + 8 45 -35 11.9 0.12 0.00539 0.0165 0.434 Tank msc + 9 45 -35 12 0.098 0.0216 0.054 0.488 Tank eIoni + 10 44.9 -34.9 12 0.084 0.0141 0.0429 0.531 Tank eIoni + 11 44.9 -34.9 12 0.0689 0.015 0.0363 0.567 Tank eIoni + 12 44.9 -34.9 12 0.0561 0.0129 0.0299 0.597 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -34.9 12 2.36e-06 0 0 0 Tank initStep + 1 597 87.9 5e+03 2.36e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 597 87.9 5e+03 2.36e-06 0 0 5.02e+03 Tank Transportation + 3 -5e+03 821 -4.62e+03 2.36e-06 0 1.12e+04 1.62e+04 expHall Transportation + 4 -5e+03 821 -4.62e+03 2.36e-06 0 0 1.62e+04 Tank Transportation + 5 -4.91e+03 813 -5e+03 2.36e-06 0 393 1.66e+04 expHall Transportation + 6 -1.85e+03 738 -1e+04 2.36e-06 0 5.86e+03 2.24e+04 world Transportation + 7 1.21e+03 662 -1.5e+04 2.36e-06 0 5.86e+03 2.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 44.9 -34.9 12 0.0561 0 0 0.597 Tank initStep + 13 44.9 -34.9 12 0.0538 0.00226 0.00415 0.601 Tank msc + 14 44.9 -34.9 12 0.0423 0.0115 0.024 0.625 Tank eIoni + 15 44.9 -34.9 12 0.0223 0.0201 0.0198 0.645 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -34.9 12 3.15e-06 0 0 0 Tank initStep + 1 -4.56e+03 -589 999 3.15e-06 3.15e-06 4.74e+03 4.74e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 44.9 -34.9 12 0.0223 0 0 0.645 Tank initStep + 16 44.9 -34.9 12 0.0191 0.00314 0.000812 0.646 Tank msc + 17 44.9 -34.9 12 0 0.0191 0.00777 0.654 Tank eIoni + 18 44.9 -34.9 12 0 0 0 0.654 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -34.9 12 2.36e-06 0 0 0 Tank initStep + 1 -1.09e+03 -1.07e+03 5e+03 2.36e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 -1.09e+03 -1.07e+03 5e+03 2.36e-06 0 0 5.22e+03 Tank Transportation + 3 -1.45e+03 -5e+03 3.76e+03 2.36e-06 0 4.14e+03 9.36e+03 expHall Transportation + 4 -1.45e+03 -5e+03 3.76e+03 2.36e-06 0 0 9.36e+03 Tank Transportation + 5 -5e+03 -3.6e+03 1.63e+03 2.36e-06 0 4.37e+03 1.37e+04 expHall Transportation + 6 -5e+03 -3.6e+03 1.63e+03 2.36e-06 0 0 1.37e+04 Tank Transportation + 7 -4.5e+03 -3.08e+03 302 2.36e-06 2.36e-06 1.51e+03 1.52e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -34.9 12 3.66e-06 0 0 0 Tank initStep + 1 -1.91e+03 5e+03 -782 3.66e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 -4.77e+03 1e+04 -2.63e+03 3.66e-06 0 6.05e+03 1.15e+04 world Transportation + 3 -7.63e+03 1.5e+04 -4.48e+03 3.66e-06 0 6.05e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 47 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 44.9 -34.9 12 2.68e-06 0 0 0 Tank initStep + 1 -5e+03 2.18e+03 4.72e+03 2.68e-06 0 7.24e+03 7.24e+03 expHall Transportation + 2 -5e+03 2.18e+03 4.72e+03 2.68e-06 0 0 7.24e+03 Tank Transportation + 3 -4.74e+03 2.22e+03 5e+03 2.68e-06 0 386 7.63e+03 expHall Transportation + 4 9.01e+03 4.66e+03 1e+04 2.68e-06 0 1.48e+04 2.25e+04 world Transportation + 5 1.5e+04 5.73e+03 1.22e+04 2.68e-06 0 6.47e+03 2.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1 -0.553 0.374 0.511 0 0 0 Tank initStep + 1 -9.3 7.56 -2.27 0.385 0.000537 13.4 13.4 Tank compt + 2 -83.5 15 34.2 0.374 0.000537 83 96.4 Tank compt + 3 -107 16.2 39 0.315 1.42e-05 24.4 121 Tank compt + 4 -136 8.2 24.4 0.28 1.36e-05 33.3 154 Tank compt + 5 -140 7.61 25.1 0.145 2.92e-05 3.77 158 Tank compt + 6 -135 11.4 27.8 0.13 1.36e-05 6.88 165 Tank compt + 7 -138 42.9 50.7 0.129 1.42e-05 39 204 Tank compt + 8 -130 84.5 70.5 0.126 2.92e-05 46.9 251 Tank compt + 9 -166 320 250 0.0876 1.36e-05 298 549 Tank compt + 10 -140 240 249 0 0.000537 84.6 634 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 240 249 0.0871 0 0 0 Tank initStep + 1 -140 240 249 0.0832 0.00392 0.00897 0.00897 Tank msc + 2 -140 240 249 0.0653 0.0179 0.0359 0.0449 Tank eIoni + 3 -140 240 249 0.0443 0.021 0.0284 0.0733 Tank eIoni + 4 -140 240 249 0.0311 0.0132 0.0205 0.0938 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 104, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 240 249 2.38e-06 0 0 0 Tank initStep + 1 2.25e+03 5e+03 -39.1 2.38e-06 0 5.34e+03 5.34e+03 expHall Transportation + 2 2.25e+03 5e+03 -39.1 2.38e-06 0 0 5.34e+03 Tank Transportation + 3 5e+03 3.26e+03 -756 2.38e-06 0 3.33e+03 8.67e+03 expHall Transportation + 4 5e+03 3.26e+03 -756 2.38e-06 0 0 8.67e+03 Tank Transportation + 5 3.83e+03 2.44e+03 -1.4e+03 2.38e-06 2.38e-06 1.57e+03 1.02e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -140 240 249 0.0311 0 0 0.0938 Tank initStep + 5 -140 240 249 0.0304 0.00068 0.00147 0.0953 Tank msc + 6 -140 240 249 0 0.0304 0.015 0.11 Tank eIoni + 7 -140 240 249 0 0 0 0.11 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 105, Parent ID = 103 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 240 249 3.08e-06 0 0 0 Tank initStep + 1 -655 -4.34e+03 -5e+03 3.08e-06 0 6.99e+03 6.99e+03 expHall Transportation + 2 -2.37e+03 -1e+04 -9.41e+03 3.08e-06 0 7.37e+03 1.44e+04 world Transportation + 3 -3.89e+03 -1.5e+04 -1.33e+04 3.08e-06 0 6.52e+03 2.09e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -166 320 250 0.0388 0 0 0 Tank initStep + 1 -166 320 250 0.0371 0.00174 0.00217 0.00217 Tank msc + 2 -166 320 250 0.018 0.0191 0.0178 0.02 Tank eIoni + 3 -166 320 250 0 0.018 0.00697 0.0269 Tank eIoni + 4 -166 320 250 0 0 0 0.0269 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -130 84.5 70.5 0.00221 0 0 0 Tank initStep + 1 -130 84.5 70.5 0.00218 3.5e-05 1.48e-05 1.48e-05 Tank msc + 2 -130 84.5 70.5 0 0.00218 0.00018 0.000195 Tank eIoni + 3 -130 84.5 70.5 0 0 0 0.000195 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -138 42.9 50.7 0.00168 0 0 0 Tank initStep + 1 -138 42.9 50.7 0.00168 0 9.43e-06 9.43e-06 Tank msc + 2 -138 42.9 50.7 0 0.00168 0.000118 0.000127 Tank eIoni + 3 -138 42.9 50.7 0 0 0 0.000127 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -138 42.9 50.7 4.08e-06 0 0 0 Tank initStep + 1 -573 215 -20.3 4.08e-06 0 473 473 Tank OpRayleigh + 2 1.54e+03 614 921 4.08e-06 4.08e-06 2.35e+03 2.82e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 100 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -138 42.9 50.7 3.4e-06 0 0 0 Tank initStep + 1 -2.92e+03 -398 5e+03 3.4e-06 0 5.69e+03 5.69e+03 expHall Transportation + 2 -6.99e+03 -1.68e+03 1e+04 3.4e-06 0 6.58e+03 1.23e+04 world Transportation + 3 -1.11e+04 -2.96e+03 1.5e+04 3.4e-06 0 6.58e+03 1.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -135 11.4 27.8 0.0142 0 0 0 Tank initStep + 1 -135 11.4 27.8 0.014 0.000133 0.000365 0.000365 Tank msc + 2 -135 11.4 27.8 0 0.014 0.00449 0.00486 Tank eIoni + 3 -135 11.4 27.8 0 0 0 0.00486 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 99 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -135 11.4 27.8 2.38e-06 0 0 0 Tank initStep + 1 -5e+03 -2.85e+03 74.8 2.38e-06 0 5.65e+03 5.65e+03 expHall Transportation + 2 -1e+04 -5.95e+03 54.1 2.38e-06 0 5.88e+03 1.15e+04 world Transportation + 3 -1.5e+04 -9.04e+03 33.3 2.38e-06 0 5.88e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.61 25.1 0.135 0 0 0 Tank initStep + 1 -140 7.6 25.1 0.13 0.00487 0.0188 0.0188 Tank msc + 2 -140 7.58 25.1 0.113 0.0174 0.0599 0.0787 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.6 25.1 3.7e-06 0 0 0 Tank initStep + 1 1.19e+03 -1.55e+03 2.38e+03 3.7e-06 3.7e-06 3.12e+03 3.12e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -140 7.58 25.1 0.113 0 0 0.0787 Tank initStep + 3 -140 7.58 25.1 0.108 0.00451 0.0139 0.0926 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.58 25.1 2.39e-06 0 0 0 Tank initStep + 1 -1.68e+03 -4.1e+03 5e+03 2.39e-06 0 6.63e+03 6.63e+03 expHall Transportation + 2 -1.68e+03 -4.1e+03 5e+03 2.39e-06 0 0 6.63e+03 Tank Transportation + 3 -3.14e+03 -5e+03 2.84e+03 2.39e-06 0 2.76e+03 9.39e+03 expHall Transportation + 4 -3.14e+03 -5e+03 2.84e+03 2.39e-06 0 0 9.39e+03 Tank Transportation + 5 -5e+03 -2.07e+03 270 2.39e-06 0 4.32e+03 1.37e+04 expHall Transportation + 6 -5e+03 -2.07e+03 270 2.39e-06 0 0 1.37e+04 Tank Transportation + 7 -4.18e+03 3.3e+03 -5e+03 2.39e-06 0 7.57e+03 2.13e+04 expHall Transportation + 8 -4.18e+03 3.3e+03 -5e+03 2.39e-06 0 0 2.13e+04 Tank Transportation + 9 -3.11e+03 5e+03 -3.36e+03 2.39e-06 0 2.59e+03 2.39e+04 expHall Transportation + 10 -3.11e+03 5e+03 -3.36e+03 2.39e-06 0 0 2.39e+04 Tank Transportation + 11 374 669 1.38e+03 2.39e-06 2.39e-06 7.31e+03 3.12e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -140 7.58 25.1 0.108 0 0 0.0926 Tank initStep + 4 -140 7.58 25.1 0.104 0.00441 0.013 0.106 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.58 25.1 2.59e-06 0 0 0 Tank initStep + 1 -5e+03 1.84e+03 -525 2.59e-06 0 5.22e+03 5.22e+03 expHall Transportation + 2 -1e+04 4.66e+03 -2.03e+03 2.59e-06 0 5.93e+03 1.12e+04 world Transportation + 3 -1.5e+04 7.47e+03 -3.54e+03 2.59e-06 0 5.93e+03 1.71e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -140 7.58 25.1 0.104 0 0 0.106 Tank initStep + 5 -140 7.58 25.1 0.0929 0.011 0.0121 0.118 Tank msc + 6 -140 7.58 25.1 0.0777 0.0152 0.0404 0.158 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.58 25.1 2.11e-06 0 0 0 Tank initStep + 1 2.82e+03 689 -5e+03 2.11e-06 0 5.87e+03 5.87e+03 expHall Transportation + 2 1e+04 172 -8.91e+03 2.11e-06 0 8.19e+03 1.41e+04 world Transportation + 3 1.5e+04 -188 -1.16e+04 2.11e-06 0 5.7e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.58 25.1 3.19e-06 0 0 0 Tank initStep + 1 -408 5e+03 -4e+03 3.19e-06 0 6.42e+03 6.42e+03 expHall Transportation + 2 -408 5e+03 -4e+03 3.19e-06 0 0 6.42e+03 Tank Transportation + 3 -796 4.73e+03 -5e+03 3.19e-06 0 1.1e+03 7.52e+03 expHall Transportation + 4 -796 4.73e+03 -5e+03 3.19e-06 0 0 7.52e+03 Tank Transportation + 5 -1.6e+03 5e+03 -4.95e+03 3.19e-06 0 851 8.38e+03 expHall Transportation + 6 -1.6e+03 5e+03 -4.95e+03 3.19e-06 0 0 8.38e+03 Tank Transportation + 7 -2e+03 4.67e+03 -5e+03 3.19e-06 0 522 8.9e+03 expHall Transportation + 8 -2e+03 4.67e+03 -5e+03 3.19e-06 0 0 8.9e+03 Tank Transportation + 9 -5e+03 3.35e+03 -2.88e+03 3.19e-06 0 3.9e+03 1.28e+04 expHall Transportation + 10 -9.98e+03 -1.25e+03 1e+04 3.19e-06 0 1.46e+04 2.74e+04 world Transportation + 11 -1.19e+04 -3.04e+03 1.5e+04 3.19e-06 0 5.65e+03 3.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -140 7.58 25.1 0.0777 0 0 0.158 Tank initStep + 7 -140 7.58 25.1 0.0735 0.00419 0.00736 0.165 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.58 25.1 3.21e-06 0 0 0 Tank initStep + 1 4.63e+03 5e+03 1.33e+03 3.21e-06 0 7.03e+03 7.03e+03 expHall Transportation + 2 4.63e+03 5e+03 1.33e+03 3.21e-06 0 0 7.03e+03 Tank Transportation + 3 5e+03 4.33e+03 1.25e+03 3.21e-06 0 771 7.8e+03 expHall Transportation + 4 5e+03 4.33e+03 1.25e+03 3.21e-06 0 0 7.8e+03 Tank Transportation + 5 -3.45e+03 -5e+03 -2.04e+03 3.21e-06 0 1.3e+04 2.08e+04 expHall Transportation + 6 -3.45e+03 -5e+03 -2.04e+03 3.21e-06 0 0 2.08e+04 Tank Transportation + 7 -5e+03 -1.69e+03 -2.76e+03 3.21e-06 0 3.73e+03 2.45e+04 expHall Transportation + 8 -5e+03 -1.69e+03 -2.76e+03 3.21e-06 0 0 2.45e+04 Tank Transportation + 9 -1.75e+03 5e+03 -4.6e+03 3.21e-06 0 7.66e+03 3.22e+04 expHall Transportation + 10 -1.75e+03 5e+03 -4.6e+03 3.21e-06 0 0 3.22e+04 Tank Transportation + 11 -1.3e+03 -1.41e+03 1.19e+03 3.21e-06 3.21e-06 8.64e+03 4.08e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 -140 7.58 25.1 0.0735 0 0 0.165 Tank initStep + 8 -140 7.58 25.1 0.0714 0.00214 0.00668 0.172 Tank msc + 9 -140 7.6 25.2 0.0572 0.0142 0.0309 0.203 Tank eIoni + 10 -140 7.6 25.2 0.0407 0.0165 0.0253 0.228 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 98 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -140 7.6 25.2 3.14e-06 0 0 0 Tank initStep + 1 -2.08e+03 4.27e+03 -5e+03 3.14e-06 0 6.87e+03 6.87e+03 expHall Transportation + 2 -4.05e+03 1e+04 -5.61e+03 3.14e-06 0 6.09e+03 1.3e+04 world Transportation + 3 -5.78e+03 1.5e+04 -6.14e+03 3.14e-06 0 5.32e+03 1.83e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 -140 7.6 25.2 0.0407 0 0 0.228 Tank initStep + 11 -140 7.6 25.2 0.0382 0.00255 0.00237 0.231 Tank msc + 12 -140 7.61 25.2 0.0151 0.0231 0.0182 0.249 Tank eIoni + 13 -140 7.62 25.2 0 0.0151 0.00509 0.254 Tank eIoni + 14 -140 7.62 25.2 0 0 0 0.254 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -136 8.2 24.4 0.0354 0 0 0 Tank initStep + 1 -136 8.2 24.4 0.0346 0.000847 0.00185 0.00185 Tank msc + 2 -136 8.19 24.4 0.0193 0.0153 0.0168 0.0187 Tank eIoni + 3 -136 8.2 24.4 0 0.0193 0.00792 0.0266 Tank eIoni + 4 -136 8.2 24.4 0 0 0 0.0266 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -107 16.2 39 0.059 0 0 0 Tank initStep + 1 -107 16.2 39 0.0574 0.00164 0.00454 0.00454 Tank msc + 2 -107 16.2 39 0.0444 0.0129 0.0253 0.0299 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -107 16.2 39 3.22e-06 0 0 0 Tank initStep + 1 1.25e+03 -20.7 5e+03 3.22e-06 0 5.14e+03 5.14e+03 expHall Transportation + 2 2.37e+03 -157 1e+04 3.22e-06 0 5.13e+03 1.03e+04 world Transportation + 3 3.48e+03 -294 1.5e+04 3.22e-06 0 5.13e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -107 16.2 39 0.0444 0 0 0.0299 Tank initStep + 3 -107 16.2 39 0.0426 0.00183 0.00276 0.0326 Tank msc + 4 -107 16.3 39 0.0296 0.0131 0.0199 0.0525 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -107 16.2 39 3.68e-06 0 0 0 Tank initStep + 1 -3.14e+03 197 5e+03 3.68e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 -3.14e+03 197 5e+03 3.68e-06 0 0 5.82e+03 Tank Transportation + 3 -3.88e+03 1.46e+03 3.95e+03 3.68e-06 3.68e-06 1.81e+03 7.62e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -107 16.3 39 0.0296 0 0 0.0525 Tank initStep + 5 -107 16.3 39 0.0273 0.00227 0.00134 0.0539 Tank msc + 6 -107 16.3 39 0.0113 0.016 0.0134 0.0673 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -107 16.3 39 3.63e-06 0 0 0 Tank initStep + 1 -1.55e+03 5e+03 -2.33e+03 3.63e-06 0 5.7e+03 5.7e+03 expHall Transportation + 2 -1.55e+03 5e+03 -2.33e+03 3.63e-06 0 0 5.7e+03 Tank Transportation + 3 -3.38e+03 1.43e+03 -5e+03 3.63e-06 0 4.82e+03 1.05e+04 expHall Transportation + 4 -3.38e+03 1.43e+03 -5e+03 3.63e-06 0 0 1.05e+04 Tank Transportation + 5 -3.99e+03 -1.04e+03 -3.98e+03 3.63e-06 0 2.74e+03 1.33e+04 Tank OpRayleigh + 6 -5e+03 -2.57e+03 -270 3.63e-06 0 4.14e+03 1.74e+04 expHall Transportation + 7 -5e+03 -2.57e+03 -270 3.63e-06 0 0 1.74e+04 Tank Transportation + 8 -4.47e+03 -5e+03 3.97e+03 3.63e-06 0 4.92e+03 2.23e+04 expHall Transportation + 9 -4.47e+03 -5e+03 3.97e+03 3.63e-06 0 0 2.23e+04 Tank Transportation + 10 -4.16e+03 -3.86e+03 5e+03 3.63e-06 0 1.57e+03 2.39e+04 expHall Transportation + 11 -4.16e+03 -3.86e+03 5e+03 3.63e-06 0 0 2.39e+04 Tank Transportation + 12 -4.79e+03 -1.87e+03 1.47e+03 3.63e-06 3.63e-06 4.1e+03 2.8e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 96 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -107 16.3 39 2.16e-06 0 0 0 Tank initStep + 1 -1.34e+03 5e+03 -1.1e+03 2.16e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 -3.9e+03 1e+04 -3.65e+03 2.16e-06 0 6.17e+03 1.14e+04 world Transportation + 3 -6.46e+03 1.5e+04 -6.21e+03 2.16e-06 0 6.17e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -107 16.3 39 0.0113 0 0 0.0673 Tank initStep + 7 -107 16.3 39 0.0108 0.000471 0.000247 0.0676 Tank msc + 8 -107 16.3 39 0 0.0108 0.00286 0.0704 Tank eIoni + 9 -107 16.3 39 0 0 0 0.0704 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -83.5 15 34.2 0.0108 0 0 0 Tank initStep + 1 -83.5 15 34.2 0.0106 0.000237 0.000228 0.000228 Tank msc + 2 -83.5 15 34.2 0 0.0106 0.00274 0.00297 Tank eIoni + 3 -83.5 15 34.2 0 0 0 0.00297 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.3 7.56 -2.27 0.125 0 0 0 Tank initStep + 1 -9.3 7.57 -2.28 0.12 0.00489 0.0166 0.0166 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.3 7.56 -2.27 2.35e-06 0 0 0 Tank initStep + 1 2.44e+03 -423 -4.57e+03 2.35e-06 2.35e-06 5.2e+03 5.2e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 -9.3 7.57 -2.28 0.12 0 0 0.0166 Tank initStep + 2 -9.31 7.58 -2.29 0.116 0.00427 0.0155 0.032 Tank msc + 3 -9.3 7.59 -2.34 0.0975 0.0184 0.052 0.084 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.3 7.58 -2.31 2.43e-06 0 0 0 Tank initStep + 1 43.6 -213 756 2.43e-06 2.43e-06 792 792 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.3 7.58 -2.31 3.98e-06 0 0 0 Tank initStep + 1 2.44e+03 1.89e+03 5e+03 3.98e-06 0 5.88e+03 5.88e+03 expHall Transportation + 2 2.44e+03 1.89e+03 5e+03 3.98e-06 0 0 5.88e+03 Tank Transportation + 3 3.59e+03 2.96e+03 3.45e+03 3.98e-06 3.98e-06 2.21e+03 8.09e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 -9.3 7.59 -2.34 0.0975 0 0 0.084 Tank initStep + 4 -9.3 7.58 -2.35 0.0933 0.00421 0.0109 0.0949 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 123, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.3 7.58 -2.34 3.75e-06 0 0 0 Tank initStep + 1 1.83e+03 1.47e+03 167 3.75e-06 3.75e-06 2.36e+03 2.36e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -9.3 7.58 -2.35 0.0933 0 0 0.0949 Tank initStep + 5 -9.31 7.58 -2.35 0.0899 0.0034 0.0101 0.105 Tank msc + 6 -9.34 7.57 -2.37 0.0769 0.013 0.039 0.144 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 124, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.32 7.58 -2.36 3.54e-06 0 0 0 Tank initStep + 1 5e+03 -33.8 2.14e+03 3.54e-06 0 5.45e+03 5.45e+03 expHall Transportation + 2 1e+04 93.1 5.82e+03 3.54e-06 0 6.21e+03 1.17e+04 world Transportation + 3 1.5e+04 220 9.5e+03 3.54e-06 0 6.21e+03 1.79e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -9.34 7.57 -2.37 0.0769 0 0 0.144 Tank initStep + 7 -9.34 7.57 -2.37 0.0569 0.02 0.00723 0.151 Tank msc + 8 -9.36 7.57 -2.38 0.0463 0.0107 0.0252 0.176 Tank eIoni + 9 -9.37 7.56 -2.38 0.0321 0.0142 0.0213 0.198 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 127, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.37 7.56 -2.38 2.47e-06 0 0 0 Tank initStep + 1 -1.67e+03 4.45e+03 -5e+03 2.47e-06 0 6.89e+03 6.89e+03 expHall Transportation + 2 -1.67e+03 4.45e+03 -5e+03 2.47e-06 0 0 6.89e+03 Tank Transportation + 3 -1.96e+03 5e+03 -3.92e+03 2.47e-06 0 1.25e+03 8.14e+03 expHall Transportation + 4 -1.96e+03 5e+03 -3.92e+03 2.47e-06 0 0 8.14e+03 Tank Transportation + 5 -3.81e+03 1.85e+03 709 2.47e-06 2.47e-06 5.89e+03 1.4e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 126, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.37 7.56 -2.38 3.71e-06 0 0 0 Tank initStep + 1 -721 -2.23e+03 -5e+03 3.71e-06 0 5.52e+03 5.52e+03 expHall Transportation + 2 -1.72e+03 -8.25e+03 -1e+04 3.71e-06 0 7.89e+03 1.34e+04 world Transportation + 3 -2.72e+03 -1.43e+04 -1.5e+04 3.71e-06 0 7.89e+03 2.13e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 125, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.37 7.56 -2.38 2.31e-06 0 0 0 Tank initStep + 1 -5e+03 -563 -725 2.31e-06 0 5.07e+03 5.07e+03 expHall Transportation + 2 -1e+04 -2.28e+03 -1.91e+03 2.31e-06 0 5.42e+03 1.05e+04 world Transportation + 3 -1.5e+04 -3.99e+03 -3.09e+03 2.31e-06 0 5.42e+03 1.59e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 -9.37 7.56 -2.38 0.0321 0 0 0.198 Tank initStep + 10 -9.37 7.56 -2.38 0.0276 0.00448 0.00155 0.199 Tank msc + 11 -9.36 7.56 -2.38 0.00965 0.0179 0.0136 0.213 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 130, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.37 7.56 -2.38 2.16e-06 0 0 0 Tank initStep + 1 5e+03 -4.24e+03 1.11e+03 2.16e-06 0 6.66e+03 6.66e+03 expHall Transportation + 2 8.44e+03 -1e+04 2.44e+03 2.16e-06 0 6.84e+03 1.35e+04 world Transportation + 3 1.14e+04 -1.5e+04 3.59e+03 2.16e-06 0 5.94e+03 1.94e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 129, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.37 7.56 -2.38 2.74e-06 0 0 0 Tank initStep + 1 4.98e+03 5e+03 3.89e+03 2.74e-06 0 8.06e+03 8.06e+03 expHall Transportation + 2 4.98e+03 5e+03 3.89e+03 2.74e-06 0 0 8.06e+03 Tank Transportation + 3 5e+03 4.97e+03 3.91e+03 2.74e-06 0 39.5 8.1e+03 expHall Transportation + 4 5e+03 4.97e+03 3.91e+03 2.74e-06 0 0 8.1e+03 Tank Transportation + 5 4.43e+03 3.4e+03 5e+03 2.74e-06 0 2e+03 1.01e+04 expHall Transportation + 6 4.43e+03 3.4e+03 5e+03 2.74e-06 0 0 1.01e+04 Tank Transportation + 7 -419 -5e+03 3.42e+03 2.74e-06 0 9.83e+03 1.99e+04 expHall Transportation + 8 -419 -5e+03 3.42e+03 2.74e-06 0 0 1.99e+04 Tank Transportation + 9 -5e+03 -1.37e+03 3.96e+03 2.74e-06 0 5.87e+03 2.58e+04 expHall Transportation + 10 -5e+03 -1.37e+03 3.96e+03 2.74e-06 0 0 2.58e+04 Tank Transportation + 11 -3.72e+03 1.38e+03 5e+03 2.74e-06 0 3.2e+03 2.9e+04 expHall Transportation + 12 -3.72e+03 1.38e+03 5e+03 2.74e-06 0 0 2.9e+04 Tank Transportation + 13 -3.17e+03 5e+03 3.67e+03 2.74e-06 0 3.9e+03 3.29e+04 expHall Transportation + 14 -1.46e+03 1e+04 1.27e+03 2.74e-06 0 5.8e+03 3.87e+04 world Transportation + 15 251 1.5e+04 -1.14e+03 2.74e-06 0 5.8e+03 4.45e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 128, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.37 7.56 -2.38 2.16e-06 0 0 0 Tank initStep + 1 5e+03 -2.59e+03 3.01e+03 2.16e-06 0 6.4e+03 6.4e+03 expHall Transportation + 2 5e+03 -2.59e+03 3.01e+03 2.16e-06 0 0 6.4e+03 Tank Transportation + 3 2.19e+03 -3.57e+03 5e+03 2.16e-06 0 3.58e+03 9.97e+03 expHall Transportation + 4 2.19e+03 -3.57e+03 5e+03 2.16e-06 0 0 9.97e+03 Tank Transportation + 5 698 -4.33e+03 2.55e+03 2.16e-06 2.16e-06 2.97e+03 1.29e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 45 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 -9.36 7.56 -2.38 0.00965 0 0 0.213 Tank initStep + 12 -9.36 7.56 -2.38 0.00932 0.000329 0.000186 0.213 Tank msc + 13 -9.36 7.56 -2.38 0 0.00932 0.00219 0.215 Tank eIoni + 14 -9.36 7.56 -2.38 0 0 0 0.215 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 131, Parent ID = 94 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -9.36 7.56 -2.38 3.65e-06 0 0 0 Tank initStep + 1 5e+03 605 -590 3.65e-06 0 5.08e+03 5.08e+03 expHall Transportation + 2 5e+03 605 -590 3.65e-06 0 0 5.08e+03 Tank Transportation + 3 4.03e+03 1.85e+03 -1.32e+03 3.65e-06 3.65e-06 1.74e+03 6.82e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.137 -0.0134 0.019 0.48 0.0201 0.139 0.139 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.112 -0.011 0.0155 3.71e-06 0 0 0 Tank initStep + 1 5e+03 3.16e+03 -1.94e+03 3.71e-06 0 6.23e+03 6.23e+03 expHall Transportation + 2 9.86e+03 1e+04 -5.83e+03 3.71e-06 0 9.25e+03 1.55e+04 world Transportation + 3 1.34e+04 1.5e+04 -8.68e+03 3.71e-06 0 6.76e+03 2.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.106 -0.0104 0.0147 3.11e-06 0 0 0 Tank initStep + 1 3.12e+03 -3.54e+03 5e+03 3.11e-06 0 6.87e+03 6.87e+03 expHall Transportation + 2 3.12e+03 -3.54e+03 5e+03 3.11e-06 0 0 6.87e+03 Tank Transportation + 3 5e+03 -2.56e+03 1.59e+03 3.11e-06 0 4.02e+03 1.09e+04 expHall Transportation + 4 5e+03 -2.56e+03 1.59e+03 3.11e-06 0 0 1.09e+04 Tank Transportation + 5 -2.76e+03 803 -857 3.11e-06 3.11e-06 8.81e+03 1.97e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.065 -0.00637 0.00902 2.75e-06 0 0 0 Tank initStep + 1 -2.59e+03 -4.35e+03 -5e+03 2.75e-06 0 7.12e+03 7.12e+03 expHall Transportation + 2 -7.36e+03 -8.71e+03 -1e+04 2.75e-06 0 8.17e+03 1.53e+04 world Transportation + 3 -1.21e+04 -1.31e+04 -1.5e+04 2.75e-06 0 8.17e+03 2.35e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0821 -0.00804 0.0114 2.44e-06 0 0 0 Tank initStep + 1 5e+03 -771 -2.08e+03 2.44e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 1e+04 -1.14e+03 -5.29e+03 2.44e-06 0 5.95e+03 1.14e+04 world Transportation + 3 1.5e+04 -1.5e+03 -8.49e+03 2.44e-06 0 5.95e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0943 -0.00924 0.0131 2.63e-06 0 0 0 Tank initStep + 1 4.58e+03 531 3.39e+03 2.63e-06 2.63e-06 5.72e+03 5.72e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.102 -0.00996 0.0141 3.44e-06 0 0 0 Tank initStep + 1 5e+03 1.27e+03 3.33e+03 3.44e-06 0 6.14e+03 6.14e+03 expHall Transportation + 2 1e+04 2.93e+03 7.99e+03 3.44e-06 0 7.04e+03 1.32e+04 world Transportation + 3 1.5e+04 4.59e+03 1.27e+04 3.44e-06 0 7.04e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 0.137 -0.0134 0.019 0.48 0 0 0.139 Tank initStep + 2 0.262 -0.036 0.0327 0.448 0.0317 0.129 0.268 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.255 -0.0347 0.0319 3.2e-06 0 0 0 Tank initStep + 1 5e+03 1.69e+03 1.51e+03 3.2e-06 0 5.49e+03 5.49e+03 expHall Transportation + 2 1e+04 6.07e+03 4.67e+03 3.2e-06 0 7.36e+03 1.29e+04 world Transportation + 3 1.5e+04 1.05e+04 7.84e+03 3.2e-06 0 7.36e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.151 -0.0159 0.0205 2.72e-06 0 0 0 Tank initStep + 1 5e+03 -3.72e+03 2.41e+03 2.72e-06 0 6.68e+03 6.68e+03 expHall Transportation + 2 5e+03 -3.72e+03 2.41e+03 2.72e-06 0 0 6.68e+03 Tank Transportation + 3 -5e+03 -1.86e+03 4.2e+03 2.72e-06 0 1.03e+04 1.7e+04 expHall Transportation + 4 -5e+03 -1.86e+03 4.2e+03 2.72e-06 0 0 1.7e+04 Tank Transportation + 5 -3.66e+03 -1.15e+03 5e+03 2.72e-06 0 1.72e+03 1.87e+04 expHall Transportation + 6 -3.66e+03 -1.15e+03 5e+03 2.72e-06 0 0 1.87e+04 Tank Transportation + 7 294 5e+03 238 2.72e-06 0 8.73e+03 2.75e+04 expHall Transportation + 8 294 5e+03 238 2.72e-06 0 0 2.75e+04 Tank Transportation + 9 5e+03 -601 -4.79e+03 2.72e-06 0 8.88e+03 3.63e+04 expHall Transportation + 10 5e+03 -601 -4.79e+03 2.72e-06 0 0 3.63e+04 Tank Transportation + 11 4.69e+03 -752 -5e+03 2.72e-06 0 405 3.67e+04 expHall Transportation + 12 4.69e+03 -752 -5e+03 2.72e-06 0 0 3.67e+04 Tank Transportation + 13 -1.63e+03 -2.86e+03 -1.59e+03 2.72e-06 2.72e-06 7.48e+03 4.42e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 0.262 -0.036 0.0327 0.448 0 0 0.268 Tank initStep + 3 0.37 -0.00798 0.042 0.433 0.015 0.112 0.38 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.362 -0.00985 0.0414 3.68e-06 0 0 0 Tank initStep + 1 -1.56e+03 5e+03 376 3.68e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 -4.28e+03 1e+04 -643 3.68e-06 0 5.78e+03 1.1e+04 world Transportation + 3 -6.99e+03 1.5e+04 -1.66e+03 3.68e-06 0 5.78e+03 1.68e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.313 -0.0227 0.0371 2.33e-06 0 0 0 Tank initStep + 1 5e+03 4.33e+03 2e+03 2.33e-06 0 6.91e+03 6.91e+03 expHall Transportation + 2 6.74e+03 1e+04 6.18e+03 2.33e-06 0 7.26e+03 1.42e+04 world Transportation + 3 8.27e+03 1.5e+04 9.87e+03 2.33e-06 0 6.4e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.324 -0.0198 0.0381 3.97e-06 0 0 0 Tank initStep + 1 3.71e+03 2.95e+03 -1.05e+03 3.97e-06 0 4.85e+03 4.85e+03 Tank OpRayleigh + 2 4.3e+03 1.42e+03 99.9 3.97e-06 3.97e-06 2e+03 6.85e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.288 -0.0294 0.0349 2.39e-06 0 0 0 Tank initStep + 1 5e+03 1.14e+03 -2.24e+03 2.39e-06 0 5.6e+03 5.6e+03 expHall Transportation + 2 1e+04 4.64e+03 -8.16e+03 2.39e-06 0 8.5e+03 1.41e+04 world Transportation + 3 1.5e+04 8.15e+03 -1.41e+04 2.39e-06 0 8.5e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.316 -0.0219 0.0374 3.04e-06 0 0 0 Tank initStep + 1 5e+03 4.06e+03 -1.24e+03 3.04e-06 0 6.56e+03 6.56e+03 expHall Transportation + 2 8.15e+03 1e+04 -1.94e+03 3.04e-06 0 6.76e+03 1.33e+04 world Transportation + 3 1.08e+04 1.5e+04 -2.53e+03 3.04e-06 0 5.69e+03 1.9e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.336 -0.0168 0.0391 3.93e-06 0 0 0 Tank initStep + 1 5e+03 -1.1e+03 -599 3.93e-06 0 5.15e+03 5.15e+03 expHall Transportation + 2 5e+03 -1.1e+03 -599 3.93e-06 0 0 5.15e+03 Tank Transportation + 3 2.84e+03 -5e+03 -691 3.93e-06 0 4.46e+03 9.61e+03 expHall Transportation + 4 -2.64e+03 -1e+04 -3.27e+03 3.93e-06 0 7.85e+03 1.75e+04 world Transportation + 5 -8.12e+03 -1.5e+04 -5.84e+03 3.93e-06 0 7.85e+03 2.53e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.35 -0.0131 0.0403 3.04e-06 0 0 0 Tank initStep + 1 5e+03 1.36e+03 3.46e+03 3.04e-06 0 6.23e+03 6.23e+03 expHall Transportation + 2 5e+03 1.36e+03 3.46e+03 3.04e-06 0 0 6.23e+03 Tank Transportation + 3 4.3e+03 1.96e+03 5e+03 3.04e-06 0 1.79e+03 8.02e+03 expHall Transportation + 4 4.3e+03 1.96e+03 5e+03 3.04e-06 0 0 8.02e+03 Tank Transportation + 5 2.44e+03 5e+03 2.19e+03 3.04e-06 0 4.54e+03 1.26e+04 expHall Transportation + 6 2.44e+03 5e+03 2.19e+03 3.04e-06 0 0 1.26e+04 Tank Transportation + 7 -2.45e+03 1.29e+03 -5e+03 3.04e-06 0 9.46e+03 2.2e+04 expHall Transportation + 8 -2.45e+03 1.29e+03 -5e+03 3.04e-06 0 0 2.2e+04 Tank Transportation + 9 -5e+03 798 -4.63e+03 3.04e-06 0 2.62e+03 2.46e+04 expHall Transportation + 10 -1e+04 -93.6 -3.29e+03 3.04e-06 0 5.25e+03 2.99e+04 world Transportation + 11 -1.5e+04 -986 -1.95e+03 3.04e-06 0 5.25e+03 3.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 0.37 -0.00798 0.042 0.433 0 0 0.38 Tank initStep + 4 0.446 0.062 0.0483 0.42 0.0134 0.105 0.485 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.397 0.0172 0.0443 4.11e-06 0 0 0 Tank initStep + 1 510 -5e+03 -1.86e+03 4.11e-06 0 5.36e+03 5.36e+03 expHall Transportation + 2 1.72e+03 -1e+04 -5.09e+03 4.11e-06 0 6.07e+03 1.14e+04 world Transportation + 3 2.93e+03 -1.5e+04 -8.32e+03 4.11e-06 0 6.07e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.374 -0.00401 0.0423 4.1e-06 0 0 0 Tank initStep + 1 -3.71e+03 -1.91e+03 -4.1e+03 4.1e-06 4.1e-06 5.85e+03 5.85e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.382 0.00305 0.043 2.82e-06 0 0 0 Tank initStep + 1 5e+03 2.28e+03 -1.84e+03 2.82e-06 0 5.8e+03 5.8e+03 expHall Transportation + 2 1e+04 2.9e+03 -2.85e+03 2.82e-06 0 5.14e+03 1.09e+04 world Transportation + 3 1.5e+04 3.53e+03 -3.86e+03 2.82e-06 0 5.14e+03 1.61e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.404 0.0238 0.0448 2.58e-06 0 0 0 Tank initStep + 1 5e+03 1.28e+03 414 2.58e-06 0 5.18e+03 5.18e+03 expHall Transportation + 2 1e+04 3.67e+03 331 2.58e-06 0 5.54e+03 1.07e+04 world Transportation + 3 1.5e+04 6.05e+03 248 2.58e-06 0 5.54e+03 1.63e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 0.446 0.062 0.0483 0.42 0 0 0.485 Tank initStep + 5 0.509 0.128 0.0134 0.399 0.0205 0.0982 0.583 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.454 0.0698 0.0442 2.42e-06 0 0 0 Tank initStep + 1 469 -4.08e+03 2.77e+03 2.42e-06 2.42e-06 4.95e+03 4.95e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.453 0.0686 0.0448 2.48e-06 0 0 0 Tank initStep + 1 -5e+03 412 -2.85e+03 2.48e-06 0 5.77e+03 5.77e+03 expHall Transportation + 2 -1e+04 2.83e+03 -8.43e+03 2.48e-06 0 7.87e+03 1.36e+04 world Transportation + 3 -1.5e+04 5.25e+03 -1.4e+04 2.48e-06 0 7.87e+03 2.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 0.509 0.128 0.0134 0.399 0 0 0.583 Tank initStep + 6 0.561 0.191 -0.022 0.384 0.0149 0.0889 0.672 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.554 0.183 -0.0174 3.48e-06 0 0 0 Tank initStep + 1 -5e+03 1.12e+03 1.58e+03 3.48e-06 0 5.36e+03 5.36e+03 expHall Transportation + 2 -5e+03 1.12e+03 1.58e+03 3.48e-06 0 0 5.36e+03 Tank Transportation + 3 -4.42e+03 3.27e+03 5e+03 3.48e-06 0 4.08e+03 9.44e+03 expHall Transportation + 4 -2.96e+03 1e+04 9.36e+03 3.48e-06 0 8.15e+03 1.76e+04 world Transportation + 5 -1.88e+03 1.5e+04 1.26e+04 3.48e-06 0 6.05e+03 2.36e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.546 0.173 -0.0115 2.65e-06 0 0 0 Tank initStep + 1 261 1.35e+03 -583 2.65e-06 2.65e-06 1.49e+03 1.49e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 23, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.544 0.171 -0.0103 2.84e-06 0 0 0 Tank initStep + 1 5e+03 2.02e+03 -3.17e+03 2.84e-06 0 6.26e+03 6.26e+03 expHall Transportation + 2 5e+03 2.02e+03 -3.17e+03 2.84e-06 0 0 6.26e+03 Tank Transportation + 3 3.45e+03 3.56e+03 -3.9e+03 2.84e-06 2.84e-06 2.3e+03 8.55e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.561 0.191 -0.022 0.384 0 0 0.672 Tank initStep + 7 0.624 0.234 -0.0528 0.367 0.0176 0.0823 0.754 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.616 0.228 -0.0489 2.74e-06 0 0 0 Tank initStep + 1 3.85e+03 2.55e+03 -5e+03 2.74e-06 0 6.81e+03 6.81e+03 expHall Transportation + 2 1e+04 7.86e+03 -9.34e+03 2.74e-06 0 9.21e+03 1.6e+04 world Transportation + 3 1.5e+04 1.22e+04 -1.29e+04 2.74e-06 0 7.49e+03 2.35e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 27, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.577 0.202 -0.03 2.4e-06 0 0 0 Tank initStep + 1 4.51e+03 5e+03 -146 2.4e-06 0 6.74e+03 6.74e+03 expHall Transportation + 2 4.51e+03 5e+03 -146 2.4e-06 0 0 6.74e+03 Tank Transportation + 3 5e+03 4.83e+03 -408 2.4e-06 0 579 7.31e+03 expHall Transportation + 4 1e+04 3.03e+03 -7.56e+03 2.4e-06 0 8.91e+03 1.62e+04 world Transportation + 5 1.5e+04 1.23e+03 -1.47e+04 2.4e-06 0 8.91e+03 2.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.575 0.201 -0.0289 3.97e-06 0 0 0 Tank initStep + 1 5e+03 653 -1.48e+03 3.97e-06 0 5.25e+03 5.25e+03 expHall Transportation + 2 5e+03 653 -1.48e+03 3.97e-06 0 0 5.25e+03 Tank Transportation + 3 3.02e+03 5e+03 -335 3.97e-06 0 4.91e+03 1.02e+04 expHall Transportation + 4 -557 1e+04 1.49e+03 3.97e-06 0 6.41e+03 1.66e+04 world Transportation + 5 -4.14e+03 1.5e+04 3.31e+03 3.97e-06 0 6.41e+03 2.3e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 7 0.624 0.234 -0.0528 0.367 0 0 0.754 Tank initStep + 8 0.677 0.256 -0.0985 0.348 0.0185 0.075 0.829 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 29, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.676 0.255 -0.0972 2.41e-06 0 0 0 Tank initStep + 1 62 788 -146 2.41e-06 2.41e-06 804 804 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 8 0.677 0.256 -0.0985 0.348 0 0 0.829 Tank initStep + 9 0.716 0.279 -0.149 0.336 0.0125 0.0676 0.897 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 30, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.688 0.262 -0.113 3.7e-06 0 0 0 Tank initStep + 1 594 -15.6 -537 3.7e-06 3.7e-06 800 800 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 9 0.716 0.279 -0.149 0.336 0 0 0.897 Tank initStep + 10 0.75 0.302 -0.196 0.325 0.0104 0.0629 0.96 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.728 0.287 -0.165 2.41e-06 0 0 0 Tank initStep + 1 5e+03 1.09e+03 -3.72e+03 2.41e-06 0 6.32e+03 6.32e+03 expHall Transportation + 2 9.83e+03 3.11e+03 -1e+04 2.41e-06 0 8.18e+03 1.45e+04 world Transportation + 3 1.37e+04 4.71e+03 -1.5e+04 2.41e-06 0 6.51e+03 2.1e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 31, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.744 0.298 -0.188 2.69e-06 0 0 0 Tank initStep + 1 1.45e+03 3.69e+03 -5e+03 2.69e-06 0 6.38e+03 6.38e+03 expHall Transportation + 2 1.45e+03 3.69e+03 -5e+03 2.69e-06 0 0 6.38e+03 Tank Transportation + 3 1.39e+03 5e+03 -3.74e+03 2.69e-06 0 1.82e+03 8.2e+03 expHall Transportation + 4 1.39e+03 5e+03 -3.74e+03 2.69e-06 0 0 8.2e+03 Tank Transportation + 5 -342 -4.77e+03 5e+03 2.69e-06 0 1.32e+04 2.14e+04 expHall Transportation + 6 -342 -4.77e+03 5e+03 2.69e-06 0 0 2.14e+04 Tank Transportation + 7 -650 -5e+03 4.58e+03 2.69e-06 0 570 2.2e+04 expHall Transportation + 8 -650 -5e+03 4.58e+03 2.69e-06 0 0 2.2e+04 Tank Transportation + 9 -5e+03 980 -1.59e+03 2.69e-06 0 9.63e+03 3.16e+04 expHall Transportation + 10 -5e+03 980 -1.59e+03 2.69e-06 0 0 3.16e+04 Tank Transportation + 11 -4.49e+03 1.49e+03 -1.7e+03 2.69e-06 0 726 3.24e+04 Tank OpRayleigh + 12 -5e+03 94.5 -2.3e+03 2.69e-06 0 1.6e+03 3.4e+04 expHall Transportation + 13 -5e+03 94.5 -2.3e+03 2.69e-06 0 0 3.4e+04 Tank Transportation + 14 1.33e+03 -5e+03 -1.55e+03 2.69e-06 0 8.16e+03 4.21e+04 expHall Transportation + 15 1.33e+03 -5e+03 -1.55e+03 2.69e-06 0 0 4.21e+04 Tank Transportation + 16 5e+03 -2.22e+03 -1.6e+03 2.69e-06 0 4.61e+03 4.67e+04 expHall Transportation + 17 5e+03 -2.22e+03 -1.6e+03 2.69e-06 0 0 4.67e+04 Tank Transportation + 18 3.22e+03 589 -3.01e+03 2.69e-06 2.69e-06 3.61e+03 5.03e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 0.75 0.302 -0.196 0.325 0 0 0.96 Tank initStep + 11 0.786 0.315 -0.241 0.314 0.0118 0.0591 1.02 Tank Cerenkov + 12 0.818 0.317 -0.283 0.308 0.00552 0.0549 1.07 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 33, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.806 0.316 -0.268 3.97e-06 0 0 0 Tank initStep + 1 2.76e+03 1.07e+03 -2.22e+03 3.97e-06 3.97e-06 3.7e+03 3.7e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 0.818 0.317 -0.283 0.308 0 0 1.07 Tank initStep + 13 0.848 0.324 -0.326 0.298 0.00982 0.053 1.13 Tank Cerenkov + 14 0.875 0.329 -0.366 0.287 0.0117 0.0497 1.18 Tank Cerenkov + 15 0.897 0.335 -0.404 0.278 0.00825 0.0459 1.22 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 36, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.889 0.333 -0.39 3.76e-06 0 0 0 Tank initStep + 1 -569 -111 2.08e+03 3.76e-06 3.76e-06 2.16e+03 2.16e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 35, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.886 0.332 -0.385 2.69e-06 0 0 0 Tank initStep + 1 -2.69e+03 5e+03 923 2.69e-06 0 5.75e+03 5.75e+03 expHall Transportation + 2 -8.21e+03 1e+04 4.46e+03 2.69e-06 0 8.25e+03 1.4e+04 world Transportation + 3 -1.37e+04 1.5e+04 7.99e+03 2.69e-06 0 8.25e+03 2.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 34, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.891 0.333 -0.393 2.4e-06 0 0 0 Tank initStep + 1 258 5e+03 -3.38e+03 2.4e-06 0 6.04e+03 6.04e+03 expHall Transportation + 2 2.22e+03 9.15e+03 -1e+04 2.4e-06 0 8.05e+03 1.41e+04 world Transportation + 3 3.71e+03 1.23e+04 -1.5e+04 2.4e-06 0 6.08e+03 2.02e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 0.897 0.335 -0.404 0.278 0 0 1.22 Tank initStep + 16 0.919 0.327 -0.44 0.271 0.00731 0.0434 1.27 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.912 0.33 -0.427 2.32e-06 0 0 0 Tank initStep + 1 -5e+03 -2.27e+03 3.5e+03 2.32e-06 0 6.51e+03 6.51e+03 expHall Transportation + 2 -5e+03 -2.27e+03 3.5e+03 2.32e-06 0 0 6.51e+03 Tank Transportation + 3 -2.24e+03 -5e+03 3.75e+03 2.32e-06 0 3.89e+03 1.04e+04 expHall Transportation + 4 -2.24e+03 -5e+03 3.75e+03 2.32e-06 0 0 1.04e+04 Tank Transportation + 5 4.59e+03 933 5e+03 2.32e-06 0 9.14e+03 1.95e+04 expHall Transportation + 6 4.59e+03 933 5e+03 2.32e-06 0 0 1.95e+04 Tank Transportation + 7 5e+03 1.35e+03 4.82e+03 2.32e-06 0 608 2.01e+04 expHall Transportation + 8 5e+03 1.35e+03 4.82e+03 2.32e-06 0 0 2.01e+04 Tank Transportation + 9 4.06e+03 3.22e+03 5e+03 2.32e-06 0 2.1e+03 2.22e+04 expHall Transportation + 10 4.06e+03 3.22e+03 5e+03 2.32e-06 0 0 2.22e+04 Tank Transportation + 11 3.09e+03 5e+03 4.34e+03 2.32e-06 0 2.13e+03 2.44e+04 expHall Transportation + 12 3.09e+03 5e+03 4.34e+03 2.32e-06 0 0 2.44e+04 Tank Transportation + 13 959 2.69e+03 4.48e+03 2.32e-06 2.32e-06 3.15e+03 2.75e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 16 0.919 0.327 -0.44 0.271 0 0 1.27 Tank initStep + 17 0.947 0.323 -0.47 0.265 0.00554 0.0411 1.31 Tank Cerenkov + 18 0.974 0.32 -0.497 0.258 0.00717 0.0395 1.35 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 38, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.964 0.321 -0.487 3.52e-06 0 0 0 Tank initStep + 1 -791 2.51e+03 5e+03 3.52e-06 0 5.65e+03 5.65e+03 expHall Transportation + 2 -3.18e+03 8.63e+03 1e+04 3.52e-06 0 8.26e+03 1.39e+04 world Transportation + 3 -5.58e+03 1.47e+04 1.5e+04 3.52e-06 0 8.26e+03 2.22e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 18 0.974 0.32 -0.497 0.258 0 0 1.35 Tank initStep + 19 1.01 0.325 -0.514 0.252 0.00591 0.0374 1.38 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 39, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.986 0.322 -0.503 3.76e-06 0 0 0 Tank initStep + 1 -514 913 -1.92e+03 3.76e-06 0 2.19e+03 2.19e+03 Tank OpRayleigh + 2 1.12e+03 309 -2.36e+03 3.76e-06 3.76e-06 1.8e+03 3.99e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 19 1.01 0.325 -0.514 0.252 0 0 1.38 Tank initStep + 20 1.04 0.326 -0.523 0.245 0.0078 0.0358 1.42 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 40, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.03 0.326 -0.52 3.39e-06 0 0 0 Tank initStep + 1 789 5e+03 -2.72e+03 3.39e-06 0 5.75e+03 5.75e+03 expHall Transportation + 2 789 5e+03 -2.72e+03 3.39e-06 0 0 5.75e+03 Tank Transportation + 3 301 3.23e+03 -5e+03 3.39e-06 0 2.93e+03 8.67e+03 expHall Transportation + 4 301 3.23e+03 -5e+03 3.39e-06 0 0 8.67e+03 Tank Transportation + 5 1.14e+03 -3.86e+03 2.23e+03 3.39e-06 3.39e-06 1.02e+04 1.88e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 20 1.04 0.326 -0.523 0.245 0 0 1.42 Tank initStep + 21 1.05 0.323 -0.523 0.236 0.00872 0.00814 1.43 Tank Cerenkov + 22 1.15 0.272 -0.531 0.208 0.0277 0.128 1.56 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.05 0.321 -0.524 3.41e-06 0 0 0 Tank initStep + 1 388 -435 -5e+03 3.41e-06 0 5.03e+03 5.03e+03 expHall Transportation + 2 388 -435 -5e+03 3.41e-06 0 0 5.03e+03 Tank Transportation + 3 -2.4e+03 -4.38e+03 -4.26e+03 3.41e-06 3.41e-06 4.89e+03 9.92e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 41, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.12 0.287 -0.529 2.44e-06 0 0 0 Tank initStep + 1 381 -283 5e+03 2.44e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 1.68e+03 -1.14e+03 1e+04 2.44e-06 0 5.24e+03 1.03e+04 world Transportation + 3 2.99e+03 -2e+03 1.5e+04 2.44e-06 0 5.24e+03 1.55e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 22 1.15 0.272 -0.531 0.208 0 0 1.56 Tank initStep + 23 1.18 0.262 -0.525 0.202 0.0062 0.0367 1.59 Tank msc + 24 1.27 0.238 -0.507 0.167 0.0348 0.103 1.7 Tank eIoni + 25 1.33 0.208 -0.48 0.141 0.0257 0.0798 1.77 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.31 0.216 -0.487 3.9e-06 0 0 0 Tank initStep + 1 -3.14e+03 -1.91e+03 1.39e+03 3.9e-06 0 3.93e+03 3.93e+03 Tank OpRayleigh + 2 99.1 98.4 2.2e+03 3.9e-06 3.9e-06 3.9e+03 7.83e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 25 1.33 0.208 -0.48 0.141 0 0 1.77 Tank initStep + 26 1.34 0.198 -0.473 0.137 0.00482 0.0194 1.79 Tank msc + 27 1.38 0.171 -0.447 0.123 0.0141 0.0614 1.86 Tank eIoni + 28 1.4 0.142 -0.422 0.1 0.0221 0.0536 1.91 Tank eIoni + 29 1.43 0.126 -0.4 0.0808 0.0197 0.0424 1.95 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.41 0.136 -0.413 3.43e-06 0 0 0 Tank initStep + 1 -1.25e+03 -5e+03 1.8e+03 3.43e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 -5.91e+03 -1e+04 3.99e+03 3.43e-06 0 7.18e+03 1.26e+04 world Transportation + 3 -1.06e+04 -1.5e+04 6.17e+03 3.43e-06 0 7.18e+03 1.98e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.43 0.127 -0.401 2.5e-06 0 0 0 Tank initStep + 1 5e+03 154 631 2.5e-06 0 5.04e+03 5.04e+03 expHall Transportation + 2 1e+04 269 -0.895 2.5e-06 0 5.04e+03 1.01e+04 world Transportation + 3 1.5e+04 385 -633 2.5e-06 0 5.04e+03 1.51e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.41 0.135 -0.413 3.08e-06 0 0 0 Tank initStep + 1 2.87e+03 -3.43e+03 -5e+03 3.08e-06 0 6.71e+03 6.71e+03 expHall Transportation + 2 2.87e+03 -3.43e+03 -5e+03 3.08e-06 0 0 6.71e+03 Tank Transportation + 3 5e+03 -4.36e+03 -1.06e+03 3.08e-06 0 4.58e+03 1.13e+04 expHall Transportation + 4 5e+03 -4.36e+03 -1.06e+03 3.08e-06 0 0 1.13e+04 Tank Transportation + 5 -3.13e+03 -1.6e+03 5e+03 3.08e-06 0 1.05e+04 2.18e+04 expHall Transportation + 6 -3.13e+03 -1.6e+03 5e+03 3.08e-06 0 0 2.18e+04 Tank Transportation + 7 -5e+03 -910 3.7e+03 3.08e-06 0 2.38e+03 2.42e+04 expHall Transportation + 8 -5e+03 -910 3.7e+03 3.08e-06 0 0 2.42e+04 Tank Transportation + 9 5e+03 -361 -2.91e+03 3.08e-06 0 1.2e+04 3.62e+04 expHall Transportation + 10 5e+03 -361 -2.91e+03 3.08e-06 0 0 3.62e+04 Tank Transportation + 11 4.59e+03 -54.2 -5e+03 3.08e-06 0 2.15e+03 3.83e+04 expHall Transportation + 12 4.59e+03 -54.2 -5e+03 3.08e-06 0 0 3.83e+04 Tank Transportation + 13 5e+03 4.4e+03 -2.13e+03 3.08e-06 0 5.31e+03 4.36e+04 expHall Transportation + 14 5e+03 4.4e+03 -2.13e+03 3.08e-06 0 0 4.36e+04 Tank Transportation + 15 4.53e+03 5e+03 -2.06e+03 3.08e-06 0 767 4.44e+04 expHall Transportation + 16 4.53e+03 5e+03 -2.06e+03 3.08e-06 0 0 4.44e+04 Tank Transportation + 17 -2.98e+03 -5e+03 -2.18e+03 3.08e-06 0 1.25e+04 5.69e+04 expHall Transportation + 18 -2.98e+03 -5e+03 -2.18e+03 3.08e-06 0 0 5.69e+04 Tank Transportation + 19 -5e+03 -3e+03 -2.27e+03 3.08e-06 0 2.84e+03 5.98e+04 expHall Transportation + 20 -5e+03 -3e+03 -2.27e+03 3.08e-06 0 0 5.98e+04 Tank Transportation + 21 5e+03 3.97e+03 1.04e+03 3.08e-06 0 1.26e+04 7.24e+04 expHall Transportation + 22 5e+03 3.97e+03 1.04e+03 3.08e-06 0 0 7.24e+04 Tank Transportation + 23 4.25e+03 5e+03 1.04e+03 3.08e-06 0 1.28e+03 7.37e+04 expHall Transportation + 24 4.25e+03 5e+03 1.04e+03 3.08e-06 0 0 7.37e+04 Tank Transportation + 25 -1.9e+03 -295 -5e+03 3.08e-06 0 1.01e+04 8.38e+04 expHall Transportation + 26 -1.9e+03 -295 -5e+03 3.08e-06 0 0 8.38e+04 Tank Transportation + 27 -5e+03 -1.68e+03 -996 3.08e-06 0 5.25e+03 8.9e+04 expHall Transportation + 28 -5e+03 -1.68e+03 -996 3.08e-06 0 0 8.9e+04 Tank Transportation + 29 -4.59e+03 -1.8e+03 -710 3.08e-06 0 514 8.95e+04 Tank OpRayleigh + 30 -2.85e+03 4.69e+03 5e+03 3.08e-06 0 8.81e+03 9.84e+04 expHall Transportation + 31 -2.85e+03 4.69e+03 5e+03 3.08e-06 0 0 9.84e+04 Tank Transportation + 32 -2.76e+03 5e+03 4.72e+03 3.08e-06 0 432 9.88e+04 expHall Transportation + 33 -2.76e+03 5e+03 4.72e+03 3.08e-06 0 0 9.88e+04 Tank Transportation + 34 -450 671 -5e+03 3.08e-06 0 1.09e+04 1.1e+05 expHall Transportation + 35 4.84e+03 -3.25e+03 -1e+04 3.08e-06 0 8.26e+03 1.18e+05 world Transportation + 36 1.01e+04 -7.16e+03 -1.5e+04 3.08e-06 0 8.26e+03 1.26e+05 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 29 1.43 0.126 -0.4 0.0808 0 0 1.95 Tank initStep + 30 1.43 0.124 -0.393 0.0778 0.00304 0.00741 1.96 Tank msc + 31 1.44 0.112 -0.373 0.0593 0.0185 0.0324 1.99 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.43 0.119 -0.386 4.09e-06 0 0 0 Tank initStep + 1 -4.1e+03 -5e+03 4.24e+03 4.09e-06 0 7.73e+03 7.73e+03 expHall Transportation + 2 -4.1e+03 -5e+03 4.24e+03 4.09e-06 0 0 7.73e+03 Tank Transportation + 3 -5e+03 -3.81e+03 4.68e+03 4.09e-06 0 1.56e+03 9.29e+03 expHall Transportation + 4 -5e+03 -3.81e+03 4.68e+03 4.09e-06 0 0 9.29e+03 Tank Transportation + 5 2.63e+03 -190 5e+03 4.09e-06 0 8.45e+03 1.77e+04 expHall Transportation + 6 2.63e+03 -190 5e+03 4.09e-06 0 0 1.77e+04 Tank Transportation + 7 5e+03 1.53e+03 4.29e+03 4.09e-06 0 3.02e+03 2.08e+04 expHall Transportation + 8 5e+03 1.53e+03 4.29e+03 4.09e-06 0 0 2.08e+04 Tank Transportation + 9 4.83e+03 1.59e+03 4.19e+03 4.09e-06 4.09e-06 207 2.1e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.44 0.113 -0.375 3.75e-06 0 0 0 Tank initStep + 1 -3.03e+03 -459 -5e+03 3.75e-06 0 5.87e+03 5.87e+03 expHall Transportation + 2 -9.68e+03 -2.28e+03 -1e+04 3.75e-06 0 8.52e+03 1.44e+04 world Transportation + 3 -1.5e+04 -3.74e+03 -1.4e+04 3.75e-06 0 6.81e+03 2.12e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 31 1.44 0.112 -0.373 0.0593 0 0 1.99 Tank initStep + 32 1.44 0.108 -0.371 0.0572 0.00206 0.0043 2 Tank msc + 33 1.44 0.0959 -0.357 0.0388 0.0184 0.0245 2.02 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.44 0.108 -0.37 3.56e-06 0 0 0 Tank initStep + 1 5e+03 3.13e+03 1.54e+03 3.56e-06 0 6.09e+03 6.09e+03 expHall Transportation + 2 5e+03 3.13e+03 1.54e+03 3.56e-06 0 0 6.09e+03 Tank Transportation + 3 3.94e+03 5e+03 2.08e+03 3.56e-06 0 2.22e+03 8.31e+03 expHall Transportation + 4 3.94e+03 5e+03 2.08e+03 3.56e-06 0 0 8.31e+03 Tank Transportation + 5 527 2.74e+03 4.76e+03 3.56e-06 3.56e-06 4.89e+03 1.32e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.44 0.102 -0.363 3.18e-06 0 0 0 Tank initStep + 1 -1.14e+03 -5e+03 -3.29e+03 3.18e-06 0 6.09e+03 6.09e+03 expHall Transportation + 2 -2.95e+03 -9.06e+03 -1e+04 3.18e-06 0 8.05e+03 1.41e+04 world Transportation + 3 -4.29e+03 -1.21e+04 -1.5e+04 3.18e-06 0 6e+03 2.01e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 33 1.44 0.0959 -0.357 0.0388 0 0 2.02 Tank initStep + 34 1.44 0.0944 -0.358 0.0381 0.000788 0.00203 2.02 Tank msc + 35 1.44 0.0846 -0.36 0.0215 0.0166 0.0176 2.04 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.44 0.0874 -0.359 3.46e-06 0 0 0 Tank initStep + 1 -5e+03 -1.91e+03 1.11e+03 3.46e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 -1e+04 -6.98e+03 -312 3.46e-06 0 7.26e+03 1.27e+04 world Transportation + 3 -1.5e+04 -1.21e+04 -1.73e+03 3.46e-06 0 7.26e+03 2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 35 1.44 0.0846 -0.36 0.0215 0 0 2.04 Tank initStep + 36 1.44 0.0841 -0.36 0.0209 0.000553 0.000702 2.04 Tank msc + 37 1.43 0.0811 -0.358 0 0.0209 0.00838 2.05 Tank eIoni + 38 1.43 0.0811 -0.358 0 0 0 2.05 Tank Scintillation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.43 0.0811 -0.358 0.511 0 0 0 Tank initStep + 1 46.9 22.4 -0.215 0.242 2.92e-05 50.7 50.7 Tank compt + 2 36.6 36.6 19.1 0.175 1.42e-05 26.2 76.9 Tank compt + 3 -51 -84.9 90.1 0.114 1.42e-05 166 243 Tank compt + 4 50.8 -116 5.96 0.0865 2.92e-05 136 378 Tank compt + 5 49.3 -53.3 36.2 0.0815 0.000537 70 448 Tank compt + 6 72.7 -14.2 23.3 0.0665 1.36e-05 47.4 496 Tank compt + 7 52.8 -11.1 37.3 0.0638 1.42e-05 24.6 520 Tank compt + 8 30.4 48.5 66.6 0.0506 1.42e-05 70 590 Tank compt + 9 35.8 39.3 65.5 0 0.000537 10.7 601 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.8 39.3 65.5 0.0501 0 0 0 Tank initStep + 1 35.8 39.3 65.5 0.0477 0.00233 0.00341 0.00341 Tank msc + 2 35.8 39.3 65.5 0.0327 0.015 0.0218 0.0252 Tank eIoni + 3 35.8 39.3 65.5 0.0191 0.0136 0.016 0.0412 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 64, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.8 39.3 65.5 3.27e-06 0 0 0 Tank initStep + 1 -628 2.21e+03 5e+03 3.27e-06 0 5.43e+03 5.43e+03 expHall Transportation + 2 -1.35e+03 5.48e+03 1e+04 3.27e-06 0 6.02e+03 1.14e+04 world Transportation + 3 -2.08e+03 8.75e+03 1.5e+04 3.27e-06 0 6.02e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 63, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.8 39.3 65.5 3.76e-06 0 0 0 Tank initStep + 1 2.31e+03 1.36e+03 -2.24e+03 3.76e-06 3.76e-06 3.5e+03 3.5e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 35.8 39.3 65.5 0.0191 0 0 0.0412 Tank initStep + 4 35.8 39.3 65.5 0.0187 0.000401 0.000622 0.0419 Tank msc + 5 35.8 39.3 65.5 0 0.0187 0.00749 0.0494 Tank eIoni + 6 35.8 39.3 65.5 0 0 0 0.0494 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 66, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.8 39.3 65.5 3.44e-06 0 0 0 Tank initStep + 1 5e+03 -4.51e+03 4.42e+03 3.44e-06 0 8.02e+03 8.02e+03 expHall Transportation + 2 1e+04 -9.07e+03 7.17e+03 3.44e-06 0 7.31e+03 1.53e+04 world Transportation + 3 1.5e+04 -1.36e+04 9.92e+03 3.44e-06 0 7.31e+03 2.26e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 65, Parent ID = 62 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 35.8 39.3 65.5 3.57e-06 0 0 0 Tank initStep + 1 1.65e+03 -5e+03 3.93e+03 3.57e-06 0 6.55e+03 6.55e+03 expHall Transportation + 2 6.93e+03 -9e+03 1e+04 3.57e-06 0 8.98e+03 1.55e+04 world Transportation + 3 1.13e+04 -1.23e+04 1.5e+04 3.57e-06 0 7.41e+03 2.29e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 30.4 48.5 66.6 0.0132 0 0 0 Tank initStep + 1 30.4 48.5 66.6 0.0102 0.003 0.000323 0.000323 Tank msc + 2 30.4 48.5 66.6 0 0.0102 0.00257 0.00289 Tank eIoni + 3 30.4 48.5 66.6 0 0 0 0.00289 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 52.8 -11.1 37.3 0.00266 0 0 0 Tank initStep + 1 52.8 -11.1 37.3 0.00266 0 2.01e-05 2.01e-05 Tank msc + 2 52.8 -11.1 37.3 0 0.00266 0.000251 0.000271 Tank eIoni + 3 52.8 -11.1 37.3 0 0 0 0.000271 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 72.7 -14.2 23.3 0.015 0 0 0 Tank initStep + 1 72.7 -14.2 23.3 0.0143 0.000752 0.000405 0.000405 Tank msc + 2 72.7 -14.2 23.3 0 0.0143 0.00463 0.00503 Tank eIoni + 3 72.7 -14.2 23.3 0 0 0 0.00503 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 49.3 -53.3 36.2 0.0044 0 0 0 Tank initStep + 1 49.3 -53.3 36.2 0.00423 0.000166 4.73e-05 4.73e-05 Tank msc + 2 49.3 -53.3 36.2 0 0.00423 0.000554 0.000601 Tank eIoni + 3 49.3 -53.3 36.2 0 0 0 0.000601 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 50.8 -116 5.96 0.0279 0 0 0 Tank initStep + 1 50.8 -116 5.95 0.0272 0.000771 0.00122 0.00122 Tank msc + 2 50.8 -116 5.95 0.015 0.0121 0.0134 0.0146 Tank eIoni + 3 50.8 -116 5.95 0 0.015 0.00506 0.0196 Tank eIoni + 4 50.8 -116 5.95 0 0 0 0.0196 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51 -84.9 90.1 0.0602 0 0 0 Tank initStep + 1 -51 -84.9 90.1 0.0581 0.00215 0.00471 0.00471 Tank msc + 2 -51.1 -84.9 90.1 0.0416 0.0165 0.0256 0.0303 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 67, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.1 -84.9 90.1 3.55e-06 0 0 0 Tank initStep + 1 4.4e+03 1.07e+03 -1.37e+03 3.55e-06 3.55e-06 4.82e+03 4.82e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 -51.1 -84.9 90.1 0.0416 0 0 0.0303 Tank initStep + 3 -51.1 -84.9 90.1 0.0397 0.00183 0.00245 0.0327 Tank msc + 4 -51.1 -84.9 90.1 0.0287 0.011 0.0188 0.0516 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 68, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.1 -84.9 90.1 3.54e-06 0 0 0 Tank initStep + 1 -7.96 -5e+03 -858 3.54e-06 0 5.01e+03 5.01e+03 expHall Transportation + 2 -519 -1e+04 -1.98e+03 3.54e-06 0 5.15e+03 1.02e+04 world Transportation + 3 -1.03e+03 -1.5e+04 -3.1e+03 3.54e-06 0 5.15e+03 1.53e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 4 -51.1 -84.9 90.1 0.0287 0 0 0.0516 Tank initStep + 5 -51.1 -84.9 90.1 0.0254 0.0033 0.00128 0.0529 Tank msc + 6 -51.1 -84.9 90.1 0.00493 0.0205 0.0123 0.0652 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 56 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -51.1 -84.9 90.1 2.34e-06 0 0 0 Tank initStep + 1 -294 -5e+03 1.95e+03 2.34e-06 0 5.26e+03 5.26e+03 expHall Transportation + 2 -1.78e+03 -1e+04 5.13e+03 2.34e-06 0 6.11e+03 1.14e+04 world Transportation + 3 -3.27e+03 -1.5e+04 8.31e+03 2.34e-06 0 6.11e+03 1.75e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 -51.1 -84.9 90.1 0.00493 0 0 0.0652 Tank initStep + 7 -51.1 -84.9 90.1 0.00469 0.000237 5.75e-05 0.0653 Tank msc + 8 -51.1 -84.9 90.1 0 0.00469 0.000661 0.0659 Tank eIoni + 9 -51.1 -84.9 90.1 0 0 0 0.0659 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.6 36.6 19.1 0.0674 0 0 0 Tank initStep + 1 36.6 36.6 19.1 0.0651 0.00227 0.00574 0.00574 Tank msc + 2 36.6 36.7 19.1 0.05 0.0151 0.0283 0.0341 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.6 36.7 19.1 2.25e-06 0 0 0 Tank initStep + 1 -1.25e+03 -5e+03 572 2.25e-06 0 5.23e+03 5.23e+03 expHall Transportation + 2 -6.72e+03 -1e+04 3.81e+03 2.25e-06 0 8.09e+03 1.33e+04 world Transportation + 3 -1.22e+04 -1.5e+04 7.04e+03 2.25e-06 0 8.09e+03 2.14e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 2 36.6 36.7 19.1 0.05 0 0 0.0341 Tank initStep + 3 36.6 36.7 19.1 0.0476 0.00237 0.0034 0.0375 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.6 36.7 19.1 3.77e-06 0 0 0 Tank initStep + 1 -1.43e+03 556 -2.29e+03 3.77e-06 0 2.79e+03 2.79e+03 Tank OpRayleigh + 2 5e+03 -2.07e+03 9.59 3.77e-06 0 7.32e+03 1.01e+04 expHall Transportation + 3 1e+04 -8.02e+03 9.2e+03 3.77e-06 0 1.2e+04 2.21e+04 world Transportation + 4 1.32e+04 -1.18e+04 1.5e+04 3.77e-06 0 7.6e+03 2.97e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 3 36.6 36.7 19.1 0.0476 0 0 0.0375 Tank initStep + 4 36.6 36.7 19.2 0.0464 0.00119 0.00312 0.0406 Tank msc + 5 36.6 36.7 19.2 0.0322 0.0142 0.0213 0.0619 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.6 36.7 19.2 3.71e-06 0 0 0 Tank initStep + 1 -5e+03 -188 -562 3.71e-06 0 5.07e+03 5.07e+03 expHall Transportation + 2 -1e+04 -1.14e+03 -1.48e+03 3.71e-06 0 5.17e+03 1.02e+04 world Transportation + 3 -1.5e+04 -2.1e+03 -2.4e+03 3.71e-06 0 5.17e+03 1.54e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 5 36.6 36.7 19.2 0.0322 0 0 0.0619 Tank initStep + 6 36.6 36.7 19.2 0.0317 0.00058 0.00156 0.0635 Tank msc + 7 36.6 36.7 19.2 0.0181 0.0136 0.0156 0.079 Tank eIoni + 8 36.6 36.7 19.2 0 0.0181 0.00703 0.0861 Tank eIoni + 9 36.6 36.7 19.2 0 0 0 0.0861 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.6 36.7 19.2 3.86e-06 0 0 0 Tank initStep + 1 -321 1.91e+03 -1.78e+03 3.86e-06 3.86e-06 2.62e+03 2.62e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 55 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 36.6 36.7 19.2 2.06e-06 0 0 0 Tank initStep + 1 834 -201 112 2.06e-06 2.06e-06 837 837 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 46.9 22.4 -0.215 0.269 0 0 0 Tank initStep + 1 47 22.4 -0.24 0.261 0.00838 0.0409 0.0409 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 76, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47 22.4 -0.231 3.59e-06 0 0 0 Tank initStep + 1 -5e+03 3.14e+03 -2.27e+03 3.59e-06 0 6.35e+03 6.35e+03 expHall Transportation + 2 -5e+03 3.14e+03 -2.27e+03 3.59e-06 0 0 6.35e+03 Tank Transportation + 3 -4.42e+03 4.36e+03 -5e+03 3.59e-06 0 3.04e+03 9.4e+03 expHall Transportation + 4 -3.17e+03 9.29e+03 -1e+04 3.59e-06 0 7.13e+03 1.65e+04 world Transportation + 5 -1.92e+03 1.42e+04 -1.5e+04 3.59e-06 0 7.13e+03 2.37e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47 22.4 -0.229 4.08e-06 0 0 0 Tank initStep + 1 2.2e+03 -5e+03 16.2 4.08e-06 0 5.46e+03 5.46e+03 expHall Transportation + 2 6.7e+03 -1e+04 40.8 4.08e-06 0 6.73e+03 1.22e+04 world Transportation + 3 1.12e+04 -1.5e+04 65.4 4.08e-06 0 6.73e+03 1.89e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 1 47 22.4 -0.24 0.261 0 0 0.0409 Tank initStep + 2 47 22.4 -0.265 0.252 0.00882 0.0384 0.0793 Tank Cerenkov + 3 47 22.4 -0.284 0.244 0.00787 0.036 0.115 Tank Cerenkov + 4 47 22.4 -0.286 0.243 0.000602 0.00551 0.121 Tank Cerenkov + 5 47 22.4 -0.288 0.243 0.000251 0.00317 0.124 Tank Cerenkov + 6 47 22.4 -0.289 0.243 0.000391 0.0022 0.126 Tank Cerenkov + 7 47 22.4 -0.289 0.243 8.34e-05 0.000687 0.127 Tank Cerenkov + 8 47 22.4 -0.289 0.242 7.2e-05 0.000364 0.127 Tank Cerenkov + 9 47 22.4 -0.289 0.242 4.98e-05 8.54e-05 0.127 Tank Cerenkov + 10 47.1 22.3 -0.351 0.211 0.0314 0.136 0.264 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 79, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.1 22.4 -0.313 3.96e-06 0 0 0 Tank initStep + 1 5e+03 1.4e+03 1.78e+03 3.96e-06 0 5.44e+03 5.44e+03 expHall Transportation + 2 1e+04 6.49e+03 6.01e+03 3.96e-06 0 8.3e+03 1.37e+04 world Transportation + 3 1.5e+04 1.16e+04 1.02e+04 3.96e-06 0 8.3e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 78, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.1 22.3 -0.344 3.05e-06 0 0 0 Tank initStep + 1 -3.57e+03 3.23e+03 5e+03 3.05e-06 0 6.96e+03 6.96e+03 expHall Transportation + 2 -3.57e+03 3.23e+03 5e+03 3.05e-06 0 0 6.96e+03 Tank Transportation + 3 -5e+03 3.99e+03 4.6e+03 3.05e-06 0 1.67e+03 8.62e+03 expHall Transportation + 4 -5e+03 3.99e+03 4.6e+03 3.05e-06 0 0 8.62e+03 Tank Transportation + 5 -3.2e+03 4.18e+03 4.29e+03 3.05e-06 3.05e-06 1.83e+03 1.05e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.1 22.3 -0.341 4.08e-06 0 0 0 Tank initStep + 1 -45.1 -4.52e+03 3.4e+03 4.08e-06 4.08e-06 5.67e+03 5.67e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 10 47.1 22.3 -0.351 0.211 0 0 0.264 Tank initStep + 11 47.2 22.3 -0.385 0.204 0.00693 0.0388 0.303 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 81, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.1 22.3 -0.367 3.61e-06 0 0 0 Tank initStep + 1 -34.1 2e+03 -275 3.61e-06 0 2e+03 2e+03 Bubble Transportation + 2 -90.3 3e+03 -466 3.61e-06 3.61e-06 1.02e+03 3.02e+03 Tank Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 80, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.1 22.3 -0.356 2.53e-06 0 0 0 Tank initStep + 1 4.98e+03 -5e+03 2.22e+03 2.53e-06 0 7.38e+03 7.38e+03 expHall Transportation + 2 1e+04 -5.9e+03 3.72e+03 2.53e-06 0 5.31e+03 1.27e+04 world Transportation + 3 1.5e+04 -6.8e+03 5.22e+03 2.53e-06 0 5.3e+03 1.8e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 11 47.2 22.3 -0.385 0.204 0 0 0.303 Tank initStep + 12 47.2 22.3 -0.415 0.189 0.0153 0.0368 0.339 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 82, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.2 22.3 -0.4 3.45e-06 0 0 0 Tank initStep + 1 5e+03 -4.18e+03 -559 3.45e-06 0 6.52e+03 6.52e+03 expHall Transportation + 2 8.91e+03 -1e+04 -3.43e+03 3.45e-06 0 7.58e+03 1.41e+04 world Transportation + 3 1.23e+04 -1.5e+04 -5.89e+03 3.45e-06 0 6.51e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 12 47.2 22.3 -0.415 0.189 0 0 0.339 Tank initStep + 13 47.2 22.4 -0.428 0.182 0.0071 0.0325 0.372 Tank msc + 14 47.3 22.4 -0.457 0.156 0.0262 0.0922 0.464 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 86, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.2 22.4 -0.441 2.37e-06 0 0 0 Tank initStep + 1 3.36e+03 -5e+03 -2.22e+03 2.37e-06 0 6.41e+03 6.41e+03 expHall Transportation + 2 3.36e+03 -5e+03 -2.22e+03 2.37e-06 0 0 6.41e+03 Tank Transportation + 3 5e+03 -1.97e+03 -3.21e+03 2.37e-06 0 3.58e+03 1e+04 expHall Transportation + 4 5e+03 -1.97e+03 -3.21e+03 2.37e-06 0 0 1e+04 Tank Transportation + 5 4.99e+03 -1.95e+03 -3.22e+03 2.37e-06 2.37e-06 29.4 1e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 85, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.2 22.4 -0.433 3.33e-06 0 0 0 Tank initStep + 1 -2.53e+03 779 5e+03 3.33e-06 0 5.68e+03 5.68e+03 expHall Transportation + 2 -2.53e+03 779 5e+03 3.33e-06 0 0 5.68e+03 Tank Transportation + 3 -5e+03 2.48e+03 2.18e+03 3.33e-06 0 4.11e+03 9.79e+03 expHall Transportation + 4 -6.23e+03 1e+04 -9.27e+03 3.33e-06 0 1.38e+04 2.35e+04 world Transportation + 5 -6.84e+03 1.38e+04 -1.5e+04 3.33e-06 0 6.88e+03 3.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 84, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.2 22.4 -0.437 2.51e-06 0 0 0 Tank initStep + 1 -1.95e+03 5e+03 2.51e+03 2.51e-06 0 5.92e+03 5.92e+03 expHall Transportation + 2 -1.95e+03 5e+03 2.51e+03 2.51e-06 0 0 5.92e+03 Tank Transportation + 3 -3.64e+03 2.13e+03 5e+03 2.51e-06 0 4.16e+03 1.01e+04 expHall Transportation + 4 -3.64e+03 2.13e+03 5e+03 2.51e-06 0 0 1.01e+04 Tank Transportation + 5 -4.62e+03 -4.74e+03 -5e+03 2.51e-06 0 1.22e+04 2.23e+04 expHall Transportation + 6 -5.21e+03 -1e+04 -6.89e+03 2.51e-06 0 5.62e+03 2.79e+04 world Transportation + 7 -5.76e+03 -1.5e+04 -8.68e+03 2.51e-06 0 5.34e+03 3.32e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 83, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.2 22.4 -0.44 2.51e-06 0 0 0 Tank initStep + 1 2.27e+03 5e+03 -3.76e+03 2.51e-06 0 6.62e+03 6.62e+03 expHall Transportation + 2 2.27e+03 5e+03 -3.76e+03 2.51e-06 0 0 6.62e+03 Tank Transportation + 3 2.64e+03 4.27e+03 -5e+03 2.51e-06 0 1.48e+03 8.11e+03 expHall Transportation + 4 2.64e+03 4.27e+03 -5e+03 2.51e-06 0 0 8.11e+03 Tank Transportation + 5 1.79e+03 -5e+03 487 2.51e-06 0 1.08e+04 1.89e+04 expHall Transportation + 6 1.79e+03 -5e+03 487 2.51e-06 0 0 1.89e+04 Tank Transportation + 7 2.74e+03 -2.43e+03 5e+03 2.51e-06 0 5.28e+03 2.42e+04 expHall Transportation + 8 2.74e+03 -2.43e+03 5e+03 2.51e-06 0 0 2.42e+04 Tank Transportation + 9 3.55e+03 -2.12e+03 4.49e+03 2.51e-06 2.51e-06 1e+03 2.52e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 14 47.3 22.4 -0.457 0.156 0 0 0.464 Tank initStep + 15 47.3 22.4 -0.457 0.0949 0.0606 0.0237 0.488 Tank msc + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 89, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.4 -0.457 2.2e-06 0 0 0 Tank initStep + 1 2.13e+03 -761 -5e+03 2.2e-06 0 5.47e+03 5.47e+03 expHall Transportation + 2 1e+04 -5.33e+03 -9.41e+03 2.2e-06 0 1.01e+04 1.56e+04 world Transportation + 3 1.5e+04 -8.22e+03 -1.22e+04 2.2e-06 0 6.42e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 88, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.4 -0.457 3.69e-06 0 0 0 Tank initStep + 1 396 1.16e+03 5e+03 3.69e-06 0 5.14e+03 5.14e+03 expHall Transportation + 2 396 1.16e+03 5e+03 3.69e-06 0 0 5.14e+03 Tank Transportation + 3 2.65e+03 5e+03 2.48e+03 3.69e-06 0 5.11e+03 1.03e+04 expHall Transportation + 4 1e+04 9.22e+03 -8.55e+03 3.69e-06 0 1.39e+04 2.42e+04 world Transportation + 5 1.43e+04 1.17e+04 -1.5e+04 3.69e-06 0 8.14e+03 3.23e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 87, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.4 -0.457 2.85e-06 0 0 0 Tank initStep + 1 -1.3e+03 1.2e+03 -2.04e+03 2.85e-06 2.85e-06 2.72e+03 2.72e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 15 47.3 22.4 -0.457 0.0949 0 0 0.488 Tank initStep + 16 47.3 22.4 -0.455 0.0934 0.00154 0.0104 0.498 Tank msc + 17 47.3 22.5 -0.45 0.0749 0.0185 0.0407 0.539 Tank eIoni + 18 47.3 22.5 -0.439 0.0623 0.0126 0.0323 0.571 Tank eIoni + 19 47.3 22.5 -0.448 0.0482 0.0141 0.0272 0.598 Tank eIoni + 20 47.3 22.5 -0.444 0.035 0.0133 0.022 0.62 Tank eIoni + 21 47.3 22.5 -0.435 0.021 0.014 0.017 0.637 Tank eIoni + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 90, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.5 -0.439 3.55e-06 0 0 0 Tank initStep + 1 -324 -132 5e+03 3.55e-06 0 5.02e+03 5.02e+03 expHall Transportation + 2 -809 -3.76e+03 1e+04 3.55e-06 0 6.2e+03 1.12e+04 world Transportation + 3 -1.29e+03 -7.4e+03 1.5e+04 3.55e-06 0 6.2e+03 1.74e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 21 47.3 22.5 -0.435 0.021 0 0 0.637 Tank initStep + 22 47.3 22.5 -0.435 0.0203 0.000657 0.00073 0.638 Tank msc + 23 47.3 22.5 -0.437 0 0.0203 0.00862 0.647 Tank eIoni + 24 47.3 22.5 -0.437 0 0 0 0.647 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 93, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.5 -0.435 3.43e-06 0 0 0 Tank initStep + 1 -5e+03 -3.31e+03 3.77e+03 3.43e-06 0 7.13e+03 7.13e+03 expHall Transportation + 2 -5e+03 -3.31e+03 3.77e+03 3.43e-06 0 0 7.13e+03 Tank Transportation + 3 -3.21e+03 -5e+03 4.8e+03 3.43e-06 0 2.67e+03 9.8e+03 expHall Transportation + 4 -3.21e+03 -5e+03 4.8e+03 3.43e-06 0 0 9.8e+03 Tank Transportation + 5 -3.2e+03 -4.6e+03 5e+03 3.43e-06 0 446 1.02e+04 expHall Transportation + 6 -3.2e+03 -4.6e+03 5e+03 3.43e-06 0 0 1.02e+04 Tank Transportation + 7 -4.53e+03 5e+03 3.61e+03 3.43e-06 0 9.8e+03 2e+04 expHall Transportation + 8 -6.73e+03 1e+04 2.87e+03 3.43e-06 0 5.51e+03 2.55e+04 world Transportation + 9 -8.93e+03 1.5e+04 2.14e+03 3.43e-06 0 5.51e+03 3.11e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 92, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.5 -0.436 2.18e-06 0 0 0 Tank initStep + 1 119 -4.65e+03 -5e+03 2.18e-06 0 6.84e+03 6.84e+03 expHall Transportation + 2 119 -4.65e+03 -5e+03 2.18e-06 0 0 6.84e+03 Tank Transportation + 3 22.6 -5e+03 -4.82e+03 2.18e-06 0 408 7.25e+03 expHall Transportation + 4 22.6 -5e+03 -4.82e+03 2.18e-06 0 0 7.25e+03 Tank Transportation + 5 -5e+03 -473 489 2.18e-06 0 8.59e+03 1.58e+04 expHall Transportation + 6 -5e+03 -473 489 2.18e-06 0 0 1.58e+04 Tank Transportation + 7 4.18e+03 2.71e+03 5e+03 2.18e-06 0 1.07e+04 2.66e+04 expHall Transportation + 8 4.18e+03 2.71e+03 5e+03 2.18e-06 0 0 2.66e+04 Tank Transportation + 9 4.23e+03 2.74e+03 4.98e+03 2.18e-06 2.18e-06 62.9 2.66e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 91, Parent ID = 54 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 47.3 22.5 -0.436 3.4e-06 0 0 0 Tank initStep + 1 -5e+03 -605 -1.03e+03 3.4e-06 0 5.19e+03 5.19e+03 expHall Transportation + 2 -1e+04 -2.88e+03 -3.86e+03 3.4e-06 0 6.18e+03 1.14e+04 world Transportation + 3 -1.5e+04 -5.15e+03 -6.7e+03 3.4e-06 0 6.18e+03 1.76e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 1.43 0.0811 -0.358 0.511 0 0 0 Tank initStep + 1 -15.7 -8.31 -0.411 0.31 1.42e-05 19.1 19.1 Tank compt + 2 -9.5 -77.6 -14.3 0.19 1.42e-05 71 90 Tank compt + 3 35.8 -86.4 66.1 0.165 1.42e-05 92.7 183 Tank compt + 4 -7.47 -67.5 171 0.14 0.000537 115 298 Tank compt + 5 17.3 -126 244 0.0919 1.36e-05 97.3 395 Tank compt + 6 11 -124 221 0.079 1.42e-05 23.9 419 Tank compt + 7 53.5 -203 192 0.0648 1.36e-05 94.1 513 Tank compt + 8 28.3 -208 208 0.0536 1.42e-05 29.9 543 Tank compt + 9 108 -307 78.3 0.049 1.42e-05 181 724 Tank compt + 10 110 -307 78.8 0.0415 1.42e-05 2.76 727 Tank compt + 11 101 -312 72.1 0.0361 1.42e-05 12.5 740 Tank compt + 12 101 -294 79.3 0 0.000537 19.6 759 Tank phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 -294 79.3 0.0355 0 0 0 Tank initStep + 1 101 -294 79.3 0.0338 0.00177 0.00186 0.00186 Tank msc + 2 101 -294 79.3 0.0176 0.0162 0.0165 0.0183 Tank eIoni + 3 101 -294 79.3 0 0.0176 0.00671 0.025 Tank eIoni + 4 101 -294 79.3 0 0 0 0.025 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 107, Parent ID = 105 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 -294 79.3 3.93e-06 0 0 0 Tank initStep + 1 93.4 -3.81e+03 677 3.93e-06 0 3.57e+03 3.57e+03 Tank OpRayleigh + 2 -1.4e+03 2e+03 5e+03 3.93e-06 0 7.4e+03 1.1e+04 expHall Transportation + 3 -1.4e+03 2e+03 5e+03 3.93e-06 0 0 1.1e+04 Tank Transportation + 4 -3.05e+03 5e+03 -4.96e+03 3.93e-06 0 1.05e+04 2.15e+04 expHall Transportation + 5 -3.05e+03 5e+03 -4.96e+03 3.93e-06 0 0 2.15e+04 Tank Transportation + 6 -3.06e+03 4.97e+03 -5e+03 3.93e-06 0 49.1 2.15e+04 expHall Transportation + 7 -3.06e+03 4.97e+03 -5e+03 3.93e-06 0 0 2.15e+04 Tank Transportation + 8 -4.24e+03 -2.05e+03 4.36e+03 3.93e-06 3.93e-06 1.18e+04 3.33e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 106, Parent ID = 105 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 -294 79.3 3.48e-06 0 0 0 Tank initStep + 1 4.18e+03 -2.62e+03 5e+03 3.48e-06 0 6.8e+03 6.8e+03 expHall Transportation + 2 4.18e+03 -2.62e+03 5e+03 3.48e-06 0 0 6.8e+03 Tank Transportation + 3 5e+03 -3.04e+03 4.59e+03 3.48e-06 0 1.01e+03 7.81e+03 expHall Transportation + 4 8.81e+03 -1e+04 -1.25e+03 3.48e-06 0 9.85e+03 1.77e+04 world Transportation + 5 1.16e+04 -1.5e+04 -5.44e+03 3.48e-06 0 7.08e+03 2.47e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 101 -312 72.1 0.00538 0 0 0 Tank initStep + 1 101 -312 72.1 0.00521 0.000176 6.7e-05 6.7e-05 Tank msc + 2 101 -312 72.1 0 0.00521 0.00079 0.000857 Tank eIoni + 3 101 -312 72.1 0 0 0 0.000857 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 110 -307 78.8 0.00749 0 0 0 Tank initStep + 1 110 -307 78.8 0.0071 0.000383 0.000119 0.000119 Tank msc + 2 110 -307 78.8 0 0.0071 0.00136 0.00148 Tank eIoni + 3 110 -307 78.8 0 0 0 0.00148 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 108 -307 78.3 0.00461 0 0 0 Tank initStep + 1 108 -307 78.3 0.00439 0.000216 5.14e-05 5.14e-05 Tank msc + 2 108 -307 78.3 0 0.00439 0.000591 0.000643 Tank eIoni + 3 108 -307 78.3 0 0 0 0.000643 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.3 -208 208 0.0112 0 0 0 Tank initStep + 1 28.3 -208 208 0.011 0.000198 0.000242 0.000242 Tank msc + 2 28.3 -208 208 0 0.011 0.00293 0.00317 Tank eIoni + 3 28.3 -208 208 0 0 0 0.00317 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 109, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.3 -208 208 3.58e-06 0 0 0 Tank initStep + 1 4.82e+03 -1.06e+03 2.08e+03 3.58e-06 3.58e-06 5.22e+03 5.22e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 108, Parent ID = 101 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 28.3 -208 208 3.25e-06 0 0 0 Tank initStep + 1 -2.37e+03 -5e+03 4.25e+03 3.25e-06 0 6.71e+03 6.71e+03 expHall Transportation + 2 -2.37e+03 -5e+03 4.25e+03 3.25e-06 0 0 6.71e+03 Tank Transportation + 3 -3.59e+03 -2.66e+03 5e+03 3.25e-06 0 2.74e+03 9.45e+03 expHall Transportation + 4 -3.59e+03 -2.66e+03 5e+03 3.25e-06 0 0 9.45e+03 Tank Transportation + 5 -5e+03 4.91e+03 -1.88e+03 3.25e-06 0 1.03e+04 1.98e+04 expHall Transportation + 6 -5e+03 4.91e+03 -1.88e+03 3.25e-06 0 0 1.98e+04 Tank Transportation + 7 -4.95e+03 5e+03 -1.96e+03 3.25e-06 0 132 1.99e+04 expHall Transportation + 8 -4.95e+03 5e+03 -1.96e+03 3.25e-06 0 0 1.99e+04 Tank Transportation + 9 -3.18e+03 52.4 -4.69e+03 3.25e-06 0 5.92e+03 2.58e+04 Tank OpRayleigh + 10 -3.09e+03 -22.3 -5e+03 3.25e-06 0 330 2.62e+04 expHall Transportation + 11 -1.86e+03 -622 -1e+04 3.25e-06 0 5.18e+03 3.13e+04 world Transportation + 12 -639 -1.22e+03 -1.5e+04 3.25e-06 0 5.18e+03 3.65e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 53.5 -203 192 0.0142 0 0 0 Tank initStep + 1 53.5 -203 192 0.0138 0.000333 0.000365 0.000365 Tank msc + 2 53.5 -203 192 0 0.0138 0.00438 0.00474 Tank eIoni + 3 53.5 -203 192 0 0 0 0.00474 Tank NoProcess + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 52 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 11 -124 221 0.0129 0 0 0 Tank initStep + 1 11 -124 221 0.0126 0.00028 0.000311 0.000311 Tank msc + 2 11 -124 221 0 0.0126 0.00374 0.00405 Tank eIoni + 3 11 -124 221 0 0 0 0.00405 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 43, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.9 4.05e-06 0 0 0 Tank initStep - 1 -202 -1.98e+03 -1.39e+03 4.05e-06 4.05e-06 2.59e+03 2.59e+03 Tank OpAbsorption + 0 17.3 -126 244 0.0477 0 0 0 Tank initStep + 1 17.3 -126 244 0.0464 0.00128 0.00312 0.00312 Tank msc + 2 17.3 -126 244 0.0333 0.0131 0.0213 0.0244 Tank eIoni + 3 17.3 -126 244 0.017 0.0163 0.0163 0.0407 Tank eIoni + 4 17.3 -126 244 0 0.017 0.00633 0.047 Tank eIoni + 5 17.3 -126 244 0 0 0 0.047 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 6 -126 173 39.9 0.108 0 0 0.302 Tank initStep - 7 -126 173 39.9 0.104 0.00431 0.013 0.315 Tank msc - 8 -126 173 39.9 0.0875 0.0166 0.0459 0.361 Tank eIoni + 0 -7.47 -67.5 171 0.025 0 0 0 Tank initStep + 1 -7.47 -67.5 171 0.0241 0.000925 0.001 0.001 Tank msc + 2 -7.47 -67.5 171 0.00853 0.0156 0.0115 0.0125 Tank eIoni + 3 -7.47 -67.5 171 0 0.00853 0.00188 0.0144 Tank eIoni + 4 -7.47 -67.5 171 0 0 0 0.0144 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.9 2.53e-06 0 0 0 Tank initStep - 1 5e+03 1.76e+03 1.91e+03 2.53e-06 0 5.68e+03 5.68e+03 expHall Transportation - 2 1e+04 3.56e+03 4.45e+03 2.53e-06 0 5.89e+03 1.16e+04 world Transportation - 3 1.5e+04 5.37e+03 6.99e+03 2.53e-06 0 5.89e+03 1.75e+04 OutOfWorld Transportation + 0 35.8 -86.4 66.1 0.0252 0 0 0 Tank initStep + 1 35.8 -86.4 66.1 0.0242 0.000958 0.00101 0.00101 Tank msc + 2 35.8 -86.4 66.1 0.00347 0.0208 0.0116 0.0126 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 110, Parent ID = 96 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.9 2.79e-06 0 0 0 Tank initStep - 1 677 -5e+03 169 2.79e-06 0 5.24e+03 5.24e+03 expHall Transportation - 2 1.6e+03 -1e+04 1.88e+03 2.79e-06 0 5.37e+03 1.06e+04 world Transportation - 3 2.52e+03 -1.5e+04 3.6e+03 2.79e-06 0 5.37e+03 1.6e+04 OutOfWorld Transportation + 0 35.8 -86.4 66.1 3.99e-06 0 0 0 Tank initStep + 1 3.49e+03 4.16e+03 5e+03 3.99e-06 0 7.37e+03 7.37e+03 expHall Transportation + 2 3.49e+03 4.16e+03 5e+03 3.99e-06 0 0 7.37e+03 Tank Transportation + 3 3.79e+03 5e+03 4.74e+03 3.99e-06 0 928 8.3e+03 expHall Transportation + 4 8.7e+03 1e+04 -2.26e+03 3.99e-06 0 9.9e+03 1.82e+04 world Transportation + 5 1.36e+04 1.5e+04 -9.25e+03 3.99e-06 0 9.9e+03 2.81e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 44, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.9 3.9e-06 0 0 0 Tank initStep - 1 -120 165 45.2 3.9e-06 3.9e-06 11.4 11.4 Tank OpAbsorption + 2 35.8 -86.4 66.1 0.00347 0 0 0.0126 Tank initStep + 3 35.8 -86.4 66.1 0.00335 0.000114 3.15e-05 0.0126 Tank msc + 4 35.8 -86.4 66.1 0 0.00335 0.000372 0.013 Tank eIoni + 5 35.8 -86.4 66.1 0 0 0 0.013 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -126 173 39.9 0.0875 0 0 0.361 Tank initStep - 9 -126 173 39.9 0.0851 0.00243 0.00905 0.37 Tank msc - 10 -126 173 39.8 0.0668 0.0183 0.0368 0.407 Tank eIoni + 0 -9.5 -77.6 -14.3 0.119 0 0 0 Tank initStep + 1 -9.5 -77.6 -14.3 0.115 0.00448 0.0153 0.0153 Tank msc + 2 -9.48 -77.7 -14.4 0.101 0.0139 0.0515 0.0668 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 111, Parent ID = 95 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.8 3.41e-06 0 0 0 Tank initStep - 1 114 -5e+03 175 3.41e-06 0 5.18e+03 5.18e+03 expHall Transportation - 2 1.63e+03 -1e+04 -124 3.41e-06 0 5.23e+03 1.04e+04 world Transportation - 3 3.14e+03 -1.5e+04 -423 3.41e-06 0 5.23e+03 1.56e+04 OutOfWorld Transportation + 0 -9.49 -77.6 -14.4 3.71e-06 0 0 0 Tank initStep + 1 -854 1.65e+03 5e+03 3.71e-06 0 5.37e+03 5.37e+03 expHall Transportation + 2 -6.44e+03 1e+04 7.76e+03 3.71e-06 0 1.04e+04 1.58e+04 world Transportation + 3 -9.79e+03 1.5e+04 9.41e+03 3.71e-06 0 6.24e+03 2.2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -126 173 39.8 0.0668 0 0 0.407 Tank initStep - 11 -126 173 39.8 0.0648 0.00193 0.00565 0.412 Tank msc - 12 -126 173 39.8 0.0498 0.015 0.0282 0.441 Tank eIoni - 13 -126 173 39.8 0.0368 0.013 0.0225 0.463 Tank eIoni + 2 -9.48 -77.7 -14.4 0.101 0 0 0.0668 Tank initStep + 3 -9.48 -77.7 -14.4 0.0989 0.00209 0.0116 0.0783 Tank msc + 4 -9.47 -77.7 -14.4 0.0795 0.0194 0.0433 0.122 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 49, Parent ID = 24 +* G4Track Information: Particle = opticalphoton, Track ID = 112, Parent ID = 95 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.8 3.85e-06 0 0 0 Tank initStep - 1 1.84e+03 -1.76e+03 -5e+03 3.85e-06 0 5.74e+03 5.74e+03 expHall Transportation - 2 3.64e+03 -2.71e+03 -1e+04 3.85e-06 0 5.4e+03 1.11e+04 world Transportation - 3 5.44e+03 -3.67e+03 -1.5e+04 3.85e-06 0 5.4e+03 1.65e+04 OutOfWorld Transportation + 0 -9.48 -77.7 -14.4 3.18e-06 0 0 0 Tank initStep + 1 4.21e+03 4.13e+03 5e+03 3.18e-06 0 7.79e+03 7.79e+03 expHall Transportation + 2 4.21e+03 4.13e+03 5e+03 3.18e-06 0 0 7.79e+03 Tank Transportation + 3 5e+03 4.56e+03 4.49e+03 3.18e-06 0 1.03e+03 8.82e+03 expHall Transportation + 4 1e+04 7.95e+03 -1.02e+03 3.18e-06 0 8.17e+03 1.7e+04 world Transportation + 5 1.5e+04 1.13e+04 -6.53e+03 3.18e-06 0 8.17e+03 2.52e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 173 39.8 2.8e-06 0 0 0 Tank initStep - 1 -3.06e+03 -2.99e+03 -5e+03 2.8e-06 0 6.63e+03 6.63e+03 expHall Transportation - 2 -1e+04 -7.21e+03 -8.89e+03 2.8e-06 0 9.01e+03 1.56e+04 world Transportation - 3 -1.5e+04 -1.02e+04 -1.17e+04 2.8e-06 0 6.49e+03 2.21e+04 OutOfWorld Transportation + 4 -9.47 -77.7 -14.4 0.0795 0 0 0.122 Tank initStep + 5 -9.47 -77.7 -14.4 0.0769 0.00255 0.00765 0.129 Tank msc + 6 -9.48 -77.6 -14.5 0.0526 0.0243 0.0332 0.162 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 113, Parent ID = 95 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 13 -126 173 39.8 0.0368 0 0 0.463 Tank initStep - 14 -126 173 39.8 0.0358 0.000965 0.00198 0.465 Tank msc - 15 -126 173 39.9 0.0177 0.0182 0.0173 0.482 Tank eIoni - 16 -126 173 39.9 0 0.0177 0.00677 0.489 Tank eIoni - 17 -126 173 39.9 0 0 0 0.489 Tank NoProcess + 0 -9.47 -77.7 -14.4 3.51e-06 0 0 0 Tank initStep + 1 651 514 725 3.51e-06 3.51e-06 1.15e+03 1.15e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 88 -15.6 0.152 0 0 0 Tank initStep - 1 -10.1 88 -15.6 0.147 0.0052 0.0229 0.0229 Tank msc - 2 -10.1 88 -15.6 0.124 0.0231 0.0697 0.0926 Tank eIoni + 6 -9.48 -77.6 -14.5 0.0526 0 0 0.162 Tank initStep + 7 -9.48 -77.6 -14.5 0.0509 0.00167 0.00371 0.166 Tank msc + 8 -9.48 -77.6 -14.5 0.0327 0.0182 0.0229 0.189 Tank eIoni + 9 -9.48 -77.6 -14.5 0.0179 0.0148 0.016 0.205 Tank eIoni + 10 -9.48 -77.6 -14.5 0 0.0179 0.00691 0.212 Tank eIoni + 11 -9.48 -77.6 -14.5 0 0 0 0.212 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 23 +* G4Track Information: Particle = opticalphoton, Track ID = 114, Parent ID = 95 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 88 -15.6 3.82e-06 0 0 0 Tank initStep - 1 -1.18e+03 70.2 -643 3.82e-06 0 1.33e+03 1.33e+03 Tank OpRayleigh - 2 383 -3.71e+03 5e+03 3.82e-06 0 6.97e+03 8.3e+03 expHall Transportation - 3 -243 -4.74e+03 1e+04 3.82e-06 0 5.14e+03 1.34e+04 world Transportation - 4 -869 -5.77e+03 1.5e+04 3.82e-06 0 5.14e+03 1.86e+04 OutOfWorld Transportation + 0 -9.48 -77.6 -14.5 3.15e-06 0 0 0 Tank initStep + 1 5e+03 1.05e+03 537 3.15e-06 0 5.16e+03 5.16e+03 expHall Transportation + 2 1e+04 4.77e+03 1.33e+03 3.15e-06 0 6.28e+03 1.14e+04 world Transportation + 3 1.5e+04 8.49e+03 2.12e+03 3.15e-06 0 6.28e+03 1.77e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -10.1 88 -15.6 0.124 0 0 0.0926 Tank initStep - 3 -10.1 88 -15.6 0.12 0.00424 0.0163 0.109 Tank msc - 4 -10.1 88 -15.7 0.0963 0.0233 0.054 0.163 Tank eIoni + 0 -15.7 -8.31 -0.411 0.201 0 0 0 Tank initStep + 1 -15.7 -8.3 -0.402 0.195 0.00586 0.036 0.036 Tank msc + 2 -15.8 -8.27 -0.38 0.171 0.024 0.102 0.138 Tank eIoni + 3 -15.9 -8.26 -0.418 0.149 0.0226 0.0853 0.223 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 52, Parent ID = 23 +* G4Track Information: Particle = opticalphoton, Track ID = 115, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 88 -15.6 3.5e-06 0 0 0 Tank initStep - 1 -1.34e+03 2.22e+03 -3.29e+03 3.5e-06 0 4.13e+03 4.13e+03 Tank OpRayleigh - 2 -2.47e+03 -378 -1.73e+03 3.5e-06 3.5e-06 3.23e+03 7.36e+03 Tank OpAbsorption + 0 -15.8 -8.26 -0.399 2.51e-06 0 0 0 Tank initStep + 1 -5e+03 1.14e+03 3.52e+03 2.51e-06 0 6.21e+03 6.21e+03 expHall Transportation + 2 -5e+03 1.14e+03 3.52e+03 2.51e-06 0 0 6.21e+03 Tank Transportation + 3 -3.94e+03 1.56e+03 5e+03 2.51e-06 0 1.87e+03 8.08e+03 expHall Transportation + 4 -3.94e+03 1.56e+03 5e+03 2.51e-06 0 0 8.08e+03 Tank Transportation + 5 -2.75e+03 2.54e+03 3.24e+03 2.51e-06 2.51e-06 2.34e+03 1.04e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 23 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 88 -15.6 4.09e-06 0 0 0 Tank initStep - 1 3.67e+03 -5e+03 -3.47e+03 4.09e-06 0 7.17e+03 7.17e+03 expHall Transportation - 2 3.67e+03 -5e+03 -3.47e+03 4.09e-06 0 0 7.17e+03 Tank Transportation - 3 3.69e+03 -4.99e+03 -3.48e+03 4.09e-06 4.09e-06 26.6 7.19e+03 Tank OpAbsorption + 3 -15.9 -8.26 -0.418 0.149 0 0 0.223 Tank initStep + 4 -15.9 -8.25 -0.429 0.142 0.00628 0.0221 0.245 Tank msc + 5 -15.9 -8.23 -0.455 0.111 0.0319 0.0671 0.312 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 116, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 4 -10.1 88 -15.7 0.0963 0 0 0.163 Tank initStep - 5 -10.1 88 -15.7 0.0789 0.0174 0.0107 0.173 Tank msc - 6 -10.1 88.1 -15.7 0.0648 0.014 0.034 0.208 Tank eIoni - 7 -10.2 88.1 -15.7 0.0533 0.0115 0.0282 0.236 Tank eIoni - 8 -10.2 88.1 -15.7 0.0385 0.0148 0.0238 0.26 Tank eIoni + 0 -15.9 -8.24 -0.445 3.44e-06 0 0 0 Tank initStep + 1 -4.13e+03 1.83e+03 -2.29e+03 3.44e-06 3.44e-06 5.06e+03 5.06e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 23 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 88.1 -15.7 3.39e-06 0 0 0 Tank initStep - 1 -2.18e+03 -2.42e+03 -5e+03 3.39e-06 0 5.99e+03 5.99e+03 expHall Transportation - 2 -2.18e+03 -2.42e+03 -5e+03 3.39e-06 0 0 5.99e+03 Tank Transportation - 3 -2.91e+03 -4.45e+03 -3.47e+03 3.39e-06 3.39e-06 2.65e+03 8.63e+03 Tank OpAbsorption + 5 -15.9 -8.23 -0.455 0.111 0 0 0.312 Tank initStep + 6 -15.9 -8.22 -0.46 0.107 0.00323 0.0135 0.326 Tank msc + 7 -16 -8.21 -0.478 0.0929 0.0144 0.0475 0.373 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 23 +* G4Track Information: Particle = opticalphoton, Track ID = 117, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 88.1 -15.7 2.94e-06 0 0 0 Tank initStep - 1 -1.58e+03 5e+03 -1.24e+03 2.94e-06 0 5.3e+03 5.3e+03 expHall Transportation - 2 -7.09e+03 1e+04 -6.93e+03 2.94e-06 0 9.37e+03 1.47e+04 world Transportation - 3 -1.26e+04 1.5e+04 -1.26e+04 2.94e-06 0 9.37e+03 2.4e+04 OutOfWorld Transportation + 0 -16 -8.22 -0.467 2.63e-06 0 0 0 Tank initStep + 1 -1.37e+03 -2.39e+03 5e+03 2.63e-06 0 5.7e+03 5.7e+03 expHall Transportation + 2 -2.64e+03 -6.6e+03 1e+04 2.63e-06 0 6.66e+03 1.24e+04 world Transportation + 3 -3.9e+03 -1.08e+04 1.5e+04 2.63e-06 0 6.66e+03 1.9e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 8 -10.2 88.1 -15.7 0.0385 0 0 0.26 Tank initStep - 9 -10.2 88.1 -15.7 0.0361 0.00245 0.00214 0.262 Tank msc - 10 -10.2 88.1 -15.7 0.0154 0.0207 0.0174 0.279 Tank eIoni + 7 -16 -8.21 -0.478 0.0929 0 0 0.373 Tank initStep + 8 -16 -8.21 -0.477 0.0864 0.00654 0.01 0.383 Tank msc + 9 -16 -8.23 -0.465 0.066 0.0203 0.0374 0.42 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 23 +* G4Track Information: Particle = opticalphoton, Track ID = 118, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 88.1 -15.7 2.62e-06 0 0 0 Tank initStep - 1 -5e+03 -994 -2.02e+03 2.62e-06 0 5.49e+03 5.49e+03 expHall Transportation - 2 -1e+04 -2.89e+03 -7.33e+03 2.62e-06 0 7.53e+03 1.3e+04 world Transportation - 3 -1.5e+04 -4.79e+03 -1.26e+04 2.62e-06 0 7.53e+03 2.05e+04 OutOfWorld Transportation + 0 -16 -8.23 -0.469 2.31e-06 0 0 0 Tank initStep + 1 3.62e+03 204 -5e+03 2.31e-06 0 6.19e+03 6.19e+03 expHall Transportation + 2 3.62e+03 204 -5e+03 2.31e-06 0 0 6.19e+03 Tank Transportation + 3 5e+03 -228 -3.94e+03 2.31e-06 0 1.79e+03 7.98e+03 expHall Transportation + 4 1e+04 -3.68e+03 2.26e+03 2.31e-06 0 8.68e+03 1.67e+04 world Transportation + 5 1.5e+04 -7.13e+03 8.47e+03 2.31e-06 0 8.68e+03 2.53e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 55, Parent ID = 23 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 88.1 -15.7 3.64e-06 0 0 0 Tank initStep - 1 1.58e+03 -5e+03 884 3.64e-06 0 5.41e+03 5.41e+03 expHall Transportation - 2 1.58e+03 -5e+03 884 3.64e-06 0 0 5.41e+03 Tank Transportation - 3 433 3.42e+03 5e+03 3.64e-06 0 9.45e+03 1.49e+04 expHall Transportation - 4 433 3.42e+03 5e+03 3.64e-06 0 0 1.49e+04 Tank Transportation - 5 1.38e+03 5e+03 4.3e+03 3.64e-06 0 1.97e+03 1.68e+04 expHall Transportation - 6 1.38e+03 5e+03 4.3e+03 3.64e-06 0 0 1.68e+04 Tank Transportation - 7 5e+03 2.63e+03 3.64e+03 3.64e-06 0 4.37e+03 2.12e+04 expHall Transportation - 8 5e+03 2.63e+03 3.64e+03 3.64e-06 0 0 2.12e+04 Tank Transportation - 9 4.27e+03 -1.7e+03 5e+03 3.64e-06 0 4.6e+03 2.58e+04 expHall Transportation - 10 4.27e+03 -1.7e+03 5e+03 3.64e-06 0 0 2.58e+04 Tank Transportation - 11 4.2e+03 -2.15e+03 4.61e+03 3.64e-06 3.64e-06 597 2.64e+04 Tank OpAbsorption + 9 -16 -8.23 -0.465 0.066 0 0 0.42 Tank initStep + 10 -16 -8.23 -0.47 0.0638 0.00223 0.00553 0.426 Tank msc + 11 -16 -8.23 -0.491 0.0491 0.0146 0.0278 0.454 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 +* G4Track Information: Particle = opticalphoton, Track ID = 119, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 10 -10.2 88.1 -15.7 0.0154 0 0 0.279 Tank initStep - 11 -10.2 88.1 -15.7 0.0148 0.000575 0.000423 0.28 Tank msc - 12 -10.2 88.1 -15.7 0 0.0148 0.00495 0.284 Tank eIoni - 13 -10.2 88.1 -15.7 0 0 0 0.284 Tank NoProcess + 0 -16 -8.23 -0.487 3.55e-06 0 0 0 Tank initStep + 1 -1.52e+03 5e+03 -27.6 3.55e-06 0 5.23e+03 5.23e+03 expHall Transportation + 2 -3.18e+03 1e+04 -194 3.55e-06 0 5.27e+03 1.05e+04 world Transportation + 3 -4.83e+03 1.5e+04 -360 3.55e-06 0 5.27e+03 1.58e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 57, Parent ID = 23 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 88.1 -15.7 3.91e-06 0 0 0 Tank initStep - 1 260 -5e+03 1.1e+03 3.91e-06 0 5.22e+03 5.22e+03 expHall Transportation - 2 260 -5e+03 1.1e+03 3.91e-06 0 0 5.22e+03 Tank Transportation - 3 2.92e+03 -2.24e+03 5e+03 3.91e-06 0 5.47e+03 1.07e+04 expHall Transportation - 4 2.92e+03 -2.24e+03 5e+03 3.91e-06 0 0 1.07e+04 Tank Transportation - 5 3.37e+03 -1.11e+03 2.57e+03 3.91e-06 3.91e-06 2.72e+03 1.34e+04 Tank OpAbsorption + 11 -16 -8.23 -0.491 0.0491 0 0 0.454 Tank initStep + 12 -16 -8.23 -0.491 0.046 0.00312 0.0033 0.457 Tank msc + 13 -16 -8.24 -0.488 0.0324 0.0137 0.0212 0.478 Tank eIoni + 14 -16 -8.25 -0.479 0.0201 0.0122 0.0159 0.494 Tank eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1 +* G4Track Information: Particle = opticalphoton, Track ID = 121, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.656 0.0861 -0.064 0.511 0 0 0 Tank initStep - 1 1.57 -7.37 1.25 0.196 0.000537 7.63 7.63 Tank compt - 2 -44.3 61.5 64.6 0.174 1.42e-05 104 112 Tank compt - 3 -133 83.6 80.2 0.107 1.42e-05 92.3 204 Tank compt - 4 -51.8 17.6 93.7 0.102 2.92e-05 105 309 Tank compt - 5 -20.1 17.6 104 0.0921 0.000537 33.3 343 Tank compt - 6 2.7 68.9 169 0.0685 1.36e-05 85.7 428 Tank compt - 7 -25 -4.11 46.1 0.0529 0.000537 145 574 Tank compt - 8 -24.6 -3.6 46.5 0.0432 0.000537 0.722 574 Tank compt - 9 -68 -39.1 -38.8 0.0406 1.42e-05 102 676 Tank compt - 10 -44.6 -29.6 -61.6 0.0359 2.92e-05 34 710 Tank compt - 11 -65.5 -23.9 -59.9 0 0.000537 21.7 732 Tank phot + 0 -16 -8.24 -0.483 2.11e-06 0 0 0 Tank initStep + 1 158 -354 128 2.11e-06 2.11e-06 408 408 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 120, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.5 -23.9 -59.9 0.0354 0 0 0 Tank initStep - 1 -65.5 -23.9 -59.9 0.0341 0.00126 0.00184 0.00184 Tank msc - 2 -65.5 -23.9 -59.9 0.0025 0.0316 0.0166 0.0185 Tank eIoni + 0 -16 -8.24 -0.484 2.37e-06 0 0 0 Tank initStep + 1 -236 1.52e+03 -5e+03 2.37e-06 0 5.23e+03 5.23e+03 expHall Transportation + 2 -691 5.19e+03 -1e+04 2.37e-06 0 6.22e+03 1.14e+04 world Transportation + 3 -1.14e+03 8.85e+03 -1.5e+04 2.37e-06 0 6.22e+03 1.77e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 69, Parent ID = 68 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 52 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.5 -23.9 -59.9 4.08e-06 0 0 0 Tank initStep - 1 -1.02e+03 1.3e+03 11.1 4.08e-06 0 1.63e+03 1.63e+03 Tank OpRayleigh - 2 -350 2e+03 12.7 4.08e-06 4.08e-06 962 2.6e+03 Bubble Transportation + 14 -16 -8.25 -0.479 0.0201 0 0 0.494 Tank initStep + 15 -16 -8.25 -0.478 0.0174 0.00275 0.00068 0.495 Tank msc + 16 -16 -8.25 -0.476 0 0.0174 0.00657 0.501 Tank eIoni + 17 -16 -8.25 -0.476 0 0 0 0.501 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 122, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 -65.5 -23.9 -59.9 0.0025 0 0 0.0185 Tank initStep - 3 -65.5 -23.9 -59.9 0.00245 5.64e-05 1.82e-05 0.0185 Tank msc - 4 -65.5 -23.9 -59.9 0 0.00245 0.000219 0.0187 Tank eIoni - 5 -65.5 -23.9 -59.9 0 0 0 0.0187 Tank NoProcess + 0 -16 -8.25 -0.478 3.68e-06 0 0 0 Tank initStep + 1 -2.24e+03 2.35e+03 5e+03 3.68e-06 0 5.96e+03 5.96e+03 expHall Transportation + 2 -2.24e+03 2.35e+03 5e+03 3.68e-06 0 0 5.96e+03 Tank Transportation + 3 -5e+03 4.27e+03 901 3.68e-06 0 5.31e+03 1.13e+04 expHall Transportation + 4 -5e+03 4.27e+03 901 3.68e-06 0 0 1.13e+04 Tank Transportation + 5 -698 5e+03 -3.75e+03 3.68e-06 0 6.37e+03 1.76e+04 expHall Transportation + 6 -698 5e+03 -3.75e+03 3.68e-06 0 0 1.76e+04 Tank Transportation + 7 1.44e+03 -2.04e+03 -4.68e+03 3.68e-06 3.68e-06 7.42e+03 2.51e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 21 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.6 -29.6 -61.6 0.00463 0 0 0 Tank initStep - 1 -44.6 -29.6 -61.6 0.00436 0.000269 5.17e-05 5.17e-05 Tank msc - 2 -44.6 -29.6 -61.6 0 0.00436 0.000583 0.000635 Tank eIoni - 3 -44.6 -29.6 -61.6 0 0 0 0.000635 Tank NoProcess + 0 0 0 0 0.5 0 0 0 Tank initStep + 1 0.139 0.00083 0.00112 0.473 0.0272 0.139 0.139 Tank msc ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68 -39.1 -38.8 0.00259 0 0 0 Tank initStep - 1 -68 -39.1 -38.8 0.0024 0.00019 1.92e-05 1.92e-05 Tank msc - 2 -68 -39.1 -38.8 0 0.0024 0.000211 0.000231 Tank eIoni - 3 -68 -39.1 -38.8 0 0 0 0.000231 Tank NoProcess + 0 0.0965 0.000577 0.000782 2.54e-06 0 0 0 Tank initStep + 1 337 -5e+03 1.39e+03 2.54e-06 0 5.2e+03 5.2e+03 expHall Transportation + 2 337 -5e+03 1.39e+03 2.54e-06 0 0 5.2e+03 Tank Transportation + 3 3.85e+03 4.58e+03 5e+03 2.54e-06 0 1.08e+04 1.6e+04 expHall Transportation + 4 3.85e+03 4.58e+03 5e+03 2.54e-06 0 0 1.6e+04 Tank Transportation + 5 3.91e+03 5e+03 4.78e+03 2.54e-06 0 480 1.65e+04 expHall Transportation + 6 3.91e+03 5e+03 4.78e+03 2.54e-06 0 0 1.65e+04 Tank Transportation + 7 3.77e+03 4.97e+03 5e+03 2.54e-06 0 264 1.68e+04 expHall Transportation + 8 3.77e+03 4.97e+03 5e+03 2.54e-06 0 0 1.68e+04 Tank Transportation + 9 3.75e+03 5e+03 4.95e+03 2.54e-06 0 64.2 1.68e+04 expHall Transportation + 10 3.75e+03 5e+03 4.95e+03 2.54e-06 0 0 1.68e+04 Tank Transportation + 11 -461 -3.04e+03 -5e+03 2.54e-06 0 1.35e+04 3.03e+04 expHall Transportation + 12 -1.3e+03 -1e+04 -9.6e+03 2.54e-06 0 8.39e+03 3.87e+04 world Transportation + 13 -1.9e+03 -1.5e+04 -1.29e+04 2.54e-06 0 6.02e+03 4.47e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.6 -3.6 46.5 0.00919 0 0 0 Tank initStep - 1 -24.6 -3.6 46.5 0.00871 0.000486 0.000171 0.000171 Tank msc - 2 -24.6 -3.6 46.5 0 0.00871 0.00194 0.00211 Tank eIoni - 3 -24.6 -3.6 46.5 0 0 0 0.00211 Tank NoProcess + 0 0.0122 7.29e-05 9.87e-05 3.41e-06 0 0 0 Tank initStep + 1 5e+03 -2.7e+03 1.24e+03 3.41e-06 0 5.82e+03 5.82e+03 expHall Transportation + 2 1e+04 -7.52e+03 2.62e+03 3.41e-06 0 7.08e+03 1.29e+04 world Transportation + 3 1.5e+04 -1.23e+04 3.99e+03 3.41e-06 0 7.08e+03 2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 70, Parent ID = 65 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.6 -3.6 46.5 3.57e-06 0 0 0 Tank initStep - 1 5e+03 -3.41e+03 3.92e+03 3.57e-06 0 7.2e+03 7.2e+03 expHall Transportation - 2 5e+03 -3.41e+03 3.92e+03 3.57e-06 0 0 7.2e+03 Tank Transportation - 3 3.37e+03 -5e+03 4.86e+03 3.57e-06 0 2.46e+03 9.66e+03 expHall Transportation - 4 3.37e+03 -5e+03 4.86e+03 3.57e-06 0 0 9.66e+03 Tank Transportation - 5 3.15e+03 -4.86e+03 5e+03 3.57e-06 0 299 9.96e+03 expHall Transportation - 6 3.15e+03 -4.86e+03 5e+03 3.57e-06 0 0 9.96e+03 Tank Transportation - 7 3.15e+03 -4.89e+03 4.87e+03 3.57e-06 0 135 1.01e+04 Tank OpRayleigh - 8 3.55e+03 -4.72e+03 5e+03 3.57e-06 0 453 1.05e+04 expHall Transportation - 9 3.55e+03 -4.72e+03 5e+03 3.57e-06 0 0 1.05e+04 Tank Transportation - 10 5e+03 -3.04e+03 2.89e+03 3.57e-06 0 3.06e+03 1.36e+04 expHall Transportation - 11 5e+03 -3.04e+03 2.89e+03 3.57e-06 0 0 1.36e+04 Tank Transportation - 12 3.63e+03 -2.69e+03 2.1e+03 3.57e-06 3.57e-06 1.62e+03 1.52e+04 Tank OpAbsorption + 1 0.139 0.00083 0.00112 0.473 0 0 0.139 Tank initStep + 2 0.222 0.0198 -0.0225 0.439 0.0185 0.0894 0.229 Tank eBrem ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25 -4.11 46.1 0.015 0 0 0 Tank initStep - 1 -25 -4.11 46.1 0.0147 0.000283 0.000404 0.000404 Tank msc - 2 -25 -4.11 46.1 0 0.0147 0.00489 0.00529 Tank eIoni - 3 -25 -4.11 46.1 0 0 0 0.00529 Tank NoProcess + 0 0.195 0.0138 -0.015 3.96e-06 0 0 0 Tank initStep + 1 1.19e+03 -176 122 3.96e-06 3.96e-06 1.2e+03 1.2e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.7 68.9 169 0.0237 0 0 0 Tank initStep - 1 2.7 68.9 169 0.0234 0.000287 0.000904 0.000904 Tank msc - 2 2.7 68.9 169 0.00252 0.0208 0.011 0.0119 Tank eIoni + 0 0.165 0.00682 -0.00632 3.16e-06 0 0 0 Tank initStep + 1 4.86e+03 3.82e+03 -4.23e+03 3.16e-06 3.16e-06 7.49e+03 7.49e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 72, Parent ID = 63 +* G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.7 68.9 169 3.55e-06 0 0 0 Tank initStep - 1 1.02e+03 -1.92e+03 -907 3.55e-06 3.55e-06 2.48e+03 2.48e+03 Tank OpAbsorption + 0 0.195 0.0136 -0.0148 3.37e-06 0 0 0 Tank initStep + 1 5e+03 220 1.11e+03 3.37e-06 0 5.13e+03 5.13e+03 expHall Transportation + 2 1e+04 85.4 2.63e+03 3.37e-06 0 5.23e+03 1.04e+04 world Transportation + 3 1.5e+04 -49 4.15e+03 3.37e-06 0 5.23e+03 1.56e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 71, Parent ID = 63 +* G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.7 68.9 169 2.11e-06 0 0 0 Tank initStep - 1 11.9 -24.2 282 2.11e-06 2.11e-06 147 147 Tank OpAbsorption + 0 0.201 0.0151 -0.0166 2.77e-06 0 0 0 Tank initStep + 1 4.95e+03 942 -5e+03 2.77e-06 0 7.1e+03 7.1e+03 expHall Transportation + 2 4.95e+03 942 -5e+03 2.77e-06 0 0 7.1e+03 Tank Transportation + 3 5e+03 934 -4.95e+03 2.77e-06 0 70.5 7.17e+03 expHall Transportation + 4 5e+03 934 -4.95e+03 2.77e-06 0 0 7.17e+03 Tank Transportation + 5 -3.16e+03 -5e+03 -1.02e+03 2.77e-06 0 1.08e+04 1.8e+04 expHall Transportation + 6 -3.16e+03 -5e+03 -1.02e+03 2.77e-06 0 0 1.8e+04 Tank Transportation + 7 -5e+03 -2.9e+03 -118 2.77e-06 0 2.93e+03 2.09e+04 expHall Transportation + 8 -5e+03 -2.9e+03 -118 2.77e-06 0 0 2.09e+04 Tank Transportation + 9 3.65e+03 5e+03 2.69e+03 2.77e-06 0 1.2e+04 3.3e+04 expHall Transportation + 10 1e+04 8.51e+03 6.82e+03 2.77e-06 0 8.35e+03 4.13e+04 world Transportation + 11 1.5e+04 1.13e+04 1.01e+04 2.77e-06 0 6.57e+03 4.79e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 21 +* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 2 2.7 68.9 169 0.00252 0 0 0.0119 Tank initStep - 3 2.7 68.9 169 0.00245 6.38e-05 1.84e-05 0.0119 Tank msc - 4 2.7 68.9 169 0 0.00245 0.00022 0.0121 Tank eIoni - 5 2.7 68.9 169 0 0 0 0.0121 Tank NoProcess + 0 0.222 0.0198 -0.0225 0.0154 0 0 0 Tank initStep + 1 -0.781 -1.44 0.468 0 0.000537 1.83 1.83 Tank phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 21 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.1 17.6 104 0.00924 0 0 0 Tank initStep - 1 -20.1 17.6 104 0.00883 0.000408 0.000173 0.000173 Tank msc + 0 -0.781 -1.44 0.468 0.0149 0 0 0 Tank initStep + 1 -0.781 -1.44 0.468 0.0146 0.000334 0.0004 0.0004 Tank msc + 2 -0.782 -1.43 0.47 0 0.0146 0.0048 0.0052 Tank eIoni + 3 -0.782 -1.43 0.47 0 0 0 0.0052 Tank NoProcess ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 73, Parent ID = 62 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.1 17.6 104 3.62e-06 0 0 0 Tank initStep - 1 -2.48e+03 -5e+03 -2.01e+03 3.62e-06 0 5.97e+03 5.97e+03 expHall Transportation - 2 -9.24e+03 -1e+04 -6.71e+03 3.62e-06 0 9.63e+03 1.56e+04 world Transportation - 3 -1.5e+04 -1.43e+04 -1.07e+04 3.62e-06 0 8.21e+03 2.38e+04 OutOfWorld Transportation + 2 0.222 0.0198 -0.0225 0.439 0 0 0.229 Tank initStep + 3 0.312 0.0536 -0.07 0.426 0.0131 0.107 0.336 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -20.1 17.6 104 0.00883 0 0 0.000173 Tank initStep - 2 -20.1 17.6 104 0.00821 0.000625 0.000159 0.000332 Tank msc - 3 -20.1 17.6 104 0 0.00821 0.00175 0.00208 Tank eIoni - 4 -20.1 17.6 104 0 0 0 0.00208 Tank NoProcess + 0 0.252 0.031 -0.0382 2.64e-06 0 0 0 Tank initStep + 1 5e+03 -856 -4.09e+03 2.64e-06 0 6.52e+03 6.52e+03 expHall Transportation + 2 5e+03 -856 -4.09e+03 2.64e-06 0 0 6.52e+03 Tank Transportation + 3 3.58e+03 -990 -4.89e+03 2.64e-06 2.64e-06 1.63e+03 8.15e+03 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 21 +* G4Track Information: Particle = opticalphoton, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.8 17.6 93.7 0.00471 0 0 0 Tank initStep - 1 -51.8 17.6 93.7 0.00448 0.000235 5.33e-05 5.33e-05 Tank msc - 2 -51.8 17.6 93.7 0 0.00448 0.000611 0.000664 Tank eIoni - 3 -51.8 17.6 93.7 0 0 0 0.000664 Tank NoProcess + 0 0.233 0.0241 -0.0285 2.6e-06 0 0 0 Tank initStep + 1 5e+03 1.06e+03 51.9 2.6e-06 0 5.11e+03 5.11e+03 expHall Transportation + 2 1e+04 2.06e+03 -396 2.6e-06 0 5.12e+03 1.02e+04 world Transportation + 3 1.5e+04 3.06e+03 -843 2.6e-06 0 5.12e+03 1.53e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 21 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -133 83.6 80.2 0.0677 0 0 0 Tank initStep - 1 -133 83.7 80.2 0.0657 0.00204 0.00579 0.00579 Tank msc + 3 0.312 0.0536 -0.07 0.426 0 0 0.336 Tank initStep + 4 0.386 0.107 -0.11 0.406 0.0201 0.101 0.437 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 74, Parent ID = 60 +* G4Track Information: Particle = opticalphoton, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -133 83.7 80.2 2.19e-06 0 0 0 Tank initStep - 1 1.71e+03 2.62e+03 -5e+03 2.19e-06 0 5.97e+03 5.97e+03 expHall Transportation - 2 1.71e+03 2.62e+03 -5e+03 2.19e-06 0 0 5.97e+03 Tank Transportation - 3 4.86e+03 3.09e+03 588 2.19e-06 2.19e-06 6.43e+03 1.24e+04 Tank OpAbsorption + 0 0.346 0.0783 -0.0883 3.64e-06 0 0 0 Tank initStep + 1 2.32e+03 5e+03 -1.76e+03 3.64e-06 0 5.79e+03 5.79e+03 expHall Transportation + 2 2.32e+03 5e+03 -1.76e+03 3.64e-06 0 0 5.79e+03 Tank Transportation + 3 5e+03 2.01e+03 -2.49e+03 3.64e-06 0 4.08e+03 9.86e+03 expHall Transportation + 4 5e+03 2.01e+03 -2.49e+03 3.64e-06 0 0 9.86e+03 Tank Transportation + 5 3.35e+03 -2.83e+03 -5e+03 3.64e-06 0 5.7e+03 1.56e+04 expHall Transportation + 6 3.35e+03 -2.83e+03 -5e+03 3.64e-06 0 0 1.56e+04 Tank Transportation + 7 1.92e+03 -5e+03 -3.47e+03 3.64e-06 0 3.02e+03 1.86e+04 expHall Transportation + 8 1.92e+03 -5e+03 -3.47e+03 3.64e-06 0 0 1.86e+04 Tank Transportation + 9 742 -1.98e+03 511 3.64e-06 3.64e-06 5.13e+03 2.37e+04 Tank OpAbsorption ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 21 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 1 -133 83.7 80.2 0.0657 0 0 0.00579 Tank initStep - 2 -133 83.7 80.2 0.0641 0.00154 0.00549 0.0113 Tank msc - 3 -133 83.7 80.2 0.0529 0.0112 0.0279 0.0392 Tank eIoni + 4 0.386 0.107 -0.11 0.406 0 0 0.437 Tank initStep + 5 0.454 0.161 -0.137 0.395 0.0107 0.0917 0.529 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 75, Parent ID = 60 +* G4Track Information: Particle = opticalphoton, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -133 83.7 80.2 4.08e-06 0 0 0 Tank initStep - 1 1.31e+03 1.1e+03 -5e+03 4.08e-06 0 5.38e+03 5.38e+03 expHall Transportation - 2 1.31e+03 1.1e+03 -5e+03 4.08e-06 0 0 5.38e+03 Tank Transportation - 3 4.72e+03 239 -1.01e+03 4.08e-06 0 5.32e+03 1.07e+04 Tank OpRayleigh - 4 3.17e+03 -5e+03 886 4.08e-06 0 5.78e+03 1.65e+04 expHall Transportation - 5 3.17e+03 -5e+03 886 4.08e-06 0 0 1.65e+04 Tank Transportation - 6 -1.74e+03 5e+03 -1.47e+03 4.08e-06 0 1.14e+04 2.79e+04 expHall Transportation - 7 -6.04e+03 1e+04 -5.31e+03 4.08e-06 0 7.64e+03 3.55e+04 world Transportation - 8 -1.03e+04 1.5e+04 -9.16e+03 4.08e-06 0 7.64e+03 4.31e+04 OutOfWorld Transportation + 0 0.426 0.139 -0.126 2.37e-06 0 0 0 Tank initStep + 1 5e+03 975 -2.17e+03 2.37e-06 0 5.53e+03 5.53e+03 expHall Transportation + 2 9.69e+03 4.53e+03 -1e+04 2.37e-06 0 9.8e+03 1.53e+04 world Transportation + 3 1.27e+04 6.8e+03 -1.5e+04 2.37e-06 0 6.25e+03 2.16e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 21 +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 3 -133 83.7 80.2 0.0529 0 0 0.0392 Tank initStep - 4 -133 83.7 80.2 0.0514 0.00155 0.00375 0.043 Tank msc - 5 -133 83.7 80.2 0.0364 0.0149 0.0231 0.0661 Tank eIoni - 6 -133 83.7 80.2 0.0185 0.018 0.0176 0.0836 Tank eIoni + 5 0.454 0.161 -0.137 0.395 0 0 0.529 Tank initStep + 6 0.522 0.213 -0.137 0.381 0.0142 0.0869 0.616 Tank Cerenkov ********************************************************************************************************* -* G4Track Information: Particle = opticalphoton, Track ID = 77, Parent ID = 60 +* G4Track Information: Particle = opticalphoton, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -133 83.7 80.2 3.72e-06 0 0 0 Tank initStep - 1 -738 -5e+03 - + 0 0.501 0.197 -0.137 3.58e-06 0 0 0 Tank initStep + 1 112 -144 -215 3.58e-06 3.58e-06 282 282 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.465 0.169 -0.137 3.6e-06 0 0 0 Tank initStep + 1 -4.13e+03 720 5e+03 3.6e-06 0 6.53e+03 6.53e+03 expHall Transportation + 2 -4.13e+03 720 5e+03 3.6e-06 0 0 6.53e+03 Tank Transportation + 3 -5e+03 864 4.42e+03 3.6e-06 0 1.05e+03 7.58e+03 expHall Transportation + 4 -5e+03 864 4.42e+03 3.6e-06 0 0 7.58e+03 Tank Transportation + 5 -4.49e+03 -1.17e+03 -1.79e+03 3.6e-06 0 6.55e+03 1.41e+04 Tank OpRayleigh + 6 -4.89e+03 -5e+03 -839 3.6e-06 0 3.97e+03 1.81e+04 expHall Transportation + 7 -5.77e+03 -1e+04 623 3.6e-06 0 5.28e+03 2.34e+04 world Transportation + 8 -6.65e+03 -1.5e+04 2.08e+03 3.6e-06 0 5.28e+03 2.87e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.522 0.213 -0.137 3.46e-06 0 0 0 Tank initStep + 1 3.38e+03 -1.36e+03 1.55e+03 3.46e-06 0 3.96e+03 3.96e+03 Tank OpRayleigh + 2 286 -5e+03 74.9 3.46e-06 0 5e+03 8.96e+03 expHall Transportation + 3 286 -5e+03 74.9 3.46e-06 0 0 8.96e+03 Tank Transportation + 4 -2.44e+03 -2.74e+03 151 3.46e-06 3.46e-06 3.54e+03 1.25e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.468 0.172 -0.137 2.08e-06 0 0 0 Tank initStep + 1 768 822 480 2.08e-06 2.08e-06 1.22e+03 1.22e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 14, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.478 0.18 -0.137 2.41e-06 0 0 0 Tank initStep + 1 5e+03 2.72e+03 2.51e+03 2.41e-06 0 6.22e+03 6.22e+03 expHall Transportation + 2 5e+03 2.72e+03 2.51e+03 2.41e-06 0 0 6.22e+03 Tank Transportation + 3 1.99e+03 5e+03 3.23e+03 2.41e-06 0 3.85e+03 1.01e+04 expHall Transportation + 4 1.99e+03 5e+03 3.23e+03 2.41e-06 0 0 1.01e+04 Tank Transportation + 5 -5e+03 1.87e+03 4.67e+03 2.41e-06 0 7.79e+03 1.79e+04 expHall Transportation + 6 -1e+04 -2.08e+03 7.28e+03 2.41e-06 0 6.89e+03 2.47e+04 world Transportation + 7 -1.5e+04 -6.02e+03 9.9e+03 2.41e-06 0 6.89e+03 3.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 6 0.522 0.213 -0.137 0.381 0 0 0.616 Tank initStep + 7 0.587 0.26 -0.126 0.349 0.0319 0.0807 0.697 Tank Cerenkov + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.546 0.231 -0.133 4.07e-06 0 0 0 Tank initStep + 1 -3.25e+03 -1.75e+03 5e+03 4.07e-06 0 6.22e+03 6.22e+03 expHall Transportation + 2 -1e+04 -4.96e+03 8.53e+03 4.07e-06 0 8.27e+03 1.45e+04 world Transportation + 3 -1.5e+04 -7.34e+03 1.12e+04 4.07e-06 0 6.13e+03 2.06e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 +******************************************************************************** ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -13820,21 +13826,21 @@ 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.370000s Real=1.586589s Sys=0.010000s + User=1.650000s Real=1.666107s Sys=0.000000s ======================== run summary ====================== Primary particle was: e+ with energy 500 keV. Number of events: 1000 -Average number of Cerenkov photons created per event: 16.9 +- 5.47 -Average number of scintillation photons created per event: 67.3 +- 8.22 -Average number of optical Rayleigh interactions per event: 7.9 +- 3.33 -Average number of optical absorption interactions per event: 34.9 +- 6.04 -Average number of optical Mie interactions per event: 0.093 +- 0.297 -Average number of optical boundary interactions per event: 193 +- 30.6 +Average number of Cerenkov photons created per event: 17.5 +- 6.78 +Average number of scintillation photons created per event: 67.1 +- 7.99 +Average number of optical Rayleigh interactions per event: 7.89 +- 3.11 +Average number of optical absorption interactions per event: 35 +- 6.17 +Average number of optical Mie interactions per event: 0.108 +- 0.326 +Average number of optical boundary interactions per event: 193 +- 31.4 G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.033 MB +Dynamic pools deleted: 9 / Total memory freed: 0.032 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice/optPhoton.out b/examples/extended/optical/OpNovice/optPhoton.out new file mode 100644 index 0000000000..dc4ff993b8 --- /dev/null +++ b/examples/extended/optical/OpNovice/optPhoton.out @@ -0,0 +1,1431 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +/tracking/verbose 2 +/run/verbose 1 +/process/optical/verbose 1 +/run/physicsModified +/control/cout/ignoreThreadsExcept 0 +# +/run/initialize +### G4PhysicsVector: spline cannot be used for 2 points - spline disabled +2.034e-06 1 +4.136e-06 1 +Water G4MaterialPropertiesTable: +0: RINDEX +2.034e-06 1.3435 +2.068e-06 1.344 +2.103e-06 1.3445 +2.139e-06 1.345 +2.177e-06 1.3455 +2.216e-06 1.346 +2.256e-06 1.3465 +2.298e-06 1.347 +2.341e-06 1.3475 +2.386e-06 1.348 +2.433e-06 1.3485 +2.481e-06 1.3492 +2.532e-06 1.35 +2.585e-06 1.3505 +2.64e-06 1.351 +2.697e-06 1.3518 +2.757e-06 1.3522 +2.82e-06 1.353 +2.885e-06 1.3535 +2.954e-06 1.354 +3.026e-06 1.3545 +3.102e-06 1.355 +3.181e-06 1.3555 +3.265e-06 1.356 +3.353e-06 1.3568 +3.446e-06 1.3572 +3.545e-06 1.358 +3.649e-06 1.3585 +3.76e-06 1.359 +3.877e-06 1.3595 +4.002e-06 1.36 +4.136e-06 1.3608 +9: GROUPVEL +2.034e-06 218.243 +2.051e-06 218.204 +2.0855e-06 218.183 +2.121e-06 218.157 +2.158e-06 218.246 +2.1965e-06 218.204 +2.236e-06 218.158 +2.277e-06 218.212 +2.3195e-06 218.155 +2.3635e-06 218.188 +2.4095e-06 218.208 +2.457e-06 216.507 +2.5065e-06 215.846 +2.5585e-06 218.128 +2.6125e-06 218.11 +2.6685e-06 215.856 +2.727e-06 218.798 +2.7885e-06 215.988 +2.8525e-06 218.001 +2.9195e-06 218.046 +2.99e-06 218.029 +3.064e-06 218.046 +3.1415e-06 218.01 +3.223e-06 218.041 +3.309e-06 216.226 +3.3995e-06 218.568 +3.4955e-06 216.325 +3.597e-06 217.945 +3.7045e-06 217.962 +3.8185e-06 217.941 +3.9395e-06 217.951 +4.136e-06 216.443 +10: MIEHG +1.56962e-06 1.67024e+08 +1.58974e-06 1.58727e+08 +1.61039e-06 1.50742e+08 +1.63157e-06 1.43062e+08 +1.65333e-06 1.3568e+08 +1.67567e-06 1.28587e+08 +1.69863e-06 1.21776e+08 +1.72222e-06 1.1524e+08 +1.74647e-06 1.0897e+08 +1.77142e-06 1.02959e+08 +1.7971e-06 9.72004e+07 +1.82352e-06 9.16869e+07 +1.85074e-06 8.64113e+07 +1.87878e-06 8.13668e+07 +1.90769e-06 7.65464e+07 +1.93749e-06 7.19435e+07 +1.96825e-06 6.75513e+07 +1.99999e-06 6.33634e+07 +2.03278e-06 5.93732e+07 +2.06666e-06 5.55746e+07 +2.10169e-06 5.19612e+07 +2.13793e-06 4.8527e+07 +2.17543e-06 4.52659e+07 +2.21428e-06 4.21719e+07 +2.25454e-06 3.92394e+07 +2.29629e-06 3.64625e+07 +2.33962e-06 3.38357e+07 +2.38461e-06 3.13534e+07 +2.43137e-06 2.90103e+07 +2.47999e-06 2.6801e+07 +2.53061e-06 2.47204e+07 +2.58333e-06 2.27634e+07 +2.63829e-06 2.09249e+07 +2.69565e-06 1.92001e+07 +2.75555e-06 1.75842e+07 +2.81817e-06 1.60724e+07 +2.88371e-06 1.46604e+07 +2.95237e-06 1.33435e+07 +3.02438e-06 1.21173e+07 +3.09999e-06 1.09777e+07 +3.17948e-06 9.92042e+06 +3.26315e-06 8.94141e+06 +3.35134e-06 8.03671e+06 +3.44444e-06 7.20247e+06 +3.54285e-06 6.43493e+06 +3.64705e-06 5.73043e+06 +3.75757e-06 5.08542e+06 +3.87499e-06 4.49647e+06 +3.99999e-06 3.96021e+06 +4.13332e-06 3.47341e+06 +4.27585e-06 3.03294e+06 +4.42856e-06 2.63575e+06 +4.59258e-06 2.27891e+06 +4.76922e-06 1.95959e+06 +4.95999e-06 1.67506e+06 +5.16665e-06 1.42271e+06 +5.39129e-06 1.2e+06 +5.63635e-06 1.00453e+06 +5.90475e-06 833967 +6.19998e-06 686106 +16: ABSLENGTH +2.034e-06 3448 +2.068e-06 4082 +2.103e-06 6329 +2.139e-06 9174 +2.177e-06 12346 +2.216e-06 13889 +2.256e-06 15152 +2.298e-06 17241 +2.341e-06 18868 +2.386e-06 20000 +2.433e-06 26316 +2.481e-06 35714 +2.532e-06 45455 +2.585e-06 47619 +2.64e-06 52632 +2.697e-06 52632 +2.757e-06 55556 +2.82e-06 52632 +2.885e-06 52632 +2.954e-06 47619 +3.026e-06 45455 +3.102e-06 41667 +3.181e-06 37037 +3.265e-06 33333 +3.353e-06 30000 +3.446e-06 28500 +3.545e-06 27000 +3.649e-06 24500 +3.76e-06 22000 +3.877e-06 19500 +4.002e-06 17500 +4.136e-06 14500 +23: SCINTILLATIONCOMPONENT1 +2.034e-06 1 +4.136e-06 1 +24: SCINTILLATIONCOMPONENT2 +2.034e-06 0.01 +2.068e-06 1 +2.103e-06 2 +2.139e-06 3 +2.177e-06 4 +2.216e-06 5 +2.256e-06 6 +2.298e-06 7 +2.341e-06 8 +2.386e-06 9 +2.433e-06 8 +2.481e-06 7 +2.532e-06 6 +2.585e-06 4 +2.64e-06 3 +2.697e-06 2 +2.757e-06 1 +2.82e-06 0.01 +2.885e-06 1 +2.954e-06 2 +3.026e-06 3 +3.102e-06 4 +3.181e-06 5 +3.265e-06 6 +3.353e-06 7 +3.446e-06 8 +3.545e-06 9 +3.649e-06 8 +3.76e-06 7 +3.877e-06 6 +4.002e-06 5 +4.136e-06 4 +7: MIEHG_FORWARD 0.99 +8: MIEHG_BACKWARD 0.99 +9: MIEHG_FORWARD_RATIO 0.8 +10: SCINTILLATIONYIELD 50 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 1 +31: SCINTILLATIONTIMECONSTANT2 10 +36: SCINTILLATIONYIELD1 0.8 +37: SCINTILLATIONYIELD2 0.2 +Air G4MaterialPropertiesTable: +0: RINDEX +2.034e-06 1 +2.068e-06 1 +2.103e-06 1 +2.139e-06 1 +2.177e-06 1 +2.216e-06 1 +2.256e-06 1 +2.298e-06 1 +2.341e-06 1 +2.386e-06 1 +2.433e-06 1 +2.481e-06 1 +2.532e-06 1 +2.585e-06 1 +2.64e-06 1 +2.697e-06 1 +2.757e-06 1 +2.82e-06 1 +2.885e-06 1 +2.954e-06 1 +3.026e-06 1 +3.102e-06 1 +3.181e-06 1 +3.265e-06 1 +3.353e-06 1 +3.446e-06 1 +3.545e-06 1 +3.649e-06 1 +3.76e-06 1 +3.877e-06 1 +4.002e-06 1 +4.136e-06 1 +9: GROUPVEL +2.034e-06 299.792 +2.051e-06 299.792 +2.0855e-06 299.792 +2.121e-06 299.792 +2.158e-06 299.792 +2.1965e-06 299.792 +2.236e-06 299.792 +2.277e-06 299.792 +2.3195e-06 299.792 +2.3635e-06 299.792 +2.4095e-06 299.792 +2.457e-06 299.792 +2.5065e-06 299.792 +2.5585e-06 299.792 +2.6125e-06 299.792 +2.6685e-06 299.792 +2.727e-06 299.792 +2.7885e-06 299.792 +2.8525e-06 299.792 +2.9195e-06 299.792 +2.99e-06 299.792 +3.064e-06 299.792 +3.1415e-06 299.792 +3.223e-06 299.792 +3.309e-06 299.792 +3.3995e-06 299.792 +3.4955e-06 299.792 +3.597e-06 299.792 +3.7045e-06 299.792 +3.8185e-06 299.792 +3.9395e-06 299.792 +4.136e-06 299.792 +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Rough_LUT.z successfully read in. +LUT DAVIS - data file: Rough_LUT.z read in! +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Rough_LUTR.z successfully read in. +LUT DAVIS - reflectivity data file: Rough_LUTR.z read in! + Surface type = 3 + Surface finish = 30 + Surface model = 3 + + Surface parameter + ----------------- + sigma_alpha: 0 + + Surface type = 1 + Surface finish = 0 + Surface model = 0 + + Surface parameter + ----------------- + polish: 1 + + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + Water 0.126 mm/MeV 0.0126 g/cm^2/MeV massFactor= 85.0756 effCharge= 62.0606 +# +/gun/particle opticalphoton +/gun/energy 3 eV +# +/gun/direction 5 -3 0 +/OpNovice/gun/optPhotonPolar +/run/beamOn 10 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV +2.034e-06MeV 857215mm +2.068e-06MeV 798981mm +2.103e-06MeV 744094mm +2.139e-06MeV 692453mm +2.177e-06MeV 642761mm +2.216e-06MeV 596288mm +2.256e-06MeV 552883mm +2.298e-06MeV 511499mm +2.341e-06MeV 473039mm +2.386e-06MeV 436597mm +2.433e-06MeV 402212mm +2.481e-06MeV 369901mm +2.532e-06MeV 338815mm +2.585e-06MeV 310631mm +2.64e-06MeV 284407mm +2.697e-06MeV 259459mm +2.757e-06MeV 236846mm +2.82e-06MeV 215010mm +2.885e-06MeV 195502mm +2.954e-06MeV 177163mm +3.026e-06MeV 160259mm +3.102e-06MeV 144549mm +3.181e-06MeV 130201mm +3.265e-06MeV 116849mm +3.353e-06MeV 104397mm +3.446e-06MeV 93281.4mm +3.545e-06MeV 82768mm +3.649e-06MeV 73439.3mm +3.76e-06MeV 64889mm +3.877e-06MeV 57179.4mm +4.002e-06MeV 50166.8mm +4.136e-06MeV 43700.8mm + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Air + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Water + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52535 keV e- 277.593 keV e+ 270.769 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 0 starts. + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -3e+03 0 3e-06 0 0 5.83e+03 Tank Transportation + 3 2.6e+03 -5e+03 1.4e+03 3e-06 0 3.42e+03 9.25e+03 expHall Transportation + 4 -1e+04 -8.74e+03 6.25e+03 3e-06 0 1.4e+04 2.33e+04 world Transportation + 5 -1.5e+04 -1.02e+04 8.17e+03 3e-06 0 5.56e+03 2.88e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 1e+04 -7.85e+03 -800 3e-06 0 7.01e+03 1.28e+04 world Transportation + 3 1.5e+04 -1.27e+04 -1.6e+03 3e-06 0 7.01e+03 1.99e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 1e+04 -8.66e+03 -2.2e+03 3e-06 0 7.87e+03 1.37e+04 world Transportation + 3 1.5e+04 -1.43e+04 -4.39e+03 3e-06 0 7.87e+03 2.16e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -3e+03 0 3e-06 0 0 5.83e+03 Tank Transportation + 3 3.67e+03 -5e+03 31.7 3e-06 0 2.4e+03 8.23e+03 expHall Transportation + 4 3.67e+03 -5e+03 31.7 3e-06 0 0 8.23e+03 Tank Transportation + 5 -1.61e+03 1.49e+03 3.73e+03 3e-06 0 9.14e+03 1.74e+04 Tank OpRayleigh + 6 -5e+03 1.94e+03 3.7e+03 3e-06 0 3.42e+03 2.08e+04 expHall Transportation + 7 -1e+04 3.83e+03 2.47e+03 3e-06 0 5.49e+03 2.63e+04 world Transportation + 8 -1.5e+04 5.73e+03 1.23e+03 3e-06 0 5.49e+03 3.18e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -3e+03 0 3e-06 0 0 5.83e+03 Tank Transportation + 3 3.88e+03 -4.75e+03 -5e+03 3e-06 0 5.41e+03 1.12e+04 expHall Transportation + 4 5.86e+03 -1e+04 -8.61e+03 3e-06 0 6.67e+03 1.79e+04 world Transportation + 5 7.74e+03 -1.5e+04 -1.2e+04 3e-06 0 6.35e+03 2.43e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -3e+03 0 3e-06 0 0 5.83e+03 Tank Transportation + 3 -63.4 -5e+03 -1.75e+03 3e-06 0 5.72e+03 1.16e+04 expHall Transportation + 4 -63.4 -5e+03 -1.75e+03 3e-06 0 0 1.16e+04 Tank Transportation + 5 -3.89e+03 -2.19e+03 -5e+03 3e-06 0 5.75e+03 1.73e+04 expHall Transportation + 6 -3.89e+03 -2.19e+03 -5e+03 3e-06 0 0 1.73e+04 Tank Transportation + 7 -5e+03 -699 -4.16e+03 3e-06 0 2.04e+03 1.93e+04 expHall Transportation + 8 -5e+03 -699 -4.16e+03 3e-06 0 0 1.93e+04 Tank Transportation + 9 -2.05e+03 5e+03 -452 3e-06 0 7.41e+03 2.68e+04 expHall Transportation + 10 -2.05e+03 5e+03 -452 3e-06 0 0 2.68e+04 Tank Transportation + 11 2.12e+03 2.75e+03 1.83e+03 3e-06 0 5.26e+03 3.2e+04 Tank OpRayleigh + 12 -1.65e+03 5e+03 759 3e-06 0 4.52e+03 3.65e+04 expHall Transportation + 13 -1.65e+03 5e+03 759 3e-06 0 0 3.65e+04 Tank Transportation + 14 -5e+03 -400 341 3e-06 0 6.37e+03 4.29e+04 expHall Transportation + 15 -5e+03 -400 341 3e-06 0 0 4.29e+04 Tank Transportation + 16 -3.99e+03 -1.38e+03 58.4 3e-06 0 1.44e+03 4.43e+04 Tank OpRayleigh + 17 -5e+03 -1.6e+03 -1.15e+03 3e-06 0 1.59e+03 4.59e+04 expHall Transportation + 18 -5e+03 -1.6e+03 -1.15e+03 3e-06 0 0 4.59e+04 Tank Transportation + 19 -1.84e+03 -4.38e+03 -5e+03 3e-06 0 5.7e+03 5.16e+04 expHall Transportation + 20 -1.84e+03 -4.38e+03 -5e+03 3e-06 0 0 5.16e+04 Tank Transportation + 21 -1.74e+03 -5e+03 -4.58e+03 3e-06 0 756 5.24e+04 expHall Transportation + 22 -1.74e+03 -5e+03 -4.58e+03 3e-06 0 0 5.24e+04 Tank Transportation + 23 5e+03 1.9e+03 -1.39e+03 3e-06 0 1.02e+04 6.25e+04 expHall Transportation + 24 5e+03 1.9e+03 -1.39e+03 3e-06 0 0 6.25e+04 Tank Transportation + 25 776 4.67e+03 5e+03 3e-06 0 8.15e+03 7.07e+04 expHall Transportation + 26 -4.28e+03 7.47e+03 1e+04 3e-06 0 7.64e+03 7.83e+04 world Transportation + 27 -9.34e+03 1.03e+04 1.5e+04 3e-06 0 7.64e+03 8.6e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -3e+03 0 3e-06 0 0 5.83e+03 Tank Transportation + 3 4.02e+03 -4.84e+03 -5e+03 3e-06 0 5.42e+03 1.12e+04 expHall Transportation + 4 3.2e+03 -6.63e+03 -1e+04 3e-06 0 5.38e+03 1.66e+04 world Transportation + 5 2.37e+03 -8.43e+03 -1.5e+04 3e-06 0 5.38e+03 2.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 4.35e+03 -2.61e+03 0 3e-06 0 5.07e+03 5.07e+03 Tank OpRayleigh + 2 3.6e+03 -2.79e+03 1.28e+03 3e-06 3e-06 1.5e+03 6.57e+03 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 5e+03 -3e+03 0 3e-06 0 0 5.83e+03 Tank Transportation + 3 3.2e+03 -5e+03 -417 3e-06 0 2.72e+03 8.55e+03 expHall Transportation + 4 3.2e+03 -5e+03 -417 3e-06 0 0 8.55e+03 Tank Transportation + 5 -3.93e+03 289 5e+03 3e-06 0 1.04e+04 1.9e+04 expHall Transportation + 6 -3.93e+03 289 5e+03 3e-06 0 0 1.9e+04 Tank Transportation + 7 -5e+03 1.68e+03 4.7e+03 3e-06 0 1.78e+03 2.07e+04 expHall Transportation + 8 -5e+03 1.68e+03 4.7e+03 3e-06 0 0 2.07e+04 Tank Transportation + 9 -3.45e+03 5e+03 4.5e+03 3e-06 0 3.67e+03 2.44e+04 expHall Transportation + 10 -3.45e+03 5e+03 4.5e+03 3e-06 0 0 2.44e+04 Tank Transportation + 11 -971 2.6e+03 3.34e+03 3e-06 3e-06 3.64e+03 2.8e+04 Tank OpAbsorption + +********************************************************************************************************* +* G4Track Information: Particle = opticalphoton, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 0 3e-06 0 0 0 Tank initStep + 1 5e+03 -3e+03 0 3e-06 0 5.83e+03 5.83e+03 expHall Transportation + 2 9.19e+03 -1e+04 1.11e+03 3e-06 0 8.23e+03 1.41e+04 world Transportation + 3 1.22e+04 -1.5e+04 1.9e+03 3e-06 0 5.88e+03 1.99e+04 OutOfWorld Transportation + Run terminated. +Run Summary + Number of events processed : 10 + User=0.000000s Real=0.001487s Sys=0.010000s + + ======================== run summary ====================== +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10 +Average number of Cerenkov photons created per event: 0 +- 0 +Average number of scintillation photons created per event: 0 +- 0 +Average number of optical Rayleigh interactions per event: 0.4 +- 0.663 +Average number of optical absorption interactions per event: 0.2 +- 0.4 +Average number of optical Mie interactions per event: 0 +- 0 +Average number of optical boundary interactions per event: 3.7 +- 3.35 + +# +/tracking/verbose 0 +/gun/position 30 40 50 cm +/gun/direction 1 1 1 +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : Air + Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 69.99999999999999 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : Water + Range cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um + Energy thresholds : gamma 2.525347827299922 keV e- 277.5934763678286 keV e+ 270.7691906611086 keV proton 69.99999999999999 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.160000s Real=0.154442s Sys=0.000000s + + ======================== run summary ====================== +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Average number of Cerenkov photons created per event: 0 +- 0 +Average number of scintillation photons created per event: 0 +- 0 +Average number of optical Rayleigh interactions per event: 0.113 +- 0.346 +Average number of optical absorption interactions per event: 0.408 +- 0.491 +Average number of optical Mie interactions per event: 0.0017 +- 0.0412 +Average number of optical boundary interactions per event: 3.98 +- 2.85 + +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 9 of which, static: 0 +Dynamic pools deleted: 9 / Total memory freed: 0.017 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/OpNovice2.out b/examples/extended/optical/OpNovice2/OpNovice2.out index 3167a91f69..898ef31733 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1077,7 +1077,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100000 - User=1.130000s Real=1.143061s Sys=0.000000s + User=1.330000s Real=1.345568s Sys=0.010000s Run Summary --------------------------------- diff --git a/examples/extended/optical/OpNovice2/boundary.out b/examples/extended/optical/OpNovice2/boundary.out new file mode 100644 index 0000000000..c83bd680d1 --- /dev/null +++ b/examples/extended/optical/OpNovice2/boundary.out @@ -0,0 +1,3029 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/process/optical/verbose 1 +/run/physicsModified +/control/cout/ignoreThreadsExcept 0 +/opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +............. +/opnovice2/boxProperty ABSLENGTH 0.000002 1000000 0.000005 2000000 0.000008 3000000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1e+06 +5e-06 2e+06 +8e-06 3e+06 +............. +/opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +............. +/opnovice2/worldProperty ABSLENGTH 0.000002 1000000 0.000005 2000000 0.000008 3000000 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +16: ABSLENGTH +2e-06 1e+06 +5e-06 2e+06 +8e-06 3e+06 +............. +/opnovice2/surfaceProperty SPECULARLOBECONSTANT 0.000002 0.1 0.000008 0.1 +SPECULARLOBECONSTANT 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty SPECULARSPIKECONSTANT 0.000002 0.1 0.000008 0.1 +SPECULARSPIKECONSTANT 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty BACKSCATTERCONSTANT 0.000002 0.1 0.000008 0.1 +BACKSCATTERCONSTANT 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty TRANSMITTANCE 0.000002 0.1 0.000008 0.1 +TRANSMITTANCE 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty REFLECTIVITY 0.000002 0.8 0.000008 0.8 +REFLECTIVITY 0.000002 0.8 0.000008 0.8 +The MPT for the surface is now: +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty EFFICIENCY 0.000002 0.1 0.000008 0.1 +EFFICIENCY 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty RINDEX 0.000002 1.4 0.000008 1.5 +RINDEX 0.000002 1.4 0.000008 1.5 +The MPT for the surface is now: +0: RINDEX +2e-06 1.4 +8e-06 1.5 +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +9: GROUPVEL +2e-06 203.645 +8e-06 190.691 +............. +/opnovice2/surfaceSigmaAlpha 0.2 +/run/geometryModified +Surface sigma alpha set to: 0.2 +/run/initialize +****** opticalSurface->DumpInfo: + Surface type = 1 + Surface finish = 3 + Surface model = 1 + + Surface parameter + ----------------- + sigma_alpha: 0.2 + +****** end of opticalSurface->DumpInfo + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + G4_WATER 0.126 mm/MeV 0.0126 g/cm^2/MeV massFactor= 85.0756 effCharge= 62.0606 +# +/gun/particle opticalphoton +/gun/energy 3 eV +/gun/position 0 0 0 cm +# will be normalized +/gun/direction .9 .44 0 +/opnovice2/gun/optPhotonPolar +# +/analysis/setFileName unified +Set file name: unified +/analysis/h1/set 10 40 -1 39 +/analysis/h1/set 11 100 -1.1 1.1 +/analysis/h1/set 12 100 -1.1 1.1 +/analysis/h1/set 13 100 -1.1 1.1 +/analysis/h1/set 14 100 -1.1 1.1 +/analysis/h1/set 15 100 -1.1 1.1 +/analysis/h1/set 16 100 -1.1 1.1 +/analysis/h1/set 17 100 -1.1 1.1 +/analysis/h1/set 18 100 -1.1 1.1 +/analysis/h1/set 19 100 -1.1 1.1 +############################################################################### +################################# UNIFIED ##################################### +############################################################################### +/opnovice2/surfaceModel unified +/run/geometryModified +/opnovice2/surfaceType dielectric_dielectric +/run/geometryModified +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ground ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceFinish ground +/run/geometryModified +## unified, davis, lut use sigma_alpha glisur uses polish +/run/beamOn 10000 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.210000s Real=0.209632s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0088 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 1030 + Fresnel refraction: 746 + Lambertian reflection: 5038 + Lobe reflection: 703 + Spike reflection: 709 + Backscattering: 740 + Absorption: 933 + Detection: 93 + Sum: 9992 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.720988 rms = 0.226951 + Y momentum dir of backward-going photons: mean = 0.0346578 rms = 0.490875 + Z momentum dir of backward-going photons: mean = -0.0078835 rms = 0.431797 + X momentum dir of forward-going photons: mean = 0.874189 rms = 0.0520985 + Y momentum dir of forward-going photons: mean = 0.475426 rms = 0.0728797 + Z momentum dir of forward-going photons: mean = -0.000867872 rms = 0.0416731 + X momentum dir of Fresnel-refracted photons: mean = 0.807506 rms = 0.0643027 + Y momentum dir of Fresnel-refracted photons: mean = 0.57524 rms = 0.0798274 + Z momentum dir of Fresnel-refracted photons: mean = -0.00325975 rms = 0.0807162 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +# restore default +#/opnovice2/surfaceSigmaAlpha 0.0 +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ polished ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceFinish polished +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.120000s Real=0.120560s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0084 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 958 + Fresnel refraction: 816 + Fresnel reflection: 7214 + Absorption: 894 + Detection: 110 + Sum: 9992 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.1934e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.69981e-07 + Z momentum dir of backward-going photons: mean = 0 rms = 0 + X momentum dir of forward-going photons: mean = 0.875318 rms = 0.0357669 + Y momentum dir of forward-going photons: mean = 0.478382 rms = 0.0607407 + Z momentum dir of forward-going photons: mean = 0 rms = 0 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 4.71216e-08 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 8.84707e-08 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.01 +The MPT for the surface is now: +0: RINDEX +2e-06 1.4 +8e-06 1.5 +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +9: GROUPVEL +2e-06 203.645 +8e-06 190.691 +0: SURFACEROUGHNESS 0.01 +............. +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 2 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.130000s Real=0.136966s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0091 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 1013 + Fresnel refraction: 801 + Lambertian reflection: 7201 + Absorption: 884 + Detection: 95 + Sum: 9994 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.670658 rms = 0.232053 + Y momentum dir of backward-going photons: mean = -0.00486638 rms = 0.500942 + Z momentum dir of backward-going photons: mean = 0.00525044 rms = 0.495354 + X momentum dir of forward-going photons: mean = 0.875864 rms = 0.0355147 + Y momentum dir of forward-going photons: mean = 0.477456 rms = 0.0603125 + Z momentum dir of forward-going photons: mean = 0 rms = 0 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 5.47504e-08 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 9.12506e-08 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +# restore default +/opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.0 +The MPT for the surface is now: +0: RINDEX +2e-06 1.4 +8e-06 1.5 +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +9: GROUPVEL +2e-06 203.645 +8e-06 190.691 +0: SURFACEROUGHNESS 0 +............. +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ painted ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceFinish polishedfrontpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 3 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.140000s Real=0.139935s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0091 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 1080 + Spike reflection: 7938 + Absorption: 876 + Detection: 96 + Sum: 9990 + 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 + Z momentum dir of backward-going photons: mean = 0 rms = 0 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.95994e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 1.04971e-07 + 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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish groundfrontpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 4 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.150000s Real=0.153464s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +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: 9 +Total # of surface events: 9991 +Unaccounted for: 0 + +Surface events by process: + Transmission: 947 + Lambertian reflection: 8039 + Absorption: 909 + Detection: 96 + Sum: 9991 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.666296 rms = 0.232659 + Y momentum dir of backward-going photons: mean = -0.00214743 rms = 0.500117 + Z momentum dir of backward-going photons: mean = 0.000440326 rms = 0.501795 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.95427e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 9.85619e-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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish polishedbackpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 5 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.750000s Real=0.759464s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.018 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 392 + Fresnel refraction: 277 + Lambertian reflection: 6285 + Lobe reflection: 942 + Spike reflection: 867 + Backscattering: 854 + Absorption: 338 + Detection: 33 + Sum: 9988 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.723433 rms = 0.226173 + Y momentum dir of backward-going photons: mean = 0.0427161 rms = 0.487412 + Z momentum dir of backward-going photons: mean = 0.00275586 rms = 0.431378 + X momentum dir of forward-going photons: mean = 0.744109 rms = 0.230078 + Y momentum dir of forward-going photons: mean = 0.129661 rms = 0.468665 + Z momentum dir of forward-going photons: mean = -0.00870147 rms = 0.396019 + X momentum dir of Fresnel-refracted photons: mean = -0.753612 rms = 0.232061 + Y momentum dir of Fresnel-refracted photons: mean = 0.122198 rms = 0.451181 + Z momentum dir of Fresnel-refracted photons: mean = -0.0280522 rms = 0.398663 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish groundbackpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 6 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.750000s Real=0.757380s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.018 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 368 + Fresnel refraction: 228 + Lambertian reflection: 6265 + Lobe reflection: 916 + Spike reflection: 909 + Backscattering: 911 + Absorption: 349 + Detection: 45 + Sum: 9991 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.725695 rms = 0.225527 + Y momentum dir of backward-going photons: mean = 0.0473025 rms = 0.483795 + Z momentum dir of backward-going photons: mean = 0.000246226 rms = 0.43152 + X momentum dir of forward-going photons: mean = 0.711575 rms = 0.241704 + Y momentum dir of forward-going photons: mean = 0.102294 rms = 0.480997 + Z momentum dir of forward-going photons: mean = 0.0205167 rms = 0.439314 + X momentum dir of Fresnel-refracted photons: mean = -0.67226 rms = 0.249608 + Y momentum dir of Fresnel-refracted photons: mean = 0.0115693 rms = 0.50363 + Z momentum dir of Fresnel-refracted photons: mean = -0.0425384 rms = 0.479766 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dielectric_metal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceType dielectric_metal +/run/geometryModified +/opnovice2/surfaceFinish polished +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 7 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.150000s Real=0.141016s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0081 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 975 + Spike reflection: 8024 + Absorption: 892 + Detection: 101 + Sum: 9992 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35967e-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.95427e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 9.98211e-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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish ground +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 8 starts. +... create file : unified.root - done +... open analysis file : unified.root - done +... open analysis file : unified.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.150000s Real=0.156780s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0094 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 1048 + Lambertian reflection: 5619 + Lobe reflection: 763 + Spike reflection: 758 + Backscattering: 822 + Absorption: 873 + Detection: 111 + Sum: 9994 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.71706 rms = 0.229153 + Y momentum dir of backward-going photons: mean = 0.0278294 rms = 0.494429 + Z momentum dir of backward-going photons: mean = -0.000614049 rms = 0.433681 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.95994e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 1.03908e-07 + 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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : unified.root - done +... close file : unified.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +############################################################################### +################################# GLISUR ###################################### +############################################################################### +/opnovice2/surfaceModel glisur +/run/geometryModified +/opnovice2/surfaceType dielectric_dielectric +/run/geometryModified +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ polished ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceFinish polished +/run/geometryModified +/analysis/setFileName glisur +Set file name: glisur +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 9 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.110000s Real=0.119158s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0097 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 980 + Fresnel refraction: 795 + Fresnel reflection: 7219 + Absorption: 910 + Detection: 90 + Sum: 9994 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.1943e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.69981e-07 + Z momentum dir of backward-going photons: mean = 0 rms = 0 + X momentum dir of forward-going photons: mean = 0.875887 rms = 0.0355035 + Y momentum dir of forward-going photons: mean = 0.477415 rms = 0.0602935 + Z momentum dir of forward-going photons: mean = 0 rms = 0 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 5.77119e-08 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 9.24593e-08 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.01 +The MPT for the surface is now: +0: RINDEX +2e-06 1.4 +8e-06 1.5 +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +9: GROUPVEL +2e-06 203.645 +8e-06 190.691 +0: SURFACEROUGHNESS 0.01 +............. +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 10 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.130000s Real=0.132746s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0096 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 967 + Fresnel refraction: 787 + Lambertian reflection: 7205 + Absorption: 915 + Detection: 117 + Sum: 9991 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.665679 rms = 0.237039 + Y momentum dir of backward-going photons: mean = 0.00323197 rms = 0.499428 + Z momentum dir of backward-going photons: mean = 0.00393247 rms = 0.501227 + X momentum dir of forward-going photons: mean = 0.876202 rms = 0.0353534 + Y momentum dir of forward-going photons: mean = 0.476881 rms = 0.0600386 + Z momentum dir of forward-going photons: mean = 0 rms = 0 + X momentum dir of Fresnel-refracted photons: mean = 0.819857 rms = 6.14391e-08 + Y momentum dir of Fresnel-refracted photons: mean = 0.572568 rms = 9.36523e-08 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceConstProperty SURFACEROUGHNESS 0.0 +The MPT for the surface is now: +0: RINDEX +2e-06 1.4 +8e-06 1.5 +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +9: GROUPVEL +2e-06 203.645 +8e-06 190.691 +0: SURFACEROUGHNESS 0 +............. +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ground ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceFinish ground +/run/geometryModified +/run/initialize +/opnovice2/surfacePolish 0.2 +/run/geometryModified +Surface polish set to: 0.2 +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 11 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.140000s Real=0.137294s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0099 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 980 + Fresnel refraction: 676 + Fresnel reflection: 5804 + Total internal reflection: 1523 + Absorption: 900 + Detection: 108 + Sum: 9991 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.57387 rms = 0.280293 + Y momentum dir of backward-going photons: mean = 0.318401 rms = 0.489987 + Z momentum dir of backward-going photons: mean = -0.00339989 rms = 0.50063 + X momentum dir of forward-going photons: mean = 0.872571 rms = 0.074788 + Y momentum dir of forward-going photons: mean = 0.468585 rms = 0.080761 + Z momentum dir of forward-going photons: mean = -0.000613873 rms = 0.0832623 + X momentum dir of Fresnel-refracted photons: mean = 0.802852 rms = 0.106683 + Y momentum dir of Fresnel-refracted photons: mean = 0.554123 rms = 0.116838 + Z momentum dir of Fresnel-refracted photons: mean = -0.00293762 rms = 0.152759 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +# restore default +/opnovice2/surfacePolish 1.0 +/run/geometryModified +Surface polish set to: 1 +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ painted ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceFinish polishedfrontpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 12 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.140000s Real=0.139197s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0098 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 955 + Spike reflection: 8008 + Absorption: 929 + Detection: 99 + Sum: 9991 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.35618e-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.95427e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 1.00927e-07 + 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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish polishedbackpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 13 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.350000s Real=0.360047s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.02 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 368 + Fresnel refraction: 273 + Fresnel reflection: 8997 + Absorption: 315 + Detection: 41 + Sum: 9994 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.34744e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.74652e-07 + Z momentum dir of backward-going photons: mean = 0 rms = 0 + X momentum dir of forward-going photons: mean = 0.912889 rms = 1.28617e-07 + Y momentum dir of forward-going photons: mean = 0.408207 rms = 5.18873e-08 + Z momentum dir of forward-going photons: mean = 0 rms = 0 + X momentum dir of Fresnel-refracted photons: mean = -0.898384 rms = 4.94216e-08 + Y momentum dir of Fresnel-refracted photons: mean = 0.43921 rms = 4.18163e-08 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish groundfrontpainted +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 14 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.150000s Real=0.151215s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0086 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 951 + Lambertian reflection: 8077 + Absorption: 869 + Detection: 96 + Sum: 9993 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.668927 rms = 0.233197 + Y momentum dir of backward-going photons: mean = 0.00455305 rms = 0.499985 + Z momentum dir of backward-going photons: mean = 0.0006191 rms = 0.498146 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.94573e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 9.62827e-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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish groundbackpainted +/run/geometryModified +/opnovice2/surfacePolish 0.2 +/run/geometryModified +Surface polish set to: 0.2 +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 15 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.360000s Real=0.371485s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.016 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 432 + Fresnel refraction: 288 + Fresnel reflection: 8806 + Absorption: 403 + Detection: 59 + Sum: 9988 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.581268 rms = 0.276491 + Y momentum dir of backward-going photons: mean = 0.28925 rms = 0.499641 + Z momentum dir of backward-going photons: mean = -0.00241224 rms = 0.502363 + X momentum dir of forward-going photons: mean = 0.623985 rms = 0.299056 + Y momentum dir of forward-going photons: mean = 0.0978792 rms = 0.517803 + Z momentum dir of forward-going photons: mean = 0.0121155 rms = 0.493316 + X momentum dir of Fresnel-refracted photons: mean = -0.637031 rms = 0.269848 + Y momentum dir of Fresnel-refracted photons: mean = -0.0229246 rms = 0.511249 + Z momentum dir of Fresnel-refracted photons: mean = 0.00207596 rms = 0.50938 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfacePolish 1.0 +/run/geometryModified +Surface polish set to: 1 +# +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dielectric_metal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +/opnovice2/surfaceType dielectric_metal +/run/geometryModified +/opnovice2/surfaceFinish polished +/run/geometryModified +/run/initialize +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 16 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.140000s Real=0.139245s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0097 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+04 +OpAbsorption before surface: 13 +Total # of surface events: 9987 +Unaccounted for: 0 + +Surface events by process: + Transmission: 1009 + Spike reflection: 7926 + Absorption: 951 + Detection: 101 + Sum: 9987 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.898384 rms = 6.34132e-07 + Y momentum dir of backward-going photons: mean = 0.43921 rms = 1.71929e-07 + Z momentum dir of backward-going photons: mean = 0 rms = 0 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.95994e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 1.0563e-07 + 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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish ground +/run/geometryModified +/run/initialize +/opnovice2/surfacePolish 0.2 +/run/geometryModified +Surface polish set to: 0.2 +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 17 starts. +... create file : glisur.root - done +... open analysis file : glisur.root - done +... open analysis file : glisur.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.160000s Real=0.156499s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0079 + +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 +Unaccounted for: 0 + +Surface events by process: + Transmission: 1011 + Lobe reflection: 8008 + Absorption: 870 + Detection: 99 + Sum: 9988 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.571993 rms = 0.278865 + Y momentum dir of backward-going photons: mean = 0.314963 rms = 0.495714 + Z momentum dir of backward-going photons: mean = 0.00860356 rms = 0.50005 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.95427e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 1.00514e-07 + 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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : glisur.root - done +... close file : glisur.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfacePolish 1.0 +/run/geometryModified +Surface polish set to: 1 +############################################################################### +################################# DAVIS LUT ################################### +############################################################################### +/opnovice2/surfaceModel DAVIS +/run/geometryModified +/opnovice2/surfaceType dielectric_LUTDAVIS +/run/geometryModified +/opnovice2/surfaceFinish RoughTeflon_LUT +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/RoughTeflon_LUT.z successfully read in. +LUT DAVIS - data file: RoughTeflon_LUT.z read in! +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/RoughTeflon_LUTR.z successfully read in. +LUT DAVIS - reflectivity data file: RoughTeflon_LUTR.z read in! +/run/geometryModified +/run/initialize +/analysis/setFileName davis_roughTeflon +Set file name: davis_roughTeflon +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 18 starts. +... create file : davis_roughTeflon.root - done +... open analysis file : davis_roughTeflon.root - done +... open analysis file : davis_roughTeflon.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=1.160000s Real=1.170561s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.043 + +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 +Unaccounted for: 0 + +Surface events by process: + Lobe reflection: 9573 + Absorption: 377 + Detection: 38 + Sum: 9988 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.776235 rms = 0.205994 + Y momentum dir of backward-going photons: mean = 0.2101 rms = 0.427686 + Z momentum dir of backward-going photons: mean = 0.00550741 rms = 0.357685 + X momentum dir of forward-going photons: mean = 0.898384 rms = 1.1151e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 3.24763e-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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : davis_roughTeflon.root - done +... close file : davis_roughTeflon.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/opnovice2/surfaceFinish Detector_LUT +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Detector_LUT.z successfully read in. +LUT DAVIS - data file: Detector_LUT.z read in! +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/Detector_LUTR.z successfully read in. +LUT DAVIS - reflectivity data file: Detector_LUTR.z read in! +/run/geometryModified +/analysis/setFileName davis_detector +Set file name: davis_detector +/run/beamOn 10000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 19 starts. +... create file : davis_detector.root - done +... open analysis file : davis_detector.root - done +... open analysis file : davis_detector.root - done + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.050000s Real=0.049609s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.0009 + +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 +Unaccounted for: 0 + +Surface events by process: + Lobe reflection: 109 + Absorption: 8928 + Detection: 954 + Sum: 9991 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.906337 rms = 0.00228861 + Y momentum dir of backward-going photons: mean = 0.422492 rms = 0.00492185 + Z momentum dir of backward-going photons: mean = 0.000449425 rms = 0.00491918 + X momentum dir of forward-going photons: mean = 0.898384 rms = 5.59736e-07 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 9.15543e-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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : davis_detector.root - done +... close file : davis_detector.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +############################################################################### +################################# LUT (LBNL) ################################## +############################################################################### +/opnovice2/surfaceModel LUT +/run/geometryModified +/opnovice2/surfaceType dielectric_LUT +/run/geometryModified +/opnovice2/surfaceFinish polishedlumirrorair +G4OpticalSurface: data file /cvmfs/geant4.cern.ch/share/data/RealSurface2.2/PolishedLumirror.z successfully read in. +LUT - data file: PolishedLumirror.z read in! +/run/geometryModified +/analysis/setFileName lbnl_polishedLumirrorAir +Set file name: lbnl_polishedLumirrorAir +/run/beamOn 1000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 20 starts. +... create file : lbnl_polishedLumirrorAir.root - done +... open analysis file : lbnl_polishedLumirrorAir.root - done +... open analysis file : lbnl_polishedLumirrorAir.root - done + Run terminated. +Run Summary + Number of events processed : 1000 + User=0.080000s Real=0.086151s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 3 eV . +Number of events: 1000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.009 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+03 +OpAbsorption before surface: 1 +Total # of surface events: 999 +Unaccounted for: 0 + +Surface events by process: + Transmission: 93 + Absorption: 93 + Detection: 7 + Polished Lumirror Air reflection: 806 + Sum: 999 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + X momentum dir of backward-going photons: mean = -0.932707 rms = 0.0389432 + Y momentum dir of backward-going photons: mean = 0.138195 rms = 0.266115 + Z momentum dir of backward-going photons: mean = 0.0163755 rms = 0.195854 + X momentum dir of forward-going photons: mean = 0.898384 rms = 3.16101e-08 + Y momentum dir of forward-going photons: mean = 0.43921 rms = 2.73752e-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 + Z momentum dir of Fresnel-refracted photons: mean = 0 rms = 0 + +... write file : lbnl_polishedLumirrorAir.root - done +... close file : lbnl_polishedLumirrorAir.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.016 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/electron.out b/examples/extended/optical/OpNovice2/electron.out new file mode 100644 index 0000000000..6856350d71 --- /dev/null +++ b/examples/extended/optical/OpNovice2/electron.out @@ -0,0 +1,1697 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/process/optical/verbose 1 +/run/physicsModified +/control/cout/ignoreThreadsExcept 0 +/opnovice2/boxMaterial G4_BGO +Tank material set to G4_BGO +/opnovice2/worldMaterial G4_AIR +/opnovice2/boxProperty ABSLENGTH 0.000002 1 0.000005 2 0.000008 3 +The MPT for the box is now: +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty RAYLEIGH 0.000002 1 0.000008 1 +The MPT for the box is now: +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty SCINTILLATIONCOMPONENT1 0.000002 1.0 0.000005 1.1 0.000008 1.3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +............. +/opnovice2/boxProperty SCINTILLATIONCOMPONENT2 0.000002 0.1 0.000003 0.2 0.000004 0.4 0.000005 0.6 0.000006 0.8 0.000007 0.9 .000008 1.0 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +............. +/opnovice2/boxProperty SCINTILLATIONCOMPONENT3 0.000002 0.2 0.000005 0.1 0.000008 0.05 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +............. +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT1 20 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +30: SCINTILLATIONTIMECONSTANT1 20 +............. +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT2 100 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +............. +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT3 200 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +............. +/opnovice2/boxConstProperty SCINTILLATIONYIELD 5000.0 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +............. +/opnovice2/boxConstProperty SCINTILLATIONYIELD1 1.0 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +36: SCINTILLATIONYIELD1 1 +............. +/opnovice2/boxConstProperty SCINTILLATIONYIELD2 1.0 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +36: SCINTILLATIONYIELD1 1 +37: SCINTILLATIONYIELD2 1 +............. +/opnovice2/boxConstProperty SCINTILLATIONYIELD3 0.1 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +36: SCINTILLATIONYIELD1 1 +37: SCINTILLATIONYIELD2 1 +38: SCINTILLATIONYIELD3 0.1 +............. +/opnovice2/boxConstProperty RESOLUTIONSCALE 1 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +36: SCINTILLATIONYIELD1 1 +37: SCINTILLATIONYIELD2 1 +38: SCINTILLATIONYIELD3 0.1 +............. +/opnovice2/boxConstProperty SCINTILLATIONRISETIME1 3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +33: SCINTILLATIONRISETIME1 3 +36: SCINTILLATIONYIELD1 1 +37: SCINTILLATIONYIELD2 1 +38: SCINTILLATIONYIELD3 0.1 +............. +/opnovice2/boxConstProperty SCINTILLATIONRISETIME2 10 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +33: SCINTILLATIONRISETIME1 3 +34: SCINTILLATIONRISETIME2 10 +36: SCINTILLATIONYIELD1 1 +37: SCINTILLATIONYIELD2 1 +38: SCINTILLATIONYIELD3 0.1 +............. +/opnovice2/boxConstProperty SCINTILLATIONRISETIME3 20 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.1 +3e-06 0.2 +4e-06 0.4 +5e-06 0.6 +6e-06 0.8 +7e-06 0.9 +8e-06 1 +25: SCINTILLATIONCOMPONENT3 +2e-06 0.2 +5e-06 0.1 +8e-06 0.05 +10: SCINTILLATIONYIELD 5000 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 100 +32: SCINTILLATIONTIMECONSTANT3 200 +33: SCINTILLATIONRISETIME1 3 +34: SCINTILLATIONRISETIME2 10 +35: SCINTILLATIONRISETIME3 20 +36: SCINTILLATIONYIELD1 1 +37: SCINTILLATIONYIELD2 1 +38: SCINTILLATIONYIELD3 0.1 +............. +/opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +............. +/opnovice2/worldProperty ABSLENGTH 0.000002 100 0.000005 100 0.000008 100 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +16: ABSLENGTH +2e-06 100 +5e-06 100 +8e-06 100 +............. +/opnovice2/surfaceFinish ground +/run/geometryModified +/opnovice2/surfaceSigmaAlpha 0.2 +/run/geometryModified +Surface sigma alpha set to: 0.2 +/opnovice2/surfaceProperty SPECULARLOBECONSTANT 0.000002 0.1 0.000008 0.1 +SPECULARLOBECONSTANT 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty SPECULARSPIKECONSTANT 0.000002 0.1 0.000008 0.1 +SPECULARSPIKECONSTANT 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty BACKSCATTERCONSTANT 0.000002 0.1 0.000008 0.1 +BACKSCATTERCONSTANT 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty TRANSMITTANCE 0.000002 0.1 0.000008 0.1 +TRANSMITTANCE 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty REFLECTIVITY 0.000002 0.8 0.000008 0.8 +REFLECTIVITY 0.000002 0.8 0.000008 0.8 +The MPT for the surface is now: +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/opnovice2/surfaceProperty EFFICIENCY 0.000002 0.1 0.000008 0.1 +EFFICIENCY 0.000002 0.1 0.000008 0.1 +The MPT for the surface is now: +1: REFLECTIVITY +2e-06 0.8 +8e-06 0.8 +4: EFFICIENCY +2e-06 0.1 +8e-06 0.1 +5: TRANSMITTANCE +2e-06 0.1 +8e-06 0.1 +6: SPECULARLOBECONSTANT +2e-06 0.1 +8e-06 0.1 +7: SPECULARSPIKECONSTANT +2e-06 0.1 +8e-06 0.1 +8: BACKSCATTERCONSTANT +2e-06 0.1 +8e-06 0.1 +............. +/process/optical/cerenkov/setMaxPhotons 3 +Cerenkov max photons: 3 +/run/physicsModified +/process/optical/cerenkov/setMaxBetaChange 10 +/run/physicsModified +/process/optical/scintillation/setByParticleType false +/run/physicsModified +/process/optical/scintillation/setTrackInfo false +/run/physicsModified +/process/optical/scintillation/setFiniteRiseTime true +/run/physicsModified +/process/optical/scintillation/setStackPhotons true +/run/physicsModified +/run/initialize +****** opticalSurface->DumpInfo: + Surface type = 1 + Surface finish = 3 + Surface model = 1 + + Surface parameter + ----------------- + sigma_alpha: 0.2 + +****** end of opticalSurface->DumpInfo + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + G4_BGO 0.126 mm/MeV 0.089838 g/cm^2/MeV massFactor= 6.63951 effCharge= 1.56555 +/analysis/setFileName electron +Set file name: electron +/analysis/h1/set 1 100 0 10 +/analysis/h1/set 2 100 0 10 +/analysis/h1/set 3 400 0 200 +/gun/particle e- +/gun/energy 1 MeV +/gun/position -1 0 0 m +/gun/direction 1 0 0 +# +/run/printProgress 100 +/run/beamOn 100 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : electron.root - done +... open analysis file : electron.root - done +... open analysis file : electron.root - done +--> Event 0 starts. + Run terminated. +Run Summary + Number of events processed : 100 + User=2.630000s Real=2.664873s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: e- with energy 1 MeV. +Number of events: 100 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average energy of Cerenkov photons created per event: 2.2e+02 eV. +Average number of Cerenkov photons created per event: 42 + Average energy per photon: 5.2 eV. +Average energy of scintillation photons created per event: 1.6e+04 eV. +Average number of scintillation photons created per event: 2.9e+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 +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.3e+03 +Average number of OpAbsorption per event: 2.7e+03 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+02 +OpAbsorption before surface: 154596 +Total # of surface events: 136700 + +Surface events by process: + Transmission: 13583 + Fresnel refraction: 4611 + Lambertian reflection: 73560 + Lobe reflection: 9726 + Spike reflection: 10723 + Backscattering: 10632 + Absorption: 12454 + Detection: 1411 + Sum: 136700 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + Cerenkov spectrum: mean = 5.16587 eV rms = 1.72376 eV. + Scintillation spectrum: mean = 5.43887 eV rms = 1.66316 eV. + Scintillation time: mean = 48.2672 ns rms = 46.7552 ns. + +... write file : electron.root - done +... close file : electron.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.46 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/fresnel.out b/examples/extended/optical/OpNovice2/fresnel.out new file mode 100644 index 0000000000..21aecb2b73 --- /dev/null +++ b/examples/extended/optical/OpNovice2/fresnel.out @@ -0,0 +1,1170 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/process/optical/verbose 1 +/run/physicsModified +/control/cout/ignoreThreadsExcept 0 +/opnovice2/boxProperty RINDEX 0.000002 1.4 0.000008 1.41 +The MPT for the box is now: +0: RINDEX +2e-06 1.4 +8e-06 1.41 +9: GROUPVEL +2e-06 213.04 +8e-06 211.537 +............. +/opnovice2/boxProperty ABSLENGTH 0.000002 100 0.000005 200 0.000008 300 +The MPT for the box is now: +0: RINDEX +2e-06 1.4 +8e-06 1.41 +9: GROUPVEL +2e-06 213.04 +8e-06 211.537 +16: ABSLENGTH +2e-06 100 +5e-06 200 +8e-06 300 +............. +/opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +............. +/opnovice2/worldProperty ABSLENGTH 0.000002 1000000 0.000005 2000000 0.000008 3000000 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +16: ABSLENGTH +2e-06 1e+06 +5e-06 2e+06 +8e-06 3e+06 +............. +/opnovice2/surfaceModel unified +/run/geometryModified +/opnovice2/surfaceType dielectric_dielectric +/run/geometryModified +/opnovice2/surfaceFinish polished +/run/geometryModified +/opnovice2/surfaceProperty REFLECTIVITY 0.000002 1.0 0.000008 1.0 +REFLECTIVITY 0.000002 1.0 0.000008 1.0 +The MPT for the surface is now: +1: REFLECTIVITY +2e-06 1 +8e-06 1 +............. +/run/initialize +****** opticalSurface->DumpInfo: + Surface type = 1 + Surface finish = 0 + Surface model = 1 + + Surface parameter + ----------------- + sigma_alpha: 0 + +****** end of opticalSurface->DumpInfo + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + G4_WATER 0.126 mm/MeV 0.0126 g/cm^2/MeV massFactor= 85.0756 effCharge= 62.0606 +# +/gun/particle opticalphoton +/gun/energy 5 eV +/gun/position 99.99 0 0 cm +/gun/direction 1 0 0 +/opnovice2/gun/optPhotonPolar 0. deg +/opnovice2/gun/randomDirection true +# +/analysis/setFileName fresnel_0 +Set file name: fresnel_0 +/analysis/h1/set 20 90 0 90 +/analysis/h1/set 21 90 0 90 +/run/printProgress 100000 +/run/beamOn 500000 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : fresnel_0.root - done +... open analysis file : fresnel_0.root - done +... open analysis file : fresnel_0.root - done +--> Event 0 starts. +--> Event 100000 starts. +--> Event 200000 starts. +--> Event 300000 starts. +--> Event 400000 starts. + Run terminated. +Run Summary + Number of events processed : 500000 + User=3.680000s Real=3.731261s Sys=0.010000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 5 eV . +Number of events: 500000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.51 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 5e+05 +OpAbsorption before surface: 1427 +Total # of surface events: 498573 +Unaccounted for: 0 + +Surface events by process: + Fresnel refraction: 247643 + Fresnel reflection: 7493 + Total internal reflection: 243437 + Sum: 498573 + Unaccounted for: 0 +--------------------------------- +Polarization of primary optical photons: 0 deg. +Reflectance shows a minimum at: 36.5 +/- 0.5 deg. Expected Brewster angle: 35.7109 deg. +Transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. + + Histogram statistics for the entire run: + + Angle of transmitted photons: mean = 0.00409217 rms = 0.351946 + Angle of reflected photons: mean = 0.0121195 rms = 0.92143 + +... write file : fresnel_0.root - done +... close file : fresnel_0.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/analysis/setFileName fresnel_90 +Set file name: fresnel_90 +/opnovice2/gun/optPhotonPolar 90. deg +/run/beamOn 500000 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. +... create file : fresnel_90.root - done +... open analysis file : fresnel_90.root - done +... open analysis file : fresnel_90.root - done +--> Event 0 starts. +--> Event 100000 starts. +--> Event 200000 starts. +--> Event 300000 starts. +--> Event 400000 starts. + Run terminated. +Run Summary + Number of events processed : 500000 + User=3.870000s Real=3.928824s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 5 eV . +Number of events: 500000 +Material of world: G4_AIR +Material of tank: G4_WATER + +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 0.54 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 5e+05 +OpAbsorption before surface: 1310 +Total # of surface events: 498690 +Unaccounted for: 0 + +Surface events by process: + Fresnel refraction: 232368 + Fresnel reflection: 22609 + Total internal reflection: 243713 + Sum: 498690 + Unaccounted for: 0 +--------------------------------- +Polarization of primary optical photons: 90 deg. +Transmission goes to 0 at: 45.5 +/- 0.5 deg. Expected: 45.9605 deg. + + Histogram statistics for the entire run: + + Angle of transmitted photons: mean = 0.00393817 rms = 0.339996 + Angle of reflected photons: mean = 0.0118014 rms = 0.902835 + +... write file : fresnel_90.root - done +... close file : fresnel_90.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.016 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/scint_by_particle.out b/examples/extended/optical/OpNovice2/scint_by_particle.out new file mode 100644 index 0000000000..b92293bdfc --- /dev/null +++ b/examples/extended/optical/OpNovice2/scint_by_particle.out @@ -0,0 +1,2330 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/process/optical/verbose 1 +/run/physicsModified +/run/verbose 1 +/control/cout/ignoreThreadsExcept 0 +/opnovice2/boxMaterial G4_BGO +Tank material set to G4_BGO +/opnovice2/worldMaterial G4_AIR +/opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +............. +/opnovice2/boxProperty ABSLENGTH 0.000002 1 0.000005 2 0.000008 3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty SCINTILLATIONCOMPONENT1 0.000002 1.0 0.000005 1.1 0.000008 1.3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +............. +/opnovice2/boxProperty SCINTILLATIONCOMPONENT2 0.000002 0.8 0.000005 0.6 0.000008 0.3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +............. +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT1 20 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +30: SCINTILLATIONTIMECONSTANT1 20 +............. +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT2 200 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +............. +/opnovice2/boxConstProperty SCINTILLATIONRISETIME1 5 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +............. +/opnovice2/boxConstProperty SCINTILLATIONRISETIME2 10 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +............. +/opnovice2/boxConstProperty RESOLUTIONSCALE 1 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +............. +#/opnovice2/boxProperty SCINTILLATIONYIELD 5000. +/opnovice2/boxProperty PROTONSCINTILLATIONYIELD 0 50 10 5000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +............. +/opnovice2/boxConstProperty PROTONSCINTILLATIONYIELD1 0.2 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +............. +/opnovice2/boxConstProperty PROTONSCINTILLATIONYIELD2 0.8 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +............. +/opnovice2/boxProperty DEUTERONSCINTILLATIONYIELD 0 50 10 5000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +............. +/opnovice2/boxConstProperty DEUTERONSCINTILLATIONYIELD1 0.6 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +............. +/opnovice2/boxConstProperty DEUTERONSCINTILLATIONYIELD2 0.4 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +............. +/opnovice2/boxProperty TRITONSCINTILLATIONYIELD 0 50 10 5000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +............. +/opnovice2/boxConstProperty TRITONSCINTILLATIONYIELD1 0.5 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +............. +/opnovice2/boxConstProperty TRITONSCINTILLATIONYIELD2 0.5 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +............. +/opnovice2/boxProperty ALPHASCINTILLATIONYIELD 0 50 10 50000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +............. +/opnovice2/boxConstProperty ALPHASCINTILLATIONYIELD1 0.7 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +............. +/opnovice2/boxConstProperty ALPHASCINTILLATIONYIELD2 0.3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +............. +/opnovice2/boxProperty IONSCINTILLATIONYIELD 0 50 10 5000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +21: IONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +............. +/opnovice2/boxConstProperty IONSCINTILLATIONYIELD1 0.7 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +21: IONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +51: IONSCINTILLATIONYIELD1 0.7 +............. +/opnovice2/boxConstProperty IONSCINTILLATIONYIELD2 0.3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +21: IONSCINTILLATIONYIELD +0 50 +10 5000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +51: IONSCINTILLATIONYIELD1 0.7 +52: IONSCINTILLATIONYIELD2 0.3 +............. +/opnovice2/boxProperty ELECTRONSCINTILLATIONYIELD 0 5000 10 500000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +21: IONSCINTILLATIONYIELD +0 50 +10 5000 +22: ELECTRONSCINTILLATIONYIELD +0 5000 +10 500000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +51: IONSCINTILLATIONYIELD1 0.7 +52: IONSCINTILLATIONYIELD2 0.3 +............. +/opnovice2/boxConstProperty ELECTRONSCINTILLATIONYIELD1 0.8 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +21: IONSCINTILLATIONYIELD +0 50 +10 5000 +22: ELECTRONSCINTILLATIONYIELD +0 5000 +10 500000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +51: IONSCINTILLATIONYIELD1 0.7 +52: IONSCINTILLATIONYIELD2 0.3 +54: ELECTRONSCINTILLATIONYIELD1 0.8 +............. +/opnovice2/boxConstProperty ELECTRONSCINTILLATIONYIELD2 0.2 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +17: PROTONSCINTILLATIONYIELD +0 50 +10 5000 +18: DEUTERONSCINTILLATIONYIELD +0 50 +10 5000 +19: TRITONSCINTILLATIONYIELD +0 50 +10 5000 +20: ALPHASCINTILLATIONYIELD +0 50 +10 50000 +21: IONSCINTILLATIONYIELD +0 50 +10 5000 +22: ELECTRONSCINTILLATIONYIELD +0 5000 +10 500000 +23: SCINTILLATIONCOMPONENT1 +2e-06 1 +5e-06 1.1 +8e-06 1.3 +24: SCINTILLATIONCOMPONENT2 +2e-06 0.8 +5e-06 0.6 +8e-06 0.3 +11: RESOLUTIONSCALE 1 +30: SCINTILLATIONTIMECONSTANT1 20 +31: SCINTILLATIONTIMECONSTANT2 200 +33: SCINTILLATIONRISETIME1 5 +34: SCINTILLATIONRISETIME2 10 +39: PROTONSCINTILLATIONYIELD1 0.2 +40: PROTONSCINTILLATIONYIELD2 0.8 +42: DEUTERONSCINTILLATIONYIELD1 0.6 +43: DEUTERONSCINTILLATIONYIELD2 0.4 +45: TRITONSCINTILLATIONYIELD1 0.5 +46: TRITONSCINTILLATIONYIELD2 0.5 +48: ALPHASCINTILLATIONYIELD1 0.7 +49: ALPHASCINTILLATIONYIELD2 0.3 +51: IONSCINTILLATIONYIELD1 0.7 +52: IONSCINTILLATIONYIELD2 0.3 +54: ELECTRONSCINTILLATIONYIELD1 0.8 +55: ELECTRONSCINTILLATIONYIELD2 0.2 +............. +/opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +............. +/opnovice2/worldProperty ABSLENGTH 0.000002 100 0.000005 100 0.000008 100 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +16: ABSLENGTH +2e-06 100 +5e-06 100 +8e-06 100 +............. +## no scintillation in the world, but we want to exercise +## this macro command +/opnovice2/worldConstProperty SCINTILLATIONTIMECONSTANT1 1 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +16: ABSLENGTH +2e-06 100 +5e-06 100 +8e-06 100 +30: SCINTILLATIONTIMECONSTANT1 1 +............. +/process/optical/processActivation Cerenkov false +/run/physicsModified +/process/optical/processActivation OpAbsorption true +/run/physicsModified +/process/optical/processActivation OpBoundary false +/run/physicsModified +/process/optical/processActivation Scintillation true +/run/physicsModified +/process/optical/processActivation OpRayleigh false +/run/physicsModified +/process/optical/processActivation OpMieHG false +/run/physicsModified +/process/optical/processActivation OpWLS false +/run/physicsModified +/process/optical/scintillation/setByParticleType true +/run/physicsModified +/process/optical/scintillation/setTrackInfo false +/run/physicsModified +/process/optical/scintillation/setFiniteRiseTime false +/run/physicsModified +/process/optical/scintillation/setStackPhotons true +/run/physicsModified +/process/optical/scintillation/setTrackSecondariesFirst true +/run/physicsModified +/run/initialize +****** opticalSurface->DumpInfo: + Surface type = 1 + Surface finish = 3 + Surface model = 1 + + Surface parameter + ----------------- + sigma_alpha: 0 + +****** end of opticalSurface->DumpInfo + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + G4_BGO 0.126 mm/MeV 0.089838 g/cm^2/MeV massFactor= 6.63951 effCharge= 1.56555 +/process/optical/scintillation/verbose 0 +/run/physicsModified +/analysis/setFileName scint_by_particle +Set file name: scint_by_particle +/analysis/h1/set 2 100 0 10 +/analysis/h1/set 3 400 0 200 +# +/gun/particle e- +/gun/energy 1 MeV +/gun/position -1 0 0 m +/gun/direction 1 0 0 +# +/run/beamOn 100 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : Scint02 + issued by : G4Scintillation::SetScintillationByParticleType +Redefinition: Birks Saturation is replaced by ScintillationByParticleType! +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done + Run terminated. +Run Summary + Number of events processed : 100 + User=8.110000s Real=8.334753s Sys=0.010000s + + Run Summary +--------------------------------- +Primary particle was: e- with energy 1 MeV. +Number of events: 100 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average energy of Cerenkov photons created per event: 0 eV. +Average number of Cerenkov photons created per event: 0 +Average energy of scintillation photons created per event: 1.8e+05 eV. +Average number of scintillation photons created per event: 3.5e+04 + Average energy per photon: 5 eV. +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 3.5e+04 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+02 +OpAbsorption before surface: 2167829 +Total # of surface events: 1325006 + +Surface events by process: + Sum: 0 + Unaccounted for: 1325006 +--------------------------------- + + Histogram statistics for the entire run: + + Scintillation spectrum: mean = 5.01393 eV rms = 1.73109 eV. + Scintillation time: mean = 28.7616 ns rms = 35.4658 ns. + +... write file : scint_by_particle.root - done +... close file : scint_by_particle.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/particle proton +/run/beamOn 100 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 1 starts. +... create file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done + Run terminated. +Run Summary + Number of events processed : 100 + User=0.120000s Real=0.124204s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: proton with energy 1 MeV. +Number of events: 100 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average energy of Cerenkov photons created per event: 0 eV. +Average number of Cerenkov photons created per event: 0 +Average energy of scintillation photons created per event: 2.4e+03 eV. +Average number of scintillation photons created per event: 5e+02 + Average energy per photon: 4.8 eV. +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 5e+02 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+02 +OpAbsorption before surface: 25226 +Total # of surface events: 24284 + +Surface events by process: + Sum: 0 + Unaccounted for: 24284 +--------------------------------- + + Histogram statistics for the entire run: + + Scintillation spectrum: mean = 4.77431 eV rms = 1.71576 eV. + Scintillation time: mean = 65.8159 ns rms = 56.8777 ns. + +... write file : scint_by_particle.root - done +... close file : scint_by_particle.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/particle alpha +/run/beamOn 100 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 2 starts. +... create file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done + Run terminated. +Run Summary + Number of events processed : 100 + User=1.190000s Real=1.226742s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: alpha with energy 1 MeV. +Number of events: 100 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average energy of Cerenkov photons created per event: 0 eV. +Average number of Cerenkov photons created per event: 0 +Average energy of scintillation photons created per event: 2.5e+04 eV. +Average number of scintillation photons created per event: 5e+03 + Average energy per photon: 5 eV. +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 5e+03 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+02 +OpAbsorption before surface: 251229 +Total # of surface events: 248377 + +Surface events by process: + Sum: 0 + Unaccounted for: 248377 +--------------------------------- + + Histogram statistics for the entire run: + + Scintillation spectrum: mean = 4.97217 eV rms = 1.73258 eV. + Scintillation time: mean = 33.4972 ns rms = 40.7423 ns. + +... write file : scint_by_particle.root - done +... close file : scint_by_particle.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/particle deuteron +/run/beamOn 100 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 3 starts. +... create file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done + Run terminated. +Run Summary + Number of events processed : 100 + User=0.120000s Real=0.116997s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: deuteron with energy 1 MeV. +Number of events: 100 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average energy of Cerenkov photons created per event: 0 eV. +Average number of Cerenkov photons created per event: 0 +Average energy of scintillation photons created per event: 2.4e+03 eV. +Average number of scintillation photons created per event: 4.9e+02 + Average energy per photon: 4.9 eV. +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 4.9e+02 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+02 +OpAbsorption before surface: 25014 +Total # of surface events: 24147 + +Surface events by process: + Sum: 0 + Unaccounted for: 24147 +--------------------------------- + + Histogram statistics for the entire run: + + Scintillation spectrum: mean = 4.93806 eV rms = 1.73053 eV. + Scintillation time: mean = 38.9336 ns rms = 45.426 ns. + +... write file : scint_by_particle.root - done +... close file : scint_by_particle.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +/gun/particle ion +/gun/ion 6 12 6 +/run/beamOn 100 + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +### Run 4 starts. +... create file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done +... open analysis file : scint_by_particle.root - done + Run terminated. +Run Summary + Number of events processed : 100 + User=0.120000s Real=0.121496s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: C12 with energy 1 MeV. +Number of events: 100 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average energy of Cerenkov photons created per event: 0 eV. +Average number of Cerenkov photons created per event: 0 +Average energy of scintillation photons created per event: 2.5e+03 eV. +Average number of scintillation photons created per event: 5e+02 + Average energy per photon: 5 eV. +Average number of photons absorbed by WLS per event: 0 +Average number of photons created by WLS per event: 0 +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: 0 +Average number of OpAbsorption per event: 5e+02 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+02 +OpAbsorption before surface: 24850 +Total # of surface events: 24706 + +Surface events by process: + Sum: 0 + Unaccounted for: 24706 +--------------------------------- + + Histogram statistics for the entire run: + + Scintillation spectrum: mean = 4.97619 eV rms = 1.73276 eV. + Scintillation time: mean = 33.7374 ns rms = 41.0346 ns. + +... write file : scint_by_particle.root - done +... close file : scint_by_particle.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 10 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/optical/OpNovice2/wls.out b/examples/extended/optical/OpNovice2/wls.out new file mode 100644 index 0000000000..f8ab2c142c --- /dev/null +++ b/examples/extended/optical/OpNovice2/wls.out @@ -0,0 +1,1396 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +G4VModularPhysicsList::ReplacePhysics: G4EmStandard with type : 2 is replaced with G4EmStandard_opt4 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +/tracking/verbose 0 +/run/verbose 1 +/process/optical/verbose 1 +/run/physicsModified +/control/cout/ignoreThreadsExcept 0 +/opnovice2/boxMaterial G4_BGO +Tank material set to G4_BGO +/opnovice2/worldMaterial G4_AIR +/opnovice2/boxProperty ABSLENGTH 0.000002 1 0.000005 2 0.000008 3 +The MPT for the box is now: +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty RAYLEIGH 0.000002 1 0.000008 1 +The MPT for the box is now: +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty WLSABSLENGTH 0.000005 100000 0.000006 0.06 0.000007 0.08 0.000008 0.09 .000009 100000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty WLSCOMPONENT 0.000003 0.1 0.000004 0.4 0.000005 0.7 0.000006 0.6 0.000007 0.1 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty WLSABSLENGTH2 0.000002 100000 0.000003 0.36 0.000004 0.18 0.000005 0.09 .000006 10000 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +15: WLSABSLENGTH2 +2e-06 100000 +3e-06 0.36 +4e-06 0.18 +5e-06 0.09 +6e-06 10000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxProperty WLSCOMPONENT2 0.000002 0.1 0.000003 0.8 0.000004 0.9 .000005 0.1 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +14: WLSCOMPONENT2 +2e-06 0.1 +3e-06 0.8 +4e-06 0.9 +5e-06 0.1 +15: WLSABSLENGTH2 +2e-06 100000 +3e-06 0.36 +4e-06 0.18 +5e-06 0.09 +6e-06 10000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +............. +/opnovice2/boxConstProperty WLSMEANNUMBERPHOTONS 1 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +14: WLSCOMPONENT2 +2e-06 0.1 +3e-06 0.8 +4e-06 0.9 +5e-06 0.1 +15: WLSABSLENGTH2 +2e-06 100000 +3e-06 0.36 +4e-06 0.18 +5e-06 0.09 +6e-06 10000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +3: WLSMEANNUMBERPHOTONS 1 +............. +/opnovice2/boxConstProperty WLSMEANNUMBERPHOTONS2 3 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +14: WLSCOMPONENT2 +2e-06 0.1 +3e-06 0.8 +4e-06 0.9 +5e-06 0.1 +15: WLSABSLENGTH2 +2e-06 100000 +3e-06 0.36 +4e-06 0.18 +5e-06 0.09 +6e-06 10000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +3: WLSMEANNUMBERPHOTONS 1 +5: WLSMEANNUMBERPHOTONS2 3 +............. +/opnovice2/boxConstProperty WLSTIMECONSTANT 1.0 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +14: WLSCOMPONENT2 +2e-06 0.1 +3e-06 0.8 +4e-06 0.9 +5e-06 0.1 +15: WLSABSLENGTH2 +2e-06 100000 +3e-06 0.36 +4e-06 0.18 +5e-06 0.09 +6e-06 10000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +3: WLSMEANNUMBERPHOTONS 1 +4: WLSTIMECONSTANT 1 +5: WLSMEANNUMBERPHOTONS2 3 +............. +/opnovice2/boxConstProperty WLSTIMECONSTANT2 2.0 +The MPT for the box is now: +0: RINDEX +2e-06 1.3 +8e-06 1.4 +9: GROUPVEL +2e-06 218.486 +8e-06 203.645 +11: RAYLEIGH +2e-06 1 +8e-06 1 +12: WLSCOMPONENT +3e-06 0.1 +4e-06 0.4 +5e-06 0.7 +6e-06 0.6 +7e-06 0.1 +13: WLSABSLENGTH +5e-06 100000 +6e-06 0.06 +7e-06 0.08 +8e-06 0.09 +9e-06 100000 +14: WLSCOMPONENT2 +2e-06 0.1 +3e-06 0.8 +4e-06 0.9 +5e-06 0.1 +15: WLSABSLENGTH2 +2e-06 100000 +3e-06 0.36 +4e-06 0.18 +5e-06 0.09 +6e-06 10000 +16: ABSLENGTH +2e-06 1 +5e-06 2 +8e-06 3 +3: WLSMEANNUMBERPHOTONS 1 +4: WLSTIMECONSTANT 1 +5: WLSMEANNUMBERPHOTONS2 3 +6: WLSTIMECONSTANT2 2 +............. +/opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +............. +/opnovice2/worldProperty ABSLENGTH 0.000002 100 0.000005 100 0.000008 100 +The MPT for the world is now: +0: RINDEX +2e-06 1.01 +8e-06 1.01 +9: GROUPVEL +2e-06 296.824 +8e-06 296.824 +16: ABSLENGTH +2e-06 100 +5e-06 100 +8e-06 100 +............. +/process/optical/wls/setTimeProfile delta +/run/physicsModified +/process/optical/wls2/setTimeProfile exponential +/run/physicsModified +/run/initialize +****** opticalSurface->DumpInfo: + Surface type = 1 + Surface finish = 3 + Surface model = 1 + + Surface parameter + ----------------- + sigma_alpha: 0 + +****** end of opticalSurface->DumpInfo + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +OpAbsorption is created +OpRayleigh is created +OpMieHG is created +OpBoundary is created +OpWLS is created +OpWLS2 is created +### Birks coefficients used in run time + G4_BGO 0.126 mm/MeV 0.089838 g/cm^2/MeV massFactor= 6.63951 effCharge= 1.56555 +/analysis/setFileName wls +Set file name: wls +## WLS process +/analysis/h1/set 4 100 0 10 +/analysis/h1/set 5 100 0 10 +/analysis/h1/set 6 100 0 10 +## WLS2 process +/analysis/h1/set 7 100 0 10 +/analysis/h1/set 8 100 0 10 +/analysis/h1/set 9 100 0 50 +/gun/particle opticalphoton +/gun/energy 7 eV +/gun/position 0 0 0 m +/gun/direction 1 0 0 +/opnovice2/gun/optPhotonPolar +# +/run/printProgress 1000 +/run/beamOn 10000 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 20 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 0.01 mm) +Step function for muons/hadrons (0.1, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) +Lowest e+e- kinetic energy 100 eV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 1 +Use built-in Birks satuaration 1 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 1 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 1 MeV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 2 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 1 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.08 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 3 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 1 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Fluorescence ANSTO data files enabled 0 +Auger electron cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 +Type of PIXE cross section for hadrons Empirical +Type of PIXE cross section for e+- Livermore +======================================================================= + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: + DefaultRegionForTheWorld 1 0 0 +### === Ignore cuts flag: 0 + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 174 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 160 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo + KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 180 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV + StepLim=SafetyPlus Rfact=0.08 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + PenIoni : Emin= 0 eV Emax= 100 keV + MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV AngularGen2BS + eBremLPM : Emin= 1 GeV Emax= 100 TeV AngularGen2BS + +ePairProd: for e+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 25x1001 from 0.1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ePairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI + +nuclearStopping: for GenericIon SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI + +nuclearStopping: for alpha SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI + BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI + BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=3 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI + BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 240 bins + Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_BGO + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 64.4517 keV e- 770.196 keV e+ 731.436 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +... set ntuple merging row mode : row-wise - done +... create file : wls.root - done +... open analysis file : wls.root - done +... open analysis file : wls.root - done +--> Event 0 starts. +--> Event 1000 starts. +--> Event 2000 starts. +--> Event 3000 starts. +--> Event 4000 starts. +--> Event 5000 starts. +--> Event 6000 starts. +--> Event 7000 starts. +--> Event 8000 starts. +--> Event 9000 starts. + Run terminated. +Run Summary + Number of events processed : 10000 + User=0.560000s Real=0.562001s Sys=0.000000s + + Run Summary +--------------------------------- +Primary particle was: opticalphoton with energy 7 eV . +Number of events: 10000 +Material of world: G4_AIR +Material of tank: G4_BGO + +Average number of photons absorbed by WLS per event: 1.2 + Average energy per photon: 6.9 eV. +Average number of photons created by WLS per event: 1.2 + Average energy per photon: 5.1 eV. +Average energy of WLS photons created per event: 5.9 eV. +Average number of photons absorbed by WLS2 per event: 4.2 + Average energy per photon: 3.4 eV. +Average number of photons created by WLS2 per event: 13 + Average energy per photon: 2.8 eV. +Average energy of WLS2 photons created per event: 35 eV. +Average number of OpRayleigh per event: 12 +Average number of OpAbsorption per event: 9.5 + +Surface events (on +X surface, maximum one per photon) this run: +# of primary particles: 1e+04 +OpAbsorption before surface: 94548 +Total # of surface events: 0 +Unaccounted for: 8.5e+04 + +Surface events by process: + Sum: 0 + Unaccounted for: 0 +--------------------------------- + + Histogram statistics for the entire run: + + WLS absorption spectrum: mean = 6.91304 eV rms = 0.227119 eV. + WLS emission spectrum: mean = 5.0755 eV rms = 0.970856 eV. + WLS emission time: mean = 1.18857 ns rms = 0.43578 ns. + WLS emission time: mean = 3.44953 ns rms = 0.462657 ns. + WLS2 emission spectrum: mean = 2.79788 eV rms = 0.503092 eV. + WLS2 emission time: mean = 8.46077 ns rms = 5.33246 ns. + +... write file : wls.root - done +... close file : wls.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 10 of which, static: 0 +Dynamic pools deleted: 10 / Total memory freed: 0.028 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index 2a5b1b9e09..a8a4d1a471 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -954,770 +954,776 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=21.370000s Real=38.259142s Sys=0.930000s + User=22.800000s Real=25.032663s Sys=1.180000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output ============================================================ - 0 817.332688 keV - 1 130.448641 keV - 2 77.061336 keV - 3 219.310651 keV - 4 497.351537 keV - 5 2459.748304 keV - 6 442.416866 keV - 7 842.207013 keV - 8 1415.721077 keV - 10 1495.933984 keV - 11 211.643130 keV - 12 1602.725794 keV - 13 3054.951781 keV - 14 458.859479 keV - 15 1067.891353 keV - 16 469.426272 keV - 17 371.167135 keV - 18 855.594691 keV - 19 1113.493034 keV - 20 6.645670 keV - 21 130.114054 keV - 23 1587.978359 keV - 24 2321.273525 keV - 25 5461.807259 keV - 26 2865.111860 keV - 27 2109.270463 keV - 28 3408.300202 keV - 29 469.049976 keV - 30 2969.116022 keV - 31 5700.777686 keV - 32 2549.405052 keV - 33 5338.104711 keV - 34 2178.590998 keV - 35 633.305916 keV - 36 7301.301807 keV - 37 2555.953929 keV - 38 3756.409731 keV - 39 4595.028517 keV - 40 3017.113103 keV - 41 8520.895451 keV - 42 7108.665884 keV - 43 8340.906230 keV - 44 716.915456 keV - 45 1016.841109 keV - 46 1973.714039 keV - 47 571.365724 keV - 48 3155.477356 keV - 49 612.501035 keV - 50 8721.106384 keV - 51 10927.163754 keV - 52 15404.823265 keV - 53 6637.181851 keV - 54 8038.501619 keV - 55 8650.657928 keV - 56 26107.182201 keV - 57 21294.016117 keV - 58 23116.736915 keV - 59 5610.243508 keV - 60 5600.216047 keV - 61 18889.406605 keV - 62 19355.591476 keV - 63 16651.020959 keV - 64 8991.156227 keV - 65 6130.669799 keV - 66 13180.884146 keV - 67 17609.638010 keV - 68 16235.181314 keV - 69 1491.190116 keV - 70 1185.620714 keV - 71 6531.139190 keV - 72 5029.812061 keV - 73 8701.635576 keV - 74 1529.585088 keV - 75 26926.755878 keV - 76 32746.049906 keV - 77 31321.518434 keV - 78 20062.224483 keV - 79 38395.486852 keV - 80 37535.991422 keV - 81 416502.832083 keV - 82 335583.651797 keV - 83 276273.427631 keV - 84 35946.131083 keV - 85 32294.745289 keV - 86 322933.496039 keV - 87 283774.192999 keV - 88 291321.030607 keV - 89 35348.208777 keV - 90 28890.376886 keV - 91 334633.325402 keV - 92 308878.959962 keV - 93 406103.076044 keV - 94 41132.773046 keV - 95 27099.094687 keV - 96 30797.662966 keV - 97 28298.470201 keV - 98 38471.458279 keV - 99 25295.866986 keV - 100 317165.630996 keV - 101 369808.681054 keV - 102 359803.091908 keV - 103 374743.351276 keV - 104 330566.407080 keV - 105 361424.480321 keV - 106 386221.678814 keV - 107 411865.462283 keV - 108 382288.868136 keV - 109 349789.187127 keV - 110 369789.369899 keV - 111 424338.907825 keV - 112 396790.094925 keV - 113 401854.158391 keV - 114 365796.138739 keV - 115 349394.747824 keV - 116 381889.716439 keV - 117 417195.949847 keV - 118 404779.268393 keV - 119 347471.673705 keV - 120 322931.497105 keV - 121 373883.743427 keV - 122 351968.624603 keV - 123 382394.691524 keV - 124 360494.005453 keV - 0 817.333 [sigma: 89.4502 | error: 0.309548 | coeff: 0.309548 | eff: 1 | fom: 0.474375 | r2int: 0.0838423 | r2eff: 0 | hits: 8 ] keV - 1 130.449 [sigma: 23.8172 | error: 0.408259 | coeff: 0.408259 | eff: 1 | fom: 0.272713 | r2int: 0.13334 | r2eff: 0 | hits: 5 ] keV - 2 77.0613 [sigma: 14.4614 | error: 0.325038 | coeff: 0.325038 | eff: 1 | fom: 0.430238 | r2int: 0.0704333 | r2eff: 0 | hits: 3 ] keV - 3 219.311 [sigma: 38.4059 | error: 0.303318 | coeff: 0.303318 | eff: 1 | fom: 0.49406 | r2int: 0.0613347 | r2eff: 0 | hits: 3 ] keV - 4 497.352 [sigma: 115.458 | error: 0.519095 | coeff: 0.519095 | eff: 1 | fom: 0.168688 | r2int: 0.215567 | r2eff: 0 | hits: 5 ] keV - 5 2459.75 [sigma: 824.129 | error: 0.820692 | coeff: 0.820692 | eff: 1 | fom: 0.0674866 | r2int: 0.561279 | r2eff: 0 | hits: 6 ] keV - 6 442.417 [sigma: 96.0309 | error: 0.531686 | coeff: 0.531686 | eff: 1 | fom: 0.160793 | r2int: 0.235575 | r2eff: 0 | hits: 6 ] keV - 7 842.207 [sigma: 295.879 | error: 0.86054 | coeff: 0.86054 | eff: 1 | fom: 0.0613812 | r2int: 0.617108 | r2eff: 0 | hits: 6 ] keV - 8 1415.72 [sigma: 413.317 | error: 0.652815 | coeff: 0.652815 | eff: 1 | fom: 0.106659 | r2int: 0.340934 | r2eff: 0 | hits: 5 ] keV - 10 1495.93 [sigma: 609.542 | error: 0.911122 | coeff: 0.911122 | eff: 1 | fom: 0.0547551 | r2int: 0.664115 | r2eff: 0 | hits: 5 ] keV - 11 211.643 [sigma: 91.9427 | error: 0.614367 | coeff: 0.614367 | eff: 1 | fom: 0.120426 | r2int: 0.188723 | r2eff: 0 | hits: 2 ] keV - 12 1602.73 [sigma: 444.511 | error: 0.679359 | coeff: 0.679359 | eff: 1 | fom: 0.0984871 | r2int: 0.384607 | r2eff: 0 | hits: 6 ] keV - 13 3054.95 [sigma: 725.659 | error: 0.58184 | coeff: 0.58184 | eff: 1 | fom: 0.134267 | r2int: 0.282115 | r2eff: 0 | hits: 6 ] keV - 14 458.859 [sigma: 230.558 | error: 0.710583 | coeff: 0.710583 | eff: 1 | fom: 0.0900219 | r2int: 0.252464 | r2eff: 0 | hits: 2 ] keV - 15 1067.89 [sigma: 469.293 | error: 0.621487 | coeff: 0.621487 | eff: 1 | fom: 0.117683 | r2int: 0.193123 | r2eff: 0 | hits: 2 ] keV - 16 469.426 [sigma: 98.0963 | error: 0.511871 | coeff: 0.511871 | eff: 1 | fom: 0.173483 | r2int: 0.218343 | r2eff: 0 | hits: 6 ] keV - 17 371.167 [sigma: 153.584 | error: 0.716702 | coeff: 0.716702 | eff: 1 | fom: 0.0884913 | r2int: 0.342441 | r2eff: 0 | hits: 3 ] keV - 18 855.595 [sigma: 191.838 | error: 0.501362 | coeff: 0.501362 | eff: 1 | fom: 0.180832 | r2int: 0.201091 | r2eff: 0 | hits: 5 ] keV - 19 1113.49 [sigma: 173.688 | error: 0.382083 | coeff: 0.382083 | eff: 1 | fom: 0.311359 | r2int: 0.121656 | r2eff: 0 | hits: 6 ] keV - 20 6.64567 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 21 130.114 [sigma: 39.8852 | error: 0.613081 | coeff: 0.613081 | eff: 1 | fom: 0.120932 | r2int: 0.281901 | r2eff: 0 | hits: 4 ] keV - 23 1587.98 [sigma: 295.496 | error: 0.416095 | coeff: 0.416095 | eff: 1 | fom: 0.262539 | r2int: 0.138508 | r2eff: 0 | hits: 5 ] keV - 24 2321.27 [sigma: 858.339 | error: 0.739541 | coeff: 0.739541 | eff: 1 | fom: 0.0831099 | r2int: 0.410191 | r2eff: 0 | hits: 4 ] keV - 25 5461.81 [sigma: 684.28 | error: 0.433999 | coeff: 0.433999 | eff: 1 | fom: 0.241324 | r2int: 0.172659 | r2eff: 0 | hits: 12 ] keV - 26 2865.11 [sigma: 351.363 | error: 0.387805 | coeff: 0.387805 | eff: 1 | fom: 0.302238 | r2int: 0.135354 | r2eff: 0 | hits: 10 ] keV - 27 2109.27 [sigma: 585.494 | error: 0.832744 | coeff: 0.832744 | eff: 1 | fom: 0.0655472 | r2int: 0.616411 | r2eff: 0 | hits: 9 ] keV - 28 3408.3 [sigma: 392.994 | error: 0.446574 | coeff: 0.446574 | eff: 1 | fom: 0.227924 | r2int: 0.186134 | r2eff: 0 | hits: 15 ] keV - 29 469.05 [sigma: 97.1534 | error: 0.548009 | coeff: 0.548009 | eff: 1 | fom: 0.151357 | r2int: 0.257412 | r2eff: 0 | hits: 7 ] keV - 30 2969.12 [sigma: 493.432 | error: 0.621819 | coeff: 0.621819 | eff: 1 | fom: 0.117557 | r2int: 0.359041 | r2eff: 0 | hits: 14 ] keV - 31 5700.78 [sigma: 428.58 | error: 0.352621 | coeff: 0.352621 | eff: 1 | fom: 0.365561 | r2int: 0.11869 | r2eff: 0 | hits: 22 ] keV - 32 2549.41 [sigma: 138.19 | error: 0.248397 | coeff: 0.248397 | eff: 1 | fom: 0.736687 | r2int: 0.0587631 | r2eff: 0 | hits: 21 ] keV - 33 5338.1 [sigma: 545.649 | error: 0.382464 | coeff: 0.382464 | eff: 1 | fom: 0.31074 | r2int: 0.13583 | r2eff: 0 | hits: 14 ] keV - 34 2178.59 [sigma: 305.426 | error: 0.420583 | coeff: 0.420583 | eff: 1 | fom: 0.256965 | r2int: 0.157236 | r2eff: 0 | hits: 9 ] keV - 35 633.306 [sigma: 62.1957 | error: 0.325719 | coeff: 0.325719 | eff: 1 | fom: 0.428441 | r2int: 0.0964481 | r2eff: 0 | hits: 11 ] keV - 36 7301.3 [sigma: 539.443 | error: 0.369415 | coeff: 0.369415 | eff: 1 | fom: 0.333079 | r2int: 0.131009 | r2eff: 0 | hits: 25 ] keV - 37 2555.95 [sigma: 200.002 | error: 0.358584 | coeff: 0.358584 | eff: 1 | fom: 0.353505 | r2int: 0.122459 | r2eff: 0 | hits: 21 ] keV - 38 3756.41 [sigma: 263.084 | error: 0.320946 | coeff: 0.320946 | eff: 1 | fom: 0.44128 | r2int: 0.0981011 | r2eff: 0 | hits: 21 ] keV - 39 4595.03 [sigma: 667.351 | error: 0.503103 | coeff: 0.503103 | eff: 1 | fom: 0.179582 | r2int: 0.23202 | r2eff: 0 | hits: 12 ] keV - 40 3017.11 [sigma: 335.298 | error: 0.415818 | coeff: 0.415818 | eff: 1 | fom: 0.262887 | r2int: 0.160555 | r2eff: 0 | hits: 14 ] keV - 41 8520.9 [sigma: 655.172 | error: 0.392064 | coeff: 0.392064 | eff: 1 | fom: 0.295708 | r2int: 0.147802 | r2eff: 0 | hits: 26 ] keV - 42 7108.67 [sigma: 802.45 | error: 0.50483 | coeff: 0.50483 | eff: 1 | fom: 0.178356 | r2int: 0.242111 | r2eff: 0 | hits: 20 ] keV - 43 8340.91 [sigma: 913.463 | error: 0.464637 | coeff: 0.464637 | eff: 1 | fom: 0.210547 | r2int: 0.203894 | r2eff: 0 | hits: 18 ] keV - 44 716.915 [sigma: 57.8761 | error: 0.228337 | coeff: 0.228337 | eff: 1 | fom: 0.871816 | r2int: 0.0456206 | r2eff: 0 | hits: 8 ] keV - 45 1016.84 [sigma: 261.279 | error: 0.770854 | coeff: 0.770854 | eff: 1 | fom: 0.0764951 | r2int: 0.528191 | r2eff: 0 | hits: 9 ] keV - 46 1973.71 [sigma: 304.98 | error: 0.578164 | coeff: 0.578164 | eff: 1 | fom: 0.13598 | r2int: 0.310397 | r2eff: 0 | hits: 14 ] keV - 47 571.366 [sigma: 87.249 | error: 0.458108 | coeff: 0.458108 | eff: 1 | fom: 0.216592 | r2int: 0.186545 | r2eff: 0 | hits: 9 ] keV - 48 3155.48 [sigma: 493.651 | error: 0.585354 | coeff: 0.585354 | eff: 1 | fom: 0.13266 | r2int: 0.318165 | r2eff: 0 | hits: 14 ] keV - 49 612.501 [sigma: 82.813 | error: 0.427555 | coeff: 0.427555 | eff: 1 | fom: 0.248653 | r2int: 0.164523 | r2eff: 0 | hits: 10 ] keV - 50 8721.11 [sigma: 636.793 | error: 0.372317 | coeff: 0.372317 | eff: 1 | fom: 0.327907 | r2int: 0.133289 | r2eff: 0 | hits: 26 ] keV - 51 10927.2 [sigma: 497.322 | error: 0.276841 | coeff: 0.276841 | eff: 1 | fom: 0.593083 | r2int: 0.0745697 | r2eff: 0 | hits: 37 ] keV - 52 15404.8 [sigma: 692.555 | error: 0.277134 | coeff: 0.277134 | eff: 1 | fom: 0.591832 | r2int: 0.074782 | r2eff: 0 | hits: 38 ] keV - 53 6637.18 [sigma: 422.866 | error: 0.365996 | coeff: 0.365996 | eff: 1 | fom: 0.339333 | r2int: 0.129894 | r2eff: 0 | hits: 33 ] keV - 54 8038.5 [sigma: 499.853 | error: 0.323109 | coeff: 0.323109 | eff: 1 | fom: 0.435391 | r2int: 0.100533 | r2eff: 0 | hits: 27 ] keV - 55 8650.66 [sigma: 432.74 | error: 0.295945 | coeff: 0.295945 | eff: 1 | fom: 0.518984 | r2int: 0.0850813 | r2eff: 0 | hits: 35 ] keV - 56 26107.2 [sigma: 662.699 | error: 0.213888 | coeff: 0.213888 | eff: 1 | fom: 0.993588 | r2int: 0.0451035 | r2eff: 0 | hits: 71 ] keV - 57 21294 [sigma: 598.415 | error: 0.240108 | coeff: 0.240108 | eff: 1 | fom: 0.788432 | r2int: 0.0568621 | r2eff: 0 | hits: 73 ] keV - 58 23116.7 [sigma: 647.077 | error: 0.234195 | coeff: 0.234195 | eff: 1 | fom: 0.828745 | r2int: 0.0540639 | r2eff: 0 | hits: 70 ] keV - 59 5610.24 [sigma: 333.482 | error: 0.346601 | coeff: 0.346601 | eff: 1 | fom: 0.37837 | r2int: 0.116599 | r2eff: 0 | hits: 34 ] keV - 60 5600.22 [sigma: 219.587 | error: 0.24171 | coeff: 0.24171 | eff: 1 | fom: 0.778016 | r2int: 0.0568862 | r2eff: 0 | hits: 38 ] keV - 61 18889.4 [sigma: 502.925 | error: 0.214655 | coeff: 0.214655 | eff: 1 | fom: 0.986493 | r2int: 0.045368 | r2eff: 0 | hits: 65 ] keV - 62 19355.6 [sigma: 584.174 | error: 0.269949 | coeff: 0.269949 | eff: 1 | fom: 0.623757 | r2int: 0.0719613 | r2eff: 0 | hits: 80 ] keV - 63 16651 [sigma: 552.146 | error: 0.281371 | coeff: 0.281371 | eff: 1 | fom: 0.574142 | r2int: 0.0780699 | r2eff: 0 | hits: 72 ] keV - 64 8991.16 [sigma: 497.992 | error: 0.350297 | coeff: 0.350297 | eff: 1 | fom: 0.370428 | r2int: 0.11964 | r2eff: 0 | hits: 40 ] keV - 65 6130.67 [sigma: 400.935 | error: 0.386901 | coeff: 0.386901 | eff: 1 | fom: 0.303653 | r2int: 0.145416 | r2eff: 0 | hits: 35 ] keV - 66 13180.9 [sigma: 588.169 | error: 0.305919 | coeff: 0.305919 | eff: 1 | fom: 0.485696 | r2int: 0.0915952 | r2eff: 0 | hits: 47 ] keV - 67 17609.6 [sigma: 550.537 | error: 0.244175 | coeff: 0.244175 | eff: 1 | fom: 0.762386 | r2int: 0.058644 | r2eff: 0 | hits: 61 ] keV - 68 16235.2 [sigma: 441.456 | error: 0.212371 | coeff: 0.212371 | eff: 1 | fom: 1.00783 | r2int: 0.0443621 | r2eff: 0 | hits: 61 ] keV - 69 1491.19 [sigma: 81.2101 | error: 0.25544 | coeff: 0.25544 | eff: 1 | fom: 0.696628 | r2int: 0.0622835 | r2eff: 0 | hits: 22 ] keV - 70 1185.62 [sigma: 174.425 | error: 0.606578 | coeff: 0.606578 | eff: 1 | fom: 0.123539 | r2int: 0.346294 | r2eff: 0 | hits: 17 ] keV - 71 6531.14 [sigma: 404.162 | error: 0.355487 | coeff: 0.355487 | eff: 1 | fom: 0.359691 | r2int: 0.122542 | r2eff: 0 | hits: 33 ] keV - 72 5029.81 [sigma: 532.13 | error: 0.507376 | coeff: 0.507376 | eff: 1 | fom: 0.17657 | r2int: 0.246238 | r2eff: 0 | hits: 23 ] keV - 73 8701.64 [sigma: 451.371 | error: 0.315525 | coeff: 0.315525 | eff: 1 | fom: 0.456572 | r2int: 0.0968653 | r2eff: 0 | hits: 37 ] keV - 74 1529.59 [sigma: 214.762 | error: 0.525348 | coeff: 0.525348 | eff: 1 | fom: 0.164696 | r2int: 0.256277 | r2eff: 0 | hits: 14 ] keV - 75 26926.8 [sigma: 521.647 | error: 0.196613 | coeff: 0.196613 | eff: 1 | fom: 1.17586 | r2int: 0.0382812 | r2eff: 0 | hits: 103 ] keV - 76 32746 [sigma: 447.198 | error: 0.163308 | coeff: 0.163308 | eff: 1 | fom: 1.70436 | r2int: 0.0264831 | r2eff: 0 | hits: 143 ] keV - 77 31321.5 [sigma: 415.095 | error: 0.162852 | coeff: 0.162852 | eff: 1 | fom: 1.71392 | r2int: 0.0263451 | r2eff: 0 | hits: 151 ] keV - 78 20062.2 [sigma: 357.764 | error: 0.211752 | coeff: 0.211752 | eff: 1 | fom: 1.01373 | r2int: 0.0445208 | r2eff: 0 | hits: 141 ] keV - 79 38395.5 [sigma: 619.31 | error: 0.162903 | coeff: 0.162903 | eff: 1 | fom: 1.71286 | r2int: 0.0262771 | r2eff: 0 | hits: 102 ] keV - 80 37536 [sigma: 437.102 | error: 0.143095 | coeff: 0.143095 | eff: 1 | fom: 2.21989 | r2int: 0.0203405 | r2eff: 0 | hits: 151 ] keV - 81 416503 [sigma: 1137.19 | error: 0.0459315 | coeff: 0.0459315 | eff: 1 | fom: 21.5455 | r2int: 0.00210224 | r2eff: 0 | hits: 283 ] keV - 82 335584 [sigma: 1137.78 | error: 0.0555042 | coeff: 0.0555042 | eff: 1 | fom: 14.7545 | r2int: 0.00306922 | r2eff: 0 | hits: 268 ] keV - 83 276273 [sigma: 1139.39 | error: 0.0634905 | coeff: 0.0634905 | eff: 1 | fom: 11.2761 | r2int: 0.00401403 | r2eff: 0 | hits: 237 ] keV - 84 35946.1 [sigma: 454.502 | error: 0.157923 | coeff: 0.157923 | eff: 1 | fom: 1.82258 | r2int: 0.0247798 | r2eff: 0 | hits: 156 ] keV - 85 32294.7 [sigma: 394.263 | error: 0.15394 | coeff: 0.15394 | eff: 1 | fom: 1.9181 | r2int: 0.0235486 | r2eff: 0 | hits: 159 ] keV - 86 322933 [sigma: 1138.46 | error: 0.0570633 | coeff: 0.0570633 | eff: 1 | fom: 13.9593 | r2int: 0.00324379 | r2eff: 0 | hits: 262 ] keV - 87 283774 [sigma: 1105.3 | error: 0.0641195 | coeff: 0.0641195 | eff: 1 | fom: 11.056 | r2int: 0.00409614 | r2eff: 0 | hits: 271 ] keV - 88 291321 [sigma: 1142.18 | error: 0.0614938 | coeff: 0.0614938 | eff: 1 | fom: 12.0203 | r2int: 0.00376612 | r2eff: 0 | hits: 246 ] keV - 89 35348.2 [sigma: 464.506 | error: 0.162543 | coeff: 0.162543 | eff: 1 | fom: 1.72044 | r2int: 0.0262477 | r2eff: 0 | hits: 153 ] keV - 90 28890.4 [sigma: 422.721 | error: 0.185081 | coeff: 0.185081 | eff: 1 | fom: 1.32695 | r2int: 0.0340407 | r2eff: 0 | hits: 160 ] keV - 91 334633 [sigma: 1158.36 | error: 0.0540716 | coeff: 0.0540716 | eff: 1 | fom: 15.5467 | r2int: 0.00291175 | r2eff: 0 | hits: 244 ] keV - 92 308879 [sigma: 1132.1 | error: 0.0578358 | coeff: 0.0578358 | eff: 1 | fom: 13.5889 | r2int: 0.00333155 | r2eff: 0 | hits: 249 ] keV - 93 406103 [sigma: 1095.65 | error: 0.044659 | coeff: 0.044659 | eff: 1 | fom: 22.7907 | r2int: 0.00198715 | r2eff: 0 | hits: 274 ] keV - 94 41132.8 [sigma: 569.705 | error: 0.165046 | coeff: 0.165046 | eff: 1 | fom: 1.66865 | r2int: 0.0270485 | r2eff: 0 | hits: 142 ] keV - 95 27099.1 [sigma: 460.593 | error: 0.178262 | coeff: 0.178262 | eff: 1 | fom: 1.43041 | r2int: 0.0314885 | r2eff: 0 | hits: 110 ] keV - 96 30797.7 [sigma: 420.052 | error: 0.164802 | coeff: 0.164802 | eff: 1 | fom: 1.67361 | r2int: 0.0269736 | r2eff: 0 | hits: 146 ] keV - 97 28298.5 [sigma: 375.043 | error: 0.176321 | coeff: 0.176321 | eff: 1 | fom: 1.46207 | r2int: 0.0309135 | r2eff: 0 | hits: 177 ] keV - 98 38471.5 [sigma: 411.597 | error: 0.136593 | coeff: 0.136593 | eff: 1 | fom: 2.43625 | r2int: 0.0185431 | r2eff: 0 | hits: 163 ] keV - 99 25295.9 [sigma: 449.342 | error: 0.184603 | coeff: 0.184603 | eff: 1 | fom: 1.33382 | r2int: 0.0337628 | r2eff: 0 | hits: 108 ] keV - 100 317166 [sigma: 443.237 | error: 0.0331887 | coeff: 0.0331887 | eff: 1 | fom: 41.2665 | r2int: 0.00109953 | r2eff: 0 | hits: 564 ] keV - 101 369809 [sigma: 492.084 | error: 0.03513 | coeff: 0.03513 | eff: 1 | fom: 36.8316 | r2int: 0.00123235 | r2eff: 0 | hits: 697 ] keV - 102 359803 [sigma: 502.349 | error: 0.0369394 | coeff: 0.0369394 | eff: 1 | fom: 33.3118 | r2int: 0.00136257 | r2eff: 0 | hits: 700 ] keV - 103 374743 [sigma: 498.836 | error: 0.0350926 | coeff: 0.0350926 | eff: 1 | fom: 36.9101 | r2int: 0.00122972 | r2eff: 0 | hits: 695 ] keV - 104 330566 [sigma: 462.184 | error: 0.0339612 | coeff: 0.0339612 | eff: 1 | fom: 39.4105 | r2int: 0.00115141 | r2eff: 0 | hits: 590 ] keV - 105 361424 [sigma: 489.6 | error: 0.0355835 | coeff: 0.0355835 | eff: 1 | fom: 35.8988 | r2int: 0.00126435 | r2eff: 0 | hits: 690 ] keV - 106 386222 [sigma: 490.797 | error: 0.0367645 | coeff: 0.0367645 | eff: 1 | fom: 33.6295 | r2int: 0.00135001 | r2eff: 0 | hits: 837 ] keV - 107 411865 [sigma: 487.429 | error: 0.0346253 | coeff: 0.0346253 | eff: 1 | fom: 37.9133 | r2int: 0.00119751 | r2eff: 0 | hits: 856 ] keV - 108 382289 [sigma: 496.359 | error: 0.0372481 | coeff: 0.0372481 | eff: 1 | fom: 32.7619 | r2int: 0.00138574 | r2eff: 0 | hits: 823 ] keV - 109 349789 [sigma: 522.406 | error: 0.0394575 | coeff: 0.0394575 | eff: 1 | fom: 27.9263 | r2int: 0.00155466 | r2eff: 0 | hits: 698 ] keV - 110 369789 [sigma: 491.509 | error: 0.0357887 | coeff: 0.0357887 | eff: 1 | fom: 33.9454 | r2int: 0.00127906 | r2eff: 0 | hits: 725 ] keV - 111 424339 [sigma: 499.929 | error: 0.0353245 | coeff: 0.0353245 | eff: 1 | fom: 34.8434 | r2int: 0.00124643 | r2eff: 0 | hits: 899 ] keV - 112 396790 [sigma: 493.369 | error: 0.0373641 | coeff: 0.0373641 | eff: 1 | fom: 31.1431 | r2int: 0.00139453 | r2eff: 0 | hits: 903 ] keV - 113 401854 [sigma: 540.309 | error: 0.0388523 | coeff: 0.0388523 | eff: 1 | fom: 28.803 | r2int: 0.0015077 | r2eff: 0 | hits: 835 ] keV - 114 365796 [sigma: 494.785 | error: 0.0363954 | coeff: 0.0363954 | eff: 1 | fom: 32.823 | r2int: 0.0013228 | r2eff: 0 | hits: 724 ] keV - 115 349395 [sigma: 497.483 | error: 0.0379929 | coeff: 0.0379929 | eff: 1 | fom: 30.1209 | r2int: 0.00144143 | r2eff: 0 | hits: 712 ] keV - 116 381890 [sigma: 460.69 | error: 0.0351086 | coeff: 0.0351086 | eff: 1 | fom: 35.2733 | r2int: 0.00123116 | r2eff: 0 | hits: 847 ] keV - 117 417196 [sigma: 473.318 | error: 0.0338651 | coeff: 0.0338651 | eff: 1 | fom: 37.9112 | r2int: 0.00114556 | r2eff: 0 | hits: 891 ] keV - 118 404779 [sigma: 496.949 | error: 0.036316 | coeff: 0.036316 | eff: 1 | fom: 32.9668 | r2int: 0.00131734 | r2eff: 0 | hits: 875 ] keV - 119 347472 [sigma: 459.55 | error: 0.0353396 | coeff: 0.0353396 | eff: 1 | fom: 34.8135 | r2int: 0.00124714 | r2eff: 0 | hits: 714 ] keV - 120 322931 [sigma: 438.277 | error: 0.0331609 | coeff: 0.0331609 | eff: 1 | fom: 39.5385 | r2int: 0.0010978 | r2eff: 0 | hits: 597 ] keV - 121 373884 [sigma: 452.989 | error: 0.0327798 | coeff: 0.0327798 | eff: 1 | fom: 40.4631 | r2int: 0.00107305 | r2eff: 0 | hits: 732 ] keV - 122 351969 [sigma: 479.398 | error: 0.0365476 | coeff: 0.0365476 | eff: 1 | fom: 32.5503 | r2int: 0.00133387 | r2eff: 0 | hits: 720 ] keV - 123 382395 [sigma: 463.656 | error: 0.0324671 | coeff: 0.0324671 | eff: 1 | fom: 41.2464 | r2int: 0.00105264 | r2eff: 0 | hits: 717 ] keV - 124 360494 [sigma: 494.628 | error: 0.0339989 | coeff: 0.0339989 | eff: 1 | fom: 37.6134 | r2int: 0.00115404 | r2eff: 0 | hits: 614 ] keV + 0 2060.618127 keV + 1 233.090134 keV + 2 130.768875 keV + 3 23.712052 keV + 4 198.879682 keV + 5 317.221786 keV + 6 1578.862940 keV + 7 2054.190422 keV + 8 259.712541 keV + 9 1052.604501 keV + 10 58.604457 keV + 11 1729.141230 keV + 12 409.211221 keV + 13 758.904318 keV + 14 3226.300735 keV + 15 2612.582523 keV + 16 151.767079 keV + 17 1073.066114 keV + 18 908.047800 keV + 19 1503.446576 keV + 20 840.600102 keV + 21 224.902797 keV + 22 584.293653 keV + 23 557.536970 keV + 24 247.431845 keV + 25 2246.516631 keV + 26 844.996126 keV + 27 4939.228101 keV + 28 1712.689055 keV + 29 2542.268688 keV + 30 3890.914666 keV + 31 7629.016695 keV + 32 812.043664 keV + 33 5560.005022 keV + 34 3909.977724 keV + 35 2334.639577 keV + 36 6836.325538 keV + 37 8197.743827 keV + 38 4809.919485 keV + 39 3464.313029 keV + 40 3859.163449 keV + 41 3988.725325 keV + 42 2492.834730 keV + 43 7393.404799 keV + 44 1332.026503 keV + 45 2615.056669 keV + 46 4551.169173 keV + 47 611.304799 keV + 48 2217.053212 keV + 49 808.539352 keV + 50 5097.448291 keV + 51 3391.951082 keV + 52 4754.013690 keV + 53 9048.000553 keV + 54 660.206157 keV + 55 4448.354528 keV + 56 13171.499440 keV + 57 17807.480504 keV + 58 17133.714492 keV + 59 7763.580393 keV + 60 7228.661377 keV + 61 12138.873926 keV + 62 16804.023580 keV + 63 23355.281042 keV + 64 9411.447845 keV + 65 12257.854487 keV + 66 34627.559315 keV + 67 24987.162330 keV + 68 9756.824780 keV + 69 6996.239324 keV + 70 9688.816649 keV + 71 7740.468072 keV + 72 9707.587252 keV + 73 6882.452598 keV + 74 5905.850722 keV + 75 21531.649116 keV + 76 35266.655088 keV + 77 31731.242437 keV + 78 34664.246038 keV + 79 29740.549803 keV + 80 26324.035928 keV + 81 357193.209181 keV + 82 321060.200709 keV + 83 390218.390200 keV + 84 43832.356200 keV + 85 41211.701232 keV + 86 360483.572242 keV + 87 274742.725299 keV + 88 322820.323292 keV + 89 32673.959337 keV + 90 38527.817999 keV + 91 353328.014819 keV + 92 319494.188764 keV + 93 390499.706521 keV + 94 27167.943207 keV + 95 29174.491020 keV + 96 37201.853677 keV + 97 27858.248016 keV + 98 31292.371826 keV + 99 19664.344099 keV + 100 320694.254320 keV + 101 335850.924915 keV + 102 361385.423900 keV + 103 372675.406010 keV + 104 322756.071402 keV + 105 369597.461005 keV + 106 384319.525464 keV + 107 418105.922937 keV + 108 397755.558704 keV + 109 350283.817152 keV + 110 376063.632499 keV + 111 418623.138616 keV + 112 400591.180089 keV + 113 368567.652116 keV + 114 360842.587431 keV + 115 392324.605774 keV + 116 423647.043258 keV + 117 403587.222553 keV + 118 376243.712122 keV + 119 345057.454750 keV + 120 330345.273580 keV + 121 329921.744443 keV + 122 344239.457586 keV + 123 381430.053860 keV + 124 323019.357008 keV + 0 2060.62 [sigma: 741.322 | error: 0.804441 | coeff: 0.804441 | eff: 1 | fom: 0.0671867 | r2int: 0.5177 | r2eff: 0 | hits: 5 ] keV + 1 233.09 [sigma: 56.9449 | error: 0.423148 | coeff: 0.423148 | eff: 1 | fom: 0.242822 | r2int: 0.119369 | r2eff: 0 | hits: 3 ] keV + 2 130.769 [sigma: 6.6088 | error: 0.0714715 | coeff: 0.0714715 | eff: 1 | fom: 8.5115 | r2int: 0.00255409 | r2eff: 0 | hits: 2 ] keV + 3 23.7121 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV + 4 198.88 [sigma: 72.9154 | error: 0.635023 | coeff: 0.635023 | eff: 1 | fom: 0.107818 | r2int: 0.268836 | r2eff: 0 | hits: 3 ] keV + 5 317.222 [sigma: 15.8982 | error: 0.100234 | coeff: 0.100234 | eff: 1 | fom: 4.32757 | r2int: 0.00753511 | r2eff: 0 | hits: 4 ] keV + 6 1578.86 [sigma: 280.128 | error: 0.469419 | coeff: 0.469419 | eff: 1 | fom: 0.197311 | r2int: 0.188875 | r2eff: 0 | hits: 7 ] keV + 7 2054.19 [sigma: 937.949 | error: 0.790859 | coeff: 0.790859 | eff: 1 | fom: 0.0695142 | r2int: 0.416972 | r2eff: 0 | hits: 3 ] keV + 8 259.713 [sigma: 53.6482 | error: 0.461899 | coeff: 0.461899 | eff: 1 | fom: 0.203788 | r2int: 0.170681 | r2eff: 0 | hits: 5 ] keV + 9 1052.6 [sigma: 260.464 | error: 0.553309 | coeff: 0.553309 | eff: 1 | fom: 0.142016 | r2int: 0.244921 | r2eff: 0 | hits: 5 ] keV + 10 58.6045 [sigma: 3.93704 | error: 0.0950068 | coeff: 0.0950068 | eff: 1 | fom: 4.81685 | r2int: 0.00451315 | r2eff: 0 | hits: 2 ] keV + 11 1729.14 [sigma: 496.957 | error: 0.642649 | coeff: 0.642649 | eff: 1 | fom: 0.105275 | r2int: 0.330398 | r2eff: 0 | hits: 5 ] keV + 12 409.211 [sigma: 47.5282 | error: 0.25971 | coeff: 0.25971 | eff: 1 | fom: 0.644606 | r2int: 0.0539595 | r2eff: 0 | hits: 5 ] keV + 13 758.904 [sigma: 170.255 | error: 0.634539 | coeff: 0.634539 | eff: 1 | fom: 0.107983 | r2int: 0.35231 | r2eff: 0 | hits: 8 ] keV + 14 3226.3 [sigma: 925.758 | error: 0.573882 | coeff: 0.573882 | eff: 1 | fom: 0.132016 | r2int: 0.247005 | r2eff: 0 | hits: 4 ] keV + 15 2612.58 [sigma: 612.563 | error: 0.468933 | coeff: 0.468933 | eff: 1 | fom: 0.19772 | r2int: 0.164924 | r2eff: 0 | hits: 4 ] keV + 16 151.767 [sigma: 43.6499 | error: 0.498157 | coeff: 0.498157 | eff: 1 | fom: 0.175202 | r2int: 0.16544 | r2eff: 0 | hits: 3 ] keV + 17 1073.07 [sigma: 346.742 | error: 0.854926 | coeff: 0.854926 | eff: 1 | fom: 0.059486 | r2int: 0.626485 | r2eff: 0 | hits: 7 ] keV + 18 908.048 [sigma: 258.831 | error: 0.754149 | coeff: 0.754149 | eff: 1 | fom: 0.0764466 | r2int: 0.487492 | r2eff: 0 | hits: 7 ] keV + 19 1503.45 [sigma: 656.337 | error: 0.756136 | coeff: 0.756136 | eff: 1 | fom: 0.0760454 | r2int: 0.381161 | r2eff: 0 | hits: 3 ] keV + 20 840.6 [sigma: 364.015 | error: 0.866084 | coeff: 0.866084 | eff: 1 | fom: 0.0579631 | r2int: 0.562576 | r2eff: 0 | hits: 4 ] keV + 21 224.903 [sigma: 128.696 | error: 0.809256 | coeff: 0.809256 | eff: 1 | fom: 0.0663896 | r2int: 0.327448 | r2eff: 0 | hits: 2 ] keV + 22 584.294 [sigma: 136.461 | error: 0.404519 | coeff: 0.404519 | eff: 1 | fom: 0.265702 | r2int: 0.10909 | r2eff: 0 | hits: 3 ] keV + 23 557.537 [sigma: 258.056 | error: 0.801681 | coeff: 0.801681 | eff: 1 | fom: 0.0676502 | r2int: 0.428461 | r2eff: 0 | hits: 3 ] keV + 24 247.432 [sigma: 38.7729 | error: 0.313403 | coeff: 0.313403 | eff: 1 | fom: 0.442657 | r2int: 0.0736659 | r2eff: 0 | hits: 4 ] keV + 25 2246.52 [sigma: 534.693 | error: 0.71403 | coeff: 0.71403 | eff: 1 | fom: 0.0852785 | r2int: 0.45319 | r2eff: 0 | hits: 9 ] keV + 26 844.996 [sigma: 128.915 | error: 0.457688 | coeff: 0.457688 | eff: 1 | fom: 0.207555 | r2int: 0.186203 | r2eff: 0 | hits: 9 ] keV + 27 4939.23 [sigma: 700.045 | error: 0.425195 | coeff: 0.425195 | eff: 1 | fom: 0.24049 | r2int: 0.160703 | r2eff: 0 | hits: 9 ] keV + 28 1712.69 [sigma: 185.277 | error: 0.374743 | coeff: 0.374743 | eff: 1 | fom: 0.309603 | r2int: 0.12873 | r2eff: 0 | hits: 12 ] keV + 29 2542.27 [sigma: 625.114 | error: 0.602301 | coeff: 0.602301 | eff: 1 | fom: 0.119852 | r2int: 0.302305 | r2eff: 0 | hits: 6 ] keV + 30 3890.91 [sigma: 490.841 | error: 0.488579 | coeff: 0.488579 | eff: 1 | fom: 0.182139 | r2int: 0.222795 | r2eff: 0 | hits: 15 ] keV + 31 7629.02 [sigma: 746.341 | error: 0.415054 | coeff: 0.415054 | eff: 1 | fom: 0.252384 | r2int: 0.162699 | r2eff: 0 | hits: 18 ] keV + 32 812.044 [sigma: 66.704 | error: 0.31814 | coeff: 0.31814 | eff: 1 | fom: 0.429572 | r2int: 0.0944655 | r2eff: 0 | hits: 15 ] keV + 33 5560.01 [sigma: 407.591 | error: 0.359133 | coeff: 0.359133 | eff: 1 | fom: 0.337102 | r2int: 0.123603 | r2eff: 0 | hits: 24 ] keV + 34 3909.98 [sigma: 876.953 | error: 0.593405 | coeff: 0.593405 | eff: 1 | fom: 0.123472 | r2int: 0.301825 | r2eff: 0 | hits: 7 ] keV + 35 2334.64 [sigma: 275.023 | error: 0.499788 | coeff: 0.499788 | eff: 1 | fom: 0.174061 | r2int: 0.235911 | r2eff: 0 | hits: 18 ] keV + 36 6836.33 [sigma: 775.518 | error: 0.39297 | coeff: 0.39297 | eff: 1 | fom: 0.281548 | r2int: 0.141557 | r2eff: 0 | hits: 12 ] keV + 37 8197.74 [sigma: 498.279 | error: 0.309931 | coeff: 0.309931 | eff: 1 | fom: 0.452629 | r2int: 0.0923627 | r2eff: 0 | hits: 26 ] keV + 38 4809.92 [sigma: 512.145 | error: 0.521628 | coeff: 0.521628 | eff: 1 | fom: 0.15979 | r2int: 0.260758 | r2eff: 0 | hits: 24 ] keV + 39 3464.31 [sigma: 603.768 | error: 0.551129 | coeff: 0.551129 | eff: 1 | fom: 0.143142 | r2int: 0.273369 | r2eff: 0 | hits: 10 ] keV + 40 3859.16 [sigma: 689.437 | error: 0.564938 | coeff: 0.564938 | eff: 1 | fom: 0.136229 | r2int: 0.28724 | r2eff: 0 | hits: 10 ] keV + 41 3988.73 [sigma: 333.901 | error: 0.374367 | coeff: 0.374367 | eff: 1 | fom: 0.310224 | r2int: 0.133143 | r2eff: 0 | hits: 20 ] keV + 42 2492.83 [sigma: 223.798 | error: 0.439814 | coeff: 0.439814 | eff: 1 | fom: 0.224768 | r2int: 0.185376 | r2eff: 0 | hits: 24 ] keV + 43 7393.4 [sigma: 731.795 | error: 0.494897 | coeff: 0.494897 | eff: 1 | fom: 0.177518 | r2int: 0.235126 | r2eff: 0 | hits: 25 ] keV + 44 1332.03 [sigma: 285.628 | error: 0.742811 | coeff: 0.742811 | eff: 1 | fom: 0.0787981 | r2int: 0.505787 | r2eff: 0 | hits: 12 ] keV + 45 2615.06 [sigma: 621.765 | error: 0.71329 | coeff: 0.71329 | eff: 1 | fom: 0.0854554 | r2int: 0.452252 | r2eff: 0 | hits: 9 ] keV + 46 4551.17 [sigma: 809.114 | error: 0.589635 | coeff: 0.589635 | eff: 1 | fom: 0.125056 | r2int: 0.316063 | r2eff: 0 | hits: 11 ] keV + 47 611.305 [sigma: 47.5645 | error: 0.280541 | coeff: 0.280541 | eff: 1 | fom: 0.552432 | r2int: 0.0726493 | r2eff: 0 | hits: 13 ] keV + 48 2217.05 [sigma: 260.773 | error: 0.424091 | coeff: 0.424091 | eff: 1 | fom: 0.241743 | r2int: 0.166018 | r2eff: 0 | hits: 13 ] keV + 49 808.539 [sigma: 194.784 | error: 0.681393 | coeff: 0.681393 | eff: 1 | fom: 0.0936434 | r2int: 0.406259 | r2eff: 0 | hits: 8 ] keV + 50 5097.45 [sigma: 579.182 | error: 0.440056 | coeff: 0.440056 | eff: 1 | fom: 0.224521 | r2int: 0.180739 | r2eff: 0 | hits: 15 ] keV + 51 3391.95 [sigma: 421.067 | error: 0.52667 | coeff: 0.52667 | eff: 1 | fom: 0.156746 | r2int: 0.261971 | r2eff: 0 | hits: 18 ] keV + 52 4754.01 [sigma: 189.919 | error: 0.246263 | coeff: 0.246263 | eff: 1 | fom: 0.716923 | r2int: 0.0590497 | r2eff: 0 | hits: 38 ] keV + 53 9048 [sigma: 425.245 | error: 0.304587 | coeff: 0.304587 | eff: 1 | fom: 0.468651 | r2int: 0.0905642 | r2eff: 0 | hits: 42 ] keV + 54 660.206 [sigma: 59.3228 | error: 0.401844 | coeff: 0.401844 | eff: 1 | fom: 0.269251 | r2int: 0.153404 | r2eff: 0 | hits: 20 ] keV + 55 4448.35 [sigma: 296.803 | error: 0.383289 | coeff: 0.383289 | eff: 1 | fom: 0.295951 | r2int: 0.142459 | r2eff: 0 | hits: 33 ] keV + 56 13171.5 [sigma: 477.028 | error: 0.275818 | coeff: 0.275818 | eff: 1 | fom: 0.571513 | r2int: 0.074764 | r2eff: 0 | hits: 58 ] keV + 57 17807.5 [sigma: 548.272 | error: 0.244379 | coeff: 0.244379 | eff: 1 | fom: 0.697688 | r2int: 0.0587731 | r2eff: 0 | hits: 63 ] keV + 58 17133.7 [sigma: 608.555 | error: 0.258575 | coeff: 0.258575 | eff: 1 | fom: 0.623184 | r2int: 0.0655994 | r2eff: 0 | hits: 53 ] keV + 59 7763.58 [sigma: 480.168 | error: 0.386246 | coeff: 0.386246 | eff: 1 | fom: 0.279294 | r2int: 0.145361 | r2eff: 0 | hits: 39 ] keV + 60 7228.66 [sigma: 293.731 | error: 0.26334 | coeff: 0.26334 | eff: 1 | fom: 0.600835 | r2int: 0.0676968 | r2eff: 0 | hits: 42 ] keV + 61 12138.9 [sigma: 332.656 | error: 0.217514 | coeff: 0.217514 | eff: 1 | fom: 0.880671 | r2int: 0.0465614 | r2eff: 0 | hits: 63 ] keV + 62 16804 [sigma: 439.122 | error: 0.232266 | coeff: 0.232266 | eff: 1 | fom: 0.772357 | r2int: 0.0532646 | r2eff: 0 | hits: 79 ] keV + 63 23355.3 [sigma: 643.574 | error: 0.230548 | coeff: 0.230548 | eff: 1 | fom: 0.783907 | r2int: 0.0523932 | r2eff: 0 | hits: 70 ] keV + 64 9411.45 [sigma: 421.977 | error: 0.297412 | coeff: 0.297412 | eff: 1 | fom: 0.471055 | r2int: 0.0864436 | r2eff: 0 | hits: 44 ] keV + 65 12257.9 [sigma: 623.524 | error: 0.300935 | coeff: 0.300935 | eff: 1 | fom: 0.46009 | r2int: 0.0879745 | r2eff: 0 | hits: 35 ] keV + 66 34627.6 [sigma: 769.098 | error: 0.183153 | coeff: 0.183153 | eff: 1 | fom: 1.24211 | r2int: 0.0330518 | r2eff: 0 | hits: 68 ] keV + 67 24987.2 [sigma: 658.56 | error: 0.232769 | coeff: 0.232769 | eff: 1 | fom: 0.769019 | r2int: 0.0534869 | r2eff: 0 | hits: 78 ] keV + 68 9756.82 [sigma: 464.706 | error: 0.336787 | coeff: 0.336787 | eff: 1 | fom: 0.367349 | r2int: 0.111157 | r2eff: 0 | hits: 50 ] keV + 69 6996.24 [sigma: 387.092 | error: 0.345527 | coeff: 0.345527 | eff: 1 | fom: 0.349 | r2int: 0.116328 | r2eff: 0 | hits: 39 ] keV + 70 9688.82 [sigma: 579.665 | error: 0.293097 | coeff: 0.293097 | eff: 1 | fom: 0.485026 | r2int: 0.0823266 | r2eff: 0 | hits: 24 ] keV + 71 7740.47 [sigma: 412.164 | error: 0.315019 | coeff: 0.315019 | eff: 1 | fom: 0.419869 | r2int: 0.0964019 | r2eff: 0 | hits: 35 ] keV + 72 9707.59 [sigma: 422.527 | error: 0.291977 | coeff: 0.291977 | eff: 1 | fom: 0.488754 | r2int: 0.0833563 | r2eff: 0 | hits: 45 ] keV + 73 6882.45 [sigma: 495.024 | error: 0.359627 | coeff: 0.359627 | eff: 1 | fom: 0.322169 | r2int: 0.124159 | r2eff: 0 | hits: 25 ] keV + 74 5905.85 [sigma: 381.387 | error: 0.341713 | coeff: 0.341713 | eff: 1 | fom: 0.356833 | r2int: 0.112598 | r2eff: 0 | hits: 28 ] keV + 75 21531.6 [sigma: 396.322 | error: 0.196527 | coeff: 0.196527 | eff: 1 | fom: 1.0788 | r2int: 0.0382842 | r2eff: 0 | hits: 114 ] keV + 76 35266.7 [sigma: 453.176 | error: 0.162541 | coeff: 0.162541 | eff: 1 | fom: 1.57711 | r2int: 0.0262545 | r2eff: 0 | hits: 160 ] keV + 77 31731.2 [sigma: 362.383 | error: 0.151078 | coeff: 0.151078 | eff: 1 | fom: 1.82553 | r2int: 0.022694 | r2eff: 0 | hits: 175 ] keV + 78 34664.2 [sigma: 377.472 | error: 0.138599 | coeff: 0.138599 | eff: 1 | fom: 2.16904 | r2int: 0.0190911 | r2eff: 0 | hits: 162 ] keV + 79 29740.5 [sigma: 536.417 | error: 0.183051 | coeff: 0.183051 | eff: 1 | fom: 1.2435 | r2int: 0.0331824 | r2eff: 0 | hits: 103 ] keV + 80 26324 [sigma: 352.412 | error: 0.174551 | coeff: 0.174551 | eff: 1 | fom: 1.36755 | r2int: 0.0302888 | r2eff: 0 | hits: 170 ] keV + 81 357193 [sigma: 1129.26 | error: 0.0505835 | coeff: 0.0505835 | eff: 1 | fom: 16.2844 | r2int: 0.00254869 | r2eff: 0 | hits: 256 ] keV + 82 321060 [sigma: 1158.85 | error: 0.057751 | coeff: 0.057751 | eff: 1 | fom: 12.4931 | r2int: 0.00332214 | r2eff: 0 | hits: 256 ] keV + 83 390218 [sigma: 1114.56 | error: 0.0456998 | coeff: 0.0456998 | eff: 1 | fom: 19.9508 | r2int: 0.00208031 | r2eff: 0 | hits: 256 ] keV + 84 43832.4 [sigma: 516.033 | error: 0.140783 | coeff: 0.140783 | eff: 1 | fom: 2.10226 | r2int: 0.0196813 | r2eff: 0 | hits: 143 ] keV + 85 41211.7 [sigma: 483.509 | error: 0.155647 | coeff: 0.155647 | eff: 1 | fom: 1.71992 | r2int: 0.0240883 | r2eff: 0 | hits: 176 ] keV + 86 360484 [sigma: 1129.76 | error: 0.0534623 | coeff: 0.0534623 | eff: 1 | fom: 14.5779 | r2int: 0.0028484 | r2eff: 0 | hits: 291 ] keV + 87 274743 [sigma: 1119.91 | error: 0.0669788 | coeff: 0.0669788 | eff: 1 | fom: 9.28781 | r2int: 0.00446955 | r2eff: 0 | hits: 270 ] keV + 88 322820 [sigma: 1158.13 | error: 0.0571758 | coeff: 0.0571758 | eff: 1 | fom: 12.7457 | r2int: 0.0032562 | r2eff: 0 | hits: 254 ] keV + 89 32674 [sigma: 424.083 | error: 0.155209 | coeff: 0.155209 | eff: 1 | fom: 1.72964 | r2int: 0.0239214 | r2eff: 0 | hits: 143 ] keV + 90 38527.8 [sigma: 443.946 | error: 0.1533 | coeff: 0.1533 | eff: 1 | fom: 1.77298 | r2int: 0.0233681 | r2eff: 0 | hits: 177 ] keV + 91 353328 [sigma: 1139.79 | error: 0.0525134 | coeff: 0.0525134 | eff: 1 | fom: 15.1095 | r2int: 0.00274725 | r2eff: 0 | hits: 265 ] keV + 92 319494 [sigma: 1147.36 | error: 0.0577945 | coeff: 0.0577945 | eff: 1 | fom: 12.4743 | r2int: 0.0033273 | r2eff: 0 | hits: 259 ] keV + 93 390500 [sigma: 1130.44 | error: 0.0463176 | coeff: 0.0463176 | eff: 1 | fom: 19.4221 | r2int: 0.00213694 | r2eff: 0 | hits: 256 ] keV + 94 27167.9 [sigma: 397.249 | error: 0.176678 | coeff: 0.176678 | eff: 1 | fom: 1.33483 | r2int: 0.0310013 | r2eff: 0 | hits: 146 ] keV + 95 29174.5 [sigma: 475.993 | error: 0.174201 | coeff: 0.174201 | eff: 1 | fom: 1.37306 | r2int: 0.0300797 | r2eff: 0 | hits: 114 ] keV + 96 37201.9 [sigma: 511.319 | error: 0.162045 | coeff: 0.162045 | eff: 1 | fom: 1.58679 | r2int: 0.0260695 | r2eff: 0 | hits: 139 ] keV + 97 27858.2 [sigma: 327.858 | error: 0.146047 | coeff: 0.146047 | eff: 1 | fom: 1.95345 | r2int: 0.0211912 | r2eff: 0 | hits: 154 ] keV + 98 31292.4 [sigma: 409.906 | error: 0.163609 | coeff: 0.163609 | eff: 1 | fom: 1.55659 | r2int: 0.0265964 | r2eff: 0 | hits: 156 ] keV + 99 19664.3 [sigma: 416.827 | error: 0.205513 | coeff: 0.205513 | eff: 1 | fom: 0.986527 | r2int: 0.0417864 | r2eff: 0 | hits: 94 ] keV + 100 320694 [sigma: 462.342 | error: 0.0356072 | coeff: 0.0356072 | eff: 1 | fom: 32.8635 | r2int: 0.00126579 | r2eff: 0 | hits: 610 ] keV + 101 335851 [sigma: 461.192 | error: 0.0361495 | coeff: 0.0361495 | eff: 1 | fom: 31.8849 | r2int: 0.0013049 | r2eff: 0 | hits: 693 ] keV + 102 361385 [sigma: 475.988 | error: 0.0356354 | coeff: 0.0356354 | eff: 1 | fom: 32.8115 | r2int: 0.00126815 | r2eff: 0 | hits: 732 ] keV + 103 372675 [sigma: 474.912 | error: 0.0336916 | coeff: 0.0336916 | eff: 1 | fom: 36.7068 | r2int: 0.0011335 | r2eff: 0 | hits: 699 ] keV + 104 322756 [sigma: 480.494 | error: 0.0353551 | coeff: 0.0353551 | eff: 1 | fom: 33.3337 | r2int: 0.00124777 | r2eff: 0 | hits: 564 ] keV + 105 369597 [sigma: 496.639 | error: 0.0360059 | coeff: 0.0360059 | eff: 1 | fom: 32.1396 | r2int: 0.00129462 | r2eff: 0 | hits: 718 ] keV + 106 384320 [sigma: 497.343 | error: 0.0371247 | coeff: 0.0371247 | eff: 1 | fom: 30.2317 | r2int: 0.00137657 | r2eff: 0 | hits: 823 ] keV + 107 418106 [sigma: 491.469 | error: 0.0355566 | coeff: 0.0355566 | eff: 1 | fom: 32.957 | r2int: 0.00126289 | r2eff: 0 | hits: 915 ] keV + 108 397756 [sigma: 482.195 | error: 0.035344 | coeff: 0.035344 | eff: 1 | fom: 33.3547 | r2int: 0.00124773 | r2eff: 0 | hits: 850 ] keV + 109 350284 [sigma: 505.832 | error: 0.0370424 | coeff: 0.0370424 | eff: 1 | fom: 30.3662 | r2int: 0.00137006 | r2eff: 0 | hits: 658 ] keV + 110 376064 [sigma: 487.264 | error: 0.0353656 | coeff: 0.0353656 | eff: 1 | fom: 33.314 | r2int: 0.00124904 | r2eff: 0 | hits: 745 ] keV + 111 418623 [sigma: 519.05 | error: 0.0361277 | coeff: 0.0361277 | eff: 1 | fom: 31.9234 | r2int: 0.00130367 | r2eff: 0 | hits: 849 ] keV + 112 400591 [sigma: 481.533 | error: 0.0354148 | coeff: 0.0354148 | eff: 1 | fom: 33.2216 | r2int: 0.00125276 | r2eff: 0 | hits: 868 ] keV + 113 368568 [sigma: 473.915 | error: 0.0372891 | coeff: 0.0372891 | eff: 1 | fom: 29.9658 | r2int: 0.00138882 | r2eff: 0 | hits: 841 ] keV + 114 360843 [sigma: 479.345 | error: 0.0347169 | coeff: 0.0347169 | eff: 1 | fom: 34.5706 | r2int: 0.0012035 | r2eff: 0 | hits: 683 ] keV + 115 392325 [sigma: 504.232 | error: 0.0353149 | coeff: 0.0353149 | eff: 1 | fom: 33.4097 | r2int: 0.00124549 | r2eff: 0 | hits: 755 ] keV + 116 423647 [sigma: 527.208 | error: 0.0364944 | coeff: 0.0364944 | eff: 1 | fom: 31.2849 | r2int: 0.0013303 | r2eff: 0 | hits: 860 ] keV + 117 403587 [sigma: 471.846 | error: 0.0352101 | coeff: 0.0352101 | eff: 1 | fom: 33.609 | r2int: 0.00123838 | r2eff: 0 | hits: 907 ] keV + 118 376244 [sigma: 476.141 | error: 0.0363491 | coeff: 0.0363491 | eff: 1 | fom: 31.5356 | r2int: 0.00131966 | r2eff: 0 | hits: 825 ] keV + 119 345057 [sigma: 467.266 | error: 0.0353384 | coeff: 0.0353384 | eff: 1 | fom: 33.3654 | r2int: 0.00124697 | r2eff: 0 | hits: 681 ] keV + 120 330345 [sigma: 438.995 | error: 0.0324425 | coeff: 0.0324425 | eff: 1 | fom: 38.0042 | r2int: 0.00105075 | r2eff: 0 | hits: 596 ] keV + 121 329922 [sigma: 467.685 | error: 0.0365005 | coeff: 0.0365005 | eff: 1 | fom: 30.0235 | r2int: 0.00133028 | r2eff: 0 | hits: 663 ] keV + 122 344239 [sigma: 479.015 | error: 0.036313 | coeff: 0.036313 | eff: 1 | fom: 30.3344 | r2int: 0.0013167 | r2eff: 0 | hits: 681 ] keV + 123 381430 [sigma: 491.823 | error: 0.0345266 | coeff: 0.0345266 | eff: 1 | fom: 33.5547 | r2int: 0.00119042 | r2eff: 0 | hits: 717 ] keV + 124 323019 [sigma: 473.949 | error: 0.0351221 | coeff: 0.0351221 | eff: 1 | fom: 32.4265 | r2int: 0.00123141 | r2eff: 0 | hits: 573 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ opened file mfd_tg_EnergyDeposit.out for output ============================================================ - 0 817.332688 keV - 1 130.448641 keV - 2 77.061336 keV - 3 219.310651 keV - 4 497.351537 keV - 5 2459.748304 keV - 6 442.416866 keV - 7 842.207013 keV - 8 1415.721077 keV - 10 1495.933984 keV - 11 211.643130 keV - 12 1602.725794 keV - 13 3054.951781 keV - 14 458.859479 keV - 15 1067.891353 keV - 16 469.426272 keV - 17 371.167135 keV - 18 855.594691 keV - 19 1113.493034 keV - 20 6.645670 keV - 21 130.114054 keV - 23 1587.978359 keV - 24 2321.273525 keV - 25 5461.807259 keV - 26 2865.111860 keV - 27 2109.270463 keV - 28 3408.300202 keV - 29 469.049976 keV - 30 2969.116022 keV - 31 5700.777686 keV - 32 2549.405052 keV - 33 5338.104711 keV - 34 2178.590998 keV - 35 633.305916 keV - 36 7301.301807 keV - 37 2555.953929 keV - 38 3756.409731 keV - 39 4595.028517 keV - 40 3017.113103 keV - 41 8520.895451 keV - 42 7108.665884 keV - 43 8340.906230 keV - 44 716.915456 keV - 45 1016.841109 keV - 46 1973.714039 keV - 47 571.365724 keV - 48 3155.477356 keV - 49 612.501035 keV - 50 8721.106384 keV - 51 10927.163754 keV - 52 15404.823265 keV - 53 6637.181851 keV - 54 8038.501619 keV - 55 8650.657928 keV - 56 26107.182201 keV - 57 21294.016117 keV - 58 23116.736915 keV - 59 5610.243508 keV - 60 5600.216047 keV - 61 18889.406605 keV - 62 19355.591476 keV - 63 16651.020959 keV - 64 8991.156227 keV - 65 6130.669799 keV - 66 13180.884146 keV - 67 17609.638010 keV - 68 16235.181314 keV - 69 1491.190116 keV - 70 1185.620714 keV - 71 6531.139190 keV - 72 5029.812061 keV - 73 8701.635576 keV - 74 1529.585088 keV - 75 26926.755878 keV - 76 32746.049906 keV - 77 31321.518434 keV - 78 20062.224483 keV - 79 38395.486852 keV - 80 37535.991422 keV - 81 416502.832083 keV - 82 335583.651797 keV - 83 276273.427631 keV - 84 35946.131083 keV - 85 32294.745289 keV - 86 322933.496039 keV - 87 283774.192999 keV - 88 291321.030607 keV - 89 35348.208777 keV - 90 28890.376886 keV - 91 334633.325402 keV - 92 308878.959962 keV - 93 406103.076044 keV - 94 41132.773046 keV - 95 27099.094687 keV - 96 30797.662966 keV - 97 28298.470201 keV - 98 38471.458279 keV - 99 25295.866986 keV - 100 317165.630996 keV - 101 369808.681054 keV - 102 359803.091908 keV - 103 374743.351276 keV - 104 330566.407080 keV - 105 361424.480321 keV - 106 386221.678814 keV - 107 411865.462283 keV - 108 382288.868136 keV - 109 349789.187127 keV - 110 369789.369899 keV - 111 424338.907825 keV - 112 396790.094925 keV - 113 401854.158391 keV - 114 365796.138739 keV - 115 349394.747824 keV - 116 381889.716439 keV - 117 417195.949847 keV - 118 404779.268393 keV - 119 347471.673705 keV - 120 322931.497105 keV - 121 373883.743427 keV - 122 351968.624603 keV - 123 382394.691524 keV - 124 360494.005453 keV + 0 2060.618127 keV + 1 233.090134 keV + 2 130.768875 keV + 3 23.712052 keV + 4 198.879682 keV + 5 317.221786 keV + 6 1578.862940 keV + 7 2054.190422 keV + 8 259.712541 keV + 9 1052.604501 keV + 10 58.604457 keV + 11 1729.141230 keV + 12 409.211221 keV + 13 758.904318 keV + 14 3226.300735 keV + 15 2612.582523 keV + 16 151.767079 keV + 17 1073.066114 keV + 18 908.047800 keV + 19 1503.446576 keV + 20 840.600102 keV + 21 224.902797 keV + 22 584.293653 keV + 23 557.536970 keV + 24 247.431845 keV + 25 2246.516631 keV + 26 844.996126 keV + 27 4939.228101 keV + 28 1712.689055 keV + 29 2542.268688 keV + 30 3890.914666 keV + 31 7629.016695 keV + 32 812.043664 keV + 33 5560.005022 keV + 34 3909.977724 keV + 35 2334.639577 keV + 36 6836.325538 keV + 37 8197.743827 keV + 38 4809.919485 keV + 39 3464.313029 keV + 40 3859.163449 keV + 41 3988.725325 keV + 42 2492.834730 keV + 43 7393.404799 keV + 44 1332.026503 keV + 45 2615.056669 keV + 46 4551.169173 keV + 47 611.304799 keV + 48 2217.053212 keV + 49 808.539352 keV + 50 5097.448291 keV + 51 3391.951082 keV + 52 4754.013690 keV + 53 9048.000553 keV + 54 660.206157 keV + 55 4448.354528 keV + 56 13171.499440 keV + 57 17807.480504 keV + 58 17133.714492 keV + 59 7763.580393 keV + 60 7228.661377 keV + 61 12138.873926 keV + 62 16804.023580 keV + 63 23355.281042 keV + 64 9411.447845 keV + 65 12257.854487 keV + 66 34627.559315 keV + 67 24987.162330 keV + 68 9756.824780 keV + 69 6996.239324 keV + 70 9688.816649 keV + 71 7740.468072 keV + 72 9707.587252 keV + 73 6882.452598 keV + 74 5905.850722 keV + 75 21531.649116 keV + 76 35266.655088 keV + 77 31731.242437 keV + 78 34664.246038 keV + 79 29740.549803 keV + 80 26324.035928 keV + 81 357193.209181 keV + 82 321060.200709 keV + 83 390218.390200 keV + 84 43832.356200 keV + 85 41211.701232 keV + 86 360483.572242 keV + 87 274742.725299 keV + 88 322820.323292 keV + 89 32673.959337 keV + 90 38527.817999 keV + 91 353328.014819 keV + 92 319494.188764 keV + 93 390499.706521 keV + 94 27167.943207 keV + 95 29174.491020 keV + 96 37201.853677 keV + 97 27858.248016 keV + 98 31292.371826 keV + 99 19664.344099 keV + 100 320694.254320 keV + 101 335850.924915 keV + 102 361385.423900 keV + 103 372675.406010 keV + 104 322756.071402 keV + 105 369597.461005 keV + 106 384319.525464 keV + 107 418105.922937 keV + 108 397755.558704 keV + 109 350283.817152 keV + 110 376063.632499 keV + 111 418623.138616 keV + 112 400591.180089 keV + 113 368567.652116 keV + 114 360842.587431 keV + 115 392324.605774 keV + 116 423647.043258 keV + 117 403587.222553 keV + 118 376243.712122 keV + 119 345057.454750 keV + 120 330345.273580 keV + 121 329921.744443 keV + 122 344239.457586 keV + 123 381430.053860 keV + 124 323019.357008 keV ============================================================ closed file mfd_tg_EnergyDeposit.out for output ============================================================ opened file mfd_tl_NumberOfSteps.out for output ============================================================ - 0 96.000000 steps - 1 52.000000 steps - 2 26.000000 steps - 3 44.000000 steps - 4 42.000000 steps - 5 130.000000 steps - 6 75.000000 steps - 7 72.000000 steps - 8 88.000000 steps - 9 2.000000 steps - 10 54.000000 steps - 11 32.000000 steps - 12 108.000000 steps - 13 91.000000 steps - 14 38.000000 steps - 15 54.000000 steps - 16 69.000000 steps - 17 33.000000 steps - 18 52.000000 steps - 19 97.000000 steps - 20 5.000000 steps - 21 28.000000 steps - 22 4.000000 steps - 23 96.000000 steps - 24 100.000000 steps - 25 272.000000 steps - 26 222.000000 steps - 27 102.000000 steps - 28 250.000000 steps - 29 98.000000 steps - 30 187.000000 steps - 31 336.000000 steps - 32 293.000000 steps - 33 227.000000 steps - 34 140.000000 steps - 35 127.000000 steps - 36 404.000000 steps - 37 344.000000 steps - 38 352.000000 steps - 39 262.000000 steps - 40 189.000000 steps - 41 340.000000 steps - 42 257.000000 steps - 43 388.000000 steps - 44 134.000000 steps - 45 179.000000 steps - 46 264.000000 steps - 47 90.000000 steps - 48 238.000000 steps - 49 89.000000 steps - 50 602.000000 steps - 51 647.000000 steps - 52 623.000000 steps - 53 537.000000 steps - 54 534.000000 steps - 55 584.000000 steps - 56 1149.000000 steps - 57 1238.000000 steps - 58 1200.000000 steps - 59 651.000000 steps - 60 563.000000 steps - 61 1123.000000 steps - 62 1330.000000 steps - 63 1054.000000 steps - 64 876.000000 steps - 65 672.000000 steps - 66 716.000000 steps - 67 1050.000000 steps - 68 917.000000 steps - 69 282.000000 steps - 70 367.000000 steps - 71 670.000000 steps - 72 434.000000 steps - 73 773.000000 steps - 74 203.000000 steps - 75 3060.000000 steps - 76 4231.000000 steps - 77 4504.000000 steps - 78 3638.000000 steps - 79 2946.000000 steps - 80 4167.000000 steps - 81 4440.000000 steps - 82 4396.000000 steps - 83 3980.000000 steps - 84 3698.000000 steps - 85 4388.000000 steps - 86 4551.000000 steps - 87 4621.000000 steps - 88 3726.000000 steps - 89 4393.000000 steps - 90 4493.000000 steps - 91 3399.000000 steps - 92 3858.000000 steps - 93 4435.000000 steps - 94 3829.000000 steps - 95 3117.000000 steps - 96 3999.000000 steps - 97 4902.000000 steps - 98 4384.000000 steps - 99 3007.000000 steps - 100 15139.000000 steps - 101 19167.000000 steps - 102 20457.000000 steps - 103 19493.000000 steps - 104 14045.000000 steps - 105 18526.000000 steps - 106 22952.000000 steps - 107 24790.000000 steps - 108 23415.000000 steps - 109 20266.000000 steps - 110 19361.000000 steps - 111 24730.000000 steps - 112 25565.000000 steps - 113 25885.000000 steps - 114 19158.000000 steps - 115 18913.000000 steps - 116 23396.000000 steps - 117 24775.000000 steps - 118 25540.000000 steps - 119 18445.000000 steps - 120 14919.000000 steps - 121 19768.000000 steps - 122 19619.000000 steps - 123 21069.000000 steps - 124 15811.000000 steps - 0 96 [sigma: 6.99796 | error: 0.282323 | coeff: 0.282323 | eff: 1 | fom: 0.545482 | r2int: 0.0743924 | r2eff: 0 | hits: 15 ] steps - 1 52 [sigma: 4.83735 | error: 0.372104 | coeff: 0.372104 | eff: 1 | fom: 0.31401 | r2int: 0.129808 | r2eff: 0 | hits: 16 ] steps - 2 26 [sigma: 3.41216 | error: 0.371194 | coeff: 0.371194 | eff: 1 | fom: 0.315551 | r2int: 0.120562 | r2eff: 0 | hits: 8 ] steps - 3 44 [sigma: 7.08788 | error: 0.426199 | coeff: 0.426199 | eff: 1 | fom: 0.239357 | r2int: 0.155697 | r2eff: 0 | hits: 7 ] steps - 4 42 [sigma: 4.82701 | error: 0.256988 | coeff: 0.256988 | eff: 1 | fom: 0.658332 | r2int: 0.0528345 | r2eff: 0 | hits: 5 ] steps - 5 130 [sigma: 16.3757 | error: 0.417785 | coeff: 0.417785 | eff: 1 | fom: 0.249096 | r2int: 0.158677 | r2eff: 0 | hits: 11 ] steps - 6 75 [sigma: 9.15605 | error: 0.386053 | coeff: 0.386053 | eff: 1 | fom: 0.291728 | r2int: 0.134133 | r2eff: 0 | hits: 10 ] steps - 7 72 [sigma: 9.09245 | error: 0.418837 | coeff: 0.418837 | eff: 1 | fom: 0.247846 | r2int: 0.159477 | r2eff: 0 | hits: 11 ] steps - 8 88 [sigma: 9.22729 | error: 0.296576 | coeff: 0.296576 | eff: 1 | fom: 0.49431 | r2int: 0.0769628 | r2eff: 0 | hits: 8 ] steps - 9 2 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 2 ] steps - 10 54 [sigma: 10.1934 | error: 0.499428 | coeff: 0.499428 | eff: 1 | fom: 0.174312 | r2int: 0.213796 | r2eff: 0 | hits: 7 ] steps - 11 32 [sigma: 6.97615 | error: 0.534 | coeff: 0.534 | eff: 1 | fom: 0.152472 | r2int: 0.23763 | r2eff: 0 | hits: 6 ] steps - 12 108 [sigma: 12.1637 | error: 0.356157 | coeff: 0.356157 | eff: 1 | fom: 0.342759 | r2int: 0.114163 | r2eff: 0 | hits: 10 ] steps - 13 91 [sigma: 10.3864 | error: 0.360931 | coeff: 0.360931 | eff: 1 | fom: 0.333751 | r2int: 0.117244 | r2eff: 0 | hits: 10 ] steps - 14 38 [sigma: 8.44309 | error: 0.58785 | coeff: 0.58785 | eff: 1 | fom: 0.125817 | r2int: 0.296201 | r2eff: 0 | hits: 7 ] steps - 15 54 [sigma: 11 | error: 0.611111 | coeff: 0.611111 | eff: 1 | fom: 0.116421 | r2int: 0.331962 | r2eff: 0 | hits: 9 ] steps - 16 69 [sigma: 5.61046 | error: 0.28167 | coeff: 0.28167 | eff: 1 | fom: 0.548014 | r2int: 0.0727263 | r2eff: 0 | hits: 12 ] steps - 17 33 [sigma: 4.82368 | error: 0.413437 | coeff: 0.413437 | eff: 1 | fom: 0.254363 | r2int: 0.149564 | r2eff: 0 | hits: 8 ] steps - 18 52 [sigma: 4.67618 | error: 0.220274 | coeff: 0.220274 | eff: 1 | fom: 0.896076 | r2int: 0.0404339 | r2eff: 0 | hits: 6 ] steps - 19 97 [sigma: 10.144 | error: 0.330701 | coeff: 0.330701 | eff: 1 | fom: 0.397558 | r2int: 0.098427 | r2eff: 0 | hits: 10 ] steps - 20 5 [sigma: 2.12132 | error: 0.6 | coeff: 0.6 | eff: 1 | fom: 0.120773 | r2int: 0.18 | r2eff: 0 | hits: 2 ] steps - 21 28 [sigma: 3.25137 | error: 0.328438 | coeff: 0.328438 | eff: 1 | fom: 0.403055 | r2int: 0.0943878 | r2eff: 0 | hits: 8 ] steps - 22 4 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 4 ] steps - 23 96 [sigma: 11.7163 | error: 0.422777 | coeff: 0.422777 | eff: 1 | fom: 0.243248 | r2int: 0.163845 | r2eff: 0 | hits: 12 ] steps - 24 100 [sigma: 18.6394 | error: 0.527203 | coeff: 0.527203 | eff: 1 | fom: 0.156429 | r2int: 0.2432 | r2eff: 0 | hits: 8 ] steps - 25 272 [sigma: 14.0765 | error: 0.268911 | coeff: 0.268911 | eff: 1 | fom: 0.601252 | r2int: 0.0696347 | r2eff: 0 | hits: 27 ] steps - 26 222 [sigma: 12.6372 | error: 0.301215 | coeff: 0.301215 | eff: 1 | fom: 0.479203 | r2int: 0.08749 | r2eff: 0 | hits: 28 ] steps - 27 102 [sigma: 7.58159 | error: 0.348635 | coeff: 0.348635 | eff: 1 | fom: 0.357708 | r2int: 0.116022 | r2eff: 0 | hits: 22 ] steps - 28 250 [sigma: 12.5136 | error: 0.229378 | coeff: 0.229378 | eff: 1 | fom: 0.826357 | r2int: 0.050109 | r2eff: 0 | hits: 21 ] steps - 29 98 [sigma: 10.0631 | error: 0.397697 | coeff: 0.397697 | eff: 1 | fom: 0.274895 | r2int: 0.147619 | r2eff: 0 | hits: 15 ] steps - 30 187 [sigma: 7.73069 | error: 0.214812 | coeff: 0.214812 | eff: 1 | fom: 0.942227 | r2int: 0.0444351 | r2eff: 0 | hits: 27 ] steps - 31 336 [sigma: 11.4534 | error: 0.183566 | coeff: 0.183566 | eff: 1 | fom: 1.29029 | r2int: 0.0325347 | r2eff: 0 | hits: 29 ] steps - 32 293 [sigma: 13.3426 | error: 0.245229 | coeff: 0.245229 | eff: 1 | fom: 0.722985 | r2int: 0.0580635 | r2eff: 0 | hits: 29 ] steps - 33 227 [sigma: 9.62332 | error: 0.198843 | coeff: 0.198843 | eff: 1 | fom: 1.09964 | r2int: 0.0377413 | r2eff: 0 | hits: 22 ] steps - 34 140 [sigma: 9.64399 | error: 0.292257 | coeff: 0.292257 | eff: 1 | fom: 0.509029 | r2int: 0.0806689 | r2eff: 0 | hits: 18 ] steps - 35 127 [sigma: 5.65626 | error: 0.222688 | coeff: 0.222688 | eff: 1 | fom: 0.876759 | r2int: 0.0476062 | r2eff: 0 | hits: 25 ] steps - 36 404 [sigma: 12.7033 | error: 0.186024 | coeff: 0.186024 | eff: 1 | fom: 1.25642 | r2int: 0.0336161 | r2eff: 0 | hits: 35 ] steps - 37 344 [sigma: 11.6453 | error: 0.191499 | coeff: 0.191499 | eff: 1 | fom: 1.1856 | r2int: 0.035526 | r2eff: 0 | hits: 32 ] steps - 38 352 [sigma: 12.7224 | error: 0.184294 | coeff: 0.184294 | eff: 1 | fom: 1.28011 | r2int: 0.032658 | r2eff: 0 | hits: 26 ] steps - 39 262 [sigma: 20.7342 | error: 0.387696 | coeff: 0.387696 | eff: 1 | fom: 0.289261 | r2int: 0.144045 | r2eff: 0 | hits: 24 ] steps - 40 189 [sigma: 7.66311 | error: 0.19445 | coeff: 0.19445 | eff: 1 | fom: 1.14989 | r2int: 0.0361668 | r2eff: 0 | hits: 23 ] steps - 41 340 [sigma: 9.34207 | error: 0.155431 | coeff: 0.155431 | eff: 1 | fom: 1.79968 | r2int: 0.023404 | r2eff: 0 | hits: 32 ] steps - 42 257 [sigma: 10.1764 | error: 0.209527 | coeff: 0.209527 | eff: 1 | fom: 0.990354 | r2int: 0.0423338 | r2eff: 0 | hits: 28 ] steps - 43 388 [sigma: 17.9665 | error: 0.236112 | coeff: 0.236112 | eff: 1 | fom: 0.779897 | r2int: 0.0536046 | r2eff: 0 | hits: 26 ] steps - 44 134 [sigma: 7.24069 | error: 0.264716 | coeff: 0.264716 | eff: 1 | fom: 0.620456 | r2int: 0.0671549 | r2eff: 0 | hits: 24 ] steps - 45 179 [sigma: 17.1131 | error: 0.344705 | coeff: 0.344705 | eff: 1 | fom: 0.365912 | r2int: 0.109682 | r2eff: 0 | hits: 13 ] steps - 46 264 [sigma: 14.9632 | error: 0.271822 | coeff: 0.271822 | eff: 1 | fom: 0.588442 | r2int: 0.0706746 | r2eff: 0 | hits: 23 ] steps - 47 90 [sigma: 5.2293 | error: 0.239566 | coeff: 0.239566 | eff: 1 | fom: 0.757567 | r2int: 0.054016 | r2eff: 0 | hits: 17 ] steps - 48 238 [sigma: 15.7395 | error: 0.323981 | coeff: 0.323981 | eff: 1 | fom: 0.414222 | r2int: 0.10059 | r2eff: 0 | hits: 24 ] steps - 49 89 [sigma: 4.53008 | error: 0.238741 | coeff: 0.238741 | eff: 1 | fom: 0.762812 | r2int: 0.0544066 | r2eff: 0 | hits: 22 ] steps - 50 602 [sigma: 18.3969 | error: 0.228687 | coeff: 0.228687 | eff: 1 | fom: 0.831359 | r2int: 0.0513639 | r2eff: 0 | hits: 56 ] steps - 51 647 [sigma: 12.2263 | error: 0.152352 | coeff: 0.152352 | eff: 1 | fom: 1.87317 | r2int: 0.0228539 | r2eff: 0 | hits: 65 ] steps - 52 623 [sigma: 13.378 | error: 0.167713 | coeff: 0.167713 | eff: 1 | fom: 1.54574 | r2int: 0.0276667 | r2eff: 0 | hits: 61 ] steps - 53 537 [sigma: 12.6374 | error: 0.179225 | coeff: 0.179225 | eff: 1 | fom: 1.35356 | r2int: 0.0315676 | r2eff: 0 | hits: 58 ] steps - 54 534 [sigma: 16.1985 | error: 0.198915 | coeff: 0.198915 | eff: 1 | fom: 1.09884 | r2int: 0.0386471 | r2eff: 0 | hits: 43 ] steps - 55 584 [sigma: 13.4186 | error: 0.17649 | coeff: 0.17649 | eff: 1 | fom: 1.39583 | r2int: 0.0306207 | r2eff: 0 | hits: 59 ] steps - 56 1149 [sigma: 11.9813 | error: 0.0989248 | coeff: 0.0989248 | eff: 1 | fom: 4.44285 | r2int: 0.00967739 | r2eff: 0 | hits: 90 ] steps - 57 1238 [sigma: 12.3429 | error: 0.0976859 | coeff: 0.0976859 | eff: 1 | fom: 4.55626 | r2int: 0.00944313 | r2eff: 0 | hits: 96 ] steps - 58 1200 [sigma: 14.5416 | error: 0.111064 | coeff: 0.111064 | eff: 1 | fom: 3.52475 | r2int: 0.0121883 | r2eff: 0 | hits: 84 ] steps - 59 651 [sigma: 16.1082 | error: 0.185166 | coeff: 0.185166 | eff: 1 | fom: 1.26809 | r2int: 0.0336741 | r2eff: 0 | hits: 56 ] steps - 60 563 [sigma: 10.7263 | error: 0.147577 | coeff: 0.147577 | eff: 1 | fom: 1.99635 | r2int: 0.0214159 | r2eff: 0 | hits: 60 ] steps - 61 1123 [sigma: 18.3409 | error: 0.152335 | coeff: 0.152335 | eff: 1 | fom: 1.87359 | r2int: 0.0229392 | r2eff: 0 | hits: 87 ] steps - 62 1330 [sigma: 14.1173 | error: 0.103457 | coeff: 0.103457 | eff: 1 | fom: 4.06209 | r2int: 0.0105908 | r2eff: 0 | hits: 95 ] steps - 63 1054 [sigma: 11.2122 | error: 0.101477 | coeff: 0.101477 | eff: 1 | fom: 4.22215 | r2int: 0.0101845 | r2eff: 0 | hits: 91 ] steps - 64 876 [sigma: 23.5626 | error: 0.229816 | coeff: 0.229816 | eff: 1 | fom: 0.823213 | r2int: 0.0520918 | r2eff: 0 | hits: 73 ] steps - 65 672 [sigma: 17.5227 | error: 0.211837 | coeff: 0.211837 | eff: 1 | fom: 0.968873 | r2int: 0.0441951 | r2eff: 0 | hits: 66 ] steps - 66 716 [sigma: 13.0701 | error: 0.147171 | coeff: 0.147171 | eff: 1 | fom: 2.00736 | r2int: 0.0213262 | r2eff: 0 | hits: 65 ] steps - 67 1050 [sigma: 14.1421 | error: 0.118187 | coeff: 0.118187 | eff: 1 | fom: 3.11269 | r2int: 0.0137867 | r2eff: 0 | hits: 77 ] steps - 68 917 [sigma: 12.7726 | error: 0.126129 | coeff: 0.126129 | eff: 1 | fom: 2.733 | r2int: 0.0157146 | r2eff: 0 | hits: 82 ] steps - 69 282 [sigma: 7.14889 | error: 0.184556 | coeff: 0.184556 | eff: 1 | fom: 1.27649 | r2int: 0.0334182 | r2eff: 0 | hits: 53 ] steps - 70 367 [sigma: 14.7625 | error: 0.251204 | coeff: 0.251204 | eff: 1 | fom: 0.688997 | r2int: 0.0614856 | r2eff: 0 | hits: 39 ] steps - 71 670 [sigma: 18.1418 | error: 0.195257 | coeff: 0.195257 | eff: 1 | fom: 1.14041 | r2int: 0.0373921 | r2eff: 0 | hits: 52 ] steps - 72 434 [sigma: 14.1076 | error: 0.241071 | coeff: 0.241071 | eff: 1 | fom: 0.748138 | r2int: 0.0570587 | r2eff: 0 | hits: 55 ] steps - 73 773 [sigma: 16.4 | error: 0.158767 | coeff: 0.158767 | eff: 1 | fom: 1.72486 | r2int: 0.0247567 | r2eff: 0 | hits: 56 ] steps - 74 203 [sigma: 9.74284 | error: 0.287966 | coeff: 0.287966 | eff: 1 | fom: 0.524312 | r2int: 0.0806209 | r2eff: 0 | hits: 36 ] steps - 75 3060 [sigma: 31.7551 | error: 0.120576 | coeff: 0.120576 | eff: 1 | fom: 2.99057 | r2int: 0.0144308 | r2eff: 0 | hits: 135 ] steps - 76 4231 [sigma: 31.0089 | error: 0.104422 | coeff: 0.104422 | eff: 1 | fom: 3.98741 | r2int: 0.0108502 | r2eff: 0 | hits: 203 ] steps - 77 4504 [sigma: 32.1389 | error: 0.105356 | coeff: 0.105356 | eff: 1 | fom: 3.91698 | r2int: 0.011049 | r2eff: 0 | hits: 218 ] steps - 78 3638 [sigma: 29.2798 | error: 0.116074 | coeff: 0.116074 | eff: 1 | fom: 3.227 | r2int: 0.0134085 | r2eff: 0 | hits: 208 ] steps - 79 2946 [sigma: 27.6662 | error: 0.116541 | coeff: 0.116541 | eff: 1 | fom: 3.20123 | r2int: 0.0134936 | r2eff: 0 | hits: 154 ] steps - 80 4167 [sigma: 27.1572 | error: 0.0968854 | coeff: 0.0968854 | eff: 1 | fom: 4.63186 | r2int: 0.0093443 | r2eff: 0 | hits: 221 ] steps - 81 4440 [sigma: 13.3509 | error: 0.0560942 | coeff: 0.0560942 | eff: 1 | fom: 13.8177 | r2int: 0.00313752 | r2eff: 0 | hits: 348 ] steps - 82 4396 [sigma: 12.9346 | error: 0.0529626 | coeff: 0.0529626 | eff: 1 | fom: 15.5001 | r2int: 0.00279638 | r2eff: 0 | hits: 324 ] steps - 83 3980 [sigma: 13.336 | error: 0.0577459 | coeff: 0.0577459 | eff: 1 | fom: 13.0386 | r2int: 0.00332336 | r2eff: 0 | hits: 297 ] steps - 84 3698 [sigma: 26.0936 | error: 0.104183 | coeff: 0.104183 | eff: 1 | fom: 4.00574 | r2int: 0.0108042 | r2eff: 0 | hits: 218 ] steps - 85 4388 [sigma: 30.4347 | error: 0.102876 | coeff: 0.102876 | eff: 1 | fom: 4.10813 | r2int: 0.0105353 | r2eff: 0 | hits: 220 ] steps - 86 4551 [sigma: 15.1547 | error: 0.0595684 | coeff: 0.0595684 | eff: 1 | fom: 12.2529 | r2int: 0.0035373 | r2eff: 0 | hits: 320 ] steps - 87 4621 [sigma: 13.3329 | error: 0.0526513 | coeff: 0.0526513 | eff: 1 | fom: 15.6839 | r2int: 0.00276384 | r2eff: 0 | hits: 333 ] steps - 88 3726 [sigma: 12.568 | error: 0.0582279 | coeff: 0.0582279 | eff: 1 | fom: 12.8236 | r2int: 0.00337911 | r2eff: 0 | hits: 298 ] steps - 89 4393 [sigma: 30.7357 | error: 0.105181 | coeff: 0.105181 | eff: 1 | fom: 3.93007 | r2int: 0.011014 | r2eff: 0 | hits: 226 ] steps - 90 4493 [sigma: 29.2769 | error: 0.0959882 | coeff: 0.0959882 | eff: 1 | fom: 4.71885 | r2int: 0.00917128 | r2eff: 0 | hits: 217 ] steps - 91 3399 [sigma: 10.3489 | error: 0.0526474 | coeff: 0.0526474 | eff: 1 | fom: 15.6862 | r2int: 0.00276248 | r2eff: 0 | hits: 299 ] steps - 92 3858 [sigma: 12.5795 | error: 0.0584189 | coeff: 0.0584189 | eff: 1 | fom: 12.7399 | r2int: 0.00340213 | r2eff: 0 | hits: 321 ] steps - 93 4435 [sigma: 14.0938 | error: 0.0578159 | coeff: 0.0578159 | eff: 1 | fom: 13.007 | r2int: 0.00333258 | r2eff: 0 | hits: 331 ] steps - 94 3829 [sigma: 31.974 | error: 0.117205 | coeff: 0.117205 | eff: 1 | fom: 3.16506 | r2int: 0.0136672 | r2eff: 0 | hits: 197 ] steps - 95 3117 [sigma: 31.6577 | error: 0.126854 | coeff: 0.126854 | eff: 1 | fom: 2.70185 | r2int: 0.0159889 | r2eff: 0 | hits: 156 ] steps - 96 3999 [sigma: 25.8824 | error: 0.092668 | coeff: 0.092668 | eff: 1 | fom: 5.06305 | r2int: 0.00854547 | r2eff: 0 | hits: 205 ] steps - 97 4902 [sigma: 30.5257 | error: 0.096672 | coeff: 0.096672 | eff: 1 | fom: 4.65234 | r2int: 0.00930669 | r2eff: 0 | hits: 241 ] steps - 98 4384 [sigma: 29.1063 | error: 0.0968962 | coeff: 0.0968962 | eff: 1 | fom: 4.63083 | r2int: 0.00934479 | r2eff: 0 | hits: 213 ] steps - 99 3007 [sigma: 28.662 | error: 0.113584 | coeff: 0.113584 | eff: 1 | fom: 3.37007 | r2int: 0.0128104 | r2eff: 0 | hits: 142 ] steps - 100 15139 [sigma: 31.9255 | error: 0.0521268 | coeff: 0.0521268 | eff: 1 | fom: 16.0011 | r2int: 0.00271276 | r2eff: 0 | hits: 611 ] steps - 101 19167 [sigma: 29.9289 | error: 0.0430754 | coeff: 0.0430754 | eff: 1 | fom: 23.4323 | r2int: 0.00185305 | r2eff: 0 | hits: 761 ] steps - 102 20457 [sigma: 32.9946 | error: 0.0453043 | coeff: 0.0453043 | eff: 1 | fom: 21.1833 | r2int: 0.00204988 | r2eff: 0 | hits: 789 ] steps - 103 19493 [sigma: 35.136 | error: 0.0501793 | coeff: 0.0501793 | eff: 1 | fom: 17.2673 | r2int: 0.00251471 | r2eff: 0 | hits: 775 ] steps - 104 14045 [sigma: 27.3133 | error: 0.0496565 | coeff: 0.0496565 | eff: 1 | fom: 16.8981 | r2int: 0.00246198 | r2eff: 0 | hits: 652 ] steps - 105 18526 [sigma: 29.5315 | error: 0.0442045 | coeff: 0.0442045 | eff: 1 | fom: 21.3233 | r2int: 0.0019515 | r2eff: 0 | hits: 769 ] steps - 106 22952 [sigma: 29.8836 | error: 0.0401726 | coeff: 0.0401726 | eff: 1 | fom: 25.8183 | r2int: 0.00161214 | r2eff: 0 | hits: 952 ] steps - 107 24790 [sigma: 32.3746 | error: 0.0405477 | coeff: 0.0405477 | eff: 1 | fom: 25.3429 | r2int: 0.00164241 | r2eff: 0 | hits: 964 ] steps - 108 23415 [sigma: 30.4026 | error: 0.0395541 | coeff: 0.0395541 | eff: 1 | fom: 26.6322 | r2int: 0.00156284 | r2eff: 0 | hits: 928 ] steps - 109 20266 [sigma: 32.4698 | error: 0.044861 | coeff: 0.044861 | eff: 1 | fom: 20.7038 | r2int: 0.00200995 | r2eff: 0 | hits: 784 ] steps - 110 19361 [sigma: 30.0452 | error: 0.0440297 | coeff: 0.0440297 | eff: 1 | fom: 21.493 | r2int: 0.0019362 | r2eff: 0 | hits: 805 ] steps - 111 24730 [sigma: 29.4723 | error: 0.0378748 | coeff: 0.0378748 | eff: 1 | fom: 29.0461 | r2int: 0.00143308 | r2eff: 0 | hits: 1010 ] steps - 112 25565 [sigma: 30.7258 | error: 0.0384974 | coeff: 0.0384974 | eff: 1 | fom: 28.1142 | r2int: 0.00148061 | r2eff: 0 | hits: 1026 ] steps - 113 25885 [sigma: 32.9522 | error: 0.0387175 | coeff: 0.0387175 | eff: 1 | fom: 27.7955 | r2int: 0.00149743 | r2eff: 0 | hits: 925 ] steps - 114 19158 [sigma: 27.6265 | error: 0.0409395 | coeff: 0.0409395 | eff: 1 | fom: 24.8601 | r2int: 0.00167396 | r2eff: 0 | hits: 806 ] steps - 115 18913 [sigma: 29.7454 | error: 0.0442611 | coeff: 0.0442611 | eff: 1 | fom: 20.4181 | r2int: 0.00195657 | r2eff: 0 | hits: 792 ] steps - 116 23396 [sigma: 29.9898 | error: 0.0394464 | coeff: 0.0394464 | eff: 1 | fom: 25.7066 | r2int: 0.00155438 | r2eff: 0 | hits: 947 ] steps - 117 24775 [sigma: 28.9839 | error: 0.0369765 | coeff: 0.0369765 | eff: 1 | fom: 29.2556 | r2int: 0.00136589 | r2eff: 0 | hits: 999 ] steps - 118 25540 [sigma: 30.8887 | error: 0.0380344 | coeff: 0.0380344 | eff: 1 | fom: 27.6507 | r2int: 0.00144515 | r2eff: 0 | hits: 989 ] steps - 119 18445 [sigma: 28.2784 | error: 0.0429 | coeff: 0.0429 | eff: 1 | fom: 21.7343 | r2int: 0.00183806 | r2eff: 0 | hits: 783 ] steps - 120 14919 [sigma: 28.9855 | error: 0.0496475 | coeff: 0.0496475 | eff: 1 | fom: 16.228 | r2int: 0.0024611 | r2eff: 0 | hits: 653 ] steps - 121 19768 [sigma: 29.0264 | error: 0.0416868 | coeff: 0.0416868 | eff: 1 | fom: 23.0178 | r2int: 0.00173563 | r2eff: 0 | hits: 806 ] steps - 122 19619 [sigma: 30.2945 | error: 0.0432911 | coeff: 0.0432911 | eff: 1 | fom: 21.3434 | r2int: 0.00187173 | r2eff: 0 | hits: 786 ] steps - 123 21069 [sigma: 33.5271 | error: 0.0448961 | coeff: 0.0448961 | eff: 1 | fom: 19.8446 | r2int: 0.00201313 | r2eff: 0 | hits: 796 ] steps - 124 15811 [sigma: 29.104 | error: 0.0477885 | coeff: 0.0477885 | eff: 1 | fom: 17.5151 | r2int: 0.00228035 | r2eff: 0 | hits: 674 ] steps + 0 98.000000 steps + 1 28.000000 steps + 2 17.000000 steps + 3 12.000000 steps + 4 39.000000 steps + 5 77.000000 steps + 6 133.000000 steps + 7 68.000000 steps + 8 41.000000 steps + 9 95.000000 steps + 10 15.000000 steps + 11 65.000000 steps + 12 87.000000 steps + 13 79.000000 steps + 14 83.000000 steps + 15 88.000000 steps + 16 33.000000 steps + 17 91.000000 steps + 18 82.000000 steps + 19 57.000000 steps + 20 39.000000 steps + 21 26.000000 steps + 22 55.000000 steps + 23 54.000000 steps + 24 35.000000 steps + 25 143.000000 steps + 26 118.000000 steps + 27 183.000000 steps + 28 219.000000 steps + 29 121.000000 steps + 30 243.000000 steps + 31 314.000000 steps + 32 208.000000 steps + 33 454.000000 steps + 34 141.000000 steps + 35 274.000000 steps + 36 260.000000 steps + 37 449.000000 steps + 38 412.000000 steps + 39 193.000000 steps + 40 178.000000 steps + 41 288.000000 steps + 42 334.000000 steps + 43 357.000000 steps + 44 130.000000 steps + 45 101.000000 steps + 46 212.000000 steps + 47 140.000000 steps + 48 159.000000 steps + 49 131.000000 steps + 50 272.000000 steps + 51 300.000000 steps + 52 584.000000 steps + 53 707.000000 steps + 54 409.000000 steps + 55 482.000000 steps + 56 846.000000 steps + 57 1051.000000 steps + 58 1090.000000 steps + 59 685.000000 steps + 60 739.000000 steps + 61 1033.000000 steps + 62 1310.000000 steps + 63 1329.000000 steps + 64 675.000000 steps + 65 729.000000 steps + 66 1236.000000 steps + 67 1228.000000 steps + 68 673.000000 steps + 69 965.000000 steps + 70 544.000000 steps + 71 840.000000 steps + 72 709.000000 steps + 73 397.000000 steps + 74 506.000000 steps + 75 3883.000000 steps + 76 3792.000000 steps + 77 4764.000000 steps + 78 4141.000000 steps + 79 2835.000000 steps + 80 4701.000000 steps + 81 4217.000000 steps + 82 3893.000000 steps + 83 3907.000000 steps + 84 4038.000000 steps + 85 4323.000000 steps + 86 4696.000000 steps + 87 4565.000000 steps + 88 3921.000000 steps + 89 3297.000000 steps + 90 4813.000000 steps + 91 3837.000000 steps + 92 4174.000000 steps + 93 3968.000000 steps + 94 4050.000000 steps + 95 3149.000000 steps + 96 3520.000000 steps + 97 4607.000000 steps + 98 3723.000000 steps + 99 2309.000000 steps + 100 15332.000000 steps + 101 18315.000000 steps + 102 20529.000000 steps + 103 19655.000000 steps + 104 15134.000000 steps + 105 19188.000000 steps + 106 23101.000000 steps + 107 25102.000000 steps + 108 24644.000000 steps + 109 16981.000000 steps + 110 19948.000000 steps + 111 23011.000000 steps + 112 24098.000000 steps + 113 24186.000000 steps + 114 19626.000000 steps + 115 19754.000000 steps + 116 23864.000000 steps + 117 24115.000000 steps + 118 22970.000000 steps + 119 18126.000000 steps + 120 13821.000000 steps + 121 17555.000000 steps + 122 19098.000000 steps + 123 21494.000000 steps + 124 14878.000000 steps + 0 98 [sigma: 14.9726 | error: 0.483137 | coeff: 0.483137 | eff: 1 | fom: 0.171364 | r2int: 0.210079 | r2eff: 0 | hits: 10 ] steps + 1 28 [sigma: 3.91578 | error: 0.370006 | coeff: 0.370006 | eff: 1 | fom: 0.292174 | r2int: 0.117347 | r2eff: 0 | hits: 7 ] steps + 2 17 [sigma: 3.77492 | error: 0.444108 | coeff: 0.444108 | eff: 1 | fom: 0.202807 | r2int: 0.147924 | r2eff: 0 | hits: 4 ] steps + 3 12 [sigma: 2.44949 | error: 0.5 | coeff: 0.5 | eff: 1 | fom: 0.16 | r2int: 0.208333 | r2eff: 0 | hits: 6 ] steps + 4 39 [sigma: 6.52833 | error: 0.44288 | coeff: 0.44288 | eff: 1 | fom: 0.203933 | r2int: 0.168122 | r2eff: 0 | hits: 7 ] steps + 5 77 [sigma: 10.6984 | error: 0.439367 | coeff: 0.439367 | eff: 1 | fom: 0.207207 | r2int: 0.173739 | r2eff: 0 | hits: 10 ] steps + 6 133 [sigma: 13.3864 | error: 0.301948 | coeff: 0.301948 | eff: 1 | fom: 0.438729 | r2int: 0.0810422 | r2eff: 0 | hits: 9 ] steps + 7 68 [sigma: 12.0653 | error: 0.469438 | coeff: 0.469438 | eff: 1 | fom: 0.181511 | r2int: 0.18889 | r2eff: 0 | hits: 7 ] steps + 8 41 [sigma: 3.81153 | error: 0.278893 | coeff: 0.278893 | eff: 1 | fom: 0.514264 | r2int: 0.0691387 | r2eff: 0 | hits: 9 ] steps + 9 95 [sigma: 14.684 | error: 0.408949 | coeff: 0.408949 | eff: 1 | fom: 0.239178 | r2int: 0.143348 | r2eff: 0 | hits: 7 ] steps + 10 15 [sigma: 2.82843 | error: 0.421637 | coeff: 0.421637 | eff: 1 | fom: 0.225 | r2int: 0.142222 | r2eff: 0 | hits: 5 ] steps + 11 65 [sigma: 8.76954 | error: 0.356954 | coeff: 0.356954 | eff: 1 | fom: 0.313932 | r2int: 0.109214 | r2eff: 0 | hits: 7 ] steps + 12 87 [sigma: 11.498 | error: 0.45782 | coeff: 0.45782 | eff: 1 | fom: 0.190841 | r2int: 0.192132 | r2eff: 0 | hits: 12 ] steps + 13 79 [sigma: 5.14417 | error: 0.260464 | coeff: 0.260464 | eff: 1 | fom: 0.589608 | r2int: 0.0636016 | r2eff: 0 | hits: 16 ] steps + 14 83 [sigma: 15.1085 | error: 0.51486 | coeff: 0.51486 | eff: 1 | fom: 0.150897 | r2int: 0.231946 | r2eff: 0 | hits: 8 ] steps + 15 88 [sigma: 13.866 | error: 0.385962 | coeff: 0.385962 | eff: 1 | fom: 0.268516 | r2int: 0.124139 | r2eff: 0 | hits: 6 ] steps + 16 33 [sigma: 6.75154 | error: 0.409184 | coeff: 0.409184 | eff: 1 | fom: 0.238903 | r2int: 0.125574 | r2eff: 0 | hits: 4 ] steps + 17 91 [sigma: 9.87613 | error: 0.375955 | coeff: 0.375955 | eff: 1 | fom: 0.283001 | r2int: 0.129564 | r2eff: 0 | hits: 12 ] steps + 18 82 [sigma: 8.14453 | error: 0.344067 | coeff: 0.344067 | eff: 1 | fom: 0.337889 | r2int: 0.108517 | r2eff: 0 | hits: 12 ] steps + 19 57 [sigma: 13.8173 | error: 0.484816 | coeff: 0.484816 | eff: 1 | fom: 0.170179 | r2int: 0.176285 | r2eff: 0 | hits: 4 ] steps + 20 39 [sigma: 8.70057 | error: 0.498848 | coeff: 0.498848 | eff: 1 | fom: 0.16074 | r2int: 0.19908 | r2eff: 0 | hits: 5 ] steps + 21 26 [sigma: 9.11043 | error: 0.700803 | coeff: 0.700803 | eff: 1 | fom: 0.0814458 | r2int: 0.368343 | r2eff: 0 | hits: 4 ] steps + 22 55 [sigma: 8.18426 | error: 0.420883 | coeff: 0.420883 | eff: 1 | fom: 0.225806 | r2int: 0.155 | r2eff: 0 | hits: 8 ] steps + 23 54 [sigma: 10.7803 | error: 0.564652 | coeff: 0.564652 | eff: 1 | fom: 0.125458 | r2int: 0.278978 | r2eff: 0 | hits: 8 ] steps + 24 35 [sigma: 3.86868 | error: 0.270751 | coeff: 0.270751 | eff: 1 | fom: 0.545657 | r2int: 0.0610884 | r2eff: 0 | hits: 6 ] steps + 25 143 [sigma: 11.7046 | error: 0.34726 | coeff: 0.34726 | eff: 1 | fom: 0.331703 | r2int: 0.11389 | r2eff: 0 | hits: 18 ] steps + 26 118 [sigma: 8.27964 | error: 0.271753 | coeff: 0.271753 | eff: 1 | fom: 0.541639 | r2int: 0.0689266 | r2eff: 0 | hits: 15 ] steps + 27 183 [sigma: 15.8529 | error: 0.335508 | coeff: 0.335508 | eff: 1 | fom: 0.355348 | r2int: 0.105061 | r2eff: 0 | hits: 15 ] steps + 28 219 [sigma: 12.9984 | error: 0.271991 | coeff: 0.271991 | eff: 1 | fom: 0.540695 | r2int: 0.0704561 | r2eff: 0 | hits: 21 ] steps + 29 121 [sigma: 13.4428 | error: 0.415689 | coeff: 0.415689 | eff: 1 | fom: 0.231485 | r2int: 0.160454 | r2eff: 0 | hits: 14 ] steps + 30 243 [sigma: 10.074 | error: 0.219369 | coeff: 0.219369 | eff: 1 | fom: 0.83121 | r2int: 0.046404 | r2eff: 0 | hits: 28 ] steps + 31 314 [sigma: 15.3132 | error: 0.228743 | coeff: 0.228743 | eff: 1 | fom: 0.764479 | r2int: 0.0499449 | r2eff: 0 | hits: 22 ] steps + 32 208 [sigma: 9.46034 | error: 0.218126 | coeff: 0.218126 | eff: 1 | fom: 0.840708 | r2int: 0.0455103 | r2eff: 0 | hits: 23 ] steps + 33 454 [sigma: 14.4359 | error: 0.17416 | coeff: 0.17416 | eff: 1 | fom: 1.31875 | r2int: 0.0293207 | r2eff: 0 | hits: 30 ] steps + 34 141 [sigma: 14.4734 | error: 0.447433 | coeff: 0.447433 | eff: 1 | fom: 0.199803 | r2int: 0.18966 | r2eff: 0 | hits: 19 ] steps + 35 274 [sigma: 11.6593 | error: 0.216974 | coeff: 0.216974 | eff: 1 | fom: 0.84966 | r2int: 0.045267 | r2eff: 0 | hits: 26 ] steps + 36 260 [sigma: 14.9611 | error: 0.207473 | coeff: 0.207473 | eff: 1 | fom: 0.929263 | r2int: 0.0397337 | r2eff: 0 | hits: 13 ] steps + 37 449 [sigma: 15.2132 | error: 0.197567 | coeff: 0.197567 | eff: 1 | fom: 1.02479 | r2int: 0.0378845 | r2eff: 0 | hits: 34 ] steps + 38 412 [sigma: 12.33 | error: 0.184483 | coeff: 0.184483 | eff: 1 | fom: 1.17529 | r2int: 0.0331384 | r2eff: 0 | hits: 38 ] steps + 39 193 [sigma: 14.2184 | error: 0.3376 | coeff: 0.3376 | eff: 1 | fom: 0.350959 | r2int: 0.108546 | r2eff: 0 | hits: 21 ] steps + 40 178 [sigma: 12.9651 | error: 0.325741 | coeff: 0.325741 | eff: 1 | fom: 0.376978 | r2int: 0.100802 | r2eff: 0 | hits: 20 ] steps + 41 288 [sigma: 10.8711 | error: 0.177049 | coeff: 0.177049 | eff: 1 | fom: 1.27606 | r2int: 0.0299216 | r2eff: 0 | hits: 22 ] steps + 42 334 [sigma: 9.6885 | error: 0.164091 | coeff: 0.164091 | eff: 1 | fom: 1.48556 | r2int: 0.0260844 | r2eff: 0 | hits: 32 ] steps + 43 357 [sigma: 12.3604 | error: 0.198893 | coeff: 0.198893 | eff: 1 | fom: 1.01116 | r2int: 0.0383597 | r2eff: 0 | hits: 33 ] steps + 44 130 [sigma: 8.6019 | error: 0.272819 | coeff: 0.272819 | eff: 1 | fom: 0.537414 | r2int: 0.0700522 | r2eff: 0 | hits: 17 ] steps + 45 101 [sigma: 7.74774 | error: 0.287024 | coeff: 0.287024 | eff: 1 | fom: 0.48554 | r2int: 0.0764981 | r2eff: 0 | hits: 14 ] steps + 46 212 [sigma: 14.0318 | error: 0.30331 | coeff: 0.30331 | eff: 1 | fom: 0.434798 | r2int: 0.0876159 | r2eff: 0 | hits: 21 ] steps + 47 140 [sigma: 6.42377 | error: 0.220052 | coeff: 0.220052 | eff: 1 | fom: 0.826054 | r2int: 0.0463177 | r2eff: 0 | hits: 23 ] steps + 48 159 [sigma: 7.86092 | error: 0.209755 | coeff: 0.209755 | eff: 1 | fom: 0.909148 | r2int: 0.0415529 | r2eff: 0 | hits: 18 ] steps + 49 131 [sigma: 12.0681 | error: 0.356789 | coeff: 0.356789 | eff: 1 | fom: 0.314222 | r2int: 0.118812 | r2eff: 0 | hits: 15 ] steps + 50 272 [sigma: 13.1653 | error: 0.29837 | coeff: 0.29837 | eff: 1 | fom: 0.449315 | r2int: 0.0866816 | r2eff: 0 | hits: 38 ] steps + 51 300 [sigma: 13.0357 | error: 0.281604 | coeff: 0.281604 | eff: 1 | fom: 0.504408 | r2int: 0.0774127 | r2eff: 0 | hits: 42 ] steps + 52 584 [sigma: 16.7776 | error: 0.222532 | coeff: 0.222532 | eff: 1 | fom: 0.807748 | r2int: 0.048695 | r2eff: 0 | hits: 60 ] steps + 53 707 [sigma: 14.4238 | error: 0.164482 | coeff: 0.164482 | eff: 1 | fom: 1.47851 | r2int: 0.0266381 | r2eff: 0 | hits: 65 ] steps + 54 409 [sigma: 18.6418 | error: 0.295385 | coeff: 0.295385 | eff: 1 | fom: 0.458441 | r2int: 0.0851748 | r2eff: 0 | hits: 42 ] steps + 55 482 [sigma: 11.2219 | error: 0.180341 | coeff: 0.180341 | eff: 1 | fom: 1.2299 | r2int: 0.0319809 | r2eff: 0 | hits: 60 ] steps + 56 846 [sigma: 11.5223 | error: 0.114762 | coeff: 0.114762 | eff: 1 | fom: 3.03712 | r2int: 0.0129849 | r2eff: 0 | hits: 71 ] steps + 57 1051 [sigma: 10.5834 | error: 0.089503 | coeff: 0.089503 | eff: 1 | fom: 4.99327 | r2int: 0.00790938 | r2eff: 0 | hits: 79 ] steps + 58 1090 [sigma: 15.7393 | error: 0.129958 | coeff: 0.129958 | eff: 1 | fom: 2.3684 | r2int: 0.0166805 | r2eff: 0 | hits: 81 ] steps + 59 685 [sigma: 17.3804 | error: 0.196537 | coeff: 0.196537 | eff: 1 | fom: 1.03555 | r2int: 0.037983 | r2eff: 0 | hits: 60 ] steps + 60 739 [sigma: 15.8857 | error: 0.177262 | coeff: 0.177262 | eff: 1 | fom: 1.273 | r2int: 0.0309598 | r2eff: 0 | hits: 68 ] steps + 61 1033 [sigma: 11.5692 | error: 0.103255 | coeff: 0.103255 | eff: 1 | fom: 3.75179 | r2int: 0.0105362 | r2eff: 0 | hits: 85 ] steps + 62 1310 [sigma: 13.6101 | error: 0.111897 | coeff: 0.111897 | eff: 1 | fom: 3.19464 | r2int: 0.012413 | r2eff: 0 | hits: 116 ] steps + 63 1329 [sigma: 15.4325 | error: 0.112584 | coeff: 0.112584 | eff: 1 | fom: 3.15578 | r2int: 0.0125403 | r2eff: 0 | hits: 94 ] steps + 64 675 [sigma: 14.6263 | error: 0.183864 | coeff: 0.183864 | eff: 1 | fom: 1.18323 | r2int: 0.0333364 | r2eff: 0 | hits: 72 ] steps + 65 729 [sigma: 17.2409 | error: 0.183193 | coeff: 0.183193 | eff: 1 | fom: 1.19191 | r2int: 0.0330002 | r2eff: 0 | hits: 60 ] steps + 66 1236 [sigma: 14.2976 | error: 0.107896 | coeff: 0.107896 | eff: 1 | fom: 3.43598 | r2int: 0.0115077 | r2eff: 0 | hits: 87 ] steps + 67 1228 [sigma: 12.9696 | error: 0.104554 | coeff: 0.104554 | eff: 1 | fom: 3.65913 | r2int: 0.01082 | r2eff: 0 | hits: 98 ] steps + 68 673 [sigma: 10.577 | error: 0.125729 | coeff: 0.125729 | eff: 1 | fom: 2.53038 | r2int: 0.0155609 | r2eff: 0 | hits: 64 ] steps + 69 965 [sigma: 31.8107 | error: 0.248877 | coeff: 0.248877 | eff: 1 | fom: 0.645791 | r2int: 0.0608529 | r2eff: 0 | hits: 57 ] steps + 70 544 [sigma: 21.0873 | error: 0.260033 | coeff: 0.260033 | eff: 1 | fom: 0.591567 | r2int: 0.0661144 | r2eff: 0 | hits: 45 ] steps + 71 840 [sigma: 22.2806 | error: 0.203739 | coeff: 0.203739 | eff: 1 | fom: 0.963635 | r2int: 0.0408059 | r2eff: 0 | hits: 59 ] steps + 72 709 [sigma: 11.6264 | error: 0.135224 | coeff: 0.135224 | eff: 1 | fom: 2.18752 | r2int: 0.0180167 | r2eff: 0 | hits: 68 ] steps + 73 397 [sigma: 13.3198 | error: 0.222554 | coeff: 0.222554 | eff: 1 | fom: 0.807589 | r2int: 0.0484045 | r2eff: 0 | hits: 44 ] steps + 74 506 [sigma: 16.9312 | error: 0.226943 | coeff: 0.226943 | eff: 1 | fom: 0.776651 | r2int: 0.0503835 | r2eff: 0 | hits: 46 ] steps + 75 3883 [sigma: 33.5016 | error: 0.105668 | coeff: 0.105668 | eff: 1 | fom: 3.58239 | r2int: 0.0110913 | r2eff: 0 | hits: 150 ] steps + 76 3792 [sigma: 20.4376 | error: 0.0813822 | coeff: 0.0813822 | eff: 1 | fom: 6.0395 | r2int: 0.00659401 | r2eff: 0 | hits: 228 ] steps + 77 4764 [sigma: 27.0845 | error: 0.0869675 | coeff: 0.0869675 | eff: 1 | fom: 5.28866 | r2int: 0.00753102 | r2eff: 0 | hits: 234 ] steps + 78 4141 [sigma: 25.0177 | error: 0.0862894 | coeff: 0.0862894 | eff: 1 | fom: 5.37212 | r2int: 0.00740936 | r2eff: 0 | hits: 204 ] steps + 79 2835 [sigma: 27.6176 | error: 0.114439 | coeff: 0.114439 | eff: 1 | fom: 3.05433 | r2int: 0.0130013 | r2eff: 0 | hits: 138 ] steps + 80 4701 [sigma: 32.3239 | error: 0.104957 | coeff: 0.104957 | eff: 1 | fom: 3.63109 | r2int: 0.0109687 | r2eff: 0 | hits: 233 ] steps + 81 4217 [sigma: 13.2009 | error: 0.0556474 | coeff: 0.0556474 | eff: 1 | fom: 12.9173 | r2int: 0.00308683 | r2eff: 0 | hits: 316 ] steps + 82 3893 [sigma: 12.4428 | error: 0.0573538 | coeff: 0.0573538 | eff: 1 | fom: 12.1601 | r2int: 0.00327924 | r2eff: 0 | hits: 322 ] steps + 83 3907 [sigma: 12.6888 | error: 0.0574581 | coeff: 0.0574581 | eff: 1 | fom: 12.116 | r2int: 0.00329088 | r2eff: 0 | hits: 313 ] steps + 84 4038 [sigma: 27.6654 | error: 0.0951808 | coeff: 0.0951808 | eff: 1 | fom: 4.41531 | r2int: 0.00901244 | r2eff: 0 | hits: 193 ] steps + 85 4323 [sigma: 25.7027 | error: 0.0919161 | coeff: 0.0919161 | eff: 1 | fom: 4.73453 | r2int: 0.00841323 | r2eff: 0 | hits: 239 ] steps + 86 4696 [sigma: 12.2908 | error: 0.0491745 | coeff: 0.0491745 | eff: 1 | fom: 16.5417 | r2int: 0.00241128 | r2eff: 0 | hits: 353 ] steps + 87 4565 [sigma: 13.3035 | error: 0.05294 | coeff: 0.05294 | eff: 1 | fom: 14.2723 | r2int: 0.00279415 | r2eff: 0 | hits: 330 ] steps + 88 3921 [sigma: 13.2696 | error: 0.0588119 | coeff: 0.0588119 | eff: 1 | fom: 11.5646 | r2int: 0.00344738 | r2eff: 0 | hits: 302 ] steps + 89 3297 [sigma: 22.5792 | error: 0.0990062 | coeff: 0.0990062 | eff: 1 | fom: 4.08071 | r2int: 0.00975533 | r2eff: 0 | hits: 209 ] steps + 90 4813 [sigma: 29.586 | error: 0.0952305 | coeff: 0.0952305 | eff: 1 | fom: 4.4107 | r2int: 0.00903106 | r2eff: 0 | hits: 240 ] steps + 91 3837 [sigma: 12.57 | error: 0.0591498 | coeff: 0.0591498 | eff: 1 | fom: 11.4328 | r2int: 0.00348796 | r2eff: 0 | hits: 326 ] steps + 92 4174 [sigma: 12.6515 | error: 0.0543051 | coeff: 0.0543051 | eff: 1 | fom: 13.5637 | r2int: 0.00293986 | r2eff: 0 | hits: 321 ] steps + 93 3968 [sigma: 12.6191 | error: 0.0559934 | coeff: 0.0559934 | eff: 1 | fom: 12.7581 | r2int: 0.00312515 | r2eff: 0 | hits: 310 ] steps + 94 4050 [sigma: 27.2385 | error: 0.100883 | coeff: 0.100883 | eff: 1 | fom: 3.93025 | r2int: 0.0101322 | r2eff: 0 | hits: 225 ] steps + 95 3149 [sigma: 25.4451 | error: 0.100275 | coeff: 0.100275 | eff: 1 | fom: 3.97811 | r2int: 0.00998972 | r2eff: 0 | hits: 154 ] steps + 96 3520 [sigma: 26.4006 | error: 0.103383 | coeff: 0.103383 | eff: 1 | fom: 3.74252 | r2int: 0.0106317 | r2eff: 0 | hits: 190 ] steps + 97 4607 [sigma: 33.3214 | error: 0.109212 | coeff: 0.109212 | eff: 1 | fom: 3.35363 | r2int: 0.011875 | r2eff: 0 | hits: 228 ] steps + 98 3723 [sigma: 22.5159 | error: 0.0876406 | coeff: 0.0876406 | eff: 1 | fom: 5.20774 | r2int: 0.0076443 | r2eff: 0 | hits: 210 ] steps + 99 2309 [sigma: 21.6751 | error: 0.112647 | coeff: 0.112647 | eff: 1 | fom: 3.15227 | r2int: 0.0126012 | r2eff: 0 | hits: 144 ] steps + 100 15332 [sigma: 26.9186 | error: 0.0451392 | coeff: 0.0451392 | eff: 1 | fom: 19.6315 | r2int: 0.00203446 | r2eff: 0 | hits: 661 ] steps + 101 18315 [sigma: 29.1748 | error: 0.0442885 | coeff: 0.0442885 | eff: 1 | fom: 20.3929 | r2int: 0.00195893 | r2eff: 0 | hits: 773 ] steps + 102 20529 [sigma: 31.2315 | error: 0.0433514 | coeff: 0.0433514 | eff: 1 | fom: 21.284 | r2int: 0.00187703 | r2eff: 0 | hits: 812 ] steps + 103 19655 [sigma: 31.7663 | error: 0.045051 | coeff: 0.045051 | eff: 1 | fom: 19.7084 | r2int: 0.00202698 | r2eff: 0 | hits: 777 ] steps + 104 15134 [sigma: 30.5768 | error: 0.0501857 | coeff: 0.0501857 | eff: 1 | fom: 15.8818 | r2int: 0.00251453 | r2eff: 0 | hits: 617 ] steps + 105 19188 [sigma: 28.3318 | error: 0.0415273 | coeff: 0.0415273 | eff: 1 | fom: 23.195 | r2int: 0.00172233 | r2eff: 0 | hits: 791 ] steps + 106 23101 [sigma: 30.8166 | error: 0.040484 | coeff: 0.040484 | eff: 1 | fom: 24.4058 | r2int: 0.00163717 | r2eff: 0 | hits: 921 ] steps + 107 25102 [sigma: 28.4368 | error: 0.0362865 | coeff: 0.0362865 | eff: 1 | fom: 30.3787 | r2int: 0.00131543 | r2eff: 0 | hits: 1026 ] steps + 108 24644 [sigma: 29.3439 | error: 0.0364288 | coeff: 0.0364288 | eff: 1 | fom: 28.9826 | r2int: 0.00132564 | r2eff: 0 | hits: 936 ] steps + 109 16981 [sigma: 27.9317 | error: 0.044198 | coeff: 0.044198 | eff: 1 | fom: 19.6889 | r2int: 0.00195076 | r2eff: 0 | hits: 722 ] steps + 110 19948 [sigma: 28.291 | error: 0.0408344 | coeff: 0.0408344 | eff: 1 | fom: 23.0661 | r2int: 0.00166544 | r2eff: 0 | hits: 829 ] steps + 111 23011 [sigma: 27.0241 | error: 0.0365765 | coeff: 0.0365765 | eff: 1 | fom: 28.749 | r2int: 0.00133646 | r2eff: 0 | hits: 970 ] steps + 112 24098 [sigma: 29.0729 | error: 0.037979 | coeff: 0.037979 | eff: 1 | fom: 26.6649 | r2int: 0.00144095 | r2eff: 0 | hits: 991 ] steps + 113 24186 [sigma: 30.142 | error: 0.0381893 | coeff: 0.0381893 | eff: 1 | fom: 26.3721 | r2int: 0.00145687 | r2eff: 0 | hits: 939 ] steps + 114 19626 [sigma: 33.7468 | error: 0.0472158 | coeff: 0.0472158 | eff: 1 | fom: 17.2525 | r2int: 0.00222637 | r2eff: 0 | hits: 754 ] steps + 115 19754 [sigma: 27.8312 | error: 0.0407117 | coeff: 0.0407117 | eff: 1 | fom: 23.2053 | r2int: 0.00165546 | r2eff: 0 | hits: 835 ] steps + 116 23864 [sigma: 30.2941 | error: 0.0395775 | coeff: 0.0395775 | eff: 1 | fom: 24.5544 | r2int: 0.00156477 | r2eff: 0 | hits: 972 ] steps + 117 24115 [sigma: 29.2294 | error: 0.0385778 | coeff: 0.0385778 | eff: 1 | fom: 24.8864 | r2int: 0.00148677 | r2eff: 0 | hits: 1013 ] steps + 118 22970 [sigma: 30.9953 | error: 0.0411063 | coeff: 0.0411063 | eff: 1 | fom: 21.9189 | r2int: 0.00168791 | r2eff: 0 | hits: 928 ] steps + 119 18126 [sigma: 29.7357 | error: 0.044927 | coeff: 0.044927 | eff: 1 | fom: 18.3494 | r2int: 0.00201575 | r2eff: 0 | hits: 750 ] steps + 120 13821 [sigma: 24.4999 | error: 0.0448451 | coeff: 0.0448451 | eff: 1 | fom: 18.4165 | r2int: 0.00200794 | r2eff: 0 | hits: 640 ] steps + 121 17555 [sigma: 29.3625 | error: 0.0453456 | coeff: 0.0453456 | eff: 1 | fom: 18.0122 | r2int: 0.00205343 | r2eff: 0 | hits: 735 ] steps + 122 19098 [sigma: 31.6755 | error: 0.0459638 | coeff: 0.0459638 | eff: 1 | fom: 17.5309 | r2int: 0.00210992 | r2eff: 0 | hits: 768 ] steps + 123 21494 [sigma: 33.8448 | error: 0.0442296 | coeff: 0.0442296 | eff: 1 | fom: 18.9326 | r2int: 0.00195378 | r2eff: 0 | hits: 789 ] steps + 124 14878 [sigma: 28.8719 | error: 0.0487081 | coeff: 0.0487081 | eff: 1 | fom: 15.6111 | r2int: 0.00236872 | r2eff: 0 | hits: 630 ] steps ============================================================ closed file mfd_tl_NumberOfSteps.out for output ============================================================ opened file mfd_tg_NumberOfSteps.out for output ============================================================ - 0 96.000000 steps - 1 52.000000 steps - 2 26.000000 steps - 3 44.000000 steps - 4 42.000000 steps - 5 130.000000 steps - 6 75.000000 steps - 7 72.000000 steps - 8 88.000000 steps - 9 2.000000 steps - 10 54.000000 steps - 11 32.000000 steps - 12 108.000000 steps - 13 91.000000 steps - 14 38.000000 steps - 15 54.000000 steps - 16 69.000000 steps - 17 33.000000 steps - 18 52.000000 steps - 19 97.000000 steps - 20 5.000000 steps - 21 28.000000 steps - 22 4.000000 steps - 23 96.000000 steps - 24 100.000000 steps - 25 272.000000 steps - 26 222.000000 steps - 27 102.000000 steps - 28 250.000000 steps - 29 98.000000 steps - 30 187.000000 steps - 31 336.000000 steps - 32 293.000000 steps - 33 227.000000 steps - 34 140.000000 steps - 35 127.000000 steps - 36 404.000000 steps - 37 344.000000 steps - 38 352.000000 steps - 39 262.000000 steps - 40 189.000000 steps - 41 340.000000 steps - 42 257.000000 steps - 43 388.000000 steps - 44 134.000000 steps - 45 179.000000 steps - 46 264.000000 steps - 47 90.000000 steps - 48 238.000000 steps - 49 89.000000 steps - 50 602.000000 steps - 51 647.000000 steps - 52 623.000000 steps - 53 537.000000 steps - 54 534.000000 steps - 55 584.000000 steps - 56 1149.000000 steps - 57 1238.000000 steps - 58 1200.000000 steps - 59 651.000000 steps - 60 563.000000 steps - 61 1123.000000 steps - 62 1330.000000 steps - 63 1054.000000 steps - 64 876.000000 steps - 65 672.000000 steps - 66 716.000000 steps - 67 1050.000000 steps - 68 917.000000 steps - 69 282.000000 steps - 70 367.000000 steps - 71 670.000000 steps - 72 434.000000 steps - 73 773.000000 steps - 74 203.000000 steps - 75 3060.000000 steps - 76 4231.000000 steps - 77 4504.000000 steps - 78 3638.000000 steps - 79 2946.000000 steps - 80 4167.000000 steps - 81 4440.000000 steps - 82 4396.000000 steps - 83 3980.000000 steps - 84 3698.000000 steps - 85 4388.000000 steps - 86 4551.000000 steps - 87 4621.000000 steps - 88 3726.000000 steps - 89 4393.000000 steps - 90 4493.000000 steps - 91 3399.000000 steps - 92 3858.000000 steps - 93 4435.000000 steps - 94 3829.000000 steps - 95 3117.000000 steps - 96 3999.000000 steps - 97 4902.000000 steps - 98 4384.000000 steps - 99 3007.000000 steps - 100 15139.000000 steps - 101 19167.000000 steps - 102 20457.000000 steps - 103 19493.000000 steps - 104 14045.000000 steps - 105 18526.000000 steps - 106 22952.000000 steps - 107 24790.000000 steps - 108 23415.000000 steps - 109 20266.000000 steps - 110 19361.000000 steps - 111 24730.000000 steps - 112 25565.000000 steps - 113 25885.000000 steps - 114 19158.000000 steps - 115 18913.000000 steps - 116 23396.000000 steps - 117 24775.000000 steps - 118 25540.000000 steps - 119 18445.000000 steps - 120 14919.000000 steps - 121 19768.000000 steps - 122 19619.000000 steps - 123 21069.000000 steps - 124 15811.000000 steps + 0 98.000000 steps + 1 28.000000 steps + 2 17.000000 steps + 3 12.000000 steps + 4 39.000000 steps + 5 77.000000 steps + 6 133.000000 steps + 7 68.000000 steps + 8 41.000000 steps + 9 95.000000 steps + 10 15.000000 steps + 11 65.000000 steps + 12 87.000000 steps + 13 79.000000 steps + 14 83.000000 steps + 15 88.000000 steps + 16 33.000000 steps + 17 91.000000 steps + 18 82.000000 steps + 19 57.000000 steps + 20 39.000000 steps + 21 26.000000 steps + 22 55.000000 steps + 23 54.000000 steps + 24 35.000000 steps + 25 143.000000 steps + 26 118.000000 steps + 27 183.000000 steps + 28 219.000000 steps + 29 121.000000 steps + 30 243.000000 steps + 31 314.000000 steps + 32 208.000000 steps + 33 454.000000 steps + 34 141.000000 steps + 35 274.000000 steps + 36 260.000000 steps + 37 449.000000 steps + 38 412.000000 steps + 39 193.000000 steps + 40 178.000000 steps + 41 288.000000 steps + 42 334.000000 steps + 43 357.000000 steps + 44 130.000000 steps + 45 101.000000 steps + 46 212.000000 steps + 47 140.000000 steps + 48 159.000000 steps + 49 131.000000 steps + 50 272.000000 steps + 51 300.000000 steps + 52 584.000000 steps + 53 707.000000 steps + 54 409.000000 steps + 55 482.000000 steps + 56 846.000000 steps + 57 1051.000000 steps + 58 1090.000000 steps + 59 685.000000 steps + 60 739.000000 steps + 61 1033.000000 steps + 62 1310.000000 steps + 63 1329.000000 steps + 64 675.000000 steps + 65 729.000000 steps + 66 1236.000000 steps + 67 1228.000000 steps + 68 673.000000 steps + 69 965.000000 steps + 70 544.000000 steps + 71 840.000000 steps + 72 709.000000 steps + 73 397.000000 steps + 74 506.000000 steps + 75 3883.000000 steps + 76 3792.000000 steps + 77 4764.000000 steps + 78 4141.000000 steps + 79 2835.000000 steps + 80 4701.000000 steps + 81 4217.000000 steps + 82 3893.000000 steps + 83 3907.000000 steps + 84 4038.000000 steps + 85 4323.000000 steps + 86 4696.000000 steps + 87 4565.000000 steps + 88 3921.000000 steps + 89 3297.000000 steps + 90 4813.000000 steps + 91 3837.000000 steps + 92 4174.000000 steps + 93 3968.000000 steps + 94 4050.000000 steps + 95 3149.000000 steps + 96 3520.000000 steps + 97 4607.000000 steps + 98 3723.000000 steps + 99 2309.000000 steps + 100 15332.000000 steps + 101 18315.000000 steps + 102 20529.000000 steps + 103 19655.000000 steps + 104 15134.000000 steps + 105 19188.000000 steps + 106 23101.000000 steps + 107 25102.000000 steps + 108 24644.000000 steps + 109 16981.000000 steps + 110 19948.000000 steps + 111 23011.000000 steps + 112 24098.000000 steps + 113 24186.000000 steps + 114 19626.000000 steps + 115 19754.000000 steps + 116 23864.000000 steps + 117 24115.000000 steps + 118 22970.000000 steps + 119 18126.000000 steps + 120 13821.000000 steps + 121 17555.000000 steps + 122 19098.000000 steps + 123 21494.000000 steps + 124 14878.000000 steps ============================================================ closed file mfd_tg_NumberOfSteps.out for output ============================================================ @@ -1733,6 +1739,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 15 of which, static: 0 -Dynamic pools deleted: 15 / Total memory freed: 0.1 MB +Dynamic pools deleted: 15 / Total memory freed: 0.099 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index e93df2798e..1b0ad49e66 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 67545396b0..ab19fcb53c 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 !!! - -hcal !!! - -hcal !!! - -hcal !!! - -hcal !!! - -hcal !!! - -ecal !!! - -ecal !!! - -ecal !!! - 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/examplePar03.out b/examples/extended/parameterisations/Par03/examplePar03.out new file mode 100644 index 0000000000..56816e9474 --- /dev/null +++ b/examples/extended/parameterisations/Par03/examplePar03.out @@ -0,0 +1,479 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-10-07-ref-09 (31-October-2021) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Instantiating Visualization Manager....... +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. + +------------------------------------------------------ +--- Detector material: G4_Pb +--- Detector length: 30 cm +--- Detector radius: 10 cm +--- Number of layers: 100 +--- Number of R-cells: 100 +--- Number of phi-cells: 20 +----------------------------------------------------- +Checking overlaps for volume Detector:99 (G4Tubs) ... OK! + +------------------------------------------------------ +--- Detector material: G4_Pb +--- Detector length: 30 cm +--- Detector radius: 10 cm +--- Number of layers: 100 +--- Number of R-cells: 100 +--- Number of phi-cells: 20 +----------------------------------------------------- + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 + e+ : fastSimProcess_massGeom[geom:World] + e- : fastSimProcess_massGeom[geom:World] + gamma : fastSimProcess_massGeom[geom:World] +Warning : Region does not have specific production cuts, +even though it appears in the current tracking world. +Default cuts are used for this region. +Set file name: Par03_fastsim_100events.root + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Par03EMShowerModel: +Gaussian distribution (transverse plane): mu = 0, sigma = 9.87274 mm +Gamma distribution (along shower axis): alpha = 4.3593, beta = 0.5, max depth = 30 X0 +Number of created energy deposits: 100 +Set file name: Par03_fastsimModified_100events.root +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Model model inactivated. +Set file name: Par03_fullsim_100events.root +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/parameterisations/gflash/gflash1/test.out b/examples/extended/parameterisations/gflash/gflash1/test.out new file mode 100644 index 0000000000..8158d70f09 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflash1/test.out @@ -0,0 +1,1079 @@ ++-------------------------------------------------------+ +| | +| This is an example of Shower | +| Parameterization with GFLASH | ++-------------------------------------------------------+ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +# GFlash Example: Detector Construction +ExGflash1DetectorConstruction::Detector constructor +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Defining the materials +There are 10 crystals per row in the calorimeter, so in total 100 crystals +They have width of 3 cm and a length of 24 cm. The Material is Material: G4_PbWO4 density: 8.280 g/cm3 RadL: 8.925 mm Nucl.Int.Length: 20.740 cm + Imean: 542.741 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 14.06 % ElmAbundance 66.67 % + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 45.54 % ElmAbundance 16.67 % + + ---> Element: W (W) Z = 74.0 N = 184 A = 183.842 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % + ElmMassFraction: 40.40 % ElmAbundance 16.67 % + +Creating shower parameterization models +/********************************************/ + - GVFlashShowerParameterisation::Material - + Material : G4_PbWO4 + Z = 68.3609 + A = 170.881 + X0 = 0.892453 cm + Rm = 1.73762 cm + Ec = 10.7858 MeV +/********************************************/ +/********************************************/ + - GFlashHomoShowerParameterisation::Constructor - +/********************************************/ +end shower parameterization. + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 start. + ------ Start ExGflashEventAction ----- + Start generating event Nr 0 + + +****************************************** +Internal Real Elapsed Time is: 0.0115666 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0 +****************************************** + ------ ExGflashEventAction::End of event nr. 0 ----- + 12060 hits are stored in ExGflashHitsCollection + e1 12.0735 e3x3 48.4563 GeV e5x5 48.9424 + num1 2948 num3x3 11796 num5x5 11886 + Total energy deposited in the calorimeter: 49.8869 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 1 + + +****************************************** +Internal Real Elapsed Time is: 0.00864918 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 1 ----- + 11978 hits are stored in ExGflashHitsCollection + e1 12.1968 e3x3 48.4354 GeV e5x5 48.8543 + num1 2967 num3x3 11703 num5x5 11783 + Total energy deposited in the calorimeter: 49.9179 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 2 + + +****************************************** +Internal Real Elapsed Time is: 0.00831124 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 2 ----- + 11957 hits are stored in ExGflashHitsCollection + e1 12.2944 e3x3 48.3226 GeV e5x5 48.7942 + num1 3015 num3x3 11696 num5x5 11777 + Total energy deposited in the calorimeter: 49.7531 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 3 + + +****************************************** +Internal Real Elapsed Time is: 0.00896598 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 3 ----- + 12094 hits are stored in ExGflashHitsCollection + e1 11.9795 e3x3 48.1687 GeV e5x5 48.7494 + num1 2937 num3x3 11790 num5x5 11906 + Total energy deposited in the calorimeter: 49.7466 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 4 + + +****************************************** +Internal Real Elapsed Time is: 0.00836835 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 4 ----- + 11932 hits are stored in ExGflashHitsCollection + e1 12.185 e3x3 48.3894 GeV e5x5 48.7995 + num1 2943 num3x3 11674 num5x5 11754 + Total energy deposited in the calorimeter: 49.728 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 5 + + +****************************************** +Internal Real Elapsed Time is: 0.00838334 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 5 ----- + 11979 hits are stored in ExGflashHitsCollection + e1 12.3572 e3x3 48.6638 GeV e5x5 49.0205 + num1 2980 num3x3 11754 num5x5 11823 + Total energy deposited in the calorimeter: 49.8802 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 6 + + +****************************************** +Internal Real Elapsed Time is: 0.00840124 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 6 ----- + 11966 hits are stored in ExGflashHitsCollection + e1 11.9476 e3x3 48.3337 GeV e5x5 48.7804 + num1 2878 num3x3 11664 num5x5 11750 + Total energy deposited in the calorimeter: 49.8809 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 7 + + +****************************************** +Internal Real Elapsed Time is: 0.00844669 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 7 ----- + 11922 hits are stored in ExGflashHitsCollection + e1 12.1237 e3x3 48.1301 GeV e5x5 48.6744 + num1 2953 num3x3 11622 num5x5 11728 + Total energy deposited in the calorimeter: 49.6931 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 8 + + +****************************************** +Internal Real Elapsed Time is: 0.00835575 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0 +****************************************** + ------ ExGflashEventAction::End of event nr. 8 ----- + 11925 hits are stored in ExGflashHitsCollection + e1 12.3156 e3x3 48.351 GeV e5x5 48.7674 + num1 2967 num3x3 11668 num5x5 11752 + Total energy deposited in the calorimeter: 49.6587 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 9 + + +****************************************** +Internal Real Elapsed Time is: 0.00841663 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 9 ----- + 11971 hits are stored in ExGflashHitsCollection + e1 12.16 e3x3 48.5707 GeV e5x5 49.0182 + num1 2944 num3x3 11713 num5x5 11800 + Total energy deposited in the calorimeter: 49.898 (GeV) + 0 trajectories stored in this event. +number of event = 10 +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +Internal Real Elapsed Time /event is: 0.00976277 + +****************************************** +Total Real Elapsed Time is: 3.7777 +Total System Elapsed Time: 0.19 +Total GetUserElapsed Time: 2.63 +****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash2/test.out b/examples/extended/parameterisations/gflash/gflash2/test.out new file mode 100644 index 0000000000..b783c5928a --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflash2/test.out @@ -0,0 +1,1081 @@ ++-------------------------------------------------------+ +| | +| This is an example of Shower | +| Parameterization with GFLASH | ++-------------------------------------------------------+ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +# GFlash Example: Detector Construction +ExGflash2DetectorConstruction::Detector constructor +ExGflash2ParallelWorld::Parralel world constructor +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Defining the materials +There are 10 crystals per row in the calorimeter, so in total 100 crystals +They have width of 3 cm and a length of 24 cm. The Material is Material: G4_PbWO4 density: 8.280 g/cm3 RadL: 8.925 mm Nucl.Int.Length: 20.740 cm + Imean: 542.741 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 14.06 % ElmAbundance 66.67 % + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 45.54 % ElmAbundance 16.67 % + + ---> Element: W (W) Z = 74.0 N = 184 A = 183.842 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % + ElmMassFraction: 40.40 % ElmAbundance 16.67 % + +Creating shower parameterization models +/********************************************/ + - GVFlashShowerParameterisation::Material - + Material : G4_PbWO4 + Z = 68.3609 + A = 170.881 + X0 = 0.892453 cm + Rm = 1.73762 cm + Ec = 10.7858 MeV +/********************************************/ +/********************************************/ + - GFlashHomoShowerParameterisation::Constructor - +/********************************************/ +end shower parameterization. +--- G4CoupledTransportation is used + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 start. + ------ Start ExGflashEventAction ----- + Start generating event Nr 0 + + +****************************************** +Internal Real Elapsed Time is: 0.0131605 +Internal System Elapsed Time: 0.01 +Internal GetUserElapsed Time: 0.02 +****************************************** + ------ ExGflashEventAction::End of event nr. 0 ----- + 12126 hits are stored in ExGflashHitsCollection + e1 12.0581 e3x3 48.455 GeV e5x5 48.9411 + num1 2917 num3x3 11854 num5x5 11944 + Total energy deposited in the calorimeter: 49.8869 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 1 + + +****************************************** +Internal Real Elapsed Time is: 0.00889431 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 1 ----- + 11976 hits are stored in ExGflashHitsCollection + e1 12.3094 e3x3 48.4273 GeV e5x5 48.9218 + num1 2978 num3x3 11722 num5x5 11811 + Total energy deposited in the calorimeter: 49.8818 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 2 + + +****************************************** +Internal Real Elapsed Time is: 0.00858124 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0 +****************************************** + ------ ExGflashEventAction::End of event nr. 2 ----- + 11880 hits are stored in ExGflashHitsCollection + e1 12.2378 e3x3 47.9827 GeV e5x5 48.5121 + num1 2985 num3x3 11605 num5x5 11707 + Total energy deposited in the calorimeter: 49.4209 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 3 + + +****************************************** +Internal Real Elapsed Time is: 0.00851482 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 3 ----- + 11933 hits are stored in ExGflashHitsCollection + e1 12.0329 e3x3 48.2629 GeV e5x5 48.7546 + num1 2913 num3x3 11664 num5x5 11752 + Total energy deposited in the calorimeter: 49.6915 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 4 + + +****************************************** +Internal Real Elapsed Time is: 0.00971447 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 4 ----- + 12052 hits are stored in ExGflashHitsCollection + e1 12.1077 e3x3 48.3718 GeV e5x5 48.8205 + num1 2958 num3x3 11796 num5x5 11878 + Total energy deposited in the calorimeter: 49.696 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 5 + + +****************************************** +Internal Real Elapsed Time is: 0.00897922 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 5 ----- + 11953 hits are stored in ExGflashHitsCollection + e1 12.2933 e3x3 48.4127 GeV e5x5 48.8759 + num1 2968 num3x3 11697 num5x5 11785 + Total energy deposited in the calorimeter: 49.7835 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 6 + + +****************************************** +Internal Real Elapsed Time is: 0.00899989 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 6 ----- + 11976 hits are stored in ExGflashHitsCollection + e1 12.0044 e3x3 48.4743 GeV e5x5 48.9816 + num1 2888 num3x3 11697 num5x5 11796 + Total energy deposited in the calorimeter: 49.9191 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 7 + + +****************************************** +Internal Real Elapsed Time is: 0.00884662 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 7 ----- + 11904 hits are stored in ExGflashHitsCollection + e1 11.9796 e3x3 48.1074 GeV e5x5 48.6788 + num1 2899 num3x3 11590 num5x5 11705 + Total energy deposited in the calorimeter: 49.6547 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 8 + + +****************************************** +Internal Real Elapsed Time is: 0.00852286 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 8 ----- + 11925 hits are stored in ExGflashHitsCollection + e1 12.3722 e3x3 48.355 GeV e5x5 48.7278 + num1 2982 num3x3 11669 num5x5 11740 + Total energy deposited in the calorimeter: 49.6586 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 9 + + +****************************************** +Internal Real Elapsed Time is: 0.00828205 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 9 ----- + 11956 hits are stored in ExGflashHitsCollection + e1 12.172 e3x3 48.3804 GeV e5x5 48.9372 + num1 2955 num3x3 11694 num5x5 11793 + Total energy deposited in the calorimeter: 49.7982 (GeV) + 0 trajectories stored in this event. +number of event = 10 +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +Internal Real Elapsed Time /event is: 0.0102773 + +****************************************** +Total Real Elapsed Time is: 4.04076 +Total System Elapsed Time: 0.22 +Total GetUserElapsed Time: 2.68 +****************************************** diff --git a/examples/extended/parameterisations/gflash/gflash3/test.out b/examples/extended/parameterisations/gflash/gflash3/test.out new file mode 100644 index 0000000000..68f374e245 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflash3/test.out @@ -0,0 +1,1058 @@ ++-------------------------------------------------------+ +| | +| This is an example of Shower | +| Parameterization with GFLASH | ++-------------------------------------------------------+ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +# GFlash Example: Detector Construction +ExGflash3DetectorConstruction::Detector constructor +ExGflash3ParallelWorld::Parralel world constructor +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Defining the materials +Creating shower parameterization models +/********************************************/ + - GVFlashShowerParameterisation::Material - + Material : G4_PbWO4 + Z = 68.3609 + A = 170.881 + X0 = 0.892453 cm + Rm = 1.73762 cm + Ec = 10.7858 MeV +/********************************************/ +/********************************************/ + - GFlashHomoShowerParameterisation::Constructor - +/********************************************/ +end shower parameterization. +There are 10 crystals per row in the calorimeter, so in total 100 crystals +They have width of 3 cm and a length of 24 cm. +--- G4CoupledTransportation is used + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 start. + ------ Start ExGflashEventAction ----- + Start generating event Nr 0 + + +****************************************** +Internal Real Elapsed Time is: 0.0114958 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 0 ----- + 12057 hits are stored in ExGflashHitsCollection + e1 12.066 e3x3 48.4563 GeV e5x5 48.9424 + num1 2941 num3x3 11793 num5x5 11883 + Total energy deposited in the calorimeter: 49.8869 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 1 + + +****************************************** +Internal Real Elapsed Time is: 0.00880174 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 1 ----- + 11922 hits are stored in ExGflashHitsCollection + e1 12.1585 e3x3 48.1777 GeV e5x5 48.6651 + num1 2941 num3x3 11633 num5x5 11732 + Total energy deposited in the calorimeter: 49.6834 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 2 + + +****************************************** +Internal Real Elapsed Time is: 0.00828612 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 2 ----- + 11977 hits are stored in ExGflashHitsCollection + e1 12.2956 e3x3 48.4585 GeV e5x5 48.9595 + num1 2994 num3x3 11719 num5x5 11813 + Total energy deposited in the calorimeter: 49.8514 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 3 + + +****************************************** +Internal Real Elapsed Time is: 0.00837697 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 3 ----- + 11911 hits are stored in ExGflashHitsCollection + e1 12.0221 e3x3 48.0591 GeV e5x5 48.6548 + num1 2910 num3x3 11617 num5x5 11729 + Total energy deposited in the calorimeter: 49.6305 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 4 + + +****************************************** +Internal Real Elapsed Time is: 0.00843461 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 4 ----- + 11960 hits are stored in ExGflashHitsCollection + e1 11.9505 e3x3 48.3669 GeV e5x5 48.8003 + num1 2884 num3x3 11669 num5x5 11751 + Total energy deposited in the calorimeter: 49.8803 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 5 + + +****************************************** +Internal Real Elapsed Time is: 0.00821415 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0 +****************************************** + ------ ExGflashEventAction::End of event nr. 5 ----- + 12007 hits are stored in ExGflashHitsCollection + e1 12.2983 e3x3 48.6379 GeV e5x5 49.1282 + num1 3003 num3x3 11758 num5x5 11853 + Total energy deposited in the calorimeter: 49.9629 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 6 + + +****************************************** +Internal Real Elapsed Time is: 0.00828903 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 6 ----- + 11969 hits are stored in ExGflashHitsCollection + e1 11.9658 e3x3 48.4275 GeV e5x5 48.8902 + num1 2908 num3x3 11676 num5x5 11768 + Total energy deposited in the calorimeter: 49.8954 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 7 + + +****************************************** +Internal Real Elapsed Time is: 0.00854791 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 7 ----- + 11938 hits are stored in ExGflashHitsCollection + e1 12.0463 e3x3 48.211 GeV e5x5 48.6215 + num1 2938 num3x3 11659 num5x5 11738 + Total energy deposited in the calorimeter: 49.6743 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 8 + + +****************************************** +Internal Real Elapsed Time is: 0.00871748 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 8 ----- + 11944 hits are stored in ExGflashHitsCollection + e1 12.2831 e3x3 48.403 GeV e5x5 48.8317 + num1 2964 num3x3 11675 num5x5 11757 + Total energy deposited in the calorimeter: 49.7779 (GeV) + 0 trajectories stored in this event. + ------ Start ExGflashEventAction ----- + Start generating event Nr 9 + + +****************************************** +Internal Real Elapsed Time is: 0.00856771 +Internal System Elapsed Time: 0 +Internal GetUserElapsed Time: 0.01 +****************************************** + ------ ExGflashEventAction::End of event nr. 9 ----- + 11910 hits are stored in ExGflashHitsCollection + e1 11.9823 e3x3 48.165 GeV e5x5 48.6895 + num1 2915 num3x3 11624 num5x5 11724 + Total energy deposited in the calorimeter: 49.6323 (GeV) + 0 trajectories stored in this event. +number of event = 10 +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... +Internal Real Elapsed Time /event is: 0.00974794 + +****************************************** +Total Real Elapsed Time is: 3.56135 +Total System Elapsed Time: 0.22 +Total GetUserElapsed Time: 2.63 +****************************************** diff --git a/examples/extended/parameterisations/gflash/gflasha/test.out b/examples/extended/parameterisations/gflash/gflasha/test.out new file mode 100644 index 0000000000..7ca0792aa3 --- /dev/null +++ b/examples/extended/parameterisations/gflash/gflasha/test.out @@ -0,0 +1,962 @@ ++-------------------------------------------------------+ +| | +| This is an example of Shower | +| Parameterization with GFLASH | ++-------------------------------------------------------+ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +ExGflashDetectorConstruction::Detector constructor +<<< Geant4 Physics List simulation engine: FTFP_BERT + + +----> Histogram file gflash01 +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +Defining the materials +There are 10 crystals per row in the calorimeter, so in total 100 crystals +Total Calorimeter size30 cm x 30 cm x 24 cm +They have width of 3 cm and a length of 24 cm. The Material is Material: G4_PbWO4 density: 8.280 g/cm3 RadL: 8.925 mm Nucl.Int.Length: 20.740 cm + Imean: 542.741 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: O (O) Z = 8.0 N = 16 A = 15.999 g/mole + ---> Isotope: O16 Z = 8 N = 16 A = 15.99 g/mole abundance: 99.757 % + ---> Isotope: O17 Z = 8 N = 17 A = 17.00 g/mole abundance: 0.038 % + ---> Isotope: O18 Z = 8 N = 18 A = 18.00 g/mole abundance: 0.205 % + ElmMassFraction: 14.06 % ElmAbundance 66.67 % + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 45.54 % ElmAbundance 16.67 % + + ---> Element: W (W) Z = 74.0 N = 184 A = 183.842 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.120 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.500 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.310 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.640 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.430 % + ElmMassFraction: 40.40 % ElmAbundance 16.67 % + Total: 26.8922 X0 + + ---> DetectorConstruction Region Definition + +--> Creating shower parameterization models +/********************************************/ + - GVFlashShowerParameterisation::Material - + Material : G4_PbWO4 + Z = 68.3609 + A = 170.881 + X0 = 0.892453 cm + Rm = 1.73762 cm + Ec = 10.7858 MeV +/********************************************/ +/********************************************/ + - GFlashHomoShowerParameterisation::Constructor - +/********************************************/ +end shower parameterization. + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 start. +... set ntuple merging row mode : row-wise - done +... create file : gflash01.root - done +... open analysis file : gflash01.root - done +... open analysis file : gflash01.root - done + +****************************************** +Run Real Elapsed Time is: 0.852644 +Run System Elapsed Time: 0.01 +Run GetUserElapsed Time: 0.82 +****************************************** +number of event = 100 +... write file : gflash01.root - done +... close file : gflash01.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Set file name: gflash00 +### Run 1 start. +... create file : gflash00.root - done +... open analysis file : gflash00.root - done +... open analysis file : gflash00.root - done + +****************************************** +Run Real Elapsed Time is: 66.6802 +Run System Elapsed Time: 0.37 +Run GetUserElapsed Time: 65.66 +****************************************** +number of event = 100 +... write file : gflash00.root - done +... close file : gflash00.root - done +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... + +****************************************** +Total Real Elapsed Time is: 71.0576 +Total System Elapsed Time: 0.59 +Total GetUserElapsed Time: 69.03 +****************************************** diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index 827e37f1b5..68e66439f0 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2117,7 +2117,7 @@ writing Event_1 Run terminated. Run Summary Number of events processed : 1 - User=0.330000s Real=5.742331s Sys=0.410000s + User=0.360000s Real=2.653871s Sys=0.400000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -2649,7 +2649,7 @@ writing Event_4 Run terminated. Run Summary Number of events processed : 3 - User=0.000000s Real=0.008523s Sys=0.000000s + User=0.000000s Real=0.009622s Sys=0.010000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index 8d254cff87..2cd0ca674d 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -603,7 +603,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.000748s Sys=0.000000s + User=0.010000s Real=0.000890s Sys=0.000000s 10 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index 5a7fe6f005..86c990c228 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1283,7 +1283,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.004711s Sys=0.000000s + User=0.000000s Real=0.004915s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1653,7 +1653,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.005417s Sys=0.000000s + User=0.000000s Real=0.004226s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1696,7 +1696,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002051s Sys=0.000000s + User=0.010000s Real=0.002278s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1738,7 +1738,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001983s Sys=0.000000s + User=0.000000s Real=0.002235s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1780,7 +1780,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.001864s Sys=0.000000s + User=0.000000s Real=0.002226s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index b086841643..484848f7da 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1144,7 +1144,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001176s Sys=0.000000s + User=0.000000s Real=0.001757s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1399,7 +1399,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000790s Sys=0.000000s + User=0.000000s Real=0.001069s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1455,7 +1455,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000110s Sys=0.000000s + User=0.000000s Real=0.000230s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1510,7 +1510,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000100s Sys=0.000000s + User=0.000000s Real=0.000187s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1565,7 +1565,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000099s Sys=0.000000s + User=0.000000s Real=0.000162s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index 8c4a5c2b6b..da50e3a444 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 51d7cdced8..9dc79e59e6 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 8ff0faafe4..e6ae0744dd 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 f469b196df..34f968be80 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 0547f78475..a7aa7b04d2 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -10,7 +10,7 @@ ************************************************************** - Geant4 version Name: geant4-11-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -214,7 +214,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.052054s Sys=0.000000s + User=0.060000s Real=0.059328s 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 14a3d1d134..134d6b34fc 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -153,7 +153,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.110000s Real=0.189726s Sys=0.000000s + User=0.130000s Real=0.135548s 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 0846e0a054..facd33d790 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -103,7 +103,7 @@ Step# X Y Z KineE dEStep StepLeng T Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.002333s Sys=0.000000s + User=0.000000s Real=0.002660s Sys=0.000000s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -178,7 +178,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.710000s Real=0.798131s Sys=0.000000s + User=1.060000s Real=1.107888s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -253,7 +253,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.660000s Real=1.686946s Sys=0.000000s + User=3.080000s Real=3.113603s Sys=0.010000s ======================== 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 762ef76822..d2f081a295 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -888,7 +888,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.680000s Real=0.699233s Sys=0.000000s + User=0.900000s Real=0.908098s 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 2f0f7b25b8..d9285e6c97 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -885,1366 +885,1099 @@ Tracks in tracking region have been processed. -- Stage 0 over. Source track ID 9730 (gamma,45.179040388231[GeV]) at (140.69460110572,479.79686245296,-280.91975696235) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 41.22107073664 [GeV] -Cell[8,10] 2.8548842011956 [GeV] -Cell[7,9] 0.44188167333745 [GeV] -Cell[8,8] 0.18398439649414 [GeV] -Cell[7,10] 0.16558572837161 [GeV] -Cell[8,11] 0.07788158569522 [GeV] -Cell[7,8] 0.028814417528417 [GeV] -Cell[8,5] 0.0021718366369159 [GeV] -Cell[9,8] 0.0041205368333476 [GeV] -Cell[7,23] 0.001993498239872 [GeV] -Cell[7,11] 0.024853703467786 [GeV] -Cell[7,12] 0.0049166393361004 [GeV] -Cell[7,6] 0.0028573717239649 [GeV] -Cell[8,7] 0.010314626141794 [GeV] -Cell[7,7] 0.0053606012469823 [GeV] -Cell[6,10] 0.00022093619722454 [GeV] -Cell[9,10] 0.0079362159799405 [GeV] -Cell[9,9] 0.0059263759371077 [GeV] -Cell[9,19] 0.00093259727909439 [GeV] -Cell[10,45] 0.002146818502842 [GeV] -Cell[6,9] 0.00045917477426864 [GeV] -Cell[9,11] 0.00536371910852 [GeV] -Cell[9,43] 0.0020202810971982 [GeV] -Cell[6,39] 0.0030541565400238 [GeV] -Cell[7,14] 1.0986728040734e-05 [GeV] -Cell[6,13] 0.00049864801970125 [GeV] -Cell[6,14] 0.00020012110395737 [GeV] -Cell[8,12] 0.0013367039541326 [GeV] -Cell[6,20] 0.0020024561576588 [GeV] -Cell[6,41] 0.00077761834832411 [GeV] -Cell[6,40] 0.0020722333920259 [GeV] -Cell[9,7] 0.00072752178609674 [GeV] -Cell[8,6] 0.0019564718481288 [GeV] -Cell[8,2] 5.4200208978727e-08 [GeV] -Cell[9,6] 1.3274522530082e-08 [GeV] -Cell[11,43] 0.0050054873540715 [GeV] -Cell[8,30] 0.0010328179406376 [GeV] -Cell[11,27] 0.00090184718598923 [GeV] -Cell[11,26] 0.007760618772469 [GeV] -Cell[7,5] 0.00050418123626157 [GeV] -Cell[7,25] 0.00050153218458789 [GeV] -Cell[7,4] 0.00072795791782249 [GeV] -Cell[8,40] 0.00095841852410813 [GeV] -Cell[7,27] 0.00072451356731122 [GeV] -Cell[8,47] 0.0022578199128514 [GeV] -Cell[7,20] 8.4127521840855e-06 [GeV] -Cell[6,21] 1.2329127232078e-05 [GeV] -Cell[12,37] 7.9607125371695e-09 [GeV] -Cell[12,28] 5.3312668467242e-07 [GeV] -Cell[13,28] 4.7889188863337e-09 [GeV] -Cell[11,10] 0.00026084572972584 [GeV] -Cell[11,11] 0.0018230777718664 [GeV] -Cell[10,10] 7.1293322998952e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 53 cells : 45.090886356295 (GeV) +Cell[8,9] 41.421903495877 [GeV] +Cell[8,10] 2.5727925255869 [GeV] +Cell[7,9] 0.4275234766747 [GeV] +Cell[8,8] 0.16687337502483 [GeV] +Cell[7,10] 0.17921969178063 [GeV] +Cell[8,11] 0.061857085213314 [GeV] +Cell[15,3] 0.0005017727827282 [GeV] +Cell[13,42] 0.0021263610542828 [GeV] +Cell[9,9] 0.018596662840115 [GeV] +Cell[7,8] 0.037305288044654 [GeV] +Cell[7,7] 0.010540897251471 [GeV] +Cell[9,10] 0.0082378119094233 [GeV] +Cell[10,35] 0.00074701898071198 [GeV] +Cell[10,34] 0.0054456813019967 [GeV] +Cell[7,12] 0.012302571196667 [GeV] +Cell[3,21] 0.00030359431897897 [GeV] +Cell[4,28] 0.00076197485042676 [GeV] +Cell[2,32] 0.0013847539778045 [GeV] +Cell[3,32] 0.00025975782573212 [GeV] +Cell[8,13] 0.0063330963729767 [GeV] +Cell[7,11] 0.024588774612137 [GeV] +Cell[10,7] 0.00045435172876471 [GeV] +Cell[9,5] 0.00034330607959036 [GeV] +Cell[9,33] 0.00084778890306064 [GeV] +Cell[7,3] 0.00031572216258531 [GeV] +Cell[9,17] 0.00016129919430089 [GeV] +Cell[9,27] 0.0070571692695149 [GeV] +Cell[2,31] 0.00022595727537648 [GeV] +Cell[0,23] 4.1062742808234e-05 [GeV] +Cell[3,25] 0.0014528810840183 [GeV] +Cell[8,7] 0.0055871684945991 [GeV] +Cell[9,8] 0.00030953093853208 [GeV] +Cell[9,11] 0.0077686338629357 [GeV] +Cell[10,30] 0.0012428102061157 [GeV] +Cell[7,46] 0.00057545208090755 [GeV] +Cell[8,12] 0.0080646577458216 [GeV] +Cell[17,46] 0.00014069366406864 [GeV] +Cell[17,45] 4.4802869520026e-06 [GeV] +Cell[18,45] 2.5141337118839e-09 [GeV] +Cell[6,29] 4.2388736619614e-07 [GeV] +Cell[9,12] 1.3925024177297e-08 [GeV] +Cell[10,29] 1.8623571220814e-05 [GeV] +Cell[10,24] 2.479391725501e-06 [GeV] +Cell[13,16] 7.7684651478194e-07 [GeV] +Cell[16,34] 1.2856719549745e-06 [GeV] +Cell[12,19] 6.610403186437e-05 [GeV] +Cell[12,18] 6.766602746211e-08 [GeV] +Cell[19,35] 6.4755300887782e-06 [GeV] +Cell[19,36] 8.2795838807215e-10 [GeV] +Cell[11,35] 0.00095285473643424 [GeV] +Cell[8,42] 0.001445054777516 [GeV] +Cell[3,33] 0.00051099891 [GeV] +Cell[6,44] 0.00046647394157777 [GeV] +Cell[1,40] 0.00068365208293103 [GeV] +Cell[7,35] 0.00040390918401238 [GeV] +Cell[7,36] 4.1694767199147e-05 [GeV] +Cell[8,36] 0.00011983858431199 [GeV] +Cell[6,27] 2.5272277998738e-06 [GeV] +Cell[4,0] 2.5482429482508e-06 [GeV] +Cell[7,6] 0.00051262632250824 [GeV] +Cell[7,37] 0.00067927687476902 [GeV] +Cell[5,40] 0.0014792742438054 [GeV] +Cell[8,28] 0.0012039669626369 [GeV] +Cell[9,37] 0.0020397689738595 [GeV] +Cell[7,26] 0.0018019012420939 [GeV] +Cell[8,25] 0.0030852815208593 [GeV] +Cell[8,24] 0.0021081526247495 [GeV] +Cell[7,13] 0.0014170127911938 [GeV] +Cell[4,30] 0.00057706828121413 [GeV] +Cell[10,37] 0.0072488867719732 [GeV] +Cell[9,6] 0.0018551260900328 [GeV] +Cell[9,7] 0.0001356832336949 [GeV] +Cell[8,14] 0.0019367167373504 [GeV] +Cell[5,34] 0.0034728282925663 [GeV] +Cell[6,35] 0.0010857468921503 [GeV] +Cell[6,37] 6.6636685223784e-06 [GeV] +Cell[6,34] 5.3676313764413e-05 [GeV] +Cell[6,36] 3.708651308898e-08 [GeV] +Cell[9,1] 0.0007585014539789 [GeV] +### Total energy deposition in calorimeter by a source track in 79 cells : 45.030382635895 (GeV) Source track ID 9649 (e+,28.39529476088[GeV]) at (140.86137791152,479.74792569939,-280.9244388085) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 21.650508513493 [GeV] -Cell[8,10] 1.8231563539929 [GeV] -Cell[7,9] 0.33289185251828 [GeV] -Cell[8,8] 0.23960593378814 [GeV] -Cell[7,10] 0.12124919782427 [GeV] -Cell[8,11] 0.092603671707916 [GeV] -Cell[7,8] 0.068037083566729 [GeV] -Cell[8,5] 0.0026945768749423 [GeV] -Cell[9,8] 0.039865434304078 [GeV] -Cell[7,23] 0.0038304135806554 [GeV] -Cell[7,11] 0.056653374972414 [GeV] -Cell[7,12] 0.021327442980206 [GeV] -Cell[7,6] 0.011831593904187 [GeV] -Cell[8,7] 0.040331058809918 [GeV] -Cell[7,7] 0.020404713631063 [GeV] -Cell[6,10] 0.004746238795548 [GeV] -Cell[9,10] 0.058398217038785 [GeV] -Cell[9,9] 0.072485335952401 [GeV] -Cell[10,45] 0.01083455054621 [GeV] -Cell[6,9] 0.010485098459892 [GeV] -Cell[9,11] 0.08617803397886 [GeV] -Cell[6,39] 0.0016153890451923 [GeV] -Cell[7,14] 0.00092204178171323 [GeV] -Cell[6,13] 2.2458776173494e-05 [GeV] -Cell[8,12] 0.0024377954348445 [GeV] -Cell[6,20] 0.00024143098444472 [GeV] -Cell[6,40] 0.00034198399375737 [GeV] -Cell[9,7] 0.0079627388096683 [GeV] -Cell[8,6] 0.00068126855799128 [GeV] -Cell[9,6] 0.00036103260404819 [GeV] -Cell[11,43] 3.52141118492e-06 [GeV] -Cell[8,30] 4.6510249376297e-09 [GeV] -Cell[7,5] 0.0059486760419719 [GeV] -Cell[7,25] 1.6409511999882e-08 [GeV] -Cell[7,4] 0.0038305975135088 [GeV] -Cell[8,40] 0.001426766097867 [GeV] -Cell[7,27] 5.0055735016485e-07 [GeV] -Cell[8,47] 0.00014244802218785 [GeV] -Cell[7,20] 1.1193599144462e-05 [GeV] -Cell[6,21] 4.311389943723e-09 [GeV] -Cell[13,28] 2.0704200142063e-06 [GeV] -Cell[11,10] 3.4004915505648e-10 [GeV] -Cell[10,10] 0.0042683927160491 [GeV] -Cell[8,37] 0.0013297735149811 [GeV] -Cell[6,6] 0.0024702510866839 [GeV] -Cell[4,34] 0.00084677758649431 [GeV] -Cell[7,35] 0.0016826792809761 [GeV] -Cell[7,40] 0.0053030499992699 [GeV] -Cell[12,40] 0.0055439043614599 [GeV] -Cell[6,11] 0.012651401276646 [GeV] -Cell[3,26] 0.00059351572717087 [GeV] -Cell[6,29] 0.0031121686182537 [GeV] -Cell[9,45] 0.00014692067116273 [GeV] -Cell[7,36] 0.0022495808101484 [GeV] -Cell[7,37] 8.0424205516465e-06 [GeV] -Cell[8,36] 0.0042524031835012 [GeV] -Cell[7,13] 0.010938256300111 [GeV] -Cell[7,42] 0.0061506356762054 [GeV] -Cell[7,43] 0.00026104422027858 [GeV] -Cell[3,28] 0.001449610892459 [GeV] -Cell[5,33] 0.0012530806269287 [GeV] -Cell[3,44] 0.0032517350395376 [GeV] -Cell[9,12] 0.01002120969228 [GeV] -Cell[10,44] 0.0067934673651915 [GeV] -Cell[6,1] 0.00086315184354937 [GeV] -Cell[8,32] 0.0049671247986005 [GeV] -Cell[9,41] 0.0016911130241688 [GeV] -Cell[11,23] 0.00061223145530698 [GeV] -Cell[11,34] 0.0010392592434388 [GeV] -Cell[10,28] 0.00070417919647543 [GeV] -Cell[10,26] 0.00062344589912725 [GeV] -Cell[10,25] 0.0011193897315673 [GeV] -Cell[5,24] 0.00072054012886261 [GeV] -Cell[5,12] 0.0014608564233158 [GeV] -Cell[9,42] 0.0022552586444687 [GeV] -Cell[12,29] 0.00077951852884436 [GeV] -Cell[11,29] 0.001707549918466 [GeV] -Cell[3,32] 0.0082340077901127 [GeV] -Cell[3,33] 0.0029757661269504 [GeV] -Cell[12,27] 0.00070487987967394 [GeV] -Cell[0,30] 0.00075277096256366 [GeV] -Cell[0,29] 0.00017151498774967 [GeV] -Cell[8,38] 3.9939555572346e-05 [GeV] -Cell[9,38] 2.7639713774988e-05 [GeV] -Cell[9,40] 0.00059572280968632 [GeV] -Cell[10,23] 2.1709729218856e-05 [GeV] -Cell[12,3] 2.5041428511031e-05 [GeV] -Cell[14,43] 7.5752434423748e-06 [GeV] -Cell[14,42] 0.0054260312752822 [GeV] -Cell[14,41] 0.0016578898838589 [GeV] -Cell[14,40] 6.8893994011887e-09 [GeV] -Cell[8,34] 3.8123733289353e-05 [GeV] -Cell[8,33] 0.0028376082935598 [GeV] -Cell[7,33] 0.00019380862344462 [GeV] -Cell[7,32] 0.00040191187004712 [GeV] -Cell[8,41] 0.00027080612453028 [GeV] -Cell[8,42] 3.7567588151433e-11 [GeV] -Cell[4,8] 0.0010512362902769 [GeV] -Cell[6,3] 4.2674954078393e-05 [GeV] -Cell[8,35] 0.0006285584524356 [GeV] -Cell[7,34] 8.5329429121316e-05 [GeV] -Cell[6,23] 0.0005545374464964 [GeV] -Cell[4,38] 0.0015765581737132 [GeV] -Cell[4,39] 1.5063411751726e-08 [GeV] -Cell[5,26] 0.00020839517923639 [GeV] -Cell[4,26] 3.1022345410747e-08 [GeV] -Cell[4,27] 8.1898178905249e-11 [GeV] -Cell[6,19] 0.0043053479907682 [GeV] -Cell[7,19] 0.0011850941383661 [GeV] -Cell[4,6] 0.0012414593746439 [GeV] -Cell[6,18] 0.00045114727868953 [GeV] -Cell[10,41] 0.00050885953167376 [GeV] -Cell[7,39] 0.0075306056596913 [GeV] -Cell[7,38] 0.0073478416638791 [GeV] -Cell[7,18] 0.00073713060569332 [GeV] -Cell[9,20] 5.0206018204335e-06 [GeV] -Cell[10,6] 0.00028793455977109 [GeV] -Cell[10,35] 3.0432194524792e-06 [GeV] -Cell[10,36] 0.00033810062199416 [GeV] -Cell[8,18] 0.00019237879074353 [GeV] -Cell[7,17] 1.2134138669353e-06 [GeV] -Cell[2,36] 0.00089849982958197 [GeV] -Cell[11,24] 0.0013340543126494 [GeV] -Cell[7,16] 1.0606332332827e-05 [GeV] -Cell[10,46] 0.0071971385013431 [GeV] -Cell[11,46] 0.0078014638399188 [GeV] -Cell[11,45] 0.0029240758432003 [GeV] -Cell[11,44] 1.931945520414e-05 [GeV] -Cell[10,43] 8.2980634423166e-05 [GeV] -Cell[9,46] 3.926765854203e-07 [GeV] -Cell[10,47] 0.00033997683835946 [GeV] -Cell[9,47] 4.8799824162415e-06 [GeV] -Cell[19,23] 0.0028838421821121 [GeV] -Cell[17,18] 7.751969358651e-06 [GeV] -Cell[17,0] 8.4525384590961e-06 [GeV] -Cell[11,47] 0.0002051480104635 [GeV] -Cell[6,33] 0.00028472082073142 [GeV] -Cell[6,32] 2.723781000725e-05 [GeV] -Cell[6,44] 0.00044085658844904 [GeV] -Cell[6,43] 0.00075607746850881 [GeV] -Cell[6,42] 0.0016032232935334 [GeV] -Cell[19,14] 0.00092767529784942 [GeV] -Cell[19,15] 4.0446343518852e-10 [GeV] -Cell[6,8] 0.013905140014318 [GeV] -Cell[6,7] 0.022286391436207 [GeV] -Cell[5,7] 0.00025685197202256 [GeV] -Cell[10,11] 0.0042376522621279 [GeV] -Cell[5,38] 5.3212821367197e-06 [GeV] -Cell[4,37] 0.00031352903249854 [GeV] -Cell[5,37] 0.0016476345121533 [GeV] -Cell[5,14] 1.8396855794322e-05 [GeV] -Cell[1,40] 0.00045705084605939 [GeV] -Cell[1,45] 1.0425666318042e-05 [GeV] -Cell[13,39] 5.1210250239819e-07 [GeV] -Cell[14,4] 4.065546847869e-06 [GeV] -Cell[14,5] 4.3081289428983e-05 [GeV] -Cell[15,3] 5.1402562348812e-09 [GeV] -Cell[9,26] 6.8327743065311e-08 [GeV] -Cell[1,0] 5.563220474869e-08 [GeV] -Cell[0,23] 7.0519367000088e-08 [GeV] -Cell[2,14] 2.1936876255495e-06 [GeV] -Cell[2,13] 7.2044116677716e-08 [GeV] -Cell[3,31] 3.9576523704454e-08 [GeV] -Cell[6,5] 0.00020436416271104 [GeV] -Cell[5,6] 1.2522465453912e-07 [GeV] -Cell[5,5] 1.9750919818762e-08 [GeV] -Cell[6,4] 0.00010720326444857 [GeV] -Cell[11,7] 2.4530438027455e-05 [GeV] -Cell[9,5] 0.00073059871839132 [GeV] -Cell[12,44] 7.6164938641568e-05 [GeV] -Cell[12,45] 0.00057781048074753 [GeV] -Cell[12,46] 6.8448396627218e-05 [GeV] -Cell[12,47] 9.7941479452857e-08 [GeV] -Cell[0,17] 2.0262057660148e-07 [GeV] -Cell[0,42] 5.3397292504087e-08 [GeV] -Cell[0,41] 1.3211785669796e-05 [GeV] -Cell[8,39] 0.0047297138050052 [GeV] -Cell[7,41] 0.0010303169147447 [GeV] -Cell[6,37] 9.3758843431715e-06 [GeV] -Cell[6,38] 0.00013347815514499 [GeV] -Cell[8,26] 0.00076270650324159 [GeV] -Cell[8,25] 3.7119332716884e-07 [GeV] -Cell[5,8] 5.9684712622243e-05 [GeV] -Cell[1,26] 9.4030762847979e-06 [GeV] -Cell[9,31] 0.0026929704740598 [GeV] -Cell[5,17] 5.3387634688988e-06 [GeV] -Cell[11,35] 5.590872024186e-08 [GeV] -Cell[11,36] 4.6351308025123e-06 [GeV] -Cell[5,35] 0.0017513855286415 [GeV] -Cell[8,13] 0.015360066191359 [GeV] -Cell[5,36] 0.0013253335152917 [GeV] -Cell[5,41] 1.6754252941382e-06 [GeV] -Cell[5,40] 1.1516720385998e-05 [GeV] -Cell[5,42] 6.0856414401087e-05 [GeV] -Cell[14,28] 0.0016035624035223 [GeV] -Cell[13,41] 1.277465489693e-06 [GeV] -Cell[13,43] 9.9180642407077e-05 [GeV] -Cell[13,44] 0.00061619609012007 [GeV] -Cell[13,42] 0.0010083154170873 [GeV] -Cell[10,12] 0.0033332863528833 [GeV] -Cell[9,13] 0.0080918557367115 [GeV] -Cell[16,30] 0.0031023660640956 [GeV] -Cell[17,30] 0.0075984926787323 [GeV] -Cell[17,31] 4.7532707048958e-07 [GeV] -Cell[16,29] 2.387018603622e-05 [GeV] -Cell[17,29] 0.0025329594025148 [GeV] -Cell[18,0] 6.2711187638342e-07 [GeV] -Cell[19,13] 1.8783575628618e-05 [GeV] -Cell[19,12] 9.1392014837766e-07 [GeV] -Cell[17,6] 1.0662100976333e-08 [GeV] -Cell[11,20] 2.4478495788571e-07 [GeV] -Cell[11,19] 4.3743049627665e-07 [GeV] -Cell[17,11] 2.4544016690925e-05 [GeV] -Cell[16,11] 7.9747599054826e-05 [GeV] -Cell[9,28] 0.0026334877386491 [GeV] -Cell[16,6] 0.0025556097384904 [GeV] -Cell[16,28] 0.00025449595550026 [GeV] -Cell[16,31] 0.00028445893516653 [GeV] -Cell[16,5] 0.00043381338269205 [GeV] -Cell[15,8] 0.0030745032366361 [GeV] -Cell[15,7] 0.0007779555882081 [GeV] -Cell[15,6] 1.5967252583891e-05 [GeV] -Cell[16,7] 1.339827576885e-09 [GeV] -Cell[15,5] 8.1951012771242e-07 [GeV] -Cell[3,29] 4.6529766405001e-07 [GeV] -Cell[5,30] 0.0044752567305504 [GeV] -Cell[5,31] 4.8807774135184e-07 [GeV] -Cell[5,29] 0.0050027690503981 [GeV] -Cell[4,29] 3.0075956374276e-09 [GeV] -Cell[6,30] 0.0022618702255275 [GeV] -Cell[10,9] 0.0015877283497052 [GeV] -Cell[11,9] 1.1138979190264e-06 [GeV] -Cell[10,38] 2.1067486755783e-05 [GeV] -Cell[5,28] 5.2324143442092e-05 [GeV] -Cell[5,27] 0.0016129057355913 [GeV] -Cell[10,13] 0.01007224663288 [GeV] -Cell[10,8] 2.2964296018472e-05 [GeV] -Cell[3,43] 0.02158643882613 [GeV] -Cell[3,13] 0.00064433270699044 [GeV] -Cell[3,42] 0.0021024930959744 [GeV] -Cell[3,41] 5.7997546832667e-08 [GeV] -Cell[4,43] 0.00026852726020013 [GeV] -Cell[5,23] 0.00063391330968227 [GeV] -Cell[5,22] 5.1151395309716e-06 [GeV] -Cell[4,23] 1.7409249721823e-09 [GeV] -Cell[4,42] 0.00026373263942253 [GeV] -Cell[2,45] 0.001670705211364 [GeV] -Cell[0,32] 0.00017068424368188 [GeV] -Cell[0,31] 0.0013569035593836 [GeV] -Cell[3,34] 0.00049140475669083 [GeV] -Cell[3,35] 8.5082720033824e-09 [GeV] -Cell[3,47] 6.7297369241714e-09 [GeV] -Cell[3,8] 1.0476302122697e-08 [GeV] -Cell[4,44] 1.4186139590038e-06 [GeV] -Cell[3,45] 2.348112600157e-05 [GeV] -Cell[2,46] 9.5999056065921e-06 [GeV] -Cell[1,34] 0.0024148990600102 [GeV] -Cell[1,35] 0.0013355547185606 [GeV] -Cell[2,43] 0.0039543096378489 [GeV] -Cell[2,42] 0.0029309391566486 [GeV] -Cell[2,44] 0.00015095236771015 [GeV] -Cell[0,26] 1.79052008898e-05 [GeV] -Cell[13,29] 8.9905253844336e-07 [GeV] -Cell[13,27] 6.3597055178661e-05 [GeV] -Cell[14,27] 1.2301513112106e-05 [GeV] -Cell[14,26] 9.1851617320344e-06 [GeV] -Cell[13,26] 7.9083713444561e-10 [GeV] -Cell[3,19] 7.1074718971431e-07 [GeV] -Cell[2,20] 2.485301138222e-10 [GeV] -Cell[4,40] 0.010228545138462 [GeV] -Cell[3,39] 0.0014669414528024 [GeV] -Cell[3,40] 6.2971597685646e-08 [GeV] -Cell[6,12] 0.0090238928304009 [GeV] -Cell[8,31] 7.7754701339927e-07 [GeV] -Cell[9,14] 0.010884647203404 [GeV] -Cell[8,14] 0.021485453179556 [GeV] -Cell[5,11] 0.0021136517042173 [GeV] -Cell[5,10] 3.4398231209138e-05 [GeV] -Cell[4,32] 6.9961555418558e-06 [GeV] -Cell[2,34] 5.9223035206287e-05 [GeV] -Cell[2,35] 0.0049612956445612 [GeV] -Cell[1,36] 0.0013312709734365 [GeV] -Cell[1,33] 5.1499026053875e-05 [GeV] -Cell[2,33] 5.4171504075384e-08 [GeV] -Cell[4,31] 0.0001636877636156 [GeV] -Cell[7,15] 9.8111400534435e-06 [GeV] -Cell[8,15] 6.9286695247683e-07 [GeV] -Cell[10,14] 2.7879911049354e-05 [GeV] -Cell[11,13] 7.7043737292115e-07 [GeV] -Cell[8,27] 1.6025236128598e-06 [GeV] -Cell[8,28] 0.00013545738554978 [GeV] -Cell[5,21] 0.00037418695137205 [GeV] -Cell[5,20] 9.68046952039e-08 [GeV] -Cell[11,41] 0.0021175410463359 [GeV] -Cell[12,41] 0.0017255678547742 [GeV] -Cell[12,39] 0.002614462667093 [GeV] -Cell[7,31] 0.00069351886966308 [GeV] -Cell[7,30] 5.8518469359115e-10 [GeV] -Cell[9,15] 1.1491095051497e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 299 cells : 25.223469616901 (GeV) +Cell[8,9] 26.015989426603 [GeV] +Cell[8,10] 1.6987013982146 [GeV] +Cell[7,9] 0.21500986969168 [GeV] +Cell[8,8] 0.10900744007055 [GeV] +Cell[7,10] 0.10562154062227 [GeV] +Cell[8,11] 0.018872156053589 [GeV] +Cell[9,9] 0.0052057111755731 [GeV] +Cell[7,8] 0.030379443813847 [GeV] +Cell[7,7] 0.0058281608069713 [GeV] +Cell[9,10] 0.0014013811317445 [GeV] +Cell[10,34] 0.0003042695702001 [GeV] +Cell[7,12] 0.0062968704603393 [GeV] +Cell[7,11] 0.025175129301485 [GeV] +Cell[9,33] 0.0018663083106398 [GeV] +Cell[8,7] 0.002725831522634 [GeV] +Cell[9,8] 0.0072397082715752 [GeV] +Cell[9,11] 0.0015409162770788 [GeV] +Cell[7,46] 0.00034510259934593 [GeV] +Cell[8,12] 0.00064364163640868 [GeV] +Cell[9,12] 8.4856226167176e-06 [GeV] +Cell[7,6] 0.0002006540676152 [GeV] +Cell[7,37] 0.00045751831089466 [GeV] +Cell[5,40] 0.00081554741645344 [GeV] +Cell[8,25] 0.00036523749459587 [GeV] +Cell[9,7] 0.0011798265081425 [GeV] +Cell[9,31] 3.7328679782945e-05 [GeV] +Cell[9,32] 3.1113281147555e-06 [GeV] +Cell[10,31] 0.00016949260473712 [GeV] +Cell[10,32] 3.5261613332523e-05 [GeV] +Cell[7,34] 0.00036065954370371 [GeV] +Cell[5,29] 3.5898629401345e-05 [GeV] +Cell[4,29] 2.5947148329578e-05 [GeV] +Cell[7,23] 0.0018603063929552 [GeV] +Cell[7,22] 0.00022414774135484 [GeV] +Cell[8,22] 5.9359081205912e-10 [GeV] +Cell[12,3] 0.00017845279234904 [GeV] +Cell[6,41] 0.0005461511401993 [GeV] +Cell[6,42] 0.0019191527635363 [GeV] +Cell[4,27] 0.00071489950766091 [GeV] +Cell[6,25] 1.9519176072208e-05 [GeV] +Cell[5,43] 8.0783459125087e-06 [GeV] +Cell[8,3] 2.3681198450504e-05 [GeV] +Cell[11,27] 0.0006437947936555 [GeV] +Cell[11,28] 1.6033300198615e-10 [GeV] +Cell[9,2] 0.00047434891698864 [GeV] +Cell[7,30] 0.0010382533413781 [GeV] +Cell[6,46] 0.0049339718594928 [GeV] +Cell[1,47] 0.0012161004279464 [GeV] +Cell[8,37] 0.0014977576145017 [GeV] +Cell[9,39] 0.000922607952512 [GeV] +Cell[8,46] 0.012566181235296 [GeV] +Cell[4,14] 0.00024335541644746 [GeV] +Cell[6,8] 0.0035268634292562 [GeV] +Cell[6,14] 0.0010746376878383 [GeV] +Cell[5,33] 0.0003700427954611 [GeV] +Cell[9,18] 0.00019978154147454 [GeV] +Cell[8,6] 0.00051099891 [GeV] +Cell[9,30] 0.00016837183740603 [GeV] +Cell[8,2] 0.00020723451998212 [GeV] +Cell[5,24] 0.00069475356219266 [GeV] +Cell[8,47] 0.0014726912654958 [GeV] +Cell[8,0] 0.00020472693859148 [GeV] +Cell[4,39] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 63 cells : 28.293821137869 (GeV) Source track ID 9612 (mu+,97.449346142534[GeV]) at (421.36413827121,269.16958033731,1659.0783939844) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[18,4] 0.15484448998845 [GeV] -Cell[19,4] 0.19613093489057 [GeV] -Cell[19,16] 0.00098714650339489 [GeV] -Cell[18,12] 0.00052979101974486 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.35249236240216 (GeV) +Cell[18,4] 0.18289304878878 [GeV] +Cell[19,4] 0.39968220683172 [GeV] +Cell[19,3] 0.0010433269259111 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.58361858254641 (GeV) Source track ID 9613 (mu-,49.153641397781[GeV]) at (-250.02975198447,-432.9955232131,234.29592758672) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[16,31] 0.0061503421939049 [GeV] -Cell[11,31] 0.0565825110814 [GeV] -Cell[11,32] 0.42525916251687 [GeV] -Cell[12,32] 0.51698024966502 [GeV] -Cell[13,32] 0.61183768035467 [GeV] -Cell[14,32] 0.60751394983919 [GeV] -Cell[15,32] 0.58578361200037 [GeV] -Cell[16,32] 0.58224217364975 [GeV] -Cell[17,32] 0.014708488139273 [GeV] -Cell[15,31] 0.0027431234766518 [GeV] -Cell[14,31] 0.011832401293708 [GeV] -Cell[13,31] 0.017231480125087 [GeV] -Cell[12,31] 0.011430673353019 [GeV] -Cell[11,30] 0.00030559107809159 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 3.450601438767 (GeV) +Cell[11,31] 0.02777940601942 [GeV] +Cell[11,32] 0.37640009302991 [GeV] +Cell[12,32] 0.70585006298987 [GeV] +Cell[13,32] 0.52894367155006 [GeV] +Cell[14,32] 0.62201126346258 [GeV] +Cell[15,32] 0.45902710696865 [GeV] +Cell[16,32] 0.5000063726803 [GeV] +Cell[17,32] 0.045395414032735 [GeV] +Cell[16,31] 0.0015985156234476 [GeV] +Cell[17,31] 0.0021164857160521 [GeV] +Cell[15,31] 0.0013599334137101 [GeV] +Cell[14,31] 0.029228112997214 [GeV] +Cell[13,31] 0.014845844181158 [GeV] +Cell[12,31] 0.08021824210299 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 3.3947805247681 (GeV) Source track ID 9608 (gamma,0.18586941759822[GeV]) at (-308.57130136383,-393.42566257761,1178.6007617852) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[16,30] 0.046692648139432 [GeV] -Cell[16,31] 0.018835942891232 [GeV] -Cell[15,31] 0.0037972782752768 [GeV] -Cell[15,30] 0.11087209128731 [GeV] -Cell[16,18] 0.00043291734173094 [GeV] -Cell[15,36] 0.0034848461853297 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.18411572412031 (GeV) +Cell[16,31] 0.0053660092410913 [GeV] +Cell[15,31] 0.00048411412173766 [GeV] +Cell[15,30] 0.091517383893672 [GeV] +Cell[17,4] 0.00051099891 [GeV] +Cell[16,30] 0.065761579490797 [GeV] +Cell[17,10] 0.00051099891 [GeV] +Cell[19,18] 0.00051099891 [GeV] +Cell[10,1] 0.00082273546891904 [GeV] +Cell[11,15] 0.00076082544160728 [GeV] +Cell[16,17] 0.00046824561851301 [GeV] +Cell[11,16] 0.014115592100677 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.18082948210701 (GeV) Source track ID 9609 (gamma,0.79108390679382[GeV]) at (-463.39575481511,-187.78811043123,658.34953086634) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[13,28] 0.0046369988825872 [GeV] -Cell[13,43] 0.00051099891 [GeV] -Cell[11,9] 0.00050743681656546 [GeV] -Cell[13,27] 0.13645873614898 [GeV] -Cell[14,27] 0.0043215297989512 [GeV] -Cell[14,26] 0.0012244961684701 [GeV] -Cell[13,26] 0.61706783916602 [GeV] -Cell[13,16] 0.0035408373169736 [GeV] -Cell[17,3] 0.00090334016764884 [GeV] -Cell[14,18] 0.0011685828864986 [GeV] -Cell[13,18] 0.00066351864197211 [GeV] -Cell[13,34] 0.0012525223983309 [GeV] -Cell[13,6] 0.00051099891 [GeV] -Cell[13,25] 0.0030235984022196 [GeV] -Cell[13,4] 0.00079170289254207 [GeV] -Cell[16,8] 0.00051099891 [GeV] -Cell[14,25] 0.00093424483996006 [GeV] -Cell[14,29] 0.00029395670477604 [GeV] -Cell[13,15] 0.00051099891 [GeV] -Cell[16,35] 0.00093225910285445 [GeV] -Cell[13,37] 0.00051099891 [GeV] -Cell[14,13] 0.0011551950165525 [GeV] -Cell[12,15] 0.0015654393390392 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.78299722924094 (GeV) +Cell[13,26] 0.5573863430999 [GeV] +Cell[13,27] 0.20290953120317 [GeV] +Cell[15,39] 0.0030904834225364 [GeV] +Cell[14,27] 0.021108854317103 [GeV] +Cell[14,26] 0.0025807343526984 [GeV] +Cell[14,28] 0.0013828985111477 [GeV] +Cell[13,28] 0.00093573645922673 [GeV] +Cell[13,39] 0.0016893254280413 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.79108390679382 (GeV) Source track ID 9267 (gamma,0.68389327451526[GeV]) at (-406.71457672964,-290.83200146412,428.61116146096) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[12,28] 0.65163229052736 [GeV] -Cell[12,29] 0.019050229792817 [GeV] -Cell[12,27] 0.0092901156489156 [GeV] -Cell[12,46] 0.00071306920288699 [GeV] -Cell[11,28] 0.0032075693432786 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.68389327451526 (GeV) +Cell[11,28] 0.0014619191152144 [GeV] +Cell[12,28] 0.63320852342722 [GeV] +Cell[12,29] 0.041035091598677 [GeV] +Cell[11,1] 0.00043541635847815 [GeV] +Cell[11,30] 0.0032520075448577 [GeV] +Cell[11,29] 0.0010324543400056 [GeV] +Cell[12,30] 0.0011850909517792 [GeV] +Cell[12,26] 0.00056700532099513 [GeV] +Cell[12,27] 0.0015855675340425 [GeV] +Cell[13,29] 0.00013019832398903 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.68389327451526 (GeV) Source track ID 9268 (gamma,0.23519569097121[GeV]) at (-263.70586525621,-424.8049159667,329.32742007893) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[9,40] 0.00051099891 [GeV] -Cell[11,31] 0.22438579910938 [GeV] -Cell[11,32] 0.00096280456173847 [GeV] -Cell[12,32] 0.0080515536960501 [GeV] -Cell[12,31] 0.0012845346940444 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.23519569097121 (GeV) +Cell[11,31] 0.20957758314516 [GeV] +Cell[11,32] 0.004082791597259 [GeV] +Cell[12,32] 0.0019002678685475 [GeV] +Cell[12,31] 0.010313240777108 [GeV] +Cell[11,30] 0.00027702166050425 [GeV] +Cell[12,30] 0.0026329392419079 [GeV] +Cell[9,23] 0.00024634727135025 [GeV] +Cell[11,33] 0.0014236634535075 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.23045385501535 (GeV) Source track ID 9168 (proton,1.6957989164058[GeV]) at (-499.97768646166,4.7236681137791,255.09515336902) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,26] 9.4326237745122e-05 [GeV] -Cell[11,23] 0.50990854688743 [GeV] -Cell[10,23] 1.9221222444685e-05 [GeV] -Cell[11,24] 0.0078457066416167 [GeV] -Cell[11,20] 0.00064548275337313 [GeV] -Cell[12,23] 0.0059547149186117 [GeV] -Cell[12,24] 0.0054598811358086 [GeV] -Cell[11,25] 0.0031729616113407 [GeV] -Cell[11,22] 0.03554393496891 [GeV] -Cell[12,21] 0.0016802090287705 [GeV] -Cell[11,21] 0.0023898894976326 [GeV] -Cell[12,25] 2.7052010409534e-09 [GeV] -Cell[12,22] 0.0033144313340914 [GeV] -Cell[13,22] 0.00028640935290366 [GeV] -Cell[13,21] 0.0016219530082186 [GeV] -Cell[12,20] 3.1605746926289e-09 [GeV] -Cell[9,23] 1.5757451445097e-05 [GeV] -Cell[9,22] 0.00048114962462625 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.57843458154074 (GeV) +Cell[12,19] 9.9543387932499e-10 [GeV] +Cell[9,31] 2.735226012669e-05 [GeV] +Cell[9,30] 1.9790604710579e-12 [GeV] +Cell[12,26] 0.00055425900170383 [GeV] +Cell[12,27] 0.00052083435838608 [GeV] +Cell[11,23] 0.39317982454155 [GeV] +Cell[11,22] 0.011175253214448 [GeV] +Cell[12,23] 0.0059720438019803 [GeV] +Cell[12,22] 0.093144064435419 [GeV] +Cell[12,21] 0.0020470669977487 [GeV] +Cell[13,20] 0.02605045027506 [GeV] +Cell[11,24] 0.017744095237157 [GeV] +Cell[11,2] 5.5172191932797e-06 [GeV] +Cell[11,3] 0.00042317824100576 [GeV] +Cell[10,19] 1.5837793733226e-05 [GeV] +Cell[10,18] 0.00013125460137564 [GeV] +Cell[11,18] 2.3164872185703e-05 [GeV] +Cell[11,17] 5.8051335941059e-05 [GeV] +Cell[11,19] 0.0012592624317019 [GeV] +Cell[10,5] 4.4759493903257e-07 [GeV] +Cell[11,4] 0.00036444595034413 [GeV] +Cell[12,24] 0.0019850178900828 [GeV] +Cell[11,21] 0.00072381245590509 [GeV] +Cell[12,20] 0.0012340220184745 [GeV] +Cell[11,20] 0.012983454274772 [GeV] +Cell[10,22] 0.00092423600272548 [GeV] +Cell[13,21] 0.040654111180298 [GeV] +Cell[14,21] 0.00026211298381531 [GeV] +Cell[14,20] 0.0019355941556033 [GeV] +Cell[13,23] 1.964664301795e-06 [GeV] +Cell[10,20] 1.3518951513106e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 0.6134142497389 (GeV) Source track ID 9169 (anti_proton,1.0368720024809[GeV]) at (-277.60403191234,-415.85574598172,-326.19079810582) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[7,10] 2.8146954718977e-06 [GeV] -Cell[7,8] 0.00037718435626857 [GeV] -Cell[7,23] 0.00026085145801414 [GeV] -Cell[7,6] 0.00038714310147384 [GeV] -Cell[7,7] 7.151369390931e-05 [GeV] -Cell[9,43] 0.0012988931362707 [GeV] -Cell[6,13] 2.8162091585955e-06 [GeV] -Cell[6,14] 3.9618708785838e-06 [GeV] -Cell[6,20] 0.00094122123478528 [GeV] -Cell[6,41] 0.00025073727251947 [GeV] -Cell[6,40] 2.8855801472673e-05 [GeV] -Cell[8,30] 0.0663222083244 [GeV] -Cell[11,27] 0.0010348401353131 [GeV] -Cell[7,25] 0.0008061977455868 [GeV] -Cell[7,4] 0.0010434033356367 [GeV] -Cell[8,47] 4.2003658018075e-07 [GeV] -Cell[7,20] 0.00051101080458999 [GeV] -Cell[11,10] 0.00047089795926663 [GeV] -Cell[11,11] 0.00011822172224311 [GeV] -Cell[8,37] 0.00093628888936231 [GeV] -Cell[6,6] 0.00027773503607619 [GeV] -Cell[4,34] 1.6286823744167e-06 [GeV] -Cell[7,35] 6.5998164645862e-06 [GeV] -Cell[9,45] 9.3759474111721e-08 [GeV] -Cell[3,28] 1.0153507894302e-06 [GeV] -Cell[8,32] 0.024528944482304 [GeV] -Cell[10,25] 0.00010438776577911 [GeV] -Cell[5,12] 3.0784867703915e-09 [GeV] -Cell[3,32] 0.00051099891 [GeV] -Cell[8,34] 0.00036143433214227 [GeV] -Cell[8,33] 0.00059768462621855 [GeV] -Cell[7,33] 0.0006099204594251 [GeV] -Cell[7,32] 0.00054239051253977 [GeV] -Cell[10,41] 0.0020627639351351 [GeV] -Cell[9,20] 0.019917132887335 [GeV] -Cell[10,6] 9.7769208619894e-05 [GeV] -Cell[8,18] 0.0060158687617829 [GeV] -Cell[7,17] 0.00016334553838203 [GeV] -Cell[7,16] 1.4086268890196e-05 [GeV] -Cell[11,47] 0.0024657297094786 [GeV] -Cell[6,33] 0.00024864688898151 [GeV] -Cell[6,32] 7.4478317094417e-07 [GeV] -Cell[14,5] 6.1445148312487e-06 [GeV] -Cell[7,41] 0.00075986105227183 [GeV] -Cell[5,8] 0.0015968065903068 [GeV] -Cell[9,31] 0.019884919583663 [GeV] -Cell[5,17] 0.00090331127192451 [GeV] -Cell[8,13] 0.00051099891 [GeV] -Cell[5,41] 0.00081853380034488 [GeV] -Cell[17,30] 0.00046848343307033 [GeV] -Cell[17,31] 9.8279735539109e-06 [GeV] -Cell[17,29] 0.00063640228341831 [GeV] -Cell[16,5] 5.5278285872191e-06 [GeV] -Cell[5,30] 3.1214476427976e-07 [GeV] -Cell[10,38] 4.4730993977282e-06 [GeV] -Cell[10,8] 0.00097467075485597 [GeV] -Cell[5,23] 0.00048728547893209 [GeV] -Cell[5,22] 0.0058881370255921 [GeV] -Cell[3,47] 2.167733036913e-07 [GeV] -Cell[6,12] 1.8260763306444e-07 [GeV] -Cell[8,31] 1.0103076459911 [GeV] -Cell[11,13] 1.9821344176307e-07 [GeV] -Cell[8,28] 0.0010331226672133 [GeV] -Cell[5,21] 1.5839106092585e-05 [GeV] -Cell[5,20] 0.00022937713824308 [GeV] -Cell[11,41] 0.00075596820710064 [GeV] -Cell[7,31] 0.022595499513043 [GeV] -Cell[7,30] 0.0068996454563423 [GeV] -Cell[9,15] 0.00063208689036897 [GeV] -Cell[12,32] 1.3492960733856e-06 [GeV] -Cell[15,31] 6.0114587108728e-07 [GeV] -Cell[16,18] 7.9533974139849e-06 [GeV] -Cell[9,23] 0.00031382444972669 [GeV] -Cell[6,47] 0.0008549519956165 [GeV] -Cell[8,29] 0.071365634501974 [GeV] -Cell[8,22] 0.00095433803267566 [GeV] -Cell[8,23] 0.0011922394210753 [GeV] -Cell[3,46] 0.0013624748322092 [GeV] -Cell[4,35] 3.0563185449978e-05 [GeV] -Cell[10,42] 0.00065886356511532 [GeV] -Cell[10,2] 0.0013540924496781 [GeV] -Cell[5,16] 0.00089260123670454 [GeV] -Cell[5,15] 0.0004296048574688 [GeV] -Cell[5,9] 5.6806957168192e-06 [GeV] -Cell[6,24] 0.00018058315510177 [GeV] -Cell[6,15] 7.1128110573682e-07 [GeV] -Cell[4,24] 3.1734118238091e-07 [GeV] -Cell[5,18] 4.3223387910984e-07 [GeV] -Cell[4,17] 4.1389238322154e-07 [GeV] -Cell[4,18] 2.2377762460906e-05 [GeV] -Cell[2,47] 0.0014379469386463 [GeV] -Cell[2,0] 8.1583390908349e-05 [GeV] -Cell[7,44] 4.160875978414e-07 [GeV] -Cell[7,45] 4.8397138016298e-08 [GeV] -Cell[11,12] 9.4893417553976e-08 [GeV] -Cell[14,1] 4.4170112232678e-07 [GeV] -Cell[8,24] 3.0139611180938e-05 [GeV] -Cell[8,20] 0.010568096923396 [GeV] -Cell[12,33] 7.1979937251854e-06 [GeV] -Cell[11,33] 3.3890615668497e-08 [GeV] -Cell[7,28] 0.0027958172338744 [GeV] -Cell[7,29] 0.0021258810091326 [GeV] -Cell[10,37] 0.00041223046463854 [GeV] -Cell[8,21] 0.0080347676235252 [GeV] -Cell[9,39] 0.00025178464082427 [GeV] -Cell[8,19] 0.004910780947594 [GeV] -Cell[9,18] 0.0045474355083283 [GeV] -Cell[5,45] 0.0002037786790373 [GeV] -Cell[3,14] 0.0013559674547958 [GeV] -Cell[9,25] 0.00027171609324051 [GeV] -Cell[9,32] 0.00072370870306701 [GeV] -Cell[13,33] 0.00051099891 [GeV] -Cell[0,7] 0.00078332104719623 [GeV] -Cell[10,17] 0.0063229526612104 [GeV] -Cell[9,17] 0.00097280216182728 [GeV] -Cell[2,28] 0.00015386691501806 [GeV] -Cell[10,20] 0.008914397388672 [GeV] -Cell[4,5] 0.00049179024232841 [GeV] -Cell[12,10] 0.0072932389426877 [GeV] -Cell[10,16] 0.00016216681176479 [GeV] -Cell[6,46] 0.00013320071943337 [GeV] -Cell[3,0] 0.00033964317081111 [GeV] -Cell[9,29] 0.021284202602877 [GeV] -Cell[9,1] 0.00057980390654565 [GeV] -Cell[7,2] 0.00043597829618731 [GeV] -Cell[10,39] 0.00029792686086967 [GeV] -Cell[11,37] 0.00064757764037563 [GeV] -Cell[11,38] 0.00019688274857504 [GeV] -Cell[5,0] 3.2885443797568e-05 [GeV] -Cell[2,1] 0.0012575511833597 [GeV] -Cell[13,12] 0.00028767503341453 [GeV] -Cell[13,11] 0.0012409101641497 [GeV] -Cell[12,11] 4.8312358558178e-12 [GeV] -Cell[12,12] 5.8868289443126e-09 [GeV] -Cell[4,41] 5.5335461818416e-05 [GeV] -Cell[4,47] 0.00010335953946142 [GeV] -Cell[10,29] 0.0007802880129492 [GeV] -Cell[13,40] 8.9928837231469e-05 [GeV] -Cell[5,13] 1.6291833503601e-07 [GeV] -Cell[11,42] 5.785471762465e-07 [GeV] -Cell[10,40] 0.00014249587448592 [GeV] -Cell[16,17] 0.00024353888367841 [GeV] -Cell[9,34] 1.0408878122689e-05 [GeV] -Cell[6,34] 1.891958527267e-08 [GeV] -Cell[14,12] 7.9094606917351e-09 [GeV] -Cell[9,30] 0.001762010914994 [GeV] -Cell[9,16] 4.6286361227885e-06 [GeV] -Cell[9,4] 0.00025534566522087 [GeV] -Cell[2,17] 0.00098301338518385 [GeV] -Cell[3,17] 0.012286729486532 [GeV] -Cell[1,8] 0.00086137163720351 [GeV] -Cell[8,4] 0.00030774256868392 [GeV] -Cell[6,2] 0.00071438794272433 [GeV] -Cell[7,3] 4.5832022010472e-08 [GeV] -Cell[9,44] 0.00013696144491155 [GeV] -Cell[11,0] 0.008258478805499 [GeV] -Cell[11,1] 1.5211114078625e-05 [GeV] -Cell[12,1] 1.1578032729176e-07 [GeV] -Cell[12,2] 0.007367979532185 [GeV] -Cell[11,2] 7.5844582170248e-11 [GeV] -Cell[15,43] 1.6782361263495e-05 [GeV] -Cell[15,42] 0.00043521542756957 [GeV] -Cell[15,41] 2.3934667638059e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 163 cells : 1.4133853088712 (GeV) +Cell[8,8] 0.00038662977549616 [GeV] +Cell[10,35] 0.00054348243066909 [GeV] +Cell[3,21] 0.00013270549794629 [GeV] +Cell[9,33] 0.0032433033307373 [GeV] +Cell[7,3] 0.041573176952952 [GeV] +Cell[9,27] 0.00018421091828521 [GeV] +Cell[10,30] 1.5442303207237e-05 [GeV] +Cell[10,29] 0.016866195623916 [GeV] +Cell[12,19] 0.00044363996724428 [GeV] +Cell[7,35] 3.8943873050812e-09 [GeV] +Cell[7,36] 2.6337511371821e-09 [GeV] +Cell[8,36] 1.0131892369827e-05 [GeV] +Cell[7,26] 3.1091127311811e-08 [GeV] +Cell[8,25] 0.0017751545634083 [GeV] +Cell[8,24] 4.9444615055108e-05 [GeV] +Cell[7,13] 0.00054864067848642 [GeV] +Cell[10,37] 0.00031618553352496 [GeV] +Cell[9,31] 0.0035104352576133 [GeV] +Cell[9,32] 0.0013449588409283 [GeV] +Cell[10,31] 0.002147680764672 [GeV] +Cell[7,34] 0.0008204883914666 [GeV] +Cell[12,3] 2.9699666989814e-05 [GeV] +Cell[11,27] 0.000272802737696 [GeV] +Cell[11,28] 0.010880856025884 [GeV] +Cell[7,30] 1.3469609667936e-05 [GeV] +Cell[9,18] 0.0045067361771707 [GeV] +Cell[8,6] 0.0026809120699697 [GeV] +Cell[9,30] 0.00037447213183566 [GeV] +Cell[11,31] 9.5924652659697e-05 [GeV] +Cell[12,28] 4.6593542265327e-08 [GeV] +Cell[11,30] 0.0018646549608411 [GeV] +Cell[11,29] 0.19489508296281 [GeV] +Cell[12,22] 0.0011251013125394 [GeV] +Cell[12,21] 9.5086289269261e-05 [GeV] +Cell[11,2] 4.9025301258325e-06 [GeV] +Cell[11,3] 0.00075120221587281 [GeV] +Cell[10,19] 1.0363235196564e-05 [GeV] +Cell[11,19] 0.0010094851945663 [GeV] +Cell[12,24] 9.714505969457e-05 [GeV] +Cell[11,20] 0.00065080359206638 [GeV] +Cell[10,20] 2.7611048765266e-06 [GeV] +Cell[8,31] 0.62296096975615 [GeV] +Cell[8,32] 0.13890984271237 [GeV] +Cell[8,30] 0.020814044359522 [GeV] +Cell[7,31] 0.0030317771664879 [GeV] +Cell[8,34] 0.001112713281809 [GeV] +Cell[5,9] 0.00011791480749105 [GeV] +Cell[5,10] 0.00059682874080306 [GeV] +Cell[5,11] 0.0009051182208766 [GeV] +Cell[5,12] 3.5448260139219e-06 [GeV] +Cell[8,33] 0.0032526181810464 [GeV] +Cell[8,39] 6.3242270261981e-06 [GeV] +Cell[8,38] 8.1050240260083e-06 [GeV] +Cell[7,41] 0.00029813796310452 [GeV] +Cell[8,45] 1.2957172235474e-05 [GeV] +Cell[9,45] 8.5716854955535e-06 [GeV] +Cell[9,44] 0.00095708940896714 [GeV] +Cell[8,44] 0.00036915623298171 [GeV] +Cell[8,43] 0.00020631691768813 [GeV] +Cell[8,26] 3.2570751353205e-05 [GeV] +Cell[9,26] 0.00044580687670248 [GeV] +Cell[9,24] 0.00057376563133641 [GeV] +Cell[9,25] 2.8495071931047e-05 [GeV] +Cell[9,34] 0.0026767319605656 [GeV] +Cell[9,35] 0.0015924646248059 [GeV] +Cell[6,23] 8.9548273535911e-06 [GeV] +Cell[2,47] 0.00033702634609006 [GeV] +Cell[2,46] 1.425486259734e-05 [GeV] +Cell[3,46] 1.9060440376961e-07 [GeV] +Cell[3,47] 3.7097055499089e-06 [GeV] +Cell[6,45] 0.0001007295354866 [GeV] +Cell[4,32] 0.00011063907685793 [GeV] +Cell[8,29] 0.0088231503612575 [GeV] +Cell[7,32] 0.11036959797863 [GeV] +Cell[7,33] 0.0032013450605908 [GeV] +Cell[6,32] 0.00035209078526452 [GeV] +Cell[6,31] 2.0389316545334e-05 [GeV] +Cell[8,35] 0.00052567070172906 [GeV] +Cell[12,6] 9.0858559837298e-05 [GeV] +Cell[12,7] 0.00052669180170153 [GeV] +Cell[6,43] 0.00040676440068612 [GeV] +Cell[2,42] 0.00085548824490738 [GeV] +Cell[8,5] 0.0044731778265873 [GeV] +Cell[5,19] 0.0011366790023673 [GeV] +Cell[8,15] 9.379298092351e-05 [GeV] +Cell[10,44] 0.0017689574438396 [GeV] +Cell[6,17] 0.0014786530581124 [GeV] +Cell[10,16] 0.0010391291565313 [GeV] +Cell[9,38] 0.00051099891 [GeV] +Cell[10,40] 0.00042577001022025 [GeV] +Cell[11,6] 0.00021371106499327 [GeV] +Cell[0,16] 0.00051099891 [GeV] +Cell[11,7] 0.00029294875556928 [GeV] +Cell[9,36] 0.0020099535648412 [GeV] +Cell[17,47] 0.0042984355761791 [GeV] +Cell[13,47] 0.00018778244151804 [GeV] +Cell[6,40] 0.0005388044951986 [GeV] +Cell[10,0] 0.0014955558649138 [GeV] +Cell[10,47] 0.00014085325226558 [GeV] +Cell[13,3] 0.00089497652755483 [GeV] +Cell[2,20] 2.7028882381273e-05 [GeV] +Cell[2,19] 3.4916590118883e-05 [GeV] +Cell[1,20] 8.2026202580892e-06 [GeV] +Cell[1,18] 1.7131413362222e-05 [GeV] +Cell[2,17] 0.00095527110491219 [GeV] +Cell[2,16] 0.0045246039614555 [GeV] +Cell[4,2] 0.0011573855429746 [GeV] +Cell[4,3] 5.8917317910527e-05 [GeV] +Cell[7,27] 5.8890465879813e-08 [GeV] +Cell[4,44] 1.1853728210554e-08 [GeV] +Cell[2,2] 1.4756888737111e-06 [GeV] +Cell[2,1] 6.5423094463313e-07 [GeV] +Cell[7,2] 0.0015750541005862 [GeV] +Cell[4,38] 7.3752703028731e-06 [GeV] +Cell[2,22] 9.0307040663902e-06 [GeV] +Cell[3,22] 0.00063902266143236 [GeV] +Cell[16,12] 1.2082835950423e-05 [GeV] +Cell[10,25] 0.00033917251937908 [GeV] +Cell[10,26] 4.4223838813195e-11 [GeV] +Cell[7,1] 4.1937650530599e-06 [GeV] +Cell[7,0] 0.00047076700835714 [GeV] +Cell[4,19] 5.0691810902208e-06 [GeV] +Cell[3,17] 1.4558179425762e-05 [GeV] +Cell[3,16] 0.00037800569114938 [GeV] +Cell[3,18] 2.8472438248969e-05 [GeV] +Cell[2,15] 0.0016322288327113 [GeV] +Cell[2,18] 0.0014450348762545 [GeV] +Cell[1,14] 2.9493172769435e-07 [GeV] +Cell[1,13] 0.013696432733273 [GeV] +Cell[0,13] 0.0046659668453893 [GeV] +Cell[0,14] 0.00018224348356659 [GeV] +Cell[10,38] 2.6136112865061e-09 [GeV] +Cell[11,37] 1.3978784636492e-09 [GeV] +Cell[3,37] 0.00071406070266585 [GeV] +Cell[2,37] 5.8285749260108e-05 [GeV] +Cell[10,27] 0.032609940427795 [GeV] +Cell[10,28] 0.003693210718932 [GeV] +Cell[9,28] 0.0028251480513308 [GeV] +Cell[9,29] 7.6673904595737e-06 [GeV] +Cell[12,2] 0.0095892261181998 [GeV] +Cell[12,1] 0.00027749756667083 [GeV] +Cell[9,20] 0.00047109611389317 [GeV] +Cell[10,21] 2.3251158593666e-05 [GeV] +Cell[9,21] 5.7025492424145e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 144 cells : 1.3216141589268 (GeV) Source track ID 9204 (gamma,0.37133215847831[GeV]) at (-133.93656705389,-481.7270970226,181.68248193077) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,34] 0.064953154009891 [GeV] -Cell[11,35] 0.0020777535816854 [GeV] -Cell[11,36] 0.00015441842348584 [GeV] -Cell[11,32] 0.00041941045421848 [GeV] -Cell[11,33] 0.12069305908607 [GeV] -Cell[10,33] 0.15447461998416 [GeV] -Cell[14,17] 0.0011468280216759 [GeV] -Cell[10,34] 0.026823063266169 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.37074230682736 (GeV) +Cell[10,34] 0.018625663248659 [GeV] +Cell[10,32] 0.00018867238772432 [GeV] +Cell[12,32] 0.00019988364091883 [GeV] +Cell[11,33] 0.081123483687445 [GeV] +Cell[12,1] 0.0010071409160848 [GeV] +Cell[10,33] 0.22272467440654 [GeV] +Cell[11,34] 0.04707177754136 [GeV] +Cell[11,26] 0.0002837426994005 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.37122503852813 (GeV) Source track ID 9205 (gamma,0.136782797126[GeV]) at (-378.97237264355,-326.15937940357,68.392647635792) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,28] 0.0032855827139168 [GeV] -Cell[10,29] 0.12782763206673 [GeV] -Cell[9,30] 0.0017893569379205 [GeV] -Cell[10,27] 0.00015502576830537 [GeV] -Cell[10,31] 0.0015670908761374 [GeV] -Cell[10,30] 0.0018021356213013 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.13642682398431 (GeV) +Cell[10,30] 0.0033753788490975 [GeV] +Cell[10,29] 0.13217948973425 [GeV] +Cell[10,28] 0.0007169296326539 [GeV] +Cell[9,29] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.136782797126 (GeV) Source track ID 9172 (pi+,0.39277371932699[GeV]) at (-475.39451182812,-154.91952144163,235.70453678959) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,27] 0.006841931509083 [GeV] -Cell[11,26] 0.099597173993378 [GeV] -Cell[12,28] 0.00051099891 [GeV] -Cell[9,41] 8.3479948223385e-05 [GeV] -Cell[10,26] 0.001909585006523 [GeV] -Cell[10,25] 0.0014088533891833 [GeV] -Cell[9,42] 1.0253289099182e-07 [GeV] -Cell[11,29] 0.00071930318274292 [GeV] -Cell[12,27] 0.0029590478834955 [GeV] -Cell[9,40] 9.3016384717203e-05 [GeV] -Cell[11,24] 0.0016564418697956 [GeV] -Cell[13,39] 4.0360742917983e-05 [GeV] -Cell[9,26] 0.00014122207248874 [GeV] -Cell[12,47] 1.1560808925424e-05 [GeV] -Cell[13,44] 0.00010599737704615 [GeV] -Cell[17,6] 0.00023325641453175 [GeV] -Cell[9,28] 0.00057647203430236 [GeV] -Cell[16,6] 0.00022223936514126 [GeV] -Cell[16,5] 1.3316342636244e-05 [GeV] -Cell[16,7] 0.00017164567203645 [GeV] -Cell[10,38] 7.6641339692287e-06 [GeV] -Cell[8,28] 3.685068222353e-06 [GeV] -Cell[11,30] 3.6423791584639e-07 [GeV] -Cell[13,18] 0.002365273772321 [GeV] -Cell[13,6] 1.0456811878612e-09 [GeV] -Cell[16,8] 1.2401604863044e-08 [GeV] -Cell[13,15] 6.1981974577066e-06 [GeV] -Cell[13,37] 0.0018154122337411 [GeV] -Cell[12,15] 7.5418220367283e-06 [GeV] -Cell[11,28] 0.003466367110519 [GeV] -Cell[12,23] 0.0008543854067576 [GeV] -Cell[12,24] 6.3941483352778e-05 [GeV] -Cell[11,25] 0.02115039766126 [GeV] -Cell[12,21] 0.00061921628290168 [GeV] -Cell[11,21] 8.0492347333347e-05 [GeV] -Cell[12,25] 0.00015955487591884 [GeV] -Cell[12,22] 5.6810677051544e-11 [GeV] -Cell[10,42] 2.6823610141946e-09 [GeV] -Cell[5,16] 8.5366818664482e-05 [GeV] -Cell[12,33] 1.9102664693492e-05 [GeV] -Cell[9,25] 4.7090675252548e-09 [GeV] -Cell[10,20] 7.2875758633018e-08 [GeV] -Cell[9,29] 1.3817335071508e-05 [GeV] -Cell[10,39] 6.2064637313597e-06 [GeV] -Cell[10,29] 2.5971419381904e-05 [GeV] -Cell[13,40] 1.6483791783685e-05 [GeV] -Cell[10,40] 0.0028855052448374 [GeV] -Cell[9,4] 0.00075785271138238 [GeV] -Cell[11,1] 0.00040390906867822 [GeV] -Cell[12,1] 2.4223243340202e-06 [GeV] -Cell[10,27] 0.00030691911146721 [GeV] -Cell[10,30] 9.0896916221936e-06 [GeV] -Cell[19,19] 8.3966152958283e-05 [GeV] -Cell[9,3] 5.7489320170134e-08 [GeV] -Cell[9,27] 0.0013104539166042 [GeV] -Cell[12,7] 3.9788413699853e-06 [GeV] -Cell[13,7] 2.7732515377465e-08 [GeV] -Cell[13,19] 0.00088777125859929 [GeV] -Cell[11,40] 7.6250353486103e-05 [GeV] -Cell[10,32] 4.442937701242e-06 [GeV] -Cell[12,34] 2.3884483263828e-05 [GeV] -Cell[12,35] 6.2819448357914e-06 [GeV] -Cell[16,3] 3.2593039161725e-05 [GeV] -Cell[16,4] 1.7079400393413e-05 [GeV] -Cell[17,7] 3.6605677451007e-06 [GeV] -Cell[12,16] 0.00040634502174287 [GeV] -Cell[16,2] 0.00022546641745225 [GeV] -Cell[12,14] 9.459923079703e-06 [GeV] -Cell[12,17] 9.0620583348482e-06 [GeV] -Cell[11,16] 0.00038549764485151 [GeV] -Cell[11,17] 5.3949013564193e-05 [GeV] -Cell[10,24] 8.4633493834644e-05 [GeV] -Cell[15,10] 8.6040937742382e-07 [GeV] -Cell[15,2] 0.0043693132156638 [GeV] -Cell[15,0] 0.00078948886523858 [GeV] -Cell[15,47] 4.1717873955349e-10 [GeV] -Cell[13,1] 9.3982102221048e-05 [GeV] -Cell[12,0] 0.00082528269746274 [GeV] -Cell[13,0] 9.4124965107767e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 79 cells : 0.16222715485376 (GeV) +Cell[11,27] 1.0762345278636e-05 [GeV] +Cell[11,23] 0.00093672583908767 [GeV] +Cell[12,23] 0.0039132353951095 [GeV] +Cell[11,24] 0.17716072629281 [GeV] +Cell[11,21] 0.0036394520389787 [GeV] +Cell[10,40] 0.00021980401949793 [GeV] +Cell[11,26] 0.05171332843345 [GeV] +Cell[11,25] 0.085252101492012 [GeV] +Cell[14,39] 0.0002175197080312 [GeV] +Cell[15,38] 0.00020649536279586 [GeV] +Cell[15,37] 3.9859799763917e-06 [GeV] +Cell[14,38] 0.001009133751742 [GeV] +Cell[14,40] 0.00041532459154041 [GeV] +Cell[10,23] 4.451190441614e-06 [GeV] +Cell[10,39] 1.9391213959352e-07 [GeV] +Cell[9,40] 1.0011717677116e-11 [GeV] +Cell[10,41] 7.171600796994e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.32477495637088 (GeV) Source track ID 9173 (pi-,0.89600984945122[GeV]) at (-158.3307027647,-474.26932070506,406.36945118016) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[12,37] 0.00025893984910488 [GeV] -Cell[11,10] 0.00097140004231369 [GeV] -Cell[11,34] 0.0027669906652234 [GeV] -Cell[10,23] 0.00073149081565123 [GeV] -Cell[10,35] 8.4046749577738e-07 [GeV] -Cell[14,4] 0.00042470593579981 [GeV] -Cell[14,5] 0.0014920010189685 [GeV] -Cell[8,25] 0.00071822777485094 [GeV] -Cell[11,35] 0.0083721548690986 [GeV] -Cell[11,36] 0.0024069373575531 [GeV] -Cell[16,6] 9.3533756735269e-06 [GeV] -Cell[10,38] 0.00076350177062727 [GeV] -Cell[13,26] 0.0021263175166527 [GeV] -Cell[9,14] 0.0027123605144209 [GeV] -Cell[11,31] 2.6382770741975e-06 [GeV] -Cell[11,32] 0.0023057179547858 [GeV] -Cell[12,32] 0.0052017005822772 [GeV] -Cell[12,31] 0.0029722775141946 [GeV] -Cell[11,30] 2.4175807311622e-09 [GeV] -Cell[16,18] 3.8446431538318e-05 [GeV] -Cell[13,34] 0.0088668215024107 [GeV] -Cell[13,25] 0.00084345777497549 [GeV] -Cell[13,37] 3.3117907596534e-06 [GeV] -Cell[12,15] 0.0014528214198806 [GeV] -Cell[12,23] 0.00038757995016749 [GeV] -Cell[12,24] 0.00035113252508654 [GeV] -Cell[12,25] 6.0458705656174e-05 [GeV] -Cell[13,22] 1.0378223407315e-05 [GeV] -Cell[9,23] 1.7605081666261e-08 [GeV] -Cell[8,23] 2.2862500372867e-09 [GeV] -Cell[8,24] 0.0027345876476144 [GeV] -Cell[12,33] 0.24007881732618 [GeV] -Cell[11,33] 0.0065496867309746 [GeV] -Cell[10,37] 7.2361331149295e-10 [GeV] -Cell[13,33] 0.00049226284256792 [GeV] -Cell[11,37] 0.0046434187842093 [GeV] -Cell[11,38] 0.00059490157232028 [GeV] -Cell[13,12] 0.00062178589748066 [GeV] -Cell[13,11] 1.3808986846584e-05 [GeV] -Cell[16,17] 8.4926462682233e-07 [GeV] -Cell[14,12] 1.2950821366189e-05 [GeV] -Cell[10,33] 0.00036811483505403 [GeV] -Cell[10,34] 2.1680581085093e-08 [GeV] -Cell[9,3] 7.0608784736351e-05 [GeV] -Cell[10,32] 8.3225855604496e-05 [GeV] -Cell[12,34] 0.028654287929821 [GeV] -Cell[12,35] 0.030239289024726 [GeV] -Cell[12,14] 0.000207200408483 [GeV] -Cell[10,24] 1.2797706876881e-06 [GeV] -Cell[17,16] 3.163586370647e-11 [GeV] -Cell[12,13] 0.00019907991444188 [GeV] -Cell[11,8] 4.3504995119292e-06 [GeV] -Cell[14,21] 0.00022717061511389 [GeV] -Cell[14,20] 4.1984167210899e-05 [GeV] -Cell[15,20] 1.2118456197641e-08 [GeV] -Cell[14,19] 3.7527570384555e-11 [GeV] -Cell[12,30] 1.2787182743068e-07 [GeV] -Cell[14,45] 0.13377751753048 [GeV] -Cell[10,22] 1.6386085917475e-08 [GeV] -Cell[7,22] 1.2422387953848e-08 [GeV] -Cell[6,25] 5.5188464784806e-07 [GeV] -Cell[12,19] 2.5772414892458e-05 [GeV] -Cell[12,18] 0.00042418730681402 [GeV] -Cell[14,33] 8.3763600607995e-05 [GeV] -Cell[14,34] 2.1449135715557e-08 [GeV] -Cell[13,24] 6.8156959145995e-05 [GeV] -Cell[12,26] 6.123330356786e-06 [GeV] -Cell[12,36] 0.0047162676348869 [GeV] -Cell[12,38] 0.00078214332281664 [GeV] -Cell[13,36] 0.001217726201172 [GeV] -Cell[13,35] 0.00027926552587533 [GeV] -### Total energy deposition in calorimeter by a source track in 71 cells : 0.50347333704708 (GeV) +Cell[11,35] 0.00064126066899962 [GeV] +Cell[11,32] 0.0010863320512658 [GeV] +Cell[12,32] 0.0040253316635083 [GeV] +Cell[14,32] 0.0013482101489253 [GeV] +Cell[15,32] 0.011635653261598 [GeV] +Cell[11,33] 0.0064223452087296 [GeV] +Cell[11,34] 4.6895706113901e-06 [GeV] +Cell[12,33] 0.15817623693506 [GeV] +Cell[12,34] 0.27573713550339 [GeV] +Cell[13,34] 0.047085729991217 [GeV] +Cell[13,35] 0.011933899884819 [GeV] +Cell[12,35] 0.031807750110017 [GeV] +Cell[12,36] 0.0026744952074325 [GeV] +Cell[13,33] 0.013890046691959 [GeV] +Cell[14,33] 1.3078220991929e-05 [GeV] +Cell[13,36] 0.003433016508101 [GeV] +Cell[12,37] 2.8873234100502e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.56991524049986 (GeV) Source track ID 9162 (gamma,0.032559394638405[GeV]) at (-498.62850752515,-37.0082623645,-1796.9970897643) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,23] 0.0023902530446656 [GeV] -Cell[0,24] 0.029253319312487 [GeV] -Cell[1,2] 0.00050608911710251 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.032149661474255 (GeV) +Cell[0,24] 0.028707407229415 [GeV] +Cell[0,25] 0.0025409673200838 [GeV] +Cell[0,6] 0.00026466606021589 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.031513040609715 (GeV) Source track ID 9135 (pi+,0.77703516477703[GeV]) at (-481.47991861101,134.82243127289,-1805.5924305864) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,39] 8.4099826053716e-06 [GeV] -Cell[6,41] 3.2342722988687e-06 [GeV] -Cell[6,40] 2.3548667668365e-06 [GeV] -Cell[7,43] 0.0014140815057415 [GeV] -Cell[3,33] 1.7402013757646e-05 [GeV] -Cell[8,41] 0.002223053905002 [GeV] -Cell[8,42] 0.00049993004418775 [GeV] -Cell[1,40] 0.001040430615796 [GeV] -Cell[0,23] 0.0068735540174096 [GeV] -Cell[0,41] 0.00019867120222887 [GeV] -Cell[6,37] 3.5594046490814e-06 [GeV] -Cell[6,38] 0.00015995958522683 [GeV] -Cell[1,26] 1.0219586442872e-08 [GeV] -Cell[3,34] 0.0011634877137515 [GeV] -Cell[3,35] 0.0022230282629839 [GeV] -Cell[3,8] 0.00029078545922152 [GeV] -Cell[4,44] 0.0020675348385447 [GeV] -Cell[0,26] 1.27780104674e-06 [GeV] -Cell[2,20] 1.1325191088417e-05 [GeV] -Cell[5,11] 1.1557043762878e-08 [GeV] -Cell[2,34] 1.399582833983e-08 [GeV] -Cell[1,33] 8.6870085534088e-05 [GeV] -Cell[6,47] 0.00013037744691189 [GeV] -Cell[7,44] 0.0015364662004663 [GeV] -Cell[7,45] 0.0068493529729553 [GeV] -Cell[5,45] 0.0011578241957154 [GeV] -Cell[6,46] 0.00016326016533287 [GeV] -Cell[0,24] 0.00055373437529772 [GeV] -Cell[0,21] 0.099624894395451 [GeV] -Cell[0,22] 0.010494625118292 [GeV] -Cell[1,22] 0.00042255904716581 [GeV] -Cell[1,21] 0.0028720715416364 [GeV] -Cell[0,20] 0.0010293557937852 [GeV] -Cell[1,20] 0.0053931818099791 [GeV] -Cell[1,6] 5.5239986948436e-05 [GeV] -Cell[2,21] 0.0004949594559439 [GeV] -Cell[0,36] 0.0027996607262748 [GeV] -Cell[0,35] 3.028079753858e-05 [GeV] -Cell[0,37] 1.7713551013117e-05 [GeV] -Cell[1,19] 2.5665793917142e-05 [GeV] -Cell[2,8] 4.7249923359118e-05 [GeV] -Cell[2,7] 1.6198706475734e-07 [GeV] -Cell[1,25] 0.00052195907060388 [GeV] -Cell[0,25] 1.8048769561574e-08 [GeV] -Cell[0,27] 0.0032722167846634 [GeV] -Cell[1,27] 3.6321580410004e-11 [GeV] -Cell[0,40] 0.0050520074156458 [GeV] -Cell[0,39] 0.0012085936162187 [GeV] -Cell[2,5] 0.00074966050454361 [GeV] -Cell[3,15] 1.6874080756679e-08 [GeV] -Cell[1,29] 7.5352436397225e-09 [GeV] -Cell[4,45] 0.00056765318427111 [GeV] -Cell[2,12] 4.9527239752933e-08 [GeV] -Cell[3,10] 0.0082120397156316 [GeV] -Cell[3,9] 0.0012547718614268 [GeV] -Cell[4,10] 1.9220380857973e-05 [GeV] -Cell[4,9] 0.001065058011074 [GeV] -Cell[3,11] 0.0060198084735252 [GeV] -Cell[3,12] 0.00017998491015931 [GeV] -Cell[2,11] 0.0010328746524643 [GeV] -Cell[2,10] 5.7719880715013e-09 [GeV] -Cell[2,31] 0.0010279997022425 [GeV] -Cell[2,30] 2.6755018421682e-05 [GeV] -Cell[1,31] 0.00024291219435872 [GeV] -Cell[2,32] 0.00029924498417392 [GeV] -Cell[1,32] 5.4125954629853e-06 [GeV] -Cell[4,11] 0.0013449032058944 [GeV] -Cell[4,12] 5.3317930905905e-09 [GeV] -Cell[2,16] 3.3377181104811e-05 [GeV] -Cell[0,13] 0.0029000659263357 [GeV] -Cell[6,45] 0.0015707343807865 [GeV] -Cell[8,45] 0.0069711628837703 [GeV] -Cell[8,44] 0.0049756370033383 [GeV] -Cell[8,43] 0.0014412938453105 [GeV] -Cell[8,46] 1.5543627796433e-08 [GeV] -Cell[5,44] 1.1650650246906e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 76 cells : 0.20199473864695 (GeV) +Cell[0,21] 0.18421007187299 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.18421007187299 (GeV) Source track ID 9132 (gamma,1.9015972345341[GeV]) at (-363.22356459904,343.61117868889,-955.17210870254) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,10] 0.00051099891 [GeV] -Cell[7,27] 0.0019972827246407 [GeV] -Cell[7,40] 0.0026086448438105 [GeV] -Cell[3,33] 0.00051099891 [GeV] -Cell[4,6] 0.00051099891 [GeV] -Cell[6,42] 0.00076183200048083 [GeV] -Cell[0,42] 0.00051099891 [GeV] -Cell[0,41] 0.001748366265027 [GeV] -Cell[5,17] 0.028892778405801 [GeV] -Cell[5,30] 0.00044053057851382 [GeV] -Cell[5,29] 0.0024781534055946 [GeV] -Cell[5,28] 0.0010613010431139 [GeV] -Cell[3,47] 0.00048740750397192 [GeV] -Cell[5,18] 1.5703238253496 [GeV] -Cell[4,17] 0.061320094773085 [GeV] -Cell[4,18] 0.19090139383292 [GeV] -Cell[3,0] 0.0091515775977469 [GeV] -Cell[5,13] 0.00102199782 [GeV] -Cell[7,3] 0.00051099891 [GeV] -Cell[1,31] 0.0005005640884233 [GeV] -Cell[4,12] 0.00015671361355959 [GeV] -Cell[4,3] 0.00058287912775571 [GeV] -Cell[5,19] 0.0048143955520876 [GeV] -Cell[15,38] 0.00051099891 [GeV] -Cell[2,39] 0.00058207967241394 [GeV] -Cell[2,40] 0.0022630828538992 [GeV] -Cell[4,2] 0.0010140464095753 [GeV] -Cell[4,19] 0.0026980957849075 [GeV] -Cell[4,16] 0.0025850690646298 [GeV] -Cell[3,6] 0.00051099891 [GeV] -Cell[5,47] 0.00051099891 [GeV] -Cell[8,0] 0.00019497198929867 [GeV] -### Total energy deposition in calorimeter by a source track in 32 cells : 1.8926750755808 (GeV) +Cell[5,34] 0.00051099891 [GeV] +Cell[6,34] 0.00040272575976911 [GeV] +Cell[6,36] 0.00051099891 [GeV] +Cell[4,29] 0.00039133757648254 [GeV] +Cell[5,43] 0.0014074334126039 [GeV] +Cell[8,33] 0.0011123119273749 [GeV] +Cell[5,19] 0.0015406323414031 [GeV] +Cell[4,19] 0.012345007548505 [GeV] +Cell[5,18] 1.6073973735164 [GeV] +Cell[4,18] 0.19921190581697 [GeV] +Cell[5,17] 0.015832519932184 [GeV] +Cell[4,45] 0.00051099891 [GeV] +Cell[6,4] 0.0011635878318616 [GeV] +Cell[4,20] 0.0010032785301191 [GeV] +Cell[4,17] 0.03884271123799 [GeV] +Cell[10,4] 0.00051099891 [GeV] +Cell[4,16] 0.0016718091422713 [GeV] +Cell[6,9] 0.0011574160733564 [GeV] +Cell[5,4] 0.00039252645334059 [GeV] +Cell[6,26] 0.0018572887290696 [GeV] +Cell[3,35] 0.00051099891 [GeV] +Cell[6,30] 0.0011786818026878 [GeV] +Cell[2,30] 0.00070508859810532 [GeV] +Cell[9,43] 0.00051099891 [GeV] +Cell[5,22] 0.0011452070653588 [GeV] +Cell[3,5] 0.00051099891 [GeV] +Cell[3,42] 0.0038977889833942 [GeV] +Cell[7,45] 0.00067968648201147 [GeV] +Cell[2,43] 0.0016318662427453 [GeV] +Cell[3,11] 0.00051099891 [GeV] +Cell[4,47] 0.00068764760764856 [GeV] +Cell[5,7] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 32 cells : 1.9002548228017 (GeV) Source track ID 9115 (pi-,4.4333092079291[GeV]) at (-407.16881105673,290.1957258518,-1898.4345040907) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,19] 0.14401559112254 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.14401559112254 (GeV) +Cell[0,19] 0.14846891950076 [GeV] +Cell[0,18] 0.0014647346319657 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.14993365413273 (GeV) Source track ID 9101 (pi+,1.2127989976735[GeV]) at (-485.55418478486,119.31946043253,-1807.8180196474) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,8] 0.00013732095517264 [GeV] -Cell[9,9] 0.0013887498113133 [GeV] -Cell[6,39] 0.00038240685977962 [GeV] -Cell[8,47] 0.0052630406793289 [GeV] -Cell[7,13] 0.00032566106640479 [GeV] -Cell[7,43] 2.2817403078079e-11 [GeV] -Cell[4,8] 6.1849137156969e-05 [GeV] -Cell[8,35] 2.699203992961e-06 [GeV] -Cell[6,44] 0.00013049921623542 [GeV] -Cell[6,43] 1.6766695945989e-05 [GeV] -Cell[6,37] 1.1503894228326e-06 [GeV] -Cell[6,38] 0.0001637427087386 [GeV] -Cell[4,29] 5.6074697844451e-05 [GeV] -Cell[6,30] 1.3470445352141e-05 [GeV] -Cell[2,45] 1.6708531329641e-05 [GeV] -Cell[0,32] 0.021983011688835 [GeV] -Cell[3,35] 4.6635702310596e-06 [GeV] -Cell[2,46] 0.00089036516564782 [GeV] -Cell[2,42] 1.830757955463e-05 [GeV] -Cell[3,19] 0.00032966603166005 [GeV] -Cell[2,20] 9.5667241259889e-06 [GeV] -Cell[2,33] 8.9005968533456e-05 [GeV] -Cell[0,21] 0.031621529009566 [GeV] -Cell[0,22] 0.38248398569518 [GeV] -Cell[1,22] 0.0034933790337434 [GeV] -Cell[1,21] 0.088167143912401 [GeV] -Cell[0,20] 6.901388071492e-05 [GeV] -Cell[1,20] 0.28357987270693 [GeV] -Cell[2,21] 6.0007126382516e-05 [GeV] -Cell[0,36] 1.2462583952583e-05 [GeV] -Cell[1,19] 0.0046529528615611 [GeV] -Cell[4,9] 0.002913983673448 [GeV] -Cell[2,10] 1.0225175559754e-05 [GeV] -Cell[0,13] 0.0018798131057239 [GeV] -Cell[8,46] 0.0009754872450867 [GeV] -Cell[5,44] 2.1078821057017e-05 [GeV] -Cell[0,19] 1.5591242117807e-08 [GeV] -Cell[5,39] 1.7490831756731e-05 [GeV] -Cell[1,23] 0.0022814075529952 [GeV] -Cell[4,33] 0.00021742305532098 [GeV] -Cell[2,3] 0.0004614303672123 [GeV] -Cell[2,2] 0.00033987634777088 [GeV] -Cell[2,4] 9.3842194928584e-08 [GeV] -Cell[1,13] 0.006894691563981 [GeV] -Cell[1,14] 9.9259441935374e-05 [GeV] -Cell[5,43] 8.5384888516273e-06 [GeV] -Cell[16,24] 0.00069558977068255 [GeV] -Cell[16,23] 2.4011982284719e-05 [GeV] -Cell[17,24] 0.00026032652385641 [GeV] -Cell[17,25] 1.2258575025385e-05 [GeV] -Cell[16,25] 5.4054690133398e-07 [GeV] -Cell[17,26] 5.2287941798568e-10 [GeV] -Cell[16,26] 3.9041893046488e-08 [GeV] -Cell[15,24] 9.4745528392991e-05 [GeV] -Cell[1,16] 0.001248075094798 [GeV] -Cell[0,14] 0.0051836156229774 [GeV] -Cell[1,15] 0.00061623621164496 [GeV] -Cell[4,30] 2.8975960449316e-06 [GeV] -Cell[1,43] 0.001017058327274 [GeV] -Cell[0,43] 6.5877341146916e-05 [GeV] -Cell[0,44] 0.00059903435279011 [GeV] -Cell[1,24] 8.8278412704312e-09 [GeV] -Cell[7,46] 3.4495912492275e-05 [GeV] -Cell[7,47] 0.00043006276499716 [GeV] -Cell[0,46] 2.178636030294e-06 [GeV] -Cell[0,47] 2.5010798417497e-06 [GeV] -Cell[3,36] 0.00055222969170143 [GeV] -Cell[3,37] 0.00043747253996776 [GeV] -Cell[4,36] 2.517814436942e-10 [GeV] -Cell[1,42] 0.0065662942321242 [GeV] -Cell[1,41] 0.0019878877065706 [GeV] -Cell[6,0] 1.7159395443741e-05 [GeV] -Cell[1,18] 0.00014212354999017 [GeV] -Cell[1,17] 3.0164848431014e-07 [GeV] -Cell[2,19] 0.00023747751976055 [GeV] -Cell[2,18] 1.8046994227916e-09 [GeV] -Cell[0,18] 0.00082882265302942 [GeV] -### Total energy deposition in calorimeter by a source track in 77 cells : 0.86260521431733 (GeV) +Cell[3,21] 0.0006399060680144 [GeV] +Cell[3,32] 0.0011950439290466 [GeV] +Cell[9,27] 3.6423779674806e-06 [GeV] +Cell[0,23] 0.0014382158026053 [GeV] +Cell[3,25] 1.7643738344759e-06 [GeV] +Cell[1,40] 1.0017593740486e-07 [GeV] +Cell[8,28] 3.2045822299551e-06 [GeV] +Cell[9,37] 2.1763817348983e-06 [GeV] +Cell[8,25] 0.00049093894889847 [GeV] +Cell[6,35] 1.0202743578702e-07 [GeV] +Cell[7,23] 0.00026289177546096 [GeV] +Cell[7,22] 1.4025688928086e-05 [GeV] +Cell[6,14] 1.5564559089398e-06 [GeV] +Cell[4,39] 0.0039357748156096 [GeV] +Cell[8,30] 1.6159129241714e-05 [GeV] +Cell[7,41] 4.6769704204053e-07 [GeV] +Cell[8,26] 3.1905152636568e-05 [GeV] +Cell[9,26] 5.0599499237478e-06 [GeV] +Cell[8,29] 4.4325499329716e-06 [GeV] +Cell[2,20] 0.0045118821439937 [GeV] +Cell[1,20] 0.00021637061741387 [GeV] +Cell[1,18] 0.00048904491568328 [GeV] +Cell[4,3] 1.0442206371408e-07 [GeV] +Cell[7,27] 8.7350993126165e-06 [GeV] +Cell[2,22] 0.001293912068153 [GeV] +Cell[3,22] 0.0015045487849094 [GeV] +Cell[1,14] 1.7136797832791e-06 [GeV] +Cell[0,24] 4.8893672519625e-05 [GeV] +Cell[0,25] 0.053863178438968 [GeV] +Cell[0,21] 0.004522636153513 [GeV] +Cell[4,18] 3.0140493181534e-06 [GeV] +Cell[4,17] 5.1434891938698e-06 [GeV] +Cell[3,35] 1.3123458309565e-05 [GeV] +Cell[3,42] 8.5182607290335e-06 [GeV] +Cell[5,7] 0.0015512057813821 [GeV] +Cell[0,22] 0.41576343290101 [GeV] +Cell[1,22] 0.0051268193800422 [GeV] +Cell[1,23] 0.028392401878336 [GeV] +Cell[2,10] 2.9915321142653e-06 [GeV] +Cell[2,9] 2.2525894851242e-06 [GeV] +Cell[2,45] 0.0016759839188383 [GeV] +Cell[1,38] 0.00031496216273285 [GeV] +Cell[1,37] 0.0015636947951094 [GeV] +Cell[1,39] 2.746713959732e-05 [GeV] +Cell[0,40] 5.3173859487288e-07 [GeV] +Cell[0,39] 1.1854959011544e-06 [GeV] +Cell[2,26] 3.1036647851579e-07 [GeV] +Cell[6,38] 9.7967110792183e-05 [GeV] +Cell[7,38] 1.1390321094495e-06 [GeV] +Cell[0,20] 0.00072136851631026 [GeV] +Cell[1,21] 0.0006852407970307 [GeV] +Cell[3,44] 0.00016974345567542 [GeV] +Cell[4,43] 0.0028831053791695 [GeV] +Cell[3,43] 8.7175053917008e-06 [GeV] +Cell[5,8] 0.0014650736502649 [GeV] +Cell[0,0] 0.00019432027190692 [GeV] +Cell[3,2] 0.00071239502821396 [GeV] +Cell[2,5] 0.0038561802212539 [GeV] +Cell[2,4] 0.0002341277891835 [GeV] +Cell[1,4] 8.3236955106258e-12 [GeV] +Cell[5,45] 0.0011523904190872 [GeV] +Cell[2,34] 8.1260571605526e-06 [GeV] +Cell[2,35] 0.00091125608626123 [GeV] +Cell[5,16] 2.3767207050696e-05 [GeV] +Cell[3,34] 0.0013861784573612 [GeV] +Cell[0,11] 6.0401533497497e-05 [GeV] +Cell[0,12] 0.00025201774467189 [GeV] +Cell[0,28] 0.0016924012859703 [GeV] +Cell[0,30] 7.0636030286551e-06 [GeV] +Cell[0,29] 0.002532495492001 [GeV] +Cell[2,6] 0.0015808264134629 [GeV] +Cell[2,40] 0.0011356102588045 [GeV] +Cell[2,41] 0.0017679527400911 [GeV] +Cell[5,6] 2.8439117452194e-05 [GeV] +Cell[5,27] 4.9211059839422e-05 [GeV] +Cell[5,35] 4.9430079525337e-07 [GeV] +Cell[7,43] 3.7277804367477e-06 [GeV] +Cell[7,44] 7.7957889516256e-07 [GeV] +Cell[8,18] 1.9307769252919e-07 [GeV] +Cell[9,19] 5.0256901886314e-08 [GeV] +Cell[4,5] 2.606277121231e-08 [GeV] +Cell[4,4] 1.3335000501229e-06 [GeV] +Cell[2,21] 0.0036126908397378 [GeV] +Cell[1,19] 4.8245445359498e-06 [GeV] +Cell[1,24] 1.7758402856998e-05 [GeV] +Cell[3,20] 0.0030158820069815 [GeV] +Cell[4,40] 0.048020965856428 [GeV] +Cell[6,22] 0.0022059473515798 [GeV] +Cell[3,31] 0.0062436207574743 [GeV] +Cell[3,39] 1.4283678348875e-05 [GeV] +Cell[3,40] 3.3943059970625e-06 [GeV] +Cell[5,13] 0.0001906469095029 [GeV] +Cell[5,14] 2.6888788852375e-08 [GeV] +Cell[6,13] 7.3863058673851e-08 [GeV] +Cell[12,15] 0.0031204532834738 [GeV] +Cell[12,14] 9.0263816123297e-06 [GeV] +Cell[3,9] 0.0016266866517776 [GeV] +Cell[3,10] 0.00017808542208002 [GeV] +Cell[7,24] 0.0010973384519575 [GeV] +Cell[3,24] 0.0025672207786251 [GeV] +Cell[1,12] 4.2832908220589e-06 [GeV] +Cell[7,19] 8.7084732076619e-06 [GeV] +Cell[7,18] 0.00022306657755269 [GeV] +Cell[8,19] 1.3620592653751e-11 [GeV] +Cell[4,31] 9.7651032433532e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 105 cells : 0.62475150885513 (GeV) Source track ID 9102 (anti_proton,5.3586856819653[GeV]) at (-470.81536164925,168.3237809553,-1731.1498586603) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,24] 8.5796023233227e-05 [GeV] -Cell[0,21] 0.18164982834581 [GeV] -Cell[1,21] 0.09425647762292 [GeV] -Cell[1,20] 0.001402212989502 [GeV] -Cell[0,39] 0.00017326573325585 [GeV] -Cell[0,19] 5.7799054975502e-16 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.27756758071472 (GeV) +Cell[8,10] 4.9783978871915e-05 [GeV] +Cell[8,11] 0.00048309166973752 [GeV] +Cell[9,10] 1.4496617950499e-10 [GeV] +Cell[2,31] 0.00092564472033359 [GeV] +Cell[0,23] 0.0020745810486733 [GeV] +Cell[3,25] 4.835556183707e-06 [GeV] +Cell[3,33] 0.004321042958162 [GeV] +Cell[1,40] 4.728236283313e-06 [GeV] +Cell[4,0] 0.0014032754578252 [GeV] +Cell[8,24] 6.1756229277307e-05 [GeV] +Cell[4,30] 0.00060173338053642 [GeV] +Cell[9,6] 6.6671331296675e-07 [GeV] +Cell[7,22] 8.9322655403521e-06 [GeV] +Cell[8,22] 0.001203001967095 [GeV] +Cell[7,30] 5.7964058156244e-05 [GeV] +Cell[4,14] 0.0019507639759083 [GeV] +Cell[8,47] 3.8066478940891e-05 [GeV] +Cell[4,39] 0.0033851443955676 [GeV] +Cell[11,16] 3.7286377141754e-07 [GeV] +Cell[14,28] 0.00032705386955159 [GeV] +Cell[12,29] 0.00057140787309515 [GeV] +Cell[12,30] 5.195156290938e-09 [GeV] +Cell[13,29] 8.113801071886e-06 [GeV] +Cell[11,22] 0.00091157106967124 [GeV] +Cell[11,17] 7.1559916250408e-09 [GeV] +Cell[8,31] 3.6963672768024e-05 [GeV] +Cell[8,32] 1.4407244336326e-05 [GeV] +Cell[8,30] 5.3932688012992e-07 [GeV] +Cell[7,31] 9.0201358834747e-06 [GeV] +Cell[3,46] 0.0058608146366025 [GeV] +Cell[7,32] 3.125761619458e-07 [GeV] +Cell[7,33] 3.820052370429e-09 [GeV] +Cell[6,31] 3.3138209334993e-07 [GeV] +Cell[12,7] 5.3364783525467e-10 [GeV] +Cell[10,16] 1.3925542589277e-08 [GeV] +Cell[0,16] 1.3432100386126e-05 [GeV] +Cell[6,40] 0.00077757046501245 [GeV] +Cell[2,20] 0.0027954535281987 [GeV] +Cell[2,19] 0.0061968592741756 [GeV] +Cell[1,20] 0.33249646641893 [GeV] +Cell[1,18] 0.0068981630474417 [GeV] +Cell[4,3] 0.00050929330901479 [GeV] +Cell[2,2] 2.9105816645824e-05 [GeV] +Cell[2,1] 0.0012081947950924 [GeV] +Cell[7,2] 1.2779491953552e-10 [GeV] +Cell[4,38] 0.0015010658073109 [GeV] +Cell[2,22] 0.013384183623966 [GeV] +Cell[3,22] 0.00031772941776109 [GeV] +Cell[7,0] 1.7980902397539e-05 [GeV] +Cell[3,18] 0.00087792318710035 [GeV] +Cell[2,15] 6.4432325190865e-05 [GeV] +Cell[2,18] 0.00038345042506126 [GeV] +Cell[1,14] 0.00047193821239182 [GeV] +Cell[1,13] 0.0063363853428137 [GeV] +Cell[0,13] 0.0014882371446893 [GeV] +Cell[0,14] 0.0019467710655158 [GeV] +Cell[3,37] 0.00065286626359079 [GeV] +Cell[2,37] 1.9790200371062e-05 [GeV] +Cell[10,27] 4.848963897075e-05 [GeV] +Cell[10,28] 0.00054222904166772 [GeV] +Cell[0,24] 1.30807186531e-06 [GeV] +Cell[0,25] 0.0002312335742613 [GeV] +Cell[0,6] 0.0010045099980748 [GeV] +Cell[0,21] 0.20399746890738 [GeV] +Cell[6,26] 4.8058015818242e-06 [GeV] +Cell[3,35] 0.0032492567076428 [GeV] +Cell[6,30] 1.0135065552618e-05 [GeV] +Cell[2,30] 0.0002247402157559 [GeV] +Cell[9,43] 0.00087286312102688 [GeV] +Cell[3,42] 0.0025949449135162 [GeV] +Cell[2,43] 0.0027945196025788 [GeV] +Cell[3,11] 0.00022636297450219 [GeV] +Cell[0,19] 0.01412772373914 [GeV] +Cell[0,18] 0.00033580846811196 [GeV] +Cell[0,22] 0.25510514758753 [GeV] +Cell[1,22] 0.051091858920243 [GeV] +Cell[1,23] 0.010735852936853 [GeV] +Cell[2,9] 2.4946610968755e-06 [GeV] +Cell[2,45] 0.0017599185282859 [GeV] +Cell[1,38] 2.0332912390586e-06 [GeV] +Cell[1,39] 7.4152294106398e-06 [GeV] +Cell[0,40] 0.011996874289604 [GeV] +Cell[0,39] 0.001546060261543 [GeV] +Cell[0,20] 0.076029786275629 [GeV] +Cell[1,21] 2.2132647286905 [GeV] +Cell[3,43] 3.1876355134955e-05 [GeV] +Cell[5,8] 2.5926636299118e-06 [GeV] +Cell[0,0] 0.0005121232649659 [GeV] +Cell[2,5] 8.8136576096076e-08 [GeV] +Cell[2,4] 0.00096154496162876 [GeV] +Cell[1,4] 1.7212148813996e-06 [GeV] +Cell[2,34] 0.0016384900625709 [GeV] +Cell[2,35] 0.0040291023374768 [GeV] +Cell[3,34] 0.0028926870336101 [GeV] +Cell[0,11] 0.0048142652881968 [GeV] +Cell[0,12] 0.0016964802273754 [GeV] +Cell[0,28] 0.00033583387286308 [GeV] +Cell[0,30] 0.02310854091713 [GeV] +Cell[0,29] 0.027230172502307 [GeV] +Cell[2,6] 0.00031292800229462 [GeV] +Cell[2,40] 0.0029477224086228 [GeV] +Cell[7,44] 8.182035817299e-07 [GeV] +Cell[2,21] 0.10309524660644 [GeV] +Cell[1,19] 0.012314546513449 [GeV] +Cell[1,24] 0.0046339017562355 [GeV] +Cell[4,40] 0.00051816965528802 [GeV] +Cell[3,39] 0.00065365339960066 [GeV] +Cell[3,40] 1.9880154231942e-06 [GeV] +Cell[5,14] 4.6473930124193e-06 [GeV] +Cell[3,24] 0.00056742996545472 [GeV] +Cell[1,12] 0.029808723960893 [GeV] +Cell[4,31] 8.6267287551891e-06 [GeV] +Cell[0,41] 0.00088282527362583 [GeV] +Cell[0,45] 0.0020705320036074 [GeV] +Cell[0,46] 0.0022999085588941 [GeV] +Cell[0,47] 8.1085395941045e-06 [GeV] +Cell[3,36] 0.0088001815636778 [GeV] +Cell[1,29] 0.00065686140790569 [GeV] +Cell[1,28] 0.0033234285067563 [GeV] +Cell[0,43] 2.9468112276618e-05 [GeV] +Cell[0,1] 8.8277705777955e-06 [GeV] +Cell[2,44] 0.01277635854493 [GeV] +Cell[6,18] 8.7325884378515e-06 [GeV] +Cell[3,45] 0.0018639340563967 [GeV] +Cell[4,46] 0.0012899622857464 [GeV] +Cell[1,43] 0.0060148168288076 [GeV] +Cell[1,42] 7.6482181611937e-06 [GeV] +Cell[1,41] 1.1310683505144e-05 [GeV] +Cell[1,44] 0.00084376456644111 [GeV] +Cell[3,41] 0.020236372255027 [GeV] +Cell[2,23] 0.0013198216402529 [GeV] +Cell[1,30] 0.00043855346340968 [GeV] +Cell[4,1] 1.1736145119698e-05 [GeV] +Cell[4,26] 0.00025302723366326 [GeV] +Cell[1,25] 0.0005467463164557 [GeV] +Cell[2,0] 0.00079744675552013 [GeV] +Cell[0,31] 0.0051974921200926 [GeV] +Cell[0,4] 0.0035564814372118 [GeV] +Cell[0,5] 9.2139068292454e-06 [GeV] +Cell[0,3] 0.024526377786398 [GeV] +Cell[6,39] 0.0004033027990024 [GeV] +Cell[1,11] 0.0041108190150928 [GeV] +Cell[2,11] 0.00060886014247126 [GeV] +Cell[0,36] 0.0012204205181283 [GeV] +Cell[0,2] 1.7496060172562e-06 [GeV] +Cell[1,3] 0.0038709465029588 [GeV] +Cell[2,3] 0.00097459869792078 [GeV] +Cell[1,6] 0.0020332335217304 [GeV] +Cell[1,5] 5.9373230141451e-05 [GeV] +Cell[3,12] 0.0036694843526387 [GeV] +Cell[0,7] 0.0030480269379045 [GeV] +Cell[0,8] 0.0023937193287053 [GeV] +Cell[1,7] 0.0054546615935045 [GeV] +Cell[0,9] 1.8807642777574e-07 [GeV] +Cell[2,25] 0.00066939669704743 [GeV] +Cell[6,11] 7.6268627308309e-06 [GeV] +Cell[1,15] 0.0020649045477958 [GeV] +Cell[1,16] 0.0027098533123847 [GeV] +Cell[2,36] 0.00019082389980213 [GeV] +Cell[1,35] 4.2372473117211e-05 [GeV] +Cell[1,36] 0.00044288553571187 [GeV] +Cell[2,24] 0.025393106412741 [GeV] +Cell[3,38] 2.355101565513e-06 [GeV] +Cell[8,23] 1.8668047982828e-07 [GeV] +Cell[3,23] 0.0023958548978275 [GeV] +Cell[7,14] 4.326253227191e-06 [GeV] +Cell[11,44] 7.478152627516e-05 [GeV] +Cell[11,45] 4.1672371628465e-05 [GeV] +Cell[11,8] 2.0257604774088e-08 [GeV] +Cell[12,5] 2.6490830350667e-08 [GeV] +Cell[11,38] 1.8882565200329e-08 [GeV] +Cell[12,8] 9.6700084179702e-07 [GeV] +Cell[0,38] 2.2330206795687e-06 [GeV] +Cell[2,7] 0.001301500071474 [GeV] +Cell[3,7] 0.00021572880034 [GeV] +Cell[7,21] 5.1801876688842e-06 [GeV] +Cell[8,21] 3.2541490370477e-06 [GeV] +Cell[4,12] 0.00072688018246947 [GeV] +Cell[4,11] 2.6814811280929e-07 [GeV] +Cell[5,5] 0.0023896933083325 [GeV] +Cell[6,1] 0.00034240430997064 [GeV] +Cell[11,46] 0.002964513119707 [GeV] +Cell[11,47] 0.00032818605535658 [GeV] +Cell[1,33] 0.0013007362711073 [GeV] +Cell[0,17] 0.00095884079650534 [GeV] +Cell[0,33] 5.3979101736331e-05 [GeV] +Cell[0,34] 0.00040771304500142 [GeV] +Cell[1,8] 0.00055052424636543 [GeV] +Cell[1,27] 2.2426368523156e-05 [GeV] +Cell[6,2] 0.00099592007276874 [GeV] +Cell[2,8] 1.0279531573588e-05 [GeV] +Cell[1,9] 1.5161058399826e-09 [GeV] +Cell[3,19] 8.7821735201942e-05 [GeV] +Cell[4,24] 6.4541330211796e-06 [GeV] +Cell[4,13] 9.1136626792832e-08 [GeV] +Cell[4,35] 0.0007641378842219 [GeV] +Cell[10,43] 4.797883122857e-05 [GeV] +Cell[2,33] 8.9179385023499e-06 [GeV] +Cell[16,43] 6.0148273064442e-08 [GeV] +Cell[17,43] 5.5034294754705e-05 [GeV] +Cell[16,44] 1.4313638599788e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 201 cells : 3.6498684289441 (GeV) Source track ID 9097 (gamma,0.3844820986824[GeV]) at (-417.18921056049,275.59601338176,-1111.373347872) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,39] 0.00027276112155507 [GeV] -Cell[6,41] 0.00051099891 [GeV] -Cell[4,8] 0.00055364753217494 [GeV] -Cell[4,37] 0.0038144431798935 [GeV] -Cell[5,40] 0.00051099891 [GeV] -Cell[4,43] 0.0032457666581584 [GeV] -Cell[3,19] 0.0019807126006179 [GeV] -Cell[4,18] 0.00018501983960805 [GeV] -Cell[3,0] 0.00076855282319445 [GeV] -Cell[5,13] 0.0034162819220497 [GeV] -Cell[2,40] 0.0012209788499838 [GeV] -Cell[4,19] 0.34785728323962 [GeV] -Cell[5,4] 0.0019717572328583 [GeV] -Cell[4,20] 0.0076186900216022 [GeV] -Cell[3,20] 0.0030626318109137 [GeV] -Cell[3,18] 9.3206936031379e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 16 cells : 0.37708373158826 (GeV) +Cell[5,12] 0.00071046940767757 [GeV] +Cell[9,34] 0.0013964752701304 [GeV] +Cell[6,45] 0.00079671373176811 [GeV] +Cell[4,19] 0.34615552517085 [GeV] +Cell[3,18] 0.0022758992427129 [GeV] +Cell[4,18] 0.0012444264200567 [GeV] +Cell[4,47] 0.001299712158331 [GeV] +Cell[5,6] 0.0010495435951528 [GeV] +Cell[3,20] 0.00015679773765513 [GeV] +Cell[0,47] 0.00084895537042062 [GeV] +Cell[6,2] 0.0010053063188495 [GeV] +Cell[3,19] 0.024726406258639 [GeV] +Cell[4,21] 0.0011935721081401 [GeV] +Cell[9,14] 0.0010096998857648 [GeV] +Cell[9,22] 0.00012929237883924 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.38399879505499 (GeV) Source track ID 8934 (proton,2.1151349772832[GeV]) at (-30.950674084947,499.0411363542,-1582.1700705515) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,43] 3.010303771589e-06 [GeV] -Cell[8,36] 2.406359068118e-06 [GeV] -Cell[0,29] 5.7346052148205e-05 [GeV] -Cell[10,23] 1.0547549347393e-05 [GeV] -Cell[6,3] 0.00032423889973302 [GeV] -Cell[8,35] 2.5448195810895e-06 [GeV] -Cell[4,26] 9.2662937822752e-07 [GeV] -Cell[4,27] 0.00037726644896452 [GeV] -Cell[2,14] 0.0075182850015033 [GeV] -Cell[2,13] 0.015902818698666 [GeV] -Cell[3,13] 0.00090991182549226 [GeV] -Cell[0,32] 0.0013308880754192 [GeV] -Cell[3,39] 0.0036722370002862 [GeV] -Cell[3,40] 0.0031934967014857 [GeV] -Cell[10,2] 0.00010825401157842 [GeV] -Cell[3,14] 0.00017443344691173 [GeV] -Cell[2,28] 2.7653343597194e-05 [GeV] -Cell[6,2] 1.4303233228929e-08 [GeV] -Cell[9,44] 4.3353690998629e-06 [GeV] -Cell[10,22] 1.4599873218685e-05 [GeV] -Cell[2,8] 0.00051099891 [GeV] -Cell[1,27] 0.00126560703913 [GeV] -Cell[0,40] 0.0016896371408846 [GeV] -Cell[3,15] 8.0585082849893e-06 [GeV] -Cell[1,29] 0.00041972987452561 [GeV] -Cell[2,12] 0.24427694491769 [GeV] -Cell[3,10] 2.2141874942463e-06 [GeV] -Cell[3,9] 1.343724477465e-08 [GeV] -Cell[3,11] 0.00016026082407984 [GeV] -Cell[3,12] 0.00040687585098647 [GeV] -Cell[2,11] 0.00087843874125338 [GeV] -Cell[2,16] 0.00085601336983586 [GeV] -Cell[0,13] 0.0073138915107511 [GeV] -Cell[8,44] 0.0018673010330068 [GeV] -Cell[2,39] 1.8770642327581e-08 [GeV] -Cell[2,40] 0.0017502326292881 [GeV] -Cell[2,4] 2.2384958856492e-07 [GeV] -Cell[1,13] 0.0037508035015931 [GeV] -Cell[1,14] 0.0008004990359691 [GeV] -Cell[1,16] 0.0013181805656462 [GeV] -Cell[0,14] 0.02229712067017 [GeV] -Cell[1,15] 1.1968190490734e-05 [GeV] -Cell[1,43] 0.0037135897289412 [GeV] -Cell[3,36] 0.00070419226875411 [GeV] -Cell[3,37] 0.00071946655867328 [GeV] -Cell[1,17] 2.5573276652722e-05 [GeV] -Cell[1,12] 0.41096434894095 [GeV] -Cell[1,28] 0.0018912424605644 [GeV] -Cell[3,27] 0.00092815507888349 [GeV] -Cell[4,28] 3.2022100529048e-06 [GeV] -Cell[2,37] 1.0331798141124e-05 [GeV] -Cell[3,38] 0.00070898387780134 [GeV] -Cell[1,11] 0.0032222508080497 [GeV] -Cell[0,4] 1.3446379452944e-06 [GeV] -Cell[0,3] 0.0028513476214562 [GeV] -Cell[2,41] 2.0001218859079e-05 [GeV] -Cell[1,3] 4.7603518843289e-06 [GeV] -Cell[1,4] 6.4402389011775e-07 [GeV] -Cell[9,0] 1.495603568037e-05 [GeV] -Cell[2,15] 0.0039452647541927 [GeV] -Cell[0,11] 0.045290343066018 [GeV] -Cell[2,9] 0.00097402888790634 [GeV] -Cell[4,46] 0.00013799396833383 [GeV] -Cell[10,3] 4.647955319615e-05 [GeV] -Cell[0,12] 0.0013469466384117 [GeV] -### Total energy deposition in calorimeter by a source track in 65 cells : 0.80074569503628 (GeV) +Cell[2,32] 9.2133996076882e-10 [GeV] +Cell[1,40] 2.9237035880215e-05 [GeV] +Cell[1,20] 1.7504038201878e-05 [GeV] +Cell[1,18] 1.0675401426852e-08 [GeV] +Cell[2,15] 3.064691554755e-09 [GeV] +Cell[1,13] 0.001228018918224 [GeV] +Cell[14,38] 4.6713481424376e-08 [GeV] +Cell[0,24] 0.0059382749604004 [GeV] +Cell[0,25] 0.0031788059005854 [GeV] +Cell[6,4] 0.00013172408514333 [GeV] +Cell[2,10] 0.00069932587651147 [GeV] +Cell[2,9] 0.0019175289701325 [GeV] +Cell[0,40] 1.1101851669082e-09 [GeV] +Cell[0,39] 0.00063299898838329 [GeV] +Cell[2,4] 4.7294041141868e-06 [GeV] +Cell[2,40] 1.2653334502829e-05 [GeV] +Cell[7,44] 1.7635889380472e-05 [GeV] +Cell[1,19] 1.238175900653e-08 [GeV] +Cell[3,39] 3.111916303169e-07 [GeV] +Cell[1,12] 0.29306201532774 [GeV] +Cell[0,46] 1.1600303696468e-07 [GeV] +Cell[0,47] 1.3219541870058e-09 [GeV] +Cell[1,25] 0.0010348404954897 [GeV] +Cell[1,11] 0.13600406031819 [GeV] +Cell[2,11] 0.0059910636935443 [GeV] +Cell[0,36] 1.2258446076885e-08 [GeV] +Cell[2,25] 9.2188980715946e-09 [GeV] +Cell[2,24] 1.7200267336648e-07 [GeV] +Cell[3,38] 4.8941381974146e-06 [GeV] +Cell[7,21] 1.0439503130328e-06 [GeV] +Cell[1,8] 0.0009652254547176 [GeV] +Cell[2,8] 3.9725580336381e-10 [GeV] +Cell[1,9] 0.00027889061127075 [GeV] +Cell[4,35] 0.00199201755793 [GeV] +Cell[2,12] 0.026451917082051 [GeV] +Cell[1,10] 0.0010548752132922 [GeV] +Cell[1,32] 7.7155606277302e-08 [GeV] +Cell[2,13] 1.3435128734613e-05 [GeV] +Cell[6,3] 2.6696669764078e-05 [GeV] +Cell[6,5] 0.00081422128874476 [GeV] +Cell[1,45] 0.0017776500776898 [GeV] +Cell[1,46] 0.00040018000032697 [GeV] +Cell[4,36] 0.00017795083916019 [GeV] +Cell[13,25] 0.00070843847184096 [GeV] +Cell[13,24] 9.9592638434842e-08 [GeV] +Cell[13,8] 2.6840772302421e-06 [GeV] +Cell[13,7] 4.1842788607482e-07 [GeV] +Cell[0,26] 0.0088800729576405 [GeV] +Cell[7,20] 0.0010061286688468 [GeV] +Cell[1,26] 0.00076967461335891 [GeV] +Cell[2,39] 6.6184917153464e-05 [GeV] +Cell[2,38] 8.0069647628989e-07 [GeV] +Cell[4,37] 1.4586374163628e-08 [GeV] +Cell[0,27] 3.8586298143173e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 54 cells : 0.49529856530424 (GeV) Source track ID 8314 (pi+,0.78151688839976[GeV]) at (-497.7008580117,47.89421608525,-1151.6636183566) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,36] 0.0011835440416348 [GeV] -Cell[3,32] 2.7932756500377e-05 [GeV] -Cell[3,33] 0.00052500290089574 [GeV] -Cell[6,19] 0.071442049555533 [GeV] -Cell[7,19] 0.0125513796771 [GeV] -Cell[7,18] 0.0025473057749148 [GeV] -Cell[5,37] 8.4090512245893e-08 [GeV] -Cell[3,31] 5.8493875836803e-06 [GeV] -Cell[5,30] 4.24327892066e-05 [GeV] -Cell[5,29] 0.00098681612124619 [GeV] -Cell[4,23] 0.065521341246465 [GeV] -Cell[4,24] 0.0022243730459556 [GeV] -Cell[4,47] 2.4170440156013e-09 [GeV] -Cell[2,21] 0.00066149949354474 [GeV] -Cell[1,29] 3.7537247408181e-09 [GeV] -Cell[5,19] 0.00095871926630241 [GeV] -Cell[4,20] 9.3619098606723e-09 [GeV] -Cell[3,20] 0.00031580682170988 [GeV] -Cell[3,38] 0.0029298973904472 [GeV] -Cell[3,23] 0.036267136383922 [GeV] -Cell[3,22] 0.33598055724274 [GeV] -Cell[2,22] 0.00099090121953157 [GeV] -Cell[0,8] 2.1694600582123e-07 [GeV] -Cell[0,9] 1.3082037534218e-05 [GeV] -Cell[3,21] 0.0078349416281858 [GeV] -Cell[4,21] 1.0482088226127e-05 [GeV] -Cell[2,23] 0.00083615554095468 [GeV] -Cell[2,24] 0.00086618342795214 [GeV] -Cell[4,22] 8.3937336978579e-06 [GeV] -Cell[4,0] 9.7564788884483e-06 [GeV] -Cell[3,24] 9.1565856325815e-06 [GeV] -Cell[4,25] 3.5851109032592e-09 [GeV] -Cell[3,5] 0.0020004968645358 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.54675151365515 (GeV) +Cell[3,21] 0.00015790803801099 [GeV] +Cell[9,27] 1.2219886411913e-07 [GeV] +Cell[7,46] 8.00673145568e-06 [GeV] +Cell[7,37] 0.00029612107855436 [GeV] +Cell[12,30] 0.0015394821437941 [GeV] +Cell[10,22] 2.5609028816689e-06 [GeV] +Cell[9,26] 0.00012813795879345 [GeV] +Cell[0,16] 0.0043871755839578 [GeV] +Cell[2,20] 0.011736253059667 [GeV] +Cell[2,19] 0.011749780849905 [GeV] +Cell[1,20] 9.5987912659552e-05 [GeV] +Cell[1,18] 0.001911308502206 [GeV] +Cell[4,2] 2.4740270659095e-05 [GeV] +Cell[2,22] 0.15254355189729 [GeV] +Cell[3,22] 0.0087691591466832 [GeV] +Cell[3,17] 5.0523483992038e-08 [GeV] +Cell[3,18] 1.3683570633702e-06 [GeV] +Cell[2,18] 1.4539872617434e-05 [GeV] +Cell[10,23] 1.5551451360807e-06 [GeV] +Cell[3,5] 5.6030053511336e-05 [GeV] +Cell[0,18] 0.0005742743413856 [GeV] +Cell[1,22] 0.0053388720441276 [GeV] +Cell[1,23] 9.1296113282624e-08 [GeV] +Cell[2,26] 1.1918530624826e-05 [GeV] +Cell[1,21] 0.00026848704944939 [GeV] +Cell[2,21] 0.0051302885923305 [GeV] +Cell[1,19] 0.00079236013234049 [GeV] +Cell[1,24] 3.3551747507545e-05 [GeV] +Cell[3,20] 1.4579770777345e-09 [GeV] +Cell[2,23] 0.16961621467194 [GeV] +Cell[1,25] 6.3271727412939e-11 [GeV] +Cell[2,25] 0.0019861571594044 [GeV] +Cell[1,16] 0.00023776439665721 [GeV] +Cell[2,24] 5.2364048517234e-05 [GeV] +Cell[3,23] 0.18233536046264 [GeV] +Cell[12,5] 0.0030897844286435 [GeV] +Cell[0,17] 0.00099623348144792 [GeV] +Cell[4,23] 0.061528989244221 [GeV] +Cell[14,12] 3.7060611600737e-06 [GeV] +Cell[14,11] 3.6038491739419e-06 [GeV] +Cell[5,2] 0.0021973037931147 [GeV] +Cell[5,1] 0.00033963314610705 [GeV] +Cell[3,6] 1.3298035482876e-06 [GeV] +Cell[1,17] 0.010224988705424 [GeV] +### Total energy deposition in calorimeter by a source track in 44 cells : 0.63818711873432 (GeV) Source track ID 8317 (pi+,0.50628283055462[GeV]) at (491.08477288516,93.998648077128,-1108.6749083031) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,13] 1.4343298589665e-06 [GeV] -Cell[6,14] 0.0019449427413317 [GeV] -Cell[3,26] 7.7068893392607e-07 [GeV] -Cell[7,13] 6.6710569744373e-05 [GeV] -Cell[4,26] 9.8842792709775e-06 [GeV] -Cell[3,0] 0.037919481273683 [GeV] -Cell[4,47] 5.5423018173656e-05 [GeV] -Cell[4,2] 7.0638917892438e-06 [GeV] -Cell[1,23] 0.00046140467675832 [GeV] -Cell[3,23] 2.5948016817665e-06 [GeV] -Cell[3,22] 4.1185023746948e-10 [GeV] -Cell[2,23] 0.016527466716432 [GeV] -Cell[2,24] 8.4608988956461e-05 [GeV] -Cell[4,0] 0.23851169874048 [GeV] -Cell[3,24] 9.8622416275134e-05 [GeV] -Cell[4,25] 2.3614001111127e-07 [GeV] -Cell[4,1] 0.095846502964952 [GeV] -Cell[3,1] 0.0022932945705732 [GeV] -Cell[3,2] 0.0021721651925736 [GeV] -Cell[5,1] 1.7150887288153e-10 [GeV] -Cell[2,26] 4.0796357148793e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 21 cells : 0.39604510294199 (GeV) +Cell[4,0] 0.008457334919459 [GeV] +Cell[8,24] 0.0020621035951745 [GeV] +Cell[9,23] 0.0015757850506703 [GeV] +Cell[8,35] 0.0025448216542744 [GeV] +Cell[4,2] 0.00055766616350004 [GeV] +Cell[4,47] 0.0022452914281312 [GeV] +Cell[4,1] 0.1214883948496 [GeV] +Cell[3,0] 0.16863709266726 [GeV] +Cell[5,39] 0.14184893594979 [GeV] +Cell[5,38] 0.049504109471324 [GeV] +Cell[19,24] 0.00027943168357781 [GeV] +Cell[3,1] 0.001522916280895 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.50072388371366 (GeV) Source track ID 8309 (e-,0.00064939376300713[GeV]) at (-493.26371407573,81.797972934672,-1125.6723273557) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[4,22] 3.0209673557264e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 3.0209673557264e-05 (GeV) +Cell[4,22] 1.1891196091254e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 1.1891196091254e-05 (GeV) Source track ID 8072 (anti_proton,1.6908373416638[GeV]) at (-493.85546964015,78.145857897318,-1171.9239684937) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,12] 6.4084699261002e-07 [GeV] -Cell[6,20] 4.1666670294944e-06 [GeV] -Cell[6,41] 9.3971216119826e-07 [GeV] -Cell[7,4] 2.8041845203347e-05 [GeV] -Cell[4,34] 0.0011645802954646 [GeV] -Cell[3,26] 0.00224946213206 [GeV] -Cell[6,29] 7.4725912418216e-07 [GeV] -Cell[3,44] 0.0013143659607887 [GeV] -Cell[10,28] 3.9150763916496e-07 [GeV] -Cell[5,24] 2.6018335313438e-07 [GeV] -Cell[3,33] 0.0035362859247937 [GeV] -Cell[4,8] 0.0018632235799665 [GeV] -Cell[4,39] 0.0015707153143492 [GeV] -Cell[4,26] 0.00017640035928525 [GeV] -Cell[4,27] 0.00048351266787142 [GeV] -Cell[6,19] 0.00039177449618057 [GeV] -Cell[10,41] 0.00010430794674397 [GeV] -Cell[7,39] 7.4444535135854e-06 [GeV] -Cell[7,38] 5.0917971593663e-06 [GeV] -Cell[9,20] 2.6529677561484e-06 [GeV] -Cell[0,23] 8.6344580011428e-05 [GeV] -Cell[2,13] 0.0055781712369495 [GeV] -Cell[14,28] 0.00014442759853102 [GeV] -Cell[5,30] 0.0032344145205209 [GeV] -Cell[5,29] 0.00030985599450685 [GeV] -Cell[5,28] 0.013508101847234 [GeV] -Cell[5,27] 0.012897634255704 [GeV] -Cell[3,43] 0.00041035833098101 [GeV] -Cell[3,42] 0.00014014425005576 [GeV] -Cell[3,41] 1.957886852324e-06 [GeV] -Cell[4,43] 3.8609347216493e-05 [GeV] -Cell[5,23] 9.3961147058508e-09 [GeV] -Cell[5,22] 1.6430160030723e-08 [GeV] -Cell[4,23] 0.0022932087025595 [GeV] -Cell[4,42] 0.00054634653922574 [GeV] -Cell[3,8] 0.0005946667539821 [GeV] -Cell[3,45] 2.8834048481485e-06 [GeV] -Cell[3,19] 0.0071529897960997 [GeV] -Cell[2,20] 3.6333582525913e-05 [GeV] -Cell[4,40] 2.5892729671568e-06 [GeV] -Cell[3,39] 5.3571636090055e-07 [GeV] -Cell[4,32] 0.00048186508371701 [GeV] -Cell[2,33] 1.1291666170223e-05 [GeV] -Cell[4,31] 2.4689809652045e-07 [GeV] -Cell[14,29] 5.0685730127498e-07 [GeV] -Cell[13,15] 8.5856338555459e-06 [GeV] -Cell[8,23] 1.2201853387523e-06 [GeV] -Cell[3,46] 8.0675818026066e-11 [GeV] -Cell[4,35] 3.7545378290815e-09 [GeV] -Cell[4,24] 2.3226507279333e-06 [GeV] -Cell[4,17] 3.7035611001102e-07 [GeV] -Cell[4,18] 0.00066919431825602 [GeV] -Cell[7,45] 0.00095893727438806 [GeV] -Cell[7,2] 1.3725264579989e-07 [GeV] -Cell[4,41] 0.00010546770966812 [GeV] -Cell[6,34] 0.00095338732468773 [GeV] -Cell[2,17] 0.0012022360832068 [GeV] -Cell[1,8] 0.0013030494130612 [GeV] -Cell[8,4] 4.289613571018e-10 [GeV] -Cell[6,2] 3.0577776487917e-06 [GeV] -Cell[7,3] 7.0319238165325e-05 [GeV] -Cell[11,2] 3.777360136155e-06 [GeV] -Cell[16,3] 8.6329144542105e-06 [GeV] -Cell[13,36] 0.00099689962156472 [GeV] -Cell[1,22] 0.0073151723722782 [GeV] -Cell[1,21] 7.4304550200168e-05 [GeV] -Cell[2,21] 7.3327438825913e-05 [GeV] -Cell[2,8] 0.000523483157226 [GeV] -Cell[2,7] 0.0012844829736109 [GeV] -Cell[1,25] 1.093780164183e-07 [GeV] -Cell[3,10] 2.1779635131907e-06 [GeV] -Cell[3,9] 2.4642989737913e-06 [GeV] -Cell[4,10] 1.6761063401418e-06 [GeV] -Cell[4,9] 0.00039209226234232 [GeV] -Cell[2,10] 8.9782231952995e-08 [GeV] -Cell[2,32] 3.721584437244e-07 [GeV] -Cell[8,45] 1.5757785586175e-06 [GeV] -Cell[4,19] 0.0040904717872772 [GeV] -Cell[1,23] 0.0059225617952022 [GeV] -Cell[4,33] 1.7783816247174e-08 [GeV] -Cell[1,14] 0.0021496313671919 [GeV] -Cell[1,16] 6.3155312091112e-12 [GeV] -Cell[0,14] 0.0001182549931109 [GeV] -Cell[1,15] 0.00013130928007479 [GeV] -Cell[1,24] 0.00047703910201142 [GeV] -Cell[7,46] 1.182267741342e-07 [GeV] -Cell[3,37] 0.00011376314032896 [GeV] -Cell[2,19] 8.9827512711054e-06 [GeV] -Cell[4,20] 0.002586669444289 [GeV] -Cell[3,20] 5.3240766046429e-05 [GeV] -Cell[3,18] 0.04870225967637 [GeV] -Cell[4,28] 1.7063770616915e-05 [GeV] -Cell[2,37] 4.8338068836529e-09 [GeV] -Cell[3,38] 0.0003840694449093 [GeV] -Cell[1,3] 0.0076924743683475 [GeV] -Cell[1,4] 3.7962117858115e-09 [GeV] -Cell[2,9] 2.1946469037175e-06 [GeV] -Cell[3,23] 0.91293542585139 [GeV] -Cell[3,22] 0.53428153463269 [GeV] -Cell[2,22] 0.13331535105365 [GeV] -Cell[3,21] 0.014670228068742 [GeV] -Cell[4,21] 0.0011468895104592 [GeV] -Cell[2,23] 0.028111841907858 [GeV] -Cell[2,24] 0.00297609382837 [GeV] -Cell[4,22] 0.042795353924692 [GeV] -Cell[3,24] 0.02091065438188 [GeV] -Cell[4,25] 2.9643642847077e-09 [GeV] -Cell[3,5] 2.2208419977687e-07 [GeV] -Cell[2,26] 0.00039243098323823 [GeV] -Cell[2,25] 0.00065905620507078 [GeV] -Cell[3,25] 0.015296896343415 [GeV] -Cell[3,3] 5.190306721488e-06 [GeV] -Cell[0,6] 0.0003505985671934 [GeV] -Cell[15,28] 4.9722730182111e-09 [GeV] -Cell[15,29] 4.4955231714994e-09 [GeV] -Cell[0,5] 2.8636037541219e-09 [GeV] -Cell[1,30] 0.0013995243911072 [GeV] -Cell[4,7] 4.1272962494986e-05 [GeV] -Cell[8,3] 3.0986650381237e-07 [GeV] -Cell[14,7] 7.3254777381989e-05 [GeV] -Cell[13,45] 0.00037916260998747 [GeV] -Cell[14,46] 0.00010849714856363 [GeV] -Cell[6,27] 0.00030451137151726 [GeV] -Cell[6,28] 0.00020777028282384 [GeV] -### Total energy deposition in calorimeter by a source track in 124 cells : 1.8591496608014 (GeV) +Cell[0,23] 0.0012359217409215 [GeV] +Cell[3,25] 0.0046092175116351 [GeV] +Cell[6,17] 3.1805961508553e-05 [GeV] +Cell[1,20] 0.0019238578183001 [GeV] +Cell[2,22] 0.019160815872401 [GeV] +Cell[3,22] 0.16406213156246 [GeV] +Cell[0,24] 0.00075438723083846 [GeV] +Cell[0,25] 0.00044279557762684 [GeV] +Cell[0,21] 0.020505411158968 [GeV] +Cell[0,22] 1.4897342813242e-05 [GeV] +Cell[1,22] 0.04670910658854 [GeV] +Cell[1,23] 0.5172481708827 [GeV] +Cell[2,26] 0.0019660362856559 [GeV] +Cell[0,20] 5.0210773353001e-06 [GeV] +Cell[1,21] 0.01051395942337 [GeV] +Cell[0,28] 8.2514528742195e-07 [GeV] +Cell[0,29] 6.9676769727494e-06 [GeV] +Cell[2,21] 0.0023864752316005 [GeV] +Cell[1,19] 0.00026761316608008 [GeV] +Cell[1,24] 0.072007918449093 [GeV] +Cell[4,40] 4.0869254968129e-05 [GeV] +Cell[3,40] 0.00096155991554269 [GeV] +Cell[3,24] 0.0022012003947132 [GeV] +Cell[7,19] 1.6168979300346e-08 [GeV] +Cell[6,18] 1.2234721566529e-08 [GeV] +Cell[3,41] 1.0293170910018e-05 [GeV] +Cell[2,23] 0.86430432254832 [GeV] +Cell[1,25] 0.0097322332771377 [GeV] +Cell[2,11] 0.0010446781322523 [GeV] +Cell[2,25] 0.11445741062205 [GeV] +Cell[2,24] 0.052614713869923 [GeV] +Cell[3,23] 0.045596572554623 [GeV] +Cell[2,12] 0.00042399986707755 [GeV] +Cell[1,26] 3.0482249624356e-05 [GeV] +Cell[4,22] 0.042610328917306 [GeV] +Cell[3,26] 0.00019525747776163 [GeV] +Cell[6,16] 0.0007068950958785 [GeV] +Cell[4,41] 0.0023285691469451 [GeV] +### Total energy deposition in calorimeter by a source track in 38 cells : 2.0011127506028 (GeV) Source track ID 8073 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,7] 1.421253211447e-05 [GeV] -Cell[7,36] 1.6578832466621e-05 [GeV] -Cell[6,3] 2.5330329342978e-05 [GeV] -Cell[6,8] 4.054760796862e-05 [GeV] -Cell[5,5] 0.00052498811363193 [GeV] -Cell[4,29] 0.00088692645643371 [GeV] -Cell[3,42] 1.0248542414047e-05 [GeV] -Cell[3,47] 0.00076297418631827 [GeV] -Cell[2,47] 2.7952168774164e-06 [GeV] -Cell[2,0] 3.9706197712803e-05 [GeV] -Cell[7,29] 8.0580618814565e-06 [GeV] -Cell[5,45] 0.00021631299065643 [GeV] -Cell[3,0] 0.0071514694650589 [GeV] -Cell[5,0] 0.0018211913127805 [GeV] -Cell[2,1] 0.00099045405446179 [GeV] -Cell[4,47] 1.0799661254168e-08 [GeV] -Cell[6,2] 0.0007149273086693 [GeV] -Cell[2,5] 1.7641801969148e-07 [GeV] -Cell[2,30] 2.3938083613757e-06 [GeV] -Cell[4,3] 0.00076285131056784 [GeV] -Cell[4,2] 0.011306880358838 [GeV] -Cell[4,16] 4.3894888076466e-06 [GeV] -Cell[5,47] 3.6137900656286e-07 [GeV] -Cell[0,19] 2.2256909578573e-06 [GeV] -Cell[2,3] 0.0076295172980451 [GeV] -Cell[2,2] 0.041381626194068 [GeV] -Cell[2,4] 0.001202934192235 [GeV] -Cell[5,4] 0.0030855662175413 [GeV] -Cell[4,0] 0.058661350822266 [GeV] -Cell[4,1] 0.0050627664081531 [GeV] -Cell[3,1] 0.0073730660090391 [GeV] -Cell[3,2] 0.0046161298542465 [GeV] -Cell[5,1] 0.00089400118182937 [GeV] -Cell[3,3] 7.8906061299904e-06 [GeV] -Cell[5,2] 0.045128642992771 [GeV] -Cell[5,3] 0.026949694826516 [GeV] -Cell[5,46] 8.197222603485e-06 [GeV] -Cell[6,16] 3.6268148105592e-06 [GeV] -Cell[4,4] 7.4629407405382e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 39 cells : 0.227318484044 (GeV) +Cell[4,3] 1.1728082678701e-05 [GeV] +Cell[2,2] 0.0010711839411567 [GeV] +Cell[3,2] 0.00079885450714642 [GeV] +Cell[2,4] 0.00040525123525219 [GeV] +Cell[2,3] 0.46759914624265 [GeV] +Cell[6,3] 2.1014890779043e-05 [GeV] +Cell[5,3] 7.5411880679894e-06 [GeV] +Cell[3,3] 0.014180858372277 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.48409557846 (GeV) Source track ID 8217 (pi+,0.44855868733611[GeV]) at (173.44567103211,-468.95266200356,1353.462628812) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,38] 0.081713213637504 [GeV] -Cell[17,38] 0.0096854559607889 [GeV] -Cell[17,37] 0.25592715784869 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.34732582744698 (GeV) +Cell[18,4] 0.00065838304614955 [GeV] +Cell[15,31] 8.6020125309005e-08 [GeV] +Cell[15,30] 9.8618009360507e-08 [GeV] +Cell[15,39] 1.9384852441817e-07 [GeV] +Cell[15,38] 0.0019593806882708 [GeV] +Cell[15,37] 9.7460012966621e-09 [GeV] +Cell[17,43] 0.0027481347143046 [GeV] +Cell[14,12] 8.9693266787663e-06 [GeV] +Cell[16,38] 0.22079272706587 [GeV] +Cell[19,2] 0.00050503031298761 [GeV] +Cell[16,39] 4.0868756710552e-05 [GeV] +Cell[16,40] 0.00065885441661868 [GeV] +Cell[16,41] 0.00025303759865108 [GeV] +Cell[14,1] 0.00044081711777753 [GeV] +Cell[13,1] 0.00025486598051759 [GeV] +Cell[13,0] 1.4498882103453e-07 [GeV] +Cell[19,16] 0.00067037611300213 [GeV] +Cell[19,17] 9.7362505137085e-05 [GeV] +Cell[16,37] 0.00060483924143512 [GeV] +Cell[17,17] 0.001865131841724 [GeV] +Cell[17,16] 9.3454460729845e-06 [GeV] +Cell[18,16] 8.151783287758e-06 [GeV] +Cell[17,39] 0.01119211755354 [GeV] +Cell[17,38] 0.00040292518533171 [GeV] +Cell[17,40] 0.0036292067960363 [GeV] +Cell[17,41] 0.00038922010465046 [GeV] +Cell[16,42] 2.8181942464016e-06 [GeV] +Cell[15,42] 3.5414625017438e-08 [GeV] +Cell[15,41] 2.0372681319714e-12 [GeV] +Cell[16,5] 9.1667345259339e-08 [GeV] +Cell[15,19] 0.0047564439040308 [GeV] +Cell[15,17] 0.002614517127046 [GeV] +Cell[15,13] 0.0078097513054892 [GeV] +Cell[15,14] 0.00041361810750474 [GeV] +Cell[14,13] 0.00079604196437151 [GeV] +Cell[17,35] 0.0088703968867054 [GeV] +Cell[17,34] 0.0011537181096417 [GeV] +Cell[17,36] 1.3432721779623e-05 [GeV] +Cell[14,9] 1.5946183295455e-05 [GeV] +Cell[13,41] 7.6171988039277e-06 [GeV] +Cell[17,29] 7.2152763023041e-06 [GeV] +Cell[18,36] 9.3302318418864e-06 [GeV] +Cell[19,26] 0.0018982458704994 [GeV] +Cell[19,25] 2.9308859780031e-08 [GeV] +Cell[18,35] 1.4250657834509e-06 [GeV] +Cell[18,34] 1.0212889930699e-05 [GeV] +Cell[18,31] 0.0013865632207338 [GeV] +Cell[18,30] 2.4040303094353e-07 [GeV] +Cell[17,5] 0.0013347039318074 [GeV] +Cell[19,37] 0.00095208034404379 [GeV] +Cell[18,37] 1.5486097923713e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 51 cells : 0.27926024024392 (GeV) Source track ID 8226 (proton,0.95825803042679[GeV]) at (-67.596132978719,495.40969187767,149.66863191237) Original primary track ID 8 (unknown,11.672977589613[GeV]) @@ -2253,15 +1986,14 @@ Cell[10,13] 0.01998601742679 [GeV] Source track ID 8227 (gamma,0.0059423134370895[GeV]) at (-492.78863411296,84.613013709962,24.262823613082) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,22] 0.0054313145270895 [GeV] -Cell[11,6] 0.00051099891 [GeV] +Cell[10,22] 0.00049264301459215 [GeV] +Cell[10,23] 0.0054496704224973 [GeV] ### Total energy deposition in calorimeter by a source track in 2 cells : 0.0059423134370895 (GeV) Source track ID 8228 (gamma,0.0019979985958741[GeV]) at (446.70778085672,224.61557942864,-415.09322260803) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,2] 0.0016418448055652 [GeV] -Cell[7,3] 0.0003561537903089 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0019979985958741 (GeV) +Cell[7,3] 0.0019979985958741 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0019979985958741 (GeV) Source track ID 8219 (gamma,0.0016430778472367[GeV]) at (-27.365272894409,499.25058020939,216.58946103151) Original primary track ID 8 (unknown,11.672977589613[GeV]) @@ -2280,721 +2012,884 @@ Cell[19,35] 0.00011008324079717 [GeV] Source track ID 8075 (kaon-,1.5154415516[GeV]) at (463.32322519824,-187.96698910154,438.59341829249) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,23] 8.2451657246565e-05 [GeV] -Cell[7,6] 6.9224901642883e-05 [GeV] -Cell[11,43] 5.3106328395529e-05 [GeV] -Cell[12,37] 0.0016746371682601 [GeV] -Cell[11,11] 0.0015442434303499 [GeV] -Cell[10,44] 3.4081870990121e-07 [GeV] -Cell[10,28] 4.348490620032e-09 [GeV] -Cell[10,26] 3.3474862284493e-06 [GeV] -Cell[12,27] 0.0017030432200875 [GeV] -Cell[8,38] 0.001979420778485 [GeV] -Cell[12,3] 2.4838482204359e-10 [GeV] -Cell[14,43] 2.191518433392e-11 [GeV] -Cell[14,42] 4.545092286412e-05 [GeV] -Cell[14,41] 0.010317179264464 [GeV] -Cell[14,40] 0.0033665038113632 [GeV] -Cell[10,41] 0.0010794361087096 [GeV] -Cell[10,6] 0.00088219219286821 [GeV] -Cell[10,46] 4.890774789601e-10 [GeV] -Cell[11,46] 0.00098500043239139 [GeV] -Cell[11,45] 0.0017046814613584 [GeV] -Cell[11,44] 0.0070709394667786 [GeV] -Cell[10,43] 4.2356030375231e-05 [GeV] -Cell[10,47] 0.00070765227217589 [GeV] -Cell[9,47] 8.4255950932857e-06 [GeV] -Cell[11,47] 0.0061691281646141 [GeV] -Cell[13,39] 0.00016346078057757 [GeV] -Cell[14,5] 7.337006914895e-06 [GeV] -Cell[9,26] 5.2811551540799e-08 [GeV] -Cell[11,7] 0.0072114012736207 [GeV] -Cell[12,44] 0.45994180424695 [GeV] -Cell[12,45] 0.29943722767226 [GeV] -Cell[12,46] 0.0089586119175305 [GeV] -Cell[12,47] 0.00031604165298222 [GeV] -Cell[8,39] 0.00087480068289733 [GeV] -Cell[13,41] 0.0092467174350853 [GeV] -Cell[13,44] 0.00018950040075447 [GeV] -Cell[13,42] 0.00090475845328769 [GeV] -Cell[9,28] 1.8076389096677e-09 [GeV] -Cell[10,8] 0.0019127634895054 [GeV] -Cell[13,29] 0.0014964810115799 [GeV] -Cell[13,26] 0.0001692502545873 [GeV] -Cell[9,14] 0.0013486265486902 [GeV] -Cell[8,14] 3.3716898149578e-05 [GeV] -Cell[8,15] 0.00083842187466735 [GeV] -Cell[11,13] 0.0010634998761565 [GeV] -Cell[11,41] 0.0048951573917874 [GeV] -Cell[12,39] 0.0015225739833459 [GeV] -Cell[11,31] 0.0017033112485998 [GeV] -Cell[11,32] 0.00051393808589886 [GeV] -Cell[12,32] 3.4904533736039e-05 [GeV] -Cell[13,32] 8.3233567499974e-07 [GeV] -Cell[13,31] 3.5542554542189e-07 [GeV] -Cell[12,31] 3.3215742640778e-06 [GeV] -Cell[11,30] 9.628152474761e-07 [GeV] -Cell[13,16] 0.00051099891 [GeV] -Cell[17,3] 3.1238379909837e-06 [GeV] -Cell[13,18] 0.00020760368923908 [GeV] -Cell[13,6] 0.00082273152682043 [GeV] -Cell[13,25] 2.9372549033724e-07 [GeV] -Cell[12,15] 0.0024517634268728 [GeV] -Cell[13,22] 1.2866365660784e-06 [GeV] -Cell[13,21] 0.00015321848632914 [GeV] -Cell[10,42] 4.690521606733e-05 [GeV] -Cell[4,18] 0.0030437839743761 [GeV] -Cell[11,12] 1.0779812399733e-06 [GeV] -Cell[12,33] 0.00034500982578827 [GeV] -Cell[11,33] 0.00045138744388464 [GeV] -Cell[9,18] 0.00051099891 [GeV] -Cell[13,33] 0.00062483987210636 [GeV] -Cell[13,40] 0.0057360348278039 [GeV] -Cell[11,42] 0.029904638153184 [GeV] -Cell[10,40] 0.00099831714909948 [GeV] -Cell[9,4] 0.00038329833401224 [GeV] -Cell[11,0] 0.0077266264992026 [GeV] -Cell[12,1] 1.798187530801e-05 [GeV] -Cell[12,2] 1.8529599776684e-07 [GeV] -Cell[11,2] 4.7499834181508e-09 [GeV] -Cell[15,42] 6.1409082263708e-12 [GeV] -Cell[15,41] 0.00053924590664988 [GeV] -Cell[10,33] 0.00044739863901827 [GeV] -Cell[14,17] 1.1100200936198e-09 [GeV] -Cell[10,34] 0.0027329007131826 [GeV] -Cell[10,27] 5.820085103278e-05 [GeV] -Cell[9,27] 4.0541577118233e-05 [GeV] -Cell[11,40] 8.705195505172e-07 [GeV] -Cell[12,34] 0.00051099891 [GeV] -Cell[16,3] 2.1236185057205e-07 [GeV] -Cell[16,4] 3.130178478159e-07 [GeV] -Cell[12,16] 0.00052305509903416 [GeV] -Cell[12,0] 4.4082195944839e-05 [GeV] -Cell[13,0] 6.224614160601e-06 [GeV] -Cell[12,13] 1.6931614198256e-05 [GeV] -Cell[14,21] 4.1357778165775e-05 [GeV] -Cell[15,20] 0.00015872713095473 [GeV] -Cell[14,19] 0.0007820786450375 [GeV] -Cell[7,22] 1.4270696410676e-05 [GeV] -Cell[12,19] 1.4372550401731e-07 [GeV] -Cell[12,18] 5.8911882535995e-07 [GeV] -Cell[8,45] 4.0264179456244e-06 [GeV] -Cell[8,44] 1.4592979263739e-05 [GeV] -Cell[8,43] 0.00026911946802932 [GeV] -Cell[16,25] 8.650500175645e-05 [GeV] -Cell[16,26] 2.3500699317083e-06 [GeV] -Cell[15,24] 1.0210069376626e-09 [GeV] -Cell[10,3] 0.0011189601555966 [GeV] -Cell[14,7] 0.0027315890053611 [GeV] -Cell[13,45] 0.00065178403688651 [GeV] -Cell[17,37] 3.9127145137172e-06 [GeV] -Cell[11,6] 0.0031965606094993 [GeV] -Cell[12,43] 0.0030469318843447 [GeV] -Cell[13,47] 0.0021125919654041 [GeV] -Cell[13,46] 0.00035124299210283 [GeV] -Cell[14,47] 3.3571016047063e-09 [GeV] -Cell[17,9] 0.00094431664319346 [GeV] -Cell[17,10] 0.00016536454983292 [GeV] -Cell[17,8] 0.00027070431747491 [GeV] -Cell[16,36] 9.3425574305002e-06 [GeV] -Cell[16,34] 1.702261265018e-05 [GeV] -Cell[18,19] 1.6766876768088e-05 [GeV] -Cell[17,20] 0.0013602379700897 [GeV] -Cell[17,14] 1.3691492786165e-05 [GeV] -Cell[19,39] 0.00033349714109988 [GeV] -Cell[17,36] 0.00094224428309216 [GeV] -Cell[15,14] 0.0026520538738809 [GeV] -Cell[16,13] 0.0021009327674336 [GeV] -Cell[16,14] 6.3645762965962e-05 [GeV] -Cell[16,15] 9.0187931959917e-08 [GeV] -Cell[19,30] 5.4915532818995e-06 [GeV] -Cell[19,29] 7.7130679856054e-06 [GeV] -Cell[15,16] 0.0028478603382488 [GeV] -Cell[15,17] 1.4230102824513e-05 [GeV] -Cell[14,16] 0.00064955971587131 [GeV] -Cell[14,15] 5.1873262688218e-05 [GeV] -Cell[10,7] 0.014094742952927 [GeV] -Cell[15,23] 0.00026418908921812 [GeV] -Cell[13,23] 7.1319227572531e-09 [GeV] -Cell[16,41] 8.3989365778734e-05 [GeV] -Cell[17,2] 7.9330631094763e-06 [GeV] -Cell[10,0] 0.0015847146452717 [GeV] -Cell[11,39] 0.00097772209907796 [GeV] -Cell[11,5] 0.0027645462690669 [GeV] -Cell[13,17] 0.00094789402061306 [GeV] -Cell[13,3] 0.0026365470119106 [GeV] -Cell[12,42] 1.2337254441832e-05 [GeV] -Cell[14,22] 7.931871134474e-06 [GeV] -Cell[13,14] 4.2260952468496e-06 [GeV] -Cell[15,45] 3.1738734105602e-07 [GeV] -Cell[15,21] 0.00065304856671048 [GeV] -Cell[16,20] 1.719951533596e-05 [GeV] -Cell[15,19] 3.5852703911246e-05 [GeV] -Cell[8,16] 8.4401108324528e-13 [GeV] -Cell[11,14] 0.00025427379759435 [GeV] -Cell[14,39] 0.00033172829883711 [GeV] -Cell[11,4] 0.012466908104601 [GeV] -Cell[11,3] 0.0021375831539095 [GeV] -Cell[10,4] 0.010668274519618 [GeV] -Cell[10,5] 0.0010028146284365 [GeV] -Cell[17,19] 0.0012483078996559 [GeV] -Cell[17,21] 4.5064189180266e-09 [GeV] -Cell[17,22] 2.7986517352474e-09 [GeV] -Cell[17,35] 3.714998433054e-05 [GeV] -Cell[13,5] 0.00070944408420781 [GeV] -Cell[15,40] 0.00046562582317521 [GeV] -### Total energy deposition in calorimeter by a source track in 163 cells : 0.9816109820874 (GeV) +Cell[13,42] 0.007067058803969 [GeV] +Cell[10,24] 0.00026823925028043 [GeV] +Cell[12,19] 3.5159132676199e-07 [GeV] +Cell[12,18] 1.0926563991234e-06 [GeV] +Cell[8,22] 1.2325472198427e-10 [GeV] +Cell[14,31] 7.1693455975037e-06 [GeV] +Cell[9,23] 0.00038363312137199 [GeV] +Cell[11,23] 0.00023046608663049 [GeV] +Cell[11,22] 0.00065678562422772 [GeV] +Cell[12,22] 9.8401505965739e-09 [GeV] +Cell[12,21] 3.4297991078347e-09 [GeV] +Cell[11,3] 5.7727787293516e-08 [GeV] +Cell[11,19] 8.9055372518487e-07 [GeV] +Cell[10,22] 1.2603822597157e-08 [GeV] +Cell[10,44] 1.016355632828e-07 [GeV] +Cell[13,47] 1.6323850627487e-07 [GeV] +Cell[10,47] 0.00094261799728067 [GeV] +Cell[10,25] 0.00026861062261821 [GeV] +Cell[10,26] 1.1089687177446e-09 [GeV] +Cell[10,27] 3.0225788941607e-07 [GeV] +Cell[10,28] 7.9633979112259e-08 [GeV] +Cell[9,28] 5.1158692804165e-07 [GeV] +Cell[12,2] 1.3394779325608e-06 [GeV] +Cell[12,1] 0.00126789782576 [GeV] +Cell[11,26] 0.00048872024459138 [GeV] +Cell[10,23] 4.097422875202e-05 [GeV] +Cell[8,23] 5.4535192160188e-05 [GeV] +Cell[11,44] 0.0041709648042506 [GeV] +Cell[11,45] 0.00045584812722018 [GeV] +Cell[11,8] 6.1349860043265e-06 [GeV] +Cell[12,5] 1.057043305741e-05 [GeV] +Cell[11,46] 0.00090418079481323 [GeV] +Cell[11,47] 0.0027224279242998 [GeV] +Cell[10,43] 4.1951425373554e-09 [GeV] +Cell[14,11] 0.0012428925449925 [GeV] +Cell[13,0] 5.402112151387e-08 [GeV] +Cell[12,45] 0.87907109909558 [GeV] +Cell[12,44] 0.06545866815329 [GeV] +Cell[11,43] 0.0013928907432457 [GeV] +Cell[12,43] 0.0027553736610349 [GeV] +Cell[16,8] 2.2705300114012e-07 [GeV] +Cell[15,8] 2.141750883311e-10 [GeV] +Cell[12,46] 0.01848659864077 [GeV] +Cell[13,44] 0.039509262598877 [GeV] +Cell[12,47] 0.00328025100043 [GeV] +Cell[14,45] 9.0923292847947e-05 [GeV] +Cell[13,45] 0.020226742994029 [GeV] +Cell[13,43] 0.0010653654048946 [GeV] +Cell[14,43] 2.1112305148563e-10 [GeV] +Cell[14,41] 4.2827562560888e-07 [GeV] +Cell[14,44] 0.0027264905836868 [GeV] +Cell[13,46] 0.071138639108858 [GeV] +Cell[12,0] 0.0026648554175853 [GeV] +Cell[12,17] 7.7547798764613e-05 [GeV] +Cell[12,16] 6.0606023351966e-06 [GeV] +Cell[12,4] 1.2145719643968e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 56 cells : 1.1291473430623 (GeV) Source track ID 8191 (gamma,0.23378010273678[GeV]) at (499.39193934559,24.651387722542,861.27113969356) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,0] 0.00061366353941185 [GeV] -Cell[14,47] 0.0053353374326913 [GeV] -Cell[16,15] 0.00065105752865809 [GeV] -Cell[14,0] 0.22597170564496 [GeV] -Cell[15,1] 0.00069733968105938 [GeV] -Cell[14,35] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.23378010273678 (GeV) +Cell[16,17] 0.0039958231986498 [GeV] +Cell[12,20] 0.00041643692867555 [GeV] +Cell[11,25] 0.00044730071135257 [GeV] +Cell[14,1] 0.0009192019666975 [GeV] +Cell[14,0] 0.2218794130381 [GeV] +Cell[14,47] 0.003094839395362 [GeV] +Cell[14,17] 0.00044304194217896 [GeV] +Cell[14,16] 0.0020730466457659 [GeV] +Cell[14,14] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.23378010273678 (GeV) Source track ID 8192 (gamma,0.24889356279397[GeV]) at (220.29242340826,-448.8554869765,830.38545982429) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,41] 0.00047060868104318 [GeV] -Cell[14,40] 0.0015346638002786 [GeV] -Cell[14,39] 0.24434843170277 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.24635370418409 (GeV) +Cell[15,39] 0.0021122312150277 [GeV] +Cell[11,18] 0.00050113796391262 [GeV] +Cell[14,39] 0.22013597369949 [GeV] +Cell[14,38] 0.012762222397837 [GeV] +Cell[14,40] 0.0012147372098858 [GeV] +Cell[14,37] 0.00050393020195682 [GeV] +Cell[15,26] 0.0013277277128776 [GeV] +Cell[16,6] 0.00051099891 [GeV] +Cell[15,7] 0.0076018874789846 [GeV] +Cell[14,46] 0.0022227160039936 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.24889356279397 (GeV) Source track ID 8175 (kaon+,0.6690128472972[GeV]) at (305.0181569006,396.18672865324,365.68898666738) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,9] 0.00037004778603654 [GeV] -Cell[6,41] 0.00039861815627899 [GeV] -Cell[12,27] 0.0012897777496551 [GeV] -Cell[11,44] 0.0002354580731643 [GeV] -Cell[6,42] 1.237211341504e-05 [GeV] -Cell[11,7] 0.034788930864827 [GeV] -Cell[12,44] 0.00013770587977922 [GeV] -Cell[12,45] 0.0004602985144337 [GeV] -Cell[12,46] 2.736863895052e-07 [GeV] -Cell[10,13] 0.0013909154673432 [GeV] -Cell[8,14] 8.2538099900376e-07 [GeV] -Cell[8,15] 9.837094694376e-12 [GeV] -Cell[11,13] 6.3052990299184e-06 [GeV] -Cell[12,41] 1.3139868087819e-07 [GeV] -Cell[12,39] 0.00020743292386011 [GeV] -Cell[9,15] 0.00015237941183636 [GeV] -Cell[12,32] 0.0011413611015374 [GeV] -Cell[13,15] 0.00055413216619172 [GeV] -Cell[14,13] 0.00099365867220965 [GeV] -Cell[12,15] 0.00057616701216877 [GeV] -Cell[11,12] 7.1066938398872e-06 [GeV] -Cell[12,33] 2.5492210697848e-05 [GeV] -Cell[11,1] 0.00044977260173396 [GeV] -Cell[12,2] 0.00039175953909103 [GeV] -Cell[11,2] 7.4342613898466e-05 [GeV] -Cell[12,7] 1.7086858861148e-10 [GeV] -Cell[11,16] 2.1018975166953e-07 [GeV] -Cell[11,17] 0.0038174465563396 [GeV] -Cell[15,2] 7.4863839065074e-05 [GeV] -Cell[11,8] 0.00027971171088802 [GeV] -Cell[14,21] 0.00010952833117756 [GeV] -Cell[15,20] 5.6746870882307e-07 [GeV] -Cell[12,30] 0.00017271444606724 [GeV] -Cell[16,23] 7.5122932030354e-06 [GeV] -Cell[11,6] 0.21706043509352 [GeV] -Cell[16,13] 7.5576223607641e-06 [GeV] -Cell[10,0] 2.3741079203319e-06 [GeV] -Cell[11,39] 0.00010080591708026 [GeV] -Cell[11,5] 0.0033486315053806 [GeV] -Cell[15,21] 0.00047590896370957 [GeV] -Cell[11,14] 4.5748500269838e-06 [GeV] -Cell[11,3] 2.3737356968923e-09 [GeV] -Cell[12,6] 0.0025880708791916 [GeV] -Cell[12,5] 0.00035336345441192 [GeV] -Cell[10,15] 1.9403943724683e-07 [GeV] -Cell[10,21] 0.00015600356130051 [GeV] -Cell[17,41] 1.0839930560905e-05 [GeV] -Cell[19,33] 3.1815511756577e-06 [GeV] -Cell[14,14] 0.00071640101508372 [GeV] -Cell[12,8] 0.00020035319853652 [GeV] -### Total energy deposition in calorimeter by a source track in 50 cells : 0.27315651839644 (GeV) +Cell[12,6] 0.08843993228041 [GeV] +Cell[11,6] 0.25636993221095 [GeV] +Cell[11,7] 0.0083276056651618 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.35313747015652 (GeV) Source track ID 8077 (pi-,1.1891459640559[GeV]) at (43.827277963393,-498.07546587472,1036.858730107) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[18,0] 0.00062029956419326 [GeV] -Cell[15,36] 0.17419920583003 [GeV] -Cell[13,15] 1.623749974533e-05 [GeV] -Cell[16,35] 0.00046867486387971 [GeV] -Cell[16,17] 7.3559628217481e-06 [GeV] -Cell[14,33] 7.7114203595556e-06 [GeV] -Cell[15,38] 0.015523215098827 [GeV] -Cell[15,24] 0.0011935683075257 [GeV] -Cell[16,38] 0.0085504580606975 [GeV] -Cell[16,36] 0.052293970177122 [GeV] -Cell[16,34] 5.6196962696731e-05 [GeV] -Cell[16,15] 6.1179357766036e-05 [GeV] -Cell[15,23] 1.242682148586e-05 [GeV] -Cell[13,3] 0.00070307887828149 [GeV] -Cell[17,21] 1.1728523531929e-08 [GeV] -Cell[15,37] 0.49136901126711 [GeV] -Cell[15,35] 0.0025603347507368 [GeV] -Cell[17,27] 1.8955324776471e-09 [GeV] -Cell[15,34] 0.00066931212392672 [GeV] -Cell[15,39] 0.0043217946450121 [GeV] -Cell[13,10] 1.5214318409562e-09 [GeV] -Cell[16,37] 0.2970349774394 [GeV] -Cell[16,16] 0.0007508666602788 [GeV] -Cell[14,38] 6.5183497790713e-06 [GeV] -Cell[14,37] 1.2826565125579e-09 [GeV] -Cell[16,39] 0.0025308050111155 [GeV] -Cell[15,22] 9.1341071238276e-06 [GeV] -Cell[15,25] 1.7136958194897e-07 [GeV] -Cell[18,47] 8.4879922070513e-06 [GeV] -Cell[16,40] 0.00042568240552714 [GeV] -### Total energy deposition in calorimeter by a source track in 30 cells : 1.0534006913554 (GeV) +Cell[7,9] 1.4896837200126e-05 [GeV] +Cell[8,8] 6.9054368623256e-09 [GeV] +Cell[7,8] 0.00049921958455559 [GeV] +Cell[7,7] 3.172317519784e-12 [GeV] +Cell[10,35] 0.00010256837149416 [GeV] +Cell[16,34] 0.00030882232705892 [GeV] +Cell[12,32] 1.0333562386222e-07 [GeV] +Cell[16,32] 0.00045415383682018 [GeV] +Cell[17,32] 2.976170857437e-06 [GeV] +Cell[16,31] 0.0099277517872989 [GeV] +Cell[17,31] 5.7280267647002e-06 [GeV] +Cell[15,30] 1.3953161020595e-05 [GeV] +Cell[17,4] 0.0080891846137374 [GeV] +Cell[16,30] 0.0068211123377565 [GeV] +Cell[19,18] 7.3520736805222e-09 [GeV] +Cell[15,39] 0.00032393781752796 [GeV] +Cell[13,39] 0.0014081568518582 [GeV] +Cell[12,28] 2.517354732845e-05 [GeV] +Cell[12,26] 5.0650612568461e-05 [GeV] +Cell[12,27] 0.00018466983783958 [GeV] +Cell[12,23] 0.00014782229324805 [GeV] +Cell[12,22] 0.00018445886322922 [GeV] +Cell[14,20] 0.0002316177433496 [GeV] +Cell[8,39] 1.4664314221591e-08 [GeV] +Cell[8,43] 2.4197419406846e-08 [GeV] +Cell[9,35] 1.2243137462065e-08 [GeV] +Cell[12,6] 0.0011722145789054 [GeV] +Cell[12,7] 4.8187168472396e-06 [GeV] +Cell[17,47] 0.00015592111459944 [GeV] +Cell[12,2] 4.091500188224e-06 [GeV] +Cell[11,26] 4.6255540801212e-06 [GeV] +Cell[15,38] 0.0059105051624856 [GeV] +Cell[15,37] 0.026538570804381 [GeV] +Cell[14,38] 0.0057693794737296 [GeV] +Cell[14,40] 8.4221011320551e-09 [GeV] +Cell[12,33] 6.779388143741e-06 [GeV] +Cell[12,34] 2.7200439944863e-10 [GeV] +Cell[13,33] 0.00044853380918323 [GeV] +Cell[12,5] 0.0022230562104149 [GeV] +Cell[13,8] 1.0680290870368e-08 [GeV] +Cell[13,7] 0.00017495180706351 [GeV] +Cell[14,12] 0.00019583325989095 [GeV] +Cell[14,11] 3.1410702227276e-05 [GeV] +Cell[16,38] 0.0011684543299911 [GeV] +Cell[16,37] 0.1348712268519 [GeV] +Cell[17,17] 3.0998555530459e-08 [GeV] +Cell[17,38] 0.0041348337494999 [GeV] +Cell[15,42] 0.0022743445415815 [GeV] +Cell[15,41] 1.0724482990554e-09 [GeV] +Cell[17,35] 7.1075627237065e-05 [GeV] +Cell[17,34] 0.001358050845538 [GeV] +Cell[17,5] 0.0014763782830755 [GeV] +Cell[18,37] 0.00020463949890109 [GeV] +Cell[12,45] 8.0297759268433e-09 [GeV] +Cell[12,46] 3.7960682789162e-08 [GeV] +Cell[13,45] 3.1168316252206e-07 [GeV] +Cell[13,46] 0.00059930897899289 [GeV] +Cell[14,0] 9.3861112940431e-05 [GeV] +Cell[14,47] 0.00052419846533974 [GeV] +Cell[14,37] 0.019422642798976 [GeV] +Cell[14,46] 8.0105397940997e-06 [GeV] +Cell[15,36] 0.31255413009256 [GeV] +Cell[19,20] 0.00051990493580308 [GeV] +Cell[19,19] 0.0022288383013305 [GeV] +Cell[19,21] 0.00045505619832409 [GeV] +Cell[15,46] 0.00087071409363124 [GeV] +Cell[14,10] 1.5330985566834e-05 [GeV] +Cell[18,33] 9.625572420191e-07 [GeV] +Cell[17,33] 8.3158147754148e-07 [GeV] +Cell[16,19] 5.6006625694977e-05 [GeV] +Cell[16,18] 3.512779793482e-07 [GeV] +Cell[15,35] 0.015281441397862 [GeV] +Cell[10,12] 1.7265032802243e-06 [GeV] +Cell[10,36] 2.203821029525e-07 [GeV] +Cell[14,36] 0.0014246774253786 [GeV] +Cell[14,35] 0.0018690630968078 [GeV] +Cell[15,11] 0.003657774339836 [GeV] +Cell[15,12] 0.00069114832496962 [GeV] +Cell[15,10] 5.5110930759838e-05 [GeV] +Cell[18,11] 0.00015019056456218 [GeV] +Cell[18,13] 1.7982287739869e-05 [GeV] +Cell[13,37] 0.0011532812665359 [GeV] +Cell[16,36] 0.0010465961041023 [GeV] +Cell[14,34] 0.00041927751484751 [GeV] +Cell[16,2] 0.0039953022993686 [GeV] +Cell[16,3] 0.0021518036375479 [GeV] +Cell[17,2] 0.00016343716048186 [GeV] +Cell[13,6] 0.00064074343217618 [GeV] +Cell[14,25] 0.00078903028290201 [GeV] +Cell[16,29] 0.0015175390887965 [GeV] +Cell[15,29] 6.7086639205627e-06 [GeV] +Cell[14,19] 5.2950595854782e-06 [GeV] +Cell[15,40] 1.3322777971325e-06 [GeV] +Cell[12,40] 0.00057693647531323 [GeV] +Cell[17,20] 0.0069104143946291 [GeV] +Cell[17,21] 0.0020180417288725 [GeV] +Cell[17,3] 0.00086457524601626 [GeV] +Cell[16,4] 3.2639117854553e-05 [GeV] +Cell[17,19] 0.00051150263909905 [GeV] +Cell[17,18] 0.00096661589117969 [GeV] +Cell[16,21] 2.2612373413722e-09 [GeV] +Cell[16,22] 1.5221498188112e-08 [GeV] +Cell[17,22] 0.00036738658835588 [GeV] +Cell[16,20] 0.0042477516669366 [GeV] +Cell[17,23] 0.006201790867852 [GeV] +Cell[18,23] 0.00053746894377605 [GeV] +Cell[17,24] 0.0037192452831921 [GeV] +Cell[18,24] 2.2983462088177e-07 [GeV] +Cell[13,38] 0.00056756043611165 [GeV] +Cell[13,40] 2.3612300137756e-05 [GeV] +Cell[12,39] 0.00011293423843767 [GeV] +Cell[15,34] 1.5947013204141e-06 [GeV] +Cell[16,35] 0.00026256398827616 [GeV] +Cell[17,1] 8.6715879151598e-06 [GeV] +Cell[6,6] 1.2215263795952e-06 [GeV] +Cell[6,7] 1.2191606174383e-07 [GeV] +Cell[16,28] 2.7443143480923e-06 [GeV] +Cell[16,24] 0.00013750252775867 [GeV] +Cell[16,33] 2.6563532521322e-05 [GeV] +Cell[15,33] 0.0014255114166202 [GeV] +Cell[17,37] 0.024650417581657 [GeV] +Cell[18,38] 0.00071733109626223 [GeV] +### Total energy deposition in calorimeter by a source track in 122 cells : 0.64427992616284 (GeV) Source track ID 8156 (gamma,1.5351207931195[GeV]) at (395.55063127787,-305.84260346734,318.34459724573) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,8] 0.00068630255464435 [GeV] -Cell[11,43] 0.4355630680626 [GeV] -Cell[12,27] 0.00051099891 [GeV] -Cell[11,44] 0.00081391940311101 [GeV] -Cell[12,44] 0.0023065088664493 [GeV] -Cell[11,41] 0.0031485232325743 [GeV] -Cell[12,41] 0.0011445134924141 [GeV] -Cell[13,25] 0.00085948437896892 [GeV] -Cell[12,15] 0.0031538026402353 [GeV] -Cell[12,25] 0.00036181586030101 [GeV] -Cell[11,42] 1.0563768978307 [GeV] -Cell[14,19] 0.0007467592657913 [GeV] -Cell[12,43] 0.02204339973304 [GeV] -Cell[12,42] 0.0070734990878286 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 1.5347894933187 (GeV) +Cell[11,44] 0.0032757177865541 [GeV] +Cell[4,24] 0.0012952281495542 [GeV] +Cell[12,45] 0.0032962378214277 [GeV] +Cell[12,44] 0.017408372161769 [GeV] +Cell[11,43] 0.30352137233449 [GeV] +Cell[12,43] 0.0397877040014 [GeV] +Cell[11,42] 1.0981387332517 [GeV] +Cell[12,41] 0.0025668644964529 [GeV] +Cell[12,42] 0.049023087267878 [GeV] +Cell[11,41] 0.0031330432184254 [GeV] +Cell[11,40] 0.00036268833719136 [GeV] +Cell[12,13] 0.0010740369878864 [GeV] +Cell[13,11] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 1.5233940847247 (GeV) Source track ID 8157 (gamma,0.1244455075516[GeV]) at (447.26692073096,-223.50011548061,557.85439574547) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,44] 0.11353392739218 [GeV] -Cell[13,44] 0.004350123630916 [GeV] -Cell[8,21] 0.00093769811763593 [GeV] -Cell[10,20] 0.00059091822947069 [GeV] -Cell[12,0] 0.0020172161495703 [GeV] -Cell[13,35] 0.0024559087705818 [GeV] -Cell[12,5] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.12439679120035 (GeV) +Cell[6,23] 0.0012907031042282 [GeV] +Cell[19,24] 0.00076510734460467 [GeV] +Cell[12,45] 0.0005246553259849 [GeV] +Cell[12,44] 0.072248223965812 [GeV] +Cell[13,44] 0.02541790873277 [GeV] +Cell[13,45] 0.021197070527891 [GeV] +Cell[13,43] 0.0014959748512702 [GeV] +Cell[15,12] 0.00099486478903951 [GeV] +Cell[12,10] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.1244455075516 (GeV) Source track ID 8151 (e-,0.00052959843134712[GeV]) at (171.650551759,469.61270008469,1239.8873295431) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,9] 1.8599521347122e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.8599521347122e-05 (GeV) +Cell[16,9] 4.0296813632696e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 4.0296813632696e-07 (GeV) Source track ID 8131 (pi+,0.37515565019727[GeV]) at (184.42838471123,464.74312357775,1252.6343782952) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,34] 5.4950165213086e-06 [GeV] -Cell[11,35] 2.0723283133862e-05 [GeV] -Cell[17,11] 0.007718666330673 [GeV] -Cell[16,11] 3.3287506084889e-13 [GeV] -Cell[16,6] 6.6042329081029e-09 [GeV] -Cell[16,5] 1.2816507251046e-09 [GeV] -Cell[15,7] 1.3761151633275e-05 [GeV] -Cell[15,6] 2.8256171860107e-05 [GeV] -Cell[16,7] 0.0010327820885461 [GeV] -Cell[12,32] 4.0931984549388e-06 [GeV] -Cell[16,8] 0.11608673371162 [GeV] -Cell[12,33] 4.9200116191059e-06 [GeV] -Cell[12,35] 0.00023498409683907 [GeV] -Cell[17,7] 3.1009369649837e-10 [GeV] -Cell[15,10] 0.00034286474617954 [GeV] -Cell[17,9] 0.00084384687654006 [GeV] -Cell[17,10] 3.0623150620727e-05 [GeV] -Cell[17,8] 3.2504923018337e-05 [GeV] -Cell[17,2] 1.8128652969608e-05 [GeV] -Cell[16,20] 4.7205116716214e-06 [GeV] -Cell[16,9] 0.077064400698788 [GeV] -Cell[18,1] 9.0437740145717e-06 [GeV] -Cell[16,10] 4.9447843366579e-09 [GeV] -Cell[18,22] 1.6445310291601e-05 [GeV] -Cell[17,39] 6.0781138890889e-06 [GeV] -Cell[15,9] 0.0039018920658788 [GeV] -### Total energy deposition in calorimeter by a source track in 26 cells : 0.20742097702586 (GeV) +Cell[16,8] 0.11225521336357 [GeV] +Cell[16,9] 0.014635174990752 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.12689038835432 (GeV) Source track ID 8121 (pi-,0.48323272937808[GeV]) at (172.65820629307,-469.24316063173,123.71633142812) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,10] 5.4373598832171e-06 [GeV] -Cell[9,8] 0.0039021460406246 [GeV] -Cell[9,10] 7.2527285172328e-05 [GeV] -Cell[9,9] 9.3979087094908e-05 [GeV] -Cell[9,7] 0.001381525466518 [GeV] -Cell[11,43] 1.6085993032902e-05 [GeV] -Cell[11,27] 0.0010583007095557 [GeV] -Cell[12,37] 0.0010267515181307 [GeV] -Cell[10,10] 0.00096571137222008 [GeV] -Cell[7,35] 0.00038652247288746 [GeV] -Cell[12,40] 1.4708207920194e-05 [GeV] -Cell[11,34] 0.0049156877913734 [GeV] -Cell[10,28] 0.00045876354295939 [GeV] -Cell[14,41] 0.00018338028138339 [GeV] -Cell[14,40] 0.00017707815949336 [GeV] -Cell[7,33] 0.00033664482419681 [GeV] -Cell[7,32] 0.00047184023009913 [GeV] -Cell[8,42] 7.6869037002325e-10 [GeV] -Cell[7,34] 0.00042706344619883 [GeV] -Cell[10,36] 0.00047843418896021 [GeV] -Cell[11,46] 7.6212552179413e-06 [GeV] -Cell[9,46] 2.2151171782752e-05 [GeV] -Cell[11,47] 0.0059233810900139 [GeV] -Cell[6,32] 3.0541289106623e-09 [GeV] -Cell[10,11] 3.7570624672298e-06 [GeV] -Cell[12,45] 0.00068328770706694 [GeV] -Cell[12,46] 0.0030763813638866 [GeV] -Cell[12,47] 0.01595144906386 [GeV] -Cell[11,35] 0.0078862497180061 [GeV] -Cell[11,36] 0.00080508277526989 [GeV] -Cell[13,41] 1.318505189829e-08 [GeV] -Cell[10,12] 9.915774808178e-08 [GeV] -Cell[11,20] 1.3311756745679e-05 [GeV] -Cell[11,19] 7.2014450561255e-06 [GeV] -Cell[16,28] 0.0004228893180898 [GeV] -Cell[10,38] 0.080279808798217 [GeV] -Cell[12,39] 0.00014125869306895 [GeV] -Cell[11,32] 0.00048773510137494 [GeV] -Cell[13,37] 1.6396491714886e-05 [GeV] -Cell[11,22] 1.7795216437662e-05 [GeV] -Cell[11,21] 0.00018579441494148 [GeV] -Cell[7,45] 6.4785097606546e-08 [GeV] -Cell[11,12] 6.6356733441353e-12 [GeV] -Cell[11,33] 0.0031186069331841 [GeV] -Cell[10,37] 0.0010969872438222 [GeV] -Cell[10,20] 1.3893324648961e-08 [GeV] -Cell[10,16] 5.2606435201596e-06 [GeV] -Cell[10,39] 0.0094194830467967 [GeV] -Cell[11,37] 6.0108334444749e-05 [GeV] -Cell[11,38] 0.00017978620282895 [GeV] -Cell[13,12] 2.6730050700053e-05 [GeV] -Cell[13,11] 0.00011184166792543 [GeV] -Cell[13,40] 9.5699031931417e-05 [GeV] -Cell[10,40] 6.713081630221e-05 [GeV] -Cell[14,12] 9.2088855353722e-08 [GeV] -Cell[11,1] 0.00024262038170366 [GeV] -Cell[12,1] 2.3602610221133e-05 [GeV] -Cell[11,2] 9.1892567334071e-05 [GeV] -Cell[15,43] 0.00060756083675983 [GeV] -Cell[15,42] 7.6523433090188e-06 [GeV] -Cell[14,17] 0.003538899944296 [GeV] -Cell[11,40] 0.00011443291045214 [GeV] -Cell[12,34] 0.00056302025466061 [GeV] -Cell[12,35] 0.00068983061968311 [GeV] -Cell[16,3] 0.00012643087506876 [GeV] -Cell[12,16] 4.6527461090591e-05 [GeV] -Cell[12,14] 1.3155006134184e-05 [GeV] -Cell[12,17] 2.2843185171951e-05 [GeV] -Cell[13,1] 0.00012744097964014 [GeV] -Cell[12,0] 0.0065951336669261 [GeV] -Cell[13,0] 2.0519337340374e-10 [GeV] -Cell[17,16] 1.039816022967e-05 [GeV] -Cell[14,45] 1.8918587011285e-07 [GeV] -Cell[12,26] 0.00062420267250855 [GeV] -Cell[13,36] 0.0017132502944762 [GeV] -Cell[13,35] 4.3279342207825e-09 [GeV] -Cell[10,3] 1.1847118468722e-05 [GeV] -Cell[13,45] 6.5602989707259e-12 [GeV] -Cell[14,46] 1.6915216110647e-07 [GeV] -Cell[17,38] 5.8531499234959e-08 [GeV] -Cell[12,43] 0.0010506044927681 [GeV] -Cell[13,47] 1.7206824780942e-06 [GeV] -Cell[13,46] 2.7556710392673e-08 [GeV] -Cell[14,47] 6.4929658003621e-07 [GeV] -Cell[19,29] 5.8171294085696e-06 [GeV] -Cell[11,39] 0.0029090365919186 [GeV] -Cell[13,17] 1.176754682092e-05 [GeV] -Cell[12,42] 0.00064543101018705 [GeV] -Cell[13,14] 1.2598701869138e-07 [GeV] -Cell[15,45] 3.1518221192528e-05 [GeV] -Cell[14,0] 5.164714743546e-05 [GeV] -Cell[10,21] 1.7875270107197e-06 [GeV] -Cell[15,34] 9.7185255144723e-06 [GeV] -Cell[14,37] 1.7978129395601e-05 [GeV] -Cell[16,9] 0.0011391102769376 [GeV] -Cell[11,18] 9.2796845245175e-05 [GeV] -Cell[9,36] 0.00037746117329641 [GeV] -Cell[13,13] 6.6497945226729e-08 [GeV] -Cell[15,13] 0.00039422189417993 [GeV] -Cell[14,36] 7.9510439245496e-06 [GeV] -Cell[14,11] 0.0018719665107097 [GeV] -Cell[17,17] 8.962987922132e-06 [GeV] -Cell[7,0] 0.00084020541740831 [GeV] -Cell[15,44] 0.00071929083089822 [GeV] -Cell[6,31] 2.3568492792947e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 105 cells : 0.17184711152066 (GeV) +Cell[10,35] 7.0095443853688e-06 [GeV] +Cell[8,13] 1.0820338502526e-08 [GeV] +Cell[10,30] 0.00090290214532734 [GeV] +Cell[9,12] 0.00010847454975578 [GeV] +Cell[8,42] 1.3666621098423e-05 [GeV] +Cell[9,37] 2.7270096645225e-05 [GeV] +Cell[8,24] 0.00032903912441509 [GeV] +Cell[10,37] 0.0017359276462698 [GeV] +Cell[10,31] 0.0030892124350917 [GeV] +Cell[9,18] 0.0017189928413244 [GeV] +Cell[8,47] 0.00045209719355066 [GeV] +Cell[18,4] 0.00022110661032809 [GeV] +Cell[12,29] 0.0060369861918469 [GeV] +Cell[11,30] 1.5361735215265e-05 [GeV] +Cell[11,4] 1.4033143788765e-06 [GeV] +Cell[13,23] 3.20530696481e-05 [GeV] +Cell[8,38] 4.2460024085813e-05 [GeV] +Cell[8,43] 4.3682577779691e-07 [GeV] +Cell[9,25] 3.4652195677154e-07 [GeV] +Cell[6,45] 0.00020542624533118 [GeV] +Cell[9,38] 0.00073838392155142 [GeV] +Cell[10,40] 0.0015935094452732 [GeV] +Cell[10,0] 0.00049308636715496 [GeV] +Cell[13,3] 0.0008900392734665 [GeV] +Cell[10,26] 1.6821533222355e-08 [GeV] +Cell[10,38] 0.081188920972168 [GeV] +Cell[11,37] 4.5294768824533e-11 [GeV] +Cell[10,27] 0.0017789527089603 [GeV] +Cell[10,28] 0.0012499114527973 [GeV] +Cell[9,20] 8.0350916618954e-07 [GeV] +Cell[10,33] 0.00037961335476334 [GeV] +Cell[10,39] 0.18429796153109 [GeV] +Cell[10,41] 0.00012674439526563 [GeV] +Cell[9,19] 4.4587550650022e-06 [GeV] +Cell[8,23] 1.8255902396049e-06 [GeV] +Cell[12,5] 0.00093775998868086 [GeV] +Cell[11,38] 5.1859195227735e-06 [GeV] +Cell[10,13] 1.249173612905e-08 [GeV] +Cell[14,43] 2.3466681101127e-05 [GeV] +Cell[12,4] 0.00030146809714353 [GeV] +Cell[10,12] 0.00082721088787969 [GeV] +Cell[10,36] 0.00028728401162368 [GeV] +Cell[17,3] 5.0187925808132e-07 [GeV] +Cell[16,24] 2.2086725221016e-07 [GeV] +Cell[11,41] 0.00027946786124093 [GeV] +Cell[11,40] 3.7359116504376e-08 [GeV] +Cell[12,13] 1.2496002909756e-08 [GeV] +Cell[9,13] 2.6383627862742e-05 [GeV] +Cell[9,16] 1.0122529434739e-05 [GeV] +Cell[12,12] 0.00084091983581982 [GeV] +Cell[11,39] 9.768790164344e-09 [GeV] +Cell[14,3] 9.3976821517572e-07 [GeV] +Cell[13,2] 5.9548382046387e-05 [GeV] +Cell[14,2] 1.7420791175482e-07 [GeV] +Cell[13,4] 0.0038283225078427 [GeV] +Cell[16,23] 1.5170534043364e-05 [GeV] +Cell[11,5] 0.0024494993802139 [GeV] +Cell[10,11] 2.1633836978253e-05 [GeV] +Cell[8,41] 0.0011914412530083 [GeV] +Cell[15,43] 0.0077232068248826 [GeV] +Cell[15,1] 0.0022974404762313 [GeV] +Cell[15,2] 1.6004636838602e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 62 cells : 0.30882785781123 (GeV) Source track ID 8093 (pi+,0.96821785755512[GeV]) at (-70.112158588803,-495.05988043672,1185.8170483416) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[18,0] 5.7882630244421e-10 [GeV] -Cell[12,41] 9.7231915106022e-09 [GeV] -Cell[15,32] 8.9072476068395e-05 [GeV] -Cell[16,32] 3.9286431274377e-06 [GeV] -Cell[17,32] 0.0024582493562008 [GeV] -Cell[13,4] 0.0010490625931061 [GeV] -Cell[16,35] 2.0479783415794e-09 [GeV] -Cell[14,17] 4.4655763604169e-05 [GeV] -Cell[17,38] 6.3821712137724e-07 [GeV] -Cell[17,37] 0.0002145259996596 [GeV] -Cell[16,34] 0.20562022783396 [GeV] -Cell[17,36] 0.0012379425811257 [GeV] -Cell[19,30] 0.0081498513810851 [GeV] -Cell[19,29] 0.0022638578729888 [GeV] -Cell[14,16] 0.00018369783374408 [GeV] -Cell[12,42] 2.601566357373e-05 [GeV] -Cell[17,35] 0.0029520220177642 [GeV] -Cell[13,5] 9.4461577828042e-07 [GeV] -Cell[19,33] 0.0028112804689546 [GeV] -Cell[15,34] 0.016705631078958 [GeV] -Cell[17,34] 0.24918255767435 [GeV] -Cell[18,35] 0.00041041817886082 [GeV] -Cell[18,36] 7.3871763106581e-10 [GeV] -Cell[17,33] 0.0072226565822791 [GeV] -Cell[18,34] 0.0080822917968204 [GeV] -Cell[18,33] 0.012587204105371 [GeV] -Cell[18,32] 0.003567097439077 [GeV] -Cell[18,31] 0.00071922459112398 [GeV] -Cell[16,33] 0.00074368786552611 [GeV] -Cell[15,33] 0.00014542081086734 [GeV] -Cell[19,32] 0.096335957980465 [GeV] -Cell[19,31] 0.010506254881397 [GeV] -Cell[19,34] 1.0547279817956e-05 [GeV] -Cell[19,27] 0.00045206960134337 [GeV] -Cell[19,28] 0.0026571899370816 [GeV] -Cell[18,28] 2.5099290810999e-05 [GeV] -Cell[18,27] 2.2584572434425e-11 [GeV] -Cell[19,47] 0.0058427324645896 [GeV] -Cell[19,0] 0.0002405239858042 [GeV] -Cell[19,45] 0.00011871898740208 [GeV] -Cell[19,46] 0.00043725012276923 [GeV] -Cell[18,8] 0.0024656749369732 [GeV] -Cell[19,8] 0.0011203222997547 [GeV] -Cell[19,9] 1.9322978565469e-05 [GeV] -Cell[19,18] 5.8914847613778e-06 [GeV] -Cell[18,18] 0.0011018515989873 [GeV] -Cell[19,7] 0.004538496467243 [GeV] -Cell[18,30] 0.0027438340918138 [GeV] -Cell[18,29] 2.0191029079797e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 49 cells : 0.65509391696108 (GeV) +Cell[10,24] 0.00051099891 [GeV] +Cell[16,34] 0.25048652608569 [GeV] +Cell[7,37] 2.1677697077394e-08 [GeV] +Cell[9,6] 2.3965242043005e-06 [GeV] +Cell[9,1] 3.5691307857633e-08 [GeV] +Cell[9,2] 3.6589306546375e-08 [GeV] +Cell[13,32] 0.00051099891 [GeV] +Cell[15,32] 0.00081739226203973 [GeV] +Cell[16,32] 0.0022000801578004 [GeV] +Cell[16,30] 1.870875178156e-08 [GeV] +Cell[10,1] 0.0022066404617107 [GeV] +Cell[11,15] 0.00051099891 [GeV] +Cell[16,17] 8.3077258238141e-05 [GeV] +Cell[14,28] 0.00094179876707694 [GeV] +Cell[12,21] 0.0024273881175706 [GeV] +Cell[12,24] 0.00014241981506766 [GeV] +Cell[11,21] 0.00058825546241417 [GeV] +Cell[14,20] 0.00029632763536448 [GeV] +Cell[9,34] 0.00018735052577832 [GeV] +Cell[8,29] 0.00020548273788264 [GeV] +Cell[10,26] 0.0017664664545792 [GeV] +Cell[15,37] 0.00016451240301407 [GeV] +Cell[14,33] 1.341690733625e-08 [GeV] +Cell[11,47] 0.00031464367036579 [GeV] +Cell[17,43] 0.0056816523950291 [GeV] +Cell[16,38] 0.0017587971508731 [GeV] +Cell[19,2] 0.0011894053343826 [GeV] +Cell[19,17] 0.00058786976503695 [GeV] +Cell[16,37] 0.0027042307938177 [GeV] +Cell[17,39] 0.087386008487277 [GeV] +Cell[17,38] 0.0010067170165479 [GeV] +Cell[17,40] 0.0034887209353544 [GeV] +Cell[17,41] 0.0042611652825311 [GeV] +Cell[18,36] 0.0026147047141837 [GeV] +Cell[19,26] 8.5005630921842e-07 [GeV] +Cell[17,5] 0.0018593186676548 [GeV] +Cell[12,44] 0.0011856317021119 [GeV] +Cell[14,43] 0.0015515411209418 [GeV] +Cell[14,47] 0.00049969779939244 [GeV] +Cell[14,16] 0.00034354057340956 [GeV] +Cell[14,46] 0.00097031592709653 [GeV] +Cell[16,19] 5.6676217354834e-08 [GeV] +Cell[15,35] 0.0050819461916831 [GeV] +Cell[16,36] 0.0012168595623801 [GeV] +Cell[16,29] 3.2485644306917e-06 [GeV] +Cell[17,20] 0.00049498409717705 [GeV] +Cell[17,21] 0.00021507314030499 [GeV] +Cell[16,20] 3.5527199389342e-05 [GeV] +Cell[15,34] 0.026345004898218 [GeV] +Cell[16,35] 0.15082778781741 [GeV] +Cell[16,28] 9.5823542674732e-05 [GeV] +Cell[16,24] 2.1237690816633e-06 [GeV] +Cell[16,33] 0.0062676051644142 [GeV] +Cell[15,33] 0.0023008493969724 [GeV] +Cell[17,37] 0.0060749995833795 [GeV] +Cell[12,13] 0.00051099891 [GeV] +Cell[5,26] 5.0707632908598e-08 [GeV] +Cell[16,7] 8.9641223894432e-08 [GeV] +Cell[17,6] 0.00084187560893703 [GeV] +Cell[17,7] 0.00096683867575654 [GeV] +Cell[19,27] 0.00029971280577998 [GeV] +Cell[15,4] 2.0526636217255e-06 [GeV] +Cell[16,25] 0.0036809012224655 [GeV] +Cell[16,0] 0.00066929737252457 [GeV] +Cell[18,19] 0.00041971663709608 [GeV] +Cell[17,0] 0.0011881454105885 [GeV] +Cell[18,41] 0.13566231495267 [GeV] +Cell[18,43] 0.023457347301666 [GeV] +Cell[18,6] 0.0041655795021694 [GeV] +Cell[18,42] 0.021614704965389 [GeV] +Cell[18,40] 0.00202080341578 [GeV] +Cell[19,14] 0.00050856295974245 [GeV] +Cell[18,2] 0.0095786575045183 [GeV] +Cell[18,46] 0.00047532254453769 [GeV] +Cell[17,25] 0.00050593916482541 [GeV] +Cell[19,33] 0.00012358529528754 [GeV] +Cell[13,19] 0.00078056314588673 [GeV] +Cell[17,13] 0.00051099891 [GeV] +Cell[18,3] 0.00031267339073453 [GeV] +Cell[18,15] 0.0009504861283213 [GeV] +Cell[14,22] 0.0030777583102245 [GeV] +Cell[16,11] 0.00051099891 [GeV] +Cell[17,12] 0.00032364838422168 [GeV] +### Total energy deposition in calorimeter by a source track in 83 cells : 0.79357556292006 (GeV) Source track ID 8094 (kaon-,2.4403738820574[GeV]) at (342.13014844694,-364.61892644743,532.01233348028) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[8,12] 3.2664660830051e-07 [GeV] -Cell[13,28] 6.753809255315e-06 [GeV] -Cell[12,40] 0.0018400110580631 [GeV] -Cell[12,27] 4.6446803025901e-10 [GeV] -Cell[14,43] 0.0044189673164516 [GeV] -Cell[14,42] 0.008027933142717 [GeV] -Cell[14,41] 0.0065277445658291 [GeV] -Cell[14,40] 0.032639032034878 [GeV] -Cell[10,6] 0.0068006339150129 [GeV] -Cell[11,46] 3.1837949063629e-07 [GeV] -Cell[11,47] 0.001024531629454 [GeV] -Cell[13,39] 0.054165351071132 [GeV] -Cell[11,7] 0.0021912335582607 [GeV] -Cell[9,5] 0.0027247935009058 [GeV] -Cell[12,44] 8.2453361828811e-06 [GeV] -Cell[12,45] 5.6411668716464e-05 [GeV] -Cell[12,46] 0.00013451689190879 [GeV] -Cell[12,47] 5.849971279531e-05 [GeV] -Cell[8,13] 3.7081394111738e-08 [GeV] -Cell[13,41] 0.60702929759695 [GeV] -Cell[13,43] 0.061813460942453 [GeV] -Cell[13,44] 0.0060682165969599 [GeV] -Cell[13,42] 0.29712062183969 [GeV] -Cell[16,30] 2.9959192033857e-09 [GeV] -Cell[17,6] 0.00013653774994134 [GeV] -Cell[10,9] 2.6860438219956e-05 [GeV] -Cell[11,9] 2.7679709546646e-10 [GeV] -Cell[10,8] 0.0012004702861499 [GeV] -Cell[4,44] 3.9563109725577e-05 [GeV] -Cell[13,29] 0.00010976235812404 [GeV] -Cell[13,27] 0.00048534901450455 [GeV] -Cell[11,41] 0.0013869057660189 [GeV] -Cell[12,41] 0.10388101268246 [GeV] -Cell[12,39] 0.011147129565468 [GeV] -Cell[12,32] 1.338288293482e-07 [GeV] -Cell[13,32] 7.100538823579e-11 [GeV] -Cell[15,36] 0.010702994266749 [GeV] -Cell[13,18] 2.3647783109482e-09 [GeV] -Cell[11,25] 4.1982121183537e-07 [GeV] -Cell[12,20] 5.452917329194e-07 [GeV] -Cell[12,33] 1.5666616980525e-05 [GeV] -Cell[11,33] 0.00053335221662826 [GeV] -Cell[12,10] 3.902171084917e-05 [GeV] -Cell[12,11] 9.6862027591442e-05 [GeV] -Cell[13,40] 0.061047908311034 [GeV] -Cell[15,41] 0.00010202844317382 [GeV] -Cell[14,17] 0.000389202383937 [GeV] -Cell[16,2] 4.1600828820265e-05 [GeV] -Cell[12,14] 7.1840894524939e-06 [GeV] -Cell[12,17] 0.00054335831209698 [GeV] -Cell[11,17] 1.0524787645863e-05 [GeV] -Cell[11,8] 5.9914607554674e-06 [GeV] -Cell[14,45] 0.0021465490840773 [GeV] -Cell[12,18] 0.00021478399940167 [GeV] -Cell[1,27] 7.3621989577077e-07 [GeV] -Cell[16,24] 1.3346454808243e-06 [GeV] -Cell[16,23] 0.00074871398485107 [GeV] -Cell[16,25] 0.00012021333657822 [GeV] -Cell[15,24] 0.00012414004142738 [GeV] -Cell[3,38] 2.0367625984363e-07 [GeV] -Cell[14,7] 9.688093242687e-05 [GeV] -Cell[13,45] 1.4607946474143e-06 [GeV] -Cell[14,46] 2.9321306647034e-05 [GeV] -Cell[11,6] 3.2979678653646e-06 [GeV] -Cell[12,43] 0.0012455664859655 [GeV] -Cell[13,46] 0.00078104039450966 [GeV] -Cell[14,47] 6.4326298015658e-06 [GeV] -Cell[17,20] 0.00066211034819594 [GeV] -Cell[14,16] 5.5145467296825e-05 [GeV] -Cell[10,7] 0.0033460801692048 [GeV] -Cell[16,41] 2.5348655133257e-06 [GeV] -Cell[17,2] 0.00060688589539291 [GeV] -Cell[11,5] 0.0001759275692167 [GeV] -Cell[13,17] 3.9173755794764e-11 [GeV] -Cell[12,42] 0.022004233472504 [GeV] -Cell[15,21] 6.3979515689425e-06 [GeV] -Cell[14,39] 0.0073687275008802 [GeV] -Cell[10,4] 3.2431516825454e-05 [GeV] -Cell[10,5] 3.3673206121421e-07 [GeV] -Cell[15,40] 0.024047818083582 [GeV] -Cell[14,0] 2.4995324783958e-06 [GeV] -Cell[12,5] 0.00031296326676716 [GeV] -Cell[15,37] 0.0003266833141779 [GeV] -Cell[15,35] 0.0007976672180962 [GeV] -Cell[15,34] 0.00072007283593798 [GeV] -Cell[15,39] 1.1848807878323e-07 [GeV] -Cell[13,10] 7.0258568030113e-10 [GeV] -Cell[14,38] 0.00039543201537356 [GeV] -Cell[14,37] 0.001820374584849 [GeV] -Cell[16,39] 9.7827444278664e-10 [GeV] -Cell[15,22] 0.00093288646171595 [GeV] -Cell[15,25] 0.0011462577340279 [GeV] -Cell[16,40] 0.0048103967517309 [GeV] -Cell[14,36] 0.0012777611200298 [GeV] -Cell[13,38] 0.16781516346064 [GeV] -Cell[8,1] 1.2988646922167e-06 [GeV] -Cell[7,1] 1.9384315237403e-08 [GeV] -Cell[13,8] 3.414695878746e-06 [GeV] -Cell[14,8] 6.733118113641e-05 [GeV] -Cell[13,30] 1.4865247067064e-06 [GeV] -Cell[12,4] 6.5356087450368e-05 [GeV] -Cell[15,26] 2.6799093188743e-05 [GeV] -Cell[14,44] 0.0022069065604887 [GeV] -Cell[17,5] 0.0012913747154197 [GeV] -### Total energy deposition in calorimeter by a source track in 104 cells : 1.5324589005195 (GeV) +Cell[15,3] 0.00091586268364108 [GeV] +Cell[13,42] 0.013604083300576 [GeV] +Cell[9,9] 0.0011723064571341 [GeV] +Cell[8,13] 0.0016634040815898 [GeV] +Cell[9,33] 0.00027151882003977 [GeV] +Cell[9,8] 0.00029646426936387 [GeV] +Cell[10,30] 3.0402886914089e-06 [GeV] +Cell[10,29] 1.2476610369049e-05 [GeV] +Cell[10,24] 0.00055271397809838 [GeV] +Cell[12,19] 0.0015127520137322 [GeV] +Cell[8,28] 3.3376377750642e-05 [GeV] +Cell[8,14] 2.2143532987684e-07 [GeV] +Cell[9,31] 9.294890332967e-10 [GeV] +Cell[10,31] 9.1199120322472e-06 [GeV] +Cell[10,32] 0.00036217807071193 [GeV] +Cell[12,3] 0.0016395536709641 [GeV] +Cell[8,3] 5.3769326768816e-10 [GeV] +Cell[11,27] 0.00057300767829099 [GeV] +Cell[6,14] 5.4948497563601e-08 [GeV] +Cell[11,31] 0.00029110352334965 [GeV] +Cell[11,32] 0.00096968972196601 [GeV] +Cell[14,32] 1.1558328988031e-05 [GeV] +Cell[15,32] 2.9101000691298e-06 [GeV] +Cell[11,15] 1.4663697773358e-05 [GeV] +Cell[13,26] 0.00029209910938596 [GeV] +Cell[13,27] 1.8377495696768e-05 [GeV] +Cell[13,28] 3.0514435778741e-06 [GeV] +Cell[13,39] 0.0032048784285953 [GeV] +Cell[11,1] 7.4217678047717e-10 [GeV] +Cell[11,30] 0.00089566749057587 [GeV] +Cell[11,29] 0.00092168693348664 [GeV] +Cell[12,27] 1.4728677633684e-06 [GeV] +Cell[13,29] 0.0010627149825955 [GeV] +Cell[11,23] 0.0021520578429739 [GeV] +Cell[11,24] 0.00056468983204661 [GeV] +Cell[10,19] 0.00093967086321831 [GeV] +Cell[10,18] 4.3829518992879e-06 [GeV] +Cell[11,18] 3.3378871891728e-05 [GeV] +Cell[11,17] 5.2188988775015e-10 [GeV] +Cell[10,5] 0.0016503333725152 [GeV] +Cell[14,21] 8.8488506753492e-05 [GeV] +Cell[8,30] 1.075425302588e-09 [GeV] +Cell[7,41] 2.445146717946e-05 [GeV] +Cell[9,34] 0.0016834355557173 [GeV] +Cell[9,35] 0.0018920552511029 [GeV] +Cell[6,23] 0.00022204952574896 [GeV] +Cell[8,29] 0.00053169931264051 [GeV] +Cell[8,5] 1.0451480629854e-06 [GeV] +Cell[10,44] 0.00030568177409498 [GeV] +Cell[10,16] 0.00054662249259809 [GeV] +Cell[10,40] 5.1127429389908e-07 [GeV] +Cell[9,36] 0.00035316972316741 [GeV] +Cell[16,12] 4.0077803589611e-07 [GeV] +Cell[10,25] 0.0014395078248736 [GeV] +Cell[10,26] 0.0023092430009661 [GeV] +Cell[3,18] 2.7947658672929e-06 [GeV] +Cell[12,2] 0.00013706421536097 [GeV] +Cell[12,1] 2.5333520316053e-06 [GeV] +Cell[10,33] 5.790953721953e-05 [GeV] +Cell[11,26] 0.00034334685720546 [GeV] +Cell[11,25] 0.0015653558579832 [GeV] +Cell[15,38] 0.002195603492603 [GeV] +Cell[15,37] 0.00033913955226205 [GeV] +Cell[14,38] 5.5473341033121e-06 [GeV] +Cell[14,40] 1.9985199060102e-09 [GeV] +Cell[10,23] 0.00040793374576219 [GeV] +Cell[10,41] 4.6810249718874e-06 [GeV] +Cell[12,33] 3.7170164578129e-06 [GeV] +Cell[13,35] 9.9700740656317e-05 [GeV] +Cell[13,33] 3.7902402691543e-06 [GeV] +Cell[14,33] 1.7613451557395e-05 [GeV] +Cell[13,36] 3.4981437493116e-06 [GeV] +Cell[12,37] 6.4922979183393e-05 [GeV] +Cell[0,21] 7.6774976332672e-06 [GeV] +Cell[5,17] 7.4450816609897e-06 [GeV] +Cell[10,4] 0.00041995806717637 [GeV] +Cell[5,22] 6.2978025312077e-08 [GeV] +Cell[8,18] 6.212416337803e-09 [GeV] +Cell[9,19] 8.5856299847364e-12 [GeV] +Cell[6,22] 0.00044539707742524 [GeV] +Cell[12,15] 0.0002546306207696 [GeV] +Cell[12,14] 1.5083178295754e-06 [GeV] +Cell[8,19] 6.0435422884666e-06 [GeV] +Cell[6,18] 0.00014396771829456 [GeV] +Cell[1,35] 8.024694485357e-06 [GeV] +Cell[11,44] 0.0082046883327356 [GeV] +Cell[11,45] 0.0015836041922464 [GeV] +Cell[12,5] 3.0066352205267e-05 [GeV] +Cell[12,8] 0.014428693711792 [GeV] +Cell[11,46] 0.0017939200652876 [GeV] +Cell[11,47] 0.0034907466689914 [GeV] +Cell[16,43] 0.00014790421782391 [GeV] +Cell[16,44] 0.0094752062888276 [GeV] +Cell[9,14] 0.00028589780086597 [GeV] +Cell[6,5] 2.3149840155384e-05 [GeV] +Cell[13,25] 0.00056930110287908 [GeV] +Cell[13,24] 5.5838274690814e-06 [GeV] +Cell[13,8] 0.0032158196697954 [GeV] +Cell[13,7] 0.0001149300593853 [GeV] +Cell[14,12] 0.0013035169618038 [GeV] +Cell[16,41] 7.2808417025954e-06 [GeV] +Cell[14,1] 0.00044390283631958 [GeV] +Cell[17,17] 2.8669252060354e-08 [GeV] +Cell[17,16] 4.9544440116733e-08 [GeV] +Cell[16,42] 1.8614400059732e-05 [GeV] +Cell[15,42] 7.347156472747e-06 [GeV] +Cell[15,41] 0.00042551708655355 [GeV] +Cell[15,13] 0.00058185857329181 [GeV] +Cell[15,14] 0.0027004431928852 [GeV] +Cell[14,13] 4.2598069238011e-05 [GeV] +Cell[13,41] 0.088790526197632 [GeV] +Cell[18,36] 1.4862194366287e-05 [GeV] +Cell[12,45] 0.0074737000980888 [GeV] +Cell[12,44] 0.0031556480777381 [GeV] +Cell[11,43] 0.0040542270659977 [GeV] +Cell[12,43] 0.055244579264033 [GeV] +Cell[15,8] 1.6608575242572e-07 [GeV] +Cell[12,46] 0.014196577539128 [GeV] +Cell[13,44] 0.0128259988855 [GeV] +Cell[12,47] 0.004628071281896 [GeV] +Cell[14,45] 0.002645622154596 [GeV] +Cell[13,45] 3.0050762325118e-07 [GeV] +Cell[13,43] 0.0024698725884062 [GeV] +Cell[14,43] 2.4812819901854e-08 [GeV] +Cell[14,41] 0.007561669891709 [GeV] +Cell[14,44] 0.0020037562393048 [GeV] +Cell[12,0] 0.0022258061187429 [GeV] +Cell[12,17] 0.00099495587136596 [GeV] +Cell[12,16] 1.5148100239458e-05 [GeV] +Cell[12,4] 0.0076030768949631 [GeV] +Cell[14,0] 0.0024197512053974 [GeV] +Cell[14,47] 0.00088991889498069 [GeV] +Cell[14,37] 0.00012927417982837 [GeV] +Cell[15,7] 3.1360899029096e-06 [GeV] +Cell[14,46] 6.1227786354721e-06 [GeV] +Cell[15,36] 0.0022291470108701 [GeV] +Cell[15,35] 3.0999369728647e-05 [GeV] +Cell[14,36] 9.0102255398961e-09 [GeV] +Cell[14,35] 6.9630259822588e-06 [GeV] +Cell[15,12] 0.00083614780342077 [GeV] +Cell[15,10] 0.00068168773557272 [GeV] +Cell[13,37] 0.00037002369137201 [GeV] +Cell[14,34] 0.00067205718820526 [GeV] +Cell[16,3] 6.0020396040272e-07 [GeV] +Cell[13,6] 4.9736851651687e-06 [GeV] +Cell[14,25] 8.0193484336633e-08 [GeV] +Cell[14,19] 4.6359069528989e-07 [GeV] +Cell[12,40] 0.019927826227693 [GeV] +Cell[17,21] 0.0023367525530505 [GeV] +Cell[16,4] 7.2972050247699e-08 [GeV] +Cell[16,22] 4.6216791683491e-05 [GeV] +Cell[17,22] 0.00063526151463759 [GeV] +Cell[16,20] 3.2704821263906e-05 [GeV] +Cell[17,23] 0.00027377728678697 [GeV] +Cell[17,24] 2.014105206149e-05 [GeV] +Cell[13,38] 4.9729092893358e-08 [GeV] +Cell[13,40] 0.02014970893251 [GeV] +Cell[12,39] 0.00082866941492713 [GeV] +Cell[6,7] 1.454261669096e-06 [GeV] +Cell[16,28] 0.0007137092117415 [GeV] +Cell[11,42] 0.0058589854224652 [GeV] +Cell[12,41] 0.8691318476696 [GeV] +Cell[12,42] 0.066806679741057 [GeV] +Cell[11,41] 0.00098893257617821 [GeV] +Cell[11,40] 0.0047229465004213 [GeV] +Cell[12,10] 8.1351637390981e-09 [GeV] +Cell[9,13] 2.0704825874418e-07 [GeV] +Cell[9,16] 1.3969838619232e-12 [GeV] +Cell[13,2] 8.9824312308338e-06 [GeV] +Cell[14,2] 1.0351742389503e-08 [GeV] +Cell[16,23] 3.9546842541313e-05 [GeV] +Cell[15,43] 0.00036355395574708 [GeV] +Cell[15,1] 5.5371936127813e-08 [GeV] +Cell[15,2] 0.00021028419257107 [GeV] +Cell[15,4] 0.001379594170925 [GeV] +Cell[17,0] 1.489406546284e-06 [GeV] +Cell[19,14] 0.0039996249250699 [GeV] +Cell[17,25] 0.00053503376293145 [GeV] +Cell[11,0] 6.8519780427323e-07 [GeV] +Cell[15,20] 3.1694194098236e-05 [GeV] +Cell[15,21] 0.00018890567326525 [GeV] +Cell[14,24] 0.0013431873611614 [GeV] +Cell[15,24] 0.00032016271913994 [GeV] +Cell[6,15] 3.6482340380758e-05 [GeV] +Cell[11,14] 0.0017751753715494 [GeV] +Cell[15,0] 0.00033969033911865 [GeV] +Cell[12,25] 3.7998256448191e-06 [GeV] +Cell[6,19] 2.3628307098079e-05 [GeV] +Cell[19,13] 0.0007181391354452 [GeV] +Cell[19,10] 3.9152519142135e-05 [GeV] +Cell[19,8] 0.00055329292385278 [GeV] +Cell[15,5] 0.0018540660459943 [GeV] +Cell[15,6] 1.5016653924249e-07 [GeV] +Cell[12,38] 7.6438955042363e-05 [GeV] +Cell[10,9] 0.0047621554041763 [GeV] +Cell[10,8] 0.0018289857898479 [GeV] +Cell[10,10] 0.002257520238174 [GeV] +Cell[13,5] 0.00051099891 [GeV] +Cell[10,15] 0.0012501721133827 [GeV] +Cell[9,15] 3.0311230148072e-10 [GeV] +Cell[17,27] 9.2919117014389e-06 [GeV] +Cell[17,28] 1.098350282075e-05 [GeV] +Cell[8,20] 6.4173552800639e-09 [GeV] +Cell[18,18] 0.0012762335023301 [GeV] +Cell[13,9] 0.0012034996782922 [GeV] +Cell[15,9] 2.3054025950842e-07 [GeV] +Cell[13,22] 1.0723502084147e-05 [GeV] +Cell[8,1] 0.00019895420575631 [GeV] +Cell[9,0] 7.2943860432133e-06 [GeV] +Cell[3,27] 0.00028623729407843 [GeV] +Cell[2,27] 8.5013373818015e-05 [GeV] +Cell[8,16] 0.00090150011599239 [GeV] +Cell[9,3] 0.00059096477440119 [GeV] +Cell[10,3] 0.00042038604821141 [GeV] +Cell[7,42] 1.3008571462706e-05 [GeV] +Cell[8,27] 0.0011240892095331 [GeV] +Cell[16,16] 3.0245864763856e-08 [GeV] +Cell[17,9] 1.8937513232231e-08 [GeV] +Cell[16,13] 7.1488668036181e-06 [GeV] +Cell[14,42] 1.1394644388929e-08 [GeV] +Cell[6,21] 3.3810580498539e-07 [GeV] +Cell[15,22] 0.00015997107146552 [GeV] +Cell[12,9] 7.540088056237e-05 [GeV] +Cell[8,4] 7.320282747969e-09 [GeV] +Cell[10,46] 2.5530014681863e-08 [GeV] +Cell[7,17] 7.9707328113727e-06 [GeV] +Cell[9,4] 1.1095500132797e-05 [GeV] +Cell[5,23] 0.0021563431215886 [GeV] +Cell[11,13] 1.5149024148059e-05 [GeV] +Cell[18,28] 0.00087105134104365 [GeV] +Cell[17,8] 0.00038577554312315 [GeV] +Cell[15,44] 3.4021747997031e-06 [GeV] +Cell[17,44] 4.5765492832288e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 233 cells : 1.3514567234922 (GeV) Source track ID 8092 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,42] 0.0010950295528204 [GeV] -Cell[13,44] 0.001575049434193 [GeV] -Cell[13,42] 2.7087367016065e-11 [GeV] -Cell[15,43] 0.0025042496493123 [GeV] -Cell[15,42] 0.00087245440519177 [GeV] -Cell[15,41] 1.05874204678e-07 [GeV] -Cell[14,45] 1.5547032443237e-05 [GeV] -Cell[13,45] 0.00050798175040267 [GeV] -Cell[14,46] 4.321850214194e-05 [GeV] -Cell[16,41] 0.0026258830490503 [GeV] -Cell[15,45] 0.00036238534214181 [GeV] -Cell[15,40] 6.9641032496293e-09 [GeV] -Cell[16,40] 2.2767450161609e-07 [GeV] -Cell[15,44] 0.0093656164858859 [GeV] -Cell[14,44] 0.0074689696635772 [GeV] -Cell[16,43] 0.25435081713186 [GeV] -Cell[16,42] 0.014123061028648 [GeV] -Cell[16,44] 0.22141092314272 [GeV] -Cell[17,44] 0.00040188391708944 [GeV] -Cell[17,42] 0.0009054984469218 [GeV] -Cell[17,43] 0.0025504927901679 [GeV] -Cell[15,46] 0.0010345951391333 [GeV] -Cell[16,45] 0.10774972816203 [GeV] -Cell[16,46] 0.00049216332420497 [GeV] -Cell[16,47] 0.0011095797108374 [GeV] -### Total energy deposition in calorimeter by a source track in 25 cells : 0.63056546820067 (GeV) +Cell[13,42] 0.0032647878684155 [GeV] +Cell[9,5] 0.00096957432125646 [GeV] +Cell[9,8] 7.5895516958553e-05 [GeV] +Cell[9,7] 0.0011180189150468 [GeV] +Cell[11,27] 0.002274051953301 [GeV] +Cell[15,32] 0.00037288173026741 [GeV] +Cell[16,32] 8.647571754409e-06 [GeV] +Cell[15,31] 0.00052889272677294 [GeV] +Cell[15,30] 2.3255627297658e-08 [GeV] +Cell[12,26] 0.00046506199877263 [GeV] +Cell[12,27] 2.580614219346e-05 [GeV] +Cell[13,23] 0.00096881016573707 [GeV] +Cell[13,47] 0.0016950171417197 [GeV] +Cell[11,26] 4.066237124789e-10 [GeV] +Cell[12,34] 2.1732349705417e-06 [GeV] +Cell[12,8] 4.7778070438653e-06 [GeV] +Cell[8,21] 5.6440550280968e-05 [GeV] +Cell[13,0] 2.2479884691734e-05 [GeV] +Cell[13,41] 6.7214829002864e-05 [GeV] +Cell[12,45] 0.00011222413873895 [GeV] +Cell[12,44] 0.00087775529284704 [GeV] +Cell[12,43] 2.6689915589486e-05 [GeV] +Cell[12,46] 7.5983552164871e-08 [GeV] +Cell[13,44] 0.32823893729818 [GeV] +Cell[14,45] 0.0043941678261453 [GeV] +Cell[13,45] 0.013401904902628 [GeV] +Cell[13,43] 0.11405949356304 [GeV] +Cell[14,43] 0.0029481350107441 [GeV] +Cell[14,44] 4.1411006053295e-05 [GeV] +Cell[13,46] 0.0012683109789345 [GeV] +Cell[14,47] 0.00043813035873063 [GeV] +Cell[14,46] 4.4481905446219e-05 [GeV] +Cell[15,36] 9.623953490518e-06 [GeV] +Cell[15,46] 0.00017335725498901 [GeV] +Cell[15,35] 1.0068313538795e-05 [GeV] +Cell[12,42] 0.00033347867363022 [GeV] +Cell[12,9] 0.0010964110680176 [GeV] +Cell[15,44] 3.7099949506683e-06 [GeV] +Cell[15,45] 0.0014427819558398 [GeV] +### Total energy deposition in calorimeter by a source track in 39 cells : 0.48084170541552 (GeV) Source track ID 8082 (pi+,4.2124258228289[GeV]) at (194.18562942915,-460.75149627886,515.6576180424) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,40] 0.010929304911931 [GeV] -Cell[14,41] 0.0002486036697228 [GeV] -Cell[14,40] 0.0044000873902973 [GeV] -Cell[13,39] 0.00090267997420273 [GeV] -Cell[12,39] 0.079218751910284 [GeV] -Cell[15,36] 0.0029326765392467 [GeV] -Cell[13,37] 0.013582313901861 [GeV] -Cell[13,40] 3.597847353376e-11 [GeV] -Cell[15,41] 0.001900898504977 [GeV] -Cell[12,38] 0.056253893094555 [GeV] -Cell[13,36] 0.0030821303619095 [GeV] -Cell[13,35] 3.0248379784666e-05 [GeV] -Cell[15,38] 1.4695291941701 [GeV] -Cell[16,38] 0.021505093676766 [GeV] -Cell[17,38] 1.1437651207984e-05 [GeV] -Cell[17,37] 1.5425216406584e-07 [GeV] -Cell[16,36] 0.00021006650977904 [GeV] -Cell[19,39] 0.0072710505895939 [GeV] -Cell[16,41] 0.0022243894932955 [GeV] -Cell[11,39] 0.00013585594184701 [GeV] -Cell[14,39] 0.014517228380895 [GeV] -Cell[15,40] 0.0066775995639167 [GeV] -Cell[14,35] 0.0020486446092744 [GeV] -Cell[15,37] 0.01083263259091 [GeV] -Cell[15,35] 2.9701713621307e-05 [GeV] -Cell[15,39] 0.14458767964204 [GeV] -Cell[16,37] 0.0068920710784012 [GeV] -Cell[14,38] 0.30658694975079 [GeV] -Cell[14,37] 0.0083616101711706 [GeV] -Cell[16,39] 0.45810036186888 [GeV] -Cell[16,40] 0.012700040315575 [GeV] -Cell[17,39] 0.00061271310071231 [GeV] -Cell[14,36] 0.0021413513458266 [GeV] -Cell[13,38] 0.31742888265268 [GeV] -Cell[17,40] 0.00065795506080963 [GeV] -Cell[18,39] 0.0040444076986972 [GeV] -Cell[19,40] 0.0011352118633301 [GeV] -Cell[18,40] 0.00096571514578704 [GeV] -Cell[19,41] 1.9041119077883e-05 [GeV] -Cell[18,41] 3.1270746228529e-07 [GeV] -Cell[18,38] 0.0010757292920199 [GeV] -Cell[19,38] 0.0023881721994179 [GeV] -### Total energy deposition in calorimeter by a source track in 42 cells : 2.9761728428308 (GeV) +Cell[15,3] 2.6746231242214e-06 [GeV] +Cell[13,42] 0.00042981244749103 [GeV] +Cell[10,35] 2.9328594682738e-06 [GeV] +Cell[10,7] 0.00035098911481327 [GeV] +Cell[9,17] 0.00015785548708219 [GeV] +Cell[12,19] 0.0042842459083172 [GeV] +Cell[11,35] 0.00012371624024945 [GeV] +Cell[9,37] 2.5066515699336e-05 [GeV] +Cell[10,37] 9.1063446507178e-07 [GeV] +Cell[9,1] 0.001860072075341 [GeV] +Cell[9,2] 4.0943348267319e-10 [GeV] +Cell[9,39] 0.00041601524972839 [GeV] +Cell[8,46] 2.389144128756e-09 [GeV] +Cell[11,32] 0.00013189320450613 [GeV] +Cell[15,32] 8.0325491726398e-06 [GeV] +Cell[15,31] 5.1615526899695e-08 [GeV] +Cell[15,30] 2.601961401524e-06 [GeV] +Cell[10,1] 4.9536674079718e-05 [GeV] +Cell[14,26] 0.0011657988790266 [GeV] +Cell[13,39] 0.10177987541775 [GeV] +Cell[12,26] 0.00083026098405207 [GeV] +Cell[12,27] 0.0010424258147099 [GeV] +Cell[12,21] 0.0035076652527979 [GeV] +Cell[11,24] 0.00087002289086813 [GeV] +Cell[11,17] 7.8640750143677e-07 [GeV] +Cell[12,24] 0.0019823033581459 [GeV] +Cell[11,21] 0.00056637107917891 [GeV] +Cell[12,20] 1.247111640987e-05 [GeV] +Cell[8,45] 0.0071565570553094 [GeV] +Cell[9,45] 0.027206099396546 [GeV] +Cell[9,44] 0.00072557234846136 [GeV] +Cell[12,7] 0.0018657028852705 [GeV] +Cell[9,38] 8.2522585666993e-05 [GeV] +Cell[13,3] 0.0023520214588609 [GeV] +Cell[11,37] 5.3376171241553e-06 [GeV] +Cell[9,20] 8.014558989089e-07 [GeV] +Cell[9,21] 2.457028136655e-05 [GeV] +Cell[11,25] 1.3067619875073e-11 [GeV] +Cell[14,39] 0.0040950768618583 [GeV] +Cell[14,38] 0.0025151678506244 [GeV] +Cell[14,40] 0.00040395503874447 [GeV] +Cell[10,39] 0.0021110466001505 [GeV] +Cell[12,34] 0.00017257731358768 [GeV] +Cell[13,34] 0.0050996916699943 [GeV] +Cell[13,35] 0.016080332037829 [GeV] +Cell[12,35] 0.0019815116612705 [GeV] +Cell[12,36] 0.0023337271034322 [GeV] +Cell[13,33] 0.0014244857421581 [GeV] +Cell[13,36] 0.018999305680294 [GeV] +Cell[12,37] 0.013014978142793 [GeV] +Cell[7,45] 1.6918800542953e-07 [GeV] +Cell[9,19] 6.8014698917978e-06 [GeV] +Cell[11,45] 5.1705754012801e-06 [GeV] +Cell[11,8] 3.5820859766091e-05 [GeV] +Cell[11,38] 0.0059037873567218 [GeV] +Cell[12,8] 0.0017712438956811 [GeV] +Cell[8,21] 1.4904382962413e-05 [GeV] +Cell[11,46] 6.9668361975346e-06 [GeV] +Cell[9,14] 0.00056793532125851 [GeV] +Cell[13,8] 0.00056677396080283 [GeV] +Cell[13,7] 3.4745069452583e-05 [GeV] +Cell[14,12] 0.0010495850198919 [GeV] +Cell[15,42] 0.00022876023254526 [GeV] +Cell[15,17] 0.0015569797977666 [GeV] +Cell[14,13] 0.00050417699187642 [GeV] +Cell[13,41] 0.008654785042089 [GeV] +Cell[14,43] 2.5893335405272e-06 [GeV] +Cell[14,41] 2.9747544317615e-08 [GeV] +Cell[14,14] 0.0019937224770395 [GeV] +Cell[14,37] 0.00071231051356038 [GeV] +Cell[15,7] 0.0010823558984146 [GeV] +Cell[15,36] 1.5786297933573e-07 [GeV] +Cell[15,35] 9.6211323239004e-08 [GeV] +Cell[10,36] 2.3820261516221e-06 [GeV] +Cell[14,36] 0.010328284165115 [GeV] +Cell[14,35] 0.0051264520539686 [GeV] +Cell[13,37] 0.021955411256459 [GeV] +Cell[14,34] 1.1600272614487e-08 [GeV] +Cell[17,2] 6.259426192878e-05 [GeV] +Cell[12,40] 0.0091425253623499 [GeV] +Cell[17,3] 0.00068801122544573 [GeV] +Cell[16,4] 0.00044020790072864 [GeV] +Cell[13,38] 0.95338029187994 [GeV] +Cell[13,40] 0.029255767150932 [GeV] +Cell[12,39] 0.33599258748541 [GeV] +Cell[17,1] 5.6612106959619e-08 [GeV] +Cell[12,41] 0.0022828013094691 [GeV] +Cell[12,42] 0.00096935817394106 [GeV] +Cell[11,41] 6.8478810717352e-06 [GeV] +Cell[11,40] 0.088171763685317 [GeV] +Cell[12,13] 0.00048081458130389 [GeV] +Cell[13,11] 0.00052551995785052 [GeV] +Cell[16,9] 4.5511109055951e-06 [GeV] +Cell[9,13] 2.6851134652247e-05 [GeV] +Cell[12,12] 2.8385551355314e-05 [GeV] +Cell[11,39] 0.026349937177036 [GeV] +Cell[13,2] 0.00026596102063377 [GeV] +Cell[13,4] 3.305694294977e-05 [GeV] +Cell[15,1] 8.1199686974287e-11 [GeV] +Cell[15,2] 0.0019439224313797 [GeV] +Cell[15,4] 0.00076049368340432 [GeV] +Cell[19,14] 1.8174181168433e-05 [GeV] +Cell[18,3] 2.9229519132059e-06 [GeV] +Cell[14,22] 0.00052849448332704 [GeV] +Cell[14,24] 1.6373403603211e-05 [GeV] +Cell[12,25] 0.00044326664550646 [GeV] +Cell[15,5] 1.3966768165119e-07 [GeV] +Cell[12,38] 1.2585618888168 [GeV] +Cell[10,8] 3.0953192094785e-06 [GeV] +Cell[13,5] 4.6314116043504e-05 [GeV] +Cell[13,9] 0.0053218777775978 [GeV] +Cell[8,16] 0.0070332154409729 [GeV] +Cell[16,16] 0.00017202901650614 [GeV] +Cell[16,13] 7.5097859371454e-07 [GeV] +Cell[14,42] 2.7855929639031e-05 [GeV] +Cell[10,14] 0.00010986521290033 [GeV] +Cell[9,47] 2.6709084631875e-06 [GeV] +Cell[11,9] 0.00011093784060745 [GeV] +Cell[13,12] 1.8374169650315e-06 [GeV] +Cell[14,4] 0.00011891454647412 [GeV] +Cell[14,5] 0.0010070213897299 [GeV] +Cell[14,6] 0.00014373647257889 [GeV] +Cell[7,16] 0.0011446663862507 [GeV] +Cell[11,36] 7.1285580816038e-10 [GeV] +Cell[8,17] 1.1769880075008e-09 [GeV] +Cell[19,38] 2.7735589246731e-06 [GeV] +Cell[15,16] 0.00073309224849402 [GeV] +Cell[9,46] 8.5587718058378e-07 [GeV] +Cell[16,1] 0.0014873966968187 [GeV] +Cell[10,42] 1.4093176025199e-05 [GeV] +Cell[14,23] 0.0017669252633832 [GeV] +Cell[13,10] 3.5026927434956e-07 [GeV] +Cell[19,15] 0.0010748733666696 [GeV] +### Total energy deposition in calorimeter by a source track in 133 cells : 3.0200765589569 (GeV) Source track ID 6965 (kaon+,2.4717094890063[GeV]) at (286.84385427278,-409.53705969782,-440.24397552093) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[6,39] 0.018906138997905 [GeV] -Cell[6,41] 3.3289495604549e-10 [GeV] -Cell[6,40] 0.24311620004119 [GeV] -Cell[8,40] 0.0019928727757759 [GeV] -Cell[7,40] 0.21505508044087 [GeV] -Cell[8,41] 0.0029868171322605 [GeV] -Cell[4,38] 0.00049854041719414 [GeV] -Cell[4,39] 0.52091524331601 [GeV] -Cell[7,39] 0.0071216403672265 [GeV] -Cell[7,38] 0.0056916809101364 [GeV] -Cell[5,38] 0.0093834014799452 [GeV] -Cell[4,37] 6.3392323403946e-05 [GeV] -Cell[5,37] 0.0091411615640174 [GeV] -Cell[8,39] 0.0016906892986086 [GeV] -Cell[7,41] 0.00015653108183146 [GeV] -Cell[6,38] 0.0047746947836121 [GeV] -Cell[5,36] 0.013403735344356 [GeV] -Cell[5,41] 0.014473356683482 [GeV] -Cell[5,40] 0.07493550197317 [GeV] -Cell[3,42] 0.00048660034171144 [GeV] -Cell[3,41] 0.0068278850034064 [GeV] -Cell[4,42] 1.6156736091943e-07 [GeV] -Cell[2,42] 6.6471445882144e-07 [GeV] -Cell[4,40] 0.025336255294411 [GeV] -Cell[3,39] 0.0024785194891759 [GeV] -Cell[3,40] 0.0053221816897347 [GeV] -Cell[9,39] 0.005053906619242 [GeV] -Cell[4,41] 0.0020835092334016 [GeV] -Cell[2,40] 1.6790431778645e-05 [GeV] -Cell[5,39] 0.47023536660977 [GeV] -Cell[3,37] 1.42608769238e-09 [GeV] -Cell[4,36] 0.0019798308310014 [GeV] -Cell[2,41] 0.0063932471913761 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 1.6705215997068 (GeV) +Cell[7,10] 0.00084681457545958 [GeV] +Cell[3,25] 2.1115974014037e-05 [GeV] +Cell[7,36] 2.4768315824986e-09 [GeV] +Cell[6,27] 0.00019647022298977 [GeV] +Cell[7,37] 1.4030759888897e-05 [GeV] +Cell[5,40] 0.0023439880643381 [GeV] +Cell[7,26] 0.0010467967691363 [GeV] +Cell[6,37] 0.0018934654176553 [GeV] +Cell[6,34] 0.0013711780005562 [GeV] +Cell[5,29] 1.6829503583722e-06 [GeV] +Cell[6,41] 0.21343095197054 [GeV] +Cell[6,42] 0.065791775706285 [GeV] +Cell[6,25] 0.0025365596920993 [GeV] +Cell[5,43] 0.00054184347681542 [GeV] +Cell[8,6] 0.0010384242269955 [GeV] +Cell[5,24] 0.0011967658125747 [GeV] +Cell[7,41] 0.021538979603488 [GeV] +Cell[6,43] 0.0012678694340297 [GeV] +Cell[8,5] 0.00012160960594429 [GeV] +Cell[6,40] 0.47458154261597 [GeV] +Cell[4,20] 2.4640484363772e-05 [GeV] +Cell[6,26] 0.0032291363284485 [GeV] +Cell[6,38] 0.071263223148488 [GeV] +Cell[7,38] 0.0027482842228361 [GeV] +Cell[5,27] 0.0070857409379722 [GeV] +Cell[7,43] 2.5148405859454e-07 [GeV] +Cell[4,40] 0.00040031324620611 [GeV] +Cell[3,24] 0.019547212711588 [GeV] +Cell[4,26] 0.010648547804087 [GeV] +Cell[6,39] 0.44664807963406 [GeV] +Cell[4,24] 0.0024752683164775 [GeV] +Cell[5,39] 0.0045781961534039 [GeV] +Cell[15,11] 4.807865479961e-09 [GeV] +Cell[5,26] 0.012556786221381 [GeV] +Cell[16,11] 9.8573509603739e-09 [GeV] +Cell[7,42] 0.00074903758042392 [GeV] +Cell[9,4] 4.2765168473125e-10 [GeV] +Cell[7,40] 0.22915591616438 [GeV] +Cell[7,39] 0.0097314001641577 [GeV] +Cell[16,10] 2.229877281934e-09 [GeV] +Cell[5,41] 0.00062735186022849 [GeV] +Cell[6,10] 9.7843777420053e-05 [GeV] +Cell[5,28] 1.2637320764952e-08 [GeV] +Cell[6,28] 4.6494551497744e-10 [GeV] +Cell[5,25] 0.0029407277504723 [GeV] +Cell[4,25] 0.0052570002137528 [GeV] +### Total energy deposition in calorimeter by a source track in 46 cells : 1.6195468559852 (GeV) Source track ID 7485 (gamma,0.00062293338405022[GeV]) at (-496.00253356263,63.099022967504,481.54606964645) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -3023,202 +2918,266 @@ Cell[12,22] 6.6417601367844e-05 [GeV] Source track ID 7478 (e+,0.18075076295404[GeV]) at (-487.38080767528,111.62413856238,501.37607514316) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,47] 0.00051099891 [GeV] -Cell[12,21] 0.0072378101872317 [GeV] -Cell[12,22] 0.17096830565269 [GeV] -Cell[12,33] 0.00051099891 [GeV] -Cell[12,2] 0.00092129454069208 [GeV] -Cell[13,7] 0.00051099891 [GeV] -Cell[16,44] 0.00060030896102228 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.18126071607163 (GeV) +Cell[12,22] 0.17058944730487 [GeV] +Cell[12,21] 0.0093207215052456 [GeV] +Cell[13,21] 0.00047522671702408 [GeV] +Cell[13,1] 0.00087636633689608 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.18126176186404 (GeV) Source track ID 7476 (gamma,0.89164369738079[GeV]) at (-456.1236197687,204.82002707034,886.89511184264) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,22] 0.00013019513010162 [GeV] -Cell[14,21] 0.050031258349929 [GeV] -Cell[14,20] 0.7899224627469 [GeV] -Cell[15,20] 0.02836064503856 [GeV] -Cell[14,19] 0.0012336970499079 [GeV] -Cell[12,36] 0.000624764853472 [GeV] -Cell[16,38] 0.00051099891 [GeV] -Cell[14,22] 0.0019738294927572 [GeV] -Cell[15,21] 0.011570450436754 [GeV] -Cell[15,22] 0.00031745547999289 [GeV] -Cell[16,40] 0.0011535034079049 [GeV] -Cell[14,11] 0.0011014298601586 [GeV] -Cell[14,8] 0.0011258222607401 [GeV] -Cell[17,5] 0.00067069045453115 [GeV] -Cell[17,1] 0.00083848920961858 [GeV] -Cell[14,23] 0.00069930022186531 [GeV] -Cell[14,10] 0.00042239179715306 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.89068738470034 (GeV) +Cell[14,26] 0.00018465660975449 [GeV] +Cell[11,29] 0.00046344418058322 [GeV] +Cell[11,2] 0.00051493928548757 [GeV] +Cell[14,21] 0.020164257431332 [GeV] +Cell[14,20] 0.81986637845647 [GeV] +Cell[13,47] 0.00051099891 [GeV] +Cell[3,37] 0.00048687756605444 [GeV] +Cell[14,39] 0.0010224770494787 [GeV] +Cell[13,34] 0.00048775830588023 [GeV] +Cell[10,4] 0.00044815709419607 [GeV] +Cell[3,38] 0.00052122195246348 [GeV] +Cell[16,40] 0.00035247967248301 [GeV] +Cell[17,39] 0.00092757275657765 [GeV] +Cell[17,38] 6.6903619960241e-06 [GeV] +Cell[19,26] 0.00053393260838987 [GeV] +Cell[14,41] 0.001335665413384 [GeV] +Cell[14,44] 0.0016154780156396 [GeV] +Cell[15,36] 0.00044110406760101 [GeV] +Cell[15,10] 0.00051099891 [GeV] +Cell[14,19] 0.0016058555450056 [GeV] +Cell[13,38] 0.00050362316156899 [GeV] +Cell[11,40] 0.0013906386391286 [GeV] +Cell[15,20] 0.0045687109970813 [GeV] +Cell[15,21] 0.00051099891 [GeV] +Cell[19,13] 0.0054861407090045 [GeV] +Cell[15,6] 0.004494466607996 [GeV] +Cell[17,27] 0.0014417640142065 [GeV] +Cell[14,23] 0.0010246454267139 [GeV] +Cell[16,26] 0.00089052328529918 [GeV] +Cell[18,7] 0.00051099891 [GeV] +Cell[13,30] 0.0004324815560226 [GeV] +Cell[17,42] 0.00046482251856913 [GeV] +Cell[16,47] 0.0010023660750722 [GeV] +### Total energy deposition in calorimeter by a source track in 33 cells : 0.87472312500344 (GeV) Source track ID 7455 (pi-,0.85440308821138[GeV]) at (-165.61052426178,471.77659358402,871.6695736677) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,25] 2.1594867284875e-06 [GeV] -Cell[7,27] 0.0019687387162435 [GeV] -Cell[10,6] 5.7862648093305e-06 [GeV] -Cell[10,36] 5.2902293407442e-07 [GeV] -Cell[17,0] 0.0004235102758386 [GeV] -Cell[16,6] 3.4686949220486e-07 [GeV] -Cell[16,5] 4.5185678012558e-06 [GeV] -Cell[16,7] 2.4740598852873e-05 [GeV] -Cell[12,32] 0.0011229748068394 [GeV] -Cell[13,31] 0.093368410296766 [GeV] -Cell[12,31] 0.05210526992701 [GeV] -Cell[13,16] 0.002855210115425 [GeV] -Cell[14,18] 7.7479084585434e-05 [GeV] -Cell[13,18] 0.0045741011465417 [GeV] -Cell[13,15] 4.4412445276976e-11 [GeV] -Cell[14,13] 0.0025513866691606 [GeV] -Cell[12,25] 0.0008999685403625 [GeV] -Cell[12,33] 3.712771642995e-06 [GeV] -Cell[7,28] 8.6121261392691e-07 [GeV] -Cell[14,12] 0.00092027397212053 [GeV] -Cell[14,17] 0.0049596483258625 [GeV] -Cell[13,19] 1.915018890486e-08 [GeV] -Cell[16,4] 0.00034988962976058 [GeV] -Cell[16,2] 7.7412551092948e-07 [GeV] -Cell[15,10] 3.3906660974026e-08 [GeV] -Cell[14,21] 6.4075610689542e-06 [GeV] -Cell[16,24] 0.0021545682188789 [GeV] -Cell[16,23] 0.0043546699660145 [GeV] -Cell[16,25] 0.0011581789299949 [GeV] -Cell[15,28] 3.7924421776552e-06 [GeV] -Cell[15,29] 3.0326128180604e-06 [GeV] -Cell[6,27] 1.1713127605617e-09 [GeV] -Cell[17,38] 0.0013999142259426 [GeV] -Cell[17,37] 2.2220114362426e-05 [GeV] -Cell[11,6] 4.3858785719522e-06 [GeV] -Cell[17,14] 0.00011894045169436 [GeV] -Cell[15,14] 0.049493993134527 [GeV] -Cell[16,13] 1.605635359283e-07 [GeV] -Cell[16,14] 0.0017751770932671 [GeV] -Cell[16,15] 0.0051545836195483 [GeV] -Cell[15,16] 0.0038975606009179 [GeV] -Cell[15,17] 0.0031371643547985 [GeV] -Cell[14,16] 0.0024768000646785 [GeV] -Cell[14,15] 0.11886119412401 [GeV] -Cell[10,7] 3.4905977445305e-06 [GeV] -Cell[13,17] 0.0023558992720689 [GeV] -Cell[13,14] 4.4773635454476e-07 [GeV] -Cell[15,21] 0.0022245732317645 [GeV] -Cell[16,20] 0.00019926736378352 [GeV] -Cell[14,14] 0.084203246747669 [GeV] -Cell[15,25] 3.5783495945907e-08 [GeV] -Cell[15,13] 0.0023276705082576 [GeV] -Cell[14,11] 0.0032252305516456 [GeV] -Cell[14,8] 2.5632902921643e-05 [GeV] -Cell[18,38] 0.00058342273753442 [GeV] -Cell[17,1] 1.1819918014453e-06 [GeV] -Cell[14,10] 1.0169260408588e-05 [GeV] -Cell[18,37] 1.0908668627962e-08 [GeV] -Cell[15,15] 0.06722649575247 [GeV] -Cell[15,11] 5.9363333093643e-10 [GeV] -Cell[16,19] 1.7619205516439e-07 [GeV] -Cell[16,1] 0.0044421364456194 [GeV] -Cell[17,47] 0.00060439719542343 [GeV] -Cell[16,0] 0.00012935649975097 [GeV] -Cell[18,43] 0.00027217668750177 [GeV] -Cell[18,44] 8.1902177271331e-09 [GeV] -Cell[15,18] 0.00011324052721579 [GeV] -Cell[7,26] 0.00041588214584772 [GeV] -Cell[6,26] 1.2303886251175e-08 [GeV] -Cell[15,12] 1.3990224942972e-09 [GeV] -Cell[18,15] 2.5777262635529e-10 [GeV] -Cell[17,15] 0.00077857731105701 [GeV] -### Total energy deposition in calorimeter by a source track in 72 cells : 0.52938582975188 (GeV) +Cell[4,28] 0.00015569564909993 [GeV] +Cell[9,8] 1.1636603740044e-06 [GeV] +Cell[10,30] 0.0026968849837994 [GeV] +Cell[17,45] 8.4860881403756e-05 [GeV] +Cell[10,29] 0.00097869066744317 [GeV] +Cell[13,16] 0.0048799477626698 [GeV] +Cell[16,34] 0.00017210319344815 [GeV] +Cell[7,36] 1.8507239826704e-07 [GeV] +Cell[7,6] 1.0302458304068e-07 [GeV] +Cell[7,37] 3.1085660184203e-05 [GeV] +Cell[9,6] 4.4160633115098e-07 [GeV] +Cell[9,7] 7.5701426485466e-06 [GeV] +Cell[10,31] 8.4983184933662e-11 [GeV] +Cell[4,27] 3.6574629916686e-08 [GeV] +Cell[9,30] 1.3212655675261e-06 [GeV] +Cell[13,32] 0.00038144834249186 [GeV] +Cell[14,31] 1.9146604904651e-05 [GeV] +Cell[13,31] 0.00044921768993347 [GeV] +Cell[12,31] 0.00016590600927771 [GeV] +Cell[17,4] 4.0387061599176e-06 [GeV] +Cell[16,17] 8.797376392522e-08 [GeV] +Cell[13,26] 0.0035739490313342 [GeV] +Cell[14,27] 1.3163567869924e-05 [GeV] +Cell[14,26] 0.00019828392498096 [GeV] +Cell[13,28] 3.5664364404511e-06 [GeV] +Cell[13,39] 5.0219532568008e-08 [GeV] +Cell[12,28] 6.91851757324e-07 [GeV] +Cell[12,30] 3.3124098845292e-06 [GeV] +Cell[13,29] 4.9286754801869e-09 [GeV] +Cell[12,21] 0.00024173090733984 [GeV] +Cell[13,20] 0.0003241351978545 [GeV] +Cell[11,21] 1.0899374763085e-07 [GeV] +Cell[12,20] 0.00063027553054303 [GeV] +Cell[11,20] 9.204119351125e-10 [GeV] +Cell[13,21] 3.1027911479669e-06 [GeV] +Cell[13,23] 5.2130259282421e-06 [GeV] +Cell[7,33] 0.0001725058930657 [GeV] +Cell[8,15] 6.2760581786279e-06 [GeV] +Cell[17,47] 1.2968056307727e-07 [GeV] +Cell[13,47] 2.8719077818096e-09 [GeV] +Cell[10,38] 3.3360034634825e-05 [GeV] +Cell[2,37] 6.2318542040884e-07 [GeV] +Cell[10,28] 0.0036455294849284 [GeV] +Cell[9,29] 5.6623731959689e-05 [GeV] +Cell[10,39] 8.6174957687035e-08 [GeV] +Cell[13,34] 0.00073206546040353 [GeV] +Cell[12,35] 0.00047208892557338 [GeV] +Cell[13,33] 0.0014190088311403 [GeV] +Cell[5,7] 2.4490873329341e-10 [GeV] +Cell[2,9] 2.7905413298868e-06 [GeV] +Cell[5,8] 2.3774934675203e-08 [GeV] +Cell[8,18] 5.0320001289947e-05 [GeV] +Cell[1,24] 5.1992892986163e-07 [GeV] +Cell[8,19] 0.00057282096942788 [GeV] +Cell[1,25] 1.0263061558362e-06 [GeV] +Cell[11,8] 8.7735364213586e-05 [GeV] +Cell[12,5] 2.3132904316299e-06 [GeV] +Cell[16,43] 2.2653093794361e-05 [GeV] +Cell[16,44] 0.00024984336288367 [GeV] +Cell[13,25] 2.0664971671067e-05 [GeV] +Cell[14,12] 0.0036520546736657 [GeV] +Cell[14,11] 2.1298606793607e-07 [GeV] +Cell[16,38] 3.0830080038868e-05 [GeV] +Cell[14,1] 0.00020342988849882 [GeV] +Cell[13,0] 6.0124687206553e-07 [GeV] +Cell[16,37] 3.5498145565157e-05 [GeV] +Cell[17,17] 2.0192345837131e-06 [GeV] +Cell[18,16] 1.8053769890685e-06 [GeV] +Cell[16,42] 0.00017095909765339 [GeV] +Cell[15,41] 5.9919361774519e-09 [GeV] +Cell[16,5] 1.2103696424674e-05 [GeV] +Cell[15,17] 0.0037432574190166 [GeV] +Cell[15,13] 5.7752370714752e-05 [GeV] +Cell[15,14] 0.0010216047858898 [GeV] +Cell[14,13] 0.04530931539722 [GeV] +Cell[17,34] 1.6969072778011e-05 [GeV] +Cell[12,44] 4.1960832080804e-05 [GeV] +Cell[11,43] 2.6405166136101e-07 [GeV] +Cell[12,46] 6.7363351408858e-06 [GeV] +Cell[13,44] 0.0037125848873042 [GeV] +Cell[13,45] 0.00041381345477623 [GeV] +Cell[13,43] 3.4435242705513e-06 [GeV] +Cell[14,44] 7.2132063884055e-05 [GeV] +Cell[13,46] 4.6893366641598e-05 [GeV] +Cell[14,0] 9.0953463932465e-05 [GeV] +Cell[14,17] 0.0019119268720518 [GeV] +Cell[14,16] 0.016662894711429 [GeV] +Cell[14,14] 0.2498152674382 [GeV] +Cell[14,37] 6.1056006379658e-05 [GeV] +Cell[16,6] 1.1023657862097e-09 [GeV] +Cell[14,46] 0.00046117091971358 [GeV] +Cell[14,10] 2.069434231089e-09 [GeV] +Cell[16,18] 2.5346366783197e-11 [GeV] +Cell[15,35] 0.0018152191177815 [GeV] +Cell[10,36] 3.486211062409e-07 [GeV] +Cell[14,36] 0.0017531312001786 [GeV] +Cell[14,35] 1.043216502876e-05 [GeV] +Cell[15,12] 1.6508003056515e-05 [GeV] +Cell[16,36] 1.9027127855225e-05 [GeV] +Cell[14,34] 4.6785912752512e-06 [GeV] +Cell[14,25] 1.1302848462947e-05 [GeV] +Cell[15,40] 6.4750763537745e-05 [GeV] +Cell[16,4] 3.2487983904389e-05 [GeV] +Cell[16,35] 5.6132994974178e-05 [GeV] +Cell[16,33] 8.9172972366214e-09 [GeV] +Cell[12,41] 0.0027658212804275 [GeV] +Cell[12,10] 4.9775146180764e-08 [GeV] +Cell[15,43] 0.0010697162828499 [GeV] +Cell[15,4] 0.0043338106936 [GeV] +Cell[16,0] 0.00066556685972337 [GeV] +Cell[17,0] 9.7485798846719e-08 [GeV] +Cell[13,19] 0.003498466748534 [GeV] +Cell[15,5] 0.00089372812717738 [GeV] +Cell[10,8] 0.0018498331512958 [GeV] +Cell[9,15] 2.9098839120707e-05 [GeV] +Cell[17,27] 8.0126435466809e-05 [GeV] +Cell[17,28] 0.00087821678512462 [GeV] +Cell[8,20] 5.747260118369e-06 [GeV] +Cell[13,22] 0.00027280849181739 [GeV] +Cell[3,27] 1.5615788697687e-09 [GeV] +Cell[18,28] 0.00084595712894588 [GeV] +Cell[17,44] 0.0012867157139244 [GeV] +Cell[13,12] 0.00038358613898424 [GeV] +Cell[14,4] 8.150987434783e-05 [GeV] +Cell[14,5] 0.00012939775094856 [GeV] +Cell[8,17] 0.00017443112905312 [GeV] +Cell[15,16] 2.5657751539256e-06 [GeV] +Cell[14,23] 5.2180321114292e-06 [GeV] +Cell[13,30] 0.00011432392160896 [GeV] +Cell[17,42] 7.9608616943005e-06 [GeV] +Cell[16,47] 1.3032695278525e-08 [GeV] +Cell[14,15] 0.046187459529442 [GeV] +Cell[10,6] 2.9017159937666e-05 [GeV] +Cell[4,7] 1.6196098225691e-06 [GeV] +Cell[16,46] 0.00022695972343729 [GeV] +Cell[18,27] 2.1806365111843e-08 [GeV] +Cell[13,15] 0.0036558172397779 [GeV] +Cell[13,14] 0.0068600903993122 [GeV] +Cell[15,18] 1.0729980043834e-05 [GeV] +Cell[15,23] 7.2273251134902e-09 [GeV] +Cell[15,15] 0.0026226004834487 [GeV] +Cell[17,26] 7.0800582761876e-06 [GeV] +Cell[14,18] 0.00020927979889811 [GeV] +Cell[16,45] 6.8859435486956e-10 [GeV] +Cell[3,28] 4.0300074033439e-10 [GeV] +Cell[13,17] 0.0013440298875789 [GeV] +Cell[13,18] 0.0005330102782209 [GeV] +Cell[12,11] 5.4970616474748e-08 [GeV] +Cell[7,5] 3.3888284684735e-06 [GeV] +Cell[18,44] 1.7562758555869e-05 [GeV] +Cell[19,43] 0.0024912521372397 [GeV] +### Total energy deposition in calorimeter by a source track in 151 cells : 0.43749483850484 (GeV) Source track ID 7296 (pi+,0.42335502905726[GeV]) at (-400.28111726927,-299.62481065103,-484.21247843404) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,2] 1.4409888535738e-09 [GeV] -Cell[7,25] 7.8580342233181e-13 [GeV] -Cell[7,27] 0.186269088306 [GeV] -Cell[7,42] 0.0024419722784669 [GeV] -Cell[7,43] 0.001019841413269 [GeV] -Cell[8,32] 9.9748977022223e-05 [GeV] -Cell[7,33] 1.0719217937094e-07 [GeV] -Cell[7,34] 5.9456453982421e-10 [GeV] -Cell[8,28] 4.7036120027769e-05 [GeV] -Cell[12,23] 3.7826938296348e-08 [GeV] -Cell[12,22] 0.0011371075840826 [GeV] -Cell[8,23] 1.0438157216413e-05 [GeV] -Cell[8,24] 0.0018795427943452 [GeV] -Cell[7,28] 0.16438894353806 [GeV] -Cell[7,29] 9.8982127383351e-11 [GeV] -Cell[5,45] 0.00035601394673475 [GeV] -Cell[6,25] 8.6092427409312e-11 [GeV] -Cell[7,47] 0.00015631668437993 [GeV] -Cell[8,3] 0.0058827494448307 [GeV] -Cell[7,0] 2.8261877559999e-08 [GeV] -Cell[7,26] 7.6198679724939e-06 [GeV] -Cell[6,26] 2.5437202566536e-11 [GeV] -Cell[7,24] 2.5499567879251e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.36372209420814 (GeV) +Cell[7,26] 0.1171026534725 [GeV] +Cell[7,27] 0.10799331080182 [GeV] +Cell[6,26] 0.0099963393107443 [GeV] +Cell[3,24] 0.0002249883263881 [GeV] +Cell[7,28] 0.10388346565506 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.33920075756651 (GeV) Source track ID 7303 (neutron,1.0500536535231[GeV]) at (415.71732760771,277.81127321746,495.69918717258) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,4] 6.0667110956274e-06 [GeV] -Cell[13,6] 0.0014634452869992 [GeV] -Cell[13,4] 0.00091729822165621 [GeV] -Cell[13,3] 9.6624717116356e-12 [GeV] -Cell[13,5] 0.025155087996149 [GeV] -Cell[12,6] 7.9689923389765e-05 [GeV] -Cell[12,5] 0.0040014007988701 [GeV] -Cell[12,4] 0.00028037530644622 [GeV] -Cell[14,3] 2.3729450360406e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.031927093704629 (GeV) +Cell[12,3] 3.0901705306405e-06 [GeV] +Cell[13,26] 1.0013757481602e-06 [GeV] +Cell[14,26] 2.2866603083003e-06 [GeV] +Cell[12,23] 8.7947509018704e-07 [GeV] +Cell[12,22] 2.803525159834e-06 [GeV] +Cell[12,6] 9.5101357426756e-05 [GeV] +Cell[12,7] 0.0012372023582998 [GeV] +Cell[13,3] 8.7311491370201e-14 [GeV] +Cell[12,36] 6.8633242693977e-05 [GeV] +Cell[12,5] 0.037323108861242 [GeV] +Cell[12,8] 9.2321374298763e-06 [GeV] +Cell[16,44] 0.0003154046327852 [GeV] +Cell[13,8] 0.0029560313596297 [GeV] +Cell[13,7] 1.277266755551e-06 [GeV] +Cell[12,4] 0.0012839010438998 [GeV] +Cell[13,6] 9.0638386701471e-05 [GeV] +Cell[14,25] 1.1941471814225e-07 [GeV] +Cell[13,4] 0.0019105261939627 [GeV] +Cell[13,5] 0.00021109701640262 [GeV] +Cell[13,9] 2.3457537963623e-08 [GeV] +Cell[8,4] 2.0324607612565e-07 [GeV] +Cell[17,44] 0.000126733975565 [GeV] +### Total energy deposition in calorimeter by a source track in 22 cells : 0.045639295158051 (GeV) Source track ID 7304 (neutron,1.0312626775854[GeV]) at (396.63599510709,-304.43371591433,268.59147659253) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,45] 8.1249253867099e-08 [GeV] -Cell[11,43] 0.0045459876597611 [GeV] -Cell[10,44] 9.2323911815811e-05 [GeV] -Cell[8,35] 0.00034702803367221 [GeV] -Cell[10,6] 4.5987286197487e-05 [GeV] -Cell[11,44] 0.0017196435045252 [GeV] -Cell[10,43] 0.028110824155789 [GeV] -Cell[13,39] 0.00032110871843486 [GeV] -Cell[11,7] 9.0704458998516e-06 [GeV] -Cell[12,44] 0.0017888560949557 [GeV] -Cell[12,45] 6.8102963268757e-12 [GeV] -Cell[8,13] 1.4723027439004e-05 [GeV] -Cell[9,13] 1.5567638911307e-10 [GeV] -Cell[9,14] 4.9193904601452e-08 [GeV] -Cell[8,14] 0.00024938264742354 [GeV] -Cell[12,21] 0.0025230838679925 [GeV] -Cell[12,22] 6.5919376211241e-06 [GeV] -Cell[10,42] 0.0030210713323158 [GeV] -Cell[11,42] 0.0014550170231107 [GeV] -Cell[9,16] 4.8934410733636e-06 [GeV] -Cell[11,2] 5.7660739985295e-06 [GeV] -Cell[6,16] 5.7860802626237e-06 [GeV] -Cell[12,43] 3.4191173659565e-05 [GeV] -Cell[15,16] 0.00035505348282186 [GeV] -Cell[15,17] 9.9355955512692e-07 [GeV] -Cell[11,4] 1.0838355054148e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 26 cells : 0.044668352419024 (GeV) +Cell[11,44] 7.6079630854906e-05 [GeV] +Cell[11,45] 0.0058329297428335 [GeV] +Cell[11,46] 0.0034446922435554 [GeV] +Cell[12,45] 6.8644910618332e-06 [GeV] +Cell[12,44] 0.0050745536157067 [GeV] +Cell[11,43] 1.0952389644444e-05 [GeV] +Cell[12,43] 0.010639497864426 [GeV] +Cell[13,44] 3.8491023133247e-09 [GeV] +Cell[13,43] 0.00017482276136707 [GeV] +Cell[12,42] 2.3777214344591e-05 [GeV] +Cell[10,45] 0.00048226543498038 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.025766439237877 (GeV) Source track ID 7305 (neutron,0.9735349806914[GeV]) at (237.21633267208,-440.14589798567,116.58778898997) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,30] 0.00037241022661169 [GeV] -Cell[9,38] 1.2186857871711e-05 [GeV] -Cell[10,41] 5.3199619275006e-05 [GeV] -Cell[10,38] 8.4382198692765e-06 [GeV] -Cell[8,31] 0.00058748900389901 [GeV] -Cell[11,41] 4.6385858019221e-05 [GeV] -Cell[7,31] 4.8509549790197e-06 [GeV] -Cell[10,42] 9.5111317932606e-11 [GeV] -Cell[9,39] 1.7750638857251e-05 [GeV] -Cell[10,39] 0.0064145526261736 [GeV] -Cell[11,38] 8.7978739757091e-06 [GeV] -Cell[11,42] 3.1872768886387e-09 [GeV] -Cell[10,40] 0.0027917242159829 [GeV] -Cell[11,40] 0.00044840994558763 [GeV] -Cell[8,3] 4.0344687233528e-05 [GeV] -Cell[11,39] 0.00019374948544373 [GeV] -Cell[13,2] 9.4349614810199e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.011009728457648 (GeV) +Cell[7,6] 0.00047091182088766 [GeV] +Cell[10,37] 0.0019398192732015 [GeV] +Cell[9,39] 1.2572841484143e-05 [GeV] +Cell[10,40] 6.3856992201181e-06 [GeV] +Cell[10,38] 0.0024100947680738 [GeV] +Cell[11,37] 9.4054854616047e-05 [GeV] +Cell[10,39] 0.0039420657563299 [GeV] +Cell[9,40] 6.5449434487164e-08 [GeV] +Cell[11,38] 8.8738503143304e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.0088768578482791 (GeV) Source track ID 7383 (gamma,0.00021227753052085[GeV]) at (235.31178889564,-441.16704546774,-205.29289766842) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -3227,12 +3186,11 @@ Cell[8,39] 0.00021227753052085 [GeV] Source track ID 7387 (neutron,0.94274819734709[GeV]) at (253.11390589248,431.19989638664,584.03967095793) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,8] 1.6059106885223e-05 [GeV] -Cell[13,10] 1.0167069485419e-05 [GeV] -Cell[13,8] 2.284241275629e-05 [GeV] -Cell[12,9] 0.0030790621166258 [GeV] -Cell[13,9] 3.113022493153e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0031284420080021 (GeV) +Cell[6,35] 1.2687110029219e-11 [GeV] +Cell[6,36] 0.00068269477015451 [GeV] +Cell[13,8] 0.0015455360049533 [GeV] +Cell[13,7] 0.0008643969475692 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0030926277353641 (GeV) Source track ID 7388 (gamma,0.0026798087658111[GeV]) at (-499.83012727283,13.032416139182,-1486.909107651) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -3241,9 +3199,16 @@ Cell[2,23] 0.0026798087658111 [GeV] Source track ID 7389 (neutron,0.94076382122959[GeV]) at (424.78012298946,263.7458001809,214.3206765614) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,4] 0.001185848923959 [GeV] -Cell[11,3] 1.2612304475624e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0011984612284347 (GeV) +Cell[10,1] 3.462826134637e-08 [GeV] +Cell[11,3] 0.00058836047842067 [GeV] +Cell[11,4] 0.00041630299266592 [GeV] +Cell[10,4] 0.00019178841182861 [GeV] +Cell[12,40] 1.5868815302156e-06 [GeV] +Cell[12,41] 1.4214670329693e-07 [GeV] +Cell[10,3] 2.2003805497661e-08 [GeV] +Cell[14,15] 3.8172671338543e-08 [GeV] +Cell[14,18] 1.9491912098601e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.001198295207799 (GeV) Source track ID 7390 (gamma,0.00027594726961894[GeV]) at (134.61982417475,-481.53660602197,75.54841397402) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -3252,49 +3217,46 @@ Cell[10,38] 0.00027594726961894 [GeV] Source track ID 7391 (neutron,0.93988094467774[GeV]) at (-1.7251734334578,-499.99702376777,148.42301572842) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,35] 5.7599024730735e-06 [GeV] -Cell[12,7] 0.00030982477503585 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.00031558467750892 (GeV) +Cell[10,35] 4.4725509069394e-06 [GeV] +Cell[13,39] 8.7891162172582e-07 [GeV] +Cell[13,40] 4.1485814108455e-09 [GeV] +Cell[16,16] 0.00022994108284695 [GeV] +Cell[11,36] 4.3251423048787e-06 [GeV] +Cell[13,14] 4.6322881244123e-06 [GeV] +Cell[16,15] 5.1387808900927e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.00024476800247533 (GeV) Source track ID 7392 (neutron,0.93982216803733[GeV]) at (60.494017783263,-496.32698275677,-103.46230892113) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,43] 3.947457047957e-06 [GeV] -Cell[16,15] 2.3017346393317e-08 [GeV] -Cell[15,21] 2.3252609826159e-06 [GeV] -Cell[16,16] 8.8120647944834e-07 [GeV] -Cell[15,22] 2.5715520896483e-06 [GeV] -Cell[9,36] 4.3810551578645e-06 [GeV] -Cell[15,44] 0.0002172918638729 [GeV] -Cell[19,41] 3.9147170609795e-06 [GeV] -Cell[17,15] 2.0888345136427e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.00023554501348917 (GeV) +Cell[9,35] 0.0014172021535557 [GeV] +Cell[9,36] 0.0002581270279403 [GeV] +Cell[5,17] 0.00080585185584234 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.0024811810373383 (GeV) Source track ID 7308 (neutron,0.94984548694414[GeV]) at (427.73963703813,-258.9185256147,474.79418865551) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,44] 0.0060164397948908 [GeV] -Cell[13,43] 0.0017880848352964 [GeV] -Cell[12,43] 0.0045828310066844 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.012387355636872 (GeV) +Cell[16,32] 0.0012285427498323 [GeV] +Cell[6,23] 5.4846753982929e-08 [GeV] +Cell[10,44] 0.00017415495627429 [GeV] +Cell[7,24] 0.00016111461800983 [GeV] +Cell[12,5] 0.00049218886801191 [GeV] +Cell[12,43] 4.9904869856846e-05 [GeV] +Cell[12,4] 3.3518298221225e-07 [GeV] +Cell[6,24] 0.00053920104453607 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.0026454971362575 (GeV) Source track ID 7311 (gamma,0.0027376920328625[GeV]) at (490.50341330362,-96.986604938501,-54.187285645753) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,46] 0.0013322603785229 [GeV] -Cell[9,47] 0.0014054316543395 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0027376920328625 (GeV) +Cell[9,46] 0.0027376920328625 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0027376920328625 (GeV) Source track ID 7312 (neutron,0.94222292893046[GeV]) at (399.45654967442,-300.72323641881,40.007940169496) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,36] 1.9840962922899e-05 [GeV] -Cell[10,43] 3.8921018916881e-05 [GeV] -Cell[9,28] 0.00036192550069347 [GeV] -Cell[10,42] 1.3692820502911e-06 [GeV] -Cell[9,29] 0.00010983742490498 [GeV] -Cell[13,12] 1.3088503164909e-06 [GeV] -Cell[13,11] 9.4266131327458e-09 [GeV] -Cell[9,27] 0.00095980761622991 [GeV] -Cell[9,36] 0.00085840571083338 [GeV] -Cell[9,35] 0.00024754862417262 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.0025989744176541 (GeV) +Cell[9,43] 0.0018185592652044 [GeV] +Cell[10,43] 4.3151100748219e-05 [GeV] +Cell[9,42] 0.00079585725242623 [GeV] +Cell[9,41] 1.3097517239657e-09 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0026575689281306 (GeV) Source track ID 7144 (gamma,0.000431553076974[GeV]) at (-280.98555040531,413.5784332668,323.95115227294) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -3308,9 +3270,8 @@ Cell[11,16] 0.0040134600874803 [GeV] Source track ID 7111 (e-,0.0099440001696901[GeV]) at (-137.52124749022,480.71603518994,1068.2367018428) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,32] 0.00025675815992591 [GeV] -Cell[15,14] 0.0091762430997642 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0094330012596901 (GeV) +Cell[15,14] 0.0094330012596901 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0094330012596901 (GeV) Source track ID 7116 (gamma,0.0026971308704621[GeV]) at (138.5922377039,-480.4083592614,529.55804965041) Original primary track ID 25 (unknown,7.7728456153487[GeV]) @@ -3324,397 +3285,246 @@ Cell[12,36] 0.00035090972820831 [GeV] Source track ID 7112 (e+,0.026791171041266[GeV]) at (59.362735260136,496.46355924925,1201.4327508334) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[16,11] 0.026452362258199 [GeV] -Cell[16,10] 0.00033880878306756 [GeV] -Cell[16,44] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.027302169951266 (GeV) +Cell[19,18] 0.0012280858795808 [GeV] +Cell[15,11] 0.0015361880502691 [GeV] +Cell[16,3] 0.00051099891 [GeV] +Cell[16,11] 0.018231206549164 [GeV] +Cell[15,21] 0.00051099891 [GeV] +Cell[16,10] 0.0052846916522525 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.027302169951266 (GeV) Source track ID 7110 (gamma,0.18169391742921[GeV]) at (418.45378522097,273.67212067407,279.34343469942) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,15] 0.00048332792698456 [GeV] -Cell[12,34] 0.00040062216967117 [GeV] -Cell[11,4] 0.17780641018171 [GeV] -Cell[18,18] 0.00042297590372534 [GeV] -Cell[12,4] 0.0025805812471128 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.18169391742921 (GeV) +Cell[11,3] 0.0015054020915422 [GeV] +Cell[11,4] 0.17889009003764 [GeV] +Cell[11,5] 0.0012984253000291 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.18169391742921 (GeV) Source track ID 7083 (kaon+,1.7505023005283[GeV]) at (75.287754070696,494.29925560028,1968.6125757532) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[19,10] 0.037273851355362 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.037273851355362 (GeV) +Cell[19,10] 0.044047117275903 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.044047117275903 (GeV) Source track ID 6969 (pi-,0.45794831932101[GeV]) at (-499.89281988381,-10.352228195486,-206.24340173278) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,23] 0.00099072874214608 [GeV] -Cell[9,26] 0.00017357953428348 [GeV] -Cell[11,7] 0.0010748696520714 [GeV] -Cell[8,26] 0.00051552216469167 [GeV] -Cell[8,25] 0.0013781829943133 [GeV] -Cell[9,23] 0.0053236953418904 [GeV] -Cell[8,23] 0.015326521080303 [GeV] -Cell[8,24] 0.25470480025256 [GeV] -Cell[9,25] 0.0048485394870934 [GeV] -Cell[5,0] 0.00045592321080142 [GeV] -Cell[4,47] 0.00055477125462824 [GeV] -Cell[7,22] 1.2956272900965e-05 [GeV] -Cell[5,47] 1.5670539141865e-09 [GeV] -Cell[4,46] 1.3239237683592e-05 [GeV] -Cell[4,0] 0.0003163601497148 [GeV] -Cell[8,3] 0.0013705111561038 [GeV] -Cell[11,6] 0.00091771049122315 [GeV] -Cell[11,5] 5.5244890972972e-10 [GeV] -Cell[7,24] 0.0013975684832799 [GeV] -Cell[9,24] 0.005079839444337 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 0.29445532106953 (GeV) +Cell[17,46] 0.0016157986365265 [GeV] +Cell[8,25] 0.0019298218288668 [GeV] +Cell[8,24] 0.25588635744359 [GeV] +Cell[12,3] 7.6285691932299e-07 [GeV] +Cell[17,10] 6.2934450325429e-05 [GeV] +Cell[11,1] 4.0481723544872e-08 [GeV] +Cell[9,23] 0.00039063782215101 [GeV] +Cell[12,21] 0.00020923170935373 [GeV] +Cell[11,2] 1.0710594238731e-05 [GeV] +Cell[11,3] 0.00049511440429011 [GeV] +Cell[11,4] 0.0022409982300718 [GeV] +Cell[12,20] 1.241170684807e-07 [GeV] +Cell[8,39] 0.0010526140981892 [GeV] +Cell[8,38] 0.00065826317980348 [GeV] +Cell[9,26] 5.8858336747107e-06 [GeV] +Cell[9,24] 0.00020416152235521 [GeV] +Cell[9,25] 0.0034532576037729 [GeV] +Cell[9,34] 7.429591334585e-06 [GeV] +Cell[9,35] 2.1610365111201e-05 [GeV] +Cell[6,32] 3.5798485238047e-05 [GeV] +Cell[6,31] 6.5220357508792e-05 [GeV] +Cell[8,35] 2.1637210738845e-07 [GeV] +Cell[17,47] 0.0049843236769017 [GeV] +Cell[13,3] 2.1688743595405e-07 [GeV] +Cell[10,25] 1.4102843124419e-09 [GeV] +Cell[10,26] 4.5601319357047e-08 [GeV] +Cell[10,27] 0.0019356273795064 [GeV] +Cell[10,28] 2.3727945808787e-06 [GeV] +Cell[12,1] 1.49606721493e-07 [GeV] +Cell[9,20] 4.2978070310937e-06 [GeV] +Cell[9,21] 4.1300199555963e-06 [GeV] +Cell[14,39] 8.5398816736415e-08 [GeV] +Cell[10,41] 2.7506286278367e-07 [GeV] +Cell[12,33] 5.3511205478571e-06 [GeV] +Cell[10,4] 0.001186381233162 [GeV] +Cell[2,43] 9.8886124324054e-06 [GeV] +Cell[7,38] 0.0013941466600003 [GeV] +Cell[8,23] 0.00074412349297143 [GeV] +Cell[8,21] 0.00025600038282698 [GeV] +Cell[0,33] 0.00019261311395667 [GeV] +Cell[0,34] 0.00094193058289522 [GeV] +Cell[4,13] 9.0918300847989e-06 [GeV] +Cell[9,22] 0.00404270805934 [GeV] +Cell[15,14] 9.7999269783031e-06 [GeV] +Cell[17,1] 0.00065944315329216 [GeV] +Cell[12,13] 0.0005450568086317 [GeV] +Cell[12,12] 2.9728423687629e-05 [GeV] +Cell[14,3] 1.4366965518889e-05 [GeV] +Cell[13,2] 1.1552998330444e-08 [GeV] +Cell[14,2] 1.8137829715215e-05 [GeV] +Cell[16,23] 3.4204835942546e-06 [GeV] +Cell[17,0] 0.00054211605717478 [GeV] +Cell[18,41] 2.0563877478708e-06 [GeV] +Cell[15,21] 5.7012516663235e-10 [GeV] +Cell[11,14] 2.3632211261429e-05 [GeV] +Cell[10,3] 3.6822685535299e-05 [GeV] +Cell[16,16] 1.321654640833e-06 [GeV] +Cell[17,9] 1.8434174126014e-07 [GeV] +Cell[15,22] 2.1548958557105e-08 [GeV] +Cell[11,13] 6.2973954482004e-06 [GeV] +Cell[11,9] 0.0010377731567745 [GeV] +Cell[10,42] 7.5480173109099e-08 [GeV] +Cell[7,39] 1.400021079462e-06 [GeV] +Cell[15,23] 1.7743246612554e-06 [GeV] +Cell[15,15] 0.0011173174804844 [GeV] +Cell[10,45] 2.0224723470164e-05 [GeV] +Cell[16,15] 0.00043719435652781 [GeV] +Cell[9,42] 2.204735382702e-05 [GeV] +Cell[14,8] 1.2575122644193e-05 [GeV] +Cell[0,32] 1.2601958587766e-11 [GeV] +Cell[5,31] 2.7648638933897e-11 [GeV] +Cell[11,10] 0.00024767198447887 [GeV] +Cell[19,28] 8.5847154405201e-06 [GeV] +Cell[18,1] 0.0020906505918069 [GeV] +Cell[18,0] 0.0022243786293584 [GeV] +Cell[18,47] 8.9244798291475e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 76 cells : 0.29318376117571 (GeV) Source track ID 7072 (gamma,0.43032370642417[GeV]) at (-193.66742637647,460.96955209722,1404.1020974242) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,41] 0.00051099891 [GeV] -Cell[17,3] 0.00093606598889796 [GeV] -Cell[17,16] 0.0029293707138301 [GeV] -Cell[17,14] 0.099043882181246 [GeV] -Cell[16,37] 0.00051099891 [GeV] -Cell[17,15] 0.32344521002027 [GeV] -Cell[19,5] 0.00051099891 [GeV] -Cell[18,24] 0.00051099891 [GeV] -Cell[18,13] 0.00054303725668419 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.42894156180093 (GeV) +Cell[17,16] 0.0011082244132678 [GeV] +Cell[18,37] 0.00068457691225944 [GeV] +Cell[18,33] 0.00092650939816246 [GeV] +Cell[15,35] 0.0041173744730451 [GeV] +Cell[18,15] 0.0041345363155922 [GeV] +Cell[16,47] 0.00083190303524841 [GeV] +Cell[16,15] 0.0008696725106577 [GeV] +Cell[17,15] 0.38063606420185 [GeV] +Cell[17,14] 0.027658398245761 [GeV] +Cell[16,14] 0.00019886933223717 [GeV] +Cell[19,5] 0.0015508169072011 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.42271694574529 (GeV) Source track ID 7073 (gamma,0.84468519705162[GeV]) at (143.95467044809,478.82883461231,1448.631854604) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,44] 0.00051099891 [GeV] -Cell[17,11] 0.00055332912780699 [GeV] -Cell[16,11] 0.00029476626862336 [GeV] -Cell[15,30] 0.00051099891 [GeV] -Cell[14,12] 0.00051099891 [GeV] -Cell[14,20] 0.00049884750076497 [GeV] -Cell[17,24] 0.0060495106272086 [GeV] -Cell[17,26] 0.00033720632903306 [GeV] -Cell[17,9] 0.73783516837214 [GeV] -Cell[17,10] 0.013426821652658 [GeV] -Cell[17,8] 0.0033163823279848 [GeV] -Cell[16,34] 0.0016727472707898 [GeV] -Cell[19,39] 0.00043919611394931 [GeV] -Cell[17,2] 0.00051099891 [GeV] -Cell[16,20] 0.00054175655703042 [GeV] -Cell[14,39] 0.00051099891 [GeV] -Cell[17,19] 0.00071728623373731 [GeV] -Cell[16,16] 0.00051099891 [GeV] -Cell[19,27] 0.00051099891 [GeV] -Cell[19,28] 0.00090741594336115 [GeV] -Cell[19,0] 0.00087937737387285 [GeV] -Cell[18,29] 0.003411407644144 [GeV] -Cell[18,39] 0.00060059340118524 [GeV] -Cell[18,15] 0.00080110900589699 [GeV] -Cell[18,9] 0.0047211190838416 [GeV] -Cell[18,5] 0.00050660418228433 [GeV] -Cell[19,1] 0.0031833641361104 [GeV] -Cell[17,46] 0.00095079714419224 [GeV] -Cell[19,25] 0.00045820208586073 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 0.78568000075248 (GeV) +Cell[13,42] 0.00054881182623831 [GeV] +Cell[8,37] 0.00044602028608282 [GeV] +Cell[18,4] 0.00060753136873049 [GeV] +Cell[17,31] 0.0002951157603631 [GeV] +Cell[17,4] 0.00034994985770745 [GeV] +Cell[17,10] 0.018318766618056 [GeV] +Cell[12,5] 0.00017255555657181 [GeV] +Cell[16,39] 0.00051099891 [GeV] +Cell[16,40] 0.00067092053184498 [GeV] +Cell[17,16] 0.00051099891 [GeV] +Cell[17,35] 0.00051099891 [GeV] +Cell[18,34] 0.00051099891 [GeV] +Cell[13,43] 1.656356988633e-07 [GeV] +Cell[14,43] 0.00044529364629921 [GeV] +Cell[15,36] 0.003569522956944 [GeV] +Cell[19,21] 0.00051099891 [GeV] +Cell[14,36] 0.00020127702063366 [GeV] +Cell[16,21] 0.0026894017123853 [GeV] +Cell[16,22] 0.0015710045040046 [GeV] +Cell[13,40] 0.0008103926467268 [GeV] +Cell[16,35] 0.0020466686839447 [GeV] +Cell[17,1] 0.00034923202322578 [GeV] +Cell[17,12] 0.00032399498519921 [GeV] +Cell[15,21] 0.00051099891 [GeV] +Cell[18,18] 0.00075970518270553 [GeV] +Cell[17,9] 0.75402346722137 [GeV] +Cell[18,28] 0.0069231285010242 [GeV] +Cell[17,8] 0.0017431266684903 [GeV] +Cell[11,36] 0.00051099891 [GeV] +Cell[16,1] 0.0010311821469495 [GeV] +Cell[19,15] 0.0041181110378265 [GeV] +Cell[13,30] 0.00051099891 [GeV] +Cell[16,47] 0.00057279136018232 [GeV] +Cell[18,1] 0.001704711241321 [GeV] +Cell[17,15] 0.00051099891 [GeV] +Cell[19,23] 0.00024161137094253 [GeV] +Cell[17,11] 0.00057376499127651 [GeV] +Cell[18,25] 0.00051099891 [GeV] +Cell[18,8] 0.0012186753031891 [GeV] +Cell[18,12] 0.00086695759115133 [GeV] +Cell[19,1] 0.0003946299738021 [GeV] +Cell[17,30] 0.00069331561405005 [GeV] +### Total energy deposition in calorimeter by a source track in 42 cells : 0.81339179292494 (GeV) Source track ID 6975 (pi-,1.127681439723[GeV]) at (-499.90908951499,9.5342655873489,974.86591699663) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,45] 0.0076009953638235 [GeV] -Cell[11,43] 0.00035087561866203 [GeV] -Cell[12,37] 0.0056190242580372 [GeV] -Cell[11,34] 3.7179022534133e-05 [GeV] -Cell[6,3] 3.7834979593754e-13 [GeV] -Cell[10,46] 1.4061727025933e-05 [GeV] -Cell[11,44] 1.689149424783e-05 [GeV] -Cell[6,32] 1.9719344389159e-05 [GeV] -Cell[9,31] 4.185998608591e-06 [GeV] -Cell[14,28] 8.9014343102463e-06 [GeV] -Cell[17,6] 1.2585496733664e-09 [GeV] -Cell[11,20] 0.0074251835576748 [GeV] -Cell[11,19] 0.0020831356419521 [GeV] -Cell[16,7] 3.7811696529388e-10 [GeV] -Cell[6,30] 1.1793735080346e-05 [GeV] -Cell[14,27] 4.1109524090643e-08 [GeV] -Cell[14,26] 1.4216493582353e-09 [GeV] -Cell[11,41] 1.7820087377913e-06 [GeV] -Cell[7,31] 9.7108720772667e-05 [GeV] -Cell[7,30] 8.6526978930124e-05 [GeV] -Cell[14,18] 2.1735830510238e-05 [GeV] -Cell[13,34] 0.002068918980462 [GeV] -Cell[13,4] 3.0949636129662e-07 [GeV] -Cell[16,8] 0.00072934953320794 [GeV] -Cell[14,25] 0.00034330333814398 [GeV] -Cell[16,35] 0.0010096827568572 [GeV] -Cell[13,37] 3.9001228520647e-05 [GeV] -Cell[12,21] 0.0070131071666455 [GeV] -Cell[11,21] 0.00077462703530057 [GeV] -Cell[12,22] 3.5549042496996e-05 [GeV] -Cell[13,22] 0.0055304213587471 [GeV] -Cell[13,21] 0.10611890548556 [GeV] -Cell[12,20] 0.018812779291703 [GeV] -Cell[3,46] 0.00037112650767574 [GeV] -Cell[12,33] 0.00045806489966604 [GeV] -Cell[10,20] 0.00027437284995358 [GeV] -Cell[3,0] 9.2348398062313e-05 [GeV] -Cell[4,47] 1.3419090682874e-05 [GeV] -Cell[11,42] 0.0015244418134508 [GeV] -Cell[16,17] 4.472678876482e-06 [GeV] -Cell[7,3] 0.0003163649129732 [GeV] -Cell[10,34] 2.58322074842e-09 [GeV] -Cell[12,7] 5.6990704324562e-06 [GeV] -Cell[13,7] 5.9235862572677e-06 [GeV] -Cell[13,19] 0.0028751797318407 [GeV] -Cell[17,7] 0.00082159471835018 [GeV] -Cell[16,2] 0.0011562304432608 [GeV] -Cell[14,21] 0.0087125442827614 [GeV] -Cell[15,20] 0.00024310960612866 [GeV] -Cell[14,19] 1.6025984939461e-07 [GeV] -Cell[12,19] 0.0010039668573154 [GeV] -Cell[13,24] 2.0195281535962e-08 [GeV] -Cell[12,36] 2.9322826158023e-05 [GeV] -Cell[13,36] 3.8936828874284e-05 [GeV] -Cell[13,35] 0.0037035509518245 [GeV] -Cell[16,24] 0.0024693857683833 [GeV] -Cell[17,25] 7.4385349804288e-05 [GeV] -Cell[16,25] 0.096478632784821 [GeV] -Cell[17,26] 6.1535558793821e-05 [GeV] -Cell[16,26] 5.5039910785126e-06 [GeV] -Cell[15,24] 0.11498420225562 [GeV] -Cell[4,46] 0.00024300788028449 [GeV] -Cell[4,0] 2.1394109091489e-05 [GeV] -Cell[3,1] 0.0010143556391503 [GeV] -Cell[14,7] 0.00025598848486959 [GeV] -Cell[17,38] 1.02202113776e-05 [GeV] -Cell[17,37] 4.8302210075235e-08 [GeV] -Cell[17,8] 1.3754470273852e-10 [GeV] -Cell[16,36] 1.3190751866205e-05 [GeV] -Cell[17,36] 0.0001848880026854 [GeV] -Cell[15,23] 0.21830905383129 [GeV] -Cell[13,23] 9.3536388303619e-06 [GeV] -Cell[11,39] 0.00069363873758503 [GeV] -Cell[14,22] 0.00080683337241715 [GeV] -Cell[15,21] 0.0026147742264472 [GeV] -Cell[17,35] 0.00070792190925454 [GeV] -Cell[14,35] 3.9682199712843e-09 [GeV] -Cell[12,6] 4.0069465176202e-06 [GeV] -Cell[15,35] 1.7113052308559e-11 [GeV] -Cell[15,39] 2.3203319869936e-09 [GeV] -Cell[15,22] 0.010314700449772 [GeV] -Cell[15,25] 0.0059261172361622 [GeV] -Cell[16,9] 4.4517499873109e-08 [GeV] -Cell[17,39] 0.0038488716608143 [GeV] -Cell[14,36] 0.00051100306815157 [GeV] -Cell[6,31] 0.0003304160751012 [GeV] -Cell[14,8] 0.0027680040687873 [GeV] -Cell[15,26] 0.00029903993990899 [GeV] -Cell[17,40] 1.3019915204495e-06 [GeV] -Cell[17,1] 7.8951568947446e-05 [GeV] -Cell[14,23] 0.1525370624793 [GeV] -Cell[18,37] 1.4517013369186e-11 [GeV] -Cell[15,18] 5.0087313866243e-08 [GeV] -Cell[6,26] 8.6351714562625e-06 [GeV] -Cell[14,24] 0.016121083283275 [GeV] -Cell[13,20] 0.0066441952116229 [GeV] -### Total energy deposition in calorimeter by a source track in 96 cells : 0.82587775773017 (GeV) +Cell[15,19] 0.00034483279436461 [GeV] +Cell[16,19] 0.00089999756901659 [GeV] +Cell[17,21] 0.0001748639066351 [GeV] +Cell[16,21] 0.10337012606128 [GeV] +Cell[16,22] 0.041390783410733 [GeV] +Cell[17,22] 0.00011368650329189 [GeV] +Cell[16,20] 0.060908659896525 [GeV] +Cell[17,23] 0.00080536185675403 [GeV] +Cell[17,24] 0.00064214730361107 [GeV] +Cell[16,28] 9.355211525417e-07 [GeV] +Cell[16,24] 0.090110347813128 [GeV] +Cell[16,23] 0.0011980469579268 [GeV] +Cell[16,25] 0.35790326264898 [GeV] +Cell[17,25] 0.0012234846629325 [GeV] +Cell[15,20] 9.4045015606753e-05 [GeV] +Cell[15,21] 0.0017700070715167 [GeV] +Cell[15,24] 0.19735442701394 [GeV] +Cell[14,23] 0.039687522143876 [GeV] +Cell[16,26] 0.040408117966106 [GeV] +Cell[15,23] 0.034616403507303 [GeV] +Cell[15,27] 0.010756549938403 [GeV] +Cell[16,27] 0.0022961919418263 [GeV] +Cell[15,28] 2.3646052568438e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 23 cells : 0.98606982515096 (GeV) Source track ID 6963 (gamma,0.21259862372436[GeV]) at (298.67434380668,-400.99081828846,-1192.0286604722) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,41] 0.0097341893535857 [GeV] -Cell[4,40] 0.0012933835805755 [GeV] -Cell[3,40] 0.19783729521105 [GeV] -Cell[4,41] 0.00051099891 [GeV] -Cell[3,36] 0.0010013630750372 [GeV] -Cell[3,37] 0.00050628611381349 [GeV] -Cell[1,12] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.21139451515406 (GeV) +Cell[5,17] 0.00079412440348839 [GeV] +Cell[2,4] 0.00042908138338065 [GeV] +Cell[4,40] 0.0017615433758508 [GeV] +Cell[3,40] 0.19828235785532 [GeV] +Cell[3,41] 0.011331516706314 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.21259862372436 (GeV) Source track ID 6907 (pi-,0.62984771934041[GeV]) at (341.18525879184,365.50324100224,-1020.2853852248) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,9] 4.9950873506077e-07 [GeV] -Cell[7,8] 0.00088986594807851 [GeV] -Cell[7,7] 2.6006421979901e-06 [GeV] -Cell[6,10] 0.00062585623577968 [GeV] -Cell[6,9] 0.00015499581318193 [GeV] -Cell[6,13] 2.4070078448858e-05 [GeV] -Cell[6,6] 5.7561612746213e-05 [GeV] -Cell[6,11] 0.00063544904601383 [GeV] -Cell[3,28] 4.801491741091e-09 [GeV] -Cell[5,33] 8.4261817391962e-08 [GeV] -Cell[4,8] 0.0064852037374759 [GeV] -Cell[4,38] 0.0058419279213866 [GeV] -Cell[4,39] 0.00062820262418441 [GeV] -Cell[5,26] 0.00059785534727006 [GeV] -Cell[4,6] 0.056842073616506 [GeV] -Cell[6,8] 0.022959217825317 [GeV] -Cell[6,7] 1.6293156136612e-05 [GeV] -Cell[5,7] 2.8920931491939e-05 [GeV] -Cell[4,37] 0.0065780487274004 [GeV] -Cell[6,5] 0.00099230080047664 [GeV] -Cell[5,6] 0.00087085885110025 [GeV] -Cell[5,5] 0.00035198611519263 [GeV] -Cell[5,8] 0.0064133849999719 [GeV] -Cell[11,36] 4.1848295077216e-06 [GeV] -Cell[5,35] 0.0063013587044176 [GeV] -Cell[3,29] 0.0015242595607815 [GeV] -Cell[4,29] 0.0024865607348619 [GeV] -Cell[5,27] 0.00045833662436404 [GeV] -Cell[4,23] 1.5658951713704e-05 [GeV] -Cell[5,11] 0.00078010557944804 [GeV] -Cell[5,10] 0.0031075783875774 [GeV] -Cell[7,15] 0.00024444558287416 [GeV] -Cell[4,35] 0.00051796307318984 [GeV] -Cell[4,17] 0.0021257481426124 [GeV] -Cell[4,5] 0.0058700033690362 [GeV] -Cell[11,37] 1.3892694289098e-05 [GeV] -Cell[9,34] 0.00028745410877718 [GeV] -Cell[6,34] 5.7299679033235e-05 [GeV] -Cell[3,10] 4.3101147184643e-10 [GeV] -Cell[3,9] 0.001037995639011 [GeV] -Cell[4,10] 0.00026600593709748 [GeV] -Cell[4,9] 0.0030350461677329 [GeV] -Cell[3,12] 0.00076246751806799 [GeV] -Cell[4,11] 2.4963274801848e-05 [GeV] -Cell[4,12] 0.00028107275493653 [GeV] -Cell[6,45] 9.4622124606758e-09 [GeV] -Cell[8,44] 5.9183782432228e-06 [GeV] -Cell[4,30] 0.0014110536513071 [GeV] -Cell[7,46] 0.0011157940697121 [GeV] -Cell[3,36] 0.026168985889263 [GeV] -Cell[3,37] 0.0078629342383352 [GeV] -Cell[4,36] 0.14513588905092 [GeV] -Cell[1,17] 0.0013597169120725 [GeV] -Cell[5,4] 4.0250597521663e-11 [GeV] -Cell[4,28] 0.0051230764096198 [GeV] -Cell[2,37] 0.0011719616493477 [GeV] -Cell[4,21] 1.0348096693633e-05 [GeV] -Cell[4,7] 0.0039928159268414 [GeV] -Cell[4,4] 3.2386023713116e-07 [GeV] -Cell[2,27] 4.2949395719916e-09 [GeV] -Cell[5,34] 0.0045279086619059 [GeV] -Cell[6,35] 0.0051675374082004 [GeV] -Cell[9,33] 0.00046663328559021 [GeV] -Cell[6,36] 1.9163948081768e-09 [GeV] -Cell[3,7] 7.8470291628037e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 65 cells : 0.3437284245788 (GeV) +Cell[3,9] 0.0029563843167625 [GeV] +Cell[3,7] 0.068539332285022 [GeV] +Cell[4,7] 0.081025583864509 [GeV] +Cell[4,6] 0.10886677571403 [GeV] +Cell[3,8] 0.19859154162804 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.45997961780836 (GeV) Source track ID 6908 (pi+,3.262167546577[GeV]) at (499.98970353407,-3.208794152805,-1674.3827865899) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,10] 0.0017832851268163 [GeV] -Cell[9,19] 0.0010695440620561 [GeV] -Cell[6,9] 3.1690718606114e-07 [GeV] -Cell[9,12] 0.0014328267128651 [GeV] -Cell[3,32] 1.1624042417679e-07 [GeV] -Cell[9,20] 0.00063202117080056 [GeV] -Cell[2,36] 0.0016564511081107 [GeV] -Cell[10,43] 0.00041975131528125 [GeV] -Cell[1,45] 0.003567056855426 [GeV] -Cell[1,0] 0.00064303900192965 [GeV] -Cell[2,13] 0.001007759001856 [GeV] -Cell[3,29] 2.1101654798258e-05 [GeV] -Cell[4,43] 0.00010708873485692 [GeV] -Cell[5,22] 0.0002350136566829 [GeV] -Cell[4,42] 3.20547024603e-06 [GeV] -Cell[3,8] 4.3897993553173e-05 [GeV] -Cell[4,44] 0.00073559774620117 [GeV] -Cell[2,46] 9.3094156472944e-06 [GeV] -Cell[1,35] 3.2440854315382e-05 [GeV] -Cell[2,43] 0.00016204099529625 [GeV] -Cell[2,44] 5.2847897018182e-07 [GeV] -Cell[0,26] 0.00041457373413994 [GeV] -Cell[5,10] 0.00030144554084006 [GeV] -Cell[4,32] 1.2290336746901e-07 [GeV] -Cell[2,35] 0.00050357185407643 [GeV] -Cell[1,36] 0.00077069836278702 [GeV] -Cell[5,21] 0.002754470323618 [GeV] -Cell[5,20] 0.0034188312490616 [GeV] -Cell[5,9] 0.00073392339156251 [GeV] -Cell[9,18] 8.9883401756197e-08 [GeV] -Cell[2,1] 0.00030389652140934 [GeV] -Cell[3,17] 7.1259878864566e-05 [GeV] -Cell[1,2] 0.0045298444084371 [GeV] -Cell[0,21] 0.00080188784027683 [GeV] -Cell[0,22] 0.00034145613462863 [GeV] -Cell[1,22] 0.0018654942962754 [GeV] -Cell[1,20] 3.3355809864588e-06 [GeV] -Cell[1,6] 0.00051099891 [GeV] -Cell[0,36] 0.0003287120546334 [GeV] -Cell[0,37] 8.7193983199541e-06 [GeV] -Cell[2,8] 1.9162130105542e-05 [GeV] -Cell[0,25] 0.000355515418344 [GeV] -Cell[0,27] 1.5841785659632e-07 [GeV] -Cell[1,29] 5.3670615103329e-05 [GeV] -Cell[2,12] 0.0004670961776076 [GeV] -Cell[3,9] 7.167394948533e-05 [GeV] -Cell[5,44] 0.00059559715400258 [GeV] -Cell[0,19] 0.0010679584023992 [GeV] -Cell[1,23] 0.00012557325060527 [GeV] -Cell[4,33] 5.0968391349215e-07 [GeV] -Cell[2,2] 0.0056782961754033 [GeV] -Cell[5,43] 1.5811673620192e-07 [GeV] -Cell[1,43] 0.0037811615484542 [GeV] -Cell[0,43] 0.00013299501689596 [GeV] -Cell[0,44] 9.1472580547816e-05 [GeV] -Cell[0,46] 0.2020770900263 [GeV] -Cell[0,47] 1.2344358760138 [GeV] -Cell[1,42] 5.4693214224244e-10 [GeV] -Cell[2,18] 0.0038765233416798 [GeV] -Cell[0,18] 0.00044437851105491 [GeV] -Cell[3,18] 7.3801493272185e-10 [GeV] -Cell[1,28] 0.00088749749070587 [GeV] -Cell[2,37] 1.3647516607307e-05 [GeV] -Cell[0,11] 0.00010123810288496 [GeV] -Cell[4,21] 0.0082115527455109 [GeV] -Cell[2,23] 3.3207447813766e-09 [GeV] -Cell[4,22] 0.00091682293192059 [GeV] -Cell[0,6] 0.0021410383237252 [GeV] -Cell[1,47] 0.15561132729281 [GeV] -Cell[0,0] 0.23881290432219 [GeV] -Cell[0,45] 0.0029106644285034 [GeV] -Cell[0,1] 0.012265370600538 [GeV] -Cell[0,2] 9.4936431937185e-05 [GeV] -Cell[3,16] 3.8328057827357e-06 [GeV] -Cell[1,46] 0.0036542366774497 [GeV] -Cell[0,15] 0.014495949041034 [GeV] -Cell[0,38] 7.2219242283609e-06 [GeV] -Cell[1,44] 0.0032441212917416 [GeV] -### Total energy deposition in calorimeter by a source track in 78 cells : 1.9278729578335 (GeV) +Cell[1,47] 0.24955387519198 [GeV] +Cell[0,0] 0.016587515089045 [GeV] +Cell[0,47] 0.20409698831376 [GeV] +Cell[1,0] 0.0057177062055501 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.47595608480033 (GeV) Source track ID 6904 (gamma,0.53051937575115[GeV]) at (475.84610325967,-153.52682505865,-782.17055125886) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[4,6] 0.00051099891 [GeV] -Cell[6,44] 0.00029338757668831 [GeV] -Cell[5,7] 0.00051099891 [GeV] -Cell[6,30] 0.00051099891 [GeV] -Cell[4,31] 0.0023447507392945 [GeV] -Cell[7,30] 0.00090867426532961 [GeV] -Cell[13,16] 0.00060766004751542 [GeV] -Cell[13,15] 9.6374800818921e-08 [GeV] -Cell[11,21] 0.00037228360131225 [GeV] -Cell[5,45] 0.30954915229468 [GeV] -Cell[6,46] 0.0060103808585036 [GeV] -Cell[3,11] 0.0014097546691427 [GeV] -Cell[6,45] 0.16959827662901 [GeV] -Cell[5,44] 0.013500363338905 [GeV] -Cell[5,43] 0.0017718860678671 [GeV] -Cell[5,46] 0.0060530137581047 [GeV] -Cell[7,24] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.51446367586116 (GeV) +Cell[6,44] 0.0009472180213713 [GeV] +Cell[6,46] 0.0014993146485514 [GeV] +Cell[6,45] 0.0021252891994297 [GeV] +Cell[5,45] 0.51586163257064 [GeV] +Cell[1,26] 0.0010887755562212 [GeV] +Cell[5,44] 0.0071771052902221 [GeV] +Cell[5,46] 0.0018200404647116 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.53051937575115 (GeV) Source track ID 6905 (gamma,0.17927399228015[GeV]) at (168.15422825926,-470.87594493511,-1264.5234723019) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,6] 0.00051099891 [GeV] -Cell[5,26] 0.00051099891 [GeV] -Cell[3,13] 0.00039870017091885 [GeV] -Cell[3,39] 0.0039904519958108 [GeV] -Cell[2,16] 0.0016536183067694 [GeV] -Cell[3,38] 0.17220922398665 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.17927399228015 (GeV) +Cell[3,37] 0.00072386547920966 [GeV] +Cell[3,39] 0.00095872986307821 [GeV] +Cell[2,3] 0.00051099891 [GeV] +Cell[3,38] 0.17516934519703 [GeV] +Cell[2,14] 0.00058530868697905 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.17794824813629 (GeV) Source track ID 6893 (gamma,0.10862020097077[GeV]) at (-256.12149919561,429.42028090181,-127.45900738745) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,15] 0.0013226329938097 [GeV] -Cell[9,15] 0.0067532287622547 [GeV] -Cell[9,17] 0.00057678197695144 [GeV] -Cell[9,16] 0.094345869496853 [GeV] -Cell[8,16] 0.0014843458135418 [GeV] -Cell[9,35] 0.0038415992954794 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.10832445833889 (GeV) +Cell[9,14] 0.00012014136532136 [GeV] +Cell[9,16] 0.091930896999852 [GeV] +Cell[9,15] 0.016569162605597 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.10862020097077 (GeV) Source track ID 6896 (gamma,0.00096901783511701[GeV]) at (-127.01832540443,483.59729632356,-136.34113638839) Original primary track ID 27 (unknown,1.8699577628705[GeV]) @@ -3728,47 +3538,38 @@ Cell[9,13] 0.00023517509308836 [GeV] Source track ID 6898 (gamma,0.10210043778057[GeV]) at (-96.38732104097,490.62152861706,-141.2954907459) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,12] 0.0044404815023948 [GeV] -Cell[9,13] 0.09765995627817 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.10210043778057 (GeV) +Cell[8,13] 0.00038018378434938 [GeV] +Cell[8,12] 0.0019717755002696 [GeV] +Cell[9,12] 0.017640513323577 [GeV] +Cell[9,13] 0.08210796517237 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.10210043778057 (GeV) Source track ID 6876 (e+,0.13065576019722[GeV]) at (-29.893961575645,499.10555102234,-153.59713159771) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,10] 0.00010516307305496 [GeV] -Cell[7,9] 0.00098423343868866 [GeV] -Cell[8,8] 0.0028480270298916 [GeV] -Cell[8,7] 0.0025369484127249 [GeV] -Cell[7,7] 0.00051099891 [GeV] -Cell[9,10] 0.00051099891 [GeV] -Cell[9,11] 0.031954679455005 [GeV] -Cell[8,12] 0.001342698951566 [GeV] -Cell[6,40] 0.00060868133902048 [GeV] -Cell[9,7] 0.00099835642349582 [GeV] -Cell[5,33] 0.00041266691548364 [GeV] -Cell[9,12] 0.082170056105764 [GeV] -Cell[0,29] 0.00012170503256887 [GeV] -Cell[7,17] 0.0003189580446531 [GeV] -Cell[11,45] 0.0004569416782428 [GeV] -Cell[5,40] 0.00031053582768663 [GeV] -Cell[10,42] 0.00051099891 [GeV] -Cell[8,21] 0.00017069886082609 [GeV] -Cell[7,3] 0.00032129749482057 [GeV] -Cell[12,17] 0.00051099891 [GeV] -Cell[9,0] 0.00051099891 [GeV] -Cell[10,3] 0.0006466274565665 [GeV] -Cell[8,17] 0.00031758427828287 [GeV] -### Total energy deposition in calorimeter by a source track in 23 cells : 0.12918085436834 (GeV) +Cell[8,11] 0.0020973430478515 [GeV] +Cell[8,13] 0.00065175505841069 [GeV] +Cell[9,11] 0.010964510882739 [GeV] +Cell[8,12] 0.0030580942392292 [GeV] +Cell[9,12] 0.11092794480681 [GeV] +Cell[9,7] 0.00051099891 [GeV] +Cell[11,18] 0.00016555510865994 [GeV] +Cell[8,34] 0.00041094475567607 [GeV] +Cell[10,16] 9.3691788938255e-05 [GeV] +Cell[13,34] 0.00051099891 [GeV] +Cell[13,38] 0.00029116204629731 [GeV] +Cell[19,41] 0.00034544380134006 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.13002844335596 (GeV) Source track ID 6882 (gamma,0.031733515144418[GeV]) at (-497.98568013022,44.835949697078,-135.64757308932) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,23] 0.031733515144418 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.031733515144418 (GeV) +Cell[9,23] 0.028477839287344 [GeV] +Cell[9,22] 0.0010697958573616 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.029547635144706 (GeV) Source track ID 6883 (gamma,0.0085919445171335[GeV]) at (-499.08503752898,30.234505365523,-137.14560529081) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,23] 0.0081004141079289 [GeV] -Cell[10,32] 0.00027586578628129 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0083762798942102 (GeV) +Cell[9,23] 0.0085919445171335 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0085919445171335 (GeV) Source track ID 6884 (gamma,5.5947294577123e-05[GeV]) at (-498.87342380059,33.54559621586,-137.00060525801) Original primary track ID 27 (unknown,1.8699577628705[GeV]) @@ -3777,1226 +3578,1620 @@ Cell[9,23] 5.5947294577123e-05 [GeV] Source track ID 6877 (e-,0.47275218877232[GeV]) at (-499.63966271504,18.979131750367,-137.25664437155) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,7] 0.00051099891 [GeV] -Cell[7,5] 0.00035134777220393 [GeV] -Cell[1,0] 0.0016206644005003 [GeV] -Cell[8,26] 0.0013981171365734 [GeV] -Cell[8,25] 0.00025870020945014 [GeV] -Cell[8,31] 0.00059623853054645 [GeV] -Cell[9,23] 0.30031444489272 [GeV] -Cell[9,22] 0.0010998783798136 [GeV] -Cell[8,23] 0.004844294325593 [GeV] -Cell[4,5] 0.001621432485177 [GeV] -Cell[9,24] 0.15245062444868 [GeV] -Cell[9,21] 0.00022755071870672 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.46529429220997 (GeV) +Cell[8,24] 0.0033484387585727 [GeV] +Cell[9,23] 0.23989218201742 [GeV] +Cell[9,24] 0.22685472081406 [GeV] +Cell[8,23] 0.00063544492315769 [GeV] +Cell[9,22] 0.00082476727350483 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.47155555378672 (GeV) Source track ID 6878 (gamma,0.14815181584447[GeV]) at (-470.45468442155,169.32923523663,-336.6612674877) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,20] 0.0053449211055817 [GeV] -Cell[8,21] 0.1417988351809 [GeV] -Cell[7,21] 0.0010080595579852 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.14815181584447 (GeV) +Cell[8,9] 0.0014847124077314 [GeV] +Cell[7,23] 0.0018594021655995 [GeV] +Cell[7,22] 0.00026011771879991 [GeV] +Cell[6,31] 0.00051099891 [GeV] +Cell[6,30] 0.0039744916288366 [GeV] +Cell[7,21] 0.0098018184959464 [GeV] +Cell[8,21] 0.12550286671804 [GeV] +Cell[7,20] 0.0018507719500155 [GeV] +Cell[8,20] 0.001884638029502 [GeV] +Cell[10,6] 0.00033833504207256 [GeV] +Cell[6,24] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.14797915197654 (GeV) Source track ID 6823 (pi+,0.18771110579428[GeV]) at (-499.61119535109,-19.714296331847,1585.7097197506) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[17,24] 0.083591190229539 [GeV] -Cell[18,24] 0.0034483368798021 [GeV] -Cell[18,23] 0.0019233560753686 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.08896288318471 (GeV) +Cell[11,44] 0.00032818522341832 [GeV] +Cell[17,24] 0.090587083439767 [GeV] +Cell[13,5] 0.0080940898272399 [GeV] +Cell[14,5] 0.0025904371807402 [GeV] +Cell[18,1] 0.00024384611288706 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.10184364178405 (GeV) Source track ID 6810 (pi-,0.95281539847142[GeV]) at (-379.11194866191,-325.99713247477,-224.72439422336) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,30] 0.3825560153062 [GeV] -Cell[10,28] 0.0012628438324039 [GeV] -Cell[11,29] 9.665658171798e-08 [GeV] -Cell[7,17] 0.00024958311470266 [GeV] -Cell[9,31] 0.012643220783006 [GeV] -Cell[8,31] 0.0040300472040852 [GeV] -Cell[7,30] 0.00239644092551 [GeV] -Cell[11,30] 9.5863616492124e-06 [GeV] -Cell[8,29] 0.35043047806807 [GeV] -Cell[9,29] 2.5160148215946e-05 [GeV] -Cell[10,29] 0.00013643643816499 [GeV] -Cell[9,30] 0.1254059468967 [GeV] -Cell[10,31] 0.0036045119350841 [GeV] -Cell[10,30] 0.0042298320667651 [GeV] -Cell[10,32] 0.00053410578615887 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.8875143055233 (GeV) +Cell[9,27] 3.009587788938e-07 [GeV] +Cell[8,12] 1.4441320672631e-09 [GeV] +Cell[6,29] 4.8984290527869e-06 [GeV] +Cell[10,24] 2.3632650377294e-06 [GeV] +Cell[6,27] 3.5695794612138e-06 [GeV] +Cell[8,28] 0.0013939337038788 [GeV] +Cell[7,26] 0.0014252539425241 [GeV] +Cell[8,25] 0.0018846091689658 [GeV] +Cell[8,24] 0.00020863163756599 [GeV] +Cell[7,34] 1.5884608699253e-06 [GeV] +Cell[11,27] 6.5551760978906e-06 [GeV] +Cell[11,28] 2.4800582377793e-07 [GeV] +Cell[9,30] 3.0756159032535e-05 [GeV] +Cell[10,1] 7.4641982878347e-06 [GeV] +Cell[11,1] 0.00038800715003163 [GeV] +Cell[8,31] 0.19662365587471 [GeV] +Cell[8,32] 0.10195412327909 [GeV] +Cell[8,30] 0.10213969439092 [GeV] +Cell[8,34] 0.00090808498621539 [GeV] +Cell[9,44] 3.692883241456e-06 [GeV] +Cell[8,26] 0.00061855918845649 [GeV] +Cell[9,26] 0.090921908739622 [GeV] +Cell[9,24] 0.0028501643633483 [GeV] +Cell[9,25] 0.0080498796030709 [GeV] +Cell[8,29] 0.088222637460084 [GeV] +Cell[7,27] 0.0031705362704671 [GeV] +Cell[10,25] 0.0028037309787203 [GeV] +Cell[10,26] 0.010271987122641 [GeV] +Cell[10,27] 0.0045090027100442 [GeV] +Cell[10,28] 0.0005002919792172 [GeV] +Cell[9,28] 0.00054564681742702 [GeV] +Cell[9,29] 0.011353218895825 [GeV] +Cell[11,26] 0.00056236569449175 [GeV] +Cell[11,25] 7.4458289600443e-05 [GeV] +Cell[10,23] 0.0019201035448766 [GeV] +Cell[9,43] 0.00094855302615838 [GeV] +Cell[1,22] 0.00043278254518042 [GeV] +Cell[7,43] 0.0020981088757732 [GeV] +Cell[17,7] 6.6781873329091e-08 [GeV] +Cell[18,6] 0.00096802034603184 [GeV] +Cell[14,22] 0.0019953875799686 [GeV] +Cell[11,0] 0.00033355958440711 [GeV] +Cell[8,16] 7.1139365900308e-09 [GeV] +Cell[8,27] 2.0751963893417e-06 [GeV] +Cell[8,17] 1.6041245544329e-08 [GeV] +Cell[6,28] 0.0017855636771492 [GeV] +Cell[18,7] 0.00024556895464264 [GeV] +Cell[7,28] 0.014438316850624 [GeV] +Cell[9,42] 6.475707719801e-06 [GeV] +Cell[18,9] 1.4441632607486e-05 [GeV] +Cell[10,2] 2.2609974092802e-06 [GeV] +Cell[7,29] 0.00033159760047636 [GeV] +### Total energy deposition in calorimeter by a source track in 52 cells : 0.6569647268632 (GeV) Source track ID 6752 (pi-,0.29743354824181[GeV]) at (-496.83532722036,56.166338903598,1833.0109622369) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,23] 0.16354945830959 [GeV] -Cell[18,22] 1.1744547089165e-07 [GeV] -Cell[19,8] 0.00026625979876349 [GeV] -Cell[19,9] 2.4661155847525e-06 [GeV] -Cell[19,25] 2.8613937378395e-05 [GeV] -Cell[18,23] 0.00030310636637898 [GeV] -Cell[19,22] 0.0037240685639501 [GeV] -Cell[19,21] 0.0022310924828131 [GeV] -Cell[19,42] 1.1999487265712e-05 [GeV] -Cell[19,43] 9.7160458972212e-06 [GeV] -Cell[18,11] 0.0012624077113356 [GeV] -Cell[18,10] 8.90835053724e-10 [GeV] -Cell[19,24] 0.0028594784215866 [GeV] -Cell[18,21] 3.7484873173526e-05 [GeV] -Cell[18,20] 0.0024793470890627 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.17676561753909 (GeV) +Cell[7,12] 4.4827321789853e-07 [GeV] +Cell[7,11] 1.7544092393109e-06 [GeV] +Cell[7,46] 6.2350612893169e-08 [GeV] +Cell[17,46] 3.9275925428228e-05 [GeV] +Cell[19,35] 0.00033188731058908 [GeV] +Cell[9,37] 3.6911282222718e-08 [GeV] +Cell[7,13] 3.9078674075427e-05 [GeV] +Cell[6,34] 3.7379434506875e-05 [GeV] +Cell[6,14] 0.00012545942133875 [GeV] +Cell[17,32] 5.2310895116534e-06 [GeV] +Cell[15,30] 0.00057959276229337 [GeV] +Cell[12,29] 2.1495536257135e-06 [GeV] +Cell[11,29] 5.2551037515514e-07 [GeV] +Cell[17,47] 0.00075115291746022 [GeV] +Cell[16,12] 2.6475900904188e-07 [GeV] +Cell[7,45] 3.8357548106887e-05 [GeV] +Cell[6,13] 0.0023178018248299 [GeV] +Cell[6,11] 2.1141022443771e-08 [GeV] +Cell[12,5] 0.00014245249020382 [GeV] +Cell[19,24] 2.6449695717474e-06 [GeV] +Cell[6,16] 1.7626429063966e-05 [GeV] +Cell[16,38] 0.0019179394474555 [GeV] +Cell[19,2] 3.0972112861491e-05 [GeV] +Cell[16,39] 0.00021771052213467 [GeV] +Cell[17,17] 0.033400409474023 [GeV] +Cell[17,16] 1.1042419588193e-05 [GeV] +Cell[18,16] 2.0173304335913e-05 [GeV] +Cell[17,39] 0.00031191438062638 [GeV] +Cell[17,38] 0.00020016445454939 [GeV] +Cell[15,42] 0.00044223413457428 [GeV] +Cell[15,41] 0.0026077747280955 [GeV] +Cell[16,5] 1.4663334324723e-05 [GeV] +Cell[17,29] 8.0284369178116e-06 [GeV] +Cell[18,35] 0.00063879422225375 [GeV] +Cell[15,11] 6.6812473232858e-06 [GeV] +Cell[15,12] 8.5478803084698e-06 [GeV] +Cell[17,21] 0.00020274732159578 [GeV] +Cell[17,19] 0.0017027868972461 [GeV] +Cell[17,18] 0.056076173605368 [GeV] +Cell[16,21] 0.00053714868337226 [GeV] +Cell[16,22] 0.00060451310397435 [GeV] +Cell[17,22] 4.1671504013721e-06 [GeV] +Cell[17,23] 2.9665149148741e-06 [GeV] +Cell[13,40] 5.5245458497666e-07 [GeV] +Cell[17,37] 3.5963777918369e-08 [GeV] +Cell[14,3] 6.8723416188732e-06 [GeV] +Cell[18,19] 0.00092243281889716 [GeV] +Cell[17,13] 6.0972219216637e-06 [GeV] +Cell[15,20] 0.001147287650642 [GeV] +Cell[15,21] 0.00015724394597362 [GeV] +Cell[6,15] 0.00011278671000036 [GeV] +Cell[13,5] 1.6731007170165e-05 [GeV] +Cell[17,28] 4.1390822123503e-05 [GeV] +Cell[18,18] 0.0068103737097427 [GeV] +Cell[16,13] 0.00087857732915347 [GeV] +Cell[16,46] 1.9292876240797e-06 [GeV] +Cell[18,27] 3.2100946438732e-05 [GeV] +Cell[16,15] 8.3143518131692e-06 [GeV] +Cell[14,8] 0.0015250649957714 [GeV] +Cell[18,1] 3.3399323001504e-08 [GeV] +Cell[17,15] 0.00011250712627043 [GeV] +Cell[17,14] 0.00049229933366689 [GeV] +Cell[16,14] 0.00031104171271136 [GeV] +Cell[19,23] 0.0071228779228791 [GeV] +Cell[19,1] 0.00021282287437498 [GeV] +Cell[19,41] 7.372354157269e-06 [GeV] +Cell[19,22] 2.5654327182565e-06 [GeV] +Cell[18,22] 7.4748579936568e-06 [GeV] +Cell[6,12] 5.3947357566472e-05 [GeV] +Cell[19,0] 0.0011896273001558 [GeV] +Cell[19,47] 0.0041719239602403 [GeV] +Cell[19,46] 1.034582965076e-09 [GeV] +Cell[19,45] 0.0026145059299526 [GeV] +Cell[18,17] 0.0023203385237963 [GeV] +### Total energy deposition in calorimeter by a source track in 74 cells : 0.13368788775925 (GeV) Source track ID 6753 (pi+,3.7103970435706[GeV]) at (209.26063830756,454.10349619345,1948.1929048993) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,8] 0.067411812721617 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.067411812721617 (GeV) +Cell[10,35] 3.4880635721493e-06 [GeV] +Cell[17,45] 3.3206558839538e-07 [GeV] +Cell[18,45] 5.4752793857915e-08 [GeV] +Cell[11,35] 0.00022232624659591 [GeV] +Cell[8,25] 5.4735564335715e-06 [GeV] +Cell[8,24] 0.0005383236174805 [GeV] +Cell[9,31] 1.0582814702502e-06 [GeV] +Cell[9,32] 1.146960116057e-05 [GeV] +Cell[7,23] 3.5737994496685e-06 [GeV] +Cell[9,39] 9.0261369223299e-09 [GeV] +Cell[13,32] 2.7923088055104e-09 [GeV] +Cell[14,32] 3.5568955354393e-09 [GeV] +Cell[16,30] 1.4790730754612e-05 [GeV] +Cell[19,18] 0.0025743098876084 [GeV] +Cell[15,39] 4.6135932052493e-08 [GeV] +Cell[13,39] 0.012021376122184 [GeV] +Cell[12,28] 0.0039707399800044 [GeV] +Cell[10,44] 0.0012180384457413 [GeV] +Cell[9,38] 0.0073285639081511 [GeV] +Cell[17,47] 0.0014848551875916 [GeV] +Cell[13,3] 0.00046997763681329 [GeV] +Cell[11,34] 0.0033131732065303 [GeV] +Cell[14,39] 0.0069276387473776 [GeV] +Cell[15,38] 0.0014283061633349 [GeV] +Cell[15,37] 1.8083410686813e-06 [GeV] +Cell[14,38] 0.0011271047683829 [GeV] +Cell[14,40] 0.00088921240925958 [GeV] +Cell[12,35] 1.4270318615672e-09 [GeV] +Cell[13,33] 0.00047356157099262 [GeV] +Cell[14,33] 1.0725146158848e-05 [GeV] +Cell[12,15] 0.0016537343306986 [GeV] +Cell[7,24] 0.0002377488804425 [GeV] +Cell[8,23] 8.0652791657485e-06 [GeV] +Cell[13,7] 2.5499681767542e-05 [GeV] +Cell[19,24] 0.00064242145040003 [GeV] +Cell[16,40] 9.6311291563325e-06 [GeV] +Cell[16,41] 0.00062361608117601 [GeV] +Cell[14,1] 0.00035590453575389 [GeV] +Cell[13,1] 0.0034876824165866 [GeV] +Cell[13,0] 0.00069218510923235 [GeV] +Cell[19,16] 0.0022394837751951 [GeV] +Cell[17,16] 0.002343702720406 [GeV] +Cell[16,42] 2.4327853493787e-05 [GeV] +Cell[15,42] 3.9240364014404e-05 [GeV] +Cell[15,41] 0.00024010198839392 [GeV] +Cell[16,5] 7.1138336751574e-05 [GeV] +Cell[15,14] 2.902459615143e-05 [GeV] +Cell[17,35] 7.3797982322844e-05 [GeV] +Cell[17,34] 0.0006665007003495 [GeV] +Cell[17,36] 7.9433030914515e-06 [GeV] +Cell[17,29] 0.00092547761152844 [GeV] +Cell[18,36] 0.0011593515827666 [GeV] +Cell[19,26] 0.00037787020771714 [GeV] +Cell[19,25] 1.5159690839937e-05 [GeV] +Cell[18,35] 0.00015560751640817 [GeV] +Cell[18,34] 0.00085971284994987 [GeV] +Cell[18,30] 2.2496228630189e-05 [GeV] +Cell[19,37] 0.0013728992198127 [GeV] +Cell[18,37] 5.8207660913467e-14 [GeV] +Cell[12,45] 7.9772152033447e-05 [GeV] +Cell[12,44] 0.00071294105781488 [GeV] +Cell[13,44] 2.3571367986733e-05 [GeV] +Cell[13,46] 3.3727982197888e-05 [GeV] +Cell[14,0] 0.0002747219099036 [GeV] +Cell[14,14] 3.0399955903704e-09 [GeV] +Cell[14,37] 0.00072423650902851 [GeV] +Cell[16,6] 0.00030048104823175 [GeV] +Cell[19,20] 3.5122573171975e-05 [GeV] +Cell[19,19] 5.8867050875847e-05 [GeV] +Cell[19,21] 7.2229474608321e-06 [GeV] +Cell[17,33] 9.846009292005e-07 [GeV] +Cell[10,36] 0.00051008747596597 [GeV] +Cell[14,35] 0.0038122055950777 [GeV] +Cell[14,34] 0.0011006682344107 [GeV] +Cell[14,25] 0.00037036804013485 [GeV] +Cell[16,29] 0.0019889460801247 [GeV] +Cell[15,29] 3.3966386646853e-05 [GeV] +Cell[15,40] 8.6324667208828e-06 [GeV] +Cell[17,18] 0.0025416094531899 [GeV] +Cell[16,22] 0.00094198840845672 [GeV] +Cell[17,22] 0.0019716847251657 [GeV] +Cell[17,23] 0.011528886143546 [GeV] +Cell[17,24] 2.8068979736418e-07 [GeV] +Cell[13,38] 0.019601479117325 [GeV] +Cell[16,24] 2.0922595879597e-05 [GeV] +Cell[18,38] 3.3032415958587e-05 [GeV] +Cell[14,2] 3.5042979752802e-05 [GeV] +Cell[13,4] 1.4741985280807e-05 [GeV] +Cell[16,23] 8.8626724550522e-07 [GeV] +Cell[15,43] 1.5332357122588e-07 [GeV] +Cell[15,1] 0.0036816311202764 [GeV] +Cell[15,2] 0.0034668934655082 [GeV] +Cell[16,7] 0.0010388715281097 [GeV] +Cell[17,7] 1.5244597606397e-05 [GeV] +Cell[19,27] 9.539455062054e-06 [GeV] +Cell[17,0] 0.062971250015922 [GeV] +Cell[18,6] 0.00053906516331745 [GeV] +Cell[18,40] 0.0009186458298244 [GeV] +Cell[18,46] 0.0048132626678994 [GeV] +Cell[17,25] 2.052415311482e-09 [GeV] +Cell[19,33] 1.0176904652326e-10 [GeV] +Cell[16,11] 2.3672457376961e-05 [GeV] +Cell[17,12] 0.0013669961916047 [GeV] +Cell[14,24] 0.00020288612589525 [GeV] +Cell[15,0] 0.0016545504066819 [GeV] +Cell[12,25] 6.6397617047187e-06 [GeV] +Cell[19,13] 8.4943254478276e-08 [GeV] +Cell[19,10] 0.0108050258669 [GeV] +Cell[19,8] 1.1208720190491 [GeV] +Cell[17,27] 0.002375032090454 [GeV] +Cell[17,28] 3.0344411527494e-07 [GeV] +Cell[14,42] 6.8291457486339e-05 [GeV] +Cell[18,28] 7.1431787800975e-06 [GeV] +Cell[17,8] 0.00011857088625197 [GeV] +Cell[11,36] 3.7989520933479e-09 [GeV] +Cell[19,38] 0.00051099891 [GeV] +Cell[19,15] 0.0013444554522636 [GeV] +Cell[18,7] 9.6196709828746e-05 [GeV] +Cell[14,15] 0.0022066670147408 [GeV] +Cell[16,46] 9.3124934937805e-06 [GeV] +Cell[18,27] 4.1130804165732e-06 [GeV] +Cell[13,15] 0.0071238959643338 [GeV] +Cell[13,14] 1.2418604455888e-10 [GeV] +Cell[16,45] 9.0646130809546e-05 [GeV] +Cell[19,43] 0.0016036665725856 [GeV] +Cell[19,28] 0.00033307333445532 [GeV] +Cell[18,1] 0.00077847419411335 [GeV] +Cell[18,0] 9.8283983717806e-05 [GeV] +Cell[18,47] 0.00016293184523909 [GeV] +Cell[19,5] 6.9242361932993e-06 [GeV] +Cell[19,23] 0.0011229768780547 [GeV] +Cell[18,25] 2.5738523337395e-05 [GeV] +Cell[18,8] 0.00133397320301 [GeV] +Cell[17,30] 0.00055850123561673 [GeV] +Cell[18,9] 1.9317330455578e-05 [GeV] +Cell[19,22] 0.039250079089426 [GeV] +Cell[18,22] 0.0011069689687465 [GeV] +Cell[19,0] 0.001995513836713 [GeV] +Cell[19,46] 0.0022565845207524 [GeV] +Cell[19,45] 9.0666969230369e-05 [GeV] +Cell[19,9] 0.062998878475209 [GeV] +Cell[19,7] 0.01724531398566 [GeV] +Cell[19,6] 0.00066653540969409 [GeV] +Cell[19,11] 0.0068579603088869 [GeV] +Cell[19,12] 8.7627299351993e-05 [GeV] +Cell[19,42] 5.322633828996e-06 [GeV] +Cell[18,26] 0.0012600546924564 [GeV] +Cell[19,34] 0.00092738379936293 [GeV] +Cell[18,29] 1.032895053504e-05 [GeV] +Cell[19,29] 2.0751525646915e-05 [GeV] +Cell[19,40] 3.1831960484851e-05 [GeV] +Cell[19,44] 4.7782379260752e-06 [GeV] +Cell[15,25] 3.8501469473658e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 153 cells : 1.4764087602275 (GeV) Source track ID 6618 (pi+,0.59869233266043[GeV]) at (-417.55321934737,275.0441946536,365.50605937175) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,23] 2.7630924297455e-05 [GeV] -Cell[11,47] 3.2570715120528e-09 [GeV] -Cell[12,44] 2.2989689762198e-07 [GeV] -Cell[12,45] 5.5568765053522e-05 [GeV] -Cell[12,46] 2.6368580939675e-05 [GeV] -Cell[14,28] 4.0397548582405e-07 [GeV] -Cell[13,44] 3.9900404544824e-09 [GeV] -Cell[11,20] 0.0079544918852334 [GeV] -Cell[11,19] 0.24949530370629 [GeV] -Cell[13,6] 5.8986074691347e-10 [GeV] -Cell[13,4] 0.0011941578550558 [GeV] -Cell[11,22] 0.0012867921515382 [GeV] -Cell[12,21] 0.0046144664719025 [GeV] -Cell[11,21] 0.00054996078363013 [GeV] -Cell[12,22] 0.0019530030334609 [GeV] -Cell[12,20] 0.0020478326336463 [GeV] -Cell[11,12] 0.00069034058669662 [GeV] -Cell[14,1] 0.00094619347873652 [GeV] -Cell[10,17] 3.9565431245137e-05 [GeV] -Cell[11,0] 0.0017804462244919 [GeV] -Cell[11,1] 0.0039272957107312 [GeV] -Cell[12,7] 5.4150034557097e-06 [GeV] -Cell[12,16] 3.157046137494e-05 [GeV] -Cell[12,17] 0.13438133517107 [GeV] -Cell[11,17] 0.0011359048876548 [GeV] -Cell[13,0] 0.001787744048267 [GeV] -Cell[11,8] 0.00028185024302218 [GeV] -Cell[12,19] 0.0033042549764264 [GeV] -Cell[12,18] 0.00014718705290215 [GeV] -Cell[13,45] 7.4961397331208e-08 [GeV] -Cell[11,6] 0.0033900964158962 [GeV] -Cell[13,47] 0.0012330862040455 [GeV] -Cell[13,46] 6.472229508995e-05 [GeV] -Cell[16,15] 2.9410322895274e-08 [GeV] -Cell[14,16] 0.0015679900447716 [GeV] -Cell[13,17] 0.0010576897380296 [GeV] -Cell[17,35] 0.0017832632783803 [GeV] -Cell[13,5] 0.00053075367735289 [GeV] -Cell[15,1] 1.3406324475341e-05 [GeV] -Cell[16,16] 1.3958981873998e-05 [GeV] -Cell[11,18] 0.0011401616468986 [GeV] -Cell[16,46] 1.7935206415132e-08 [GeV] -Cell[13,20] 1.4634628166732e-07 [GeV] -Cell[10,18] 1.0025650908574e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 44 cells : 0.42846072906215 (GeV) +Cell[8,10] 0.0018813731236052 [GeV] +Cell[9,10] 1.2429920927389e-05 [GeV] +Cell[10,34] 9.3791037594201e-05 [GeV] +Cell[9,11] 0.0007830188360083 [GeV] +Cell[8,12] 0.0012840195464417 [GeV] +Cell[9,12] 9.5905336778856e-05 [GeV] +Cell[12,19] 0.053448746821427 [GeV] +Cell[12,18] 9.6295633822251e-05 [GeV] +Cell[11,32] 0.002183079942595 [GeV] +Cell[11,33] 0.00090566350817403 [GeV] +Cell[11,22] 2.6714840554632e-05 [GeV] +Cell[12,21] 0.11131182053873 [GeV] +Cell[11,19] 0.13482348961343 [GeV] +Cell[12,20] 0.13371495048808 [GeV] +Cell[11,20] 0.00022565146122749 [GeV] +Cell[10,22] 0.00088200717455823 [GeV] +Cell[8,15] 1.5406324819196e-05 [GeV] +Cell[11,7] 0.0008316430671961 [GeV] +Cell[9,20] 8.6896507845617e-05 [GeV] +Cell[10,21] 0.00040218380668568 [GeV] +Cell[10,33] 3.49691574811e-05 [GeV] +Cell[11,34] 5.058901706434e-10 [GeV] +Cell[9,19] 0.00044653759292191 [GeV] +Cell[3,24] 0.00026297537125345 [GeV] +Cell[8,19] 5.0425826309947e-05 [GeV] +Cell[2,36] 5.1525031267374e-08 [GeV] +Cell[3,23] 3.3176036376972e-06 [GeV] +Cell[11,8] 0.00066327049275063 [GeV] +Cell[4,24] 0.0013302566473158 [GeV] +Cell[9,14] 2.125196920133e-07 [GeV] +Cell[4,23] 1.2032056431053e-05 [GeV] +Cell[12,0] 0.0027723869297229 [GeV] +Cell[12,17] 0.0022180757656321 [GeV] +Cell[9,13] 4.1820982232821e-09 [GeV] +Cell[9,16] 1.1476409184979e-05 [GeV] +Cell[9,15] 0.00013615971983063 [GeV] +Cell[8,16] 7.0925538020674e-06 [GeV] +Cell[11,9] 0.0016274162859673 [GeV] +Cell[7,40] 0.0012663671822096 [GeV] +Cell[12,11] 0.00074403779700521 [GeV] +Cell[11,10] 8.4864504555298e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 41 cells : 0.45477701815923 (GeV) Source track ID 6743 (gamma,0.15251351239083[GeV]) at (-487.09323500472,-112.8724076674,-730.31335715455) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,41] 0.00028248618398077 [GeV] -Cell[5,24] 0.0011831629112788 [GeV] -Cell[6,24] 0.0064921937037776 [GeV] -Cell[6,25] 0.096606414689492 [GeV] -Cell[0,43] 0.0042613442269039 [GeV] -Cell[0,46] 0.0010840554919798 [GeV] -Cell[6,26] 0.0037033946403707 [GeV] -Cell[0,45] 0.0007509890844775 [GeV] -Cell[5,25] 0.037933599467553 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.15229764039981 (GeV) +Cell[6,25] 0.14791698737854 [GeV] +Cell[5,24] 0.00098655528806895 [GeV] +Cell[6,26] 0.00036730360156874 [GeV] +Cell[6,18] 0.00089920356435112 [GeV] +Cell[5,25] 0.0013214647383033 [GeV] +Cell[5,44] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.15200251348083 (GeV) Source track ID 6744 (gamma,0.13352323164713[GeV]) at (-462.29599821869,-190.47942154203,2.9650204563139) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,26] 0.069421040316537 [GeV] -Cell[9,26] 0.013920618125109 [GeV] -Cell[10,27] 0.031705547722504 [GeV] -Cell[9,27] 0.015939833370738 [GeV] -Cell[10,21] 0.00011881740832527 [GeV] -Cell[9,24] 0.0020251932022407 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.13313105014545 (GeV) +Cell[9,27] 0.028085725405243 [GeV] +Cell[9,26] 0.01757721433657 [GeV] +Cell[10,26] 0.05981595234479 [GeV] +Cell[10,27] 0.028044339560525 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.13352323164713 (GeV) Source track ID 6736 (pi-,0.85381305333429[GeV]) at (323.54997284374,-381.20259059037,732.60377220326) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[12,37] 0.0011625863442338 [GeV] -Cell[12,28] 3.5629200283438e-08 [GeV] -Cell[13,28] 4.5989657810424e-06 [GeV] -Cell[11,10] 9.30871511855e-08 [GeV] -Cell[12,40] 0.0050846626185987 [GeV] -Cell[10,28] 3.8391226553358e-09 [GeV] -Cell[10,26] 0.0005053116682084 [GeV] -Cell[14,43] 0.00063042742731102 [GeV] -Cell[14,42] 0.0027714176172496 [GeV] -Cell[14,41] 4.6759865304921e-05 [GeV] -Cell[14,40] 0.00030665407437732 [GeV] -Cell[13,39] 0.0042647229839828 [GeV] -Cell[14,4] 0.0030099076392469 [GeV] -Cell[14,5] 0.0014566349523555 [GeV] -Cell[12,44] 0.0016414932234043 [GeV] -Cell[12,45] 0.00054501498778723 [GeV] -Cell[12,46] 8.4730234789276e-08 [GeV] -Cell[12,47] 4.2722676880658e-09 [GeV] -Cell[13,41] 0.032107361164244 [GeV] -Cell[13,43] 0.016548295101778 [GeV] -Cell[13,44] 0.029532344895497 [GeV] -Cell[13,42] 0.088218012751522 [GeV] -Cell[19,13] 0.00098913293600435 [GeV] -Cell[19,12] 0.00026423901016335 [GeV] -Cell[17,6] 6.382917490555e-06 [GeV] -Cell[15,8] 4.3123616527282e-05 [GeV] -Cell[15,7] 1.1502706911415e-08 [GeV] -Cell[16,7] 4.9449247308075e-07 [GeV] -Cell[15,5] 0.0016693297280056 [GeV] -Cell[11,9] 5.4370190082409e-05 [GeV] -Cell[13,27] 2.373096952283e-06 [GeV] -Cell[14,26] 7.843921965241e-05 [GeV] -Cell[11,13] 0.0030048857506031 [GeV] -Cell[12,41] 0.00061570675684368 [GeV] -Cell[12,39] 0.010464254376106 [GeV] -Cell[19,4] 0.00014867828011472 [GeV] -Cell[13,32] 1.3078640098456e-06 [GeV] -Cell[14,31] 1.037742162589e-05 [GeV] -Cell[13,31] 0.0035241785402947 [GeV] -Cell[12,31] 4.3605637620203e-07 [GeV] -Cell[13,18] 1.1459924280643e-09 [GeV] -Cell[13,6] 0.00035750947162035 [GeV] -Cell[16,8] 0.00048586906033302 [GeV] -Cell[14,25] 1.5339251191335e-06 [GeV] -Cell[13,37] 0.0019736970500926 [GeV] -Cell[13,22] 8.169716571615e-06 [GeV] -Cell[13,21] 0.00057228979182469 [GeV] -Cell[12,10] 1.9469007384032e-09 [GeV] -Cell[10,16] 1.8910993821919e-07 [GeV] -Cell[11,38] 1.4628883218393e-07 [GeV] -Cell[13,12] 2.8202693727053e-07 [GeV] -Cell[13,11] 0.0013918935534004 [GeV] -Cell[12,11] 8.4334169514477e-10 [GeV] -Cell[12,12] 4.3788320962221e-06 [GeV] -Cell[13,40] 0.02754745516431 [GeV] -Cell[16,17] 3.3774012059439e-05 [GeV] -Cell[14,12] 0.00091695454837304 [GeV] -Cell[2,17] 3.4593279715409e-05 [GeV] -Cell[3,17] 3.7241552490741e-09 [GeV] -Cell[14,17] 0.0017032205592996 [GeV] -Cell[12,7] 5.2599194852974e-05 [GeV] -Cell[12,35] 2.3389479320031e-06 [GeV] -Cell[12,14] 1.5482181680682e-05 [GeV] -Cell[17,16] 0.0006569969493969 [GeV] -Cell[12,13] 0.0016024868307814 [GeV] -Cell[11,8] 4.0228836240203e-05 [GeV] -Cell[14,21] 0.00080047891967979 [GeV] -Cell[12,30] 2.7651613054331e-06 [GeV] -Cell[10,22] 5.052206597361e-05 [GeV] -Cell[6,25] 5.8047622733284e-06 [GeV] -Cell[12,38] 0.0046434155441718 [GeV] -Cell[13,36] 0.00049015947073224 [GeV] -Cell[3,12] 1.7705038771965e-07 [GeV] -Cell[2,16] 0.00015667377747081 [GeV] -Cell[16,24] 1.5542207926046e-05 [GeV] -Cell[17,24] 3.564028441906e-05 [GeV] -Cell[17,25] 0.00039608797119911 [GeV] -Cell[16,25] 0.0018983044840359 [GeV] -Cell[15,28] 3.1628546735874e-05 [GeV] -Cell[15,29] 6.9609047841368e-08 [GeV] -Cell[13,45] 0.012502604116252 [GeV] -Cell[6,27] 1.2517449562438e-05 [GeV] -Cell[12,43] 0.0010333498281568 [GeV] -Cell[13,46] 2.2208991623188e-05 [GeV] -Cell[16,15] 1.3002151981709e-05 [GeV] -Cell[15,16] 0.00048296546647248 [GeV] -Cell[15,17] 0.00045869745347591 [GeV] -Cell[13,23] 0.00064879325470099 [GeV] -Cell[11,5] 4.2312100413255e-07 [GeV] -Cell[13,3] 1.8618300877279e-05 [GeV] -Cell[12,42] 0.0018097287523638 [GeV] -Cell[14,22] 2.0703906216113e-06 [GeV] -Cell[11,14] 3.8521073325569e-05 [GeV] -Cell[13,5] 0.00022249183286112 [GeV] -Cell[10,15] 0.00088338213533052 [GeV] -Cell[10,21] 9.5459460839834e-05 [GeV] -Cell[13,10] 1.0242227972412e-09 [GeV] -Cell[15,22] 0.0001998613960207 [GeV] -Cell[15,25] 4.4911373784998e-05 [GeV] -Cell[13,13] 0.00014809115454852 [GeV] -Cell[15,13] 3.0550154406228e-11 [GeV] -Cell[14,36] 0.0013747586486501 [GeV] -Cell[14,11] 0.0040426864136148 [GeV] -Cell[13,38] 0.073105154860347 [GeV] -Cell[13,30] 6.2646513979416e-06 [GeV] -Cell[14,44] 0.0017855777019099 [GeV] -Cell[17,5] 1.3801529305056e-05 [GeV] -Cell[19,38] 5.4459418662418e-06 [GeV] -Cell[14,10] 1.0602383106175e-05 [GeV] -Cell[15,11] 0.00022596973053789 [GeV] -Cell[6,26] 6.5646814473439e-06 [GeV] -Cell[15,12] 4.1134400909186e-05 [GeV] -Cell[17,15] 0.0020356128385273 [GeV] -Cell[14,3] 0.0016441322897247 [GeV] -Cell[19,5] 1.3749240315519e-07 [GeV] -Cell[13,20] 1.3612499489682e-05 [GeV] -Cell[3,16] 0.00026038632099062 [GeV] -Cell[19,3] 5.2929952676095e-07 [GeV] -Cell[18,25] 0.00068428074705855 [GeV] -Cell[15,4] 0.0015198829369491 [GeV] -Cell[14,2] 6.5494315058459e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 121 cells : 0.36006429999989 (GeV) +Cell[15,3] 0.0003435261261144 [GeV] +Cell[13,42] 0.19313266096568 [GeV] +Cell[10,7] 8.8727360007397e-06 [GeV] +Cell[9,27] 1.9828773511108e-06 [GeV] +Cell[5,40] 0.00082534582191099 [GeV] +Cell[11,28] 1.2653311569011e-05 [GeV] +Cell[16,32] 3.9990134508116e-05 [GeV] +Cell[17,32] 0.0031434483242336 [GeV] +Cell[17,31] 0.0065778483613837 [GeV] +Cell[13,31] 0.00059227817389024 [GeV] +Cell[16,17] 0.00037832637833878 [GeV] +Cell[13,39] 0.0077615251612976 [GeV] +Cell[11,1] 0.0014119076583816 [GeV] +Cell[11,29] 1.048724525026e-05 [GeV] +Cell[12,26] 3.9389444253175e-05 [GeV] +Cell[12,27] 0.001956575528017 [GeV] +Cell[11,22] 0.00069652843146127 [GeV] +Cell[11,19] 0.00029032089118732 [GeV] +Cell[11,21] 3.2005261164159e-07 [GeV] +Cell[11,20] 8.6492494649519e-06 [GeV] +Cell[14,21] 5.5226211512604e-05 [GeV] +Cell[14,20] 6.6338243755126e-08 [GeV] +Cell[9,26] 0.00022410931351976 [GeV] +Cell[9,25] 0.00057122776616347 [GeV] +Cell[7,1] 0.0001362584137778 [GeV] +Cell[3,17] 9.1975940933708e-05 [GeV] +Cell[3,16] 7.6752785584176e-05 [GeV] +Cell[10,28] 0.00028923241335428 [GeV] +Cell[12,2] 1.0185286897467e-05 [GeV] +Cell[14,40] 0.0069446196026942 [GeV] +Cell[6,38] 9.6154893981293e-07 [GeV] +Cell[12,14] 1.4896939392202e-05 [GeV] +Cell[11,8] 0.0001099374586604 [GeV] +Cell[8,21] 0.00028845462061076 [GeV] +Cell[6,1] 0.00057470516444302 [GeV] +Cell[5,39] 0.00058666605063524 [GeV] +Cell[5,38] 0.00011801398970954 [GeV] +Cell[16,40] 6.116856240169e-06 [GeV] +Cell[15,14] 0.00062187487728738 [GeV] +Cell[13,41] 0.40869773483758 [GeV] +Cell[15,8] 7.9890755005181e-06 [GeV] +Cell[13,43] 0.0018851139829447 [GeV] +Cell[14,41] 2.6548960369951e-05 [GeV] +Cell[12,16] 0.0002474570465838 [GeV] +Cell[15,7] 1.1064465244999e-05 [GeV] +Cell[14,10] 7.7659153612331e-07 [GeV] +Cell[16,19] 0.00087284092107029 [GeV] +Cell[16,18] 9.993238694733e-06 [GeV] +Cell[16,2] 5.3636752127204e-06 [GeV] +Cell[16,3] 7.9993541350859e-05 [GeV] +Cell[14,19] 1.2328427942521e-08 [GeV] +Cell[16,4] 8.962833089754e-08 [GeV] +Cell[16,20] 9.411714545422e-07 [GeV] +Cell[13,38] 7.7719610231952e-06 [GeV] +Cell[13,40] 0.004844500864802 [GeV] +Cell[12,39] 1.856046525063e-06 [GeV] +Cell[16,24] 1.2304718477822e-05 [GeV] +Cell[16,33] 1.8445973168127e-05 [GeV] +Cell[12,10] 2.5595787185011e-05 [GeV] +Cell[14,2] 0.00083633867226945 [GeV] +Cell[19,27] 2.393123206275e-05 [GeV] +Cell[15,4] 4.896609084426e-09 [GeV] +Cell[11,0] 5.0931703299284e-12 [GeV] +Cell[15,24] 0.00090639936225699 [GeV] +Cell[12,25] 3.3141276566312e-05 [GeV] +Cell[10,8] 0.0010183707057714 [GeV] +Cell[14,42] 4.5373999057233e-05 [GeV] +Cell[18,28] 7.8580342233181e-12 [GeV] +Cell[11,9] 0.0040243291732884 [GeV] +Cell[13,12] 7.7019011223456e-07 [GeV] +Cell[14,6] 0.0011869069172953 [GeV] +Cell[5,41] 0.00050840270996287 [GeV] +Cell[10,6] 1.4021672541276e-07 [GeV] +Cell[13,14] 0.0030613655406884 [GeV] +Cell[15,15] 5.1502797907688e-07 [GeV] +Cell[11,10] 2.3205194243928e-05 [GeV] +Cell[19,28] 4.1961833775304e-06 [GeV] +Cell[5,44] 2.4938414862845e-06 [GeV] +Cell[19,46] 3.5133608616889e-07 [GeV] +Cell[15,25] 0.0016767639720437 [GeV] +Cell[5,42] 0.00031400551595289 [GeV] +Cell[13,13] 0.0012457482989875 [GeV] +### Total energy deposition in calorimeter by a source track in 82 cells : 0.65962306754277 (GeV) Source track ID 6733 (gamma,0.37778731993224[GeV]) at (315.89620651223,-387.56881545241,149.20557582031) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[6,29] 0.00023145499248648 [GeV] -Cell[9,41] 0.00019172613684284 [GeV] -Cell[11,23] 0.0002997899944121 [GeV] -Cell[10,41] 0.34484289523217 [GeV] -Cell[10,42] 0.0021018922303379 [GeV] -Cell[10,40] 0.023648915794542 [GeV] -Cell[11,0] 0.0011990963541783 [GeV] -Cell[11,40] 0.0038858064071069 [GeV] -Cell[11,39] 0.0003356018556123 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.37673717899769 (GeV) +Cell[10,40] 0.0075752483060497 [GeV] +Cell[10,33] 0.00029761465211593 [GeV] +Cell[10,39] 0.00060046197560491 [GeV] +Cell[10,41] 0.36124315161412 [GeV] +Cell[11,42] 0.00046362663169301 [GeV] +Cell[11,41] 0.0034281000472698 [GeV] +Cell[11,36] 0.0031863168695534 [GeV] +Cell[13,13] 0.00027437094143916 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.37706889103785 (GeV) Source track ID 6734 (gamma,0.13885684299554[GeV]) at (475.10692256774,-155.79926870244,345.33262214766) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,30] 0.00019410024960066 [GeV] -Cell[11,45] 0.12610198352891 [GeV] -Cell[11,44] 0.0001937371810558 [GeV] -Cell[12,45] 0.010859602755677 [GeV] -Cell[12,46] 0.00033675042268696 [GeV] -Cell[14,13] 0.00051099891 [GeV] -Cell[16,23] 0.00039477899131615 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.13859195203925 (GeV) +Cell[11,45] 0.12255508440464 [GeV] +Cell[12,45] 0.014057114137772 [GeV] +Cell[12,44] 0.0017336455431273 [GeV] +Cell[12,46] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.13885684299554 (GeV) Source track ID 6638 (gamma,0.1484777566564[GeV]) at (-237.22761434073,440.13981755143,-159.00519828048) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,38] 0.00049241225995385 [GeV] -Cell[9,15] 0.14478164820258 [GeV] -Cell[9,16] 0.0024374880903083 [GeV] -Cell[8,16] 0.00074762145351884 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.14845917000636 (GeV) +Cell[8,15] 0.0082690776323152 [GeV] +Cell[9,16] 0.0022391900200799 [GeV] +Cell[9,15] 0.13212461434579 [GeV] +Cell[8,16] 0.0058448746582128 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.1484777566564 (GeV) Source track ID 6639 (gamma,0.20137908385321[GeV]) at (152.3266685699,476.23165165956,-66.015724569503) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,8] 0.0045308714895324 [GeV] -Cell[9,10] 0.0033913980636467 [GeV] -Cell[9,9] 0.19345681430004 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.20137908385321 (GeV) +Cell[9,9] 0.19791021012733 [GeV] +Cell[9,10] 0.0029673854008439 [GeV] +Cell[9,4] 0.000205006020435 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.20108260154861 (GeV) Source track ID 6623 (pi-,0.39879124922617[GeV]) at (388.87132956748,-314.29140783741,367.68843544358) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,43] 0.031773780231553 [GeV] -Cell[12,44] 0.15857921870427 [GeV] -Cell[14,28] 9.3124492268544e-06 [GeV] -Cell[13,41] 2.6059686206281e-08 [GeV] -Cell[13,43] 0.0010278047331933 [GeV] -Cell[13,44] 4.9797879455582e-08 [GeV] -Cell[13,42] 0.0017521373849176 [GeV] -Cell[11,20] 1.1806066468125e-05 [GeV] -Cell[14,25] 5.9369028861056e-07 [GeV] -Cell[11,42] 0.029399196511859 [GeV] -Cell[12,43] 0.085664314685963 [GeV] -Cell[12,42] 1.573736097896e-05 [GeV] -Cell[11,4] 6.6943943675142e-06 [GeV] -Cell[10,4] 9.0070815349463e-06 [GeV] -Cell[15,26] 0.00080617424989236 [GeV] -Cell[14,24] 1.8090358935297e-08 [GeV] -Cell[15,27] 2.0412031841488e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.30905791269562 (GeV) +Cell[7,9] 1.3291354494868e-05 [GeV] +Cell[13,42] 9.2830901220395e-06 [GeV] +Cell[9,10] 8.3067989078245e-07 [GeV] +Cell[7,11] 1.0598735156236e-05 [GeV] +Cell[10,7] 8.2065240858356e-05 [GeV] +Cell[9,12] 0.00038414441533746 [GeV] +Cell[7,26] 5.374750107876e-06 [GeV] +Cell[8,25] 1.0635304306561e-08 [GeV] +Cell[9,31] 8.3919009484816e-06 [GeV] +Cell[11,27] 0.00013681149609683 [GeV] +Cell[11,28] 0.00016097557915533 [GeV] +Cell[9,30] 6.136967043858e-06 [GeV] +Cell[8,0] 6.9328933022916e-07 [GeV] +Cell[11,31] 7.4124772509094e-06 [GeV] +Cell[17,31] 0.0003923133918147 [GeV] +Cell[14,31] 1.1104169650935e-05 [GeV] +Cell[11,15] 2.905581262894e-05 [GeV] +Cell[11,30] 0.0025517897512382 [GeV] +Cell[11,29] 0.0017067841104354 [GeV] +Cell[11,23] 3.3532931679474e-06 [GeV] +Cell[11,22] 2.806045813486e-08 [GeV] +Cell[12,23] 6.9778605892111e-05 [GeV] +Cell[13,20] 0.0054478911832654 [GeV] +Cell[8,26] 3.6995275549657e-05 [GeV] +Cell[8,29] 1.8201535567641e-10 [GeV] +Cell[10,44] 0.00043539579732408 [GeV] +Cell[9,28] 1.8574428963802e-08 [GeV] +Cell[9,29] 0.00052757831795748 [GeV] +Cell[12,2] 9.782534558326e-06 [GeV] +Cell[11,44] 0.0020023147664922 [GeV] +Cell[11,45] 0.0015422559305431 [GeV] +Cell[11,38] 1.1046442843508e-05 [GeV] +Cell[6,1] 2.5706106225698e-07 [GeV] +Cell[11,47] 0.00069798634643325 [GeV] +Cell[6,2] 0.00018256935380293 [GeV] +Cell[9,14] 0.00036037761896864 [GeV] +Cell[17,16] 6.6469189187046e-06 [GeV] +Cell[16,42] 0.00056997447974584 [GeV] +Cell[10,13] 0.0012585203856288 [GeV] +Cell[12,45] 0.00051099891 [GeV] +Cell[12,44] 0.0038954884740827 [GeV] +Cell[11,43] 0.03807613255207 [GeV] +Cell[12,43] 0.019545358220697 [GeV] +Cell[12,46] 0.00046987187687967 [GeV] +Cell[13,44] 3.9661737442202e-05 [GeV] +Cell[13,43] 0.018759944098449 [GeV] +Cell[13,46] 0.00011839377716115 [GeV] +Cell[12,0] 3.8044023385737e-06 [GeV] +Cell[12,16] 0.0024225896437613 [GeV] +Cell[14,0] 0.00022350267582567 [GeV] +Cell[14,17] 9.057402115468e-05 [GeV] +Cell[14,14] 7.307194697205e-06 [GeV] +Cell[18,33] 1.5394276881125e-05 [GeV] +Cell[10,12] 0.0014959537226672 [GeV] +Cell[12,40] 1.4800954435486e-05 [GeV] +Cell[17,20] 9.9953426797583e-09 [GeV] +Cell[17,19] 0.0006887551407558 [GeV] +Cell[17,18] 9.3530563108288e-05 [GeV] +Cell[12,39] 0.0025045900894766 [GeV] +Cell[15,34] 6.0001290112268e-06 [GeV] +Cell[11,42] 0.030325695434865 [GeV] +Cell[12,41] 0.0032560336335115 [GeV] +Cell[12,42] 0.096236789810332 [GeV] +Cell[11,41] 0.0014392996401907 [GeV] +Cell[9,13] 0.0041847356290955 [GeV] +Cell[12,12] 1.818956527859e-05 [GeV] +Cell[11,39] 0.0008477664064485 [GeV] +Cell[10,11] 0.0021245603448031 [GeV] +Cell[15,21] 1.7564707261045e-05 [GeV] +Cell[11,14] 5.8383380237501e-06 [GeV] +Cell[10,9] 2.7098267423753e-08 [GeV] +Cell[10,8] 7.4429520964259e-09 [GeV] +Cell[10,10] 7.2632406435105e-06 [GeV] +Cell[10,15] 0.0014603123838482 [GeV] +Cell[18,18] 3.3948143856833e-05 [GeV] +Cell[17,42] 3.6141997843515e-06 [GeV] +Cell[14,15] 0.00018729560359964 [GeV] +Cell[10,6] 2.2656923916657e-05 [GeV] +Cell[13,15] 0.001885942545984 [GeV] +Cell[14,18] 0.00069758904705304 [GeV] +Cell[13,17] 9.7155090484989e-05 [GeV] +Cell[12,11] 4.0004558104556e-06 [GeV] +Cell[10,45] 9.6042640507221e-13 [GeV] +Cell[17,30] 0.00049354375980511 [GeV] +### Total energy deposition in calorimeter by a source track in 84 cells : 0.25101233087894 (GeV) Source track ID 6615 (gamma,0.094503470007519[GeV]) at (318.0714252155,385.78565092727,-1059.6705639457) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,42] 0.00028450125877875 [GeV] -Cell[4,6] 0.087718684322431 [GeV] -Cell[4,7] 0.0059892855163085 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.093992471097519 (GeV) +Cell[6,34] 0.00039625567720217 [GeV] +Cell[1,38] 0.00052898274332884 [GeV] +Cell[0,39] 6.2269000073867e-05 [GeV] +Cell[0,20] 0.00051099891 [GeV] +Cell[0,12] 0.00051006308395628 [GeV] +Cell[2,23] 0.00032722945507307 [GeV] +Cell[2,36] 0.00051099891 [GeV] +Cell[5,1] 0.0011418226154338 [GeV] +Cell[1,17] 0.0017579009354448 [GeV] +Cell[4,7] 0.011732872637663 [GeV] +Cell[4,6] 0.046581653844241 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.064061047812417 (GeV) Source track ID 6579 (pi+,0.33210225348173[GeV]) at (217.54645859775,450.19277909755,-1605.7945856355) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,36] 0.00055336914196381 [GeV] -Cell[7,37] 0.00055832178705393 [GeV] -Cell[4,6] 0.0021706380936861 [GeV] -Cell[5,30] 1.9790781494521e-05 [GeV] -Cell[5,31] 0.028219544115958 [GeV] -Cell[3,19] 2.7682446784638e-08 [GeV] -Cell[3,46] 0.0014452726147731 [GeV] -Cell[2,47] 0.0022743548893249 [GeV] -Cell[2,28] 0.0001150827188394 [GeV] -Cell[1,8] 0.027138702349015 [GeV] -Cell[2,8] 0.001505818320324 [GeV] -Cell[4,10] 0.0011803380367285 [GeV] -Cell[2,30] 0.0013761449170245 [GeV] -Cell[0,13] 3.831643180456e-05 [GeV] -Cell[2,3] 0.009455426375223 [GeV] -Cell[2,2] 0.093193277514543 [GeV] -Cell[1,15] 1.3734234380536e-07 [GeV] -Cell[2,19] 0.00044093542723999 [GeV] -Cell[2,18] 5.5675433207625e-05 [GeV] -Cell[3,27] 8.4035593026783e-06 [GeV] -Cell[2,9] 0.0030991749586784 [GeV] -Cell[3,1] 1.2634686186175e-06 [GeV] -Cell[3,2] 0.00024210209782962 [GeV] -Cell[4,7] 0.00051099891 [GeV] -Cell[6,31] 1.6661706945342e-07 [GeV] -Cell[0,1] 0.0018612660366474 [GeV] -Cell[2,29] 2.7165730728939e-05 [GeV] -Cell[5,32] 0.0028636073666574 [GeV] -Cell[1,9] 0.00093189737124783 [GeV] -### Total energy deposition in calorimeter by a source track in 29 cells : 0.17928722008977 (GeV) +Cell[10,35] 2.520318957977e-08 [GeV] +Cell[3,21] 0.00014736445007668 [GeV] +Cell[6,44] 1.098021357393e-09 [GeV] +Cell[8,31] 0.0020945737757233 [GeV] +Cell[9,35] 0.00066726704536632 [GeV] +Cell[4,32] 0.00059385354478309 [GeV] +Cell[2,19] 0.000703978148327 [GeV] +Cell[3,22] 0.00035094670855312 [GeV] +Cell[2,18] 0.00059870805451101 [GeV] +Cell[10,23] 2.4080759612843e-07 [GeV] +Cell[0,6] 0.010069004808265 [GeV] +Cell[7,45] 0.00046382508359943 [GeV] +Cell[2,10] 0.001432598416478 [GeV] +Cell[2,9] 0.00015316702036819 [GeV] +Cell[0,40] 0.0016991824400926 [GeV] +Cell[0,39] 0.00023334131063314 [GeV] +Cell[0,0] 1.7457284819102e-05 [GeV] +Cell[1,4] 0.00098171587179957 [GeV] +Cell[7,44] 2.0039152559548e-09 [GeV] +Cell[1,12] 1.5733777807327e-05 [GeV] +Cell[0,1] 2.963300832198e-05 [GeV] +Cell[4,26] 2.1613431576156e-05 [GeV] +Cell[0,4] 0.0014066770069191 [GeV] +Cell[0,5] 0.0071974997349351 [GeV] +Cell[0,3] 1.7259485503018e-09 [GeV] +Cell[1,11] 0.0023017850995984 [GeV] +Cell[2,11] 0.00010215675923632 [GeV] +Cell[1,5] 0.0023835999902949 [GeV] +Cell[0,7] 0.003156722028064 [GeV] +Cell[0,8] 0.001259679459783 [GeV] +Cell[1,7] 0.0035386648111182 [GeV] +Cell[2,7] 0.0010541367279338 [GeV] +Cell[1,8] 0.057017580518404 [GeV] +Cell[2,8] 0.00019755091637853 [GeV] +Cell[1,9] 5.3183317827688e-05 [GeV] +Cell[4,24] 0.0022230563850491 [GeV] +Cell[2,12] 0.00034149182249257 [GeV] +Cell[1,10] 3.9164620146153e-05 [GeV] +Cell[5,26] 0.0012579330870281 [GeV] +Cell[6,15] 7.6815235079266e-06 [GeV] +Cell[5,23] 6.2172022880986e-06 [GeV] +Cell[5,25] 4.4683831674774e-09 [GeV] +Cell[4,25] 1.4690983694436e-05 [GeV] +Cell[5,15] 3.8502729439642e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 44 cells : 0.10387221421229 (GeV) Source track ID 6580 (pi-,0.6147465153986[GeV]) at (85.195281082229,492.6883031708,-890.0827129045) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[2,14] 0.002624709291568 [GeV] -Cell[2,13] 0.00099653583536785 [GeV] -Cell[3,13] 0.0021740316361823 [GeV] -Cell[3,8] 1.1427408708187e-09 [GeV] -Cell[5,11] 0.029492344265944 [GeV] -Cell[5,10] 0.077659533250682 [GeV] -Cell[3,14] 0.0067587883466463 [GeV] -Cell[2,8] 7.3263436206616e-11 [GeV] -Cell[2,12] 0.0035141705242696 [GeV] -Cell[3,10] 0.00094201994826358 [GeV] -Cell[3,9] 0.0004703028667692 [GeV] -Cell[3,11] 0.0028671307366789 [GeV] -Cell[3,12] 0.1907841283844 [GeV] -Cell[2,11] 0.00056059420807969 [GeV] -Cell[2,10] 0.0047818980648729 [GeV] -Cell[4,11] 0.17089678610464 [GeV] -Cell[4,12] 0.030506709662477 [GeV] -Cell[2,9] 0.00032677227981628 [GeV] -Cell[4,14] 0.0012113180007793 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.52656777462344 (GeV) +Cell[4,28] 3.0650682509759e-06 [GeV] +Cell[2,32] 0.0020652732395009 [GeV] +Cell[2,31] 2.4117124332747e-05 [GeV] +Cell[7,23] 0.0032138325681124 [GeV] +Cell[7,22] 0.0017488933064659 [GeV] +Cell[4,27] 6.2285167928167e-08 [GeV] +Cell[6,46] 2.8526992537081e-09 [GeV] +Cell[4,14] 0.00097899803145788 [GeV] +Cell[6,8] 4.5538763515651e-10 [GeV] +Cell[9,18] 6.0290489665931e-05 [GeV] +Cell[10,18] 0.0017299277622988 [GeV] +Cell[5,9] 0.010983547810818 [GeV] +Cell[5,10] 0.0091939370297651 [GeV] +Cell[5,11] 0.066419650975156 [GeV] +Cell[5,12] 0.0068634554306054 [GeV] +Cell[7,41] 0.00059962310468984 [GeV] +Cell[6,23] 0.010416086026862 [GeV] +Cell[9,20] 1.7758090310963e-05 [GeV] +Cell[12,36] 4.471440181419e-06 [GeV] +Cell[6,4] 8.0751109635457e-08 [GeV] +Cell[4,16] 3.5745906643569e-08 [GeV] +Cell[6,9] 1.0845251381397e-09 [GeV] +Cell[2,30] 1.5317717584367e-06 [GeV] +Cell[5,7] 7.1987813730175e-05 [GeV] +Cell[5,8] 0.0013376142229679 [GeV] +Cell[2,5] 1.0982041658281e-09 [GeV] +Cell[5,16] 3.3788256087064e-07 [GeV] +Cell[2,6] 0.00070847913777709 [GeV] +Cell[9,19] 0.00034870022166035 [GeV] +Cell[6,22] 0.0041087724546987 [GeV] +Cell[5,13] 0.0064606918969037 [GeV] +Cell[5,14] 1.4687683880084e-06 [GeV] +Cell[6,13] 5.625117541058e-06 [GeV] +Cell[3,9] 0.00042475240337421 [GeV] +Cell[3,10] 0.006910708074015 [GeV] +Cell[7,24] 2.9125457018381e-05 [GeV] +Cell[7,19] 0.0028216752302595 [GeV] +Cell[7,18] 1.1500573145895e-07 [GeV] +Cell[0,43] 2.6320194563596e-05 [GeV] +Cell[6,18] 0.00015269792798745 [GeV] +Cell[1,35] 7.407508447136e-05 [GeV] +Cell[7,21] 0.00011861952222296 [GeV] +Cell[8,21] 0.00064778903389686 [GeV] +Cell[4,12] 0.011156783314233 [GeV] +Cell[4,11] 0.0027786484252024 [GeV] +Cell[0,34] 1.7461146865116e-07 [GeV] +Cell[4,13] 0.016624351123067 [GeV] +Cell[2,33] 0.00059706170473191 [GeV] +Cell[1,32] 8.1338460295228e-05 [GeV] +Cell[7,20] 0.010158546765764 [GeV] +Cell[4,37] 1.7342762439512e-05 [GeV] +Cell[14,11] 4.8510107735638e-06 [GeV] +Cell[15,11] 1.9661047427007e-05 [GeV] +Cell[15,12] 0.00030064753285228 [GeV] +Cell[6,19] 0.003301853734989 [GeV] +Cell[8,20] 0.0065832256443314 [GeV] +Cell[6,21] 1.3391578204391e-07 [GeV] +Cell[7,40] 1.0587204680746e-05 [GeV] +Cell[7,39] 9.8180520581082e-08 [GeV] +Cell[4,7] 6.0710920365636e-06 [GeV] +Cell[3,28] 4.1046701208415e-05 [GeV] +Cell[3,8] 2.4382192482221e-05 [GeV] +Cell[6,12] 0.00016174813473083 [GeV] +Cell[6,47] 5.3603215860676e-08 [GeV] +Cell[7,15] 0.0021159734330884 [GeV] +Cell[4,8] 0.0010559824609816 [GeV] +Cell[4,9] 0.00094984951619415 [GeV] +Cell[4,10] 0.00011930563501153 [GeV] +Cell[6,20] 0.0041940361066667 [GeV] +Cell[10,17] 9.1138501393289e-06 [GeV] +Cell[3,30] 0.0010627139854231 [GeV] +Cell[1,34] 2.1096166134271e-05 [GeV] +Cell[0,35] 6.4795236767168e-08 [GeV] +Cell[5,20] 0.0012973212558704 [GeV] +Cell[5,21] 2.0554881575663e-07 [GeV] +Cell[4,15] 1.5879380890397e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 76 cells : 0.20128434828969 (GeV) Source track ID 4935 (pi+,0.42347731427679[GeV]) at (-380.75765731985,324.07345832743,-1080.2669933495) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,17] 0.10724630707217 [GeV] -Cell[4,18] 0.089941307883623 [GeV] -Cell[3,17] 0.029603433859585 [GeV] -Cell[4,16] 0.0033256169612419 [GeV] -Cell[3,16] 0.086180539410698 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.31629720518732 (GeV) +Cell[5,43] 5.7747142855078e-06 [GeV] +Cell[5,9] 0.0018126234642424 [GeV] +Cell[5,10] 0.0095766820747377 [GeV] +Cell[5,11] 0.00010977533655785 [GeV] +Cell[6,23] 0.0013665842239977 [GeV] +Cell[10,40] 7.4499203474261e-06 [GeV] +Cell[3,17] 0.02400906574248 [GeV] +Cell[3,16] 1.1817023391814e-08 [GeV] +Cell[3,18] 0.0069498742368056 [GeV] +Cell[3,37] 0.00031709214085197 [GeV] +Cell[10,41] 4.2410993191879e-06 [GeV] +Cell[12,34] 7.0587986556347e-06 [GeV] +Cell[4,18] 0.12297844929464 [GeV] +Cell[5,17] 3.6403653211892e-09 [GeV] +Cell[4,17] 0.060482785661671 [GeV] +Cell[4,16] 0.0015618649271836 [GeV] +Cell[6,9] 1.7003831089824e-09 [GeV] +Cell[5,7] 0.0014260020713059 [GeV] +Cell[5,8] 0.078003894122278 [GeV] +Cell[5,16] 1.703184392909e-06 [GeV] +Cell[5,6] 6.753547138544e-05 [GeV] +Cell[6,22] 0.00076943584202229 [GeV] +Cell[5,5] 1.1462358525023e-06 [GeV] +Cell[13,44] 0.00033115989878775 [GeV] +Cell[13,45] 6.1903847381473e-11 [GeV] +Cell[14,44] 0.0001272493678639 [GeV] +Cell[14,0] 8.4668683703057e-06 [GeV] +Cell[6,6] 0.00037121901458147 [GeV] +Cell[6,7] 1.2545685720397e-05 [GeV] +Cell[4,7] 1.4590314240195e-06 [GeV] +Cell[5,44] 0.00025391817441562 [GeV] +Cell[5,15] 3.8854750528117e-11 [GeV] +Cell[4,10] 0.00044725337092743 [GeV] +### Total energy deposition in calorimeter by a source track in 33 cells : 0.31101232723363 (GeV) Source track ID 6547 (pi-,0.49373714187556[GeV]) at (313.38679177164,-389.60071707208,-965.99030594409) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,26] 0.0051519450971965 [GeV] -Cell[5,33] 6.034219119465e-05 [GeV] -Cell[5,41] 0.050421020978694 [GeV] -Cell[5,40] 9.1767990088556e-06 [GeV] -Cell[3,42] 0.00092458969927395 [GeV] -Cell[3,41] 0.00072084940728336 [GeV] -Cell[4,43] 0.0022715646829885 [GeV] -Cell[4,42] 0.15199336155334 [GeV] -Cell[3,47] 0.021353350995606 [GeV] -Cell[4,44] 3.0038963304833e-06 [GeV] -Cell[3,45] 3.5380889312364e-07 [GeV] -Cell[2,46] 0.00077283553239636 [GeV] -Cell[2,43] 0.0022230507428097 [GeV] -Cell[4,40] 6.4503840695807e-06 [GeV] -Cell[2,34] 8.7390522719488e-07 [GeV] -Cell[3,46] 1.9325480330735e-05 [GeV] -Cell[5,15] 0.00029288421013018 [GeV] -Cell[6,15] 0.00078828741045595 [GeV] -Cell[2,47] 0.0036865760016687 [GeV] -Cell[2,0] 0.00056996307415966 [GeV] -Cell[3,0] 8.0693570959056e-06 [GeV] -Cell[2,1] 2.1308677699267e-05 [GeV] -Cell[4,41] 0.09274521547875 [GeV] -Cell[4,47] 0.00021159508252333 [GeV] -Cell[3,12] 9.3175971123856e-06 [GeV] -Cell[5,39] 0.00062948294377827 [GeV] -Cell[1,12] 1.8722470093053e-05 [GeV] -Cell[3,27] 9.9595410028996e-05 [GeV] -Cell[1,11] 0.0013972457775988 [GeV] -Cell[2,41] 0.0011657635695681 [GeV] -Cell[0,12] 0.00026111405653319 [GeV] -Cell[0,8] 0.0014646073576585 [GeV] -Cell[0,9] 0.0016449172883023 [GeV] -Cell[3,24] 1.3683544239029e-08 [GeV] -Cell[3,1] 4.8453392764713e-09 [GeV] -Cell[3,25] 0.0001743842921054 [GeV] -Cell[6,16] 0.00084081902327102 [GeV] -Cell[6,17] 0.00030839331881623 [GeV] -Cell[1,10] 5.4765626846347e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 39 cells : 0.34227585264356 (GeV) +Cell[4,0] 1.6440529871034e-05 [GeV] +Cell[5,40] 0.0010845537208237 [GeV] +Cell[4,39] 0.00044640136696296 [GeV] +Cell[2,42] 0.00010022897569775 [GeV] +Cell[4,44] 5.154458917616e-05 [GeV] +Cell[4,38] 3.8228458640674e-05 [GeV] +Cell[4,45] 6.3020154811966e-07 [GeV] +Cell[3,42] 1.0508199672927e-05 [GeV] +Cell[2,43] 9.4381334017385e-05 [GeV] +Cell[2,45] 0.00096272490297497 [GeV] +Cell[3,44] 0.008096452690239 [GeV] +Cell[4,43] 0.0012092928751081 [GeV] +Cell[3,43] 0.0021875973409991 [GeV] +Cell[4,40] 0.065992079176405 [GeV] +Cell[2,44] 0.0090306731439666 [GeV] +Cell[3,45] 0.005669689163089 [GeV] +Cell[1,43] 0.00076660297119656 [GeV] +Cell[4,26] 3.8480378862005e-06 [GeV] +Cell[2,25] 0.00046020798315385 [GeV] +Cell[2,24] 1.2000236266317e-05 [GeV] +Cell[4,12] 0.0023048502316668 [GeV] +Cell[4,37] 0.00080358599879673 [GeV] +Cell[4,41] 0.14885520874358 [GeV] +Cell[6,6] 1.3240003609098e-06 [GeV] +Cell[5,41] 0.051873696459136 [GeV] +Cell[4,42] 0.041006159247752 [GeV] +### Total energy deposition in calorimeter by a source track in 26 cells : 0.34107891057899 (GeV) Source track ID 6548 (pi+,1.8609253944214[GeV]) at (-197.3324697316,459.41255575967,-618.37689661633) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,39] 0.0013094833728892 [GeV] -Cell[6,13] 0.0010364866902264 [GeV] -Cell[6,14] 0.15047293174363 [GeV] -Cell[7,40] 0.00087105350023626 [GeV] -Cell[5,12] 2.4405143476883e-05 [GeV] -Cell[11,29] 0.00024840292576118 [GeV] -Cell[6,18] 0.0017742280365484 [GeV] -Cell[7,39] 0.0069885843717189 [GeV] -Cell[7,38] 0.0014954015084572 [GeV] -Cell[9,20] 1.1569632052669e-05 [GeV] -Cell[9,46] 5.4132307241161e-09 [GeV] -Cell[5,14] 0.21813917329126 [GeV] -Cell[2,13] 4.0611485019326e-10 [GeV] -Cell[6,37] 0.0041016012430218 [GeV] -Cell[6,38] 0.0028778620330073 [GeV] -Cell[5,17] 0.0023022055657609 [GeV] -Cell[3,13] 0.00010368896304396 [GeV] -Cell[3,19] 0.0064933174369933 [GeV] -Cell[5,11] 0.000178560058691 [GeV] -Cell[5,20] 4.8737475879079e-07 [GeV] -Cell[11,31] 0.00051349102287734 [GeV] -Cell[11,32] 1.6091507859528e-10 [GeV] -Cell[11,30] 0.00086995339208033 [GeV] -Cell[5,16] 0.0020374410995185 [GeV] -Cell[5,15] 0.02604080271899 [GeV] -Cell[6,15] 0.059161192344337 [GeV] -Cell[5,18] 0.0060078089266639 [GeV] -Cell[4,17] 0.017071366092072 [GeV] -Cell[4,18] 0.046332131468408 [GeV] -Cell[3,14] 0.016096958871336 [GeV] -Cell[10,29] 2.5838118919637e-05 [GeV] -Cell[5,13] 0.00094682992758283 [GeV] -Cell[2,17] 9.4546049808741e-08 [GeV] -Cell[3,17] 0.0022243746696738 [GeV] -Cell[10,31] 1.1074488952545e-07 [GeV] -Cell[10,30] 0.00016781073397715 [GeV] -Cell[10,22] 1.7645161482505e-05 [GeV] -Cell[3,15] 0.005950967972158 [GeV] -Cell[3,10] 0.0016298437923345 [GeV] -Cell[4,10] 0.015566181214679 [GeV] -Cell[4,9] 1.7345882952213e-11 [GeV] -Cell[3,11] 0.0013932962986103 [GeV] -Cell[3,12] 0.0013808851391746 [GeV] -Cell[2,11] 1.1320072618219e-05 [GeV] -Cell[4,11] 0.0069339467706492 [GeV] -Cell[4,12] 0.0084929715989181 [GeV] -Cell[2,16] 2.6023909072137e-07 [GeV] -Cell[8,46] 0.00075153303641832 [GeV] -Cell[4,19] 0.00073449989470259 [GeV] -Cell[4,16] 0.0035085384117042 [GeV] -Cell[4,20] 0.00045126621096483 [GeV] -Cell[3,20] 6.9018905051053e-06 [GeV] -Cell[3,18] 0.0017368892925207 [GeV] -Cell[4,21] 9.9785567550498e-05 [GeV] -Cell[10,21] 0.00073217026860727 [GeV] -Cell[3,16] 0.00099114090976207 [GeV] -Cell[9,21] 0.00017508283865561 [GeV] -Cell[4,14] 0.57117117632788 [GeV] -Cell[6,17] 3.6773903616449e-08 [GeV] -Cell[4,15] 0.051096292322653 [GeV] -Cell[4,13] 0.0027402109920209 [GeV] -### Total energy deposition in calorimeter by a source track in 61 cells : 1.2514984965641 (GeV) +Cell[7,9] 5.8030559467966e-05 [GeV] +Cell[7,10] 0.00016431949480648 [GeV] +Cell[8,11] 1.3033141294727e-05 [GeV] +Cell[7,12] 2.0636433715708e-06 [GeV] +Cell[8,13] 1.3185152696678e-05 [GeV] +Cell[7,11] 1.067272170792e-05 [GeV] +Cell[9,17] 1.348737346234e-07 [GeV] +Cell[7,46] 0.00018787836794036 [GeV] +Cell[8,12] 0.0015849261559028 [GeV] +Cell[6,29] 1.7450656741858e-09 [GeV] +Cell[3,33] 1.8116611499863e-10 [GeV] +Cell[7,35] 0.00056684373090366 [GeV] +Cell[7,13] 0.0072071178713079 [GeV] +Cell[8,14] 0.0060105519511019 [GeV] +Cell[6,41] 4.1554932715826e-07 [GeV] +Cell[6,42] 0.00015667900231335 [GeV] +Cell[6,14] 1.0028188421421 [GeV] +Cell[11,29] 0.00077527407352454 [GeV] +Cell[11,22] 0.00088635061916625 [GeV] +Cell[12,21] 8.3884401647083e-11 [GeV] +Cell[11,21] 1.6906205590885e-06 [GeV] +Cell[5,9] 2.6922458427748e-05 [GeV] +Cell[5,11] 1.3777701042272e-09 [GeV] +Cell[5,12] 0.00010984320670207 [GeV] +Cell[6,43] 1.4944359078299e-06 [GeV] +Cell[5,19] 0.00023340126721632 [GeV] +Cell[8,15] 0.0009743710962299 [GeV] +Cell[6,17] 0.01708279504761 [GeV] +Cell[10,16] 0.0029716830859589 [GeV] +Cell[6,40] 0.0010116834296562 [GeV] +Cell[1,18] 9.6318410096728e-05 [GeV] +Cell[10,38] 0.00028833863932778 [GeV] +Cell[12,37] 7.9932529265534e-06 [GeV] +Cell[5,18] 6.9138628896326e-07 [GeV] +Cell[5,17] 0.0012693962499786 [GeV] +Cell[6,30] 1.987165567698e-06 [GeV] +Cell[0,18] 0.00061145439528559 [GeV] +Cell[2,9] 6.37642738875e-05 [GeV] +Cell[6,38] 6.5964555251412e-06 [GeV] +Cell[5,8] 3.7368244375102e-07 [GeV] +Cell[2,34] 0.00073127639006236 [GeV] +Cell[5,16] 0.00024324609276391 [GeV] +Cell[3,34] 6.3178836148836e-07 [GeV] +Cell[2,41] 1.5945306484355e-05 [GeV] +Cell[8,18] 0.00027829034127899 [GeV] +Cell[5,13] 8.6815768463566e-07 [GeV] +Cell[5,14] 0.00063991066427582 [GeV] +Cell[6,13] 0.010274273014032 [GeV] +Cell[7,19] 0.00022639342515868 [GeV] +Cell[7,18] 0.0034995746432128 [GeV] +Cell[6,18] 0.0016860608306964 [GeV] +Cell[6,39] 3.7245943967719e-06 [GeV] +Cell[6,11] 1.5892791220722e-06 [GeV] +Cell[7,14] 0.0018374790430724 [GeV] +Cell[11,38] 1.9673670976772e-09 [GeV] +Cell[6,1] 0.00080068193055956 [GeV] +Cell[0,17] 0.00033118813029591 [GeV] +Cell[4,35] 4.7834089931484e-06 [GeV] +Cell[2,33] 6.1424399445968e-05 [GeV] +Cell[9,14] 0.017595315137759 [GeV] +Cell[6,3] 1.7792145407611e-06 [GeV] +Cell[6,5] 0.0028821781027103 [GeV] +Cell[4,36] 0.00023990064573718 [GeV] +Cell[3,26] 0.00080161631368719 [GeV] +Cell[6,16] 0.0072226160607151 [GeV] +Cell[15,17] 3.4335301961619e-09 [GeV] +Cell[10,13] 4.6702056124559e-09 [GeV] +Cell[14,17] 4.8862582082165e-07 [GeV] +Cell[13,37] 6.9835601607338e-08 [GeV] +Cell[13,38] 0.0001460199376323 [GeV] +Cell[11,40] 0.0014864102462612 [GeV] +Cell[9,16] 7.1719807692716e-10 [GeV] +Cell[11,39] 0.0010664958101457 [GeV] +Cell[6,15] 0.13323597483323 [GeV] +Cell[6,19] 0.00068084221626577 [GeV] +Cell[12,38] 1.2843062734191e-07 [GeV] +Cell[10,15] 1.1703877323725e-06 [GeV] +Cell[9,15] 0.010502029986875 [GeV] +Cell[8,20] 3.4334360359935e-05 [GeV] +Cell[7,17] 0.0092128467776327 [GeV] +Cell[10,14] 1.0359719475446e-06 [GeV] +Cell[7,16] 0.0042893688118043 [GeV] +Cell[8,17] 0.0010584518840709 [GeV] +Cell[7,40] 2.0833517055507e-08 [GeV] +Cell[7,39] 9.905536135193e-07 [GeV] +Cell[6,28] 3.6621349863708e-10 [GeV] +Cell[14,18] 6.5822387114167e-09 [GeV] +Cell[9,41] 0.00056921754987411 [GeV] +Cell[6,12] 0.0034773391866001 [GeV] +Cell[5,42] 0.00088939610713794 [GeV] +Cell[5,15] 0.0033464356263763 [GeV] +Cell[7,15] 0.002396529612471 [GeV] +Cell[6,20] 0.00015163454939659 [GeV] +Cell[4,42] 0.00026183099270986 [GeV] +### Total energy deposition in calorimeter by a source track in 94 cells : 1.2674069487777 (GeV) Source track ID 6545 (gamma,1.5112205487345[GeV]) at (-499.81457200858,13.615932133936,-1633.5784623622) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,39] 0.00032173362999139 [GeV] -Cell[6,40] 0.00051099891 [GeV] -Cell[0,30] 0.00030908169922925 [GeV] -Cell[4,8] 0.00051099891 [GeV] -Cell[0,23] 0.013941850199039 [GeV] -Cell[0,41] 0.00035979504178102 [GeV] -Cell[1,26] 0.00046966536720995 [GeV] -Cell[3,42] 0.0018093267341672 [GeV] -Cell[4,42] 0.00042582047395411 [GeV] -Cell[3,45] 0.00099518923930007 [GeV] -Cell[2,34] 0.00056985399154399 [GeV] -Cell[1,33] 0.00042786229903933 [GeV] -Cell[2,33] 0.00051099891 [GeV] -Cell[3,46] 0.00051099891 [GeV] -Cell[4,18] 0.000183112763564 [GeV] -Cell[1,22] 0.00051099891 [GeV] -Cell[1,6] 0.0053696950670177 [GeV] -Cell[1,25] 0.00027673437679895 [GeV] -Cell[0,40] 0.00051099891 [GeV] -Cell[0,39] 0.00060069152492705 [GeV] -Cell[2,10] 0.00025409415579954 [GeV] -Cell[1,32] 0.0015136151566221 [GeV] -Cell[0,13] 0.00056215898994702 [GeV] -Cell[1,23] 1.3873104685208 [GeV] -Cell[1,24] 0.062527270918308 [GeV] -Cell[1,17] 0.0005784946467386 [GeV] -Cell[2,19] 0.00082165215107004 [GeV] -Cell[1,12] 0.00051099891 [GeV] -Cell[1,11] 0.00042850374585478 [GeV] -Cell[1,3] 0.00034226370332674 [GeV] -Cell[0,15] 0.00088777784142763 [GeV] -Cell[2,29] 0.0015119821460181 [GeV] -Cell[1,10] 0.0011141549981479 [GeV] -Cell[0,33] 8.3136610960666e-05 [GeV] -Cell[1,39] 0.00071824678568973 [GeV] -Cell[1,37] 0.0017633400292982 [GeV] -### Total energy deposition in calorimeter by a source track in 36 cells : 1.4900545651776 (GeV) +Cell[0,23] 0.015882175806313 [GeV] +Cell[3,33] 0.00027744037464787 [GeV] +Cell[0,16] 0.0012483993982399 [GeV] +Cell[1,20] 0.00067225809762486 [GeV] +Cell[0,13] 0.0010478819981536 [GeV] +Cell[0,24] 0.0028961585642212 [GeV] +Cell[0,6] 0.0025011753034821 [GeV] +Cell[0,21] 0.00051099891 [GeV] +Cell[4,45] 0.00033909298858248 [GeV] +Cell[3,42] 0.0011209828811655 [GeV] +Cell[2,43] 0.0012984177421036 [GeV] +Cell[0,22] 0.0016801597192952 [GeV] +Cell[1,22] 0.0027863757104942 [GeV] +Cell[1,23] 1.3483090062401 [GeV] +Cell[2,9] 0.0028362556355665 [GeV] +Cell[2,45] 0.00051099891 [GeV] +Cell[1,38] 0.00252739155801 [GeV] +Cell[1,21] 0.00010609694067178 [GeV] +Cell[2,5] 0.00050281293345203 [GeV] +Cell[3,34] 0.0028888156963409 [GeV] +Cell[2,40] 0.00034489473125663 [GeV] +Cell[1,24] 0.06455762068439 [GeV] +Cell[1,41] 0.0012945829258326 [GeV] +Cell[1,25] 0.0038601268246097 [GeV] +Cell[2,3] 0.00039157756324393 [GeV] +Cell[0,7] 0.0023049001174105 [GeV] +Cell[14,47] 0.00051099891 [GeV] +Cell[4,6] 0.00040076303159679 [GeV] +Cell[3,8] 0.0019477638208107 [GeV] +### Total energy deposition in calorimeter by a source track in 29 cells : 1.4655561240176 (GeV) Source track ID 6546 (gamma,2.1679106429722[GeV]) at (-488.39602862484,-107.0949075516,-1544.056680309) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,7] 0.0010307092632855 [GeV] -Cell[9,7] 0.00029432469797155 [GeV] -Cell[6,6] 0.00026792537827243 [GeV] -Cell[0,30] 0.00046795503555575 [GeV] -Cell[4,8] 0.00051099891 [GeV] -Cell[6,19] 0.00051099891 [GeV] -Cell[2,14] 0.0009191999507543 [GeV] -Cell[1,26] 0.042992982008375 [GeV] -Cell[0,31] 0.0026787903121909 [GeV] -Cell[3,45] 0.005134136268381 [GeV] -Cell[2,44] 0.0010106208156546 [GeV] -Cell[3,39] 0.00053569646890886 [GeV] -Cell[1,36] 0.0098294109701624 [GeV] -Cell[9,39] 0.00038772891657955 [GeV] -Cell[0,36] 0.00081497889335641 [GeV] -Cell[1,25] 0.34437016453744 [GeV] -Cell[2,12] 0.00081228397464652 [GeV] -Cell[2,11] 0.00027977546433048 [GeV] -Cell[6,45] 0.00048863683622114 [GeV] -Cell[3,6] 0.00075414521418459 [GeV] -Cell[0,43] 0.001911489678153 [GeV] -Cell[1,24] 0.012549890905221 [GeV] -Cell[1,18] 0.00051099891 [GeV] -Cell[2,9] 0.00051099891 [GeV] -Cell[2,24] 0.0019283545100905 [GeV] -Cell[2,26] 0.012173491751299 [GeV] -Cell[2,25] 1.6435095071061 [GeV] -Cell[3,7] 0.00054309132100723 [GeV] -Cell[1,47] 0.0030994651852401 [GeV] -Cell[0,1] 0.0034114484393544 [GeV] -Cell[1,44] 0.0013343992689916 [GeV] -Cell[1,10] 0.00050503559316339 [GeV] -Cell[0,33] 0.00016068311772744 [GeV] -Cell[9,2] 0.0021210307093958 [GeV] -Cell[1,38] 0.0058545649819959 [GeV] -Cell[0,34] 0.001331358688034 [GeV] -Cell[1,1] 0.00040529376991114 [GeV] -### Total energy deposition in calorimeter by a source track in 37 cells : 2.1059525656719 (GeV) +Cell[2,32] 0.00051099891 [GeV] +Cell[6,46] 0.00033515368967421 [GeV] +Cell[5,9] 0.00033230425287397 [GeV] +Cell[3,47] 0.00062376200001064 [GeV] +Cell[3,42] 0.00062399239435044 [GeV] +Cell[7,45] 0.00041482179775872 [GeV] +Cell[1,23] 0.0048146469430597 [GeV] +Cell[2,9] 0.0003780798389504 [GeV] +Cell[1,37] 0.00051099891 [GeV] +Cell[1,39] 0.0013991043051962 [GeV] +Cell[2,26] 0.023649311811492 [GeV] +Cell[3,43] 0.0008473153977831 [GeV] +Cell[2,34] 0.0007786037235121 [GeV] +Cell[3,34] 0.00051099891 [GeV] +Cell[0,12] 0.00074999290187065 [GeV] +Cell[0,30] 0.0014564970241111 [GeV] +Cell[2,41] 0.00037015468944786 [GeV] +Cell[1,19] 0.00064677798024518 [GeV] +Cell[1,24] 0.015720376845946 [GeV] +Cell[3,31] 0.0010112627941327 [GeV] +Cell[0,43] 0.00068408522847144 [GeV] +Cell[1,25] 0.43957960015943 [GeV] +Cell[0,36] 0.00051099891 [GeV] +Cell[0,2] 0.00036679538544362 [GeV] +Cell[1,3] 0.00099831561296596 [GeV] +Cell[2,3] 0.0026122275026801 [GeV] +Cell[2,25] 1.6010885069815 [GeV] +Cell[2,24] 0.0042283532692322 [GeV] +Cell[1,27] 0.0012455202322456 [GeV] +Cell[2,8] 0.00061883561846437 [GeV] +Cell[1,10] 0.00051099891 [GeV] +Cell[2,13] 0.0012620291266371 [GeV] +Cell[1,26] 0.017068453855194 [GeV] +Cell[2,14] 0.00067211396718948 [GeV] +Cell[0,35] 0.00093431155385978 [GeV] +Cell[4,15] 0.00094171103900649 [GeV] +Cell[5,37] 0.0014713882562629 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 2.130479400729 (GeV) Source track ID 6516 (pi-,0.39150497770041[GeV]) at (-225.03849516087,446.49487756942,-1627.2023065678) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,6] 8.9528025827121e-06 [GeV] -Cell[7,7] 0.00057966918502405 [GeV] -Cell[7,4] 0.001101207716728 [GeV] -Cell[0,29] 0.00014495932897148 [GeV] -Cell[4,26] 0.00042205925783924 [GeV] -Cell[6,18] 1.1125483812066e-05 [GeV] -Cell[7,16] 0.00074427128511888 [GeV] -Cell[2,14] 0.00038163701414589 [GeV] -Cell[0,17] 2.6388756086817e-05 [GeV] -Cell[5,41] 1.204486202937e-06 [GeV] -Cell[0,26] 0.00078550916314285 [GeV] -Cell[3,39] 1.252473963541e-05 [GeV] -Cell[2,34] 0.0017327482165794 [GeV] -Cell[7,15] 2.6218540483569e-08 [GeV] -Cell[1,8] 0.00017485312133476 [GeV] -Cell[7,3] 1.9959124096204e-05 [GeV] -Cell[1,22] 0.0005398763478164 [GeV] -Cell[1,21] 3.3159164828248e-05 [GeV] -Cell[1,20] 2.9691815114347e-05 [GeV] -Cell[0,25] 1.984272597474e-05 [GeV] -Cell[0,27] 0.00075941968370967 [GeV] -Cell[1,27] 0.00040600595945057 [GeV] -Cell[2,16] 0.0014050761379658 [GeV] -Cell[0,13] 1.0730123089161e-05 [GeV] -Cell[2,39] 9.5365497109015e-06 [GeV] -Cell[1,14] 2.2773820586735e-05 [GeV] -Cell[1,16] 0.00026403118137091 [GeV] -Cell[0,14] 0.0045137944921632 [GeV] -Cell[1,15] 0.10534184181737 [GeV] -Cell[1,18] 0.00061943780572824 [GeV] -Cell[1,17] 0.0022148316554772 [GeV] -Cell[2,18] 2.3463541007231e-06 [GeV] -Cell[3,38] 0.00025021896722717 [GeV] -Cell[2,15] 0.00018111388604655 [GeV] -Cell[2,22] 4.1487709892749e-05 [GeV] -Cell[2,23] 7.0997618604451e-06 [GeV] -Cell[0,15] 0.00033968670944876 [GeV] -Cell[1,9] 9.5663355281772e-05 [GeV] -Cell[1,10] 0.00099202408130495 [GeV] -Cell[0,16] 7.0299117971445e-05 [GeV] -Cell[2,38] 0.0001702250872404 [GeV] -Cell[0,28] 2.7799546864117e-05 [GeV] -Cell[1,7] 2.2435272154553e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.12451735328465 (GeV) +Cell[5,34] 0.002265786921171 [GeV] +Cell[6,34] 1.3832089757329e-05 [GeV] +Cell[5,33] 9.6830514661178e-05 [GeV] +Cell[11,32] 0.0002857386383704 [GeV] +Cell[11,30] 0.0041170599224792 [GeV] +Cell[0,16] 0.0065786828259818 [GeV] +Cell[2,17] 0.001278135828732 [GeV] +Cell[7,27] 7.9034361988306e-10 [GeV] +Cell[0,14] 0.00083823513388324 [GeV] +Cell[3,37] 8.4983184933662e-12 [GeV] +Cell[3,35] 8.9860986918211e-09 [GeV] +Cell[0,18] 1.2981854699319e-05 [GeV] +Cell[5,8] 0.00083403403910288 [GeV] +Cell[2,35] 0.0040068318467265 [GeV] +Cell[0,28] 0.0040255235286815 [GeV] +Cell[5,35] 0.0040208829599596 [GeV] +Cell[4,4] 0.0032970654139649 [GeV] +Cell[3,36] 0.00051843012589734 [GeV] +Cell[1,28] 8.7394137808587e-06 [GeV] +Cell[0,31] 0.0011104642697294 [GeV] +Cell[1,15] 0.10521678071929 [GeV] +Cell[1,16] 0.16910061011461 [GeV] +Cell[3,7] 0.0024084320476911 [GeV] +Cell[0,17] 0.0010337732101844 [GeV] +Cell[1,27] 0.0010881532171763 [GeV] +Cell[0,27] 4.3254055955913e-05 [GeV] +Cell[1,17] 0.00026523961899113 [GeV] +Cell[4,41] 5.7635673729237e-06 [GeV] +Cell[18,34] 5.7544523375441e-05 [GeV] +Cell[18,33] 0.0002063867873909 [GeV] +Cell[7,28] 6.1251279328189e-07 [GeV] +Cell[7,29] 1.7180836948683e-08 [GeV] +Cell[14,7] 2.5664664863143e-05 [GeV] +Cell[0,15] 0.0057308039074241 [GeV] +Cell[6,33] 0.00015276838311911 [GeV] +Cell[1,2] 1.6113033852889e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 36 cells : 0.31864668092697 (GeV) Source track ID 6493 (pi+,4.020160330579[GeV]) at (-418.43869028672,-273.69519994172,-1788.8304615362) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,28] 0.019640959685947 [GeV] -Cell[0,5] 0.001962857478071 [GeV] -Cell[0,2] 0.0046418632135461 [GeV] -Cell[0,28] 0.20587657783531 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.23212225821288 (GeV) +Cell[7,12] 3.9381057984428e-05 [GeV] +Cell[2,32] 5.9825244912645e-05 [GeV] +Cell[1,40] 0.0031947983489473 [GeV] +Cell[8,3] 0.0012231039694416 [GeV] +Cell[6,46] 5.9157366649742e-10 [GeV] +Cell[4,39] 8.3750502963085e-06 [GeV] +Cell[10,18] 0.00069693703821645 [GeV] +Cell[2,46] 3.3192927475511e-05 [GeV] +Cell[3,46] 4.7526150592603e-07 [GeV] +Cell[6,17] 5.4793743765913e-07 [GeV] +Cell[0,16] 0.0011423756638185 [GeV] +Cell[2,20] 0.0043351121532849 [GeV] +Cell[2,19] 0.00094655180628183 [GeV] +Cell[1,20] 0.0032060514189089 [GeV] +Cell[4,3] 0.00029778252951235 [GeV] +Cell[4,38] 3.1471246949877e-05 [GeV] +Cell[2,22] 2.3530440434115e-05 [GeV] +Cell[3,18] 1.5348913882463e-07 [GeV] +Cell[2,18] 2.2319763957057e-08 [GeV] +Cell[1,14] 0.0058542273447608 [GeV] +Cell[1,13] 3.7128625081095e-09 [GeV] +Cell[0,13] 0.00071070905130398 [GeV] +Cell[0,14] 0.0010711199548242 [GeV] +Cell[0,24] 0.0024373374595696 [GeV] +Cell[0,25] 0.011649530886585 [GeV] +Cell[0,6] 0.0026535933904709 [GeV] +Cell[2,30] 0.00075202719569026 [GeV] +Cell[3,42] 1.3002030085772e-05 [GeV] +Cell[5,7] 3.9261067286134e-11 [GeV] +Cell[0,19] 1.3145796227036e-05 [GeV] +Cell[0,18] 0.0021639107450735 [GeV] +Cell[1,23] 0.00079340179384963 [GeV] +Cell[2,45] 1.1258818943134e-05 [GeV] +Cell[1,38] 0.0028435497791785 [GeV] +Cell[1,37] 3.927921996933e-06 [GeV] +Cell[0,39] 0.0014757695530898 [GeV] +Cell[2,26] 0.00077252280619268 [GeV] +Cell[0,20] 0.0014955394664353 [GeV] +Cell[3,44] 0.00039798531152417 [GeV] +Cell[4,43] 0.00032808588209257 [GeV] +Cell[3,43] 0.00096369550817193 [GeV] +Cell[2,5] 0.13622995140663 [GeV] +Cell[2,4] 0.00054000421223622 [GeV] +Cell[1,4] 0.00058735695714688 [GeV] +Cell[5,16] 1.7132087610662e-05 [GeV] +Cell[0,11] 0.001575515222438 [GeV] +Cell[0,12] 0.0086029682320341 [GeV] +Cell[0,28] 1.2914682460729 [GeV] +Cell[0,30] 0.0960759410796 [GeV] +Cell[0,29] 0.036918921701931 [GeV] +Cell[2,6] 0.0013061215847956 [GeV] +Cell[2,40] 0.001093451211559 [GeV] +Cell[4,4] 0.0027547740290601 [GeV] +Cell[1,24] 0.0099922314028432 [GeV] +Cell[3,20] 0.0060033594768489 [GeV] +Cell[5,14] 2.7492410357809e-05 [GeV] +Cell[1,12] 6.1238800573847e-05 [GeV] +Cell[0,45] 9.2168962252117e-05 [GeV] +Cell[3,36] 1.2743216770446e-05 [GeV] +Cell[1,29] 0.0057222042132364 [GeV] +Cell[1,28] 0.068391813870244 [GeV] +Cell[0,43] 5.1053758943453e-06 [GeV] +Cell[0,1] 1.147302632603e-06 [GeV] +Cell[2,44] 0.00049559759492035 [GeV] +Cell[3,45] 0.0011973796514087 [GeV] +Cell[1,42] 0.00043124451306235 [GeV] +Cell[1,41] 0.00027960341069024 [GeV] +Cell[1,44] 0.0010980045842093 [GeV] +Cell[3,41] 7.1813103659224e-09 [GeV] +Cell[1,30] 0.036817820359262 [GeV] +Cell[1,25] 0.0097022939284047 [GeV] +Cell[2,0] 3.3527612686157e-11 [GeV] +Cell[0,31] 0.0052545945746691 [GeV] +Cell[0,3] 0.0029430759295691 [GeV] +Cell[1,11] 0.0014292767084361 [GeV] +Cell[2,11] 2.0415927004933e-06 [GeV] +Cell[0,36] 8.8461381096749e-08 [GeV] +Cell[0,2] 0.00036104498784039 [GeV] +Cell[1,3] 7.245434495303e-06 [GeV] +Cell[2,3] 0.0040001715541844 [GeV] +Cell[2,25] 0.0015226776256658 [GeV] +Cell[1,15] 0.0053318196221048 [GeV] +Cell[0,38] 1.500382040831e-11 [GeV] +Cell[1,8] 0.00051099891 [GeV] +Cell[1,27] 0.11075301079857 [GeV] +Cell[3,19] 0.0034382500160966 [GeV] +Cell[2,12] 4.5067541918797e-08 [GeV] +Cell[1,45] 0.00025093803860068 [GeV] +Cell[1,46] 5.110494192877e-07 [GeV] +Cell[0,26] 0.0076544964128496 [GeV] +Cell[1,26] 0.0021924174757064 [GeV] +Cell[0,27] 0.063040388185267 [GeV] +Cell[3,6] 0.0018126953741672 [GeV] +Cell[5,39] 0.00046405437916155 [GeV] +Cell[5,38] 0.0014487806758383 [GeV] +Cell[4,41] 5.110206027166e-05 [GeV] +Cell[3,3] 0.00098692435691642 [GeV] +Cell[6,6] 0.0054215251606383 [GeV] +Cell[6,7] 0.0007430117860531 [GeV] +Cell[2,27] 0.005191398504703 [GeV] +Cell[5,46] 0.0017596202595868 [GeV] +Cell[10,17] 9.5222510083204e-07 [GeV] +Cell[3,30] 0.0022332896882048 [GeV] +Cell[4,42] 0.0039668841238636 [GeV] +Cell[0,15] 0.0008850226397566 [GeV] +Cell[1,2] 0.000818427326848 [GeV] +Cell[5,47] 0.00010423982090288 [GeV] +Cell[2,29] 0.0041097695135238 [GeV] +Cell[3,29] 0.0041900593608527 [GeV] +Cell[2,28] 0.10721659385581 [GeV] +Cell[0,37] 0.0011472963663641 [GeV] +Cell[1,31] 0.0024099618610747 [GeV] +Cell[0,44] 0.00084999769717563 [GeV] +### Total energy deposition in calorimeter by a source track in 113 cells : 2.1236505725273 (GeV) Source track ID 6494 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,45] 1.7779470908863e-07 [GeV] -Cell[9,7] 8.8310393039137e-08 [GeV] -Cell[8,37] 0.0011682492355858 [GeV] -Cell[7,35] 1.7781250062399e-05 [GeV] -Cell[7,36] 9.157421202508e-05 [GeV] -Cell[8,36] 2.3918887978652e-05 [GeV] -Cell[10,44] 0.0001822054615908 [GeV] -Cell[0,30] 0.017983643798716 [GeV] -Cell[0,29] 0.28629117347224 [GeV] -Cell[8,35] 5.0699672154224e-05 [GeV] -Cell[7,34] 0.00060095527701526 [GeV] -Cell[4,39] 2.8301588230534e-05 [GeV] -Cell[4,27] 0.0014773802990984 [GeV] -Cell[5,37] 0.00078953271095884 [GeV] -Cell[5,14] 0.00030452428884894 [GeV] -Cell[1,40] 1.1634053294074e-08 [GeV] -Cell[1,0] 0.016139476912123 [GeV] -Cell[2,14] 0.00087187613410027 [GeV] -Cell[1,26] 0.0060808021390644 [GeV] -Cell[5,36] 0.00010516600830181 [GeV] -Cell[5,30] 0.0015810059093092 [GeV] -Cell[5,31] 0.0012143861093296 [GeV] -Cell[10,9] 0.0004642680469085 [GeV] -Cell[10,8] 0.00028774761781767 [GeV] -Cell[0,32] 0.017036376579985 [GeV] -Cell[0,31] 0.011112518377434 [GeV] -Cell[3,47] 2.9996619268786e-06 [GeV] -Cell[3,8] 6.4568479487207e-05 [GeV] -Cell[2,42] 0.0040697922255917 [GeV] -Cell[0,26] 0.0032755665805101 [GeV] -Cell[3,39] 1.0813430034773e-05 [GeV] -Cell[3,40] 0.00081110782211351 [GeV] -Cell[1,33] 0.00025621127725093 [GeV] -Cell[4,31] 0.00023363594764055 [GeV] -Cell[3,46] 0.00026608775531167 [GeV] -Cell[5,15] 0.00063196794040069 [GeV] -Cell[4,24] 2.94404104352e-07 [GeV] -Cell[10,37] 1.1996913759504e-05 [GeV] -Cell[3,14] 0.002549527613795 [GeV] -Cell[0,7] 7.9916163441567e-06 [GeV] -Cell[2,28] 0.0070750995033021 [GeV] -Cell[4,47] 0.00060469774492708 [GeV] -Cell[1,8] 0.00013340265600698 [GeV] -Cell[9,44] 4.1537382378465e-07 [GeV] -Cell[9,3] 0.0019300711668805 [GeV] -Cell[0,24] 3.4180993679911e-09 [GeV] -Cell[1,2] 0.00042677449788698 [GeV] -Cell[1,20] 1.5802129346412e-05 [GeV] -Cell[0,36] 0.00167231792497 [GeV] -Cell[1,19] 0.004029784683789 [GeV] -Cell[1,25] 0.0013836395190019 [GeV] -Cell[0,25] 0.0060084451035796 [GeV] -Cell[0,27] 0.16005541030804 [GeV] -Cell[1,27] 0.0038821799600466 [GeV] -Cell[2,5] 0.0020437190801693 [GeV] -Cell[3,15] 5.5698869239563e-05 [GeV] -Cell[1,29] 0.010213131582997 [GeV] -Cell[4,45] 1.2893892601596e-05 [GeV] -Cell[3,10] 0.00079982274674467 [GeV] -Cell[3,9] 2.7902835718123e-05 [GeV] -Cell[4,10] 2.678693406051e-05 [GeV] -Cell[3,11] 4.7168784658425e-07 [GeV] -Cell[2,10] 0.0016289555437908 [GeV] -Cell[2,30] 3.3261939326508e-05 [GeV] -Cell[1,31] 0.0044848816053617 [GeV] -Cell[1,32] 0.00092136478339557 [GeV] -Cell[2,39] 0.0018742426465227 [GeV] -Cell[2,40] 1.1362850602836e-07 [GeV] -Cell[4,2] 1.3014310767176e-05 [GeV] -Cell[4,16] 3.7905227563897e-06 [GeV] -Cell[5,47] 2.0580918407518e-05 [GeV] -Cell[1,23] 8.1487814895809e-10 [GeV] -Cell[2,4] 1.4029979383054e-05 [GeV] -Cell[1,43] 0.0014559308931705 [GeV] -Cell[0,43] 1.1804337264039e-06 [GeV] -Cell[0,44] 0.00050732422886108 [GeV] -Cell[1,24] 5.0260429793525e-06 [GeV] -Cell[1,42] 4.6824328717776e-05 [GeV] -Cell[1,41] 0.0010274400130163 [GeV] -Cell[1,17] 0.00011045636315248 [GeV] -Cell[4,20] 2.1088738722028e-05 [GeV] -Cell[1,28] 0.018232628362072 [GeV] -Cell[0,4] 0.00015663549282955 [GeV] -Cell[0,3] 9.7121512679223e-05 [GeV] -Cell[2,41] 0.0018421872876543 [GeV] -Cell[1,3] 0.0014638253756495 [GeV] -Cell[1,4] 0.00045736623351286 [GeV] -Cell[0,11] 0.00067414982366063 [GeV] -Cell[2,9] 4.3597398405382e-07 [GeV] -Cell[4,46] 0.0030551530917096 [GeV] -Cell[0,12] 1.8783658888424e-05 [GeV] -Cell[0,8] 0.00010132168046221 [GeV] -Cell[0,9] 2.2950222395593e-05 [GeV] -Cell[4,0] 1.7220287206783e-06 [GeV] -Cell[4,25] 0.00069836247344119 [GeV] -Cell[4,1] 2.0454224286368e-05 [GeV] -Cell[0,6] 0.0036324679840365 [GeV] -Cell[0,5] 0.0043583399173436 [GeV] -Cell[1,30] 0.0089964411077595 [GeV] -Cell[5,46] 2.7432666399818e-07 [GeV] -Cell[10,7] 4.3422538914228e-06 [GeV] -Cell[7,0] 2.961271093227e-08 [GeV] -Cell[8,1] 1.8275105216844e-05 [GeV] -Cell[2,27] 1.6197297692997e-05 [GeV] -Cell[1,47] 0.0020131074337318 [GeV] -Cell[0,1] 1.0466948704561e-05 [GeV] -Cell[0,2] 0.0002784931216388 [GeV] -Cell[3,16] 0.00061602697067417 [GeV] -Cell[1,46] 4.5190235313498e-05 [GeV] -Cell[0,15] 0.0021542357832995 [GeV] -Cell[2,29] 0.00077048963383606 [GeV] -Cell[5,32] 0.00042779082573372 [GeV] -Cell[1,9] 1.9971253350377e-05 [GeV] -Cell[4,14] 1.0539268328444e-05 [GeV] -Cell[1,10] 0.00018757571231981 [GeV] -Cell[4,15] 0.00085026733878294 [GeV] -Cell[4,13] 0.00053696693129484 [GeV] -Cell[0,33] 0.00074868418384154 [GeV] -Cell[1,1] 0.0043641729952234 [GeV] -Cell[0,28] 3.4560634493948 [GeV] -Cell[1,7] 2.3078768892447e-05 [GeV] -Cell[0,10] 0.00014361205892601 [GeV] -Cell[2,6] 0.00013508727117747 [GeV] -Cell[1,5] 1.5023325657239e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 124 cells : 4.1019480772536 (GeV) +Cell[8,8] 0.0014253039519182 [GeV] +Cell[15,3] 2.5078217731789e-06 [GeV] +Cell[13,42] 0.00089355525855278 [GeV] +Cell[7,8] 0.0022085058426073 [GeV] +Cell[7,7] 0.0058762630394101 [GeV] +Cell[2,32] 0.00236235609296 [GeV] +Cell[3,32] 1.4513683272526e-06 [GeV] +Cell[2,31] 0.018447022798094 [GeV] +Cell[3,25] 3.0436450964771e-05 [GeV] +Cell[8,7] 0.014766119111685 [GeV] +Cell[10,30] 0.00051148160131845 [GeV] +Cell[6,29] 1.6638593301536e-05 [GeV] +Cell[1,40] 3.1716769444756e-07 [GeV] +Cell[6,27] 8.7388782994822e-06 [GeV] +Cell[5,40] 0.00014521159288779 [GeV] +Cell[10,31] 1.0716041742853e-10 [GeV] +Cell[7,23] 0.0002557225528426 [GeV] +Cell[8,3] 5.3957860893661e-07 [GeV] +Cell[6,46] 0.0017946926803463 [GeV] +Cell[8,46] 9.0575628564693e-07 [GeV] +Cell[4,14] 1.0924195852112e-05 [GeV] +Cell[8,6] 0.00064803628613333 [GeV] +Cell[8,2] 8.6226390237698e-06 [GeV] +Cell[8,47] 6.420953393615e-05 [GeV] +Cell[10,18] 1.5108371444512e-06 [GeV] +Cell[5,9] 3.0843287845528e-08 [GeV] +Cell[8,39] 1.5144500968745e-05 [GeV] +Cell[8,38] 1.0421756509459e-05 [GeV] +Cell[3,47] 0.0045059527627882 [GeV] +Cell[8,29] 1.4953164878534e-05 [GeV] +Cell[7,33] 1.001045369776e-06 [GeV] +Cell[8,5] 0.00075793005847243 [GeV] +Cell[8,15] 0.0026678656866486 [GeV] +Cell[11,7] 0.0026249046625138 [GeV] +Cell[6,40] 7.6555321284104e-06 [GeV] +Cell[2,20] 0.00050844032034411 [GeV] +Cell[2,19] 0.00012589814670105 [GeV] +Cell[1,20] 0.011611458640697 [GeV] +Cell[1,18] 0.0045629550705485 [GeV] +Cell[2,17] 7.7831783357624e-05 [GeV] +Cell[2,16] 0.00040899934452716 [GeV] +Cell[4,2] 0.00071422499345738 [GeV] +Cell[4,3] 0.00030239677648149 [GeV] +Cell[4,44] 5.63110539224e-06 [GeV] +Cell[2,1] 0.0013329758088122 [GeV] +Cell[2,22] 0.0056271275608051 [GeV] +Cell[4,19] 1.8247636617161e-06 [GeV] +Cell[3,17] 0.0022935622165536 [GeV] +Cell[3,16] 0.00015920739130524 [GeV] +Cell[2,15] 0.0008059329847647 [GeV] +Cell[1,14] 0.00047417660868234 [GeV] +Cell[1,13] 0.000388805419351 [GeV] +Cell[2,37] 3.9929582271725e-08 [GeV] +Cell[9,29] 4.8871665203478e-06 [GeV] +Cell[0,24] 5.8126927178819e-06 [GeV] +Cell[0,25] 0.0023811460792558 [GeV] +Cell[0,21] 1.371376397401e-07 [GeV] +Cell[5,17] 0.0072989556106656 [GeV] +Cell[4,45] 2.2768136957893e-05 [GeV] +Cell[4,17] 0.0050775917152103 [GeV] +Cell[4,16] 0.011383862088923 [GeV] +Cell[5,4] 8.2966798107691e-06 [GeV] +Cell[6,30] 0.00013923972129987 [GeV] +Cell[2,30] 0.06690839076256 [GeV] +Cell[3,42] 0.00028824283063693 [GeV] +Cell[2,43] 0.00085097108618936 [GeV] +Cell[4,47] 0.0011578915886679 [GeV] +Cell[5,7] 6.7556572048488e-08 [GeV] +Cell[0,19] 0.0015288987786729 [GeV] +Cell[0,18] 3.8600326053029e-05 [GeV] +Cell[0,22] 1.3214350503404e-05 [GeV] +Cell[1,22] 0.0090932064552523 [GeV] +Cell[1,23] 0.0022080148869971 [GeV] +Cell[2,9] 0.00060975414921359 [GeV] +Cell[1,38] 0.00047594453397357 [GeV] +Cell[1,37] 0.0057530524656911 [GeV] +Cell[1,39] 0.00010107888404059 [GeV] +Cell[0,40] 3.1171247101156e-05 [GeV] +Cell[0,39] 3.8645376171189e-06 [GeV] +Cell[2,26] 0.0020734245489308 [GeV] +Cell[1,21] 0.0012924455761441 [GeV] +Cell[3,44] 0.0012404554891204 [GeV] +Cell[4,43] 8.6423482309783e-07 [GeV] +Cell[3,43] 0.00019800198314806 [GeV] +Cell[5,8] 0.0016093420763564 [GeV] +Cell[0,0] 0.010544275849972 [GeV] +Cell[3,2] 0.00034445363032194 [GeV] +Cell[2,5] 5.3887519461568e-06 [GeV] +Cell[1,4] 0.001077140386008 [GeV] +Cell[5,45] 0.00055713799643622 [GeV] +Cell[5,16] 0.00076601591841551 [GeV] +Cell[0,11] 0.00028102171482976 [GeV] +Cell[0,28] 2.0995826134714 [GeV] +Cell[0,30] 0.045744961650916 [GeV] +Cell[0,29] 0.024262833119847 [GeV] +Cell[2,6] 3.7129858596018e-05 [GeV] +Cell[4,5] 0.0014170368070102 [GeV] +Cell[4,4] 0.0022558285360972 [GeV] +Cell[2,21] 0.0042071772459289 [GeV] +Cell[1,19] 0.012411462492783 [GeV] +Cell[1,24] 0.0013662319538853 [GeV] +Cell[3,31] 0.0031026588430912 [GeV] +Cell[3,9] 1.0432472273237e-05 [GeV] +Cell[1,12] 3.7654589687008e-06 [GeV] +Cell[0,41] 0.00026383626759525 [GeV] +Cell[0,46] 1.1496324441396e-07 [GeV] +Cell[0,47] 3.9997166823014e-10 [GeV] +Cell[1,29] 0.052236085147336 [GeV] +Cell[1,28] 0.068599904172718 [GeV] +Cell[0,43] 0.0021239956432073 [GeV] +Cell[0,1] 1.3258729013614e-06 [GeV] +Cell[3,45] 0.00019899287013141 [GeV] +Cell[4,46] 0.0018193507597566 [GeV] +Cell[1,41] 1.8721664964687e-05 [GeV] +Cell[1,44] 0.00019021369529935 [GeV] +Cell[3,41] 0.00062923557066419 [GeV] +Cell[2,23] 0.0013357834738914 [GeV] +Cell[1,30] 0.053681145742325 [GeV] +Cell[1,25] 0.001877871558407 [GeV] +Cell[0,31] 0.005631078804317 [GeV] +Cell[0,4] 0.0081157140775982 [GeV] +Cell[0,5] 9.3215968462573e-05 [GeV] +Cell[0,3] 0.00094749349539588 [GeV] +Cell[6,39] 7.0610849070363e-06 [GeV] +Cell[1,11] 0.0019498803049785 [GeV] +Cell[2,11] 2.0556923293043e-05 [GeV] +Cell[0,36] 0.0049959682892966 [GeV] +Cell[0,2] 0.0023503506235874 [GeV] +Cell[1,3] 0.006878095349354 [GeV] +Cell[1,6] 4.6188387175903e-05 [GeV] +Cell[1,5] 2.5004051690303e-07 [GeV] +Cell[0,7] 1.3818580075167e-05 [GeV] +Cell[1,7] 0.0073877571612336 [GeV] +Cell[2,25] 0.0007009857855187 [GeV] +Cell[2,36] 1.146906483882e-07 [GeV] +Cell[1,35] 0.00035711082982198 [GeV] +Cell[1,36] 0.00090461357637742 [GeV] +Cell[2,24] 0.0010042146096104 [GeV] +Cell[0,38] 1.6548686971873e-09 [GeV] +Cell[2,7] 4.1264516767114e-08 [GeV] +Cell[3,7] 0.0027874946364803 [GeV] +Cell[4,11] 2.3853444727138e-06 [GeV] +Cell[6,1] 8.8359122923976e-07 [GeV] +Cell[1,33] 0.0012880517206515 [GeV] +Cell[0,17] 0.0024623637657893 [GeV] +Cell[0,33] 0.00045294140252724 [GeV] +Cell[0,34] 0.00064333471740247 [GeV] +Cell[1,8] 0.0019943946321384 [GeV] +Cell[1,27] 0.031814897756179 [GeV] +Cell[2,8] 8.600590419519e-06 [GeV] +Cell[1,9] 0.0009530892969751 [GeV] +Cell[4,24] 1.0057899606181e-05 [GeV] +Cell[2,33] 0.0011722619539636 [GeV] +Cell[9,14] 3.5943574330304e-06 [GeV] +Cell[1,10] 1.8413701354802e-09 [GeV] +Cell[1,32] 0.002825561773105 [GeV] +Cell[2,13] 0.00024787627232581 [GeV] +Cell[6,3] 1.5991528693121e-05 [GeV] +Cell[1,45] 1.9263041613158e-05 [GeV] +Cell[1,46] 8.134901028825e-06 [GeV] +Cell[0,26] 0.010857831523967 [GeV] +Cell[1,26] 0.010289647030987 [GeV] +Cell[0,27] 0.035861391050136 [GeV] +Cell[5,2] 1.8695296312217e-06 [GeV] +Cell[5,1] 0.0024645868287392 [GeV] +Cell[3,6] 0.00048942325448968 [GeV] +Cell[1,17] 0.0025488763537613 [GeV] +Cell[3,1] 5.9586416262391e-05 [GeV] +Cell[3,26] 0.0010604658307816 [GeV] +Cell[3,3] 0.00087567320121093 [GeV] +Cell[13,0] 2.1375204669312e-05 [GeV] +Cell[12,43] 2.3488326696679e-06 [GeV] +Cell[13,44] 5.9351682955366e-07 [GeV] +Cell[14,45] 2.1940604028714e-08 [GeV] +Cell[13,43] 0.00017336505942262 [GeV] +Cell[14,43] 8.2703706198117e-07 [GeV] +Cell[14,44] 1.9566505216062e-10 [GeV] +Cell[12,0] 7.6773664914072e-06 [GeV] +Cell[12,4] 2.3520418617409e-06 [GeV] +Cell[13,37] 1.2464178696973e-05 [GeV] +Cell[6,7] 1.0058965926873e-10 [GeV] +Cell[8,41] 2.0045445126584e-05 [GeV] +Cell[15,4] 0.00013922635742563 [GeV] +Cell[15,5] 1.1638621799648e-10 [GeV] +Cell[10,15] 5.4241118486971e-06 [GeV] +Cell[8,1] 0.00077621848601166 [GeV] +Cell[3,27] 0.002271951933795 [GeV] +Cell[2,27] 0.0077623569463212 [GeV] +Cell[8,16] 3.3214167467577e-07 [GeV] +Cell[8,4] 0.0001157354944462 [GeV] +Cell[9,4] 9.5566277741455e-06 [GeV] +Cell[14,5] 1.3703584045288e-11 [GeV] +Cell[10,42] 2.2653166961391e-06 [GeV] +Cell[5,41] 0.0031337435404347 [GeV] +Cell[4,7] 0.00013939748763767 [GeV] +Cell[3,28] 0.0018176099396373 [GeV] +Cell[13,17] 3.9047115424182e-06 [GeV] +Cell[0,32] 0.0016265115528975 [GeV] +Cell[19,28] 1.5808298485354e-08 [GeV] +Cell[4,6] 0.0081148589153771 [GeV] +Cell[3,8] 6.8244702617903e-05 [GeV] +Cell[5,44] 0.0035220185528669 [GeV] +Cell[5,46] 0.0014319897721865 [GeV] +Cell[2,14] 0.00023341638065358 [GeV] +Cell[19,6] 0.0010666109421652 [GeV] +Cell[6,47] 0.0016286699932753 [GeV] +Cell[7,15] 6.2711082772012e-05 [GeV] +Cell[4,8] 2.6784677052319e-05 [GeV] +Cell[4,9] 2.2013153648004e-06 [GeV] +Cell[3,30] 0.0016064650883933 [GeV] +Cell[1,34] 0.00036514682720463 [GeV] +Cell[0,35] 0.0022254623207424 [GeV] +Cell[4,15] 0.0040580421197903 [GeV] +Cell[1,2] 0.00087892128876194 [GeV] +Cell[5,47] 0.0062685565513769 [GeV] +Cell[2,29] 0.00963579777088 [GeV] +Cell[3,29] 0.0013087680112909 [GeV] +Cell[2,28] 0.0047333289236267 [GeV] +Cell[0,37] 0.00064154829270183 [GeV] +Cell[1,31] 0.0048776236346915 [GeV] +Cell[0,44] 0.0035516303986222 [GeV] +Cell[0,42] 9.083572874124e-05 [GeV] +Cell[0,10] 4.1680560382247e-05 [GeV] +Cell[3,15] 0.0065890709834823 [GeV] +Cell[6,0] 0.0017886045087322 [GeV] +Cell[5,0] 0.0032269553041106 [GeV] +Cell[1,1] 4.7602916311007e-09 [GeV] +Cell[7,4] 0.0002405094000261 [GeV] +### Total energy deposition in calorimeter by a source track in 228 cells : 2.8411989858135 (GeV) + +Source track ID 6490 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) +Original primary track ID 31 (unknown,691.32334101424[GeV]) +Cell[7,9] 1.109800427912e-06 [GeV] +Cell[7,8] 0.0061099110063808 [GeV] +Cell[7,7] 0.010764195496619 [GeV] +Cell[7,12] 4.2783792887349e-06 [GeV] +Cell[4,0] 5.8926350902766e-08 [GeV] +Cell[1,47] 0.00027131469140295 [GeV] +Cell[4,14] 0.0010035099324593 [GeV] +Cell[8,6] 0.0017654912843058 [GeV] +Cell[4,39] 2.0935578504577e-08 [GeV] +Cell[10,20] 2.9887596610934e-08 [GeV] +Cell[2,47] 3.8677749980707e-06 [GeV] +Cell[10,40] 1.3665327220224e-05 [GeV] +Cell[2,19] 0.00031058636151522 [GeV] +Cell[1,20] 0.00021765285516119 [GeV] +Cell[4,2] 8.4401108324528e-11 [GeV] +Cell[4,3] 0.0026520615680597 [GeV] +Cell[2,2] 0.0076973207909964 [GeV] +Cell[2,1] 0.0069248179105591 [GeV] +Cell[7,2] 3.7580598473141e-09 [GeV] +Cell[2,22] 0.0021334906113848 [GeV] +Cell[7,1] 0.00064433747706687 [GeV] +Cell[10,38] 0.00033763648809543 [GeV] +Cell[2,37] 9.6521980594844e-09 [GeV] +Cell[10,39] 0.00030761756405207 [GeV] +Cell[0,24] 0.0021121796759001 [GeV] +Cell[0,25] 0.0064398831997126 [GeV] +Cell[4,45] 0.00025485267194927 [GeV] +Cell[6,4] 2.9103830456734e-13 [GeV] +Cell[5,4] 1.1228973698962e-07 [GeV] +Cell[3,35] 0.00033607653598893 [GeV] +Cell[3,42] 1.0259580449201e-06 [GeV] +Cell[0,18] 0.0034638454878155 [GeV] +Cell[1,38] 0.0024885882087494 [GeV] +Cell[0,40] 1.0387157090008e-09 [GeV] +Cell[2,26] 2.5781415013171e-07 [GeV] +Cell[1,21] 5.7032707445615e-11 [GeV] +Cell[3,43] 0.0024796226599243 [GeV] +Cell[0,0] 0.00015636247500117 [GeV] +Cell[3,2] 0.00043166815527763 [GeV] +Cell[1,4] 2.1534826948027e-05 [GeV] +Cell[2,35] 1.0965981433401e-05 [GeV] +Cell[0,28] 1.9050720616524 [GeV] +Cell[0,30] 0.00024005296177347 [GeV] +Cell[0,29] 0.013077688894057 [GeV] +Cell[5,6] 9.4327027909458e-08 [GeV] +Cell[4,4] 3.4521914203651e-06 [GeV] +Cell[2,21] 6.9415216264588e-06 [GeV] +Cell[1,19] 0.00019957290890557 [GeV] +Cell[1,24] 0.0020210170137225 [GeV] +Cell[3,39] 2.2144740455587e-06 [GeV] +Cell[3,40] 7.7545525506366e-06 [GeV] +Cell[3,9] 1.6693881101673e-05 [GeV] +Cell[3,10] 0.0017410666059438 [GeV] +Cell[7,18] 3.9621780160815e-07 [GeV] +Cell[0,41] 0.00051868120588332 [GeV] +Cell[0,46] 2.6903947582468e-07 [GeV] +Cell[0,47] 2.9685474234611e-05 [GeV] +Cell[4,46] 3.5655733023304e-05 [GeV] +Cell[1,43] 0.0014576878703996 [GeV] +Cell[1,42] 0.0016126909359176 [GeV] +Cell[1,41] 0.0029218567880923 [GeV] +Cell[1,44] 1.5050232013891e-07 [GeV] +Cell[3,41] 0.00020916256048361 [GeV] +Cell[1,30] 0.0028606952847301 [GeV] +Cell[1,25] 0.00057887005340638 [GeV] +Cell[2,0] 0.0012038684269861 [GeV] +Cell[0,31] 3.1143710279139e-05 [GeV] +Cell[0,4] 3.2174236162064e-07 [GeV] +Cell[0,3] 0.0017425375773199 [GeV] +Cell[0,2] 0.00018750642856753 [GeV] +Cell[1,3] 0.000765650524992 [GeV] +Cell[2,3] 0.00051099891 [GeV] +Cell[1,5] 0.00015464075372199 [GeV] +Cell[3,12] 0.00033344847121998 [GeV] +Cell[11,45] 1.4288168197254e-06 [GeV] +Cell[11,38] 4.3284976311497e-07 [GeV] +Cell[4,12] 1.636703927943e-11 [GeV] +Cell[5,5] 0.00026180779569108 [GeV] +Cell[6,1] 0.00028842270936184 [GeV] +Cell[11,46] 2.3395055904984e-08 [GeV] +Cell[1,27] 0.0017989017868198 [GeV] +Cell[6,2] 0.0017781790826828 [GeV] +Cell[4,13] 5.3746111883584e-06 [GeV] +Cell[2,12] 0.00024483305119998 [GeV] +Cell[1,32] 0.0015089063176529 [GeV] +Cell[2,13] 8.5267998407517e-06 [GeV] +Cell[6,3] 0.00040416581186366 [GeV] +Cell[6,5] 0.0018848305915514 [GeV] +Cell[1,45] 0.00014882668664518 [GeV] +Cell[1,46] 2.1665484964615e-05 [GeV] +Cell[0,26] 0.013452644433615 [GeV] +Cell[1,26] 0.00079150912998864 [GeV] +Cell[2,38] 2.027046866715e-08 [GeV] +Cell[0,27] 0.086027375129079 [GeV] +Cell[5,2] 3.1532864959445e-06 [GeV] +Cell[3,6] 1.6224209713982e-05 [GeV] +Cell[3,0] 7.9846915923554e-10 [GeV] +Cell[3,1] 0.00017799535391919 [GeV] +Cell[3,26] 0.00029847276365331 [GeV] +Cell[5,3] 0.0081837517836025 [GeV] +Cell[3,3] 2.0642764866352e-08 [GeV] +Cell[14,16] 0.00079509327251384 [GeV] +Cell[6,6] 2.8528793870919e-07 [GeV] +Cell[6,7] 2.93391844898e-05 [GeV] +Cell[11,5] 0.0038922853741512 [GeV] +Cell[3,27] 0.00090755197728515 [GeV] +Cell[2,27] 0.01592844257058 [GeV] +Cell[7,17] 3.2595903722495e-05 [GeV] +Cell[3,8] 4.0749046436758e-05 [GeV] +Cell[1,0] 0.003049573099433 [GeV] +Cell[4,8] 0.00089613478532556 [GeV] +Cell[0,35] 1.2099733226933e-05 [GeV] +Cell[4,15] 0.00062150462477052 [GeV] +Cell[1,2] 5.8458436092224e-07 [GeV] +Cell[0,42] 0.0064959666698159 [GeV] +Cell[1,1] 0.00033566058461036 [GeV] +Cell[4,33] 0.00060372271856852 [GeV] +Cell[4,34] 4.5353823554706e-07 [GeV] +Cell[3,14] 3.9540483179735e-05 [GeV] +Cell[3,13] 4.3594438466243e-07 [GeV] +Cell[3,4] 0.00042055633920063 [GeV] +### Total energy deposition in calorimeter by a source track in 121 cells : 2.1483145641281 (GeV) Source track ID 6399 (pi-,5.4476434765481[GeV]) at (-304.85581603317,-396.31165946859,-1929.4320797839) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.28241838420746 [GeV] -Cell[0,29] 0.0048436536176859 [GeV] -Cell[4,6] 0.0016259249474781 [GeV] -Cell[5,7] 3.6433110741882e-05 [GeV] -Cell[5,14] 0.00099551679775982 [GeV] -Cell[1,40] 0.00048101379440899 [GeV] -Cell[5,6] 6.715796346225e-05 [GeV] -Cell[0,17] 0.00085920856418488 [GeV] -Cell[0,42] 7.9257821198553e-08 [GeV] -Cell[0,32] 0.0012948706123861 [GeV] -Cell[0,31] 0.073185962774401 [GeV] -Cell[5,15] 7.1311067674742e-06 [GeV] -Cell[3,14] 0.0012815373912917 [GeV] -Cell[0,20] 5.0533492412796e-09 [GeV] -Cell[0,36] 2.1743339602835e-05 [GeV] -Cell[0,27] 0.00051099891 [GeV] -Cell[3,15] 3.8523672265001e-07 [GeV] -Cell[3,11] 0.00010974591654849 [GeV] -Cell[3,12] 0.0024778541348233 [GeV] -Cell[2,11] 0.0034255017338029 [GeV] -Cell[2,10] 0.0092000522523196 [GeV] -Cell[1,31] 9.4849112883821e-09 [GeV] -Cell[1,32] 8.4514683869656e-06 [GeV] -Cell[4,11] 0.00042489779702754 [GeV] -Cell[4,12] 0.0043571200676816 [GeV] -Cell[4,3] 0.00089532542361644 [GeV] -Cell[4,2] 0.00012161054445085 [GeV] -Cell[0,19] 6.1540695422764e-06 [GeV] -Cell[0,43] 9.9629163742065e-08 [GeV] -Cell[1,42] 3.1759636353854e-06 [GeV] -Cell[1,41] 0.0071329709825199 [GeV] -Cell[0,18] 0.0021587222697196 [GeV] -Cell[0,3] 0.00053463486733978 [GeV] -Cell[2,9] 1.5793026250321e-05 [GeV] -Cell[3,1] 0.00038215790139679 [GeV] -Cell[3,2] 7.7139961548482e-06 [GeV] -Cell[1,30] 0.0011038405660121 [GeV] -Cell[0,2] 1.4907534932718e-08 [GeV] -Cell[4,14] 1.3079712516628e-07 [GeV] -Cell[4,13] 0.010797067918585 [GeV] -Cell[0,33] 0.0020575673362884 [GeV] -Cell[1,39] 3.5724858548747e-08 [GeV] -Cell[0,10] 0.00050275980276033 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.41335341526798 (GeV) +Cell[0,30] 0.074420957846153 [GeV] +Cell[0,31] 0.025992714808157 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.10041367265431 (GeV) Source track ID 4942 (pi-,5.045509780547[GeV]) at (-463.59081812387,-187.3060419507,-1931.5343570704) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,13] 9.6246961329598e-06 [GeV] -Cell[7,27] 8.5335070616566e-07 [GeV] -Cell[7,40] 9.8482752218842e-06 [GeV] -Cell[6,29] 5.284321059662e-08 [GeV] -Cell[7,42] 0.00067297045699024 [GeV] -Cell[7,43] 3.9749403898668e-06 [GeV] -Cell[6,1] 4.9945035153883e-05 [GeV] -Cell[10,28] 0.00064771079730713 [GeV] -Cell[0,29] 1.5971276307027e-06 [GeV] -Cell[6,3] 8.93648403935e-05 [GeV] -Cell[4,38] 1.8812454072759e-08 [GeV] -Cell[4,39] 0.0011873253577321 [GeV] -Cell[4,6] 0.0003783874166561 [GeV] -Cell[7,18] 2.6798543112818e-06 [GeV] -Cell[10,36] 1.9830476958305e-09 [GeV] -Cell[6,43] 4.1079704533331e-07 [GeV] -Cell[6,42] 1.7960177501664e-08 [GeV] -Cell[5,14] 4.4768984343136e-05 [GeV] -Cell[1,40] 1.4655011647847e-05 [GeV] -Cell[1,0] 0.00011118466435437 [GeV] -Cell[0,23] 0.001278652870564 [GeV] -Cell[2,13] 4.2562195418327e-05 [GeV] -Cell[3,31] 0.00040901730125938 [GeV] -Cell[5,6] 1.4490240020677e-05 [GeV] -Cell[5,5] 6.331268020881e-05 [GeV] -Cell[6,4] 7.3426019516774e-06 [GeV] -Cell[12,47] 0.0012282809387997 [GeV] -Cell[0,17] 3.1664104376432e-06 [GeV] -Cell[0,42] 0.0084310344997424 [GeV] -Cell[0,41] 0.0016031090016447 [GeV] -Cell[5,8] 0.00053886614511975 [GeV] -Cell[1,26] 6.7364104123726e-06 [GeV] -Cell[5,41] 0.00036794448972068 [GeV] -Cell[5,40] 0.00019508024295351 [GeV] -Cell[9,28] 0.00068595699775983 [GeV] -Cell[5,30] 3.5461091611069e-06 [GeV] -Cell[5,29] 0.00010903226146331 [GeV] -Cell[5,28] 0.00026063353150805 [GeV] -Cell[3,43] 4.7885303447401e-06 [GeV] -Cell[3,13] 0.0031440876516277 [GeV] -Cell[3,42] 0.00024698344075523 [GeV] -Cell[4,43] 0.0070931395640875 [GeV] -Cell[4,42] 0.00039561760902029 [GeV] -Cell[4,44] 0.0017933364944952 [GeV] -Cell[3,45] 3.1403946923092e-07 [GeV] -Cell[2,46] 0.00061796860439366 [GeV] -Cell[1,35] 0.078222477586815 [GeV] -Cell[2,43] 0.0042729032034683 [GeV] -Cell[0,26] 0.98324104763012 [GeV] -Cell[4,40] 0.0027412728118824 [GeV] -Cell[3,39] 0.0014795369736838 [GeV] -Cell[5,10] 1.0460768612575e-07 [GeV] -Cell[1,36] 0.14315763648149 [GeV] -Cell[1,33] 8.7635868659557e-05 [GeV] -Cell[8,27] 2.8963173868988e-06 [GeV] -Cell[8,28] 0.00022769144893459 [GeV] -Cell[6,47] 1.8841717178475e-08 [GeV] -Cell[8,29] 8.163642778527e-06 [GeV] -Cell[8,22] 1.9598750650744e-05 [GeV] -Cell[3,46] 2.4547270732e-07 [GeV] -Cell[5,16] 2.9844374452409e-05 [GeV] -Cell[5,15] 0.00058850628080745 [GeV] -Cell[5,9] 3.3517974479992e-05 [GeV] -Cell[4,17] 3.2502864155504e-07 [GeV] -Cell[4,18] 0.00057528972886769 [GeV] -Cell[2,47] 1.7569691408426e-09 [GeV] -Cell[7,28] 8.7870507562229e-05 [GeV] -Cell[7,29] 0.00019976525097843 [GeV] -Cell[10,37] 3.7788413465023e-10 [GeV] -Cell[8,21] 6.6724716202771e-07 [GeV] -Cell[5,45] 0.0042391733363703 [GeV] -Cell[3,14] 0.00061657541575294 [GeV] -Cell[0,7] 1.4019106970409e-08 [GeV] -Cell[9,17] 1.5180825357675e-08 [GeV] -Cell[4,5] 2.9911268484284e-10 [GeV] -Cell[6,46] 3.7666040431191e-05 [GeV] -Cell[9,29] 9.764541422328e-07 [GeV] -Cell[5,0] 1.2350331722018e-05 [GeV] -Cell[13,12] 4.2370548817416e-07 [GeV] -Cell[13,11] 1.6106205293909e-08 [GeV] -Cell[12,11] 0.0014996672961709 [GeV] -Cell[12,12] 7.657192795466e-05 [GeV] -Cell[4,41] 0.0076321133413493 [GeV] -Cell[10,29] 0.00051628480547402 [GeV] -Cell[9,16] 0.00061654029276974 [GeV] -Cell[9,4] 4.566829331452e-06 [GeV] -Cell[2,17] 0.0008438285289749 [GeV] -Cell[1,8] 0.0011525280219824 [GeV] -Cell[9,3] 3.0255085390536e-06 [GeV] -Cell[9,27] 0.0011601487632365 [GeV] -Cell[7,22] 0.00017396245559712 [GeV] -Cell[0,24] 0.010786756933044 [GeV] -Cell[1,2] 0.0002375697893466 [GeV] -Cell[0,21] 0.00071144600003015 [GeV] -Cell[0,22] 0.0017546636379887 [GeV] -Cell[1,6] 0.0025768683447181 [GeV] -Cell[0,36] 0.0018713484719023 [GeV] -Cell[0,35] 0.0043855451874707 [GeV] -Cell[0,37] 0.00077857452607736 [GeV] -Cell[1,19] 6.0192676028237e-07 [GeV] -Cell[1,25] 4.9449226935394e-09 [GeV] -Cell[0,25] 0.017170564920823 [GeV] -Cell[0,27] 0.24072391169385 [GeV] -Cell[1,27] 0.0039813433051777 [GeV] -Cell[0,40] 3.6053203599295e-05 [GeV] -Cell[2,5] 0.00033752887881019 [GeV] -Cell[3,15] 0.00016554039788377 [GeV] -Cell[1,29] 1.4509934703369e-05 [GeV] -Cell[4,45] 9.6410315109097e-10 [GeV] -Cell[2,12] 0.00087288271971477 [GeV] -Cell[3,10] 4.7577875534444e-07 [GeV] -Cell[4,10] 1.9966855461462e-08 [GeV] -Cell[3,11] 0.0031069620136427 [GeV] -Cell[3,12] 0.016131966691496 [GeV] -Cell[2,11] 6.9237662537489e-06 [GeV] -Cell[2,30] 3.7487808061996e-05 [GeV] -Cell[1,32] 0.00069960650994051 [GeV] -Cell[4,11] 2.451030886732e-06 [GeV] -Cell[4,12] 0.00029835809267422 [GeV] -Cell[0,13] 0.0035384838069581 [GeV] -Cell[5,44] 0.0015041760877499 [GeV] -Cell[2,39] 9.5028840370787e-05 [GeV] -Cell[2,40] 0.00093098927387473 [GeV] -Cell[4,2] 3.3790296106417e-07 [GeV] -Cell[4,19] 0.0023123385584095 [GeV] -Cell[3,6] 1.2045332521666e-05 [GeV] -Cell[5,47] 3.9139704313129e-09 [GeV] -Cell[1,14] 0.00021391744615551 [GeV] -Cell[1,16] 0.0036781258174536 [GeV] -Cell[0,14] 0.0045679843819382 [GeV] -Cell[1,15] 0.0033033528604418 [GeV] -Cell[1,43] 0.0037863701617323 [GeV] -Cell[0,43] 0.011872533383854 [GeV] -Cell[0,44] 0.0022321098193397 [GeV] -Cell[1,24] 0.001573555262665 [GeV] -Cell[0,46] 0.0002329665843306 [GeV] -Cell[3,36] 4.4682862237096e-05 [GeV] -Cell[3,37] 4.060385786579e-05 [GeV] -Cell[1,42] 0.00034126908686903 [GeV] -Cell[1,41] 0.0008033293558077 [GeV] -Cell[1,18] 2.1085555490572e-06 [GeV] -Cell[2,19] 4.8061407873433e-05 [GeV] -Cell[2,18] 2.8532083956634e-07 [GeV] -Cell[0,18] 0.0025802436961537 [GeV] -Cell[5,4] 1.6966052510497e-05 [GeV] -Cell[3,18] 0.0023651203035623 [GeV] -Cell[1,28] 0.0057740533936415 [GeV] -Cell[3,38] 0.0022586858070754 [GeV] -Cell[1,11] 9.266739141367e-08 [GeV] -Cell[0,4] 0.00034035459310007 [GeV] -Cell[0,3] 0.00014527837028493 [GeV] -Cell[2,41] 4.5331577770412e-05 [GeV] -Cell[1,4] 7.3005616432056e-06 [GeV] -Cell[10,3] 0.010600932566228 [GeV] -Cell[4,21] 2.2571999579668e-08 [GeV] -Cell[4,22] 2.2502747945737e-05 [GeV] -Cell[4,1] 0.0013240850381569 [GeV] -Cell[3,1] 0.00013246590921165 [GeV] -Cell[3,2] 0.0012479527079506 [GeV] -Cell[5,1] 0.00056791472843315 [GeV] -Cell[0,6] 0.00083408702163704 [GeV] -Cell[0,5] 0.002384143866632 [GeV] -Cell[1,30] 0.00061186997426944 [GeV] -Cell[4,7] 0.00098018447029202 [GeV] -Cell[6,28] 1.6343414324638e-07 [GeV] -Cell[5,2] 8.0966856330633e-11 [GeV] -Cell[5,3] 0.00019528800936473 [GeV] -Cell[6,16] 3.130353962888e-07 [GeV] -Cell[13,47] 0.0015407870152424 [GeV] -Cell[11,5] 0.0014473143381529 [GeV] -Cell[11,4] 0.0014951085555368 [GeV] -Cell[11,3] 0.00050578197748973 [GeV] -Cell[10,4] 7.6119399843719e-06 [GeV] -Cell[10,5] 0.00028057762670869 [GeV] -Cell[13,13] 3.172317519784e-12 [GeV] -Cell[6,31] 7.6660890772473e-06 [GeV] -Cell[17,42] 0.00058201113696882 [GeV] -Cell[1,47] 0.00085010558356214 [GeV] -Cell[0,0] 2.0942503731931e-05 [GeV] -Cell[0,2] 2.699052245589e-06 [GeV] -Cell[1,46] 7.2440424219167e-09 [GeV] -Cell[0,15] 0.0049517188929741 [GeV] -Cell[0,38] 5.2338500681799e-06 [GeV] -Cell[8,17] 1.7487688012352e-07 [GeV] -Cell[7,21] 0.00021376595517074 [GeV] -Cell[2,29] 3.2676241389709e-05 [GeV] -Cell[1,9] 0.0022379785067208 [GeV] -Cell[4,14] 9.6608778408154e-06 [GeV] -Cell[6,17] 0.0020910771562482 [GeV] -Cell[1,10] 0.0002620482784049 [GeV] -Cell[4,13] 7.2355093568603e-06 [GeV] -Cell[0,33] 4.1556471289368e-05 [GeV] -Cell[1,39] 0.0034680441524963 [GeV] -Cell[0,34] 2.4239914026111e-05 [GeV] -Cell[0,16] 2.1405545900507e-05 [GeV] -Cell[0,28] 0.010634044868256 [GeV] -Cell[1,7] 0.0004598127939164 [GeV] -### Total energy deposition in calorimeter by a source track in 197 cells : 1.6767951283575 (GeV) +Cell[0,26] 0.10008425420116 [GeV] +Cell[0,27] 0.00080015093313119 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.10088440513429 (GeV) Source track ID 6152 (e-,0.00069878748433716[GeV]) at (-498.51600761889,38.494027429172,-1335.636191888) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,23] 0.00018778857433716 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018778857433716 (GeV) +Cell[3,23] 1.7868986963208e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 1.7868986963208e-05 (GeV) Source track ID 6158 (e-,0.00061757772224668[GeV]) at (-349.07600776103,-357.97477677292,-1941.6361571387) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 5.9256825275698e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.9256825275698e-05 (GeV) +Cell[0,30] 1.7963593901649e-05 [GeV] +Cell[0,29] 3.7982436122861e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 5.594603002451e-05 (GeV) Source track ID 6114 (pi-,26.430370242064[GeV]) at (-348.97400357372,-358.07421692957,-1955.5814632563) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.082617933096743 [GeV] -Cell[2,47] 0.00044286262078221 [GeV] -Cell[0,36] 0.00022321421000806 [GeV] -Cell[0,13] 0.00065543523523487 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.083939445162768 (GeV) +Cell[0,30] 0.06697615003209 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.06697615003209 (GeV) Source track ID 6115 (pi+,1.1827258695839[GeV]) at (-498.99248566408,31.725372350528,-1755.1615266209) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,47] 3.4584989480209e-06 [GeV] -Cell[5,33] 7.118252426153e-06 [GeV] -Cell[7,39] 0.0014837070278791 [GeV] -Cell[0,23] 0.58637914685762 [GeV] -Cell[18,0] 0.0022942831927112 [GeV] -Cell[4,44] 0.0010626408973512 [GeV] -Cell[0,26] 3.1088599457007e-05 [GeV] -Cell[2,20] 0.0047188034970234 [GeV] -Cell[4,32] 1.4182354386321e-05 [GeV] -Cell[1,33] 0.026315034514172 [GeV] -Cell[4,24] 0.00023422041883212 [GeV] -Cell[2,47] 0.00093685742616445 [GeV] -Cell[2,17] 2.4127727446285e-05 [GeV] -Cell[0,24] 0.019560878484524 [GeV] -Cell[0,21] 7.6939186340041e-07 [GeV] -Cell[0,22] 0.0096013995598891 [GeV] -Cell[2,21] 5.5333018963211e-07 [GeV] -Cell[0,35] 6.2071984575596e-06 [GeV] -Cell[0,37] 0.016050830824569 [GeV] -Cell[2,8] 3.3239881811824e-05 [GeV] -Cell[2,7] 0.00041942794362694 [GeV] -Cell[1,25] 0.0011286018006661 [GeV] -Cell[0,25] 0.0036418941009438 [GeV] -Cell[1,27] 0.0019151593243842 [GeV] -Cell[0,40] 0.00080322246458153 [GeV] -Cell[0,39] 0.0054083467650754 [GeV] -Cell[2,10] 3.523600425865e-05 [GeV] -Cell[2,30] 0.0031388931611547 [GeV] -Cell[1,32] 0.0021538944668204 [GeV] -Cell[2,16] 4.9215042963624e-08 [GeV] -Cell[5,44] 0.00051099891 [GeV] -Cell[8,0] 0.0010503625344974 [GeV] -Cell[1,23] 0.062030415892306 [GeV] -Cell[4,33] 4.3805248594708e-07 [GeV] -Cell[1,24] 4.9246322305407e-08 [GeV] -Cell[7,47] 2.5803092285059e-10 [GeV] -Cell[2,19] 0.089592596501325 [GeV] -Cell[2,18] 0.0011669597772193 [GeV] -Cell[1,28] 0.00051099891 [GeV] -Cell[2,9] 0.0015528005540129 [GeV] -Cell[3,22] 0.0012016922597034 [GeV] -Cell[2,22] 1.5100733435247e-08 [GeV] -Cell[3,21] 0.0010755152020864 [GeV] -Cell[18,47] 0.00011765927278248 [GeV] -Cell[7,0] 1.7057844765986e-06 [GeV] -Cell[0,38] 0.022270879441499 [GeV] -Cell[7,21] 0.00051099891 [GeV] -Cell[2,29] 0.00020414609128091 [GeV] -Cell[5,32] 0.00068301913744961 [GeV] -Cell[1,39] 0.00079093884723484 [GeV] -Cell[1,37] 7.3562548495829e-06 [GeV] -Cell[1,38] 0.00011836732690608 [GeV] -### Total energy deposition in calorimeter by a source track in 52 cells : 0.87080118744748 (GeV) +Cell[0,23] 0.19656107610053 [GeV] +Cell[1,23] 0.056246551918173 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.2528076280187 (GeV) Source track ID 6112 (gamma,1.5279055119092[GeV]) at (-73.254866825001,-494.6046142996,-436.11302715227) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,7] 0.00055020723665831 [GeV] -Cell[9,11] 0.00051099891 [GeV] -Cell[6,13] 0.00051099891 [GeV] -Cell[8,6] 0.00072306544965248 [GeV] -Cell[7,35] 0.19741361894169 [GeV] -Cell[7,36] 0.0030657660248725 [GeV] -Cell[7,37] 0.00094039796574612 [GeV] -Cell[8,34] 0.0034896281114625 [GeV] -Cell[7,33] 0.0041868586180509 [GeV] -Cell[7,34] 1.3027321426081 [GeV] -Cell[6,19] 0.0024518643833019 [GeV] -Cell[7,16] 0.00033851500912352 [GeV] -Cell[6,32] 0.0015816457587674 [GeV] -Cell[5,14] 0.0014070928884738 [GeV] -Cell[5,27] 0.00051099891 [GeV] -Cell[8,15] 0.00022069076811172 [GeV] -Cell[4,17] 0.0011350463509597 [GeV] -Cell[3,1] 0.00040810316212763 [GeV] -Cell[3,2] 0.001410629137629 [GeV] -Cell[9,24] 0.00011214769080016 [GeV] -Cell[6,35] 0.0026818365875186 [GeV] -Cell[3,30] 0.00024981453460286 [GeV] -### Total energy deposition in calorimeter by a source track in 22 cells : 1.5266320679577 (GeV) +Cell[7,35] 0.14998811983548 [GeV] +Cell[7,36] 0.0015866065121782 [GeV] +Cell[8,36] 0.0035632771559176 [GeV] +Cell[6,37] 0.0019607989867844 [GeV] +Cell[9,32] 0.00026704244669841 [GeV] +Cell[7,34] 1.3534474700974 [GeV] +Cell[6,25] 0.0012637675188725 [GeV] +Cell[8,30] 0.00032276129184011 [GeV] +Cell[5,11] 0.0023553275952504 [GeV] +Cell[7,33] 0.0024434406663031 [GeV] +Cell[8,35] 0.0024941492947533 [GeV] +Cell[11,7] 0.00012525157310381 [GeV] +Cell[5,8] 0.00051099891 [GeV] +Cell[12,8] 0.00013404368474806 [GeV] +Cell[9,14] 0.00051099891 [GeV] +Cell[5,1] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 1.5214850533893 (GeV) Source track ID 6113 (gamma,2.1921548366006[GeV]) at (-105.19672057074,-488.80839802643,-488.29263114335) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,10] 0.0011796901936489 [GeV] -Cell[7,35] 0.019365880080416 [GeV] -Cell[7,33] 0.023003942101719 [GeV] -Cell[7,32] 0.0018528565147987 [GeV] -Cell[7,34] 2.0797326602689 [GeV] -Cell[6,23] 0.0012939442746468 [GeV] -Cell[6,33] 0.0029239129654954 [GeV] -Cell[6,37] 0.0027664179257958 [GeV] -Cell[5,29] 0.00060145415419732 [GeV] -Cell[5,11] 0.00122611321288 [GeV] -Cell[10,14] 0.0015365906172741 [GeV] -Cell[7,31] 0.0010422457606331 [GeV] -Cell[8,21] 0.00051099891 [GeV] -Cell[6,34] 0.032623601126142 [GeV] -Cell[6,25] 0.0019509520615885 [GeV] -Cell[2,3] 0.00092260748046186 [GeV] -Cell[9,0] 0.0020187506856813 [GeV] -Cell[5,46] 0.0035327153027793 [GeV] -Cell[6,35] 0.0027255754424312 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 2.1808109090795 (GeV) +Cell[7,3] 0.0011921540923785 [GeV] +Cell[7,35] 0.026669842411811 [GeV] +Cell[7,36] 0.00065797081178413 [GeV] +Cell[7,6] 0.00071838050677025 [GeV] +Cell[6,35] 0.0060346808895459 [GeV] +Cell[6,34] 0.021205828194236 [GeV] +Cell[7,34] 2.04400718587 [GeV] +Cell[6,14] 0.00013855814073157 [GeV] +Cell[8,6] 0.00010717392711707 [GeV] +Cell[5,24] 0.00086122995376056 [GeV] +Cell[8,33] 0.00072681531598135 [GeV] +Cell[4,32] 0.0010570260639189 [GeV] +Cell[7,33] 0.053988525546619 [GeV] +Cell[6,32] 0.0012856102589377 [GeV] +Cell[1,19] 0.0018471787411605 [GeV] +Cell[1,12] 1.1293600167846e-05 [GeV] +Cell[1,11] 2.8890480900827e-06 [GeV] +Cell[6,2] 0.00051099891 [GeV] +Cell[1,10] 0.0022511158373688 [GeV] +Cell[6,33] 0.014515499509718 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 2.1777899576301 (GeV) Source track ID 6110 (gamma,0.076632669216442[GeV]) at (-300.43599721414,399.67263050895,200.63475268667) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,47] 0.0011356045807566 [GeV] -Cell[10,16] 0.008785067881301 [GeV] -Cell[11,16] 0.065918748219348 [GeV] -Cell[11,17] 0.00079324853503708 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.076632669216442 (GeV) +Cell[11,16] 0.062832001960047 [GeV] +Cell[11,17] 0.012854466523863 [GeV] +Cell[10,17] 0.00094620073253238 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.076632669216442 (GeV) Source track ID 6111 (gamma,0.17932025858732[GeV]) at (-255.57095678807,429.74816584417,-559.8003026919) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,19] 0.00011282568060274 [GeV] -Cell[7,17] 0.0023463885191119 [GeV] -Cell[7,16] 0.1456326558536 [GeV] -Cell[6,12] 0.00062482024320414 [GeV] -Cell[7,15] 0.016049150150128 [GeV] -Cell[12,32] 0.00040594634421968 [GeV] -Cell[6,15] 0.0059460797997975 [GeV] -Cell[5,18] 0.00014415330989444 [GeV] -Cell[9,30] 0.00027043928260249 [GeV] -Cell[8,4] 0.00051099891 [GeV] -Cell[6,16] 0.0062571763519879 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.17830063444515 (GeV) +Cell[7,24] 0.00093702546838123 [GeV] +Cell[6,16] 0.010293573307951 [GeV] +Cell[6,15] 0.00055648417234815 [GeV] +Cell[7,16] 0.16314463261693 [GeV] +Cell[7,29] 0.00040964268420677 [GeV] +Cell[7,15] 0.0039789003375071 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.17932025858732 (GeV) Source track ID 4946 (pi-,0.22750514426403[GeV]) at (32.724675085162,498.92794634152,-1276.4499803576) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 5.7369735372959e-08 [GeV] -Cell[4,8] 0.0012596536789053 [GeV] -Cell[4,38] 6.8985602702014e-06 [GeV] -Cell[4,39] 4.9939562566578e-05 [GeV] -Cell[17,18] 0.0022465744696767 [GeV] -Cell[3,13] 0.00089577971255369 [GeV] -Cell[0,32] 5.4130320942932e-05 [GeV] -Cell[0,31] 1.1626275072558e-06 [GeV] -Cell[4,44] 1.9524006347638e-06 [GeV] -Cell[3,19] 0.001343296306646 [GeV] -Cell[3,39] 0.00042178010907742 [GeV] -Cell[1,33] 3.1628026609155e-05 [GeV] -Cell[15,36] 7.1694101166031e-08 [GeV] -Cell[8,22] 3.7858939898797e-05 [GeV] -Cell[8,23] 0.0001034402401483 [GeV] -Cell[8,21] 0.00071266581460327 [GeV] -Cell[3,14] 1.2441078637494e-05 [GeV] -Cell[13,0] 0.0027240001501419 [GeV] -Cell[7,22] 4.7972667380236e-06 [GeV] -Cell[14,34] 2.643016929369e-07 [GeV] -Cell[3,10] 1.3159740092306e-08 [GeV] -Cell[3,11] 0.090754833782141 [GeV] -Cell[3,12] 1.0094308352564e-05 [GeV] -Cell[2,11] 6.3727813540027e-08 [GeV] -Cell[1,32] 0.00015398061623739 [GeV] -Cell[4,11] 0.00024265050272334 [GeV] -Cell[5,19] 7.6345106615918e-05 [GeV] -Cell[4,36] 0.0018838132533729 [GeV] -Cell[2,19] 1.6984678268273e-09 [GeV] -Cell[2,18] 9.9826963752207e-05 [GeV] -Cell[3,20] 0.00080840858873773 [GeV] -Cell[3,18] 5.3570449526887e-06 [GeV] -Cell[3,38] 0.0022536150283834 [GeV] -Cell[14,0] 0.005527469848775 [GeV] -Cell[14,35] 3.505265340209e-10 [GeV] -Cell[15,35] 3.3490068744868e-09 [GeV] -Cell[15,34] 0.0012356714746401 [GeV] -Cell[14,36] 2.7080450308858e-09 [GeV] -Cell[15,33] 5.6431328224562e-06 [GeV] -Cell[18,15] 1.5241557895251e-06 [GeV] -Cell[3,7] 9.005251940107e-05 [GeV] -Cell[3,16] 0.0046003757477692 [GeV] -Cell[0,33] 9.2018684254072e-05 [GeV] -Cell[18,14] 8.793268352747e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 44 cells : 0.11775024631609 (GeV) +Cell[3,21] 0.0011208454402871 [GeV] +Cell[3,25] 1.3385230529821e-05 [GeV] +Cell[2,20] 7.3587149381638e-06 [GeV] +Cell[3,22] 0.00036649214756835 [GeV] +Cell[3,11] 0.18250629660314 [GeV] +Cell[0,29] 7.9367856960744e-07 [GeV] +Cell[3,10] 3.2973004272208e-07 [GeV] +Cell[3,24] 0.00082221710696615 [GeV] +Cell[2,23] 0.0013120165254222 [GeV] +Cell[3,12] 0.00012391026222826 [GeV] +Cell[2,24] 2.3318510984609e-06 [GeV] +Cell[4,11] 6.2898063333705e-07 [GeV] +Cell[2,33] 0.0029885167703967 [GeV] +Cell[2,38] 0.001287602378067 [GeV] +Cell[4,10] 1.8306309648324e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.19055455605086 (GeV) Source track ID 5931 (gamma,0.31054837923301[GeV]) at (447.33312067203,223.36758750951,253.26070400118) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,2] 0.00034460302901149 [GeV] -Cell[11,2] 0.0082688076399486 [GeV] -Cell[11,4] 0.020292136685946 [GeV] -Cell[11,3] 0.2816428318781 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.310548379233 (GeV) +Cell[11,3] 0.29921367619585 [GeV] +Cell[11,4] 0.0047735092917732 [GeV] +Cell[11,6] 0.00051099891 [GeV] +Cell[10,4] 0.0003314515343347 [GeV] +Cell[13,22] 0.0013467191726393 [GeV] +Cell[15,27] 0.0018104033250922 [GeV] +Cell[14,29] 0.0025616208033194 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.31054837923301 (GeV) Source track ID 5996 (gamma,7.9297743992661e-05[GeV]) at (69.264134112837,495.17923999861,876.37512733041) Original primary track ID 31 (unknown,691.32334101424[GeV]) @@ -5025,15 +5220,16 @@ Cell[11,3] 3.4478201365643e-05 [GeV] Source track ID 5970 (gamma,0.0074515790836337[GeV]) at (499.11688167449,-29.704181987248,742.29753951644) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[13,29] 0.0013060071925207 [GeV] -Cell[13,47] 0.006145571891113 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0074515790836337 (GeV) +Cell[13,47] 0.0074515790836337 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0074515790836337 (GeV) Source track ID 5933 (e-,0.064832075402578[GeV]) at (210.88366284203,-453.35204945641,1255.8617966882) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[16,38] 0.012617767032255 [GeV] -Cell[16,39] 0.051703309460323 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.064321076492578 (GeV) +Cell[16,38] 0.00300030257878 [GeV] +Cell[16,39] 0.060276415169452 [GeV] +Cell[16,37] 0.00016413851196266 [GeV] +Cell[14,24] 0.00088022023238405 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.064321076492578 (GeV) Source track ID 5938 (gamma,0.00022014822916001[GeV]) at (367.31146296199,-339.23780623144,337.84965157893) Original primary track ID 31 (unknown,691.32334101424[GeV]) @@ -5042,80 +5238,96 @@ Cell[11,42] 0.00022014822916001 [GeV] Source track ID 5934 (e+,0.051007690689031[GeV]) at (-338.44980302768,-368.03767583024,1401.8908027907) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[16,30] 0.00051099891 [GeV] -Cell[17,30] 0.049623802248887 [GeV] -Cell[11,5] 0.00074484172567756 [GeV] -Cell[18,43] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.051390641794565 (GeV) +Cell[16,30] 0.0056373454831965 [GeV] +Cell[17,29] 0.00051099891 [GeV] +Cell[15,43] 0.00066815246712058 [GeV] +Cell[17,30] 0.044702192738714 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.051518689599031 (GeV) Source track ID 5921 (pi+,0.58333440594336[GeV]) at (-499.03460204645,31.055852272027,861.75177389689) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[19,23] 3.1387309161346e-07 [GeV] -Cell[14,25] 0.00052467403963476 [GeV] -Cell[13,22] 1.6747143263274e-09 [GeV] -Cell[16,2] 3.3193471984987e-06 [GeV] -Cell[15,2] 6.1621676650248e-11 [GeV] -Cell[14,21] 0.00088086368687996 [GeV] -Cell[15,20] 0.0050516789786121 [GeV] -Cell[16,24] 3.9059147931084e-05 [GeV] -Cell[16,23] 0.0022244426411354 [GeV] -Cell[16,25] 0.00026536861718845 [GeV] -Cell[15,24] 0.026171088201995 [GeV] -Cell[16,13] 1.6006801160984e-07 [GeV] -Cell[16,14] 6.7812856286764e-08 [GeV] -Cell[15,23] 0.0079448721427982 [GeV] -Cell[13,23] 0.0011692326393277 [GeV] -Cell[14,22] 0.09672940133011 [GeV] -Cell[15,21] 0.0049730086405683 [GeV] -Cell[16,20] 1.6152625903487e-11 [GeV] -Cell[15,19] 0.00083520358742601 [GeV] -Cell[15,1] 2.225745515716e-08 [GeV] -Cell[16,39] 3.7415302358568e-09 [GeV] -Cell[15,22] 0.19799985251191 [GeV] -Cell[15,25] 0.0049196911635467 [GeV] -Cell[15,26] 0.000315625747186 [GeV] -Cell[17,40] 6.5119151258841e-08 [GeV] -Cell[14,23] 0.096327988620587 [GeV] -Cell[16,1] 8.2760107704871e-07 [GeV] -Cell[19,1] 5.112582584843e-08 [GeV] -Cell[14,24] 0.00034478171978503 [GeV] -Cell[15,27] 1.4301465716926e-07 [GeV] -Cell[16,27] 7.3581595643191e-09 [GeV] -Cell[16,22] 0.0054562367168846 [GeV] -Cell[16,21] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.45268905211501 (GeV) +Cell[12,19] 0.01745005804683 [GeV] +Cell[12,18] 0.011404935058777 [GeV] +Cell[11,27] 2.1941559680272e-12 [GeV] +Cell[11,28] 9.7985242973436e-05 [GeV] +Cell[14,27] 0.00035702201087702 [GeV] +Cell[14,28] 5.6293780507986e-06 [GeV] +Cell[11,29] 0.00014660433759877 [GeV] +Cell[12,23] 0.0029547981845803 [GeV] +Cell[12,22] 0.00063013233160351 [GeV] +Cell[12,21] 2.007832203526e-05 [GeV] +Cell[10,18] 6.110128367709e-08 [GeV] +Cell[11,18] 0.0018159866872915 [GeV] +Cell[11,17] 0.0059231877430164 [GeV] +Cell[14,21] 0.023395415233563 [GeV] +Cell[14,20] 0.0018517575355367 [GeV] +Cell[13,23] 0.0015927668721788 [GeV] +Cell[14,33] 3.6430050240597e-05 [GeV] +Cell[16,5] 2.5238609094913e-06 [GeV] +Cell[15,19] 2.9054559345241e-06 [GeV] +Cell[17,5] 3.2790335535537e-06 [GeV] +Cell[10,13] 0.00038488822597446 [GeV] +Cell[16,6] 1.5092438422926e-07 [GeV] +Cell[16,19] 1.4428619469982e-05 [GeV] +Cell[10,12] 0.0001413656063296 [GeV] +Cell[14,19] 1.3066340216028e-08 [GeV] +Cell[17,19] 1.6893851512577e-05 [GeV] +Cell[16,21] 1.7781350877158e-05 [GeV] +Cell[16,22] 0.000439038433777 [GeV] +Cell[16,20] 9.5344201668013e-08 [GeV] +Cell[16,23] 7.3196485755034e-07 [GeV] +Cell[17,6] 0.00090749315546475 [GeV] +Cell[17,7] 0.00030750279559106 [GeV] +Cell[14,22] 0.00366396928667 [GeV] +Cell[15,20] 0.043523754723539 [GeV] +Cell[15,21] 0.0036173727389977 [GeV] +Cell[14,24] 0.0001613587730584 [GeV] +Cell[13,22] 0.0065364984575129 [GeV] +Cell[14,42] 4.1548499721102e-06 [GeV] +Cell[15,22] 0.0020111316324144 [GeV] +Cell[15,45] 0.0031286936594484 [GeV] +Cell[14,23] 0.22807985268278 [GeV] +Cell[16,26] 0.0036593982247418 [GeV] +Cell[15,23] 0.0012699317350157 [GeV] +Cell[10,17] 0.00047661355629111 [GeV] +### Total energy deposition in calorimeter by a source track in 44 cells : 0.36605467014825 (GeV) Source track ID 5918 (gamma,1.004682788758[GeV]) at (-131.64960933934,-482.35710874911,294.93683230978) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,27] 0.00029180769143511 [GeV] -Cell[11,26] 0.00016180525993718 [GeV] -Cell[11,34] 0.21277677973367 [GeV] -Cell[11,35] 0.0005053650351839 [GeV] -Cell[10,14] 0.0015960847497574 [GeV] -Cell[11,32] 0.0011557358414919 [GeV] -Cell[11,25] 2.4445579470012e-08 [GeV] -Cell[12,33] 0.00052468892255728 [GeV] -Cell[11,33] 0.7388721028401 [GeV] -Cell[12,34] 0.010506782670758 [GeV] -Cell[19,7] 0.0011667463756477 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.96755792356612 (GeV) +Cell[11,35] 0.0038521094874412 [GeV] +Cell[11,32] 0.0087408079358541 [GeV] +Cell[12,32] 0.011546255740034 [GeV] +Cell[12,31] 0.0010842624613082 [GeV] +Cell[11,33] 0.6887626658163 [GeV] +Cell[11,23] 0.00051099891 [GeV] +Cell[10,0] 0.00049175098250159 [GeV] +Cell[10,33] 0.0071025298037745 [GeV] +Cell[11,34] 0.26448143511889 [GeV] +Cell[12,33] 0.0019870939270256 [GeV] +Cell[12,34] 0.0068828621243163 [GeV] +Cell[12,35] 0.00038171278451635 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.99582448509197 (GeV) Source track ID 5919 (gamma,1.1635719616336[GeV]) at (-189.42305869208,-462.72984001006,253.06738465909) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,34] 0.008310265252458 [GeV] -Cell[11,31] 0.0018127603012985 [GeV] -Cell[11,32] 0.20726870289945 [GeV] -Cell[13,31] 4.1506828240846e-05 [GeV] -Cell[11,33] 0.94298292195891 [GeV] -Cell[10,33] 0.0011928045136969 [GeV] -Cell[10,32] 0.0014935077978331 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 1.1631024695519 (GeV) +Cell[10,34] 0.00026536995597208 [GeV] +Cell[12,3] 0.0014214880952231 [GeV] +Cell[11,31] 0.0066779487743137 [GeV] +Cell[11,32] 0.26106849604113 [GeV] +Cell[12,32] 0.00053818127955728 [GeV] +Cell[15,39] 0.00028184421240124 [GeV] +Cell[11,33] 0.8588115704776 [GeV] +Cell[11,4] 0.00076484524131048 [GeV] +Cell[11,7] 0.00047319471005609 [GeV] +Cell[10,38] 0.00013718384463777 [GeV] +Cell[11,34] 0.027319921562563 [GeV] +Cell[12,33] 0.002010533310649 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 1.1597705775054 (GeV) Source track ID 4909 (gamma,0.0010806673606378[GeV]) at (-459.38524323894,197.39604427218,466.99095117599) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,20] 0.00086727995438853 [GeV] -Cell[10,3] 0.00018496167176358 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0010522416261521 (GeV) +Cell[12,20] 0.0010806673606378 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0010806673606378 (GeV) Source track ID 4910 (gamma,0.00015015681555382[GeV]) at (-459.69481727802,196.67403226591,469.24816822084) Original primary track ID 41 (unknown,2.6699951779791[GeV]) @@ -5134,8 +5346,11 @@ Cell[15,9] 0.001140191011577 [GeV] Source track ID 4878 (e-,0.082354355329867[GeV]) at (218.28736029148,-449.83400086807,1948.5804760373) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[19,39] 0.071756865252748 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.071756865252748 (GeV) +Cell[17,13] 0.00051099891 [GeV] +Cell[19,29] 0.00051099891 [GeV] +Cell[19,40] 0.0013072827121964 [GeV] +Cell[19,39] 0.07951407588767 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.081843356419867 (GeV) Source track ID 4883 (gamma,0.00018279622847894[GeV]) at (-422.81604964475,266.88309830862,464.07785620808) Original primary track ID 41 (unknown,2.6699951779791[GeV]) @@ -5144,47 +5359,67 @@ Cell[12,19] 0.00018279622847894 [GeV] Source track ID 4879 (e+,0.07236114813365[GeV]) at (-495.50682826587,-66.880364397174,1364.7465953877) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[16,24] 0.00039929942622541 [GeV] -Cell[17,24] 0.002227179303299 [GeV] -Cell[17,25] 0.001022431726516 [GeV] -Cell[16,25] 0.060156304824343 [GeV] -Cell[17,26] 0.00065425546666091 [GeV] -Cell[16,26] 0.0012317275538194 [GeV] -Cell[16,36] 0.00026965930006703 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.065960857600931 (GeV) +Cell[9,8] 0.00051099891 [GeV] +Cell[18,34] 0.00051099891 [GeV] +Cell[10,12] 0.0026656867589834 [GeV] +Cell[16,24] 0.0041606143019692 [GeV] +Cell[16,25] 0.061021875190036 [GeV] +Cell[17,25] 0.0016396073139637 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.070509781384952 (GeV) Source track ID 4411 (pi+,0.27328341381395[GeV]) at (258.80074850403,427.8109074974,7.4433117310483) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,7] 0.00076697486184808 [GeV] -Cell[10,6] 0.044528582947318 [GeV] -Cell[10,7] 0.14473292143018 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.19002847923935 (GeV) +Cell[9,9] 0.0028587714261301 [GeV] +Cell[10,7] 0.19676153062278 [GeV] +Cell[9,27] 0.00082618565504663 [GeV] +Cell[9,8] 0.00030351471106587 [GeV] +Cell[8,28] 0.00050415743258043 [GeV] +Cell[9,7] 0.00011051489210331 [GeV] +Cell[6,35] 0.0014888218336473 [GeV] +Cell[10,1] 4.562541435007e-07 [GeV] +Cell[11,1] 0.00025409527586942 [GeV] +Cell[10,19] 0.00065121240922835 [GeV] +Cell[6,17] 0.0039603190082447 [GeV] +Cell[6,40] 8.898839703761e-06 [GeV] +Cell[10,0] 1.3372539944271e-05 [GeV] +Cell[10,47] 1.9171147141606e-06 [GeV] +Cell[9,28] 0.00015013154138603 [GeV] +Cell[6,39] 7.7457203879021e-06 [GeV] +Cell[8,21] 0.00028280961264108 [GeV] +Cell[6,1] 5.246476852335e-06 [GeV] +Cell[11,46] 4.4672098056253e-09 [GeV] +Cell[11,47] 2.3079892788019e-05 [GeV] +Cell[11,0] 9.5008694693547e-05 [GeV] +Cell[10,9] 2.1783484044136e-08 [GeV] +Cell[10,8] 2.3119701800169e-05 [GeV] +Cell[10,10] 2.5950282703889e-05 [GeV] +Cell[7,5] 7.5781125633512e-06 [GeV] +Cell[4,42] 0.0024239334923184 [GeV] +### Total energy deposition in calorimeter by a source track in 26 cells : 0.21078839779403 (GeV) Source track ID 4854 (gamma,0.67224858404432[GeV]) at (444.05232150363,-229.82066000958,-518.95900379842) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,43] 0.010645935291265 [GeV] -Cell[6,44] 0.078966478587683 [GeV] -Cell[6,43] 0.0012283733169454 [GeV] -Cell[3,29] 0.00068829038034186 [GeV] -Cell[6,12] 0.0018223674231179 [GeV] -Cell[7,44] 0.56818475027301 [GeV] -Cell[7,45] 0.0064331277490181 [GeV] -Cell[8,21] 0.00036686550404202 [GeV] -Cell[6,45] 0.0014272002934743 [GeV] -Cell[7,46] 0.0017293794512099 [GeV] -Cell[2,37] 0.00031166524636989 [GeV] -Cell[3,30] 0.00030570424562405 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.6721101377621 (GeV) +Cell[7,46] 0.00021497186235542 [GeV] +Cell[6,44] 0.017899239913279 [GeV] +Cell[8,22] 0.00051099891 [GeV] +Cell[8,39] 0.00018447216245401 [GeV] +Cell[6,45] 0.0064049999002069 [GeV] +Cell[6,43] 0.003512138766894 [GeV] +Cell[7,45] 0.0089977227092331 [GeV] +Cell[7,43] 0.0080406864893942 [GeV] +Cell[7,44] 0.62444033797556 [GeV] +Cell[1,19] 0.0012409296463718 [GeV] +Cell[4,13] 0.00041619999176231 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.67186269832751 (GeV) Source track ID 4855 (gamma,0.13757172036947[GeV]) at (417.90942429503,-274.50266498779,-190.74603873127) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,43] 0.066447916402833 [GeV] -Cell[9,45] 0.00051099891 [GeV] -Cell[11,45] 0.0002887403207193 [GeV] -Cell[9,44] 0.0059622860230776 [GeV] -Cell[14,21] 0.0017549479076105 [GeV] -Cell[8,43] 0.062427465563627 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.13739235512787 (GeV) +Cell[8,42] 0.0012028845891391 [GeV] +Cell[8,43] 0.041236833672032 [GeV] +Cell[9,40] 0.0001862260015616 [GeV] +Cell[9,43] 0.093836782492026 [GeV] +Cell[9,42] 0.00078422070626833 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.13724694746103 (GeV) Source track ID 4850 (gamma,8.9482460781308e-05[GeV]) at (464.95247113304,-183.89997168918,4.5024626278044) Original primary track ID 41 (unknown,2.6699951779791[GeV]) @@ -5193,297 +5428,228 @@ Cell[10,45] 8.9482460781308e-05 [GeV] Source track ID 4842 (kaon-,1.1694995149501[GeV]) at (474.26254190264,-158.35100677938,-18.129505449183) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,11] 6.4736577337499e-07 [GeV] -Cell[10,45] 0.018739735617622 [GeV] -Cell[9,43] 0.003176700752312 [GeV] -Cell[11,43] 1.4153577444972e-05 [GeV] -Cell[11,26] 2.4756564338304e-06 [GeV] -Cell[11,10] 0.00058630792060455 [GeV] -Cell[10,10] 9.4970786518388e-05 [GeV] -Cell[9,45] 0.60388105096788 [GeV] -Cell[10,44] 0.0097677231518342 [GeV] -Cell[9,41] 0.00080631426940056 [GeV] -Cell[10,26] 0.0041375458341534 [GeV] -Cell[9,42] 0.0070043074726794 [GeV] -Cell[9,40] 1.2458011042327e-08 [GeV] -Cell[8,41] 1.9691498018801e-06 [GeV] -Cell[8,42] 0.00026300246717597 [GeV] -Cell[10,41] 2.2326304917897e-07 [GeV] -Cell[9,20] 0.0014241447007216 [GeV] -Cell[10,46] 0.0094034816475257 [GeV] -Cell[11,46] 3.2855314202607e-10 [GeV] -Cell[10,43] 0.0017688287106951 [GeV] -Cell[9,46] 0.18104222336684 [GeV] -Cell[10,47] 0.0021929648774932 [GeV] -Cell[9,47] 0.0024810888520447 [GeV] -Cell[11,47] 2.3458594606609e-06 [GeV] -Cell[11,9] 2.0590336357714e-05 [GeV] -Cell[9,14] 1.6420672181994e-09 [GeV] -Cell[5,11] 8.1427811551293e-08 [GeV] -Cell[5,10] 4.3922050554102e-07 [GeV] -Cell[11,41] 3.3406601803563e-06 [GeV] -Cell[11,25] 0.00030356913945275 [GeV] -Cell[11,21] 0.0023785414712597 [GeV] -Cell[12,25] 3.1515707960352e-06 [GeV] -Cell[10,42] 1.9979836568268e-05 [GeV] -Cell[7,45] 6.4965607735303e-05 [GeV] -Cell[10,29] 8.1839185440913e-08 [GeV] -Cell[11,42] 3.8510315766871e-07 [GeV] -Cell[9,44] 0.013091717337042 [GeV] -Cell[11,0] 0.00097682637852552 [GeV] -Cell[11,1] 1.9231598707847e-07 [GeV] -Cell[10,27] 0.0011457220910112 [GeV] -Cell[10,31] 1.301662679225e-07 [GeV] -Cell[10,30] 4.254593070641e-06 [GeV] -Cell[12,0] 0.00052862102748418 [GeV] -Cell[8,45] 2.2707824382451e-07 [GeV] -Cell[8,44] 1.0328949429095e-10 [GeV] -Cell[8,43] 6.6572107042475e-06 [GeV] -Cell[9,0] 0.00083210622582091 [GeV] -Cell[10,0] 0.0029915799938539 [GeV] -### Total energy deposition in calorimeter by a source track in 48 cells : 0.86916538143041 (GeV) +Cell[7,46] 0.010312216682965 [GeV] +Cell[8,42] 1.2414510390954e-05 [GeV] +Cell[8,3] 1.1500394381301e-06 [GeV] +Cell[8,46] 0.0069158658813634 [GeV] +Cell[8,47] 0.0013278005817253 [GeV] +Cell[8,45] 0.0054088780203152 [GeV] +Cell[9,45] 0.28891304942509 [GeV] +Cell[9,44] 0.26390987206711 [GeV] +Cell[8,43] 0.0015341722975768 [GeV] +Cell[10,44] 0.012474182135733 [GeV] +Cell[10,40] 3.0812202567176e-11 [GeV] +Cell[10,47] 6.2641951217302e-09 [GeV] +Cell[9,40] 2.3132052099754e-05 [GeV] +Cell[10,41] 6.4759353790578e-10 [GeV] +Cell[9,43] 0.016514119834699 [GeV] +Cell[7,45] 0.0039611227942887 [GeV] +Cell[7,43] 0.00026832687305023 [GeV] +Cell[7,44] 0.0015313561054365 [GeV] +Cell[10,43] 0.019148930870636 [GeV] +Cell[11,42] 0.0080665980939385 [GeV] +Cell[11,41] 0.00065299768820546 [GeV] +Cell[7,42] 0.0082292043520253 [GeV] +Cell[10,46] 0.0011802396067535 [GeV] +Cell[9,47] 2.5433484177825e-05 [GeV] +Cell[9,46] 0.17445254965826 [GeV] +Cell[10,42] 0.0018241056480767 [GeV] +Cell[10,45] 0.0015380902660362 [GeV] +Cell[9,42] 0.0016140703397068 [GeV] +Cell[9,41] 8.8190695355024e-05 [GeV] +Cell[7,47] 1.2795704387827e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 30 cells : 0.82994087265144 (GeV) Source track ID 4839 (gamma,0.015859560263227[GeV]) at (453.63010118214,-210.28488129555,-430.35198666553) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[6,3] 0.0007997989837509 [GeV] -Cell[5,18] 0.0004163265489534 [GeV] -Cell[7,44] 0.014317709567974 [GeV] -Cell[7,45] 0.00032572516254905 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.015859560263227 (GeV) +Cell[7,44] 0.015859560263227 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.015859560263227 (GeV) Source track ID 4840 (gamma,0.75885122891297[GeV]) at (497.51078040196,-49.829944650083,326.48051373419) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[11,46] 0.011759639461966 [GeV] -Cell[11,47] 0.64505387713547 [GeV] -Cell[12,46] 0.0073931459791963 [GeV] -Cell[12,47] 0.090103540492534 [GeV] -Cell[10,20] 0.0014639054781135 [GeV] -Cell[11,0] 0.0018198377405075 [GeV] -Cell[12,0] 0.0012572826251892 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.75885122891297 (GeV) +Cell[13,27] 0.0019620433102936 [GeV] +Cell[11,1] 0.00015868862899476 [GeV] +Cell[13,20] 0.00051044162979583 [GeV] +Cell[10,5] 0.0006164469667234 [GeV] +Cell[12,1] 0.00021408870837087 [GeV] +Cell[13,34] 0.0010416791845083 [GeV] +Cell[11,46] 0.02848136287237 [GeV] +Cell[11,47] 0.70132758060241 [GeV] +Cell[12,45] 0.0049430291830954 [GeV] +Cell[12,46] 0.0012678073247757 [GeV] +Cell[12,47] 0.012733861136899 [GeV] +Cell[12,0] 4.7359352149523e-07 [GeV] +Cell[11,0] 0.0052937414471284 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 0.75855124458888 (GeV) Source track ID 4788 (mu+,0.18136712237257[GeV]) at (205.12898938596,-455.98475601,1678.2558484894) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[18,39] 0.085291066465238 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.085291066465238 (GeV) +Cell[18,39] 0.11309878367635 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.11309878367635 (GeV) Source track ID 4622 (gamma,0.12620965025075[GeV]) at (-487.28250262998,-112.05249943962,703.88980969075) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[13,26] 0.0020605128842877 [GeV] -Cell[13,25] 0.11913705279628 [GeV] -Cell[14,25] 0.0026854786777909 [GeV] -Cell[11,42] 0.00057364748862145 [GeV] -Cell[11,40] 0.0014847746753792 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.12594146652236 (GeV) +Cell[13,25] 0.12490668374696 [GeV] +Cell[13,24] 0.00064323443199617 [GeV] +Cell[13,12] 0.00065973207179674 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.12620965025075 (GeV) Source track ID 4623 (gamma,0.088297327870564[GeV]) at (61.272155229985,-496.23152156375,76.525340685258) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,35] 0.0015702848736963 [GeV] -Cell[10,36] 0.083697800930644 [GeV] -Cell[10,37] 0.0026916862981234 [GeV] -Cell[9,37] 0.00033755576810018 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.088297327870564 (GeV) +Cell[10,37] 0.0062416901414616 [GeV] +Cell[10,36] 0.082055637729103 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.088297327870564 (GeV) Source track ID 4416 (pi+,0.88674675851202[GeV]) at (5.2246366677517,499.97270242653,750.53144168328) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[6,39] 0.0013710601546924 [GeV] -Cell[7,14] 0.00016189607947751 [GeV] -Cell[6,14] 4.3682929138868e-05 [GeV] -Cell[6,40] 5.6461431086063e-12 [GeV] -Cell[8,47] 8.1138614127667e-06 [GeV] -Cell[6,21] 6.6780187189579e-06 [GeV] -Cell[12,37] 1.577041786868e-05 [GeV] -Cell[13,28] 3.2120254002166e-07 [GeV] -Cell[12,40] 0.00056581265661428 [GeV] -Cell[6,29] 0.00043390966430621 [GeV] -Cell[7,43] 1.1491030454636e-07 [GeV] -Cell[8,32] 2.020678948611e-10 [GeV] -Cell[9,41] 2.6418603665661e-06 [GeV] -Cell[11,34] 2.5247354767544e-07 [GeV] -Cell[10,26] 2.5255513610318e-06 [GeV] -Cell[11,29] 3.1574285239913e-06 [GeV] -Cell[8,35] 8.6720631225035e-06 [GeV] -Cell[5,38] 0.00031863323977833 [GeV] -Cell[5,37] 0.00080093780588847 [GeV] -Cell[1,0] 1.1051364901959e-07 [GeV] -Cell[12,46] 0.00019773288695012 [GeV] -Cell[11,35] 4.4005329374386e-06 [GeV] -Cell[17,30] 5.7548632651105e-07 [GeV] -Cell[17,31] 0.0022853643064832 [GeV] -Cell[15,8] 7.2011701115684e-05 [GeV] -Cell[15,6] 2.6742792979348e-05 [GeV] -Cell[11,9] 3.5027931735385e-06 [GeV] -Cell[13,27] 0.0023899515152019 [GeV] -Cell[14,26] 0.00029637517880474 [GeV] -Cell[8,31] 0.00014742328454588 [GeV] -Cell[9,14] 0.0073532333051537 [GeV] -Cell[12,39] 0.0011930970712064 [GeV] -Cell[17,32] 0.0010706080223845 [GeV] -Cell[15,31] 0.00011041457680403 [GeV] -Cell[14,31] 2.9891033685999e-05 [GeV] -Cell[14,18] 7.6278033666313e-05 [GeV] -Cell[13,18] 3.5527439613361e-06 [GeV] -Cell[12,15] 7.9676334114993e-05 [GeV] -Cell[12,21] 0.00018957078976314 [GeV] -Cell[12,22] 2.9145724056434e-10 [GeV] -Cell[13,21] 7.1410770660805e-06 [GeV] -Cell[6,15] 6.207443754829e-05 [GeV] -Cell[7,29] 0.00078597897863461 [GeV] -Cell[12,10] 0.21736538524973 [GeV] -Cell[13,12] 0.0064099102089848 [GeV] -Cell[13,11] 0.12702332106419 [GeV] -Cell[12,11] 0.00010497062189711 [GeV] -Cell[12,12] 0.00017980771621899 [GeV] -Cell[14,12] 4.0651218516814e-05 [GeV] -Cell[11,1] 9.4719483167864e-06 [GeV] -Cell[11,2] 7.2831029247027e-06 [GeV] -Cell[14,17] 2.7588285505772e-05 [GeV] -Cell[9,3] 0.00031989947604916 [GeV] -Cell[12,7] 9.6401511400472e-06 [GeV] -Cell[12,34] 6.1298851505853e-10 [GeV] -Cell[12,35] 1.6545088146813e-07 [GeV] -Cell[16,2] 0.0022231225367724 [GeV] -Cell[13,0] 0.0045915926665087 [GeV] -Cell[11,8] 0.00010563398491161 [GeV] -Cell[14,20] 5.0289305072511e-05 [GeV] -Cell[15,20] 4.2714652518043e-05 [GeV] -Cell[14,19] 4.5618134055985e-05 [GeV] -Cell[14,34] 0.0017214591441358 [GeV] -Cell[13,24] 0.0013853642725231 [GeV] -Cell[12,38] 4.2836829899215e-05 [GeV] -Cell[13,36] 5.6067543700919e-06 [GeV] -Cell[2,7] 8.5988363716751e-06 [GeV] -Cell[4,10] 0.0024340273776143 [GeV] -Cell[3,6] 8.057195780566e-06 [GeV] -Cell[8,0] 0.00038087228900758 [GeV] -Cell[7,46] 7.2530210018158e-06 [GeV] -Cell[0,47] 4.6309533156318e-05 [GeV] -Cell[2,24] 8.3649724547286e-06 [GeV] -Cell[8,3] 5.6127920106519e-06 [GeV] -Cell[11,6] 6.5474870207254e-06 [GeV] -Cell[13,46] 0.00088046641033316 [GeV] -Cell[15,14] 1.0298018821686e-07 [GeV] -Cell[16,14] 9.4954909640364e-05 [GeV] -Cell[15,23] 0.0015316350953353 [GeV] -Cell[11,39] 0.002097797050861 [GeV] -Cell[13,14] 4.5362326141912e-05 [GeV] -Cell[15,45] 0.00044998948494765 [GeV] -Cell[14,39] 0.00090862578823451 [GeV] -Cell[14,35] 0.0011695284927192 [GeV] -Cell[12,6] 0.00013081767656331 [GeV] -Cell[12,5] 0.0021255561243622 [GeV] -Cell[12,8] 0.011504373660444 [GeV] -Cell[17,27] 0.0014682063250281 [GeV] -Cell[13,10] 0.0011290740856152 [GeV] -Cell[14,38] 0.001044325242153 [GeV] -Cell[16,39] 0.00071409845644598 [GeV] -Cell[15,22] 0.00026432201220643 [GeV] -Cell[18,22] 0.16753827399072 [GeV] -Cell[17,39] 0.00019193989043379 [GeV] -Cell[13,13] 1.535690523724e-07 [GeV] -Cell[15,13] 0.00057946459129857 [GeV] -Cell[14,11] 7.2913739131764e-08 [GeV] -Cell[15,44] 7.2072227876561e-05 [GeV] -Cell[18,31] 3.7739022104688e-08 [GeV] -Cell[18,30] 5.5846517170721e-09 [GeV] -Cell[13,38] 0.00062986548667129 [GeV] -Cell[14,8] 0.00024540852077519 [GeV] -Cell[16,44] 0.00042392909530876 [GeV] -Cell[16,45] 0.0013052914280415 [GeV] -Cell[17,40] 1.0451185517013e-10 [GeV] -Cell[15,15] 2.5790110456001e-05 [GeV] -Cell[16,1] 1.3243067146504e-06 [GeV] -Cell[15,12] 0.00029943793098784 [GeV] -Cell[12,9] 0.0052312205160205 [GeV] -Cell[13,9] 0.00054251393890991 [GeV] -Cell[9,35] 0.00019731906917748 [GeV] -Cell[13,20] 0.0024143545880262 [GeV] -Cell[0,0] 1.17556410828e-07 [GeV] -Cell[1,46] 0.00043071332055922 [GeV] -Cell[15,4] 4.1632612061221e-05 [GeV] -Cell[14,9] 0.00074268610956992 [GeV] -### Total energy deposition in calorimeter by a source track in 116 cells : 0.59122072642775 (GeV) +Cell[9,32] 1.5703439430808e-05 [GeV] +Cell[10,31] 1.7953969446808e-05 [GeV] +Cell[10,32] 2.3146195610479e-07 [GeV] +Cell[10,26] 0.0011624044429991 [GeV] +Cell[10,27] 6.167422488943e-07 [GeV] +Cell[15,37] 0.00039289887806626 [GeV] +Cell[13,8] 0.00020530558975759 [GeV] +Cell[13,7] 0.00034493378593936 [GeV] +Cell[14,12] 0.011018938130078 [GeV] +Cell[14,11] 0.23616135135149 [GeV] +Cell[15,13] 0.00022184540110163 [GeV] +Cell[14,13] 0.0010112774763952 [GeV] +Cell[14,9] 0.00069573929184626 [GeV] +Cell[15,8] 0.0013171753781115 [GeV] +Cell[15,7] 0.0005626695097576 [GeV] +Cell[14,10] 0.04609774925757 [GeV] +Cell[15,11] 0.025989477756294 [GeV] +Cell[15,12] 0.0029738277196865 [GeV] +Cell[15,10] 0.023025297240267 [GeV] +Cell[18,24] 5.1500214613043e-07 [GeV] +Cell[16,28] 6.4115738496184e-11 [GeV] +Cell[12,13] 9.3018901057803e-05 [GeV] +Cell[13,11] 0.069912234570373 [GeV] +Cell[16,9] 0.00042793530945664 [GeV] +Cell[12,12] 0.00099991233135052 [GeV] +Cell[19,27] 3.5424684892064e-05 [GeV] +Cell[17,27] 2.1204726792462e-05 [GeV] +Cell[17,28] 0.0008946238963 [GeV] +Cell[13,9] 4.1257906616465e-06 [GeV] +Cell[15,9] 0.0017812548205738 [GeV] +Cell[18,28] 7.7753594489423e-06 [GeV] +Cell[13,10] 0.014758446830162 [GeV] +Cell[16,10] 0.00050604016407488 [GeV] +Cell[18,27] 2.5075802695937e-06 [GeV] +Cell[15,15] 0.0022230788073136 [GeV] +Cell[17,26] 0.0012803654440759 [GeV] +Cell[12,11] 0.065855309965778 [GeV] +Cell[14,8] 0.0061157098414342 [GeV] +Cell[19,28] 8.8419584790245e-07 [GeV] +Cell[16,27] 0.0038542089562883 [GeV] +Cell[18,26] 6.745524328835e-05 [GeV] +Cell[18,29] 4.0603224533697e-09 [GeV] +Cell[14,7] 3.0873634386808e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 43 cells : 0.5200574642421 (GeV) Source track ID 4501 (pi-,0.65410024628502[GeV]) at (-89.729211286414,-491.88277937118,1129.146523066) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[11,10] 0.00012952704568897 [GeV] -Cell[16,30] 0.0014408867332738 [GeV] -Cell[17,31] 1.0581006692632e-05 [GeV] -Cell[16,31] 0.0081747542347588 [GeV] -Cell[10,9] 0.0022157313184927 [GeV] -Cell[16,32] 0.0054924582464743 [GeV] -Cell[17,32] 0.012861733100566 [GeV] -Cell[15,31] 0.0015487310581912 [GeV] -Cell[15,30] 1.7251589497391e-08 [GeV] -Cell[15,36] 0.0063116321989706 [GeV] -Cell[13,16] 1.9171339925379e-05 [GeV] -Cell[16,35] 0.18804510578893 [GeV] -Cell[10,2] 8.9884954805939e-06 [GeV] -Cell[11,12] 1.107637071982e-07 [GeV] -Cell[9,25] 8.541153584531e-05 [GeV] -Cell[12,10] 9.8227569251321e-06 [GeV] -Cell[15,43] 3.8717261981901e-05 [GeV] -Cell[3,9] 0.0003205485855799 [GeV] -Cell[15,38] 5.1452266700949e-05 [GeV] -Cell[16,38] 0.00047871165971083 [GeV] -Cell[16,36] 0.0085970568693431 [GeV] -Cell[16,34] 0.011068228828049 [GeV] -Cell[17,36] 0.00045785829855072 [GeV] -Cell[13,3] 0.0004663583301314 [GeV] -Cell[17,35] 0.0002903913431644 [GeV] -Cell[14,35] 2.0392830454512e-05 [GeV] -Cell[15,37] 0.0016219536342494 [GeV] -Cell[15,35] 0.0033764516175419 [GeV] -Cell[15,34] 0.089980610499638 [GeV] -Cell[16,37] 0.0026830742467381 [GeV] -Cell[15,44] 0.0016370380424542 [GeV] -Cell[17,34] 0.0048384597916287 [GeV] -Cell[17,33] 0.0037642900371207 [GeV] -Cell[18,32] 2.1692321706723e-07 [GeV] -Cell[16,33] 0.027112098989971 [GeV] -Cell[15,33] 1.8427419650834e-05 [GeV] -Cell[9,24] 2.1235039582734e-07 [GeV] -Cell[18,2] 6.0259808698902e-05 [GeV] -Cell[10,1] 8.5398848023033e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 39 cells : 0.38323832649896 (GeV) +Cell[7,9] 2.9253834509291e-05 [GeV] +Cell[7,8] 0.0041043627561526 [GeV] +Cell[16,34] 0.033365303456945 [GeV] +Cell[12,19] 1.2376151508988e-06 [GeV] +Cell[11,27] 9.0023359736051e-06 [GeV] +Cell[7,30] 8.4100846629553e-06 [GeV] +Cell[15,32] 5.777140692885e-05 [GeV] +Cell[12,26] 0.00039021574486378 [GeV] +Cell[12,27] 0.00027734995512151 [GeV] +Cell[11,23] 0.0048430169735851 [GeV] +Cell[12,23] 4.7168269417625e-05 [GeV] +Cell[11,24] 0.00022316822744983 [GeV] +Cell[12,24] 0.0098775353592446 [GeV] +Cell[13,23] 0.0020860665141608 [GeV] +Cell[7,31] 0.00045289918613901 [GeV] +Cell[9,45] 6.8643159465864e-08 [GeV] +Cell[7,27] 4.8682533670217e-06 [GeV] +Cell[12,2] 3.5879341885448e-07 [GeV] +Cell[11,26] 5.6846511200206e-05 [GeV] +Cell[11,25] 4.3319076098669e-07 [GeV] +Cell[0,3] 1.0539553477429e-07 [GeV] +Cell[0,36] 8.732615045119e-06 [GeV] +Cell[17,39] 0.0041095997592391 [GeV] +Cell[17,38] 0.028290011570699 [GeV] +Cell[17,40] 0.0029263199021102 [GeV] +Cell[17,41] 1.746229827404e-12 [GeV] +Cell[16,5] 5.8826428721659e-07 [GeV] +Cell[15,19] 1.1745234951377e-07 [GeV] +Cell[17,35] 0.035272269789885 [GeV] +Cell[17,34] 0.011401855327534 [GeV] +Cell[17,36] 3.4192337491959e-05 [GeV] +Cell[18,37] 9.4529241323471e-11 [GeV] +Cell[14,41] 5.6518922792748e-07 [GeV] +Cell[17,33] 0.001582787248451 [GeV] +Cell[16,36] 1.4571679217852e-06 [GeV] +Cell[15,34] 0.10255916278486 [GeV] +Cell[16,35] 0.11816430016965 [GeV] +Cell[16,33] 2.434498060029e-05 [GeV] +Cell[17,37] 0.0061585483102215 [GeV] +Cell[18,38] 0.010004766445222 [GeV] +Cell[14,3] 5.6523930106778e-06 [GeV] +Cell[16,11] 7.1254937211052e-08 [GeV] +Cell[17,12] 0.00042906637001863 [GeV] +Cell[12,25] 2.4223425043601e-10 [GeV] +Cell[15,5] 2.6431918377057e-07 [GeV] +Cell[13,22] 0.0026706872722027 [GeV] +Cell[6,21] 9.9314053965145e-06 [GeV] +Cell[19,38] 3.5614499438452e-09 [GeV] +Cell[14,23] 5.3826762723475e-08 [GeV] +Cell[12,11] 3.1353824306279e-07 [GeV] +Cell[7,28] 9.6771296521183e-06 [GeV] +Cell[10,45] 6.010034121573e-08 [GeV] +Cell[18,1] 1.7245911742521e-06 [GeV] +Cell[17,11] 3.7799713936693e-10 [GeV] +Cell[0,35] 2.9576937095044e-09 [GeV] +Cell[18,39] 0.0064552047842783 [GeV] +### Total energy deposition in calorimeter by a source track in 56 cells : 0.3859577760434 (GeV) Source track ID 4407 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,35] 0.020327478568135 [GeV] -Cell[12,31] 0.00014269344795502 [GeV] -Cell[4,5] 0.001722628780721 [GeV] -Cell[10,34] 0.0012684928397034 [GeV] -Cell[9,36] 0.0089149490226185 [GeV] -Cell[9,35] 0.20470828045359 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.23708452311272 (GeV) +Cell[10,35] 0.0036449490961325 [GeV] +Cell[9,33] 0.0003883581596566 [GeV] +Cell[10,37] 0.0017390029302454 [GeV] +Cell[9,32] 0.0020139153145766 [GeV] +Cell[9,34] 0.0029776035850629 [GeV] +Cell[9,35] 0.21753720349334 [GeV] +Cell[9,36] 0.008945954605186 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.2372469871842 (GeV) Source track ID 4408 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,9] 0.00040995056451079 [GeV] -Cell[11,9] 0.00059518470333389 [GeV] -Cell[10,8] 0.2922513299515 [GeV] -Cell[10,7] 0.040878859424661 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.33413532464401 (GeV) +Cell[10,7] 0.038230025454889 [GeV] +Cell[11,7] 0.0005485031487006 [GeV] +Cell[11,26] 0.0023542984007848 [GeV] +Cell[11,8] 0.00031448466338036 [GeV] +Cell[10,8] 0.29095084299773 [GeV] +Cell[15,18] 0.0001959757457028 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.33259413041119 (GeV) Source track ID 4361 (e-,0.00075048885453754[GeV]) at (-72.940576109744,-494.65106121061,-1251.9654154202) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,34] 5.9176481112222e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.9176481112222e-05 (GeV) +Cell[3,34] 8.4587820149611e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 8.4587820149611e-05 (GeV) Source track ID 4357 (mu-,1.0965586873674[GeV]) at (470.98397067079,-167.85142052176,-1928.6054735898) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,45] 0.11582485674491 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.11582485674491 (GeV) +Cell[0,45] 0.10071754452475 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.10071754452475 (GeV) Source track ID 3945 (gamma,0.16498092085606[GeV]) at (-167.27759168817,471.18808062069,-1116.9841796469) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,43] 0.00051099891 [GeV] -Cell[1,33] 0.00051099891 [GeV] -Cell[3,14] 0.0013089044828281 [GeV] -Cell[4,14] 0.16190731263013 [GeV] -Cell[4,15] 0.00051099891 [GeV] -Cell[0,28] 0.00023170701310587 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.16498092085606 (GeV) +Cell[4,14] 0.15709952891878 [GeV] +Cell[5,45] 0.00034251974484192 [GeV] +Cell[0,4] 0.00031901731892681 [GeV] +Cell[0,3] 0.0010669620043419 [GeV] +Cell[1,36] 0.00051099891 [GeV] +Cell[4,13] 0.00030559258769398 [GeV] +Cell[2,38] 0.0002957722298781 [GeV] +Cell[4,9] 0.00051099891 [GeV] +Cell[3,14] 0.0045295302315986 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.16498092085606 (GeV) Source track ID 3811 (gamma,2.960779781817e-05[GeV]) at (-499.97056980999,5.4248800793151,-432.52372070565) Original primary track ID 43 (unknown,52.984237098069[GeV]) @@ -5492,301 +5658,429 @@ Cell[7,23] 2.960779781817e-05 [GeV] Source track ID 3794 (gamma,0.0014852941419698[GeV]) at (82.294656966306,493.1810919275,-797.13442907414) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,10] 0.0008245224916465 [GeV] -Cell[3,5] 0.00066077165032332 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0014852941419698 (GeV) +Cell[6,10] 0.0014852941419698 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014852941419698 (GeV) Source track ID 3793 (e+,0.0011634485276115[GeV]) at (-499.99997412365,0.16086125941048,-322.64912487416) Original primary track ID 43 (unknown,52.984237098069[GeV]) +Cell[8,24] 0.00051099891 [GeV] Cell[8,23] 0.0011634485276115 [GeV] -Cell[9,27] 0.00046028528783469 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0016237338154462 (GeV) +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0016744474376115 (GeV) Source track ID 3791 (gamma,0.77353931528222[GeV]) at (193.22390200904,-461.15563933709,-1884.3170193117) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[5,8] 0.00051099891 [GeV] -Cell[0,40] 0.0065412442166351 [GeV] -Cell[0,39] 0.5869609836718 [GeV] -Cell[1,29] 0.0079686614901372 [GeV] -Cell[2,11] 0.00051099891 [GeV] -Cell[1,43] 0.00029810170967947 [GeV] -Cell[3,20] 0.00080284799269603 [GeV] -Cell[3,24] 0.00069587319202674 [GeV] -Cell[1,30] 0.0011419355286283 [GeV] -Cell[16,13] 0.0047242628992517 [GeV] -Cell[1,46] 0.00051099891 [GeV] -Cell[0,38] 0.11271852675292 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.72338543418377 (GeV) +Cell[0,39] 0.51336787975934 [GeV] +Cell[0,1] 0.00048901429171335 [GeV] +Cell[0,36] 0.00024377039757833 [GeV] +Cell[0,38] 0.21030264440124 [GeV] +Cell[1,34] 0.0011624989055931 [GeV] +Cell[0,37] 0.00033916300073662 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.7259049707562 (GeV) Source track ID 3760 (mu+,0.18935659826955[GeV]) at (256.969752269,428.91321548631,-1632.563344932) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,41] 0.00051099891 [GeV] -Cell[1,7] 0.11236870336177 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.11287970227177 (GeV) +Cell[1,7] 0.098003619959546 [GeV] +Cell[1,8] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.098514618869546 (GeV) Source track ID 3749 (gamma,0.59980090891317[GeV]) at (255.70125675647,-429.67064979256,-1133.3038382821) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,39] 0.030316251755872 [GeV] -Cell[4,27] 0.0017561646319458 [GeV] -Cell[5,8] 0.00087922775237357 [GeV] -Cell[5,30] 0.00035519557142722 [GeV] -Cell[4,40] 0.47202430758725 [GeV] -Cell[3,39] 0.016350167291848 [GeV] -Cell[3,40] 0.073506121769043 [GeV] -Cell[4,18] 0.00051099891 [GeV] -Cell[1,20] 0.0006320880557733 [GeV] -Cell[1,31] 0.00051099891 [GeV] -Cell[4,30] 8.7775029899748e-05 [GeV] -Cell[1,17] 0.0013397889095874 [GeV] -Cell[4,46] 0.00071324283242138 [GeV] -Cell[3,24] 0.00081857990572523 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.59980090891316 (GeV) +Cell[8,24] 0.0012009628448599 [GeV] +Cell[4,39] 0.041449951178207 [GeV] +Cell[3,42] 0.00094575830073205 [GeV] +Cell[2,40] 0.004989028102955 [GeV] +Cell[5,6] 0.00065279300911075 [GeV] +Cell[4,40] 0.47630143432991 [GeV] +Cell[3,39] 0.03156762831239 [GeV] +Cell[3,40] 0.034495279326443 [GeV] +Cell[3,41] 0.00098340801528093 [GeV] +Cell[1,16] 0.00059073033391032 [GeV] +Cell[7,16] 0.0036293833405442 [GeV] +Cell[5,21] 0.0003879280634311 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.59719428515778 (GeV) Source track ID 3750 (gamma,0.053266099197347[GeV]) at (183.99450323562,464.91507050114,-1027.455889251) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,36] 0.0028854289491624 [GeV] -Cell[1,25] 0.00041933384089996 [GeV] -Cell[3,15] 0.0041202685263034 [GeV] -Cell[4,10] 0.0016664769522995 [GeV] -Cell[4,9] 0.040570368163096 [GeV] -Cell[4,22] 0.00051099891 [GeV] -Cell[4,13] 0.00064586770306644 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.050818743044827 (GeV) +Cell[4,8] 0.00051099891 [GeV] +Cell[4,9] 0.052755100287347 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.053266099197347 (GeV) Source track ID 3747 (gamma,0.39597382458922[GeV]) at (-372.59430029712,-333.42688461805,-1802.3851766211) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[0,30] 0.0010074967947964 [GeV] -Cell[0,29] 0.38852365665019 [GeV] -Cell[3,14] 0.00045689751475606 [GeV] -Cell[2,11] 0.0019856319443238 [GeV] -Cell[2,10] 0.00049684248324074 [GeV] -Cell[0,28] 0.0020983456509398 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.39456887103825 (GeV) +Cell[0,28] 0.0028960200607879 [GeV] +Cell[0,29] 0.39296109858021 [GeV] +Cell[0,27] 0.00011670594821551 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.39597382458921 (GeV) Source track ID 3748 (gamma,0.02130681471934[GeV]) at (476.42903510512,151.70818866761,-84.417528326255) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,2] 0.02130681471934 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.02130681471934 (GeV) +Cell[7,7] 0.001270362012181 [GeV] +Cell[7,6] 0.0023411939529045 [GeV] +Cell[9,2] 0.0176911732169 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.021302729181985 (GeV) Source track ID 3746 (gamma,0.19239638056034[GeV]) at (-414.65188579289,279.39902220373,-1130.2072220921) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,8] 0.00051099891 [GeV] -Cell[3,19] 0.00078373447679342 [GeV] -Cell[2,8] 0.00040960658896685 [GeV] -Cell[2,7] 0.004967425383503 [GeV] -Cell[4,19] 0.1703240280349 [GeV] -Cell[4,20] 0.005967140353359 [GeV] -Cell[3,18] 0.0030123916326409 [GeV] -Cell[2,6] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.18648632429017 (GeV) +Cell[3,46] 0.00085225914101301 [GeV] +Cell[4,19] 0.16617387579407 [GeV] +Cell[3,18] 0.0048638636971588 [GeV] +Cell[4,18] 0.0036124489501961 [GeV] +Cell[4,20] 0.0010139924737478 [GeV] +Cell[0,40] 0.00074165401132182 [GeV] +Cell[11,46] 0.0020173525947065 [GeV] +Cell[3,19] 0.0085770379068973 [GeV] +Cell[8,1] 0.00077420662587468 [GeV] +Cell[0,32] 0.0015540905567039 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.19018078175169 (GeV) Source track ID 3658 (gamma,0.25162621009879[GeV]) at (499.0263468924,-31.188220648669,957.00754872638) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,0] 0.00088223125911057 [GeV] -Cell[15,47] 0.098874921050574 [GeV] -Cell[14,46] 0.00065221363491753 [GeV] -Cell[14,47] 0.15034204588717 [GeV] -Cell[14,0] 0.00087479826702006 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.25162621009879 (GeV) +Cell[10,29] 0.0014252205881288 [GeV] +Cell[9,19] 0.00051099891 [GeV] +Cell[14,1] 0.00022837244972114 [GeV] +Cell[14,47] 0.18485190292139 [GeV] +Cell[15,46] 0.0040668951352975 [GeV] +Cell[15,0] 0.0024417334862617 [GeV] +Cell[15,47] 0.024506446625664 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.21803157011647 (GeV) Source track ID 3453 (gamma,0.23940053141976[GeV]) at (-378.30990977007,-326.92753351432,1067.9855639751) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[16,30] 0.0034658189881648 [GeV] -Cell[15,30] 0.0026896061831783 [GeV] -Cell[12,15] 0.00051099891 [GeV] -Cell[15,2] 0.0012317900968584 [GeV] -Cell[17,16] 0.00042962726563871 [GeV] -Cell[15,28] 0.020395277391314 [GeV] -Cell[15,29] 0.20007958690484 [GeV] -Cell[10,7] 0.0011837272009979 [GeV] -Cell[13,23] 0.00012663267930648 [GeV] -Cell[10,0] 0.00021555638167622 [GeV] -Cell[15,13] 0.00045809258086183 [GeV] -Cell[18,8] 0.00079836351423737 [GeV] -Cell[16,43] 0.0010226106303271 [GeV] -Cell[16,42] 1.3291983544605e-05 [GeV] -Cell[16,47] 0.0026698934048607 [GeV] -Cell[15,12] 3.9431305492695e-05 [GeV] -Cell[14,2] 0.0019364797580252 [GeV] -Cell[16,27] 0.0013270014362883 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.23859378661562 (GeV) +Cell[15,41] 0.00073711309680224 [GeV] +Cell[13,41] 0.00076076427529691 [GeV] +Cell[15,29] 0.20063091210661 [GeV] +Cell[15,28] 0.031610715449606 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.23373950492831 (GeV) Source track ID 3244 (gamma,0.41164872010706[GeV]) at (-456.42208799933,204.15405356331,168.6781985588) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[11,20] 0.024671542199974 [GeV] -Cell[11,19] 0.0014112828618486 [GeV] -Cell[11,21] 0.0048598193536798 [GeV] -Cell[10,20] 0.36917754774361 [GeV] -Cell[13,45] 0.00098675731455149 [GeV] -Cell[12,42] 0.001362550441653 [GeV] -Cell[10,21] 0.0091792201917494 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.41164872010706 (GeV) +Cell[10,19] 0.0034754678351827 [GeV] +Cell[11,18] 0.00064665036089305 [GeV] +Cell[11,19] 0.0016027177961704 [GeV] +Cell[11,21] 0.00064369723876271 [GeV] +Cell[11,20] 0.061840940156707 [GeV] +Cell[10,20] 0.34033760693703 [GeV] +Cell[10,21] 0.0023550058249563 [GeV] +Cell[10,14] 0.00074663395735726 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.41164872010706 (GeV) Source track ID 3245 (gamma,0.17556583448629[GeV]) at (-370.26450669727,336.01219483856,-37.728290195942) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,19] 0.0092695701196236 [GeV] -Cell[9,20] 0.00012556529753577 [GeV] -Cell[9,18] 0.1646502161533 [GeV] -Cell[9,17] 0.0010094840058382 [GeV] -Cell[7,0] 0.00031290667941666 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.17536774225571 (GeV) +Cell[9,17] 0.0010207060280951 [GeV] +Cell[9,18] 0.16192293927901 [GeV] +Cell[10,18] 0.011879678105753 [GeV] +Cell[9,20] 0.00030810356013049 [GeV] +Cell[9,19] 0.00017150286850987 [GeV] +Cell[13,24] 0.00019945124132947 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.17550238108283 (GeV) Source track ID 3243 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[14,41] 0.051036687879891 [GeV] -Cell[14,40] 0.10744654287893 [GeV] -Cell[15,3] 0.00056063724744432 [GeV] -Cell[12,22] 0.00041278546153891 [GeV] -Cell[13,12] 0.0012439263521116 [GeV] -Cell[15,41] 0.084372849116198 [GeV] -Cell[15,2] 0.0020833029422417 [GeV] -Cell[12,13] 0.010096331114446 [GeV] -Cell[15,14] 0.0013838715510873 [GeV] -Cell[15,17] 0.00043118272671659 [GeV] -Cell[15,40] 0.14010762573202 [GeV] -Cell[15,39] 0.005338841247374 [GeV] -Cell[13,10] 0.0010701263061178 [GeV] -Cell[14,10] 0.0038752169369318 [GeV] -Cell[14,30] 0.00071959294208605 [GeV] -Cell[10,19] 0.00016111214062674 [GeV] -Cell[17,12] 0.00050703159070825 [GeV] -Cell[18,16] 0.00052122696680607 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.41136889113327 (GeV) +Cell[15,30] 0.0019232476858812 [GeV] +Cell[11,17] 0.00046047967555708 [GeV] +Cell[14,40] 0.032085618075182 [GeV] +Cell[15,41] 0.028109035345709 [GeV] +Cell[14,41] 0.0090515448620936 [GeV] +Cell[14,44] 0.0014270889278888 [GeV] +Cell[15,40] 0.33775615745505 [GeV] +Cell[18,15] 0.00049003305802099 [GeV] +Cell[16,13] 0.0016105790503755 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.41291378413576 (GeV) Source track ID 3147 (mu-,0.20598902354065[GeV]) at (-124.24442739027,-484.31737761768,-1097.7322216894) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,34] 0.11148680914875 [GeV] -Cell[3,34] 6.7194196162745e-10 [GeV] -Cell[4,35] 0.0010846955389965 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.11257150535969 (GeV) +Cell[6,17] 0.00051099891 [GeV] +Cell[0,16] 0.0043038420780311 [GeV] +Cell[4,35] 0.00042846322279898 [GeV] +Cell[4,34] 0.12307651213864 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.12831981634947 (GeV) Source track ID 3138 (pi+,1.0811096855766[GeV]) at (389.76734195623,-313.17953180943,506.02243859934) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[14,41] 1.0388376324499e-07 [GeV] -Cell[13,41] 0.098456810204754 [GeV] -Cell[13,43] 1.271402538805e-09 [GeV] -Cell[13,42] 0.7377134232776 [GeV] -Cell[8,14] 0.0013356806107746 [GeV] -Cell[8,15] 3.4201756385528e-05 [GeV] -Cell[12,41] 0.0096943862906348 [GeV] -Cell[13,40] 0.00077071679300525 [GeV] -Cell[11,42] 1.286284566504e-08 [GeV] -Cell[12,43] 0.0010137718160007 [GeV] -Cell[12,42] 0.15878226590045 [GeV] -Cell[8,16] 0.0001920588466146 [GeV] -Cell[12,8] 1.0088029966937e-09 [GeV] -Cell[12,9] 2.4976222882742e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 1.0079959321453 (GeV) +Cell[15,3] 9.4699458068135e-06 [GeV] +Cell[13,42] 0.021349265008048 [GeV] +Cell[9,10] 1.3483992222518e-06 [GeV] +Cell[10,35] 9.5810951606836e-06 [GeV] +Cell[3,21] 0.00055925092983432 [GeV] +Cell[10,7] 0.0014438384950262 [GeV] +Cell[9,5] 0.00031704470493059 [GeV] +Cell[10,24] 0.0011617059244445 [GeV] +Cell[4,0] 1.8285466358066e-05 [GeV] +Cell[10,37] 1.451236489811e-05 [GeV] +Cell[9,6] 0.00021904043634481 [GeV] +Cell[10,31] 0.00057112758904259 [GeV] +Cell[10,32] 1.709256041795e-05 [GeV] +Cell[7,34] 2.3191141963252e-07 [GeV] +Cell[12,3] 6.2665177701774e-05 [GeV] +Cell[9,2] 3.8819856534246e-05 [GeV] +Cell[6,46] 6.6249689552933e-08 [GeV] +Cell[11,32] 0.00031700389315836 [GeV] +Cell[12,32] 0.00034610588158296 [GeV] +Cell[17,32] 0.0015897837826941 [GeV] +Cell[14,31] 5.2925985073671e-08 [GeV] +Cell[12,31] 3.6446845173487e-05 [GeV] +Cell[19,18] 9.5917936858427e-05 [GeV] +Cell[10,1] 2.915821998613e-05 [GeV] +Cell[16,17] 2.5611429009587e-08 [GeV] +Cell[11,16] 0.0012864777952394 [GeV] +Cell[13,26] 3.9667656528763e-06 [GeV] +Cell[14,28] 0.0029442880950128 [GeV] +Cell[13,39] 6.4667838159949e-09 [GeV] +Cell[12,29] 0.0013081979274218 [GeV] +Cell[11,1] 2.5788001948968e-08 [GeV] +Cell[11,30] 0.00095887006822035 [GeV] +Cell[12,30] 1.2666352646193e-05 [GeV] +Cell[12,26] 7.1319612325169e-06 [GeV] +Cell[9,23] 1.886480780513e-07 [GeV] +Cell[11,33] 0.0044342128209512 [GeV] +Cell[11,23] 3.5797298666012e-06 [GeV] +Cell[11,22] 6.7460467107594e-08 [GeV] +Cell[11,24] 0.00074265483016541 [GeV] +Cell[11,2] 0.0012004664123314 [GeV] +Cell[10,19] 6.3888961449265e-08 [GeV] +Cell[11,19] 0.0011111539543138 [GeV] +Cell[11,20] 0.00035591185547727 [GeV] +Cell[13,21] 0.00088002447467159 [GeV] +Cell[14,21] 5.2794348448515e-11 [GeV] +Cell[8,31] 1.4743598876521e-07 [GeV] +Cell[8,32] 7.9515330289723e-06 [GeV] +Cell[9,25] 7.0184232026804e-06 [GeV] +Cell[7,33] 6.0608443470755e-06 [GeV] +Cell[12,6] 2.3948381713126e-05 [GeV] +Cell[12,7] 7.23697245121e-07 [GeV] +Cell[10,44] 1.3382062666096e-06 [GeV] +Cell[11,6] 3.5501896888945e-07 [GeV] +Cell[11,7] 1.5171256278791e-05 [GeV] +Cell[13,47] 7.2026978596114e-06 [GeV] +Cell[10,0] 3.3359961438691e-05 [GeV] +Cell[13,3] 0.00098312564539929 [GeV] +Cell[2,22] 1.0688241687603e-05 [GeV] +Cell[10,25] 0.00027012229133618 [GeV] +Cell[10,26] 3.00540268654e-05 [GeV] +Cell[10,38] 1.5219885215629e-05 [GeV] +Cell[11,37] 0.00095924293013605 [GeV] +Cell[10,27] 3.2613364310237e-05 [GeV] +Cell[10,28] 0.00022447495019105 [GeV] +Cell[12,2] 0.0026387818459426 [GeV] +Cell[10,33] 3.7799259589519e-06 [GeV] +Cell[11,34] 0.0011513306219187 [GeV] +Cell[11,26] 3.242412299187e-08 [GeV] +Cell[11,25] 0.00031750026059649 [GeV] +Cell[10,23] 0.0051738153613756 [GeV] +Cell[9,40] 0.003728997469558 [GeV] +Cell[12,33] 1.0760393706732e-07 [GeV] +Cell[12,34] 3.4533446751084e-09 [GeV] +Cell[12,36] 0.0025386748712596 [GeV] +Cell[12,37] 0.00012811754087681 [GeV] +Cell[2,10] 7.6648777758237e-06 [GeV] +Cell[2,21] 1.4502543839626e-05 [GeV] +Cell[12,15] 4.2592725658324e-06 [GeV] +Cell[2,11] 0.0019114955788622 [GeV] +Cell[11,44] 0.00065240314215682 [GeV] +Cell[11,45] 0.00086914222964025 [GeV] +Cell[11,8] 1.3492619704039e-06 [GeV] +Cell[11,38] 3.4239996923134e-05 [GeV] +Cell[12,8] 1.1804900714196e-07 [GeV] +Cell[8,21] 2.1419831318781e-07 [GeV] +Cell[6,1] 9.4075221568346e-10 [GeV] +Cell[11,47] 8.1606051244307e-06 [GeV] +Cell[2,12] 1.5985834806997e-09 [GeV] +Cell[13,7] 5.1758327474545e-06 [GeV] +Cell[14,11] 0.00063521897587804 [GeV] +Cell[14,1] 0.00123721802462 [GeV] +Cell[13,41] 1.0860857408261e-05 [GeV] +Cell[11,12] 4.1374994907528e-08 [GeV] +Cell[12,45] 0.00099377396535237 [GeV] +Cell[12,44] 0.010801468502369 [GeV] +Cell[11,43] 0.0013073105881564 [GeV] +Cell[12,43] 0.16158179064679 [GeV] +Cell[16,8] 1.2398012622725e-05 [GeV] +Cell[12,46] 0.0022478629528905 [GeV] +Cell[13,44] 5.1426170841751e-06 [GeV] +Cell[12,47] 5.4468182497658e-10 [GeV] +Cell[14,45] 3.1065138728081e-09 [GeV] +Cell[13,45] 6.5707606120213e-07 [GeV] +Cell[13,43] 0.0068724564412746 [GeV] +Cell[14,44] 2.0057679882939e-05 [GeV] +Cell[13,46] 0.00086883123491305 [GeV] +Cell[12,16] 0.00011346096540058 [GeV] +Cell[14,0] 3.1241812394001e-06 [GeV] +Cell[16,6] 0.001792696037165 [GeV] +Cell[15,7] 5.646386850276e-05 [GeV] +Cell[10,12] 0.00068543040024679 [GeV] +Cell[15,11] 7.3526296473574e-06 [GeV] +Cell[13,6] 1.779560182058e-08 [GeV] +Cell[12,40] 0.0078988273517724 [GeV] +Cell[17,20] 7.989183967311e-06 [GeV] +Cell[16,20] 1.9280004255393e-05 [GeV] +Cell[18,23] 5.5145164951682e-06 [GeV] +Cell[18,24] 2.8557507903315e-07 [GeV] +Cell[13,40] 1.8825521692634e-09 [GeV] +Cell[12,39] 0.0037034820334746 [GeV] +Cell[11,42] 0.00039159049168336 [GeV] +Cell[12,41] 0.02708967951012 [GeV] +Cell[12,42] 0.35000155809256 [GeV] +Cell[11,41] 0.0048848493947483 [GeV] +Cell[11,40] 0.0004493791612985 [GeV] +Cell[13,11] 0.0011957356739694 [GeV] +Cell[12,10] 0.00014227273021447 [GeV] +Cell[16,9] 2.9574190964922e-05 [GeV] +Cell[9,13] 4.2864039889537e-05 [GeV] +Cell[9,16] 0.0005317716397152 [GeV] +Cell[11,39] 1.9753420492634e-06 [GeV] +Cell[14,3] 0.00046865984584326 [GeV] +Cell[13,2] 2.6613437512424e-06 [GeV] +Cell[14,2] 4.1222762083635e-06 [GeV] +Cell[13,4] 2.9467606618937e-05 [GeV] +Cell[10,11] 0.0010086719883815 [GeV] +Cell[15,2] 1.3533281162381e-11 [GeV] +Cell[16,7] 0.00036276791266437 [GeV] +Cell[17,6] 2.8143404051661e-11 [GeV] +Cell[17,7] 2.1518862282619e-06 [GeV] +Cell[19,14] 0.0058708448450032 [GeV] +Cell[11,0] 3.4849508665502e-08 [GeV] +Cell[14,24] 3.8282948662527e-07 [GeV] +Cell[15,24] 0.0031373405622699 [GeV] +Cell[19,8] 0.00011777647496763 [GeV] +Cell[15,6] 0.0016231757102464 [GeV] +Cell[10,8] 0.00077921698874909 [GeV] +Cell[10,10] 0.002521586034381 [GeV] +Cell[13,5] 3.4629582444268e-07 [GeV] +Cell[13,9] 0.00079009621146179 [GeV] +Cell[15,9] 2.2908589569852e-05 [GeV] +Cell[13,22] 9.2131046112627e-06 [GeV] +Cell[9,3] 0.0017245251386531 [GeV] +Cell[9,4] 1.1151635048122e-05 [GeV] +Cell[18,28] 5.5472214211477e-05 [GeV] +Cell[13,12] 0.00036520867553068 [GeV] +Cell[14,4] 1.5396333765239e-08 [GeV] +Cell[14,5] 3.0260068158896e-05 [GeV] +Cell[14,6] 0.0018572902187948 [GeV] +Cell[11,36] 6.1349660154519e-07 [GeV] +Cell[13,10] 0.00021615169067013 [GeV] +Cell[6,10] 8.8375885097776e-06 [GeV] +Cell[10,45] 3.4096135641448e-07 [GeV] +Cell[14,8] 3.062158470857e-05 [GeV] +Cell[11,10] 0.0010208495569445 [GeV] +Cell[17,11] 4.5593507442391e-05 [GeV] +Cell[15,27] 7.1025046054274e-08 [GeV] +Cell[19,9] 0.0001301585598394 [GeV] +Cell[15,25] 0.00095048837245584 [GeV] +Cell[6,47] 6.2754259161011e-06 [GeV] +Cell[10,17] 2.135065139737e-05 [GeV] +Cell[6,0] 3.4033495830954e-07 [GeV] +Cell[14,29] 0.0021895836312561 [GeV] +Cell[11,11] 6.5957428887486e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 174 cells : 0.6763434452415 (GeV) Source track ID 3135 (gamma,0.028595474656773[GeV]) at (328.18597143584,377.21872720308,-300.64106504032) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,6] 0.027042596997811 [GeV] -Cell[7,30] 0.00012688916324673 [GeV] -Cell[11,30] 0.001014464053977 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.028183950215035 (GeV) +Cell[8,6] 0.028595474656773 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.028595474656773 (GeV) Source track ID 3136 (gamma,0.46372847760985[GeV]) at (-465.99474830071,181.2426400055,-913.38295457803) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,2] 0.00038245379281689 [GeV] -Cell[3,28] 0.0045791188421678 [GeV] -Cell[6,43] 0.00050740318952405 [GeV] -Cell[5,21] 0.39058101513521 [GeV] -Cell[5,20] 0.028511123407115 [GeV] -Cell[6,34] 2.7659944458719e-05 [GeV] -Cell[2,17] 0.0013335759277064 [GeV] -Cell[4,20] 0.00093156964576503 [GeV] -Cell[4,21] 0.024879542416885 [GeV] -Cell[0,6] 9.1043076827191e-07 [GeV] -Cell[16,13] 0.00020345223077232 [GeV] -Cell[6,35] 0.00066655912657029 [GeV] -Cell[1,46] 4.0448291110806e-07 [GeV] -Cell[0,34] 0.0018137910212525 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.45441857959392 (GeV) +Cell[10,7] 5.9208742186456e-08 [GeV] +Cell[5,34] 0.00028523164494974 [GeV] +Cell[9,39] 5.8888874597187e-06 [GeV] +Cell[5,19] 1.800037024077e-05 [GeV] +Cell[9,40] 9.7958429250866e-08 [GeV] +Cell[4,20] 0.00051099891 [GeV] +Cell[5,22] 0.00090816905176638 [GeV] +Cell[1,39] 0.00057963443480511 [GeV] +Cell[0,11] 0.0062153706527825 [GeV] +Cell[4,1] 0.0011672064202491 [GeV] +Cell[11,8] 0.0022230878157505 [GeV] +Cell[4,21] 0.019149113830977 [GeV] +Cell[4,22] 0.025268492432213 [GeV] +Cell[3,3] 0.00076692378956316 [GeV] +Cell[10,9] 1.3374792074501e-06 [GeV] +Cell[10,8] 1.4601759738753e-06 [GeV] +Cell[9,47] 8.5452717030421e-08 [GeV] +Cell[9,46] 0.001046333810453 [GeV] +Cell[5,42] 0.00045857643910204 [GeV] +Cell[5,20] 0.022864045982129 [GeV] +Cell[5,21] 0.36925076737736 [GeV] +### Total energy deposition in calorimeter by a source track in 21 cells : 0.45072088212487 (GeV) Source track ID 3133 (gamma,0.21067608644927[GeV]) at (-247.62063130386,-434.37774223903,-1046.3395922058) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,32] 0.15659766270065 [GeV] -Cell[4,31] 0.045025880558606 [GeV] -Cell[2,17] 0.00045865030139034 [GeV] -Cell[0,20] 0.00051099891 [GeV] -Cell[2,21] 0.00092959105320933 [GeV] -Cell[0,13] 0.00040062227390297 [GeV] -Cell[2,4] 0.00052933665898521 [GeV] -Cell[1,24] 0.0011411092750995 [GeV] -Cell[7,46] 0.00051099891 [GeV] -Cell[2,18] 0.00036474613581952 [GeV] -Cell[2,9] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.20698059568766 (GeV) +Cell[4,32] 0.18625985014093 [GeV] +Cell[0,25] 0.0032757600309249 [GeV] +Cell[4,43] 0.0011591382805796 [GeV] +Cell[2,5] 0.00035607146874606 [GeV] +Cell[5,14] 0.00019237247660341 [GeV] +Cell[4,31] 0.015163905775577 [GeV] +Cell[3,45] 0.0011192124364248 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.20752631060979 (GeV) Source track ID 3131 (gamma,0.06726801612498[GeV]) at (-461.11391027995,-193.32346403459,-562.35061028347) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,27] 0.0621804756769 [GeV] -Cell[6,27] 0.0027918788526768 [GeV] -Cell[7,26] 0.0022956615954029 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.06726801612498 (GeV) +Cell[7,26] 0.01783669492014 [GeV] +Cell[7,27] 0.049431321204839 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.06726801612498 (GeV) Source track ID 3132 (gamma,1.2213291054873[GeV]) at (-495.81010282518,64.593667928685,-1525.2871269683) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,44] 0.0004467100218656 [GeV] -Cell[0,29] 0.0051378704964316 [GeV] -Cell[4,8] 0.00047601832435397 [GeV] -Cell[6,3] 0.00050360849149016 [GeV] -Cell[5,7] 0.0002495704259713 [GeV] -Cell[5,6] 0.00051099891 [GeV] -Cell[3,35] 0.00030820905051425 [GeV] -Cell[3,47] 0.00030507358157607 [GeV] -Cell[2,42] 0.00062066278632469 [GeV] -Cell[5,9] 0.0012769722869789 [GeV] -Cell[11,33] 0.00066477107347615 [GeV] -Cell[2,28] 1.9348556179466e-10 [GeV] -Cell[2,17] 0.0047520283988412 [GeV] -Cell[1,22] 0.017083593391251 [GeV] -Cell[0,37] 0.0012341533328803 [GeV] -Cell[1,25] 0.00027458246855995 [GeV] -Cell[1,27] 0.0016928989011813 [GeV] -Cell[2,5] 0.0067394547135603 [GeV] -Cell[3,10] 0.00044634552233778 [GeV] -Cell[4,3] 0.00061134948853751 [GeV] -Cell[2,40] 0.00043204320794905 [GeV] -Cell[1,23] 0.020671014358099 [GeV] -Cell[2,3] 0.0003446403296747 [GeV] -Cell[2,4] 0.00049169114172945 [GeV] -Cell[1,43] 0.0048169166541673 [GeV] -Cell[1,24] 0.00051099891 [GeV] -Cell[2,18] 0.0002901709091797 [GeV] -Cell[1,4] 0.0013840102758427 [GeV] -Cell[2,22] 0.46553765515251 [GeV] -Cell[2,23] 0.62220086492542 [GeV] -Cell[2,24] 0.0023449633875292 [GeV] -Cell[2,26] 3.7400070868898e-06 [GeV] -Cell[2,25] 0.00046432187718024 [GeV] -Cell[5,3] 0.001297547043419 [GeV] -Cell[2,27] 0.0010063140304829 [GeV] -Cell[1,10] 0.0010869542405013 [GeV] -Cell[3,30] 0.00093768208682651 [GeV] -### Total energy deposition in calorimeter by a source track in 37 cells : 1.1671564003972 (GeV) +Cell[2,32] 0.0013046963691326 [GeV] +Cell[1,40] 0.00099221983415778 [GeV] +Cell[9,32] 0.00098464778588848 [GeV] +Cell[1,47] 0.0023481755685542 [GeV] +Cell[2,19] 0.0017591780270103 [GeV] +Cell[2,22] 0.50074376393414 [GeV] +Cell[1,22] 0.037020915311061 [GeV] +Cell[1,23] 0.050755681087624 [GeV] +Cell[1,38] 0.00025110397783291 [GeV] +Cell[2,26] 0.00026914456605896 [GeV] +Cell[2,4] 0.00084626417140887 [GeV] +Cell[1,24] 0.0014513850101847 [GeV] +Cell[3,39] 0.0014957388842845 [GeV] +Cell[1,12] 0.00073934810364379 [GeV] +Cell[1,28] 0.0010336754811386 [GeV] +Cell[0,43] 0.00038485041180079 [GeV] +Cell[2,44] 0.00074252035241334 [GeV] +Cell[1,43] 0.0026723704145315 [GeV] +Cell[1,42] 0.0021766428416053 [GeV] +Cell[2,23] 0.59172775128172 [GeV] +Cell[2,3] 0.0010962511892384 [GeV] +Cell[1,15] 0.0015842883954386 [GeV] +Cell[2,24] 0.0039802814857666 [GeV] +Cell[1,33] 0.0010477004248549 [GeV] +Cell[2,33] 0.00091891396749719 [GeV] +Cell[1,17] 0.00097119284679065 [GeV] +Cell[4,7] 0.0002176890427052 [GeV] +Cell[4,6] 0.00056838801620773 [GeV] +Cell[1,0] 0.0014075537142824 [GeV] +Cell[0,35] 0.00051099891 [GeV] +Cell[1,2] 0.00053421102094031 [GeV] +### Total energy deposition in calorimeter by a source track in 31 cells : 1.2125375424279 (GeV) Source track ID 88 (neutron,0.98023637981486[GeV]) at (-274.56124194809,-417.87094230148,-770.88685880995) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,20] 7.4776750033038e-05 [GeV] -Cell[7,20] 0.0004280037205898 [GeV] -Cell[6,19] 0.0084142920095264 [GeV] -Cell[7,19] 9.2714602296496e-05 [GeV] -Cell[6,18] 0.0039909003987233 [GeV] -Cell[5,17] 2.7510157906363e-07 [GeV] -Cell[10,37] 7.0000842969088e-05 [GeV] -Cell[6,31] 0.003812498047837 [GeV] -Cell[6,17] 0.0013053535379473 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.018188815011501 (GeV) +Cell[6,29] 0.00086596904049964 [GeV] +Cell[8,28] 0.00014109674068857 [GeV] +Cell[9,31] 0.00019573571568799 [GeV] +Cell[7,30] 9.8338868410792e-06 [GeV] +Cell[9,30] 0.00093848205312941 [GeV] +Cell[8,31] 0.0013933120949772 [GeV] +Cell[8,30] 0.0007037494093745 [GeV] +Cell[8,29] 0.0047662371107135 [GeV] +Cell[6,31] 1.1425390926888e-05 [GeV] +Cell[6,30] 4.2785756209014e-06 [GeV] +Cell[15,4] 3.3044580370188e-05 [GeV] +Cell[15,5] 0.0012416944086065 [GeV] +Cell[14,4] 7.0472557896778e-05 [GeV] +Cell[14,5] 0.00030689574855421 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.010682227313887 (GeV) >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -1557 hits are stored in RE01TrackerHitsCollection. +1408 hits are stored in RE01TrackerHitsCollection. Calorimeter hits -------------------------------------------------------------- -933 hits are stored in RE01CalorimeterHitsCollection. - Total energy deposition in calorimeter : 144.23927394924 (GeV) +945 hits are stored in RE01CalorimeterHitsCollection. + Total energy deposition in calorimeter : 150.41038700306 (GeV) Trajectories in tracker -------------------------------------------------------------- diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index b3976af970..e36c038aab 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1319,7 +1319,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.002190s Sys=0.000000s + User=0.000000s Real=0.002029s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 11 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE02/run3.out b/examples/extended/runAndEvent/RE02/run3.out index b34ad62391..5205ef3860 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1104,7 +1104,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=9.750000s Real=10.304582s Sys=0.030000s + User=11.540000s Real=11.715676s Sys=0.050000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 51008 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index 307545dcd1..a27a0d779b 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1106,7 +1106,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.140000s Real=0.174800s Sys=0.000000s + User=0.170000s Real=0.176533s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 84 PrimitiveScorer RUN PhantomSD,protonEDep diff --git a/examples/extended/runAndEvent/RE03/run.out b/examples/extended/runAndEvent/RE03/run.out new file mode 100644 index 0000000000..07b758f0ba --- /dev/null +++ b/examples/extended/runAndEvent/RE03/run.out @@ -0,0 +1,937 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. +--- G4CoupledTransportation is used + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +.... G4ScoringMessenger::MeshBinCommand - G4ScoringBox +G4VScoringMesh::SetPrimitiveScorer() : eDep is registered. 3D size: (30, 30, 30) +G4VScoringMesh::SetPrimitiveScorer() : nOfStepGamma is registered. 3D size: (30, 30, 30) +G4VScoringMesh::SetFilter() : gammaFilter is set to nOfStepGamma +G4VScoringMesh::SetPrimitiveScorer() : nOfStepEMinus is registered. 3D size: (30, 30, 30) +G4VScoringMesh::SetFilter() : eMinusFilter is set to nOfStepEMinus +G4VScoringMesh::SetPrimitiveScorer() : nOfStepEPlus is registered. 3D size: (30, 30, 30) +G4VScoringMesh::SetFilter() : ePlusFilter is set to nOfStepEPlus +G4ScoringManager has 1 scoring meshes. +G4ScoringBox : boxMesh_1 --- Shape: Box mesh + Size (x, y, z): (100, 100, 100) [cm] + # of segments: (30, 30, 30) + displacement: (0, 0, 0) [cm] + registered primitve scorers : + 0 eDep + 1 nOfStepGamma with gammaFilter + 2 nOfStepEMinus with eMinusFilter + 3 nOfStepEPlus with ePlusFilter +/run/verbose 1 +/gun/particle e- +/run/beamOn 2000 +/run/geometryModified +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= + +========= Table of registered couples ============================ + +Index : 0 used in the geometry : Yes + Material : G4_AIR + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 1 keV e- 1 keV e+ 1 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +Index : 1 used in the geometry : Yes + Material : G4_WATER + Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um + Energy thresholds : gamma 2.52562 keV e- 277.64 keV e+ 270.815 keV proton 70 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. + Run terminated. +Run Summary + Number of events processed : 2000 + User=42.250000s Real=43.065204s Sys=0.020000s +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +# +######################################## +# +# Dump scorers to a file +# +/score/dumpQuantityToFile boxMesh_1 eDep eDep.txt +/score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt +/score/dumpQuantityToFile boxMesh_1 nOfStepEMinus nOfStepEMinus.txt +/score/dumpQuantityToFile boxMesh_1 nOfStepEPlus nOfStepEPlus.txt +# +# +Graphics systems deleted. +Visualization Manager deleting... +G4 kernel has come to Quit state. +================== Deleting memory pools =================== +Number of memory pools allocated: 15 of which, static: 0 +Dynamic pools deleted: 15 / Total memory freed: 0.19 MB +============================================================ +RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index 97e5552086..0d5416d359 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) 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 9fb9da4b4c..978480ccc5 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -955,9 +955,9 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 0 start. G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data. >>> Event 0 - 87 hits are stored in RE05TrackerHitsCollection. - 39 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 4.521104442436 (GeV) + 38 hits are stored in RE05TrackerHitsCollection. + 42 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 5.1008857029876 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. >>> Event 1 @@ -975,19 +975,19 @@ G4HEPEvtInterface - reading 448 HEPEvt particles from pythia_event.data. >>> Event 3 0 hits are stored in RE05TrackerHitsCollection. 3 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.53456994087245 (GeV) + Total energy deposition in calorimeter : 0.5254515590861 (GeV) 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data. >>> Event 4 - 85 hits are stored in RE05TrackerHitsCollection. - 63 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 10.686766143857 (GeV) + 87 hits are stored in RE05TrackerHitsCollection. + 53 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 8.9707427452579 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data. >>> Event 5 - 49 hits are stored in RE05TrackerHitsCollection. - 8 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 2.9128425565644 (GeV) + 39 hits are stored in RE05TrackerHitsCollection. + 7 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 2.8929200843678 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. >>> Event 6 @@ -998,25 +998,25 @@ G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. G4HEPEvtInterface - reading 627 HEPEvt particles from pythia_event.data. >>> Event 7 42 hits are stored in RE05TrackerHitsCollection. - 26 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 5.952023859587 (GeV) + 30 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 6.8128502460118 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data. >>> Event 8 - 48 hits are stored in RE05TrackerHitsCollection. - 49 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 9.0891727983985 (GeV) + 49 hits are stored in RE05TrackerHitsCollection. + 50 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 10.32637886056 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. >>> Event 9 - 24 hits are stored in RE05TrackerHitsCollection. + 16 hits are stored in RE05TrackerHitsCollection. 22 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.2684695299035 (GeV) + Total energy deposition in calorimeter : 4.878101168525 (GeV) 1 hits are stored in RE05MuonHitsCollection. Run terminated. Run Summary Number of events processed : 10 - User=1.390000s Real=1.701624s Sys=0.000000s + User=1.410000s Real=1.420992s Sys=0.000000s 0 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. @@ -1036,10 +1036,10 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 413 +Total navigation history collections cleaned: 423 G4RNGHelper object is deleted. ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.676 MB +Pool ID '20G4NavigationLevelRep', size : 0.691 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4SmartVoxelNode', size : 0.00385 MB Pool ID '17G4SmartVoxelProxy', size : 0.00192 MB @@ -1049,17 +1049,17 @@ Pool ID '16G4HEPEvtParticle', size : 0.0221 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.683 MB -Pool ID '7G4Track', size : 1.16 MB -Pool ID '18G4TouchableHistory', size : 0.05 MB +Pool ID '17G4DynamicParticle', size : 0.688 MB +Pool ID '7G4Track', size : 1.17 MB +Pool ID '18G4TouchableHistory', size : 0.0509 MB Pool ID '15G4CountedObjectIvE', size : 0.00673 MB Pool ID '12G4Trajectory', size : 0.0279 MB -Pool ID '17G4TrajectoryPoint', size : 0.152 MB +Pool ID '17G4TrajectoryPoint', size : 0.148 MB Pool ID '14RE05TrackerHit', size : 0.00385 MB -Pool ID '18RE05CalorimeterHit', size : 0.00865 MB +Pool ID '18RE05CalorimeterHit', size : 0.00769 MB Pool ID '11RE05MuonHit', size : 0.000961 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00769 MB +Pool ID '10G4Fragment', size : 0.00673 MB Pool ID '17G4ReactionProduct', size : 0.0106 MB Number of memory pools allocated: 22 of which, static: 0 Dynamic pools deleted: 22 / Total memory freed: 3 MB diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index 0d53623582..4a5c72aa5c 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1054,7 +1054,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=1.250000s Real=1.617216s Sys=0.360000s + User=1.520000s Real=1.953893s Sys=0.410000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1340,7 +1340,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=1.700000s Real=2.228438s Sys=0.520000s + User=2.100000s Real=2.658352s Sys=0.530000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1657,7 +1657,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.380000s Real=0.519573s Sys=0.140000s + User=0.460000s Real=0.621834s Sys=0.140000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2003,7 +2003,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.580000s Real=0.762805s Sys=0.180000s + User=0.690000s Real=0.911054s Sys=0.210000s ############################################################ Run Summary - Number of events : 10 ############################################################ diff --git a/examples/extended/visualization/movies/movies.out b/examples/extended/visualization/movies/movies.out new file mode 100644 index 0000000000..2ab5b4dec3 --- /dev/null +++ b/examples/extended/visualization/movies/movies.out @@ -0,0 +1,921 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... + + ############################################ + !!! WARNING - FPE detection is activated !!! + ############################################ + + + ################################ + !!! G4Backtrace is activated !!! + ################################ + + +************************************************************** + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** + +<<< Geant4 Physics List simulation engine: FTFP_BERT + +Visualization Manager instantiating with verbosity "warnings (3)"... +Visualization Manager initialising... +Registering graphics systems... + +You have successfully registered the following graphics systems. +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateQt (OGLIQt, OGLI) + OpenGLStoredQt (OGLSQt, OGL, OGLS) + OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) + OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) + OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) + +Registering model factories... + +You have successfully registered the following model factories. +Registered model factories: + generic + drawByAttribute + drawByCharge + drawByOriginVolume + drawByParticleID + drawByEncounteredVolume + +Registered models: + None + +Registered filter factories: + attributeFilter + chargeFilter + originVolumeFilter + particleFilter + encounteredVolumeFilter + +Registered filters: + None + +You have successfully registered the following user vis actions. +Run Duration User Vis Actions: none +End of Event User Vis Actions: none +End of Run User Vis Actions: none + +Some /vis commands (optionally) take a string to specify colour. +"/vis/list" to see available colours. + +***** Table : Nb of materials = 3 ***** + + Material: G4_Pb density: 11.350 g/cm3 RadL: 5.613 mm Nucl.Int.Length: 18.248 cm + Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: liquidArgon density: 1.390 g/cm3 RadL: 14.064 cm Nucl.Int.Length: 86.076 cm + Imean: 188.000 eV temperature: 293.15 K pressure: 1.00 atm + + ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + Material: G4_Galactic density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc + Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm + + ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 % + ElmMassFraction: 100.00 % ElmAbundance 100.00 % + + + +Checking overlaps for volume Calorimeter:0 (G4Box) ... OK! +Checking overlaps for volume Abso:0 (G4Box) ... OK! +Checking overlaps for volume Gap:0 (G4Box) ... OK! + + hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval + for pions : 3 to 6 GeV + for kaons : 3 to 6 GeV + for proton : 3 to 6 GeV + for neutron : 3 to 6 GeV + +### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 +======================================================================= +====== Electromagnetic Physics Parameters ======== +======================================================================= +LPM effect enabled 1 +Enable creation and use of sampling tables 0 +Apply cuts on all EM processes 0 +Use general process 0 +Enable linear polarisation for gamma 0 +Enable sampling of quantum entanglement 0 +X-section factor for integral approach 0.8 +Min kinetic energy for tables 100 eV +Max kinetic energy for tables 100 TeV +Number of bins per decade of a table 7 +Verbose level 1 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary e+- is added to the list of secondary 100 TeV +Bremsstrahlung energy threshold above which primary + muon/hadron is added to the list of secondary 100 TeV +Lowest triplet kinetic energy 1 MeV +Enable sampling of gamma linear polarisation 0 +5D gamma conversion model type 0 +5D gamma conversion model on isolated ion 0 +Livermore data directory livermore +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) +Lowest e+e- kinetic energy 1 keV +Lowest muon/hadron kinetic energy 1 keV +Fluctuations of dE/dx are enabled 1 +Use ICRU90 data 0 +Use built-in Birks satuaration 0 +Build CSDA range enabled 0 +Use cut as a final range enabled 0 +Enable angular generator interface 0 +Max kinetic energy for CSDA tables 1 GeV +Max kinetic energy for NIEL computation 0 eV +Linear loss limit 0.01 +Read data from file for e+e- pair production by mu 0 +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 1 +Type of msc step limit algorithm for muons/hadrons 0 +Msc lateral displacement for e+- enabled 1 +Msc lateral displacement for muons and hadrons 0 +Urban msc model lateral displacement alg96 1 +Range factor for msc step limit for e+- 0.04 +Range factor for msc step limit for muons/hadrons 0.2 +Geometry factor for msc step limitation of e+- 2.5 +Safety factor for msc step limit for e+- 0.6 +Skin parameter for msc step limitation of e+- 1 +Lambda limit for msc step limit for e+- 1 mm +Use Mott correction for e- scattering 0 +Factor used for dynamic computation of angular + limit between single and multiple scattering 1 +Fixed angular limit between single + and multiple scattering 3.1416 rad +Upper energy limit for e+- multiple scattering 100 MeV +Type of electron single scattering model 0 +Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= + +phot: for gamma SubType=12 BuildTable=0 + LambdaPrime table from 200 keV to 100 TeV in 61 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo + +compt: for gamma SubType=13 BuildTable=1 + Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1 + LambdaPrime table from 1 MeV to 100 TeV in 56 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Klein-Nishina : Emin= 0 eV Emax= 100 TeV + +conv: for gamma SubType=14 BuildTable=1 + Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai + +Rayl: for gamma SubType=11 BuildTable=1 + Lambda table from 100 eV to 100 keV, 7 bins/decade, spline: 0 + LambdaPrime table from 100 keV to 100 TeV in 63 bins + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator + +msc: for e- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e- XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +CoulombScat: for e- XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for e+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV + StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm + +eIoni: for e+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MollerBhabha : Emin= 0 eV Emax= 100 TeV + +eBrem: for e+ XStype:4 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai + eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai + +annihil: for e+ XStype:2 SubType=5 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eplus2gg : Emin= 0 eV Emax= 100 TeV + +CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1 + Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 100 MeV Emax= 100 TeV + +msc: for proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for GenericIon SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for GenericIon XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + Stopping Power data for 17 ion/material pairs + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +msc: for alpha SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + UrbanMsc : Emin= 0 eV Emax= 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +ionIoni: for alpha XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + BraggIon : Emin= 0 eV Emax=7.9452 MeV + BetheBloch : Emin=7.9452 MeV Emax= 100 TeV + +msc: for anti_proton SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for anti_proton XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 2 MeV + BetheBloch : Emin= 2 MeV Emax= 100 TeV + +hBrems: for anti_proton XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for anti_proton XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 17x1001 from 7.50618 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for kaon- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for kaon- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=1.05231 MeV + BetheBloch : Emin=1.05231 MeV Emax= 100 TeV + +hBrems: for kaon- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for kaon- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 18x1001 from 3.94942 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of kaon+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for mu- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +muIoni: for mu- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax= 200 keV + BetheBloch : Emin= 200 keV Emax= 1 GeV + MuBetheBloch : Emin= 1 GeV Emax= 100 TeV + +muBrems: for mu- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +muPairProd: for mu- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 21x1001 from 1 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of mu+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi+ SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi+ XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + Bragg : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi+ XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi+ XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1 + Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0 + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +msc: for pi- SubType= 10 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV + StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm + +hIoni: for pi- XStype:1 SubType=2 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + ICRU73QO : Emin= 0 eV Emax=297.505 keV + BetheBloch : Emin=297.505 keV Emax= 100 TeV + +hBrems: for pi- XStype:1 SubType=3 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +hPairProd: for pi- XStype:1 SubType=4 + dE/dx and range tables from 100 eV to 100 TeV in 84 bins + Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 0 + Sampling table 20x1001 from 1.11656 GeV to 100 TeV + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi + +CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1 + Used Lambda table of pi+ + ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + eCoulombScattering : Emin= 0 eV Emax= 100 TeV + +==================================================================== + HADRONIC PROCESSES SUMMARY (verbose level 1) + +--------------------------------------------------- + Hadronic Processes for neutron + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV + + Process: neutronInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV + + Process: nCapture + Model: nRadCapture: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV + + Process: nKiller + +--------------------------------------------------- + Hadronic Processes for B- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: B-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for D- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: D-Inelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for GenericIon + + Process: ionInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: He3Inelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: alphaInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for anti_He3 + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_He3Inelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_alpha + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_alphaInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_deuteronInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: anti_lambdaInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_neutron + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_neutronInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_proton + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100.1 MeV + Model: AntiAElastic: 100 MeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_protonInelastic + Model: FTFP: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for anti_triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n + Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: anti_tritonInelastic + Model: FTFP: 0 eV /n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + + Process: hFritiofCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for deuteron + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: dInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +--------------------------------------------------- + Hadronic Processes for e+ + + Process: positronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for e- + + Process: electronNuclear + Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for gamma + + Process: photonNuclear + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV + Model: TheoFSGenerator: 3 GeV ---> 100 TeV + Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon+ + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for kaon- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: kaon-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for lambda + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: lambdaInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu+ + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for mu- + + Process: muonNuclear + Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV + Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV + + Process: muMinusCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for pi+ + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi+Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for pi- + + Process: hadElastic + Model: hElasticGlauber: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: pi-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for proton + + Process: hadElastic + Model: hElasticCHIPS: 0 eV ---> 100 TeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + + Process: protonInelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: FTFP: 3 GeV ---> 100 TeV + Model: BertiniCascade: 0 eV ---> 6 GeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: hBertiniCaptureAtRest + +--------------------------------------------------- + Hadronic Processes for triton + + Process: hadElastic + Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + + Process: tInelastic + Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n + Model: FTFP: 3 GeV/n ---> 100 TeV/n + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV + +================================================================ +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound excitation low energy (MeV) 0.1 +Pre-compound excitation high energy (MeV) 30 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation+GEM +Number of de-excitation channels 68 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 2e+05 +Limit excitation energy for Fermi BreakUp (MeV) 20 +Level density (1/MeV) 0.075 +Use simple level density model 1 +Use discrete excitation energy of the residual 0 +Time limit for long lived isomeres (ns) 1 +Isomer production flag 1 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= +G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. +See commands in /vis/modeling/trajectories/ for other options. +### Run 0 starts. +--> Event 0 starts. +--> Event 1 starts. +--> Event 2 starts. +--> Event 3 starts. +--> Event 4 starts. +--> Event 5 starts. +--> Event 6 starts. +--> Event 7 starts. +--> Event 8 starts. +--> Event 9 starts. +0 events have been kept for refreshing and/or reviewing. + "/vis/reviewKeptEvents" to review them one by one. + "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild" to see them accumulated. +Graphics systems deleted. +Visualization Manager deleting... diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index 77c3efc00d..c0f6e1520d 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -1095,7 +1095,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.001358s Sys=0.000000s + User=0.000000s Real=0.001562s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 5 gamma of 6 MeV @@ -1224,7 +1224,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.000519s Sys=0.000000s + User=0.000000s Real=0.000611s 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 db47dcd5b3..eafc0009b0 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -959,7 +959,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.020000s Real=0.027501s Sys=0.000000s + User=0.030000s Real=0.031796s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -1037,7 +1037,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.240000s Real=0.254355s Sys=0.000000s + User=0.260000s Real=0.266495s 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 b7019271b6..7b62443fa3 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-00-patch-01 (8-March-2022) + Geant4 version Name: geant4-11-00-patch-02 (25-May-2022) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/source/GNUmakefile b/source/GNUmakefile index 37e24b7e0f..881a1bc835 100644 --- a/source/GNUmakefile +++ b/source/GNUmakefile @@ -167,7 +167,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-11-00-patch-01 " + @$(ECHO) " Installation Geant4 version geant4-11-00-patch-02 " @$(ECHO) " Copyright (C) 1994-2022 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/digits_hits/utils/History b/source/digits_hits/utils/History index 6bbec932dc..08ec9a43f3 100644 --- a/source/digits_hits/utils/History +++ b/source/digits_hits/utils/History @@ -15,6 +15,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +October 17th, 2022 M. Asai (detutil-V10-07-07) +- G4VScoringMesh.hh : Fixing virtual keyword. + October 7th, 2021 I. Hrivnacova (detutil-V10-07-06) - Updated G4TScoreNtupleWriter for changes in the analysis category: added fDefaultFileType (with default value "root") and its setter diff --git a/source/digits_hits/utils/include/G4VScoringMesh.hh b/source/digits_hits/utils/include/G4VScoringMesh.hh index da4e023424..0ad9eceec3 100644 --- a/source/digits_hits/utils/include/G4VScoringMesh.hh +++ b/source/digits_hits/utils/include/G4VScoringMesh.hh @@ -72,12 +72,11 @@ class G4VScoringMesh virtual ~G4VScoringMesh(); public: // with description - // a pure virtual function to construct this mesh geometry - void Construct(G4VPhysicalVolume* fWorldPhys); - - void WorkerConstruct(G4VPhysicalVolume* fWorldPhys); + virtual void Construct(G4VPhysicalVolume* fWorldPhys); + virtual void WorkerConstruct(G4VPhysicalVolume* fWorldPhys); protected: + // a pure virtual function to construct this mesh geometry virtual void SetupGeometry(G4VPhysicalVolume* fWorldPhys) = 0; public: // with description diff --git a/source/externals/clhep/History b/source/externals/clhep/History index 9491efd99c..12e3c3813d 100644 --- a/source/externals/clhep/History +++ b/source/externals/clhep/History @@ -16,6 +16,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +10 March 2022 - E.Tcherniaev (clhep-V10-07-00) +- Fixed compilation warnings in LorentzRotation.h when c++20 is enabled. + +08 February 2022 - G.Cosmo +- Fixed compilation warnings for shadowing data member in RandPoisson. + 01 September 2021 - G.Cosmo - Synchronised with CLHEP-2.4.5.1. * Random (J.Hahnfeld) diff --git a/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.h b/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.h index d8031b803f..241bfecaf7 100644 --- a/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.h +++ b/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.h @@ -346,9 +346,9 @@ inline std::ostream & operator<< {return lt.print(os);} inline bool operator==(const HepRotation &r, const HepLorentzRotation & lt) - { return lt==r; } + { return lt==HepLorentzRotation(r); } inline bool operator!=(const HepRotation &r, const HepLorentzRotation & lt) - { return lt!=r; } + { return lt!=HepLorentzRotation(r); } inline bool operator<=(const HepRotation &r, const HepLorentzRotation & lt) { return lt<=r; } inline bool operator>=(const HepRotation &r, const HepLorentzRotation & lt) @@ -359,9 +359,9 @@ inline bool operator>(const HepRotation &r, const HepLorentzRotation & lt) { return lt>r; } inline bool operator==(const HepBoost &b, const HepLorentzRotation & lt) - { return lt==b; } + { return lt==HepLorentzRotation(b); } inline bool operator!=(const HepBoost &b, const HepLorentzRotation & lt) - { return lt!=b; } + { return lt!=HepLorentzRotation(b); } inline bool operator<=(const HepBoost &b, const HepLorentzRotation & lt) { return lt<=b; } inline bool operator>=(const HepBoost &b, const HepLorentzRotation & lt) diff --git a/source/externals/clhep/src/RandPoisson.cc b/source/externals/clhep/src/RandPoisson.cc index c4ed0bd78f..dae582a7e5 100644 --- a/source/externals/clhep/src/RandPoisson.cc +++ b/source/externals/clhep/src/RandPoisson.cc @@ -102,10 +102,10 @@ long RandPoisson::shoot(double xm) { double om = getOldMean(); HepRandomEngine* anEngine = HepRandom::getTheEngine(); - double* status = getPStatus(); - sq = status[0]; - alxm = status[1]; - g1 = status[2]; + double* pstatus = getPStatus(); + sq = pstatus[0]; + alxm = pstatus[1]; + g1 = pstatus[2]; if( xm == -1 ) return 0; if( xm < 12.0 ) { @@ -162,10 +162,10 @@ long RandPoisson::shoot(HepRandomEngine* anEngine, double xm) { double sq, alxm, g1; double om = getOldMean(); - double* status = getPStatus(); - sq = status[0]; - alxm = status[1]; - g1 = status[2]; + double* pstatus = getPStatus(); + sq = pstatus[0]; + alxm = pstatus[1]; + g1 = pstatus[2]; if( xm == -1 ) return 0; if( xm < 12.0 ) { diff --git a/source/externals/ptl/.clang-tidy b/source/externals/ptl/.clang-tidy new file mode 100644 index 0000000000..175a5e32f2 --- /dev/null +++ b/source/externals/ptl/.clang-tidy @@ -0,0 +1,40 @@ +--- +Checks: "-*,\ +google-readability-casting,\ +misc-*,\ +-misc-incorrect-roundings,\ +-misc-macro-parentheses,\ +-misc-misplaced-widening-cast,\ +-misc-static-assert,\ +modernize-*,\ +-modernize-deprecated-headers,\ +-modernize-pass-by-value,\ +-modernize-raw-string-literal,\ +-modernize-return-braced-init-list,\ +-modernize-use-auto,\ +-modernize-use-default-member-init,\ +-modernize-use-emplace,\ +-modernize-use-equals-default,\ +-modernize-use-equals-delete,\ +-modernize-use-noexcept,\ +-modernize-use-transparent-functors,\ +-modernize-use-using,\ +performance-*,\ +-performance-inefficient-string-concatenation,\ +readability-*,\ +-readability-function-size,\ +-readability-identifier-naming,\ +-readability-implicit-bool-cast,\ +-readability-inconsistent-declaration-parameter-name,\ +-readability-named-parameter,\ +-readability-redundant-declaration,\ +-readability-redundant-member-init,\ +-readability-simplify-boolean-expr,\ +" +HeaderFilterRegex: 'source/[^/]*\.(hh|cc)$' +CheckOptions: + - key: readability-braces-around-statements.ShortStatementLines + value: '2' + - key: readability-implicit-bool-conversion.AllowPointerConditions + value: '1' +... diff --git a/source/geometry/management/History b/source/geometry/management/History index dcdea2d45a..fce7d2970f 100644 --- a/source/geometry/management/History +++ b/source/geometry/management/History @@ -16,6 +16,10 @@ commit in the repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 5 2022 M.Asai (geommng-V10-07-08) +- G4SolidStore, G4LogicalVolumeStore, G4PhysicalVolumeStore: + extend getter methods to optionally return the last-found object. + September 28, 2021 G.Cosmo (geommng-V10-07-07) - Use G4Allocator to dynamically allocate nodes and proxies for the voxels optimisation structure. Should help reducing memory fragmentation. diff --git a/source/geometry/management/include/G4LogicalVolumeStore.hh b/source/geometry/management/include/G4LogicalVolumeStore.hh index c1ab8c21d7..aff7c19d45 100644 --- a/source/geometry/management/include/G4LogicalVolumeStore.hh +++ b/source/geometry/management/include/G4LogicalVolumeStore.hh @@ -67,8 +67,9 @@ class G4LogicalVolumeStore : public std::vector static void Clean(); // Delete all volumes from the store. - G4LogicalVolume* GetVolume(const G4String& name, G4bool verbose=true) const; - // Return the pointer of the first volume in the collection having + G4LogicalVolume* GetVolume(const G4String& name, G4bool verbose=true, + G4bool reverseSearch=false) const; + // Return the pointer of the first or last volume in the collection having // that name. Uses the internal map for fast search and warns if // a volume in the collection is not unique or not found. diff --git a/source/geometry/management/include/G4PhysicalVolumeStore.hh b/source/geometry/management/include/G4PhysicalVolumeStore.hh index 3ddc849038..71ab65651c 100644 --- a/source/geometry/management/include/G4PhysicalVolumeStore.hh +++ b/source/geometry/management/include/G4PhysicalVolumeStore.hh @@ -68,8 +68,9 @@ class G4PhysicalVolumeStore : public std::vector // are automatically notified and have their daughters de-registered. G4VPhysicalVolume* GetVolume(const G4String& name, - G4bool verbose = true) const; - // Return the pointer of the first volume in the collection having + G4bool verbose = true, + G4bool reverseSearch = false) const; + // Return the pointer of the first or last volume in the collection having // that name. Uses the internal map for fast search and warns if // a volume in the collection is not unique or not found. diff --git a/source/geometry/management/include/G4SolidStore.hh b/source/geometry/management/include/G4SolidStore.hh index 13ba882cd8..4724a96e34 100644 --- a/source/geometry/management/include/G4SolidStore.hh +++ b/source/geometry/management/include/G4SolidStore.hh @@ -66,8 +66,9 @@ class G4SolidStore : public std::vector static void Clean(); // Delete all solids from the store. - G4VSolid* GetSolid(const G4String& name, G4bool verbose = true) const; - // Return the pointer of the first solid in the collection having + G4VSolid* GetSolid(const G4String& name, G4bool verbose = true, + G4bool reverseSearch = false) const; + // Return the pointer of the first or last solid in the collection having // that name. Uses the internal map for fast search and warns if // a solid in the collection is not unique or not found. diff --git a/source/geometry/management/src/G4LogicalVolumeStore.cc b/source/geometry/management/src/G4LogicalVolumeStore.cc index 4d774f043f..085f4fb773 100644 --- a/source/geometry/management/src/G4LogicalVolumeStore.cc +++ b/source/geometry/management/src/G4LogicalVolumeStore.cc @@ -216,11 +216,12 @@ void G4LogicalVolumeStore::DeRegister(G4LogicalVolume* pVolume) } // *************************************************************************** -// Retrieve the first volume pointer in the container having that name +// Retrieve the first or last volume pointer in the container having that name // *************************************************************************** // G4LogicalVolume* -G4LogicalVolumeStore::GetVolume(const G4String& name, G4bool verbose) const +G4LogicalVolumeStore::GetVolume(const G4String& name, G4bool verbose, + G4bool reverseSearch) const { G4LogicalVolumeStore* store = GetInstance(); if (!store->mvalid) { store->UpdateMap(); } @@ -236,7 +237,14 @@ G4LogicalVolumeStore::GetVolume(const G4String& name, G4bool verbose) const G4Exception("G4LogicalVolumeStore::GetVolume()", "GeomMgt1001", JustWarning, message); } - return pos->second[0]; + if(reverseSearch) + { + return pos->second[pos->second.size()-1]; + } + else + { + return pos->second[0]; + } } if (verbose) { diff --git a/source/geometry/management/src/G4PhysicalVolumeStore.cc b/source/geometry/management/src/G4PhysicalVolumeStore.cc index c84bc8a4d7..28776e985d 100644 --- a/source/geometry/management/src/G4PhysicalVolumeStore.cc +++ b/source/geometry/management/src/G4PhysicalVolumeStore.cc @@ -220,11 +220,12 @@ void G4PhysicalVolumeStore::DeRegister(G4VPhysicalVolume* pVolume) } // *************************************************************************** -// Retrieve the first volume pointer in the container having that name +// Retrieve the first or last volume pointer in the container having that name // *************************************************************************** // G4VPhysicalVolume* -G4PhysicalVolumeStore::GetVolume(const G4String& name, G4bool verbose) const +G4PhysicalVolumeStore::GetVolume(const G4String& name, G4bool verbose, + G4bool reverseSearch) const { G4PhysicalVolumeStore* store = GetInstance(); if (!store->mvalid) { store->UpdateMap(); } @@ -240,7 +241,14 @@ G4PhysicalVolumeStore::GetVolume(const G4String& name, G4bool verbose) const G4Exception("G4PhysicalVolumeStore::GetVolume()", "GeomMgt1001", JustWarning, message); } - return pos->second[0]; + if(reverseSearch) + { + return pos->second[pos->second.size()-1]; + } + else + { + return pos->second[0]; + } } if (verbose) { diff --git a/source/geometry/management/src/G4SolidStore.cc b/source/geometry/management/src/G4SolidStore.cc index ff67f8b8e6..31e5c878a9 100644 --- a/source/geometry/management/src/G4SolidStore.cc +++ b/source/geometry/management/src/G4SolidStore.cc @@ -215,10 +215,11 @@ void G4SolidStore::DeRegister(G4VSolid* pSolid) } // *************************************************************************** -// Retrieve the first solid pointer in the container having that name +// Retrieve the first or last solid pointer in the container having that name // *************************************************************************** // -G4VSolid* G4SolidStore::GetSolid(const G4String& name, G4bool verbose) const +G4VSolid* G4SolidStore::GetSolid(const G4String& name, G4bool verbose, + G4bool reverseSearch) const { G4SolidStore* store = GetInstance(); if (!store->mvalid) { store->UpdateMap(); } @@ -234,7 +235,14 @@ G4VSolid* G4SolidStore::GetSolid(const G4String& name, G4bool verbose) const G4Exception("G4SolidStore::GetSolid()", "GeomMgt1001", JustWarning, message); } - return pos->second[0]; + if(reverseSearch) + { + return pos->second[pos->second.size()-1]; + } + else + { + return pos->second[0]; + } } if (verbose) { diff --git a/source/geometry/navigation/History b/source/geometry/navigation/History index f0338e9ccd..26f9975a50 100644 --- a/source/geometry/navigation/History +++ b/source/geometry/navigation/History @@ -16,6 +16,17 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 3, 2022 - P.Arce (geomnav-V10-07-06) +------------- +- G4RegularNavigation: reset the zero step counter when a non-zero step was + performed, to avoid aborted events. Correct tabulation. + Fixes as proposed in [GitHub PR #38](https://github.com/Geant4/geant4/pull/38) + +January 1, 2022 - G.Cosmo +------------------------- +- G4VIntersectionLocator: fixed compilation warning on Intel-icx compiler + for unused data. + September 25, 2021 - P.Arce (geomnav-V10-07-05) ---------------------------- - Reduce warning messages in GetReplicaNo: only when difference is > kCarTolerance diff --git a/source/geometry/navigation/src/G4RegularNavigation.cc b/source/geometry/navigation/src/G4RegularNavigation.cc index d9e7ff9d66..35c2b2deb2 100644 --- a/source/geometry/navigation/src/G4RegularNavigation.cc +++ b/source/geometry/navigation/src/G4RegularNavigation.cc @@ -205,16 +205,16 @@ G4double G4RegularNavigation::ComputeStepSkippingEqualMaterials( .InverseTransformPoint(localPoint); std::ostringstream message; message << "G4RegularNavigation::ComputeStepSkippingEqualMaterials()" - << "Stuck Track: potential geometry or navigation problem." - << G4endl - << " Track stuck, moving for more than " - << ii << " steps" << G4endl - << "- at point " << pGlobalpoint << G4endl - << " local direction: " << localDirection << G4endl; + << "Stuck Track: potential geometry or navigation problem." + << G4endl + << " Track stuck, moving for more than " + << ii << " steps" << G4endl + << "- at point " << pGlobalpoint << G4endl + << " local direction: " << localDirection << G4endl; G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", - "GeomRegNav1001", - EventMustBeAborted, - message); + "GeomRegNav1001", + EventMustBeAborted, + message); } newStep = voxelBox->DistanceToOut( localPoint, localDirection ); fLastStepWasZero = (newStep fActionThreshold_NoZeroSteps-1 ) { - // Act to recover this stuck track. Pushing it along direction - // - newStep = std::min(101*kCarTolerance*std::pow(10,fNumberZeroSteps-2),0.1); + // Act to recover this stuck track. Pushing it along direction + // + newStep = std::min(101*kCarTolerance*std::pow(10,fNumberZeroSteps-2),0.1); #ifdef G4DEBUG_NAVIGATION G4ThreeVector pGlobalpoint = history.GetTransform(ide) .InverseTransformPoint(localPoint); - std::ostringstream message; - message.precision(16); - message << "Track stuck or not moving." << G4endl - << " Track stuck, not moving for " - << fNumberZeroSteps << " steps" << G4endl - << "- at point " << pGlobalpoint - << " (local point " << localPoint << ")" << G4endl - << " local direction: " << localDirection - << " Potential geometry or navigation problem !" - << G4endl - << " Trying pushing it of " << newStep << " mm ..."; - G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", - "GeomRegNav1003", JustWarning, message, - "Potential overlap in geometry!"); + std::ostringstream message; + message.precision(16); + message << "Track stuck or not moving." << G4endl + << " Track stuck, not moving for " + << fNumberZeroSteps << " steps" << G4endl + << "- at point " << pGlobalpoint + << " (local point " << localPoint << ")" << G4endl + << " local direction: " << localDirection + << " Potential geometry or navigation problem !" + << G4endl + << " Trying pushing it of " << newStep << " mm ..."; + G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", + "GeomRegNav1003", JustWarning, message, + "Potential overlap in geometry!"); #endif } if( fNumberZeroSteps > fAbandonThreshold_NoZeroSteps-1 ) { - // Must kill this stuck track - // - G4ThreeVector pGlobalpoint = history.GetTransform(ide) - .InverseTransformPoint(localPoint); - std::ostringstream message; - message << "G4RegularNavigation::ComputeStepSkippingEqualMaterials()" - << "Stuck Track: potential geometry or navigation problem." - << G4endl - << " Track stuck, not moving for " - << fNumberZeroSteps << " steps" << G4endl - << "- at point " << pGlobalpoint << G4endl - << " local direction: " << localDirection << G4endl; - G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", - "GeomRegNav1004", - EventMustBeAborted, - message); + // Must kill this stuck track + // + G4ThreeVector pGlobalpoint = history.GetTransform(ide) + .InverseTransformPoint(localPoint); + std::ostringstream message; + message << "G4RegularNavigation::ComputeStepSkippingEqualMaterials()" + << "Stuck Track: potential geometry or navigation problem." + << G4endl + << " Track stuck, not moving for " + << fNumberZeroSteps << " steps" << G4endl + << "- at point " << pGlobalpoint << G4endl + << " local direction: " << localDirection << G4endl; + G4Exception("G4RegularNavigation::ComputeStepSkippingEqualMaterials()", + "GeomRegNav1004", + EventMustBeAborted, + message); } } - + else + { + // reset the zero step counter when a non-zero step was performed + fNumberZeroSteps = 0; + } if( (bFirstStep) && (newStep < currentProposedStepLength) ) { exiting = true; diff --git a/source/geometry/navigation/src/G4VIntersectionLocator.cc b/source/geometry/navigation/src/G4VIntersectionLocator.cc index ec5f9f661c..269b45a587 100644 --- a/source/geometry/navigation/src/G4VIntersectionLocator.cc +++ b/source/geometry/navigation/src/G4VIntersectionLocator.cc @@ -296,17 +296,19 @@ ReEstimateEndpoint( const G4FieldTrack& CurrentStateA, G4Exception("G4VIntersectionLocator::ReEstimateEndpoint()", "GeomNav1002", JustWarning, message); } +/* #else // Statistics on the RMS value of the corrections - static G4ThreadLocal G4int noCorrections = 0; - static G4ThreadLocal G4double sumCorrectionsSq = 0; + static G4ThreadLocal G4int noCorrections = 0; ++noCorrections; if( goodAdvance ) { + static G4ThreadLocal G4double sumCorrectionsSq; sumCorrectionsSq += (EstimatedEndStateB.GetPosition() - newEndPoint.GetPosition()).mag2(); } +*/ #endif return retEndPoint; diff --git a/source/geometry/solids/Boolean/History b/source/geometry/solids/Boolean/History index 83dc6e6482..3dcca47ac0 100644 --- a/source/geometry/solids/Boolean/History +++ b/source/geometry/solids/Boolean/History @@ -19,6 +19,16 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 4, 2022, G.Cosmo (geom-bool-V10-07-05) +- Minor cleanup in G4UnionSolid constructors. + +April 29, 2022, G.Cosmo +- G4UnionSolid: added missing data initialisation in copy-ctr and operator=(). + +April 5, 2022, G.Cosmo +- G4UnionSolid: add surface tolerance in Inside(p) for check on Z. + Minor optimisation in caching half-tolerance. + January 10, 2022, G.Cosmo geom-bool-V10-07-04 - Added alternative signature for AddNode() taking a pointer to solid. Added 'const' qualification to transformation passed as argument. diff --git a/source/geometry/solids/Boolean/include/G4UnionSolid.hh b/source/geometry/solids/Boolean/include/G4UnionSolid.hh index 11635da6cf..8f873cae17 100644 --- a/source/geometry/solids/Boolean/include/G4UnionSolid.hh +++ b/source/geometry/solids/Boolean/include/G4UnionSolid.hh @@ -44,7 +44,7 @@ class G4UnionSolid : public G4BooleanSolid { - public: // with description + public: G4UnionSolid( const G4String& pName, G4VSolid* pSolidA , @@ -67,8 +67,6 @@ class G4UnionSolid : public G4BooleanSolid G4VSolid* Clone() const; - public: // without description - G4UnionSolid(__void__&); // Fake default constructor for usage restricted to direct object // persistency for clients requiring preallocation of memory for @@ -114,7 +112,10 @@ class G4UnionSolid : public G4BooleanSolid private: + void Init(); + G4ThreeVector fPMin, fPMax; // bounding box extended by half-tolerance + G4double halfCarTolerance; }; #endif diff --git a/source/geometry/solids/Boolean/src/G4UnionSolid.cc b/source/geometry/solids/Boolean/src/G4UnionSolid.cc index 33f3360d1d..30b389d1e3 100644 --- a/source/geometry/solids/Boolean/src/G4UnionSolid.cc +++ b/source/geometry/solids/Boolean/src/G4UnionSolid.cc @@ -55,11 +55,7 @@ G4UnionSolid:: G4UnionSolid( const G4String& pName, G4VSolid* pSolidB ) : G4BooleanSolid(pName,pSolidA,pSolidB) { - G4ThreeVector pdelta(0.5*kCarTolerance,0.5*kCarTolerance,0.5*kCarTolerance); - G4ThreeVector pmin, pmax; - BoundingLimits(pmin, pmax); - fPMin = pmin - pdelta; - fPMax = pmax + pdelta; + Init(); } ///////////////////////////////////////////////////////////////////// @@ -74,11 +70,7 @@ G4UnionSolid::G4UnionSolid( const G4String& pName, : G4BooleanSolid(pName,pSolidA,pSolidB,rotMatrix,transVector) { - G4ThreeVector pdelta(0.5*kCarTolerance,0.5*kCarTolerance,0.5*kCarTolerance); - G4ThreeVector pmin, pmax; - BoundingLimits(pmin, pmax); - fPMin = pmin - pdelta; - fPMax = pmax + pdelta; + Init(); } /////////////////////////////////////////////////////////// @@ -91,11 +83,7 @@ G4UnionSolid::G4UnionSolid( const G4String& pName, const G4Transform3D& transform ) : G4BooleanSolid(pName,pSolidA,pSolidB,transform) { - G4ThreeVector pdelta(0.5*kCarTolerance,0.5*kCarTolerance,0.5*kCarTolerance); - G4ThreeVector pmin, pmax; - BoundingLimits(pmin, pmax); - fPMin = pmin - pdelta; - fPMax = pmax + pdelta; + Init(); } ////////////////////////////////////////////////////////////////// @@ -125,6 +113,7 @@ G4UnionSolid::G4UnionSolid(const G4UnionSolid& rhs) { fPMin = rhs.fPMin; fPMax = rhs.fPMax; + halfCarTolerance=0.5*kCarTolerance; } /////////////////////////////////////////////////////////////// @@ -143,9 +132,25 @@ G4UnionSolid& G4UnionSolid::operator = (const G4UnionSolid& rhs) fPMin = rhs.fPMin; fPMax = rhs.fPMax; + halfCarTolerance = rhs.halfCarTolerance; + return *this; } +/////////////////////////////////////////////////////////////// +// +// Initialisation + +void G4UnionSolid::Init() +{ + G4ThreeVector pdelta(kCarTolerance,kCarTolerance,kCarTolerance); + G4ThreeVector pmin, pmax; + BoundingLimits(pmin, pmax); + fPMin = pmin - pdelta; + fPMax = pmax + pdelta; + halfCarTolerance=0.5*kCarTolerance; +} + ////////////////////////////////////////////////////////////////////////// // // Get bounding box @@ -221,7 +226,7 @@ G4UnionSolid::CalculateExtent( const EAxis pAxis, EInside G4UnionSolid::Inside( const G4ThreeVector& p ) const { - if (std::max(p.z()-fPMax.z(),fPMin.z()-p.z()) > 0) return kOutside; + if (std::max(p.z()-fPMax.z(), fPMin.z()-p.z()) > 0) { return kOutside; } EInside positionA = fPtrSolidA->Inside(p); if (positionA == kInside) { return positionA; } // inside A @@ -286,7 +291,7 @@ G4UnionSolid::SurfaceNormal( const G4ThreeVector& p ) const G4double G4UnionSolid::DistanceToIn( const G4ThreeVector& p, - const G4ThreeVector& v ) const + const G4ThreeVector& v ) const { #ifdef G4BOOLDEBUG if( Inside(p) == kInside ) @@ -305,7 +310,7 @@ G4UnionSolid::DistanceToIn( const G4ThreeVector& p, #endif return std::min(fPtrSolidA->DistanceToIn(p,v), - fPtrSolidB->DistanceToIn(p,v) ) ; + fPtrSolidB->DistanceToIn(p,v) ) ; } //////////////////////////////////////////////////////// @@ -394,7 +399,7 @@ G4UnionSolid::DistanceToOut( const G4ThreeVector& p, } } while( (fPtrSolidA->Inside(p+dist*v) != kOutside) - && (disTmp > 0.5*kCarTolerance) ); + && (disTmp > halfCarTolerance) ); } else // if( positionB != kOutside ) { @@ -412,7 +417,7 @@ G4UnionSolid::DistanceToOut( const G4ThreeVector& p, } } while( (fPtrSolidB->Inside(p+dist*v) != kOutside) - && (disTmp > 0.5*kCarTolerance) ); + && (disTmp > halfCarTolerance) ); } } if( calcNorm ) @@ -457,7 +462,7 @@ G4UnionSolid::DistanceToOut( const G4ThreeVector& p ) const (positionA == kSurface && positionB == kInside ) ) { distout= std::max(fPtrSolidA->DistanceToOut(p), - fPtrSolidB->DistanceToOut(p) ) ; + fPtrSolidB->DistanceToOut(p) ) ; } else { diff --git a/source/global/History b/source/global/History index cb7bee459d..96e1f9dd40 100644 --- a/source/global/History +++ b/source/global/History @@ -16,6 +16,15 @@ commit in the repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 23, 2022 Gabriele Cosmo (global-V10-07-39) +- Updated tag IDs for geant4-11-00-patch-02. + +April 1, 2022 Jonas Hahnfeld +- Fix two typos in Bremsstrahlung. + +March 18, 2022 Ben Morgan +- Replace use of deprecated std::result_of with std::invoke_result_t. + March 8, 2022 Gabriele Cosmo (global-V10-07-38) - Updated tag IDs for geant4-11-00-patch-01. diff --git a/source/global/management/include/G4Backtrace.hh b/source/global/management/include/G4Backtrace.hh index f57b05f0b2..c05399df57 100644 --- a/source/global/management/include/G4Backtrace.hh +++ b/source/global/management/include/G4Backtrace.hh @@ -99,8 +99,8 @@ #include #include -template -using G4ResultOf_t = typename std::result_of::type; +template +using G4ResultOf_t = std::invoke_result_t; // compatible OS and compiler #if defined(G4UNIX) && \ @@ -302,14 +302,14 @@ class G4Backtrace // to ignore initial frames (such as this function). A callback // can be provided to inspect and/or tweak the frame string template - static std::array, Depth> GetMangled( + static std::array, Depth> GetMangled( FuncT&& func = FrameFunctor()); // gets a demangled backtrace of "Depth" frames. The offset parameter is // used to ignore initial frames (such as this function). A callback // can be provided to inspect and/or tweak the frame string template - static std::array, Depth> GetDemangled( + static std::array, Depth> GetDemangled( FuncT&& func = FrameFunctor()); private: @@ -358,12 +358,12 @@ inline void G4Backtrace::ExitAction(int sig) //----------------------------------------------------------------------------// template -inline std::array, Depth> +inline std::array, Depth> G4Backtrace::GetMangled(FuncT&& func) { static_assert((Depth - Offset) >= 1, "Error Depth - Offset should be >= 1"); - using type = G4ResultOf_t; + using type = G4ResultOf_t; // destination std::array btrace; btrace.fill((std::is_pointer::value) ? nullptr : type{}); @@ -393,7 +393,7 @@ G4Backtrace::GetMangled(FuncT&& func) //----------------------------------------------------------------------------// template -inline std::array, Depth> +inline std::array, Depth> G4Backtrace::GetDemangled(FuncT&& func) { auto demangle_bt = [&](const char* cstr) { @@ -764,20 +764,20 @@ class G4Backtrace {} template - static std::array, Depth> GetMangled( + static std::array, Depth> GetMangled( FuncT&& func = FrameFunctor()) { - using type = G4ResultOf_t; + using type = G4ResultOf_t; auto ret = std::array{}; ret.fill(func("")); return ret; } template - static std::array, Depth> GetDemangled( + static std::array, Depth> GetDemangled( FuncT&& func = FrameFunctor()) { - using type = G4ResultOf_t; + using type = G4ResultOf_t; auto ret = std::array{}; ret.fill(func("")); return ret; diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index e59d17e20f..af4fb8868e 100644 --- a/source/global/management/include/G4Version.hh +++ b/source/global/management/include/G4Version.hh @@ -40,11 +40,11 @@ // |--> patch number #ifndef G4VERSION_NUMBER - #define G4VERSION_NUMBER 1101 + #define G4VERSION_NUMBER 1102 #endif #ifndef G4VERSION_TAG - #define G4VERSION_TAG "$Name: geant4-11-00-patch-01 $" + #define G4VERSION_TAG "$Name: geant4-11-00-patch-02 $" #endif // as variables @@ -53,10 +53,10 @@ #include "G4Types.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4-11-00-patch-01 [MT]$"; +static const G4String G4Version = "$Name: geant4-11-00-patch-02 [MT]$"; #else -static const G4String G4Version = "$Name: geant4-11-00-patch-01 $"; +static const G4String G4Version = "$Name: geant4-11-00-patch-02 $"; #endif -static const G4String G4Date = "(8-March-2022)"; +static const G4String G4Date = "(25-May-2022)"; #endif diff --git a/source/global/management/src/G4PhysicsModelCatalog.cc b/source/global/management/src/G4PhysicsModelCatalog.cc index 53d595bce3..0c844f4cdd 100644 --- a/source/global/management/src/G4PhysicsModelCatalog.cc +++ b/source/global/management/src/G4PhysicsModelCatalog.cc @@ -92,8 +92,8 @@ void G4PhysicsModelCatalog::Initialize() { InsertModel( 10014, "model_TripletElectron" ); // gamma production - InsertModel( 10020, "model_Bremsstruhlung" ); - InsertModel( 10021, "model_SplitBremssrahlung" ); + InsertModel( 10020, "model_Bremsstrahlung" ); + InsertModel( 10021, "model_SplitBremsstrahlung" ); InsertModel( 10022, "model_ComptonGamma" ); InsertModel( 10023, "model_Annihilation" ); InsertModel( 10024, "model_TripletGamma" ); diff --git a/source/materials/History b/source/materials/History index 7f90b0fb9f..50f5705b48 100644 --- a/source/materials/History +++ b/source/materials/History @@ -16,6 +16,18 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +12-04-22 V.Ivanchenko (materials-V10-07-28) +- G4DensityEffectData, G4IonisParamMat - fixed density effect correction + for liquid hydrogen (problem #2346), code clean-up +- G4NistMaterialBuilder - fixed mean ionisation potentilal of carbon + to the current NIST value from 81 eV to 78 eV (problem #2474) +- G4Material - reorganized AddElement(..) and AddMaterial(..) methods, + temporary vector are used that allows addition of the same elements + during initialisation, when addition completed the vector of elements + and arrays of fractions are created, filled and temporary vectors + are deleted, as a result the code become more transparent and + fixing problem #2486 + 04-02-22 V.Ivanchenko (materials-V10-07-27) - G4SandiaTable - fixed compilation warning on unused variable diff --git a/source/materials/include/G4DensityEffectData.hh b/source/materials/include/G4DensityEffectData.hh index 037447d0f1..0dd53648d7 100644 --- a/source/materials/include/G4DensityEffectData.hh +++ b/source/materials/include/G4DensityEffectData.hh @@ -61,7 +61,7 @@ public: ~G4DensityEffectData(); // return index by Z, -1 if material is not in the table - G4int GetElementIndex(G4int Z, G4State mState) const; + G4int GetElementIndex(G4int Z, G4State st = kStateUndefined) const; // return index by material name, -1 if material is not in the table G4int GetIndex(const G4String& matName) const; diff --git a/source/materials/include/G4Material.hh b/source/materials/include/G4Material.hh index a9a1b45ca5..04ac42a7b2 100644 --- a/source/materials/include/G4Material.hh +++ b/source/materials/include/G4Material.hh @@ -351,6 +351,11 @@ private: G4int fIdxComponent; // Index of a new component G4bool fMassFraction; // Flag of the method to add components + // For composites built + std::vector* fAtoms; + std::vector* fElmFrac; + std::vector* fElm; + // For composites built via AddMaterial() std::map fMatComponents; diff --git a/source/materials/src/G4DensityEffectData.cc b/source/materials/src/G4DensityEffectData.cc index 39493c75cd..ad4fe63d76 100644 --- a/source/materials/src/G4DensityEffectData.cc +++ b/source/materials/src/G4DensityEffectData.cc @@ -1294,13 +1294,9 @@ void G4DensityEffectData::Initialize() AddMaterial(M277,"G4_GRAPHITE_POROUS"); } -G4int G4DensityEffectData::GetElementIndex(G4int Z, G4State st) const +G4int G4DensityEffectData::GetElementIndex(G4int Z, G4State) const { - G4int idx = -1; - if(Z > 0 && Z < NDENSELEM) { - if(st == state[Z] || st == kStateUndefined) { idx = indexZ[Z]; } - } - return idx; + return (Z >= 0 && Z < NDENSELEM) ? indexZ[Z] : -1; } G4int G4DensityEffectData::GetIndex(const G4String& matName) const diff --git a/source/materials/src/G4IonisParamMat.cc b/source/materials/src/G4IonisParamMat.cc index 90fdce13f7..34d1795cda 100644 --- a/source/materials/src/G4IonisParamMat.cc +++ b/source/materials/src/G4IonisParamMat.cc @@ -212,11 +212,12 @@ void G4IonisParamMat::ComputeDensityEffectParameters() G4double corr = 0.0; if(idx < 0 && 1 == nelm) { - idx = fDensityData->GetElementIndex(Z0, fMaterial->GetState()); + G4int z = (1 == Z0 && State == kStateLiquid) ? 0 : Z0; + idx = fDensityData->GetElementIndex(z); // Correction for base material or for non-nominal density // Except cases of very different density defined in user code - if(idx >= 0) { + if(idx >= 0 && 0 < z) { G4double dens = nist->GetNominalDensity(Z0); if(dens <= 0.0) { idx = -1; } else { diff --git a/source/materials/src/G4Material.cc b/source/materials/src/G4Material.cc index d834476d96..7e3006322c 100644 --- a/source/materials/src/G4Material.cc +++ b/source/materials/src/G4Material.cc @@ -167,15 +167,6 @@ G4Material::G4Material(const G4String& name, G4double density, fPressure = pressure; fNbComponents = nComponents; - theElementVector = new G4ElementVector(); - theElementVector->reserve(fNbComponents); - - fAtomsVector = new G4int[fNbComponents]; - fMassFractionVector = new G4double[fNbComponents]; - for(G4int i=0; i; + fElm = new std::vector; + } if(fIdxComponent >= fNbComponents) { G4ExceptionDescription ed; ed << "For material " << fName << " and added element " @@ -381,51 +376,51 @@ G4Material::AddElementByNumberOfAtoms(const G4Element* elm, G4int nAtoms) } if(fMassFraction) { G4ExceptionDescription ed; - G4cout << "For material " << fName << " and added element " - << elm->GetName() << " with Natoms=" << nAtoms - << " problem: cannot add by number of atoms after " - << "addition of elements by mass fraction"; + ed << "For material " << fName << " and added element " + << elm->GetName() << " with Natoms=" << nAtoms + << " problem: cannot add by number of atoms after " + << "addition of elements by mass fraction"; G4Exception ("G4Material::AddElementByNumberOfAtoms()", "mat031", FatalException, ed, ""); } - G4Element* element = const_cast(elm); - // filling - if (fIdxComponent < fNbComponents) { - G4bool isAdded = false; + // filling + G4bool isAdded = false; + if(!fElm->empty()) { for (G4int i=0; iGetName() << ", Natoms=" << nAtoms - << ", fIdxComponent=" << fIdxComponent - << " problem: attempt to add the same element, which already is at idx=" - << i << " with the Natoms=" << fAtomsVector[i]; - G4Exception ("G4Material::AddElementByNumberOfAtoms()", "mat031", - JustWarning, ed, ""); - fAtomsVector[i] += nAtoms; + if ( elm == (*fElm)[i] ) { + (*fAtoms)[i] += nAtoms; + isAdded = true; break; } } - if(!isAdded) { - theElementVector->push_back(element); - fAtomsVector[fNumberOfElements] = nAtoms; - ++fNumberOfElements; - } + } + if(!isAdded) { + fElm->push_back(elm); + fAtoms->push_back(nAtoms); + ++fNumberOfElements; } ++fIdxComponent; - // is filled + + // is filled - complete composition of atoms if (fIdxComponent == fNbComponents) { - // compute proportion by mass + theElementVector = new G4ElementVector(); + theElementVector->reserve(fNumberOfElements); + fAtomsVector = new G4int[fNumberOfElements]; + fMassFractionVector = new G4double[fNumberOfElements]; + G4double Amol = 0.; for (G4int i=0; iGetA(); + theElementVector->push_back((*fElm)[i]); + fAtomsVector[i] = (*fAtoms)[i]; + G4double w = fAtomsVector[i]*(*fElm)[i]->GetA(); Amol += w; fMassFractionVector[i] = w; } for (G4int i=0; iGetName() << ", massFraction= " << fraction << ", fIdxComponent=" << fIdxComponent - << " problem: attempt to add more than the declared number of elements " + << "; attempt to add more than the declared number of components " << fIdxComponent << " >= " << fNbComponents; G4Exception ("G4Material::AddElementByMassFraction()", "mat031", FatalException, ed, ""); } - G4Element* element = const_cast(elm); + if(0 == fIdxComponent) { + fElmFrac = new std::vector; + fElm = new std::vector; + } // filling - if (fIdxComponent < fNbComponents) { - G4bool isAdded = false; + G4bool isAdded = false; + if(!fElm->empty()) { for (G4int i=0; iGetName() << ", massFraction= " << fraction - << ", fIdxComponent=" << fIdxComponent - << " problem: attempt to add the same element, which is already at idx=" - << i << " with the fraction " << fMassFractionVector[i]; - G4Exception ("G4Material::AddElementByMassFraction()", "mat031", - JustWarning, ed, ""); - fMassFractionVector[i] += fraction; + if ( elm == (*fElm)[i] ) { + (*fElmFrac)[i] += fraction; isAdded = true; break; } } - if(!isAdded) { - theElementVector->push_back(element); - fMassFractionVector[fNumberOfElements] = fraction; - ++fNumberOfElements; - } + } + if(!isAdded) { + fElm->push_back(elm); + fElmFrac->push_back(fraction); + ++fNumberOfElements; } ++fIdxComponent; @@ -527,15 +517,40 @@ void G4Material::AddMaterial(G4Material* material, G4double fraction) G4ExceptionDescription ed; ed << "For material " << fName << " and added material " << material->GetName() << ", massFraction= " << fraction - << " attempt to add more than the declared number of elements " + << "; attempt to add more than the declared number of components " << fIdxComponent << " >= " << fNbComponents; G4Exception ("G4Material::AddMaterial()", "mat031", FatalException, ed, ""); } - // filling - if (fIdxComponent < fNbComponents) { - fMatComponents[material] = fraction; + + if(0 == fIdxComponent) { + fElmFrac = new std::vector; + fElm = new std::vector; } + + // filling + G4int nelm = material->GetNumberOfElements(); + for(G4int j=0; jGetElement(j); + auto frac = material->GetFractionVector(); + G4bool isAdded = false; + if(!fElm->empty()) { + for (G4int i=0; ipush_back(elm); + fElmFrac->push_back(fraction*frac[j]); + ++fNumberOfElements; + } + } + + fMatComponents[material] = fraction; ++fIdxComponent; // is filled @@ -547,70 +562,20 @@ void G4Material::AddMaterial(G4Material* material, G4double fraction) void G4Material::FillVectors() { // there are material components - if(!fMatComponents.empty()) { - G4int nel = fNumberOfElements; - // check list of materials - for(auto & x : fMatComponents) { - const G4Material* mat = x.first; - G4int nn = mat->GetNumberOfElements(); - for(G4int j=0; jGetElement(j); - for(G4int k=0; k fNbComponents) { - delete [] fAtomsVector; - fAtomsVector = new G4int[nel]; - G4double* v = new G4double[nel]; - for(G4int i=0; iGetNumberOfElements(); - const G4double* elmFrac = mat->GetFractionVector(); - for(G4int j=0; jGetElement(j); - for(G4int k=0; kpush_back(const_cast(elm)); - fMassFractionVector[fNumberOfElements] = frac*elmFrac[j]; - ++fNumberOfElements; - } - } - } - } - - // check sum of weights -- OK? + theElementVector = new G4ElementVector(); + theElementVector->reserve(fNumberOfElements); + fAtomsVector = new G4int[fNumberOfElements]; + fMassFractionVector = new G4double[fNumberOfElements]; G4double wtSum(0.0); for (G4int i=0; ipush_back((*fElm)[i]); + fMassFractionVector[i] = (*fElmFrac)[i]; wtSum += fMassFractionVector[i]; } + delete fElmFrac; + delete fElm; + + // check sum of weights -- OK? if (std::abs(1.-wtSum) > perThousand) { G4ExceptionDescription ed; ed << "For material " << fName << " sum of fractional masses " diff --git a/source/materials/src/G4NistMaterialBuilder.cc b/source/materials/src/G4NistMaterialBuilder.cc index d90177b2af..97c0d48d37 100644 --- a/source/materials/src/G4NistMaterialBuilder.cc +++ b/source/materials/src/G4NistMaterialBuilder.cc @@ -734,7 +734,7 @@ void G4NistMaterialBuilder::NistSimpleMaterials() AddMaterial("G4_Li", 0.534 , 3, 40. ); AddMaterial("G4_Be", 1.848 , 4, 63.7); AddMaterial("G4_B" , 2.37 , 5, 76. ); - AddMaterial("G4_C" , 2. , 6, 81. ); + AddMaterial("G4_C" , 2. , 6, 78. ); AddMaterial("G4_N" , 1.16520e-3, 7, 82. , 1, kStateGas); AddMaterial("G4_O" , 1.33151e-3, 8, 95. , 1, kStateGas); AddMaterial("G4_F" , 1.58029e-3, 9, 115. , 1, kStateGas); diff --git a/source/particles/History b/source/particles/History index 133c31920c..4da15aeeb6 100644 --- a/source/particles/History +++ b/source/particles/History @@ -16,6 +16,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +- 09 February 2022 Gabriele Cosmo (particles-V10-07-11) +- Fixed compilation warnings on Intel compiler for unused variables. + - 02 November 2021 Gabriele Cosmo (particles-V10-07-10) - Fix for potential null pointer dereference in G4ParticleTable::FindParticle(). Based on GitHub PR#30 (https://github.com/Geant4/geant4/pull/30). diff --git a/source/particles/management/src/G4MuonDecayChannel.cc b/source/particles/management/src/G4MuonDecayChannel.cc index d92d11794a..a4f318316d 100644 --- a/source/particles/management/src/G4MuonDecayChannel.cc +++ b/source/particles/management/src/G4MuonDecayChannel.cc @@ -142,11 +142,11 @@ G4DecayProducts* G4MuonDecayChannel::DecayIt(G4double) // daughters'mass G4double daughtermass[N_DAUGHTER]; - G4double sumofdaughtermass = 0.0; + //G4double sumofdaughtermass = 0.0; for (G4int index=0; indexGetPDGMass(); - sumofdaughtermass += daughtermass[index]; + //sumofdaughtermass += daughtermass[index]; } // create parent G4DynamicParticle at rest diff --git a/source/particles/management/src/G4MuonDecayChannelWithSpin.cc b/source/particles/management/src/G4MuonDecayChannelWithSpin.cc index f17e8acce9..505e5cddaf 100644 --- a/source/particles/management/src/G4MuonDecayChannelWithSpin.cc +++ b/source/particles/management/src/G4MuonDecayChannelWithSpin.cc @@ -116,11 +116,11 @@ G4DecayProducts* G4MuonDecayChannelWithSpin::DecayIt(G4double) //daughters'mass G4double daughtermass[3]; - G4double sumofdaughtermass = 0.0; + //G4double sumofdaughtermass = 0.0; for (G4int index=0; index<3; ++index) { daughtermass[index] = G4MT_daughters[index]->GetPDGMass(); - sumofdaughtermass += daughtermass[index]; + //sumofdaughtermass += daughtermass[index]; } G4double EMASS = daughtermass[0]; diff --git a/source/particles/management/src/G4MuonRadiativeDecayChannelWithSpin.cc b/source/particles/management/src/G4MuonRadiativeDecayChannelWithSpin.cc index 5a2ae2100a..644fefdbb3 100644 --- a/source/particles/management/src/G4MuonRadiativeDecayChannelWithSpin.cc +++ b/source/particles/management/src/G4MuonRadiativeDecayChannelWithSpin.cc @@ -148,11 +148,11 @@ G4DecayProducts* G4MuonRadiativeDecayChannelWithSpin::DecayIt(G4double) // daughters'mass G4double daughtermass[4]; - G4double sumofdaughtermass = 0.0; + //G4double sumofdaughtermass = 0.0; for (G4int index=0; index<4; ++index) { daughtermass[index] = G4MT_daughters[index]->GetPDGMass(); - sumofdaughtermass += daughtermass[index]; + //sumofdaughtermass += daughtermass[index]; } G4double EMASS = daughtermass[0]; diff --git a/source/particles/management/src/G4PionRadiativeDecayChannel.cc b/source/particles/management/src/G4PionRadiativeDecayChannel.cc index b079b504fb..fc77e3d534 100644 --- a/source/particles/management/src/G4PionRadiativeDecayChannel.cc +++ b/source/particles/management/src/G4PionRadiativeDecayChannel.cc @@ -173,11 +173,11 @@ G4DecayProducts* G4PionRadiativeDecayChannel::DecayIt(G4double) // daughters'mass const G4int N_DAUGHTER=3; G4double daughtermass[N_DAUGHTER]; - G4double sumofdaughtermass = 0.0; + //G4double sumofdaughtermass = 0.0; for (G4int index=0; indexGetPDGMass(); - sumofdaughtermass += daughtermass[index]; + //sumofdaughtermass += daughtermass[index]; } G4double EMASS = daughtermass[0]; diff --git a/source/persistency/gdml/History b/source/persistency/gdml/History index 94bd247182..a6d2ae10eb 100644 --- a/source/persistency/gdml/History +++ b/source/persistency/gdml/History @@ -16,6 +16,22 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +04 April 2022 S. Losilla (gdml-V10-07-16) +- Changed default temperature to 20 °C (followup to commit ba61d0). + +14 March 2022 W. Pokorski +- Removed a forgotten (used for debugging) cout in G4GDMLReadSolids::PropertyRead. + +5 March 2022 M. Asai +- G4GDMLReadSolids, G4GDMLReadStructure: + Use original find methods in G4SolidStore, G4LogicalVolumeStore and + G4PhysicalVolumeStore to simplify the code. + +16 February 2022 M. Asai +- G4GDMLParser, G4GDMLReadDefine, G4GDMLReadSolids, G4GDMLReadStructure: + Addressing to the case of solid/volune name duplication when reading + more than one gdml files. + 05 November 2021 G. Cosmo (gdml-V10-07-15) - G4GDMLParser: issue notification warning in ImportRegions() in case more than one logical volume with same name is found, to be set a diff --git a/source/persistency/gdml/include/G4GDMLParser.hh b/source/persistency/gdml/include/G4GDMLParser.hh index a258bfbe45..7115f69456 100644 --- a/source/persistency/gdml/include/G4GDMLParser.hh +++ b/source/persistency/gdml/include/G4GDMLParser.hh @@ -124,6 +124,7 @@ class G4GDMLParser inline void SetRegionExport(G4bool); inline void SetEnergyCutsExport(G4bool); inline void SetSDExport(G4bool); + inline void SetReverseSearch(G4bool); inline G4int GetMaxExportLevel() const; // Manage max number of levels inline void SetMaxExportLevel(G4int); // to export diff --git a/source/persistency/gdml/include/G4GDMLParser.icc b/source/persistency/gdml/include/G4GDMLParser.icc index 129aeb69a3..b3e6e4b1f3 100644 --- a/source/persistency/gdml/include/G4GDMLParser.icc +++ b/source/persistency/gdml/include/G4GDMLParser.icc @@ -229,6 +229,11 @@ inline void G4GDMLParser::SetSDExport(G4bool flag) writer->SetSDExport(flag); } +inline void G4GDMLParser::SetReverseSearch(G4bool flag) +{ + reader->SetReverseSearch(flag); +} + inline G4int G4GDMLParser::GetMaxExportLevel() const { return writer->GetMaxExportLevel(); diff --git a/source/persistency/gdml/include/G4GDMLReadDefine.hh b/source/persistency/gdml/include/G4GDMLReadDefine.hh index 6d3ab84b4e..99833070ea 100644 --- a/source/persistency/gdml/include/G4GDMLReadDefine.hh +++ b/source/persistency/gdml/include/G4GDMLReadDefine.hh @@ -78,6 +78,9 @@ class G4GDMLReadDefine : public G4GDMLRead virtual void DefineRead(const xercesc::DOMElement* const); + inline void SetReverseSearch(G4bool flag) + { reverseSearch = flag; } + protected: G4GDMLReadDefine(); @@ -97,7 +100,7 @@ class G4GDMLReadDefine : public G4GDMLRead void ExpressionRead(const xercesc::DOMElement* const); protected: - + G4bool reverseSearch = false; std::map quantityMap; std::map positionMap; std::map rotationMap; diff --git a/source/persistency/gdml/src/G4GDMLReadMaterials.cc b/source/persistency/gdml/src/G4GDMLReadMaterials.cc index 492ecff4fd..d94b3064cb 100644 --- a/source/persistency/gdml/src/G4GDMLReadMaterials.cc +++ b/source/persistency/gdml/src/G4GDMLReadMaterials.cc @@ -242,7 +242,7 @@ G4double G4GDMLReadMaterials::PRead(const xercesc::DOMElement* const PElement) // -------------------------------------------------------------------- G4double G4GDMLReadMaterials::TRead(const xercesc::DOMElement* const TElement) { - G4double value = STP_Temperature; + G4double value = NTP_Temperature; G4double unit = kelvin; const xercesc::DOMNamedNodeMap* const attributes = TElement->getAttributes(); @@ -552,7 +552,7 @@ void G4GDMLReadMaterials::MaterialRead( G4double a = 0.0; G4double D = 0.0; G4State state = kStateUndefined; - G4double T = STP_Temperature; + G4double T = NTP_Temperature; G4double P = STP_Pressure; G4double MEE = -1.0; diff --git a/source/persistency/gdml/src/G4GDMLReadSolids.cc b/source/persistency/gdml/src/G4GDMLReadSolids.cc index 5e70a3e467..631f9526ac 100644 --- a/source/persistency/gdml/src/G4GDMLReadSolids.cc +++ b/source/persistency/gdml/src/G4GDMLReadSolids.cc @@ -3559,7 +3559,6 @@ void G4GDMLReadSolids::PropertyRead( { G4MaterialPropertyVector* propvect; G4String temp = name + ref; - std::cout << temp << std::endl; // first check if it was already built if(mapOfMatPropVects.find(temp) == mapOfMatPropVects.end()) { @@ -4057,7 +4056,8 @@ void G4GDMLReadSolids::SolidsRead( // -------------------------------------------------------------------- G4VSolid* G4GDMLReadSolids::GetSolid(const G4String& ref) const { - G4VSolid* solidPtr = G4SolidStore::GetInstance()->GetSolid(ref, false); + G4VSolid* solidPtr = G4SolidStore::GetInstance() + ->GetSolid(ref,false,reverseSearch); if(solidPtr == nullptr) { diff --git a/source/persistency/gdml/src/G4GDMLReadStructure.cc b/source/persistency/gdml/src/G4GDMLReadStructure.cc index 63e7dd8961..25346f71d6 100644 --- a/source/persistency/gdml/src/G4GDMLReadStructure.cc +++ b/source/persistency/gdml/src/G4GDMLReadStructure.cc @@ -823,7 +823,15 @@ void G4GDMLReadStructure::AssemblyRead( xercesc::XMLString::release(&name_attr); G4AssemblyVolume* pAssembly = new G4AssemblyVolume(); - assemblyMap.insert(std::make_pair(GenerateName(name), pAssembly)); + auto aName = GenerateName(name); + if(reverseSearch) + { + assemblyMap.insert_or_assign(aName, pAssembly); + } + else + { + assemblyMap.insert(std::make_pair(aName, pAssembly)); + } for(xercesc::DOMNode* iter = assemblyElement->getFirstChild(); iter != nullptr; iter = iter->getNextSibling()) @@ -1067,8 +1075,8 @@ void G4GDMLReadStructure::StructureRead( // -------------------------------------------------------------------- G4VPhysicalVolume* G4GDMLReadStructure::GetPhysvol(const G4String& ref) const { - G4VPhysicalVolume* physvolPtr = - G4PhysicalVolumeStore::GetInstance()->GetVolume(ref, false); + G4VPhysicalVolume* physvolPtr + = G4PhysicalVolumeStore::GetInstance()->GetVolume(ref,false,reverseSearch); if(physvolPtr == nullptr) { @@ -1083,8 +1091,8 @@ G4VPhysicalVolume* G4GDMLReadStructure::GetPhysvol(const G4String& ref) const // -------------------------------------------------------------------- G4LogicalVolume* G4GDMLReadStructure::GetVolume(const G4String& ref) const { - G4LogicalVolume* volumePtr = - G4LogicalVolumeStore::GetInstance()->GetVolume(ref, false); + G4LogicalVolume* volumePtr + = G4LogicalVolumeStore::GetInstance()->GetVolume(ref,false,reverseSearch); if(volumePtr == nullptr) { diff --git a/source/physics_lists/constructors/electromagnetic/History b/source/physics_lists/constructors/electromagnetic/History index 8ec930a192..01ef9d927d 100644 --- a/source/physics_lists/constructors/electromagnetic/History +++ b/source/physics_lists/constructors/electromagnetic/History @@ -13,6 +13,10 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +24 February 2022, V.Ivanchenko (phys-ctor-em-V10-07-25) +- G4EmStandardPhysics_option4 - use G4UrbanFluctuation model + for e+- to address problem #2466 + 11 December 2021, V.Ivanchenko (phys-ctor-em-V10-07-24) - G4EmStandardPhysics_option3 - use options providing more accurate simulation without loss of CPU performance: RangeFactor=0.03, diff --git a/source/physics_lists/constructors/electromagnetic/src/G4EmStandardPhysics_option4.cc b/source/physics_lists/constructors/electromagnetic/src/G4EmStandardPhysics_option4.cc index 47137d9f80..2cbcc4e68e 100644 --- a/source/physics_lists/constructors/electromagnetic/src/G4EmStandardPhysics_option4.cc +++ b/source/physics_lists/constructors/electromagnetic/src/G4EmStandardPhysics_option4.cc @@ -79,6 +79,7 @@ #include "G4LivermoreIonisationModel.hh" #include "G4PenelopeIonisationModel.hh" #include "G4UniversalFluctuation.hh" +#include "G4UrbanFluctuation.hh" #include "G4eplusAnnihilation.hh" @@ -244,6 +245,7 @@ void G4EmStandardPhysics_option4::ConstructProcess() // ionisation G4eIonisation* eioni = new G4eIonisation(); G4VEmModel* theIoniLiv = new G4LivermoreIonisationModel(); + eioni->SetFluctModel(new G4UrbanFluctuation()); theIoniLiv->SetHighEnergyLimit(0.1*CLHEP::MeV); eioni->AddEmModel(0, theIoniLiv, new G4UniversalFluctuation() ); @@ -289,6 +291,7 @@ void G4EmStandardPhysics_option4::ConstructProcess() // ionisation eioni = new G4eIonisation(); + eioni->SetFluctModel(new G4UrbanFluctuation()); G4VEmModel* pen = new G4PenelopeIonisationModel(); pen->SetHighEnergyLimit(0.1*CLHEP::MeV); eioni->AddEmModel(0, pen, new G4UniversalFluctuation()); diff --git a/source/processes/cuts/History b/source/processes/cuts/History index 5c7834c5ec..2beb5720c9 100644 --- a/source/processes/cuts/History +++ b/source/processes/cuts/History @@ -16,9 +16,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March. 14th, 2022 - I. Hrivnacova (proccuts-V10-07-07) +- G4VRangeToEnergyConverter - fixed clearing of static data + in destructor + January. 19th, 2022 - V.Ivantchenko (proccuts-V10-07-06) - G4VRangeToEnergyConverter - fixed construction/destruction of - static data (initial problem identified by I. Hrivnakova) + static data (initial problem identified by I. Hrivnacova) October. 12th, 2021 - V.Ivanchenko (proccuts-V10-07-05) - G4PhysicsTableHelper - fixed Coverity warning due to index type, diff --git a/source/processes/cuts/src/G4VRangeToEnergyConverter.cc b/source/processes/cuts/src/G4VRangeToEnergyConverter.cc index 20efe91a94..20a703f640 100644 --- a/source/processes/cuts/src/G4VRangeToEnergyConverter.cc +++ b/source/processes/cuts/src/G4VRangeToEnergyConverter.cc @@ -78,6 +78,8 @@ G4VRangeToEnergyConverter::~G4VRangeToEnergyConverter() { delete Energy; Energy = nullptr; + Emin = 0.; + Emax = 0.; } } diff --git a/source/processes/electromagnetic/dna/History b/source/processes/electromagnetic/dna/History index 40e83ccc86..5dfd039d59 100644 --- a/source/processes/electromagnetic/dna/History +++ b/source/processes/electromagnetic/dna/History @@ -14,6 +14,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ----------------------------------------------------------* +18-05-2022, G. Cosmo, emdna-V10-07-16 +- G4ITTransportation: fixed misuse of bitwise '|' operator instead of logical. + 8-11-2021, H. Tran, emdna-V10-07-15 - corrected Circular dependencies for mesoscopic model - corrected the problem in IRT diff --git a/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc b/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc index c24ed902d0..bc7017ff0c 100644 --- a/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc +++ b/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc @@ -943,7 +943,7 @@ G4VParticleChange* G4ITTransportation::PostStepDoIt(const G4Track& track, // Update the Step flag which identifies the Last Step in a volume isLastStep = fLinearNavigator->ExitedMotherVolume() - | fLinearNavigator->EnteredDaughterVolume(); + || fLinearNavigator->EnteredDaughterVolume(); #ifdef G4DEBUG_TRANSPORT // Checking first implementation of flagging Last Step in Volume diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index bfcd4cd1ad..3596c15160 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -16,6 +16,17 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07 April 2022 V.Ivanchenko (emutils-V10-07-40) +- G4VMultipleScattering - fix #2480 responsible for energy deposition shift of + custom CMS Physics List FTFP_BERT_EMM + +01 April 2022 J.Hahnfeld +- Fix typo in Bremsstrahlung. + +24 March 2022: V.Ivanchenko +- G4VEnergyLossProcess - fix fluctuation model pointer if an extra + model is added on top of the default list of models + 22 January 22: V.Ivanchenko (emutils-V10-07-39) - G4EmParametersMessenger - added forgotten UI command to enable polarisation diff --git a/source/processes/electromagnetic/utils/include/G4EmSecondaryParticleType.hh b/source/processes/electromagnetic/utils/include/G4EmSecondaryParticleType.hh index d34edc1a9f..107132a4c9 100644 --- a/source/processes/electromagnetic/utils/include/G4EmSecondaryParticleType.hh +++ b/source/processes/electromagnetic/utils/include/G4EmSecondaryParticleType.hh @@ -50,6 +50,8 @@ enum G4EmSecondaryParticleType _ComptonElectron = 10013, _TripletElectron = 10014, + _Bremsstrahlung = 10020, + // Legacy name for compatibility with Geant4 11.0 and patch01. _Bremsstruhlung = 10020, _SplitBremsstrahlung = 10021, _ComptonGamma = 10022, diff --git a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc index 7052e7ece3..e0ac95016e 100644 --- a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc @@ -218,8 +218,9 @@ void G4VEnergyLossProcess::AddEmModel(G4int order, G4VEmModel* ptr, const G4Region* region) { if(nullptr == ptr) { return; } - modelManager->AddEmModel(order, ptr, fluc, region); - ptr->SetParticleChange(pParticleChange, fluc); + G4VEmFluctuationModel* afluc = (nullptr == fluc) ? fluctModel : fluc; + modelManager->AddEmModel(order, ptr, afluc, region); + ptr->SetParticleChange(pParticleChange, afluc); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -408,7 +409,7 @@ G4VEnergyLossProcess::PreparePhysicsTable(const G4ParticleDefinition& part) // defined ID of secondary particles G4int stype = GetProcessSubType(); if(stype == fBremsstrahlung) { - secID = _Bremsstruhlung; + secID = _Bremsstrahlung; biasID = _SplitBremsstrahlung; } else if(stype == fPairProdByCharged) { secID = _PairProduction; diff --git a/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc b/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc index 447ef16d08..a60eea78a7 100644 --- a/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc +++ b/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc @@ -300,9 +300,11 @@ void G4VMultipleScattering::StreamInfo(std::ostream& outFile, void G4VMultipleScattering::StartTracking(G4Track* track) { + G4VEnergyLossProcess* eloss = nullptr; if(track->GetParticleDefinition() != currParticle) { currParticle = track->GetParticleDefinition(); fIonisation = emManager->GetEnergyLossProcess(currParticle); + eloss = fIonisation; } /* G4cout << "G4VMultipleScattering::StartTracking Nmod= " << numberOfModels @@ -312,7 +314,8 @@ void G4VMultipleScattering::StartTracking(G4Track* track) << G4LossTableManager::Instance()->IsMaster() << G4endl; */ - for(auto & msc : mscModels) { + for(G4int i=0; igetEnergy(); - G4LorentzVector vlab = ipart->getMomentum().boost(boostToLab); // TEMPORARY: Remove constness on PD until G4Fragment is fixed @@ -159,14 +156,12 @@ G4FragmentVector* G4InuclEvaporation::BreakItUp(const G4Fragment &theNucleus) { } if (!outgoingNuclei.empty()) { - nucleiIterator ifrag = outgoingNuclei.begin(); - for (i=1; ifrag != outgoingNuclei.end(); ifrag++) { + nucleiIterator ifrag = outgoingNuclei.cbegin(); + for (i=1; ifrag != outgoingNuclei.cend(); ++ifrag) { if (verboseLevel > 2) { - G4cout << " Nuclei fragment: " << i << G4endl; i++; + G4cout << " Nuclei fragment: " << i << G4endl; ++i; } - eTot += ifrag->getEnergy(); - G4LorentzVector vlab = ifrag->getMomentum().boost(boostToLab); G4int fragA = ifrag->getA(); diff --git a/source/processes/hadronic/models/coherent_elastic/History b/source/processes/hadronic/models/coherent_elastic/History index ded5754fe5..132632e71d 100644 --- a/source/processes/hadronic/models/coherent_elastic/History +++ b/source/processes/hadronic/models/coherent_elastic/History @@ -14,6 +14,12 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +04 February 2022 - V.Ivanchenko (hadr-cohe-V10-07-06) +----------------------------------------------------- +- G4ElasticHadrNucleusHE, G4NeutronElectronElModel, G4NeutrinoElectronNcModel + fixed compilation warnings on unused variables; removed commented lines; + use Energy(..) method of G4PhysicsVector instead of obsolete GetLowEdgeEnergy(...) + 03 January 2022 - A.Ribon (hadr-cohe-V10-07-05) -------------------------------------------------- - G4AntiNuclElastic : Vladimir Uzhinsky's correction in the SampleInvariantT diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc b/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc index 697125696e..3e3dcefcf1 100644 --- a/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc +++ b/source/processes/hadronic/models/coherent_elastic/src/G4ElasticHadrNucleusHE.cc @@ -873,7 +873,7 @@ G4ElasticHadrNucleusHE::HadrNucDifferCrSec(G4int A, G4double aQ2) G4double ImElasticAmpl0 = 0; G4double ReElasticAmpl0 = 0; - G4double Tot1=0, exp1; + G4double exp1; for(G4int i=1; i<=A; ++i) { N *= (-Unucl*Rho2*(A-i+1)/(G4double)i); @@ -892,14 +892,12 @@ G4ElasticHadrNucleusHE::HadrNucDifferCrSec(G4int A, G4double aQ2) G4double dcos = N*std::cos(FiH*i); ReElasticAmpl0 += Prod1*N*std::sin(FiH*i); ImElasticAmpl0 += Prod1*dcos; - Tot1 += medTot*dcos; if(std::abs(Prod1*N/ImElasticAmpl0) < 0.000001) break; } // i static const G4double pi25 = CLHEP::pi/2.568; ImElasticAmpl0 *= pi25; // The amplitude in mB ReElasticAmpl0 *= pi25; // The amplitude in mB - Tot1 *= 2*pi25; G4double C1 = R13Ap*R13Ap*0.5*DDSec1p; G4double C2 = 2*R23Ap*R13Ap*0.5*DDSec2p; @@ -952,7 +950,6 @@ G4ElasticHadrNucleusHE::HadrNucDifferCrSec(G4int A, G4double aQ2) (ImElasticAmpl0+Din1)* (ImElasticAmpl0+Din1))/twopi; - Tot1 -= DTot1; Dtot11 = DTot1; aAIm = ImElasticAmpl0; aDIm = Din1; diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4NeutrinoElectronNcModel.cc b/source/processes/hadronic/models/coherent_elastic/src/G4NeutrinoElectronNcModel.cc index 23ba096dc7..4a368a927a 100644 --- a/source/processes/hadronic/models/coherent_elastic/src/G4NeutrinoElectronNcModel.cc +++ b/source/processes/hadronic/models/coherent_elastic/src/G4NeutrinoElectronNcModel.cc @@ -63,24 +63,21 @@ G4NeutrinoElectronNcModel::G4NeutrinoElectronNcModel(const G4String& name) G4NeutrinoElectronNcModel::~G4NeutrinoElectronNcModel() {} - void G4NeutrinoElectronNcModel::ModelDescription(std::ostream& outFile) const { - - outFile << "G4NeutrinoElectronNcModel is a neutrino-electron (neutral current) elastic scattering\n" - << "model which uses the standard model \n" - << "transfer parameterization. The model is fully relativistic\n"; - + outFile << "G4NeutrinoElectronNcModel is a neutrino-electron (neutral current) elastic scattering\n" + << "model which uses the standard model \n" + << "transfer parameterization. The model is fully relativistic\n"; } ///////////////////////////////////////////////////////// -G4bool G4NeutrinoElectronNcModel::IsApplicable(const G4HadProjectile & aTrack, - G4Nucleus & targetNucleus) +G4bool G4NeutrinoElectronNcModel::IsApplicable(const G4HadProjectile & aTrack, G4Nucleus&) { G4bool result = false; G4String pName = aTrack.GetDefinition()->GetParticleName(); - G4double minEnergy = 0., energy = aTrack.GetTotalEnergy(); + G4double minEnergy = 0.; + G4double energy = aTrack.GetTotalEnergy(); if( fCutEnergy > 0. ) // min detected recoil electron energy { @@ -93,9 +90,6 @@ G4bool G4NeutrinoElectronNcModel::IsApplicable(const G4HadProjectile & aTrack, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; - return result; } @@ -104,7 +98,7 @@ G4bool G4NeutrinoElectronNcModel::IsApplicable(const G4HadProjectile & aTrack, // G4HadFinalState* G4NeutrinoElectronNcModel::ApplyYourself( - const G4HadProjectile& aTrack, G4Nucleus& targetNucleus) + const G4HadProjectile& aTrack, G4Nucleus&) { theParticleChange.Clear(); @@ -166,9 +160,6 @@ G4HadFinalState* G4NeutrinoElectronNcModel::ApplyYourself( theParticleChange.SetEnergyChange( nuTkin ); theParticleChange.SetMomentumChange( aTrack.Get4Momentum().vect().unit() ); } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; - return &theParticleChange; } diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4NeutronElectronElModel.cc b/source/processes/hadronic/models/coherent_elastic/src/G4NeutronElectronElModel.cc index 4a0cff6fbe..9c2fd2135e 100644 --- a/source/processes/hadronic/models/coherent_elastic/src/G4NeutronElectronElModel.cc +++ b/source/processes/hadronic/models/coherent_elastic/src/G4NeutronElectronElModel.cc @@ -69,7 +69,7 @@ G4NeutronElectronElModel::G4NeutronElectronElModel(const G4String& name) fEnergyBin = 200; fMinEnergy = 1.*MeV; fMaxEnergy = 10000.*GeV; - fEnergyVector = new G4PhysicsLogVector(fMinEnergy, fMaxEnergy, fEnergyBin); + fEnergyVector = new G4PhysicsLogVector(fMinEnergy, fMaxEnergy, fEnergyBin, false); fAngleBin = 500; fAngleTable = 0; @@ -86,7 +86,7 @@ G4NeutronElectronElModel::~G4NeutronElectronElModel() if( fEnergyVector ) { delete fEnergyVector; - fEnergyVector = 0; + fEnergyVector = nullptr; } if( fAngleTable ) { @@ -100,36 +100,19 @@ G4NeutronElectronElModel::~G4NeutronElectronElModel() void G4NeutronElectronElModel::ModelDescription(std::ostream& outFile) const { - - outFile << "G4NeutronElectronElModel is a neutrino-electron (neutral current) elastic scattering\n" - << "model which uses the standard model \n" - << "transfer parameterization. The model is fully relativistic\n"; - + outFile << "G4NeutronElectronElModel is a neutrino-electron (neutral current) elastic scattering\n" + << "model which uses the standard model \n" + << "transfer parameterization. The model is fully relativistic\n"; } ///////////////////////////////////////////////////////// -G4bool G4NeutronElectronElModel::IsApplicable(const G4HadProjectile & aTrack, - G4Nucleus & targetNucleus) +G4bool G4NeutronElectronElModel::IsApplicable(const G4HadProjectile & aTrack, G4Nucleus&) { - G4bool result = false; G4String pName = aTrack.GetDefinition()->GetParticleName(); - // G4double minEnergy = 0.; G4double energy = aTrack.GetTotalEnergy(); - if( fCutEnergy > 0. ) // min detected recoil electron energy - { - // minEnergy = 0.5*(fCutEnergy+sqrt(fCutEnergy*(fCutEnergy+2.*electron_mass_c2))); - } - if( pName == "neutron" && - energy >= fMinEnergy && energy <= fMaxEnergy ) - { - result = true; - } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; - - return result; + return (pName == "neutron" && energy >= fMinEnergy && energy <= fMaxEnergy); } //////////////////////////////////////////////////// @@ -180,7 +163,7 @@ G4double G4NeutronElectronElModel::SampleSin2HalfTheta(G4double Tkin) for( iTkin = 0; iTkin < fEnergyBin; iTkin++) { - if( Tkin < fEnergyVector->GetLowEdgeEnergy(iTkin) ) break; + if( Tkin < fEnergyVector->Energy(iTkin) ) break; } if ( iTkin >= fEnergyBin ) iTkin = fEnergyBin-1; // Tkin is more then theMaxEnergy if ( iTkin < 0 ) iTkin = 0; // against negative index, Tkin < theMinEnergy @@ -214,8 +197,7 @@ G4NeutronElectronElModel:: GetTransfer( G4int iTkin, G4int iTransfer, G4double p if( iTransfer == 0 || iTransfer == fAngleBin-1 ) { - randTransfer = (*fAngleTable)(iTkin)->GetLowEdgeEnergy(iTransfer); - // iTransfer++; + randTransfer = (*fAngleTable)(iTkin)->Energy(iTransfer); } else { @@ -226,8 +208,8 @@ G4NeutronElectronElModel:: GetTransfer( G4int iTkin, G4int iTransfer, G4double p y1 = (*(*fAngleTable)(iTkin))(iTransfer-1); y2 = (*(*fAngleTable)(iTkin))(iTransfer); - x1 = (*fAngleTable)(iTkin)->GetLowEdgeEnergy(iTransfer-1); - x2 = (*fAngleTable)(iTkin)->GetLowEdgeEnergy(iTransfer); + x1 = (*fAngleTable)(iTkin)->Energy(iTransfer-1); + x2 = (*fAngleTable)(iTkin)->Energy(iTransfer); delta = y2 - y1; mean = y2 + y1; @@ -235,8 +217,6 @@ G4NeutronElectronElModel:: GetTransfer( G4int iTkin, G4int iTransfer, G4double p if ( x1 == x2 ) randTransfer = x2; else { - // if ( y1 == y2 ) - if ( delta < epsilon*mean ) { randTransfer = x1 + ( x2 - x1 )*G4UniformRand(); @@ -280,7 +260,7 @@ G4double G4NeutronElectronElModel::XscIntegrand(G4double x) // G4HadFinalState* G4NeutronElectronElModel::ApplyYourself( - const G4HadProjectile& aTrack, G4Nucleus& targetNucleus) + const G4HadProjectile& aTrack, G4Nucleus&) { theParticleChange.Clear(); @@ -363,9 +343,6 @@ G4HadFinalState* G4NeutronElectronElModel::ApplyYourself( theParticleChange.SetEnergyChange( Tkin ); theParticleChange.SetMomentumChange( aTrack.Get4Momentum().vect().unit() ); } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; - return &theParticleChange; } diff --git a/source/processes/hadronic/models/inclxx/History b/source/processes/hadronic/models/inclxx/History index 232040d543..3a4d62353f 100644 --- a/source/processes/hadronic/models/inclxx/History +++ b/source/processes/hadronic/models/inclxx/History @@ -15,9 +15,13 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +18 May 2022 - Gabriele Cosmo (hadr-inclxx-V10-07-08) +---------------------------------------------------- +- Fixed misuse of bitwise '|' operator instead of logical in INCL::postCascade() + and in INCL::makeCompoundNucleus(). 03 March 2022 - Alberto Ribon (hadr-inclxx-V10-07-07) -------------------------------------------------------- +----------------------------------------------------- - G4INCLXXInterface : fixed treatment of kaon0, anti_kaon0, kaon0L, and kaon0S. In current reference physics lists, INCLXX is never used for handling kaons, although it is capable of doing so, but at process-level or in custom @@ -25,6 +29,11 @@ code and to keep track of all tags. neutral kaon projectiles. The change (provided by Jean-Christophe David) fixes this misbehavior. +09 February 2022 - Gabriele Cosmo +--------------------------------- +- Fixed compilation warnings on Intel compilers for shadowing of variables + and not used variable. + 09 November 2021 - Alberto Ribon (hadr-inclxx-V10-07-06) ------------------------------------------------------- - G4INCLNuclearPotentialIsospin : improved nuclear potential for diff --git a/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLCluster.hh b/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLCluster.hh index 244fc08e46..c6723fbf21 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLCluster.hh +++ b/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLCluster.hh @@ -255,11 +255,11 @@ namespace G4INCL { // First compute the current CM position and total momentum ThreeVector theCMPosition, theTotalMomentum; - G4double theTotalEnergy = 0.0; +// G4double theTotalEnergy = 0.0; for(ParticleIter p=particles.begin(), e=particles.end(); p!=e; ++p) { theCMPosition += (*p)->getPosition(); theTotalMomentum += (*p)->getMomentum(); - theTotalEnergy += (*p)->getEnergy(); +// theTotalEnergy += (*p)->getEnergy(); } theCMPosition /= theA; // assert((unsigned int)theA==particles.size()); diff --git a/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLINuclearPotential.hh b/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLINuclearPotential.hh index 32b8e9aa96..e39b6d1eab 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLINuclearPotential.hh +++ b/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLINuclearPotential.hh @@ -148,8 +148,8 @@ namespace G4INCL { **/ inline G4double getFermiMomentum(const Particle * const p) const { if(p->isDelta()) { - const G4double Tf = getFermiEnergy(p), m = p->getMass(); - return std::sqrt(Tf*(Tf+2.*m)); + const G4double Tf = getFermiEnergy(p), mass = p->getMass(); + return std::sqrt(Tf*(Tf+2.*mass)); } else { std::map::const_iterator i = fermiMomentum.find(p->getType()); // assert(i!=fermiMomentum.end()); diff --git a/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLNucleus.hh b/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLNucleus.hh index a7e8d03235..70d05e6e82 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLNucleus.hh +++ b/source/processes/hadronic/models/inclxx/incl_physics/include/G4INCLNucleus.hh @@ -345,9 +345,9 @@ namespace G4INCL { std::string print(); Store* getStore() const {return theStore; }; - void setStore(Store *s) { + void setStore(Store *str) { delete theStore; - theStore = s; + theStore = str; }; G4double getInitialInternalEnergy() const { return initialInternalEnergy; }; diff --git a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLCascade.cc b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLCascade.cc index 98212aafb1..147768c9f1 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLCascade.cc +++ b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLCascade.cc @@ -487,7 +487,7 @@ namespace G4INCL { } // Cluster decay - theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() | nucleus->decayMe(); + theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() || nucleus->decayMe(); #ifndef INCLXX_IN_GEANT4_MODE // Global checks of conservation laws @@ -645,7 +645,7 @@ namespace G4INCL { theEventInfo.emitKaon = nucleus->emitInsideKaon(); // Cluster decay - theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() | nucleus->decayMe(); + theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() || nucleus->decayMe(); // Fill the EventInfo structure nucleus->fillEventInfo(&theEventInfo); diff --git a/source/processes/hadronic/models/inclxx/utils/include/G4INCLConfig.hh b/source/processes/hadronic/models/inclxx/utils/include/G4INCLConfig.hh index 55c7ede234..25782cfa78 100644 --- a/source/processes/hadronic/models/inclxx/utils/include/G4INCLConfig.hh +++ b/source/processes/hadronic/models/inclxx/utils/include/G4INCLConfig.hh @@ -115,7 +115,7 @@ namespace G4INCL { ParticleSpecies getProjectileSpecies() const { return projectileSpecies; } /// \brief Set the projectile species - void setProjectileSpecies(ParticleSpecies const &ps) { projectileSpecies=ps; } + void setProjectileSpecies(ParticleSpecies const &pars) { projectileSpecies=pars; } /// \brief Get the projectile kinetic energy. G4double getProjectileKineticEnergy() const { return projectileKineticEnergy; } @@ -199,7 +199,7 @@ namespace G4INCL { G4int getClusterMaxMass() const { return clusterMaxMass; } /// \brief Set the maximum mass for production of clusters. - void setClusterMaxMass(const G4int m){ clusterMaxMass=m; } + void setClusterMaxMass(const G4int clm){ clusterMaxMass=clm; } /// \brief Get back-to-spectator G4bool getBackToSpectator() const { return backToSpectator; } @@ -214,7 +214,7 @@ namespace G4INCL { void setUseRealMasses(G4bool use) { useRealMasses = use; } /// \brief Set the INCLXX datafile path - void setINCLXXDataFilePath(std::string const &s) { INCLXXDataFilePath=s; } + void setINCLXXDataFilePath(std::string const &path) { INCLXXDataFilePath=path; } std::string const &getINCLXXDataFilePath() const { return INCLXXDataFilePath; diff --git a/source/processes/hadronic/models/inclxx/utils/src/G4INCLParticleTable.cc b/source/processes/hadronic/models/inclxx/utils/src/G4INCLParticleTable.cc index a00712ae40..ab8cd865a4 100644 --- a/source/processes/hadronic/models/inclxx/utils/src/G4INCLParticleTable.cc +++ b/source/processes/hadronic/models/inclxx/utils/src/G4INCLParticleTable.cc @@ -528,22 +528,22 @@ namespace G4INCL { return -10; // Unknown } - std::string getShortName(const ParticleSpecies &s) { - if(s.theType==Composite && s.theS == 0) - return getShortName(s.theA,s.theZ); - else if(s.theType==Composite) - return getName(s.theA,s.theZ,s.theS); + std::string getShortName(const ParticleSpecies &sp) { + if(sp.theType==Composite && sp.theS == 0) + return getShortName(sp.theA,sp.theZ); + else if(sp.theType==Composite) + return getName(sp.theA,sp.theZ,sp.theS); else - return getShortName(s.theType); + return getShortName(sp.theType); } - std::string getName(const ParticleSpecies &s) { - if(s.theType==Composite && s.theS == 0) - return getName(s.theA,s.theZ); - else if(s.theType==Composite) - return getName(s.theA,s.theZ,s.theS); + std::string getName(const ParticleSpecies &sp) { + if(sp.theType==Composite && sp.theS == 0) + return getName(sp.theA,sp.theZ); + else if(sp.theType==Composite) + return getName(sp.theA,sp.theZ,sp.theS); else - return getName(s.theType); + return getName(sp.theType); } std::string getName(const G4int A, const G4int Z) { @@ -1140,11 +1140,11 @@ namespace G4INCL { G4double getLambdaSeparationEnergy() { return lambdaSeparationEnergy; } - void setProtonSeparationEnergy(const G4double s) { protonSeparationEnergy = s; } + void setProtonSeparationEnergy(const G4double sen) { protonSeparationEnergy = sen; } - void setNeutronSeparationEnergy(const G4double s) { neutronSeparationEnergy = s; } + void setNeutronSeparationEnergy(const G4double sen) { neutronSeparationEnergy = sen; } - void setLambdaSeparationEnergy(const G4double s) { lambdaSeparationEnergy = s; } + void setLambdaSeparationEnergy(const G4double sen) { lambdaSeparationEnergy = sen; } std::string getElementName(const G4int Z) { if(Z<1) { @@ -1177,9 +1177,9 @@ namespace G4INCL { return ParticleTable::parseIUPACElement(pS); } - G4int parseIUPACElement(std::string const &s) { + G4int parseIUPACElement(std::string const &sel) { // Normalise to lower case - std::string elementName(s); + std::string elementName(sel); std::transform(elementName.begin(), elementName.end(), elementName.begin(), ::tolower); // Return 0 if the element name contains anything but IUPAC digits if(elementName.find_first_not_of(elementIUPACDigits)!=std::string::npos) diff --git a/source/processes/hadronic/models/lend/History b/source/processes/hadronic/models/lend/History index acca486a62..da419c30ec 100644 --- a/source/processes/hadronic/models/lend/History +++ b/source/processes/hadronic/models/lend/History @@ -14,6 +14,20 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +26 April 2022 Alberto Ribon (hard-lend-V10-07-03) +------------------------------------------------- +- MCGIDI_energy.cc : fixed compilation warnings for 'may be used uninitialized' + variables. + +20 April 2022 Alberto Ribon +--------------------------- +- MCGIDI_energy.cc, ptwXY_methods.cc, ptwXY_misc.cc : fixed compilation + warnings for 'may be used uninitialized' variables. + +9 February 2022 Gabriele Cosmo +------------------------------ +- Fixed compilation warning on Intel compilers for unused variable. + 4 August 2021 Alberto Ribon (hadr-lend-V10-07-02) ------------------------------------------------- - G4LENDModel, G4LENDCapture, G4LENDElastic, G4LENDFission, G4LENDInelastic : diff --git a/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc b/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc index 0635bfd8bc..781d89af4b 100644 --- a/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc +++ b/source/processes/hadronic/models/lend/src/MCGIDI_energy.cc @@ -419,7 +419,7 @@ static nfu_status MCGIDI_energy_parseMadlandNixFromTOM_callback( double Ep, doub */ static double MCGIDI_energy_parseMadlandNixFromTOM_callback_g( double Ep, double E_F, double T_M, nfu_status *status ) { - double u1, u2, E1, E2, gamma1, gamma2, signG = 1; + double u1, u2, E1, E2 = 0., gamma1 = 0., gamma2 = 0., signG = 1; u1 = std::sqrt( Ep ) - std::sqrt( E_F ); u1 *= u1 / T_M; @@ -612,7 +612,7 @@ static int MCGIDI_energy_sampleWatt( statusMessageReporting * /*smr*/, double e_ /* * From MCAPM via Sample Watt Spectrum as in TART ( Kalos algorithm ). */ - double WattMin = 0., WattMax = e_in_U, x, y, z, energyOut, rand1, rand2; + double WattMin = 0., WattMax = e_in_U, x, y, z, energyOut = 0., rand1, rand2; x = 1. + ( Watt_b / ( 8. * Watt_a ) ); y = ( x + std::sqrt( x * x - 1. ) ) / Watt_a; diff --git a/source/processes/hadronic/models/lend/src/ptwXY_methods.cc b/source/processes/hadronic/models/lend/src/ptwXY_methods.cc index e41eefea77..e23ad451e1 100644 --- a/source/processes/hadronic/models/lend/src/ptwXY_methods.cc +++ b/source/processes/hadronic/models/lend/src/ptwXY_methods.cc @@ -266,7 +266,7 @@ static nfu_status ptwXY_thin2( ptwXYPoints *thinned, char *thin, double accuracy int64_t i, iMax = 0; double y, s, dY, dYMax = 0., dYR, dYRMax = 0; double x1 = thinned->points[i1].x, y1 = thinned->points[i1].y, x2 = thinned->points[i2].x, y2 = thinned->points[i2].y; - nfu_status status; + nfu_status status = nfu_Okay; if( i1 + 1 >= i2 ) return( nfu_Okay ); for( i = i1 + 1; i < i2; i++ ) { diff --git a/source/processes/hadronic/models/lend/src/ptwXY_misc.cc b/source/processes/hadronic/models/lend/src/ptwXY_misc.cc index 03821c9a66..781b475f57 100644 --- a/source/processes/hadronic/models/lend/src/ptwXY_misc.cc +++ b/source/processes/hadronic/models/lend/src/ptwXY_misc.cc @@ -41,7 +41,7 @@ ptwXYPoints *ptwXY_createFromFunction( int n, double *xs, ptwXY_createFromFuncti int biSectionMax, nfu_status *status ) { int64_t i; - double x1, y1, x2, y2, eps = ClosestAllowXFactor * DBL_EPSILON; + double x1, y1, x2 = 0., y2, eps = ClosestAllowXFactor * DBL_EPSILON; ptwXYPoints *ptwXY; ptwXYPoint *p1, *p2; diff --git a/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc b/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc index 9c61bfb493..d0de9721a0 100644 --- a/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc +++ b/source/processes/hadronic/models/lend/src/xDataTOM_importXML.cc @@ -94,7 +94,6 @@ xDataXML_document *xDataXML_importFile2( statusMessageReporting *smr, char const int f; char buffer[10 * 1000]; ssize_t count, n = sizeof( buffer ) - 1; - ssize_t s = 0; xDataXML_document *doc; if( ( doc = xDataXML_mallocDoc( smr ) ) == NULL ) return( NULL ); @@ -105,7 +104,6 @@ xDataXML_document *xDataXML_importFile2( statusMessageReporting *smr, char const smr_setReportError2( smr, xDataTOM_smrLibraryID, xDataXML_errFileError, "could not open XML file %s", fileName ); } else { while( ( count = read( f, buffer, n ) ) > 0 ) { - s += count; buffer[count] = 0; if( xDataXML_parse( doc, buffer ) ) break; if( !smr_isOk( doc->smr ) ) break; diff --git a/source/processes/hadronic/models/lepto_nuclear/History b/source/processes/hadronic/models/lepto_nuclear/History index 6157a50243..28595d84e4 100644 --- a/source/processes/hadronic/models/lepto_nuclear/History +++ b/source/processes/hadronic/models/lepto_nuclear/History @@ -14,6 +14,19 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +20 April 2022 Alberto Ribon (hadr-lepnuc-V10-07-06) +--------------------------------------------------- +- G4MuonVDNuclearModel.cc : fixed compilation warnings for + 'may be used uninitialized' variables. + +17 February 2022 Vladimir Ivanchenko +------------------------------------ +- G4NeutrinoNucleusModel - fixed memory leak reported by Coverity + +09 February 2022 Gabriele Cosmo +------------------------------- +- Fixed compilation warning on Intel compilers for unused variables. + 04 August 2021 A. Ribon (hadr-lepnuc-V10-07-05) -------------------------------------------------- - G4ElectroVDNuclearModel, G4MuonVDNuclearModel, diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusCcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusCcModel.cc index 1c127a2fa1..af5a0e77fb 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusCcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusCcModel.cc @@ -216,7 +216,7 @@ void G4ANuElNucleusCcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4ANuElNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -229,8 +229,6 @@ G4bool G4ANuElNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusNcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusNcModel.cc index 846039b952..b58924ff76 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusNcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuElNucleusNcModel.cc @@ -196,7 +196,7 @@ void G4ANuElNucleusNcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4ANuElNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -209,8 +209,6 @@ G4bool G4ANuElNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusCcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusCcModel.cc index 281ec1488b..0f33ac30b9 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusCcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusCcModel.cc @@ -214,7 +214,7 @@ void G4ANuMuNucleusCcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4ANuMuNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -226,8 +226,6 @@ G4bool G4ANuMuNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusNcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusNcModel.cc index a436d46edf..06a96cdfc7 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusNcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4ANuMuNucleusNcModel.cc @@ -197,7 +197,7 @@ void G4ANuMuNucleusNcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4ANuMuNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -209,8 +209,6 @@ G4bool G4ANuMuNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4MuonVDNuclearModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4MuonVDNuclearModel.cc index 188da694c3..2a7b75b257 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4MuonVDNuclearModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4MuonVDNuclearModel.cc @@ -223,8 +223,8 @@ G4MuonVDNuclearModel::CalculateEMVertex(const G4HadProjectile& aTrack, G4double y2 = 0.5*yy*yy; G4double y3 = y1+y2; - G4double t; - G4double rej; + G4double t = 0.0; + G4double rej = 0.0; // Now sample t G4int ntry = 0; diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoElectronCcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoElectronCcModel.cc index e2231d8994..b198ee973a 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoElectronCcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoElectronCcModel.cc @@ -96,7 +96,7 @@ void G4NeutrinoElectronCcModel::ModelDescription(std::ostream& outFile) const ///////////////////////////////////////////////////////// G4bool G4NeutrinoElectronCcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -115,8 +115,6 @@ G4bool G4NeutrinoElectronCcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } @@ -126,7 +124,7 @@ G4bool G4NeutrinoElectronCcModel::IsApplicable(const G4HadProjectile & aPart, // G4HadFinalState* G4NeutrinoElectronCcModel::ApplyYourself( - const G4HadProjectile& aTrack, G4Nucleus& targetNucleus) + const G4HadProjectile& aTrack, G4Nucleus& ) { theParticleChange.Clear(); @@ -197,9 +195,6 @@ G4HadFinalState* G4NeutrinoElectronCcModel::ApplyYourself( } if(aNu) { theParticleChange.AddSecondary( aNu, secID ); } if(aLept) { theParticleChange.AddSecondary( aLept, secID ); } - - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return &theParticleChange; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoNucleusModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoNucleusModel.cc index 6fd8551e3f..c8dcf8b2c4 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoNucleusModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4NeutrinoNucleusModel.cc @@ -67,7 +67,6 @@ // #include "G4QGSMFragmentation.hh" // #include "G4QGSParticipants.hh" - #include "G4MuonMinus.hh" #include "G4MuonPlus.hh" #include "G4Nucleus.hh" @@ -205,7 +204,7 @@ void G4NeutrinoNucleusModel::ModelDescription(std::ostream& outFile) const ///////////////////////////////////////////////////////// G4bool G4NeutrinoNucleusModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -217,8 +216,6 @@ G4bool G4NeutrinoNucleusModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } @@ -580,21 +577,17 @@ void G4NeutrinoNucleusModel::RecoilDeexcitation( G4Fragment& fragment) if( products != nullptr ) { - for( auto iter = products->cbegin(); iter != products->cend(); ++iter ) - // for( auto & prod : products ) // prod = (*iter) is the pointer to final hadronic particle + for( auto & prod : *products ) // prod is the pointer to final hadronic particle { - theParticleChange.AddSecondary(new G4DynamicParticle( (*iter)->GetDefinition(), - (*iter)->GetTotalEnergy(), - (*iter)->GetMomentum() ), fSecID ); - // delete prod; + theParticleChange.AddSecondary(new G4DynamicParticle( prod->GetDefinition(), + prod->GetTotalEnergy(), + prod->GetMomentum() ), fSecID ); + delete prod; } - // delete products; - products->clear(); + delete products; } - return; } - /////////////////////////////////////////// // // Fragmentation of lvX directly to pion and recoil nucleus (A,Z): fLVh + fLVt -> pi + A* diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusCcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusCcModel.cc index f5c0533c83..c9086f607f 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusCcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusCcModel.cc @@ -216,7 +216,7 @@ void G4NuElNucleusCcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4NuElNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -229,8 +229,6 @@ G4bool G4NuElNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusNcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusNcModel.cc index 659ad08c3e..52cdd3a75c 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusNcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4NuElNucleusNcModel.cc @@ -196,7 +196,7 @@ void G4NuElNucleusNcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4NuElNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -209,8 +209,6 @@ G4bool G4NuElNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusCcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusCcModel.cc index cfd8232b8c..1ceae1127f 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusCcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusCcModel.cc @@ -215,7 +215,7 @@ void G4NuMuNucleusCcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4NuMuNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -227,8 +227,6 @@ G4bool G4NuMuNucleusCcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusNcModel.cc b/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusNcModel.cc index 82fd7c88ac..0cfb8dcdc3 100644 --- a/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusNcModel.cc +++ b/source/processes/hadronic/models/lepto_nuclear/src/G4NuMuNucleusNcModel.cc @@ -197,7 +197,7 @@ void G4NuMuNucleusNcModel::InitialiseModel() ///////////////////////////////////////////////////////// G4bool G4NuMuNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, - G4Nucleus & targetNucleus) + G4Nucleus & ) { G4bool result = false; G4String pName = aPart.GetDefinition()->GetParticleName(); @@ -209,8 +209,6 @@ G4bool G4NuMuNucleusNcModel::IsApplicable(const G4HadProjectile & aPart, { result = true; } - G4int Z = targetNucleus.GetZ_asInt(); - Z *= 1; return result; } diff --git a/source/processes/hadronic/models/particle_hp/History b/source/processes/hadronic/models/particle_hp/History index ec50cb7720..397bef634d 100644 --- a/source/processes/hadronic/models/particle_hp/History +++ b/source/processes/hadronic/models/particle_hp/History @@ -14,6 +14,49 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +11 May 2022 Dennis Wright (hadr-hpp-V10-07-12) +---------------------------------------------- +- code cleanup of G4ParticleHPContEnergyAngular.cc and + G4ParticleHPContAngularPar.cc : remove debug code, remove commented out code, + fix indentation of loops and if branches + +27 April 2022 Dennis Wright +--------------------------- +- fix of bug #2468: many or most photons generated from G4NDL/Capture/FSMF6 data + are too high in energy. Bug reported and fixed by Sven Menke. +- G4ParticleHPContEnergyAngular + ::Sample: do not call ClearHistories - needed in case of multiple photons + ::ClearHistories: check cache before clear +- G4ParticleHPContAngularPar - much code replaced here + ::Sample: reduce remaining energy before sampling next photon + ::PrepareTableInterpolation: fix to handle table entries with identical energies + : disable code that incorrectly assumes identical min + and max energies for two different data sets + ::BuildByInterpolation: re-build interpolation table only if new interaction + : re-write merge of two data sets to fix incorrect + assignment of elements + : disable and replace code with incorrect assignment of + continuous energies + +26 April 2022 Alberto Ribon +--------------------------- +- G4ParticleHPVector : fixed compilation warning for 'may be used uninitialized' + variable. + +20 April 2022 Alberto Ribon +--------------------------- +- G4ParticleHPFissionSpectrum.hh, G4ParticleHPSimpleEvapSpectrum.hh, + G4FPYNormalFragmentDist.cc, G4FissionProductYieldDist.cc, + G4ParticleHPInelasticCompFS.cc, G4ParticleHPKallbachMannSyst.cc, + G4ParticleHPLegendreStore.cc, G4ParticleHPNBodyPhaseSpace.cc, + G4ParticleHPVector.cc, G4ParticleHPWattSpectrum.cc : fixed compilation + warnings for 'may be used uninitialized' variables. + +09 February 2022 Gabriele Cosmo +------------------------------- +- Fixed compilation warnings on Intel compilers for deprecated use of + operator=() in G4ParticleHPDataPoint. + 05 November 2021 Alberto Ribon (hadr-hpp-V10-07-11) -------------------------------------------------- Improvements made by Loic Thulliez and Eric Dumonteil (CEA Saclay): diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContAngularPar.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContAngularPar.hh index 8d6f769e62..16769994bb 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContAngularPar.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContAngularPar.hh @@ -79,6 +79,31 @@ class G4ParticleHPContAngularPar adjustResult = true; } + G4ParticleHPContAngularPar(G4ParticleHPContAngularPar & val) + { + theEnergy = val.theEnergy; + nEnergies = val.nEnergies; + nDiscreteEnergies = val.nDiscreteEnergies; + nAngularParameters= val.nAngularParameters; + theProjectile = val.theProjectile; + theManager = val.theManager; + theInt = val.theInt; + adjustResult = val.adjustResult; + theMinEner = val.theMinEner; + theMaxEner = val.theMaxEner; + theEnergiesTransformed = val.theEnergiesTransformed; + theDiscreteEnergies = val.theDiscreteEnergies; + theDiscreteEnergiesOwn = val.theDiscreteEnergiesOwn; + fCache.Put(0); + theAngular = new G4ParticleHPList[nEnergies]; + for(G4int ie=0;iefresh = true; } - void Dump(); + void Dump() const; private: diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContEnergyAngular.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContEnergyAngular.hh index def911d982..ab8a20d57b 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContEnergyAngular.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPContEnergyAngular.hh @@ -78,9 +78,9 @@ public: theAngular[i].SetInterpolation(theInterpolation); #ifndef PHP_AS_HP if( i != 0 ) { - theAngular[i].PrepareTableInterpolation(&(theAngular[i-1])); + theAngular[i].PrepareTableInterpolation(); } else { - theAngular[i].PrepareTableInterpolation((G4ParticleHPContAngularPar*)0); + theAngular[i].PrepareTableInterpolation(); } #endif } diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh index 5e81d01950..53a57f28ff 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPDataPoint.hh @@ -38,11 +38,7 @@ class G4ParticleHPDataPoint G4ParticleHPDataPoint(){energy = 0; xSec = 0;} G4ParticleHPDataPoint(G4double e, G4double x){ energy = e; xSec = x;} - - G4ParticleHPDataPoint & operator= (const G4ParticleHPDataPoint & aSet) = default; - -// ~G4ParticleHPDataPoint(){} - + inline G4double GetEnergy() const {return energy;} inline G4double GetXsection() const {return xSec;} diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPFissionSpectrum.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPFissionSpectrum.hh index 43f42691a9..9bd3f90be7 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPFissionSpectrum.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPFissionSpectrum.hh @@ -68,7 +68,7 @@ class G4ParticleHPFissionSpectrum : public G4VParticleHPEDis G4double theta = theThetaDist.GetY(anEnergy); // here we need to sample Maxwells distribution, if // need be. - G4double result, cut; + G4double result=0., cut; G4double range =50*CLHEP::MeV; G4double max = Maxwell((theta*CLHEP::eV)/2., theta); G4double value; diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPSimpleEvapSpectrum.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPSimpleEvapSpectrum.hh index aa0fe64ba7..67f1e7d93f 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPSimpleEvapSpectrum.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPSimpleEvapSpectrum.hh @@ -67,7 +67,7 @@ class G4ParticleHPSimpleEvapSpectrum : public G4VParticleHPEDis inline G4double Sample(G4double anEnergy) { G4double theta = theThetaDist.GetY(anEnergy)*CLHEP::eV; - G4double random, cut, max, result; + G4double random, cut, max, result=0.; max = 10.*theta; G4int icounter=0; G4int icounter_max=1024; diff --git a/source/processes/hadronic/models/particle_hp/src/G4FPYNormalFragmentDist.cc b/source/processes/hadronic/models/particle_hp/src/G4FPYNormalFragmentDist.cc index c65b2f1c50..4b1004162a 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4FPYNormalFragmentDist.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4FPYNormalFragmentDist.cc @@ -88,7 +88,7 @@ GetFissionProduct( void ) { G4FFG_FUNCTIONENTER__ - G4Ions* Particle; + G4Ions* Particle=nullptr; // Generate a (0, 1] random number and return the respective particle. // The ENDF data tables lists 72172 as the largest fission fragment produced diff --git a/source/processes/hadronic/models/particle_hp/src/G4FissionProductYieldDist.cc b/source/processes/hadronic/models/particle_hp/src/G4FissionProductYieldDist.cc index 2acb7b7171..a554096957 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4FissionProductYieldDist.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4FissionProductYieldDist.cc @@ -313,7 +313,7 @@ G4FFG_FUNCTIONENTER__ // distribution is dependant on the alpha particle generation and the // Watt fission sampling for neutrons, we only have the left-over energy // to work with for the fission daughter products. - G4double FragmentsKE; + G4double FragmentsKE=0.; G4int icounter=0; G4int icounter_max=1024; do @@ -1327,8 +1327,8 @@ G4FFG_FUNCTIONENTER__ // The condition of sampling more energy from the fission products than is // alloted is statistically unfavorable, but it could still happen. The // do-while loop prevents such an occurrence from happening - G4double TotalNeutronEnergy; - G4double NeutronEnergy; + G4double TotalNeutronEnergy=0.; + G4double NeutronEnergy=0.; // Make sure that we don't sample more energy than is available G4int icounter=0; diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc index cd39c5c55f..baa553296b 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPContAngularPar.cc @@ -59,15 +59,17 @@ #include "G4IonTable.hh" #include "G4ParticleHPManager.hh" #include +#include -G4ParticleHPContAngularPar::G4ParticleHPContAngularPar( G4ParticleDefinition* projectile ) +G4ParticleHPContAngularPar::G4ParticleHPContAngularPar(G4ParticleDefinition* projectile) { theAngular = 0; - if ( fCache.Get() == 0 ) cacheInit(); + if (fCache.Get() == 0) cacheInit(); fCache.Get()->currentMeanEnergy = -2; fCache.Get()->fresh = true; adjustResult = true; - if ( G4ParticleHPManager::GetInstance()->GetDoNotAdjustFinalState() ) adjustResult = false; + if (G4ParticleHPManager::GetInstance()->GetDoNotAdjustFinalState() ) + adjustResult = false; theMinEner = DBL_MAX; theMaxEner = -DBL_MAX; @@ -79,632 +81,600 @@ G4ParticleHPContAngularPar::G4ParticleHPContAngularPar( G4ParticleDefinition* pr nAngularParameters = 0; } - void G4ParticleHPContAngularPar::Init(std::istream & aDataFile, G4ParticleDefinition* projectile) - { - adjustResult = true; - if ( G4ParticleHPManager::GetInstance()->GetDoNotAdjustFinalState() ) adjustResult = false; - theProjectile = projectile; +void +G4ParticleHPContAngularPar::Init(std::istream& aDataFile, G4ParticleDefinition* projectile) +{ + adjustResult = true; + if (G4ParticleHPManager::GetInstance()->GetDoNotAdjustFinalState() ) + adjustResult = false; - aDataFile >> theEnergy >> nEnergies >> nDiscreteEnergies >> nAngularParameters; - /*if( std::getenv("G4PHPTEST") )*/ - theEnergy *= eV; - theAngular = new G4ParticleHPList [nEnergies]; - for(G4int i=0; i> sEnergy; - sEnergy*=eV; - theAngular[i].SetLabel(sEnergy); - theAngular[i].Init(aDataFile, nAngularParameters, 1.); - theMinEner = std::min(theMinEner,sEnergy); - theMaxEner = std::max(theMaxEner,sEnergy); - } + theProjectile = projectile; + + aDataFile >> theEnergy >> nEnergies >> nDiscreteEnergies >> nAngularParameters; + theEnergy *= eV; + theAngular = new G4ParticleHPList [nEnergies]; + G4double sEnergy; + for (G4int i = 0; i < nEnergies; i++) { + aDataFile >> sEnergy; + sEnergy *= eV; + theAngular[i].SetLabel(sEnergy); + theAngular[i].Init(aDataFile, nAngularParameters, 1.); + theMinEner = std::min(theMinEner,sEnergy); + theMaxEner = std::max(theMaxEner,sEnergy); + } +} + + +G4ReactionProduct* +G4ParticleHPContAngularPar::Sample(G4double anEnergy, G4double massCode, + G4double /*targetMass*/, + G4int angularRep, G4int /*interpolE*/ ) +{ + // The following line is needed because it may change between runs by UI command + if (G4ParticleHPManager::GetInstance()->GetDoNotAdjustFinalState() ) + adjustResult = false; + + if (std::getenv("G4PHPTEST") ) G4cout << " G4ParticleHPContAngularPar::Sample " + << anEnergy << " " << massCode << " " + << angularRep << G4endl; //GDEB + if (fCache.Get() == 0 ) cacheInit(); + G4ReactionProduct * result = new G4ReactionProduct; + G4int Z = static_cast(massCode/1000); + G4int A = static_cast(massCode-1000*Z); + if (massCode == 0) { + result->SetDefinition(G4Gamma::Gamma()); + } else if (A == 0) { + result->SetDefinition(G4Electron::Electron()); + if (Z == 1) result->SetDefinition(G4Positron::Positron()); + } else if (A == 1) { + result->SetDefinition(G4Neutron::Neutron()); + if (Z == 1) result->SetDefinition(G4Proton::Proton()); + } else if (A == 2) { + result->SetDefinition(G4Deuteron::Deuteron()); + } else if (A == 3) { + result->SetDefinition(G4Triton::Triton()); + if(Z == 2) result->SetDefinition(G4He3::He3()); + } else if (A == 4) { + result->SetDefinition(G4Alpha::Alpha()); + if (Z != 2) throw G4HadronicException(__FILE__, __LINE__, + "G4ParticleHPContAngularPar: Unknown ion case 1"); + } else { + result->SetDefinition(G4IonTable::GetIonTable()->GetIon(Z,A,0) ); } - G4ReactionProduct * - G4ParticleHPContAngularPar::Sample(G4double anEnergy, G4double massCode, G4double /*targetMass*/, - G4int angularRep, G4int /*interpolE*/ ) - { - // The following line is needed because it may change between runs by UI command - if ( G4ParticleHPManager::GetInstance()->GetDoNotAdjustFinalState() ) adjustResult = false; - - if( std::getenv("G4PHPTEST") ) G4cout << " G4ParticleHPContAngularPar::Sample " << anEnergy << " " << massCode << " " << angularRep << G4endl; //GDEB - if ( fCache.Get() == 0 ) cacheInit(); - G4ReactionProduct * result = new G4ReactionProduct; - G4int Z = static_cast(massCode/1000); - G4int A = static_cast(massCode-1000*Z); - if(massCode==0) - { - result->SetDefinition(G4Gamma::Gamma()); - } - else if(A==0) - { - result->SetDefinition(G4Electron::Electron()); - if(Z==1) result->SetDefinition(G4Positron::Positron()); - } - else if(A==1) - { - result->SetDefinition(G4Neutron::Neutron()); - if(Z==1) result->SetDefinition(G4Proton::Proton()); - } - else if(A==2) - { - result->SetDefinition(G4Deuteron::Deuteron()); - } - else if(A==3) - { - result->SetDefinition(G4Triton::Triton()); - if(Z==2) result->SetDefinition(G4He3::He3()); - } - else if(A==4) - { - result->SetDefinition(G4Alpha::Alpha()); - if(Z!=2) throw G4HadronicException(__FILE__, __LINE__, "G4ParticleHPContAngularPar: Unknown ion case 1"); - } - else - { - result->SetDefinition(G4IonTable::GetIonTable()->GetIon(Z,A,0)); - } - G4int i(0); - G4int it(0); - G4double fsEnergy(0); - G4double cosTh(0); + G4int i(0); + G4int it(0); + G4double fsEnergy(0); + G4double cosTh(0); - if( angularRep == 1 ) - { -// 080612 Fix contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern) #1 - //if (interpolE == 2) -//110609 above was wrong interupition, pointed out by E.Mendoza and D.Cano (CIMAT) -//Following are reviesd version written by T.Koi (SLAC) - if ( nDiscreteEnergies != 0 ) - { + if (angularRep == 1) { + if (nDiscreteEnergies != 0) { + // 1st check remaining_energy + // if this is the first set it. (How?) + if (fCache.Get()->fresh == true) { + // Discrete Lines, larger energies come first + // Continues Emssions, low to high LAST + fCache.Get()->remaining_energy = std::max (theAngular[0].GetLabel(), + theAngular[nEnergies-1].GetLabel() ); + fCache.Get()->fresh = false; + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample fresh remaining_energy " + << fCache.Get()->remaining_energy << G4endl; + } -//1st check remaining_energy -// if this is the first set it. (How?) - if ( fCache.Get()->fresh == true ) - { - //Discrete Lines, larger energies come first - //Continues Emssions, low to high LAST - fCache.Get()->remaining_energy = std::max ( theAngular[0].GetLabel() , theAngular[nEnergies-1].GetLabel() ); - fCache.Get()->fresh = false; - } + // Cheating for small remaining_energy + // Temporary solution + if (nDiscreteEnergies == nEnergies) { + fCache.Get()->remaining_energy = std::max(fCache.Get()->remaining_energy, + theAngular[nDiscreteEnergies-1].GetLabel() ); //Minimum Line + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample cheat case for small remaining_energy " + << fCache.Get()->remaining_energy << G4endl; + } else { + G4double cont_min = 0.0; + for (G4int j = nDiscreteEnergies; j < nEnergies; j++) { + cont_min = theAngular[j].GetLabel(); + if (theAngular[j].GetValue(0) != 0.0 ) break; + } + fCache.Get()->remaining_energy = + std::max (fCache.Get()->remaining_energy, + std::min(theAngular[nDiscreteEnergies-1].GetLabel(), cont_min) ); //Minimum Line or grid + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample max line or grid remaining_energy " + << fCache.Get()->remaining_energy << G4endl; + } - //Cheating for small remaining_energy - //TEMPORAL SOLUTION - if ( nDiscreteEnergies == nEnergies ) - { - fCache.Get()->remaining_energy = std::max ( fCache.Get()->remaining_energy , theAngular[nDiscreteEnergies-1].GetLabel() ); //Minimum Line - } - else - { - //G4double cont_min = theAngular[nDiscreteEnergies].GetLabel(); - //if ( theAngular[nDiscreteEnergies].GetLabel() == 0.0 ) cont_min = theAngular[nDiscreteEnergies+1].GetLabel(); - G4double cont_min=0.0; - for ( G4int j = nDiscreteEnergies ; j < nEnergies ; j++ ) - { - cont_min = theAngular[j].GetLabel(); - if ( theAngular[j].GetValue(0) != 0.0 ) break; - } - fCache.Get()->remaining_energy = std::max ( fCache.Get()->remaining_energy , std::min ( theAngular[nDiscreteEnergies-1].GetLabel() , cont_min ) ); //Minimum Line or grid - } -// - G4double random = G4UniformRand(); + G4double random = G4UniformRand(); + G4double* running = new G4double[nEnergies+1]; + running[0] = 0.0; - G4double * running = new G4double[nEnergies+1]; - running[0] = 0.0; + G4double delta; + for (G4int j = 0; j < nDiscreteEnergies; j++) { + delta = 0.0; + if (theAngular[j].GetLabel() <= fCache.Get()->remaining_energy) + delta = theAngular[j].GetValue(0); + running[j+1] = running[j] + delta; + } - for ( G4int j = 0 ; j < nDiscreteEnergies ; j++ ) - { - G4double delta = 0.0; - if ( theAngular[j].GetLabel() <= fCache.Get()->remaining_energy ) delta = theAngular[i].GetValue(0); - running[j+1] = running[j] + delta; - } - G4double tot_prob_DIS = running[ nDiscreteEnergies ]; - - for ( G4int j = nDiscreteEnergies ; j < nEnergies ; j++ ) - { - G4double delta = 0.0; - G4double e_low = 0.0; - G4double e_high = 0.0; - if ( theAngular[j].GetLabel() <= fCache.Get()->remaining_energy ) delta = theAngular[j].GetValue(0); + G4double tot_prob_DIS = running[nDiscreteEnergies]; - //To calculate Prob. e_low and e_high should be in eV - //There are two case - //1:theAngular[nDiscreteEnergies].GetLabel() != 0.0 - // delta should be used between j-1 and j - // At j = nDiscreteEnergies (the first) e_low should be set explicitly - if ( theAngular[j].GetLabel() != 0 ) - { - if ( j == nDiscreteEnergies ) { - e_low = 0.0/eV; - } else { - e_low = theAngular[j-1].GetLabel()/eV; - } - e_high = theAngular[j].GetLabel()/eV; - } - //2:theAngular[nDiscreteEnergies].GetLabel() == 0.0 - // delta should be used between j and j+1 - if ( theAngular[j].GetLabel() == 0.0 ) { - e_low = theAngular[j].GetLabel()/eV; - if ( j != nEnergies-1 ) { - e_high = theAngular[j+1].GetLabel()/eV; - } else { - e_high = theAngular[j].GetLabel()/eV; - if ( theAngular[j].GetValue(0) != 0.0 ) { - throw G4HadronicException(__FILE__, __LINE__, "G4ParticleHPContAngularPar: Unexpected non zero value of theAngular[nEnergies-1].GetValue(0)"); - } - } - } + G4double delta1; + for (G4int j = nDiscreteEnergies; j < nEnergies; j++) { + delta1 = 0.0; + G4double e_low = 0.0; + G4double e_high = 0.0; + if (theAngular[j].GetLabel() <= fCache.Get()->remaining_energy) + delta1 = theAngular[j].GetValue(0); - running[j+1] = running[j] + ( ( e_high - e_low ) * delta ); - } - G4double tot_prob_CON = running[ nEnergies ] - running[ nDiscreteEnergies ]; + // To calculate Prob. e_low and e_high should be in eV + // There are two cases: + // 1: theAngular[nDiscreteEnergies].GetLabel() != 0.0 + // delta1 should be used between j-1 and j + // At j = nDiscreteEnergies (the first) e_low should be set explicitly + if (theAngular[j].GetLabel() != 0) { + if (j == nDiscreteEnergies) { + e_low = 0.0/eV; + } else { + e_low = theAngular[j-1].GetLabel()/eV; + } + e_high = theAngular[j].GetLabel()/eV; + } -/* - For FPE debugging - if (tot_prob_DIS + tot_prob_CON == 0 ) { - G4cout << "TKDB tot_prob_DIS + tot_prob_CON " << tot_prob_DIS + tot_prob_CON << G4endl; - G4cout << "massCode " << massCode << G4endl; - G4cout << "nDiscreteEnergies " << nDiscreteEnergies << " nEnergies " << nEnergies << G4endl; - for ( int j = nDiscreteEnergies ; j < nEnergies ; j++ ) { - G4cout << j << " " << theAngular[j].GetLabel() << " " << theAngular[j].GetValue(0) << G4endl; + // 2: theAngular[nDiscreteEnergies].GetLabel() == 0.0 + // delta1 should be used between j and j+1 + if (theAngular[j].GetLabel() == 0.0) { + e_low = theAngular[j].GetLabel()/eV; + if (j != nEnergies-1) { + e_high = theAngular[j+1].GetLabel()/eV; + } else { + e_high = theAngular[j].GetLabel()/eV; + if (theAngular[j].GetValue(0) != 0.0) { + throw G4HadronicException(__FILE__, __LINE__, + "G4ParticleHPContAngularPar: Unexpected non zero value of theAngular[nEnergies-1].GetValue(0)"); } } -*/ - // Normalize random - random *= (tot_prob_DIS + tot_prob_CON); -//2nd Judge Discrete or not This shoudl be relatively close to 1 For safty - if ( random <= ( tot_prob_DIS / ( tot_prob_DIS + tot_prob_CON ) ) || nDiscreteEnergies == nEnergies ) - { -// Discrete Emission - for ( G4int j = 0 ; j < nDiscreteEnergies ; j++ ) - { - //Here we should use i+1 - if ( random < running[ j+1 ] ) - { - it = j; - break; - } - } - fsEnergy = theAngular[ it ].GetLabel(); + } - G4ParticleHPLegendreStore theStore(1); - theStore.Init(0,fsEnergy,nAngularParameters); - for (G4int j=0;jremaining_energy -= fsEnergy; - //TK080711 - - //080801b - delete[] running; - //080801b - } - else - { - // Only continue, TK will clean up - - //080714 - if ( fCache.Get()->fresh == true ) - { - fCache.Get()->remaining_energy = theAngular[ nEnergies-1 ].GetLabel(); - fCache.Get()->fresh = false; - } - //080714 - G4double random = G4UniformRand(); - G4double * running = new G4double[nEnergies]; - running[0]=0; - G4double weighted = 0; - for(i=1; iremaining_energy >= theAngular[i].GetLabel() ) - { - running[i] += theInt.GetBinIntegral(theManager.GetScheme(i-1), - theAngular[i-1].GetLabel(), theAngular[i].GetLabel(), - theAngular[i-1].GetValue(0), theAngular[i].GetValue(0)); - weighted += theInt.GetWeightedBinIntegral(theManager.GetScheme(i-1), - theAngular[i-1].GetLabel(), theAngular[i].GetLabel(), - theAngular[i-1].GetValue(0), theAngular[i].GetValue(0)); - } - } - // cash the mean energy in this distribution - //080409 TKDB - if ( nEnergies == 1 || running[nEnergies-1] == 0 ) - fCache.Get()->currentMeanEnergy = 0.0; - else - { - fCache.Get()->currentMeanEnergy = weighted/running[nEnergies-1]; - } - - //080409 TKDB - if ( nEnergies == 1 ) it = 0; - - //080729 - if ( running[nEnergies-1] != 0 ) - { - for ( i = 1 ; i < nEnergies ; i++ ) - { - it = i; - if ( random < running [ i ] / running [ nEnergies-1 ] ) break; - } - } - - //080714 - if ( running [ nEnergies-1 ] == 0 ) it = 0; - //080714 - - if (itremaining_energy -= fsEnergy; - //080714 } - } - else if(angularRep==2) - { - // first get the energy (already the right for this incoming energy) - G4int j; - G4double * running = new G4double[nEnergies]; - running[0]=0; - G4double weighted = 0; - if( std::getenv("G4PHPTEST") ) G4cout << " G4ParticleHPContAngularPar::Sample nEnergies " << nEnergies << G4endl; - for(j=1; jcurrentMeanEnergy = 0.0; - else - fCache.Get()->currentMeanEnergy = weighted/running[nEnergies-1]; - - G4int itt(0); - G4double randkal = G4UniformRand(); - //080409 TKDB - //for(i=0; i 1.0 ) compoundFraction = 1.0; // Protection against unphysical interpolation + // The remaining energy needs to be lowered by the photon energy in *any* case. + // Otherwise additional photons with too high energy will be produced - therefore the + // adjustResult condition has been removed + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample remaining_energy - fsEnergy " + << fCache.Get()->remaining_energy << " - " << fsEnergy << G4endl; + fCache.Get()->remaining_energy -= fsEnergy; + delete[] running; + + // end (nDiscreteEnergies != 0) branch + + } else { + // Only continue, TK will clean up + if (fCache.Get()->fresh == true) { + fCache.Get()->remaining_energy = theAngular[ nEnergies-1 ].GetLabel(); + fCache.Get()->fresh = false; + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample 2nd fresh remaining_energy " + << fCache.Get()->remaining_energy << G4endl; + } - if( std::getenv("G4PHPTEST") ) G4cout << itt << " G4particleHPContAngularPar compoundFraction " << compoundFraction << " E " << fsEnergy << " " << theManager.GetScheme(itt) << " ener " << fsEnergy << " y " << y1 << " " << y2 << " cLH " << cLow << " " << cHigh << G4endl; //GDEB - delete [] running; - - // get cosTh - G4double incidentEnergy = anEnergy; - G4double incidentMass = theProjectile->GetPDGMass(); - G4double productEnergy = fsEnergy; - G4double productMass = result->GetMass(); - G4int targetZ = G4int(fCache.Get()->theTargetCode/1000); - G4int targetA = G4int(fCache.Get()->theTargetCode-1000*targetZ); - // To correspond to natural composition (-nat-) data files. - if ( targetA == 0 ) - targetA = G4int ( fCache.Get()->theTarget->GetMass()/amu_c2 + 0.5 ); - G4double targetMass = fCache.Get()->theTarget->GetMass(); - G4int incidentA=G4int(incidentMass/amu_c2 + 0.5 ); - G4int incidentZ=G4int(theProjectile->GetPDGCharge()+ 0.5 ); - G4int residualA = targetA+incidentA-A; - G4int residualZ = targetZ+incidentZ-Z; - G4double residualMass =G4NucleiProperties::GetNuclearMass( residualA , residualZ ); - G4ParticleHPKallbachMannSyst theKallbach(compoundFraction, - incidentEnergy, incidentMass, - productEnergy, productMass, - residualMass, residualA, residualZ, - targetMass, targetA, targetZ, - incidentA,incidentZ,A,Z); - cosTh = theKallbach.Sample(anEnergy); - if( std::getenv("G4PHPTEST") ) G4cout << " G4ParticleHPKallbachMannSyst::Sample resulttest " << cosTh << G4endl; //GDEB - } - else if(angularRep>10&&angularRep<16) - { G4double random = G4UniformRand(); - G4double * running = new G4double[nEnergies]; - running[0]=0; + G4double* running = new G4double[nEnergies]; + running[0] = 0; G4double weighted = 0; - for(i=1; icurrentMeanEnergy = 0.0; - else - fCache.Get()->currentMeanEnergy = weighted/running[nEnergies-1]; - - //080409 TKDB - if ( nEnergies == 1 ) it = 0; - //for(i=0; iremaining_energy >= theAngular[i].GetLabel() ) { + running[i] += theInt.GetBinIntegral(theManager.GetScheme(i-1), + theAngular[i-1].GetLabel(), + theAngular[i].GetLabel(), + theAngular[i-1].GetValue(0), + theAngular[i].GetValue(0) ); + weighted += theInt.GetWeightedBinIntegral(theManager.GetScheme(i-1), + theAngular[i-1].GetLabel(), + theAngular[i].GetLabel(), + theAngular[i-1].GetValue(0), + theAngular[i].GetValue(0)); } - else - { + } + + // Cache the mean energy in this distribution + if (nEnergies == 1 || running[nEnergies-1] == 0) { + fCache.Get()->currentMeanEnergy = 0.0; + } else { + fCache.Get()->currentMeanEnergy = weighted/running[nEnergies-1]; + } + + if (nEnergies == 1) it = 0; + if (running[nEnergies-1] != 0) { + for (i = 1; i < nEnergies; i++) { + it = i; + if (random < running [i]/running[nEnergies-1] ) break; + } + } + + if (running[nEnergies-1] == 0) it = 0; + if (it < nDiscreteEnergies || it == 0) { + if (it == 0) { fsEnergy = theAngular[it].GetLabel(); - G4ParticleHPVector theStore; - G4InterpolationManager aMan; - aMan.Init(angularRep-10, nAngularParameters-1); - theStore.SetInterpolationManager(aMan); // Store interpolates f(costh) - G4InterpolationScheme currentScheme = theManager.GetInverseScheme(it); - G4int aCounter = 0; - for(G4int j=1; jremaining_energy << " - " << fsEnergy << G4endl; + fCache.Get()->remaining_energy -= fsEnergy; + // end if (nDiscreteEnergies != 0) + } + // end of (angularRep == 1) branch + + } else if (angularRep == 2) { + // first get the energy (already the right for this incoming energy) + G4int j; + G4double* running = new G4double[nEnergies]; + running[0] = 0; + G4double weighted = 0; + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample nEnergies " << nEnergies << G4endl; + for (j = 1; j < nEnergies; j++) { + if (j != 0) running[j] = running[j-1]; + running[j] += theInt.GetBinIntegral(theManager.GetScheme(j-1), + theAngular[j-1].GetLabel(), theAngular[j].GetLabel(), + theAngular[j-1].GetValue(0), theAngular[j].GetValue(0)); + weighted += theInt.GetWeightedBinIntegral(theManager.GetScheme(j-1), + theAngular[j-1].GetLabel(), theAngular[j].GetLabel(), + theAngular[j-1].GetValue(0), theAngular[j].GetValue(0)); + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPContAngularPar::Sample " << j << " running " << running[j] + << " " << theManager.GetScheme(j-1) << " " << theAngular[j-1].GetLabel() + << " " << theAngular[j].GetLabel() << " " << theAngular[j-1].GetValue(0) + << " " << theAngular[j].GetValue(0) << G4endl; //GDEB + } + + // Cache the mean energy in this distribution + if (nEnergies == 1) + fCache.Get()->currentMeanEnergy = 0.0; + else + fCache.Get()->currentMeanEnergy = weighted/running[nEnergies-1]; + + G4int itt(0); + G4double randkal = G4UniformRand(); + for (j = 1; j < nEnergies; j++) { + itt = j; + if (randkal < running[j]/running[nEnergies-1] ) break; + } + + // Interpolate the secondary energy + G4double x, x1, x2, y1, y2; + if (itt == 0) itt = 1; + x = randkal*running[nEnergies-1]; + x1 = running[itt-1]; + x2 = running[itt]; + G4double compoundFraction; + // interpolate energy + y1 = theAngular[itt-1].GetLabel(); + y2 = theAngular[itt].GetLabel(); + fsEnergy = theInt.Interpolate(theManager.GetInverseScheme(itt-1), + x, x1, x2, y1, y2); + if (std::getenv("G4PHPTEST") ) + G4cout << itt << " G4particleHPContAngularPar fsEnergy " << fsEnergy << " " + << theManager.GetInverseScheme(itt-1) << " x " << x << " " << x1 << " " + << x2 << " y " << y1 << " " << y2 << G4endl; //GDEB + // For theta, interpolate the compoundFractions + G4double cLow = theAngular[itt-1].GetValue(1); + G4double cHigh = theAngular[itt].GetValue(1); + compoundFraction = theInt.Interpolate(theManager.GetScheme(itt), + fsEnergy, y1, y2, cLow, cHigh); + + if (compoundFraction > 1.0) compoundFraction = 1.0; // Protection against unphysical interpolation + + if (std::getenv("G4PHPTEST") ) + G4cout << itt << " G4particleHPContAngularPar compoundFraction " << compoundFraction + << " E " << fsEnergy << " " << theManager.GetScheme(itt) << " ener " << fsEnergy + << " y " << y1 << " " << y2 << " cLH " << cLow << " " << cHigh << G4endl; //GDEB + delete [] running; + + // get cosTh + G4double incidentEnergy = anEnergy; + G4double incidentMass = theProjectile->GetPDGMass(); + G4double productEnergy = fsEnergy; + G4double productMass = result->GetMass(); + G4int targetZ = G4int(fCache.Get()->theTargetCode/1000); + G4int targetA = G4int(fCache.Get()->theTargetCode-1000*targetZ); + + // To correspond to natural composition (-nat-) data files. + if (targetA == 0) + targetA = G4int ( fCache.Get()->theTarget->GetMass()/amu_c2 + 0.5 ); + G4double targetMass = fCache.Get()->theTarget->GetMass(); + G4int incidentA=G4int(incidentMass/amu_c2 + 0.5 ); + G4int incidentZ=G4int(theProjectile->GetPDGCharge()+ 0.5 ); + G4int residualA = targetA+incidentA-A; + G4int residualZ = targetZ+incidentZ-Z; + G4double residualMass =G4NucleiProperties::GetNuclearMass( residualA , residualZ ); + G4ParticleHPKallbachMannSyst theKallbach(compoundFraction, + incidentEnergy, incidentMass, + productEnergy, productMass, + residualMass, residualA, residualZ, + targetMass, targetA, targetZ, + incidentA,incidentZ,A,Z); + cosTh = theKallbach.Sample(anEnergy); + if (std::getenv("G4PHPTEST") ) + G4cout << " G4ParticleHPKallbachMannSyst::Sample resulttest " << cosTh << G4endl; //GDEB + // end (angularRep == 2) branch + + } else if (angularRep > 10 && angularRep < 16) { + G4double random = G4UniformRand(); + G4double* running = new G4double[nEnergies]; + running[0]=0; + G4double weighted = 0; + for (i = 1; i < nEnergies; i++) { + if (i != 0) running[i] = running[i-1]; + running[i] += theInt.GetBinIntegral(theManager.GetScheme(i-1), + theAngular[i-1].GetLabel(), theAngular[i].GetLabel(), + theAngular[i-1].GetValue(0), theAngular[i].GetValue(0)); + weighted += theInt.GetWeightedBinIntegral(theManager.GetScheme(i-1), + theAngular[i-1].GetLabel(), theAngular[i].GetLabel(), + theAngular[i-1].GetValue(0), theAngular[i].GetValue(0)); + } + + // Cache the mean energy in this distribution + if (nEnergies == 1) + fCache.Get()->currentMeanEnergy = 0.0; + else + fCache.Get()->currentMeanEnergy = weighted/running[nEnergies-1]; + + if (nEnergies == 1) it = 0; + for (i = 1; i < nEnergies; i++) { + it = i; + if(randomSetKineticEnergy(fsEnergy); - G4double phi = twopi*G4UniformRand(); - G4double theta = std::acos(cosTh); - G4double sinth = std::sin(theta); - G4double mtot = result->GetTotalMomentum(); - G4ThreeVector tempVector(mtot*sinth*std::cos(phi), mtot*sinth*std::sin(phi), mtot*std::cos(theta) ); - result->SetMomentum(tempVector); -// return the result. - return result; + delete [] running; + + } else { + throw G4HadronicException(__FILE__, __LINE__, + "G4ParticleHPContAngularPar::Sample: Unknown angular representation"); } + result->SetKineticEnergy(fsEnergy); + G4double phi = twopi*G4UniformRand(); + G4double theta = std::acos(cosTh); + G4double sinth = std::sin(theta); + G4double mtot = result->GetTotalMomentum(); + G4ThreeVector tempVector(mtot*sinth*std::cos(phi), mtot*sinth*std::sin(phi), mtot*std::cos(theta) ); + result->SetMomentum(tempVector); + return result; +} + #define MERGE_NEW -void G4ParticleHPContAngularPar::PrepareTableInterpolation(const G4ParticleHPContAngularPar* angParPrev) +void G4ParticleHPContAngularPar::PrepareTableInterpolation() { + // Discrete energies: store own energies in a map for faster searching + // + // The data files sometimes have identical discrete energies (likely typos) + // which would lead to overwriting the already existing index and hence + // creating a hole in the lookup table. + // No attempt is made here to correct for the energies - rather an epsilon + // is subtracted from the energy in order to uniquely identify the line - //----- Discrete energies: store own energies in a map for faster searching - G4int ie; - for(ie=0; ieGetNEnergies(); G4double minEnerPrev = angParPrev->GetMinEner(); @@ -730,172 +700,333 @@ void G4ParticleHPContAngularPar::PrepareTableInterpolation(const G4ParticleHPCon G4double ener = angParPrev->theAngular[ie].GetLabel(); G4double enerT = (ener-minEnerPrev)/(maxEnerPrev-minEnerPrev); theEnergiesTransformed.insert(enerT); - //- if( getenv("G4PHPTEST2") ) G4cout << this << " G4ParticleHPContAngularPar::PrepareTableInterpolation theEnergiesTransformed2 " << enerT << G4endl; //GDEB + if( getenv("G4PHPTEST2") ) G4cout << this << " G4ParticleHPContAngularPar::PrepareTableInterpolation theEnergiesTransformed2 " << enerT << G4endl; //GDEB } // add the maximum energy - theEnergiesTransformed.insert(1.); + //theEnergiesTransformed.insert(1.); + * + */ } -void G4ParticleHPContAngularPar::BuildByInterpolation(G4double anEnergy, G4InterpolationScheme aScheme, - G4ParticleHPContAngularPar & angpar1, - G4ParticleHPContAngularPar & angpar2) + +void +G4ParticleHPContAngularPar::BuildByInterpolation(G4double anEnergy, + G4InterpolationScheme aScheme, + G4ParticleHPContAngularPar& angpar1, + G4ParticleHPContAngularPar& angpar2) { - G4int ie,ie1,ie2, ie1Prev, ie2Prev; - nAngularParameters = angpar1.nAngularParameters; - theManager = angpar1.theManager; - theEnergy = anEnergy; + G4int ie, ie1, ie2, ie1Prev, ie2Prev; + // Only rebuild the interpolation table if there is a new interaction. + // For several subsequent samplings of final state particles in the same + // interaction the existing table should be used + if (fCache.Get()->fresh != true) return; - nDiscreteEnergies = theDiscreteEnergies.size(); - std::set::const_iterator itede; - std::map discEnerOwn1 = angpar1.GetDiscreteEnergiesOwn(); - std::map discEnerOwn2 = angpar2.GetDiscreteEnergiesOwn(); - std::map::const_iterator itedeo; - ie = 0; - for( itede = theDiscreteEnergies.begin(); itede != theDiscreteEnergies.end(); itede++, ie++ ) { - G4double discEner = *itede; - itedeo = discEnerOwn1.find(discEner); - if( itedeo == discEnerOwn1.end() ) { - ie1 = 0; - } else { - ie1 = -1; - } - itedeo = discEnerOwn2.find(discEner); - if( itedeo == discEnerOwn2.end() ) { - ie2 = 0; - } else { - ie2 = -1; - } - - theAngular[ie].SetLabel(discEner); - G4double val1, val2; - for(G4int ip=0; ip discEnerOwn1 = copyAngpar1.GetDiscreteEnergiesOwn(); + const std::map discEnerOwn2 = copyAngpar2.GetDiscreteEnergiesOwn(); + std::map::const_iterator itedeo1; + std::map::const_iterator itedeo2; + std::vector vAngular(discEnerOwn1.size() ); + G4double discEner1; + for (itedeo1 = discEnerOwn1.begin(); itedeo1 != discEnerOwn1.end(); ++itedeo1) { + discEner1 = itedeo1->first; + if (discEner1 < theMinEner) { + theMinEner = discEner1; + } + if (discEner1 > theMaxEner) { + theMaxEner = discEner1; + } + ie1 = itedeo1->second; + itedeo2 = discEnerOwn2.find(discEner1); + if( itedeo2 == discEnerOwn2.end() ) { + ie2 = -1; + } else { + ie2 = itedeo2->second; + } + vAngular[ie1] = new G4ParticleHPList(); + vAngular[ie1]->SetLabel(copyAngpar1.theAngular[ie1].GetLabel()); + G4double val1, val2; + for (G4int ip = 0; ip < nAngularParameters; ++ip) { + val1 = copyAngpar1.theAngular[ie1].GetValue(ip); + if (ie2 != -1) { + val2 = copyAngpar2.theAngular[ie2].GetValue(ip); + } else { + val2 = 0.; + } + G4double value = theInt.Interpolate(aScheme, anEnergy, + copyAngpar1.theEnergy, copyAngpar2.theEnergy, + val1, val2); + if (std::getenv("G4PHPTEST2") ) + G4cout << ie1 << " " << ip + << " G4ParticleHPContAngularPar::Merge DiscreteEnergies val1 " + << val1 << " val2 " << val2 << " value " << value << G4endl; //GDEB + + vAngular[ie1]->SetValue(ip, value); + } + } // itedeo1 loop - //--- Loop to energies of new set - std::set energiesTransformed = angpar2.GetEnergiesTransformed(); - std::set::const_iterator iteet = energiesTransformed.begin(); - G4int nEnergies1 = angpar1.GetNEnergies(); - G4int nDiscreteEnergies1 = angpar1.GetNDiscreteEnergies(); - G4double minEner1 = angpar1.GetMinEner(); - G4double maxEner1 = angpar1.GetMaxEner(); - G4int nEnergies2 = angpar2.GetNEnergies(); - G4int nDiscreteEnergies2 = angpar2.GetNDiscreteEnergies(); - G4double minEner2 = angpar2.GetMinEner(); - G4double maxEner2 = angpar2.GetMaxEner(); - for(ie=nDiscreteEnergies; ie::iterator itv; + G4double discEner2; + for (itedeo2 = discEnerOwn2.begin(); itedeo2 != discEnerOwn2.end(); ++itedeo2) { + discEner2 = itedeo2->first; + ie2 = itedeo2->second; + G4bool notFound = true; + itedeo1 = discEnerOwn1.find(discEner2); + if (itedeo1 != discEnerOwn1.end() ) { + notFound = false; + } + if (notFound) { + // not yet in list + if (discEner2 < theMinEner) { + theMinEner = discEner2; + } + if (discEner2 > theMaxEner) { + theMaxEner = discEner2; + } + // find position to insert + G4bool isInserted = false; + ie = 0; + for (itv = vAngular.begin(); itv != vAngular.end(); ++itv,++ie) { + if (discEner2 > (*itv)->GetLabel() ) { + itv = vAngular.insert(itv, new G4ParticleHPList); + (*itv)->SetLabel(copyAngpar2.theAngular[ie2].GetLabel()); + isInserted = true; + break; + } + } + if (!isInserted) { + ie=vAngular.size(); + vAngular.push_back(new G4ParticleHPList); + vAngular[ie]->SetLabel(copyAngpar2.theAngular[ie2].GetLabel()); + isInserted = true; + } + + G4double val1, val2; + for (G4int ip = 0; ip < nAngularParameters; ++ip) { + val1 = 0; + val2 = copyAngpar2.theAngular[ie2].GetValue(ip); + G4double value = theInt.Interpolate(aScheme, anEnergy, + copyAngpar1.theEnergy, + copyAngpar2.theEnergy, + val1, val2); + if (std::getenv("G4PHPTEST2") ) + G4cout << ie << " " << ip + << " G4ParticleHPContAngularPar::Merge DiscreteEnergies val1 " + << val1 << " val2 " << val2 << " value " << value << G4endl; //GDEB + vAngular[ie]->SetValue(ip, value); + } + } // end if(notFound) + } // end loop on itedeo2 + + // Store new discrete list + nDiscreteEnergies = vAngular.size(); + if (theAngular != 0) delete [] theAngular; + theAngular = 0; + if (nDiscreteEnergies > 0) { + theAngular = new G4ParticleHPList [nDiscreteEnergies]; + } + theDiscreteEnergiesOwn.clear(); + theDiscreteEnergies.clear(); + for (ie = 0; ie < nDiscreteEnergies; ++ie) { + theAngular[ie].SetLabel(vAngular[ie]->GetLabel() ); + for (G4int ip = 0; ip < nAngularParameters; ++ip) { + theAngular[ie].SetValue(ip, vAngular[ie]->GetValue(ip)); + } + theDiscreteEnergiesOwn[theAngular[ie].GetLabel()] = ie; + theDiscreteEnergies.insert(theAngular[ie].GetLabel()); + } + + // The continuous energies need to be made from scratch like the discrete + // ones. Therefore the re-assignemnt of theAngular needs to be done + // after the continuous energy set is also finalized. Only then the + // total number of nEnergies is known and the array can be allocated. + + // Get minimum and maximum energy interpolating + // Don't use theMinEner or theMaxEner here, since the transformed energies + // need the interpolated range from the original Angpar + G4double interMinEner = copyAngpar1.GetMinEner() + (theEnergy-copyAngpar1.GetEnergy() ) + * (copyAngpar2.GetMinEner() - copyAngpar1.GetMinEner() ) + / (copyAngpar2.GetEnergy()-copyAngpar1.GetEnergy() ); + G4double interMaxEner = copyAngpar1.GetMaxEner() + (theEnergy-copyAngpar1.GetEnergy() ) + * (copyAngpar2.GetMaxEner()-copyAngpar1.GetMaxEner() ) + / (copyAngpar2.GetEnergy()-copyAngpar1.GetEnergy() ); + + if (std::getenv("G4PHPTEST2") ) + G4cout << " G4ParticleHPContAngularPar::Merge E " << anEnergy << " minmax " + << interMinEner << " " << interMaxEner << G4endl; //GDEB + + // Loop to energies of new set + theEnergiesTransformed.clear(); + + G4int nEnergies1 = copyAngpar1.GetNEnergies(); + G4int nDiscreteEnergies1 = copyAngpar1.GetNDiscreteEnergies(); + G4double minEner1 = copyAngpar1.GetMinEner(); + G4double maxEner1 = copyAngpar1.GetMaxEner(); + G4int nEnergies2 = copyAngpar2.GetNEnergies(); + G4int nDiscreteEnergies2 = copyAngpar2.GetNDiscreteEnergies(); + G4double minEner2 = copyAngpar2.GetMinEner(); + G4double maxEner2 = copyAngpar2.GetMaxEner(); + + // First build the list of transformed energies normalized + // to the new min max by assuming that the min-max range of + // each set would be scalable to the new, interpolated min + // max range + + G4double e1(0.); + G4double eTNorm1(0.); + for (ie1 = nDiscreteEnergies1; ie1 < nEnergies1; ++ie1) { + e1 = copyAngpar1.theAngular[ie1].GetLabel(); + eTNorm1 = (e1 - minEner1); + if (maxEner1 != minEner1) eTNorm1 /= (maxEner1-minEner1); + if (eTNorm1 >= 0 && eTNorm1 <= 1) theEnergiesTransformed.insert(eTNorm1); + } + + G4double e2(0.); + G4double eTNorm2(0.); + for (ie2 = nDiscreteEnergies2; ie2 < nEnergies2; ++ie2) { + e2 = copyAngpar2.theAngular[ie2].GetLabel(); + eTNorm2 = (e2 - minEner2); + if (maxEner2 != minEner2) eTNorm2 /= (maxEner2-minEner2); + if (eTNorm2 >= 0 && eTNorm2 <= 1) theEnergiesTransformed.insert(eTNorm2); + } + + // Now the list of energies is complete + nEnergies = nDiscreteEnergies+theEnergiesTransformed.size(); + + // Create final array of angular parameters + G4ParticleHPList* theNewAngular = new G4ParticleHPList [nEnergies]; + + // Copy discrete energies and interpolated parameters to new array + + if (theAngular != 0) { + for (ie = 0; ie < nDiscreteEnergies; ++ie) { + theNewAngular[ie].SetLabel(theAngular[ie].GetLabel()); + for (G4int ip = 0; ip < nAngularParameters; ++ip) { + theNewAngular[ie].SetValue(ip,theAngular[ie].GetValue(ip)); + } + } + delete [] theAngular; + } + theAngular = theNewAngular; + + // Interpolate the continuous energies for new array + std::set::const_iterator iteet = theEnergiesTransformed.begin(); + + G4double e1Interp(0.); + G4double e2Interp(0.); + for (ie = nDiscreteEnergies; ie < nEnergies; ++ie, ++iteet) { G4double eT = (*iteet); - //--- Use eT1 = eT: Get energy and parameters of angpar1 for this eT - G4double e1 = (maxEner1-minEner1) * eT + minEner1; - //----- Get parameter value corresponding to this e1 - for(ie1=nDiscreteEnergies1; ie1 1.E-10*e1 ) break; + //--- Use eT1 = eT: Get energy and parameters of copyAngpar1 for this eT + e1Interp = (maxEner1 - minEner1) * eT + minEner1; + //----- Get parameter value corresponding to this e1Interp + for (ie1 = nDiscreteEnergies1; ie1 < nEnergies1; ++ie1) { + if ((copyAngpar1.theAngular[ie1].GetLabel() - e1Interp) > 1.E-10*e1Interp) break; } ie1Prev = ie1 - 1; - if( ie1 == 0 ) ie1Prev++; - if( ie1 == nEnergies1 ) { + if (ie1 == 0) ie1Prev++; + if (ie1 == nEnergies1) { ie1--; ie1Prev = ie1; } - //--- Use eT2 = eT: Get energy and parameters of angpar2 for this eT - G4double e2 = (maxEner2-minEner2) * eT + minEner2; - //----- Get parameter value corresponding to this e2 - for(ie2=nDiscreteEnergies2; ie2 1.E-10*e2 ) break; + + //--- Use eT2 = eT: Get energy and parameters of copyAngpar2 for this eT + e2Interp = (maxEner2-minEner2) * eT + minEner2; + //----- Get parameter value corresponding to this e2Interp + for (ie2 = nDiscreteEnergies2; ie2 < nEnergies2; ++ie2) { + if ((copyAngpar2.theAngular[ie2].GetLabel() - e2Interp) > 1.E-10*e2Interp) break; } ie2Prev = ie2 - 1; - if( ie2 == 0 ) ie2Prev++; - if( ie2 == nEnergies2 ) { + if (ie2 == 0) ie2Prev++; + if (ie2 == nEnergies2) { ie2--; ie2Prev = ie2; } //---- Energy corresponding to energy transformed - G4double eN = (theMaxEner-theMinEner) * eT + theMinEner; - if( std::getenv("G4PHPTEST2") ) G4cout << ie << " " << ie1 << " " << ie2 << " G4ParticleHPContAngularPar::loop eT " << eT << " -> eN " << eN << " e1 " << e1 << " e2 " << e2 << G4endl; //GDEB + G4double eN = (interMaxEner-interMinEner) * eT + interMinEner; + if (std::getenv("G4PHPTEST2") ) + G4cout << ie << " " << ie1 << " " << ie2 << " G4ParticleHPContAngularPar::loop eT " + << eT << " -> eN " << eN << " e1Interp " << e1Interp << " e2Interp " << e2Interp << G4endl; //GDEB theAngular[ie].SetLabel(eN); - - for(G4int ip=0; ip theMaxEner) { + theMaxEner = eN; + } + + G4double val1(0.); + G4double val2(0.); + G4double value(0.); + for (G4int ip = 0; ip < nAngularParameters; ++ip) { + val1 = theInt.Interpolate2(theManager.GetScheme(ie), + e1Interp, + copyAngpar1.theAngular[ie1Prev].GetLabel(), + copyAngpar1.theAngular[ie1].GetLabel(), + copyAngpar1.theAngular[ie1Prev].GetValue(ip), + copyAngpar1.theAngular[ie1].GetValue(ip)) * (maxEner1-minEner1); + val2 = theInt.Interpolate2(theManager.GetScheme(ie), + e2Interp, + copyAngpar2.theAngular[ie2Prev].GetLabel(), + copyAngpar2.theAngular[ie2].GetLabel(), + copyAngpar2.theAngular[ie2Prev].GetValue(ip), + copyAngpar2.theAngular[ie2].GetValue(ip)) * (maxEner2-minEner2); + + value = theInt.Interpolate(aScheme, anEnergy, + copyAngpar1.theEnergy, copyAngpar2.theEnergy, + val1, val2); + if (interMaxEner != interMinEner) { + value /= (interMaxEner-interMinEner); + } else if (value != 0) { + throw G4HadronicException(__FILE__, __LINE__, + "G4ParticleHPContAngularPar::PrepareTableInterpolation interMaxEner == interMinEner and value != 0."); } - if( std::getenv("G4PHPTEST2") ) G4cout << ie << " " << ip << " G4ParticleHPContAngularPar::Merge val1 " << val1 << " val2 " << val2 << " value " << value << G4endl; //GDEB - //- val1 = angpar1.theAngular[ie1-1].GetValue(ip) * (maxEner1-minEner1); - //- val2 = angpar2.theAngular[ie2-1].GetValue(ip) * (maxEner2-minEner2); - //- if( getenv("G4PHPTEST2") ) G4cout << ie << " " << ip << " G4ParticleHPContAngularPar::MergeOLD val1 " << val1 << " val2 " << val2 << " value " << value << G4endl; //GDEB - + if (std::getenv("G4PHPTEST2") ) + G4cout << ie << " " << ip << " G4ParticleHPContAngularPar::Merge val1 " << val1 + << " val2 " << val2 << " value " << value << G4endl; //GDEB theAngular[ie].SetValue(ip, value); } - } + } // end loop on nDiscreteEnergies - if( std::getenv("G4PHPTEST2") ) { + for (itv = vAngular.begin(); itv != vAngular.end(); ++itv) delete (*itv); + + if (std::getenv("G4PHPTEST2") ) { G4cout << " G4ParticleHPContAngularPar::Merge ANGPAR1 " << G4endl; //GDEB - angpar1.Dump(); + copyAngpar1.Dump(); G4cout << " G4ParticleHPContAngularPar::Merge ANGPAR2 " << G4endl; - angpar2.Dump(); + copyAngpar2.Dump(); G4cout << " G4ParticleHPContAngularPar::Merge ANGPARNEW " << G4endl; Dump(); - } -} - -void G4ParticleHPContAngularPar::Dump() -{ - G4cout << theEnergy << " " << nEnergies << " " << nDiscreteEnergies << " " << nAngularParameters << G4endl; - - for(G4int ii=0; iianEnergy) break; + if(theAngular[i].GetEnergy() > anEnergy) break; #else - if(theAngular[i].GetEnergy()>=anEnergy) break; + if(theAngular[i].GetEnergy() >= anEnergy) break; #endif - } - if( std::getenv("G4PHPTEST") ) G4cout << i << " G4ParticleHPContEnergyAngular dataE " << theAngular[i].GetEnergy() << " > " << anEnergy << " it_theAngular " << it << " interpolation " << theInterpolation << G4endl; //GDEB - G4double targetMass = GetTarget()->GetMass(); - if(it==0) - { - theAngular[0].SetTarget(GetTarget()); - theAngular[0].SetTargetCode(theTargetCode); - theAngular[0].SetPrimary(GetProjectileRP()); - result = theAngular[0].Sample(anEnergy, massCode, targetMass, + } + + if (std::getenv("G4PHPTEST") ) + G4cout << i << " G4ParticleHPContEnergyAngular dataE " + << theAngular[i].GetEnergy() + << " > " << anEnergy << " it_theAngular " << it << " interpolation " + << theInterpolation << G4endl; //GDEB + + G4double targetMass = GetTarget()->GetMass(); + if (it == 0) { + theAngular[0].SetTarget(GetTarget()); + theAngular[0].SetTargetCode(theTargetCode); + theAngular[0].SetPrimary(GetProjectileRP()); + result = theAngular[0].Sample(anEnergy, massCode, targetMass, theAngularRep, theInterpolation); - currentMeanEnergy.Put( theAngular[0].MeanEnergyOfThisInteraction() ); - } - else - { + currentMeanEnergy.Put(theAngular[0].MeanEnergyOfThisInteraction() ); + + } else { // interpolation through alternating sampling. This needs improvement @@@ // This is the cause of the He3 problem !!!!!!!! // See to it, if you can improve this. - //080714 TK commnet Randomizing use angular distribution - //080714 TK Always use the upper side distribution. enabling ClearHistories method. //G4double random = G4UniformRand(); //G4double deltaE = theAngular[it].GetEnergy()-theAngular[it-1].GetEnergy(); //G4double offset = theAngular[it].GetEnergy()-anEnergy; //if(randomSetInterpolation(theInterpolation); - fCacheAngular.Get()->BuildByInterpolation( anEnergy, theManager.GetScheme(0), (theAngular[it-1]), (theAngular[it]) ); - fCacheAngular.Get()->SetTarget(GetTarget()); - fCacheAngular.Get()->SetTargetCode(theTargetCode); - fCacheAngular.Get()->SetPrimary(GetProjectileRP()); - result = fCacheAngular.Get()->Sample(anEnergy, massCode, targetMass, - theAngularRep, theInterpolation); - currentMeanEnergy.Put( fCacheAngular.Get()->MeanEnergyOfThisInteraction() ); - fCacheAngular.Get()->ClearHistories(); - -// delete fAngular; //fix end - + if (fCacheAngular.Get() == NULL) { + G4ParticleHPContAngularPar* angpar = new G4ParticleHPContAngularPar(theProjectile); + fCacheAngular.Put(angpar); + } + fCacheAngular.Get()->SetInterpolation(theInterpolation); + fCacheAngular.Get()->BuildByInterpolation(anEnergy, theManager.GetScheme(0), + (theAngular[it-1]), (theAngular[it]) ); + fCacheAngular.Get()->SetTarget(GetTarget()); + fCacheAngular.Get()->SetTargetCode(theTargetCode); + fCacheAngular.Get()->SetPrimary(GetProjectileRP()); + + result = fCacheAngular.Get()->Sample(anEnergy, massCode, targetMass, + theAngularRep, theInterpolation); + currentMeanEnergy.Put(fCacheAngular.Get()->MeanEnergyOfThisInteraction() ); #endif - } + } // end (it != 0) branch - // G4cout << " 0 0 @@@ G4ParticleHPContEnergyAngular::Sample " << result->GetDefinition()->GetParticleName() << " E= " << result->GetKineticEnergy() << G4endl;//GDEB - return result; + return result; } -G4double G4ParticleHPContEnergyAngular:: -MeanEnergyOfThisInteraction() + +G4double G4ParticleHPContEnergyAngular::MeanEnergyOfThisInteraction() { - G4double result(0); - if(currentMeanEnergy.Get()<-1) - { - throw G4HadronicException(__FILE__, __LINE__, "G4ParticleHPContEnergyAngular: Logical error in Product class"); - } - else - { - result = currentMeanEnergy.Get(); - } - currentMeanEnergy.Put( -2 ); - return result; + G4double result(0); + if (currentMeanEnergy.Get() < -1) { + throw G4HadronicException(__FILE__, __LINE__, + "G4ParticleHPContEnergyAngular: Logical error in Product class"); + } else { + result = currentMeanEnergy.Get(); + } + currentMeanEnergy.Put(-2); + return result; } - void G4ParticleHPContEnergyAngular::ClearHistories() { - if ( theAngular!= NULL ) - { - for ( G4int i = 0 ; i< nEnergy ; i++ ) - theAngular[i].ClearHistories(); - } + if (theAngular!= NULL) { + for (G4int i = 0; i < nEnergy; i++) theAngular[i].ClearHistories(); + } + + // Added fCacheAngular ClearHistories() - this is the one actually used! + // Maybe theAngular does not even need ClearHistories()? + if (fCacheAngular.Get() != 0) fCacheAngular.Get()->ClearHistories(); } + diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc index 2360c125e2..da7a81c7c8 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPInelasticCompFS.cc @@ -368,7 +368,7 @@ void G4ParticleHPInelasticCompFS::CompositeApply(const G4HadProjectile& theTrack G4double dqi = 0.0; if ( QI[it] < 0 || 849 < QI[it] ) dqi = QI[it]; //For backword compatibility QI introduced since G4NDL3.15 G4double MaxEne=eKinetic+dqi; - G4double eSecN; + G4double eSecN=0.; G4int icounter=0; G4int icounter_max=1024; diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPKallbachMannSyst.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPKallbachMannSyst.cc index ff4f725c00..4110937102 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPKallbachMannSyst.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPKallbachMannSyst.cc @@ -43,7 +43,7 @@ G4double G4ParticleHPKallbachMannSyst::Sample(G4double anEnergy) { - G4double result; + G4double result=0.; G4double zero = GetKallbachZero(anEnergy); if(zero>1) zero=1.; diff --git a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPLegendreStore.cc b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPLegendreStore.cc index 4408101f4e..a0dbeb46e5 100644 --- a/source/processes/hadronic/models/particle_hp/src/G4ParticleHPLegendreStore.cc +++ b/source/processes/hadronic/models/particle_hp/src/G4ParticleHPLegendreStore.cc @@ -43,7 +43,7 @@ //080612TK contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern) #3 G4double G4ParticleHPLegendreStore::SampleDiscreteTwoBody (G4double anEnergy) { - G4double result; + G4double result=0.; G4int i0; G4int low(0), high(0); @@ -125,7 +125,7 @@ G4double G4ParticleHPLegendreStore::SampleDiscreteTwoBody (G4double anEnergy) G4double G4ParticleHPLegendreStore::SampleMax (G4double anEnergy) { - G4double result; + G4double result=0.; G4int i0; G4int low(0), high(0); @@ -201,7 +201,7 @@ G4double G4ParticleHPLegendreStore::SampleMax (G4double anEnergy) G4double G4ParticleHPLegendreStore::SampleElastic (G4double anEnergy) { - G4double result; + G4double result=0.; G4int i0; G4int low(0), high(0); @@ -322,7 +322,7 @@ G4double G4ParticleHPLegendreStore::Sample (G4double energy) // still in interpo G4double G4ParticleHPLegendreStore::Integrate(G4int k, G4double costh) // still in interpolation; not used anymore { - G4double result=0; + G4double result=0.; G4ParticleHPFastLegendre theLeg; // G4cout <<"the COEFFS "<empty()) { Success=false; continue; } - G4double stringEnergy(0); + // G4double stringEnergy(0); SumStringMom=G4LorentzVector(0.,0.,0.,0.); #ifdef debug_PartonStringModel @@ -173,8 +173,8 @@ G4KineticTrackVector * G4VPartonStringModel::Scatter(const G4Nucleus &theNucleus // rotate string to lab frame, models have it aligned to z if((*strings)[astring]->IsExcited()) { - stringEnergy += (*strings)[astring]->GetLeftParton()->Get4Momentum().t(); - stringEnergy += (*strings)[astring]->GetRightParton()->Get4Momentum().t(); + // stringEnergy += (*strings)[astring]->GetLeftParton()->Get4Momentum().t(); + // stringEnergy += (*strings)[astring]->GetRightParton()->Get4Momentum().t(); (*strings)[astring]->LorentzRotate(toLab); SumStringMom+=(*strings)[astring]->Get4Momentum(); #ifdef debug_PartonStringModel @@ -205,7 +205,7 @@ G4KineticTrackVector * G4VPartonStringModel::Scatter(const G4Nucleus &theNucleus } else { - stringEnergy += (*strings)[astring]->GetKineticTrack()->Get4Momentum().t(); + // stringEnergy += (*strings)[astring]->GetKineticTrack()->Get4Momentum().t(); (*strings)[astring]->LorentzRotate(toLab); SumStringMom+=(*strings)[astring]->GetKineticTrack()->Get4Momentum(); #ifdef debug_PartonStringModel diff --git a/source/processes/hadronic/models/parton_string/qgsm/History b/source/processes/hadronic/models/parton_string/qgsm/History index 7d58902bbd..dd2d9b8717 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/History +++ b/source/processes/hadronic/models/parton_string/qgsm/History @@ -14,6 +14,14 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +06-May-2022 Vladimir Ivanchenko (hadr-qgsm-V10-07-03) +- G4QGSParticipants - do not print warning in the case of precision loss; + a confusing exception message was observed in CMS simulation, the problem + happens in high energy gamma-nuclear interaction + +09-Feb-2022 Gabriele Cosmo +- Fixed compilation warning on Intel compilers for unused variables. + 13-Jul-2021 Alberto Ribon (hadr-qgsm-V10-07-02) - G4QGSParticipants : improved initialization in the constructors, as suggested by Coverity. diff --git a/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc b/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc index a9092d868c..409236b239 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc +++ b/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc @@ -75,7 +75,6 @@ G4VSplitableHadron* G4GammaParticipants::SelectInteractions(const G4ReactionProd std::for_each(theInteractions.begin(), theInteractions.end(), DeleteInteractionContent()); theInteractions.clear(); - G4int totalCuts = 0; // #ifdef debug_G4GammaParticipants // G4double eK = thePrimary.GetKineticEnergy()/GeV; @@ -110,7 +109,6 @@ G4VSplitableHadron* G4GammaParticipants::SelectInteractions(const G4ReactionProd aInteraction->SetStatus(1); theInteractions.push_back(aInteraction); - totalCuts += 1; } else { @@ -129,7 +127,6 @@ G4VSplitableHadron* G4GammaParticipants::SelectInteractions(const G4ReactionProd aInteraction->SetNumberOfSoftCollisions(1); aInteraction->SetStatus(0); // Mark that is non-Diffr. interaction theInteractions.push_back(aInteraction); - totalCuts += 1; } } return theProjectileSplitable; diff --git a/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc b/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc index a3c1cd2464..a8bbac8329 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc +++ b/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc @@ -373,7 +373,6 @@ void G4QGSParticipants::GetList( const G4ReactionProduct& thePrimary ) { std::for_each(theInteractions.begin(), theInteractions.end(), DeleteInteractionContent()); theInteractions.clear(); - G4int totalCuts = 0; G4int MaxPower=thePrimary.GetMomentum().mag()/(3.3*GeV); if(MaxPower < 1) MaxPower=1; const G4int maxNumberOfLoops = 1000; @@ -509,7 +508,6 @@ void G4QGSParticipants::GetList( const G4ReactionProduct& thePrimary ) { if( nCuts == 0 ) {delete aTargetSPB; tNucleon->Hit(nullptr); continue;} - totalCuts += nCuts; #ifdef debugQGSParticipants G4cout<<"Number of cuts in the interaction "<GetParticleName() - << " Target (Z,A)=(" << theTargetNucleus->GetCharge() << "," << theTargetNucleus->GetMassNumber() + if( M2proj < -0.000001 ) { + G4ExceptionDescription ed; + ed << "Projectile " << theProjectile.GetDefinition()->GetParticleName() + << " Target (Z,A)=(" << theTargetNucleus->GetCharge() << "," << theTargetNucleus->GetMassNumber() << ") M2proj=" << M2proj << " -> sets it to 0.0 !" << G4endl; - G4Exception( "G4QGSParticipants::PutOnMassShell(): negative projectile squared mass!", - "HAD_QGSPARTICIPANTS_002", JustWarning, ed ); + G4Exception( "G4QGSParticipants::PutOnMassShell(): negative projectile squared mass!", + "HAD_QGSPARTICIPANTS_002", JustWarning, ed ); + } M2proj = 0.0; } sqrtM2proj = std::sqrt( M2proj ); @@ -1788,7 +1784,6 @@ G4bool G4QGSParticipants::DeterminePartonMomenta() SumPy = (*i)->Get4Momentum().py() * (-1.); SumZ = 0.; - G4double SumZw=0.; NumberOfUnsampledSeaQuarks = 2*nSeaPair; Qmass=0; @@ -1808,7 +1803,6 @@ G4bool G4QGSParticipants::DeterminePartonMomenta() tmp.setPz(SampleX(Xmin, NumberOfUnsampledSeaQuarks, 2*nSeaPair, aBeta)*(1.0-SumZ)); SumZ += tmp.z(); tmp.setPz((*i)->Get4Momentum().pz()*tmp.pz()); - SumZw+=tmp.pz(); NumberOfUnsampledSeaQuarks--; TargSumMt2perX +=sqr(Mt)/tmp.pz(); tmp.setE(sqr(Mt)); @@ -1817,7 +1811,7 @@ G4bool G4QGSParticipants::DeterminePartonMomenta() aParton = (*i)->GetNextAntiParton(); // for anti-quarks #ifdef debugQGSParticipants G4cout<<" "<GetDefinition()->GetParticleName()<Get4Momentum().pz()*tmp.pz()); - SumZw+=tmp.pz(); NumberOfUnsampledSeaQuarks--; TargSumMt2perX +=sqr(Mt)/tmp.pz(); tmp.setE(sqr(Mt)); aParton->Set4Momentum(tmp); #ifdef debugQGSParticipants - G4cout<<" "<Get4Momentum().pz()*tmp.pz()); - SumZw+=tmp.pz(); TargSumMt2perX +=sqr(Mt)/tmp.pz(); tmp.setE(sqr(Mt)); aParton->Set4Momentum(tmp); @@ -1863,7 +1855,7 @@ G4bool G4QGSParticipants::DeterminePartonMomenta() aParton = (*i)->GetNextAntiParton(); // for quarks #ifdef debugQGSParticipants G4cout<<" "<GetDefinition()->GetParticleName()<Get4Momentum().pz()*(1.0 - SumZ)); - SumZw+=tmp.pz(); TargSumMt2perX +=sqr(Mt)/tmp.pz(); tmp.setE(sqr(Mt)); aParton->Set4Momentum(tmp); #ifdef debugQGSParticipants - G4cout<<" "<Get4Momentum().pz()<Get4Momentum().pz()<GetMassNumber()*G4UniformRand()); G4int NucleonNo=0; @@ -2461,7 +2450,6 @@ G4VSplitableHadron* G4QGSParticipants::SelectInteractions(const G4ReactionProduc aInteraction->SetStatus(1); theInteractions.push_back(aInteraction); - totalCuts += 1; } else { @@ -2479,7 +2467,6 @@ G4VSplitableHadron* G4QGSParticipants::SelectInteractions(const G4ReactionProduc aInteraction->SetNumberOfSoftCollisions(1); aInteraction->SetStatus(3); theInteractions.push_back(aInteraction); - totalCuts += 1; } } return theProjectileSplitable; diff --git a/source/processes/hadronic/models/radioactive_decay/History b/source/processes/hadronic/models/radioactive_decay/History index 21d7b1e746..9a9e96db58 100644 --- a/source/processes/hadronic/models/radioactive_decay/History +++ b/source/processes/hadronic/models/radioactive_decay/History @@ -14,6 +14,12 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +8 April 2022 Alberto Ribon radioactive_decay-V10-07-14 +------------------------------------------------------ +- G4RadioactiveDecay : fixed memory leak (due to decay products + that were not deleted) in the case of a radioactive decay + happening later than the time threshold. + 29 October 2021 Vladimir Ivanchenko radioactive_decay-V10-07-13 --------------------------------------------------------------- - G4RadioactiveDecay - updated printout of parameters according diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc index 4f6b597030..2d662d8a38 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc @@ -1111,6 +1111,7 @@ void G4RadioactiveDecay::DecayAnalog(const G4Track& theTrack) fParticleChangeForRadDecay.ProposeTrackStatus(fStopAndKill); fParticleChangeForRadDecay.ProposeLocalEnergyDeposit(0.0); ClearNumberOfInteractionLengthLeft(); + delete products; return; } @@ -1158,6 +1159,7 @@ void G4RadioactiveDecay::DecayAnalog(const G4Track& theTrack) fParticleChangeForRadDecay.ProposeTrackStatus(fStopAndKill) ; fParticleChangeForRadDecay.ProposeLocalEnergyDeposit(0.0); ClearNumberOfInteractionLengthLeft(); + delete products; return; } } diff --git a/source/processes/hadronic/processes/History b/source/processes/hadronic/processes/History index c5a7e0fd04..05b420d694 100644 --- a/source/processes/hadronic/processes/History +++ b/source/processes/hadronic/processes/History @@ -15,6 +15,10 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +09 February 2022 Gabriele Cosmo (hadr-proc-V11-00-02) +----------------------------------------------------- +- Fixed compilation warning on Intel compilers for unused variables. + 04 August 2021 Alberto Ribon (hadr-proc-V10-07-06) -------------------------------------------------- - G4HadronElasticProcess : set the creator model ID for the elastic recoil, diff --git a/source/processes/hadronic/processes/src/G4ElNeutrinoNucleusProcess.cc b/source/processes/hadronic/processes/src/G4ElNeutrinoNucleusProcess.cc index f26d9c96f7..6dfb1e1062 100644 --- a/source/processes/hadronic/processes/src/G4ElNeutrinoNucleusProcess.cc +++ b/source/processes/hadronic/processes/src/G4ElNeutrinoNucleusProcess.cc @@ -210,8 +210,6 @@ G4ElNeutrinoNucleusProcess::PostStepDoIt(const G4Track& track, const G4Step& ste const G4DynamicParticle* aParticle = track.GetDynamicParticle(); G4ThreeVector position = pPostStepPoint->GetPosition(), newPosition=position; G4ParticleMomentum direction = aParticle->GetMomentumDirection(); - G4double startTime = pPostStepPoint->GetGlobalTime(); - if( fNuNuclCcBias > 1.0 || fNuNuclNcBias > 1.0) // = true, if fBiasingfactor != 1., i.e. xsc is biased { @@ -235,29 +233,16 @@ G4ElNeutrinoNucleusProcess::PostStepDoIt(const G4Track& track, const G4Step& ste G4double range = -backward+G4UniformRand()*distance; - G4double delta = range - backward; - - startTime += delta/track.GetVelocity(); - newPosition = position + range*direction; safetyHelper->ReLocateWithinVolume(newPosition); theTotalResult->ProposePosition(newPosition); // G4Exception : GeomNav1002 - // theTotalResult->ProposeGlobalTime(startTime); // time is updated for 'elastic' only } G4HadProjectile theProj( track ); G4HadronicInteraction* hadi = nullptr; G4HadFinalState* result = nullptr; - // Select element - const G4Element* elm = nullptr; - G4int ZZ=1; - - if( elm ) ZZ = elm->GetZ(); - - G4double xsc = fTotXsc->GetElementCrossSection(dynParticle, ZZ, material); - xsc *= 1.; G4double ccTotRatio = fTotXsc->GetCcTotRatio(); if( G4UniformRand() < ccTotRatio ) // Cc-model @@ -305,7 +290,7 @@ G4ElNeutrinoNucleusProcess::PostStepDoIt(const G4Track& track, const G4Step& ste G4ExceptionDescription ed; aR.Report(ed); ed << "Call for " << hadi->GetModelName() << G4endl; - ed << "Target element "<< elm->GetName()<<" Z= " + ed << " Z= " << targNucleus->GetZ_asInt() << " A= " << targNucleus->GetA_asInt() << G4endl; DumpState(track,"ApplyYourself",ed); diff --git a/source/processes/hadronic/processes/src/G4MuNeutrinoNucleusProcess.cc b/source/processes/hadronic/processes/src/G4MuNeutrinoNucleusProcess.cc index e9522e55b9..2378a4130a 100644 --- a/source/processes/hadronic/processes/src/G4MuNeutrinoNucleusProcess.cc +++ b/source/processes/hadronic/processes/src/G4MuNeutrinoNucleusProcess.cc @@ -210,8 +210,6 @@ G4MuNeutrinoNucleusProcess::PostStepDoIt(const G4Track& track, const G4Step& ste const G4DynamicParticle* aParticle = track.GetDynamicParticle(); G4ThreeVector position = pPostStepPoint->GetPosition(), newPosition=position; G4ParticleMomentum direction = aParticle->GetMomentumDirection(); - G4double startTime = pPostStepPoint->GetGlobalTime(); - if( fNuNuclCcBias > 1.0 || fNuNuclNcBias > 1.0) // = true, if fBiasingfactor != 1., i.e. xsc is biased { @@ -235,29 +233,16 @@ G4MuNeutrinoNucleusProcess::PostStepDoIt(const G4Track& track, const G4Step& ste G4double range = -backward+G4UniformRand()*distance; - G4double delta = range - backward; - - startTime += delta/track.GetVelocity(); - newPosition = position + range*direction; safetyHelper->ReLocateWithinVolume(newPosition); theTotalResult->ProposePosition(newPosition); // G4Exception : GeomNav1002 - // theTotalResult->ProposeGlobalTime(startTime); // time is updated for 'elastic' only } G4HadProjectile theProj( track ); G4HadronicInteraction* hadi = nullptr; G4HadFinalState* result = nullptr; - // Select element - const G4Element* elm = nullptr; - G4int ZZ=1; - - if( elm ) ZZ = elm->GetZ(); - - G4double xsc = fTotXsc->GetElementCrossSection(dynParticle, ZZ, material); - xsc *= 1.; G4double ccTotRatio = fTotXsc->GetCcTotRatio(); if( G4UniformRand() < ccTotRatio ) // Cc-model @@ -305,7 +290,7 @@ G4MuNeutrinoNucleusProcess::PostStepDoIt(const G4Track& track, const G4Step& ste G4ExceptionDescription ed; aR.Report(ed); ed << "Call for " << hadi->GetModelName() << G4endl; - ed << "Target element "<< elm->GetName()<<" Z= " + ed << " Z= " << targNucleus->GetZ_asInt() << " A= " << targNucleus->GetA_asInt() << G4endl; DumpState(track,"ApplyYourself",ed); diff --git a/source/processes/hadronic/processes/src/G4NeutrinoElectronProcess.cc b/source/processes/hadronic/processes/src/G4NeutrinoElectronProcess.cc index 534ccf1ef4..00cd3aedda 100644 --- a/source/processes/hadronic/processes/src/G4NeutrinoElectronProcess.cc +++ b/source/processes/hadronic/processes/src/G4NeutrinoElectronProcess.cc @@ -219,8 +219,6 @@ G4NeutrinoElectronProcess::PostStepDoIt(const G4Track& track, const G4Step& step const G4DynamicParticle* aParticle = track.GetDynamicParticle(); G4ThreeVector position = pPostStepPoint->GetPosition(), newPosition=position; G4ParticleMomentum direction = aParticle->GetMomentumDirection(); - G4double startTime = pPostStepPoint->GetGlobalTime(); - if( fNuEleCcBias > 1.0 || fNuEleNcBias > 1.0) // = true, if fBiasingfactor != 1., i.e. xsc is biased { @@ -244,16 +242,11 @@ G4NeutrinoElectronProcess::PostStepDoIt(const G4Track& track, const G4Step& step G4double range = -backward+G4UniformRand()*distance; - G4double delta = range - backward; - - startTime += delta/track.GetVelocity(); - newPosition = position + range*direction; safetyHelper->ReLocateWithinVolume(newPosition); theTotalResult->ProposePosition(newPosition); // G4Exception : GeomNav1002 - // theTotalResult->ProposeGlobalTime(startTime); // time is updated for 'elastic' only } G4HadProjectile theProj( track ); G4HadronicInteraction* hadi = nullptr; @@ -261,7 +254,6 @@ G4NeutrinoElectronProcess::PostStepDoIt(const G4Track& track, const G4Step& step // Select element const G4Element* elm = nullptr; - G4int ZZ=1; try { @@ -277,10 +269,7 @@ G4NeutrinoElectronProcess::PostStepDoIt(const G4Track& track, const G4Step& step G4Exception("G4NeutrinoElectronProcess::PostStepDoIt", "had003", FatalException, ed); } - if( elm ) ZZ = elm->GetZ(); - G4double xsc = fTotXsc->GetElementCrossSection(dynParticle, ZZ, material); - xsc *= 1.; G4double ccTotRatio = fTotXsc->GetCcRatio(); if( G4UniformRand() < ccTotRatio ) // Cc-model diff --git a/source/processes/hadronic/util/History b/source/processes/hadronic/util/History index 92a34c30bf..ba21fe2619 100644 --- a/source/processes/hadronic/util/History +++ b/source/processes/hadronic/util/History @@ -14,8 +14,13 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +09 February 2022 Gabriele Cosmo (hadr-util-V10-07-09) +----------------------------------------------------- +- Fixed compilation warning on Intel compilers for unused variables + and deprecated declaration of operator=(). + 05 November 2021 Alberto Ribon (hadr-util-V10-07-08) --------------------------------------------------------- +---------------------------------------------------- - G4Nucleus : the method GetBiasedThermalNucleus has been rewritten (by Loic Thulliez and Eric Dumonteil of CEA Saclay) according to the Sampling of the Velocity of the Target nucleus (SVT) algorithm. diff --git a/source/processes/hadronic/util/include/G4Fancy3DNucleusHelper.hh b/source/processes/hadronic/util/include/G4Fancy3DNucleusHelper.hh index aebca5c5cf..e0c68559f5 100644 --- a/source/processes/hadronic/util/include/G4Fancy3DNucleusHelper.hh +++ b/source/processes/hadronic/util/include/G4Fancy3DNucleusHelper.hh @@ -46,8 +46,6 @@ public: G4int index) : Vector(vec), Size(size), Index(index) {} - G4Fancy3DNucleusHelper& operator=(const G4Fancy3DNucleusHelper &right)=default; - void Fill(const G4ThreeVector &vec, G4double size, G4int index) { Vector = vec; Size = size; diff --git a/source/processes/hadronic/util/src/G4NuclearRadii.cc b/source/processes/hadronic/util/src/G4NuclearRadii.cc index 2aa52af87a..06362ab4ba 100644 --- a/source/processes/hadronic/util/src/G4NuclearRadii.cc +++ b/source/processes/hadronic/util/src/G4NuclearRadii.cc @@ -139,9 +139,9 @@ G4double G4NuclearRadii::RadiusND(G4int A) { G4double R = CLHEP::fermi; if(1 == A) { return R*0.895; } - G4double x = R*fG4pow->Z13(A); - if(A <= 3.) { x *= 0.8; } - else { x *= 1.7; } +// G4double x = R*fG4pow->Z13(A); +// if(A <= 3.) { x *= 0.8; } +// else { x *= 1.7; } return R; } diff --git a/source/processes/optical/History b/source/processes/optical/History index cbdf845601..1190cff918 100644 --- a/source/processes/optical/History +++ b/source/processes/optical/History @@ -16,6 +16,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +11 Apr 22: D. Sawkey (op-V10-07-08) +- G4OpBoundaryProcess: fix nullptr dereference. Address bug 2471. + +07 Apr 22: D. Sawkey (op-V10-07-07) +- G4OpWLS2: fix incorrect call to set time profile. Addresses bug 2482. + 10 Jan 22: D. Sawkey (op-V10-07-06) - Remove G4lrint/G4lint to calculate angle bin for Davis/LBNL LUT. Fixes crash when angle = 0. Addresses issue 116. diff --git a/source/processes/optical/src/G4OpBoundaryProcess.cc b/source/processes/optical/src/G4OpBoundaryProcess.cc index eb60bb2a23..e6906f440d 100644 --- a/source/processes/optical/src/G4OpBoundaryProcess.cc +++ b/source/processes/optical/src/G4OpBoundaryProcess.cc @@ -189,8 +189,12 @@ G4VParticleChange* G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, if(verboseLevel > 1) BoundaryProcessVerbose(); - G4MaterialPropertyVector* groupvel = - fMaterial2->GetMaterialPropertiesTable()->GetProperty(kGROUPVEL); + G4MaterialPropertyVector* groupvel = nullptr; + G4MaterialPropertiesTable* aMPT = fMaterial2->GetMaterialPropertiesTable(); + if(aMPT != nullptr) + { + groupvel = aMPT->GetProperty(kGROUPVEL); + } if(groupvel != nullptr) { aParticleChange.ProposeVelocity( @@ -410,6 +414,7 @@ G4VParticleChange* G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); } MPT = fMaterial2->GetMaterialPropertiesTable(); + rIndexMPV = nullptr; if(MPT != nullptr) { rIndexMPV = MPT->GetProperty(kRINDEX); @@ -502,8 +507,13 @@ G4VParticleChange* G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, if(fStatus == FresnelRefraction || fStatus == Transmission) { - G4MaterialPropertyVector* groupvel = - fMaterial2->GetMaterialPropertiesTable()->GetProperty(kGROUPVEL); + // not all surface types check that fMaterial2 has an MPT + G4MaterialPropertiesTable* aMPT = fMaterial2->GetMaterialPropertiesTable(); + G4MaterialPropertyVector* groupvel = nullptr; + if(aMPT != nullptr) + { + groupvel = aMPT->GetProperty(kGROUPVEL); + } if(groupvel != nullptr) { aParticleChange.ProposeVelocity( diff --git a/source/processes/optical/src/G4OpWLS2.cc b/source/processes/optical/src/G4OpWLS2.cc index b0d6ff3dd3..d95e7d2db9 100644 --- a/source/processes/optical/src/G4OpWLS2.cc +++ b/source/processes/optical/src/G4OpWLS2.cc @@ -336,7 +336,7 @@ void G4OpWLS2::UseTimeProfile(const G4String name) G4Exception("G4OpWLS::UseTimeProfile", "em0202", FatalException, "generator does not exist"); } - G4OpticalParameters::Instance()->SetWLSTimeProfile(name); + G4OpticalParameters::Instance()->SetWLS2TimeProfile(name); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/transportation/History b/source/processes/transportation/History index ec33c1ab37..e3251d547a 100644 --- a/source/processes/transportation/History +++ b/source/processes/transportation/History @@ -16,6 +16,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 5th 2022, Gabriele Cosmo transport-V10-07-04 +---------------------------- +- G4Transportation, G4CoupledTransportation: fixed misuse of bitwise '|' + operator instead of logical. + Sep 23rd 2021, Alberto Ribon transport-V10-07-03 ---------------------------- - Added PARALLEL_WORLD_PROCESS to G4TransportationProcessType diff --git a/source/processes/transportation/src/G4CoupledTransportation.cc b/source/processes/transportation/src/G4CoupledTransportation.cc index a7eee9f865..34e757cc26 100644 --- a/source/processes/transportation/src/G4CoupledTransportation.cc +++ b/source/processes/transportation/src/G4CoupledTransportation.cc @@ -189,8 +189,8 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, // *selection = CandidateForSelection ; - fFirstStepInMassVolume = fNewTrack | fMassGeometryLimitedStep ; - fFirstStepInAnyVolume = fNewTrack | fAnyGeometryLimitedStep ; + fFirstStepInMassVolume = fNewTrack || fMassGeometryLimitedStep ; + fFirstStepInAnyVolume = fNewTrack || fAnyGeometryLimitedStep ; #ifdef G4DEBUG_TRANSPORT G4cout << " CoupledTransport::AlongStep GPIL: " diff --git a/source/processes/transportation/src/G4Transportation.cc b/source/processes/transportation/src/G4Transportation.cc index 833dde37d8..4a94508540 100644 --- a/source/processes/transportation/src/G4Transportation.cc +++ b/source/processes/transportation/src/G4Transportation.cc @@ -692,7 +692,7 @@ G4VParticleChange* G4Transportation::PostStepDoIt( const G4Track& track, // Update the Step flag which identifies the Last Step in a volume if( !fFieldExertedForce ) isLastStep = fLinearNavigator->ExitedMotherVolume() - | fLinearNavigator->EnteredDaughterVolume() ; + || fLinearNavigator->EnteredDaughterVolume() ; else isLastStep = fFieldPropagator->IsLastStepInVolume(); } diff --git a/source/run/History b/source/run/History index d72baf422b..5ec132bf56 100644 --- a/source/run/History +++ b/source/run/History @@ -16,6 +16,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 17, 2022 Ben Morgan (run-V10-07-15) +- Apply patches from Seth Johnson: + - Check for correct state in default exception handler before trying to access + manager classes that may be nullptr in other states + - Don't create a default exception manager in run manager kernel if one exists + already. + February 24, 2022 Makoto Asai (run-V10-07-14) - Adding verbosity control to some G4cout. Addressing to bug report #2397. diff --git a/source/run/src/G4ExceptionHandler.cc b/source/run/src/G4ExceptionHandler.cc index b3b0d3f55f..eb5c6a85df 100644 --- a/source/run/src/G4ExceptionHandler.cc +++ b/source/run/src/G4ExceptionHandler.cc @@ -138,14 +138,18 @@ G4bool G4ExceptionHandler::Notify(const char* originOfException, // -------------------------------------------------------------------- void G4ExceptionHandler::DumpTrackInfo() { - G4ApplicationState aps = G4StateManager::GetStateManager()->GetCurrentState(); - G4SteppingManager* steppingMgr = G4RunManagerKernel::GetRunManagerKernel() - ->GetTrackingManager() - ->GetSteppingManager(); - const G4Track* theTrack = steppingMgr->GetfTrack(); - const G4Step* theStep = steppingMgr->GetfStep(); + const G4Track *theTrack = nullptr; + const G4Step *theStep = nullptr; + if (G4StateManager::GetStateManager()->GetCurrentState() == G4State_EventProc) + { + G4SteppingManager *steppingMgr = G4RunManagerKernel::GetRunManagerKernel() + ->GetTrackingManager() + ->GetSteppingManager(); + theTrack = steppingMgr->GetfTrack(); + theStep = steppingMgr->GetfStep(); + } - if(aps != G4State_EventProc || theTrack == nullptr) + if (theTrack == nullptr) { G4cerr << " **** Track information is not available at this moment" << G4endl; @@ -174,7 +178,7 @@ void G4ExceptionHandler::DumpTrackInfo() << G4endl; } - if(aps != G4State_EventProc || !theStep) + if (theStep == nullptr) { G4cerr << " **** Step information is not available at this moment" << G4endl; diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc index bdeaea42cb..36181a85ae 100644 --- a/source/run/src/G4RunManagerKernel.cc +++ b/source/run/src/G4RunManagerKernel.cc @@ -122,7 +122,11 @@ G4RunManagerKernel::G4RunManagerKernel() G4AllocatorList* allocList = G4AllocatorList::GetAllocatorListIfExist(); if(allocList != nullptr) numberOfStaticAllocators = allocList->Size(); - defaultExceptionHandler = new G4ExceptionHandler(); + + if(G4StateManager::GetStateManager()->GetExceptionHandler() == nullptr) + { + defaultExceptionHandler = new G4ExceptionHandler(); + } if(fRunManagerKernel != nullptr) { G4Exception("G4RunManagerKernel::G4RunManagerKernel()", "Run0001", @@ -222,7 +226,11 @@ G4RunManagerKernel::G4RunManagerKernel(RMKType rmkType) } #endif - defaultExceptionHandler = new G4ExceptionHandler(); + if(G4StateManager::GetStateManager()->GetExceptionHandler() == nullptr) + { + defaultExceptionHandler = new G4ExceptionHandler(); + } + if(fRunManagerKernel != nullptr) { G4Exception("G4RunManagerKernel::G4RunManagerKernel()", "Run0001",